refundId.Authorizations
Path Parameters
Required string length:
36curl --request GET \
--url https://api.sandbox.pawapay.io/v2/refunds/{refundId} \
--header 'Authorization: Bearer <token>'{
"status": "FOUND",
"data": {
"refundId": "8917c345-4791-4285-a416-62f24b6982db",
"status": "COMPLETED",
"amount": "123.00",
"currency": "ZMW",
"country": "ZMB",
"recipient": {
"type": "MMO",
"accountDetails": {
"phoneNumber": "260763456789",
"provider": "MTN_MOMO_ZMB"
}
},
"clientReferenceId": "REF-987654321",
"customerMessage": "From ACME company",
"created": "2020-10-19T08:17:01Z",
"providerTransactionId": "12356789",
"metadata": {
"orderId": "ORD-123456789",
"customerId": "customer@email.com"
}
}
}curl --request GET \
--url https://api.sandbox.pawapay.io/v2/refunds/{refundId} \
--header 'Authorization: Bearer <token>'{
"status": "FOUND",
"data": {
"refundId": "8917c345-4791-4285-a416-62f24b6982db",
"status": "COMPLETED",
"amount": "123.00",
"currency": "ZMW",
"country": "ZMB",
"recipient": {
"type": "MMO",
"accountDetails": {
"phoneNumber": "260763456789",
"provider": "MTN_MOMO_ZMB"
}
},
"clientReferenceId": "REF-987654321",
"customerMessage": "From ACME company",
"created": "2020-10-19T08:17:01Z",
"providerTransactionId": "12356789",
"metadata": {
"orderId": "ORD-123456789",
"customerId": "customer@email.com"
}
}
}refundId.36Was this page helpful?