To find out the list of service_ids available in your company's country, we have provided an endpoint.
GET https://api.buicorporation.io/v1.0/servicesGET /v1.0/services HTTP/1.1
Host: api.buicorporation.io
Accept: application/json
Content-Type: application/json
Accept-Encoding: gzip
Accept-Language: fr
Authorization: Bearer bui_sandbox_ACLw58qXqjMMI2ukkBnuCh4XXXXXXXXX{
"services": [
{
...
"name": "Momo",
"serviceId": "PAYIN_MOMO_CI",
...
},
{
...
"name": "Moov money",
"description": null,
"serviceId": "PAYIN_MOOV_CI",
"type": "mobile_money",
...
},
{
...
"name": "Orange money",
"serviceId": "PAYIN_ORANGE_CI",
...
},
{
...
"name": "Wave",
"serviceId": "PAYIN_WAVE_CI",
...
},
{
...
"name": "Momo",
"description": null,
"serviceId": "PAYOUT_MOMO_CI",
...
},
{
...
"name": "Moov money",
"serviceId": "PAYOUT_MOOV_CI",
...
},
{
...
"name": "Orange money",
"serviceId": "PAYOUT_ORANGE_CI",
...
"extras": {
"instruction": "composez la syntaxe #144*82# suivant pour valider votre paiement"
}
},
{
...
"name": "Wave",
"serviceId": "PAYOUT_WAVE_CI",
...
}
]
}NOTE
For mobile money payments, the recipient must be in E164 format.
{
"paymentMethod": "mobile_money",
"mobile_money": {
...
}
}{
"transferMethod": "mobile_money",
"mobile_money": {
...
}
}{
"paymentMethod": "card",
"card": {
...
}
}{
"paymentMethod": "wallet",
"wallet": {
...
}
}