Skip to main content

Transfer Status

Post
https://base_url/api/v1/transfer/status

Code

https://base_url/api/v1/transfer/status

This endpoint retrieves the status of an initiated transfer.

You should only consider status code within the range of 200 and 299 and check the transactionStatus for the actual status of the transfer.

AUTHORIZATION Bearer Token

This folder is using Bearer Token from collection Source Bank - radix.

Body raw (json)
{
"reference": "sdsdsdsd434343"
}

Code

{
"reference": "sdsdsdsd434343"
}

Example Request

Transfer Status

Code

Example Response

200 OK

Code