v1
latestOpenAPI 3.0.12026-07-225791279.7 KBMomo, XOF and ZAR Process Collection
This endpoint initiates mobile money collection for various currencies such as KES, GHS, UGX, TZS, LRD, ZAR, XOF and XAF. The Momo collections guide can be found here
Notes:
-
Payaza MOMO collection codes can be accessed <a href="https://docs.google.com/spreadsheets/d/1BOGf_mSLS6rGNm1vn3cO4A2vW9oqZVGI_PxxxXnMK9o/edit?usp=sharing" target="_blank">here</a>.
-
Please be advised that collections to countries other than Nigeria are exclusively available upon request. To initiate this process, kindly send an email to support@payaza.africa. You will be granted access once our team reviews and approves your request.
-
For XOF testing purposes, please use either 225000476807 for the No OTP Required option or 2251114462945 for the OTP Required option. Also, use the OTP value 4567 for your tests.
Request body
Example request
{
"amount": 350,
"customer_number": "2251114462945",
"transaction_reference": "MOCIV0009383",
"transaction_description": "Test Payment",
"customer_bank_code": "MOMCIV",
"currency_code": "XOF",
"customer_email": "johndoe@yahoo.com",
"customer_first_name": "John",
"customer_last_name": "Doe",
"customer_phone_number": "2251114462945",
"country_code": "CI",
"redirect_url": "https://your-website.com/callback"
}Response
Momo, XOF and ZAR Process Collection
Example response
{
"response_code": "09",
"response_message": "PENDING",
"transaction_reference": "MOCIV0009384",
"otp_length": 4,
"before_payment_instruction": "Assurez-vous de disposer de fonds suffisants...",
"after_payment_instruction": "Merci de confirmer le paiement...",
"payment_token": "e20467b2-d53d-484e-8fd5-a57fcb428d33",
"payee": "+2250004768076",
"payment_method": "MTN_CI",
"transaction_channel": "MOMCIV",
"redirect_customer_to_url_processing": true,
"payment_completion_url": "https://pay.wave.com/c/cos-...",
"redirect_url": "https://merchant.com/callback"
}