1. Create application webhook (transfer state change)
POST {{host}}/v3/applications/{{client-id}}/subscriptions
Subscribe application for transfer status change events
Request Body
{"name"=>"Webhook Subscription #3", "trigger_on"=>"transfers#payout-failure", "delivery"=>{"version"=>"2.0.0", "url"=>"https://webhook.site/52196726-db02-4eb4-bb7e-e73387946424"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string |