Documentation Index
Fetch the complete documentation index at: https://docs.yabetoopay.com/llms.txt
Use this file to discover all available pages before exploring further.
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.
Parameters
| Parameter | Type | Location | Description |
|---|---|---|---|
id | string | Path | The unique ID of the remittance |
Make the request
Response
200 OK
When the remittance is successfully retrieved, the API returns:Remittance Status
| Status | Description |
|---|---|
pending | Remittance is waiting to be processed |
processing | Remittance is being processed |
succeeded | Remittance completed successfully |
failed | Remittance failed |