Get onramp transactions by ID
When you initialize the Onramp Widget you can pass a partnerUserId
parameter to associate the transaction created during that session with the ID. You can then use that ID in this API to retrieve that transaction and any others that share the ID. The value of the partnerUserId
param can be any string you want e.g. the ID of the user in your app, a unique transaction ID, or a combination of values. Anything that is meaningful to your app.
Authorizations
Enter your JSON Web Token (JWT) here. Refer to the Generate JWT section of our Authentication docs for information on how to generate your Bearer Token.
Path Parameters
The partnerUserId
parameter used to initialize the Onramp Widget
Query Parameters
Page key returned by this API for pagination
The number of transactions to return, between 1 and 1000
Response
OK
Get Onramp Transactions by ID API response