Fiat received (onramp)

Simulate fiat deposit event

To simulate a "Fiat received" webhook

Make a POST request to the following endpoint.

https://api.localramp.co/v1/test/webhook/buy/payment-received

The request takes this as the body

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

With the following header

x-auth-token: <SECRET_KEY>

Last updated