Skip to main content
GET
Get Transactions

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

currency
string
default:""
type
string
default:""
externalReference
string
startDate
string

Format YYYY-MM-DD

endDate
string

Format YYYY-MM-DD

status
string

pending, failed or successful

limit
integer
default:3

Number of transactions to return. Defaults to 3 and cannot exceed 10.

Required range: 1 <= x <= 10
transactionId
string

Used to get the transactions after the specified transactionId

Response

200

success
boolean
default:true
Example:

true

data
object[]