GET
/
v2
/
remittances
/
{remittanceId}
curl --request GET \
  --url https://api.sandbox.pawapay.io/v2/remittances/{remittanceId} \
  --header 'Authorization: Bearer <token>'
{
"status": "FOUND",
"data": {
"remittanceId": "8917c345-4791-4285-a416-62f24b6982db",
"status": "COMPLETED",
"amount": "123.00",
"currency": "ZMW",
"country": "ZMB",
"recipient": {
"type": "MMO",
"accountDetails": {
"phoneNumber": "260763456789",
"provider": "MTN_MOMO_ZMB"
}
},
"customerMessage": "From ACME company",
"created": "2020-10-19T08:17:01Z",
"providerTransactionId": "12356789",
"metadata": {
"orderId": "ORD-123456789",
"customerId": "customer@email.com"
}
}
}

Get the current status of the remittance based on it’s remittanceId.

Authorizations

Authorization
string
header
required

Path Parameters

remittanceId
string
required

The id of the remittance that you are performing this operation on.

Required string length: 36

Response

200
application/json

Request has been processed by pawaPay

The response is of type object.