English
cURL
curl --request POST \ --url https://pay.sandbox.yabetoopay.com/v1/payment-intents \ --header 'Content-Type: application/json' \ --data '{ "amount": "10000", "currency": "xaf" }'
{ "id": "<string>", "amount": 123, "currency": "<string>", "label": "<string>", "clientSecret": "<string>", "createdAt": "<string>", "updatedAt": "<string>" }
Was this page helpful?