Transfer request status
Last updated
Last updated
It is possible to get the status of already submitted transfer requests. Calling the GET endpoint will return the request details including the status of each transfer.
This request currently returns all transfer requests. The ability to filter and limit results will be added soon
In the case of failed payment, the failureMessage
and failureCode
will be populated with the relevant details of why the payment failed
Retrieves a list of transfers associated with the authenticated entity. The request must include a valid API key with appropriate permissions. This endpoint is useful for managing and retrieving transfer details.
Optional pagination parameter to specify the page number of the results to return. Default is 1 which is the first page.
1
Optional pagination parameter to specify the number of results per page. Default is 200, maximum is 200.
50