Skip to main content
GET
/
v1
/
remittance
/
{id}
Get a remittance
curl --request GET \
  --url https://pay.sandbox.yabetoopay.com/v1/remittance/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "rem_JwXuT14tMoczRLCsOt8LYBiEKd8EwBPnXnDV",
  "object": "remittance",
  "walletId": "wa_pccbQrBBOVJMV8tGduoXjEhoQDnaD4p3hgDE",
  "financialTransactionId": "2088156440",
  "transactionId": "5bb18982-c19b-4689-807a-c65b8052f9c9",
  "amount": 100,
  "currency": "xaf",
  "status": "succeeded",
  "failureCode": null,
  "failureMessage": null,
  "externalId": "ext_BeII42S4VYLF9W9KIMoW90GJk7xsxZEkAWdh",
  "createdAt": "2025-03-15T17:59:57.791+01:00",
  "updatedAt": "2025-03-16T14:00:09.602+01:00",
  "executedAt": "2025-03-15T23:00:00.000Z",
  "shouldExecutedAt": "2025-03-15T23:00:00.000Z",
  "otp": null,
  "phone": "242066594470",
  "country": "cg",
  "operatorName": "mtn",
  "firstName": "Scoty",
  "lastName": "Loumbou",
  "type": 1
}

Authorizations

Authorization
string
header
required

Path Parameters

id
string
required

Response

200 - application/json
id
string
Example:
object
string
Example:
walletId
string
Example:
financialTransactionId
string
Example:
transactionId
string
Example:
amount
integer
Example:
currency
string
Example:
status
string
Example:
failureCode
string | null
Example:
failureMessage
string | null
Example:
externalId
string
Example:
createdAt
string<date-time>
Example:
updatedAt
string<date-time>
Example:
executedAt
string<date-time>
Example:
shouldExecutedAt
string<date-time>
Example:
otp
string | null
Example:
phone
string
Example:
country
string
Example:
operatorName
string
Example:
firstName
string
Example:
lastName
string
Example:
type
integer
Example: