Returns a paginated list of off-ramp transactions for a specific customer, ordered by most recently updated. Use this endpoint to display transaction history to end customers in your widget or integration. Returns 404 if the customer does not exist or does not belong to your account.
Documentation Index
Fetch the complete documentation index at: https://docs.ripio.com/llms.txt
Use this file to discover all available pages before exploring further.
Access token obtained via /oauth2/token/. Use as Authorization: Bearer <access_token>.
Unique identifier for the customer.
Maximum number of items to return.
x >= 1Starting point to limit the total items to return (for pagination).
x >= 0Paginated list of the customer's off-ramp transactions.
Paginated list of a customer's off-ramp transactions.
Total number of transactions across all pages.
URL to the next page of results. Null if no next page.
URL to the previous page of results. Null if no previous page.
Array of off-ramp transactions for the current page.