Webhooks
You can keep track of the life of a transaction using the webhooks feature.
This can be done on the oneramp dashboard as shown below:
Step 1:
Add the webhook URL to the dashboard and generate a webhook secret key that Oneramp uses to authenticate the endpoint.
Step 2: Generate the webhook secret key
Structure of a webhook payload
The webhook payloads follow the same basic structure:
eventType
describes the type of eventtransferType
describes the type of transactionfiatType
describes the currency of the ordercryptoType
describes the type of assets
Here are example of transaction responses:
Initiated Response
Successful response
Failed Response
Last updated