Check the transfer status before marking a payout as complete in your system.
Endpoint
Headers
Path parameters
Example request
Successful response
Possible statuses
How to use this endpoint
1
Store the reference
Save the transfer reference when you create the payout.
2
Query the status
Call the status endpoint with the transfer reference.
3
Check the final state
Read
data.status to determine whether the transfer completed or failed.4
Update your records
Sync your database or dashboard after the transfer reaches a final status.
Notes
- Always check
data.statusbefore marking a transfer as completed. - A transfer may remain in
processingfor a short period. - The response includes
sourceAccountNumber, which is the Pasteaza wallet/source account that funded the transfer. - Use webhooks for real-time updates when possible.
- Store the transfer reference and merchant reference in your database.
- The status response exposes
createdAtandupdatedAt; it does not exposecompletedAtin V1.
Related guides
Create transfer
Send money to a verified bank account.
Resolve account
Confirm the recipient account before sending money.