cURL
curl --request GET \ --url https://api.sandbox.pawapay.io/v2/deposits/{depositId} \ --header 'Authorization: Bearer <token>'
200
COMPLETED
{ "status": "FOUND", "data": { "depositId": "8917c345-4791-4285-a416-62f24b6982db", "status": "COMPLETED", "amount": "123.00", "currency": "ZMW", "country": "ZMB", "payer": { "type": "MMO", "accountDetails": { "phoneNUmber": "260763456789", "provider": "MTN_MOMO_ZMB" } }, "customerMessage": "To ACME company", "clientReferenceId": "REF-987654321", "created": "2020-10-19T08:17:01Z", "providerTransactionId": "12356789", "metadata": { "orderId": "ORD-123456789", "customerId": "customer@email.com" } }}
depositId
36
FOUND
NOT_FOUND
Show child attributes
Was this page helpful?