Skip to main content

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.
  1. Authenticate your request using your secret key in the Authorization header.
  2. Include the remittance ID in the URL path.

Parameters

Make the request

Response

200 OK

When the remittance is successfully retrieved, the API returns:

Remittance Status

404 Not Found

When the remittance ID doesn’t exist:

401 Unauthorized

When the secret key is invalid: