Balance
Webhooks
Payments
- GETRetrieve a PaymentIntent collection
- POSTCreate a PaymentIntent object
- GETRetrieve a PaymentIntent object
- POSTAttempt a payment on a PaymentIntent object
- POSTSynchronously attempt a payment on a payment intent
- POSTAuthenticate the current payment
- GETRetrieve fees
- GETRetrieve configured URLs
- GETRetrieve a PaymentIntent status
- GETRetrieve a Payments collection
- GETRetrieve the status payment object
Provisioning
Payment on Terminal
Transfers
Compliance
Data
Get countries
Returns the list of countries where Hub2 is available
GET
/
data
/
countries
[
{
"id": "co_9emDKLlFsYRNWOPiG4pnK",
"code": "SN",
"name": "Sénégal"
}
]
Query Parameters
The payment method type
Available options:
mobile_money
, credit_card
Response
200
application/json
The response is of type object[]
.
[
{
"id": "co_9emDKLlFsYRNWOPiG4pnK",
"code": "SN",
"name": "Sénégal"
}
]