Retrieve payout details from the Bamboo API using the payout ID. Includes status, amount, currency, and payee information.
Retrieves the full details of a payout using the internal Bamboo payoutId.
This endpoint returns information such as the payout status, requested and local amounts, exchange rate, error codes, and recipient (payee) details.
Refer to the Get a Payout guide for usage recommendations, field descriptions, and examples.
Staging:
https://payout-api.stage.bamboopayment.com/api/Payout/{id}
Production
https://payout-api.bamboopayment.com/api/Payout/{id}
It is recommended to rely on webhook notifications for final status updates. Use this endpoint only in case of discrepancies or for error-handling flows that require manual reconciliation.
