English
cURL
curl --request POST \ --url https://pay.sandbox.yabetoopay.com/v1/remittance \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "amount": "100", "last_name": "Loumbou", "first_name": "Scoty", "currency": "xaf", "metadata": { "key": "value" }, "payment_method_data": { "type": "momo", "momo": { "country": "cg", "msisdn": "242066594470", "operator_name": "mtn" } } }'
{ "amount": 1000, "currency": "xaf", "status": "processing", "firstName": "Jean", "lastName": "Dupont", "operatorName": "mtn", "country": "cg", "phone": "242066594470", "object": "remittance", "type": 1, "shouldExecutedAt": "2025-03-18T09:24:57.555Z", "id": "rem_RMqehxy8NNi1ocJFG2SSAZMj81m6spo72vnZ", "createdAt": "2025-03-17T10:24:57.559+01:00", "updatedAt": "2025-03-17T10:24:57.559+01:00" }
Show child attributes
Was this page helpful?