Prepare your request
To create a remittance, use the following endpoint:- Sandbox:
POST https://pay.sandbox.yabetoopay.com/v1/remittance - Production:
POST https://pay.api.yabetoopay.com/v1/remittance
Secret key security: Your secret key (
secret_key)
must be kept confidential and should never be exposed in frontend or client-side
code. It must only be used on the server side.- Authenticate your request using your secret key in the
Authorizationheader. - Include the required fields in the request body:
Request Body
Send aJSON payload with the following fields:
Required Fields
Optional Fields
payment_method_data structure
Create a Remittance
Use the following endpoint:- Sandbox:
POST https://pay.sandbox.yabetoopay.com/v1/remittance - Production:
POST https://pay.api.yabetoopay.com/v1/remittance