This endpoint is used to retrieve detailed information about a specific Alternative Payment Method (APM) payout by its unique identifier. By providing the id of the payout as a path parameter, you can obtain comprehensive details such as its current status, transaction information, associated account data, timestamps, and any related metadata. This is particularly useful for verifying whether a payout has been processed, is pending, or has failed, as well as for reconciling transactions, generating reports, or providing status updates to customers. The endpoint is commonly called after initiating a payout to check the latest status and ensure the information matches internal records.
To access this endpoint, you must include a valid access token in the Authorization header. This token should be obtained from the /v1/auth endpoint after successful authentication. Refer to the authentication guide for detailed instructions on how to retrieve the access token.
