Skip to main content

Transactions Tutorial

The Transactions API provides operations related to transactions. This includes retrieving all account transactions, retrieving a single transaction by id, and subscribing to transaction events.

Retrieving All Account Transactions

To retrieve all account transactions, make a GET request to the /api/v1/transactions endpoint. For more details, please refer to the Get All Account Transactions API documentation.

Retrieving a Single Transaction

To retrieve a single transaction by id, make a GET request to the /api/v1/transactions/{id} endpoint. For more details, please refer to the Get Single Transaction API documentation.

Subscribing to Transaction Events

To subscribe to transaction events, make a POST request to the /api/v1/transactions/subscribe endpoint. For more details, please refer to the Subscribe to Transaction Events API documentation.

Please note that if a webhook delivery does not succeed for any reason, we will attempt to resend it using an exponential backoff strategy over a period of up to 7 days. We consider a delivery successful when we receive a 200 status code in response.