Retrieve a single payout payment tracking info
GET/api/payout_transaction_details/:id/tracking
This API endpoint is designed to retrieve tracking information about a specific payout payment. Note: this endpoint is only applicable for SWIFT payments.
Request
Responses
- 200
- 401
- 403
- 404
OK - The request was processed successfully.
Unauthorised -- Your access token is wrong.
Forbidden -- Access to the requested resource or action is forbidden.
Not Found -- The requested resource could not be found.