GET /accounts/{id}/transactions
Request
Header
Mandatory
Description
Parameter
Type
Mandatory
Description
Response
[
{
"id": int($int64),
"amountDebit": "string",
"amountCredit": "string",
"currencyCode": "string",
"description": "string",
"createdAt": " string($date-time)"
}
]Field
Response Type
Description
Last updated