List Operations
Retrieve a paginated list of transaction operations. Query parameters `page` and `perPage` can be used to control pagination. `finalizedBefore` and `finalizedAfter` can be sent to only get operations finalized between certain timeframes. `pointOfSaleId` can be used to limit the operations to a list of points of sale. <br/><br/> The endpoint only returns operations in a finalized state of `FAILED` or `SUCCESS`.
Authorization
BearerAuth In: header
Query Parameters
Page number.
1Number of items per page.
25value <= 500A filter to limit operations created finalized before a certain time. RFC 3339 format.
date-timeA filter to limit operations created finalized after a certain time. RFC 3339 format.
date-timeAn optional filter to limit operations from the given points of sale.
Response Body
application/json
application/json
application/json
application/json
List Transactions
Retrieve transactions for the authenticated merchant using cursor-based pagination. Use the offset cursor returned in nextOffset to continue from the previous page and combine it with sessionId and reference filters to narrow the results.
Payout (Asynchronous)
Initiate an asynchronous payout to send funds to a cardholder. A webhook will be sent to the specified notificationUrl once processed. We recommend a minimum timeout of 5 seconds.