Check refund status
Get refund status by the refundId
from your initial refund request. A list with at most one Refund
is returned.
This operation can be used to confirm the current status of a refund.
Authorizations
See Authentication.
Path Parameters
The refundId
of the refund you want to check the status of.
36
Response
A UUIDv4 based ID specified by you, that uniquely identifies the refund.
36
Possible payout statuses:
ACCEPTED
- The payout request has been accepted by pawaPay for processing.ENQUEUED
- The payout request has been accepted, but has been enqueued for processing later. Read more about enqueued payouts.SUBMITTED
- The payout request has been submitted to the MMO and is being processed.COMPLETED
- The payout request has been successfully processed. This is a Final state.FAILED
- The payout request has been processed, but failed. Final state.
ACCEPTED
, SUBMITTED
, ENQUEUED
, COMPLETED
, FAILED
The amount to be collected (deposit) or disbursed (payout or refund).
Amount must follow below requirements or the request will be rejected:
- Between zero and two decimal places can be supplied, depending on what the specific MMO supports. Learn about all MMO supported decimal places.
- The minimum and maximum amount depends on the limits of the specific MMO. You can find them from the Active Configuration endpoint.
- Leading zeroes are not permitted except where the value is less than 1. For any value less than one, one and only one leading zero must be supplied.
- Trailing zeroes are permitted.
Valid examples:
5
, 5.0
, 5.00
, 5.5
, 5.55
, 5555555
, 0.5
Not valid examples:
5.
, 5.555
, 5555555555555555555
, .5
, -5.5
, 00.5
, 00.00
, 00001.32
1 - 23
The currency in which the amount
is specified.
Format must be the ISO 4217 three character currency code in upper case. Read more from Wikipedia.
You can find all the supported currencies that the specific correspondent
supports from here.
The active configuration endpoint provides the list of correspondents configured for your account together with the currencies.
The country in which the MMO operates.
Format is ISO 3166-1 alpha-3, three character country code in upper case. Read more from Wikipedia.
The correspondent code refers to the specific MMO that the specified phone number (MSISDN) has an active mobile money wallet with.
You can find all the supported correspondents listed here.
The active configuration endpoint provides the list of correspondents configured for your account.
You can use the predict correspondent enpoint to predict the correct correspondent to use based on the phone number (MSISDN).
The phone number (MSISDN) of the recipient or payer must be specified as the value
of the address
.
The timestamp for when you initiated the refund process. Format defined by 'date-time' in RFC3339 section 5.6 from IETF
Short description for the transaction. Depending on the specific MMO performing the transaction this message may be visible to the customer in the SMS receipt or within their transaction history.
Must be between 4 and 22 alphanumeric characters.
4 - 22
The timestamp of when the refund was created in the pawaPay platform. Format defined by 'date-time' in RFC3339 section 5.6 from IETF
When the payment was received by the recipient. Format defined by 'date-time' in RFC3339 section 5.6 from IETF
The financial ids used by the MMO to uniquely identify this payment
The metadata that was provided in the original initation request in a JSON object format.