v1

latestOpenAPI 3.0.02026-07-2627149175.2 KB
toolkit

Provider Availability

get/v2/availability

Query parameters

countrystring

The country in which the payment was initiated.

Format is ISO 3166-1 alpha-3, three character country code in upper case. Read more from Wikipedia.

Example:ZMB
operationType'DEPOSIT' | 'PAYOUT' | 'REFUND' | 'REMITTANCE'

The operation for which you want to get provider availabiity information for.

Response

If a request has been processed by PawaPay successfully.

countrystring required

The country in which the payment was initiated.

Format is ISO 3166-1 alpha-3, three character country code in upper case. Read more from Wikipedia.

Example response

[
  {
    "country": "ZMB",
    "providers": [
      {
        "provider": "MTN_MOMO_ZMB"
      }
    ]
  }
]