{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"recipient_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"recipient_name": "<string>",
"recipient_type": "recipient",
"recipient": {},
"sender_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"sender_name": "<string>",
"sender_type": "recipient",
"destination_currency": {
"currency": "<string>",
"amount": "<string>"
},
"source_currency": {
"currency": "<string>",
"amount": "<string>"
},
"status": "waiting-for-signature",
"channel": "<string>",
"tariff_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"task_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"customer_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"fee": "<string>",
"tax": "<string>",
"type": "iwt",
"created_at": "2023-11-07T05:31:56Z",
"modified_at": "2023-11-07T05:31:56Z"
}
Get transaction details
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"recipient_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"recipient_name": "<string>",
"recipient_type": "recipient",
"recipient": {},
"sender_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"sender_name": "<string>",
"sender_type": "recipient",
"destination_currency": {
"currency": "<string>",
"amount": "<string>"
},
"source_currency": {
"currency": "<string>",
"amount": "<string>"
},
"status": "waiting-for-signature",
"channel": "<string>",
"tariff_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"task_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"customer_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"fee": "<string>",
"tax": "<string>",
"type": "iwt",
"created_at": "2023-11-07T05:31:56Z",
"modified_at": "2023-11-07T05:31:56Z"
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Transaction details
The response is of type object
.