| Event Type | Description |
|---|---|
| PAY_IN | Payment has been detected. |
| COINS_SENT | Tokens have been sent to the client's wallet. |
| Event Type | Description |
|---|---|
| CRYPTO_RECEIVED | Tokens have been received for exchange. |
| TRANSFER_RAMPOFF_FINISHED | The bank transfer has been completed. |
curl --location 'https://sandbox.cryptopocket.io/api/updateWebhookSubscription' \
--header 'auth: b87bsdf8hdsj9fh9sd78fubsdoiufbj' \
--data-urlencode 'type=PAY_IN' \
--data-urlencode 'url=https://demo.com'{
"status": "ok",
"data": "subscription_updated"
}