Sell completed (offramp)

Simulate successful sell transaction

To simulate a "sell completed" webhook

Make a POST request to the following endpoint.

https://api.localramp.co/v1/test/webhook/sell/completed

The request takes this as the body

{
    webhook_url: "https://webhook.site/97f9dc63"
}

With the following header

x-auth-token: <SECRET_KEY>

Last updated