Skip to main content
GET
/
v1
/
disbursement
/
{id}
Get a disbursement
curl --request GET \
  --url https://pay.sandbox.yabetoopay.com/v1/disbursement/{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

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

200 - application/json
id
string
Example:

"rem_JwXuT14tMoczRLCsOt8LYBiEKd8EwBPnXnDV"

object
string
Example:

"remittance"

walletId
string
Example:

"wa_pccbQrBBOVJMV8tGduoXjEhoQDnaD4p3hgDE"

financialTransactionId
string
Example:

"2088156440"

transactionId
string
Example:

"5bb18982-c19b-4689-807a-c65b8052f9c9"

amount
integer
Example:

100

currency
string
Example:

"xaf"

status
string
Example:

"succeeded"

failureCode
string | null
Example:

null

failureMessage
string | null
Example:

null

externalId
string
Example:

"ext_BeII42S4VYLF9W9KIMoW90GJk7xsxZEkAWdh"

createdAt
string<date-time>
Example:

"2025-03-15T17:59:57.791+01:00"

updatedAt
string<date-time>
Example:

"2025-03-16T14:00:09.602+01:00"

executedAt
string<date-time>
Example:

"2025-03-15T23:00:00.000Z"

shouldExecutedAt
string<date-time>
Example:

"2025-03-15T23:00:00.000Z"

otp
string | null
Example:

null

phone
string
Example:

"242066594470"

country
string
Example:

"cg"

operatorName
string
Example:

"mtn"

firstName
string
Example:

"Scoty"

lastName
string
Example:

"Loumbou"

type
integer
Example:

1

I