Connectivity
cURL
curl --request GET \ --url https://api.example.com/transactions
[ { "id": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "currency": "<string>", "type": "PAYIN", "status": "PENDING", "amount": "<string>", "relatedTransactionID": "<string>", "scheme": "<string>", "sourceAccountID": "<string>", "destinationAccountID": "<string>", "metadata": {} } ]
Number of items per page
x >= 1
Page number
Sort order
Filter by updated at date
List of transactions
PAYIN
PAYOUT
TRANSFER
PENDING
SUCCEEDED
FAILED
Show child attributes