Webhooks
When an event related to a PaymentIntent occurs, Coinify will send an HTTP callback to your system using the HTTP POST
verb.
For each Coinify environment (sandbox
or production
) you want to integrate with, you must set your Webhook URL and the Shared Secret on your Coinify dashboard (sandbox/production) in order to start receiving callbacks:
To set the webhook URL and shared secret on your dashboard, go to Payments->Developers->Webhooks, as depicted on the screenshot above.
Updated 19 days ago