Transaction

A transaction is associated to an order and represents the movement of money.

List all transactions

get

Returns a list of transactions. The transactions are returned in descending order by creation date.

Authorizations
x-api-keystringRequired

Value for the x-api-key header parameter.

Query parameters
pageintegerOptional

The collection page number

Default: 1
createdAt[before]stringOptional
createdAt[strictly_before]stringOptional
createdAt[after]stringOptional
createdAt[strictly_after]stringOptional
updatedAt[before]stringOptional
updatedAt[strictly_before]stringOptional
updatedAt[after]stringOptional
updatedAt[strictly_after]stringOptional
typestring · enumOptionalPossible values:
amount[between]stringOptional
amount[gt]stringOptional
amount[gte]stringOptional
amount[lt]stringOptional
amount[lte]stringOptional
Responses
200

Transaction collection

get
/transactions

Retrieve a transaction

get

Retrieves a Transaction resource.

Authorizations
x-api-keystringRequired

Value for the x-api-key header parameter.

Path parameters
idstringRequired

Transaction identifier

Responses
200

Transaction resource

get
/transactions/{id}

Last updated