GET
/
api
/
v1
/
checkout-wallet
/
{walletId}
/
transactions
Get checkout wallet transactions
curl --request GET \
  --url https://checkout-staging.embedly.ng/api/v1/checkout-wallet/{walletId}/transactions \
  --header 'x-api-key: <api-key>'
{
  "statusCode": 200,
  "message": "success",
  "data": [
     
  ]
}
walletId
string
required
The unique idenitifier of the checkout wallet. Exmaple: 3fa85f64-5717-4562-b3fc-2c963f66afa6
organizationId
string
default:"1"
The unique idenitifier for your organization on Embedly. Example: 3fa85f64-5717-4562-b3fc-2c963f66afa6
{
  "statusCode": 200,
  "message": "success",
  "data": [
     
  ]
}