Retrieve transactions
GET/transactions
Retrieve transactions for an account, ordered by creationTime descending.
Note: Either
accountId
ormerchantRefNum
must be provided when calling this endpoint. If both are missing, HTTP 400 will be returned.
Note: As transfers are processed asynchronously, until the transfer is processed, calling this endpoint with
merchantRefNum
will return an empty result.
Request
Responses
- 200
- 400
- 500
- 503
OK
Bad request
Internal Server Error
Service Unavailable. Please try again later.