Prepare your request
To retrieve a remittance, use the following endpoint:- Sandbox:
GET https://pay.sandbox.yabetoopay.com/v1/remittance/{id} - Production:
GET https://pay.api.yabetoopay.com/v1/remittance/{id}
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 remittance ID in the URL path.