v1
latestOpenAPI 3.0.32026-07-248257161.1 KBAccount Settings
Return Merchant payment methods
Use this endpoint to retrieve merchant payment method configuration, a.k.a which payment methods are enabled or disabled. Merchant account is create with default settings.
get/payment-methods/me
Query parameters
country_codestring
Filter payment methods by country code alph-2. If missing all payments methods are returned
Response
returns merchant settings.
Example response
[
{
"id": "fbd2053b-638d-4133-957e-3caf63e6b79c",
"name": "orange_money",
"otpGenerationInstruction": "Composer *144*4*6*montant# sur votre téléphone pour générer votre code OTP",
"countries": "SN,CI",
"enabled": true,
"transferEnabled": true
}
]