cURL
curl --request GET \ --url https://devapi.withedge.co/gateway/api/v1/transfer/status/{transactionId} \ --header 'Authorization: Bearer <token>' \ --header 'requestId: <requestid>'
{ "statusCode": 00, "message": "Completed successfully" "data": { "status": "PENDING", "transactionId": "txn_0011223344", }, "errors": [] }
This allows you check the real-time status of a processed transaction
Was this page helpful?