Endpoint
POST/pms/api/external/request/wallet/transfer-status/
Headers
| Name | Location | Type | Required | Description |
|---|---|---|---|---|
api-key | header | string | Yes | Business API key |
api-secret | header | string | Yes | Business API secret |
Content-Type | header | string | Yes | Must be application/json |
Request body
| Field | Type | Required | Description |
|---|---|---|---|
reference | string | Yes | Transfer reference you passed when initiating the transfer |
session_id | string | Yes | Session ID returned in the initial transfer response |
Example request
Example cURL
Response
status field in data tells you whether the transfer is pending, success, or failed.
Use this endpoint together with Initiate Transfer, Bulk Transfer, and wallet transaction history for full payout reconciliation.