Skip to main content
Use this endpoint to confirm whether a bank transfer is still processing, successful, failed, or reversed.
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.status before marking a transfer as completed.
  • A transfer may remain in processing for 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 createdAt and updatedAt; it does not expose completedAt in V1.

Create transfer

Send money to a verified bank account.

Resolve account

Confirm the recipient account before sending money.