Crypto Sent (onramp)
Simulate crypto sent event
To simulate a "crypto sent" webhook
Make a POST request to the following endpoint.
https://api.localramp.co/v1/test/webhook/buy/crypto-sent
The request takes this as the body
{
webhook_url: "https://webhook.site/97f9dc63"
}
With the following header
x-auth-token: <SECRET_KEY>
Last updated