curl --request GET \
--url https://api.sandbox.pawapay.io/active-conf \
--header 'Authorization: Bearer <token>'
{
"merchantId": "MERCHANT_INC",
"merchantName": "Merchant Inc.",
"countries": [
{
"country": "GHA",
"correspondents": [
{
"correspondent": "AIRTELTIGO_GHA",
"currency": "GHS",
"ownerName": "Merchant Inc.",
"operationTypes": [
{
"operationType": "DEPOSIT",
"minTransactionLimit": "1",
"maxTransactionLimit": "1000"
},
{
"operationType": "PAYOUT",
"minTransactionLimit": "1",
"maxTransactionLimit": "1000"
},
{
"operationType": "REFUND",
"minTransactionLimit": "1",
"maxTransactionLimit": "1000"
}
]
},
{
"correspondent": "MTN_MOMO_GHA",
"currency": "GHS",
"ownerName": "Merchant Inc.",
"operationTypes": [
{
"operationType": "DEPOSIT",
"minTransactionLimit": "1",
"maxTransactionLimit": "2000"
},
{
"operationType": "PAYOUT",
"minTransactionLimit": "1",
"maxTransactionLimit": "2000"
},
{
"operationType": "REFUND",
"minTransactionLimit": "1",
"maxTransactionLimit": "2000"
}
]
}
]
},
{
"country": "ZMB",
"correspondents": [
{
"correspondent": "AIRTEL_OAPI_ZMB",
"currency": "ZMW",
"ownerName": "pawaPay Zambia",
"operationTypes": [
{
"operationType": "DEPOSIT",
"minTransactionLimit": "1",
"maxTransactionLimit": "10000"
}
]
},
{
"correspondent": "MTN_MOMO_ZMB",
"currency": "ZMW",
"ownerName": "pawaPay Zambia",
"operationTypes": [
{
"operationType": "DEPOSIT",
"minTransactionLimit": "1",
"maxTransactionLimit": "10000"
}
]
}
]
}
]
}
curl --request GET \
--url https://api.sandbox.pawapay.io/active-conf \
--header 'Authorization: Bearer <token>'
{
"merchantId": "MERCHANT_INC",
"merchantName": "Merchant Inc.",
"countries": [
{
"country": "GHA",
"correspondents": [
{
"correspondent": "AIRTELTIGO_GHA",
"currency": "GHS",
"ownerName": "Merchant Inc.",
"operationTypes": [
{
"operationType": "DEPOSIT",
"minTransactionLimit": "1",
"maxTransactionLimit": "1000"
},
{
"operationType": "PAYOUT",
"minTransactionLimit": "1",
"maxTransactionLimit": "1000"
},
{
"operationType": "REFUND",
"minTransactionLimit": "1",
"maxTransactionLimit": "1000"
}
]
},
{
"correspondent": "MTN_MOMO_GHA",
"currency": "GHS",
"ownerName": "Merchant Inc.",
"operationTypes": [
{
"operationType": "DEPOSIT",
"minTransactionLimit": "1",
"maxTransactionLimit": "2000"
},
{
"operationType": "PAYOUT",
"minTransactionLimit": "1",
"maxTransactionLimit": "2000"
},
{
"operationType": "REFUND",
"minTransactionLimit": "1",
"maxTransactionLimit": "2000"
}
]
}
]
},
{
"country": "ZMB",
"correspondents": [
{
"correspondent": "AIRTEL_OAPI_ZMB",
"currency": "ZMW",
"ownerName": "pawaPay Zambia",
"operationTypes": [
{
"operationType": "DEPOSIT",
"minTransactionLimit": "1",
"maxTransactionLimit": "10000"
}
]
},
{
"correspondent": "MTN_MOMO_ZMB",
"currency": "ZMW",
"ownerName": "pawaPay Zambia",
"operationTypes": [
{
"operationType": "DEPOSIT",
"minTransactionLimit": "1",
"maxTransactionLimit": "10000"
}
]
}
]
}
]
}
ownerName
).See Authentication.
If a request has been processed by pawaPay successfully.
The response is of type object
.
Was this page helpful?