v1

latestOpenAPI 3.0.02026-07-14866188.2 KB
Account

Get all transactions by account.

post/v0.2.4/accounts/transactions

Request body

subAccountstring

Subaccount if any.

limitnumber

Limit the number of transactions to return.

pagenumber

Page number to return.

Response

Success.

statusstring

Status of the request.

messagestring

Success message.

Example response

{
  "status": "success",
  "message": "Transactions retrieved successfully",
  "data": [
    {
      "id": "1W31C2JLyOcOdeOMzr45",
      "issueDate": "2022-08-17T21:47:58.156Z",
      "issueID": "XQTUvRBntIU3AHgQ3jFuN9ZcHIC31660772876526",
      "chiRef": "2ea04d0e-73a2-41a1-ac5c-582d1870f768",
      "status": "paid",
      "initiatedBy": "XQTUvRBntIU3AHgQ3jFuN9ZcHIC3",
      "issuer": "x2Zfuf0ZHBWOqlgzlpEK3Z3TVkw2",
      "email": "mide@test.com",
      "chimoney": 1000,
      "valueInUSD": 1,
      "productId": 1,
      "valueInLocalCurrency": 1,
      "countryCode": "US",
      "type": "giftcard",
      "pagination": {
        "page": 1,
        "limit": 10,
        "totalCount": 100,
        "totalPages": 10
      }
    }
  ]
}