Create a Subscription Webhook
Subscriptions
Create a Subscription Webhook
Create a webhook to listen for transaction events on a subscription pay link.
POST
Create a Subscription Webhook
NOTE: When using Helio on mainnet, set your Base URL to https://api.hel.io and generate your API keys from moonpay.hel.io . For testnet, use https://api.dev.hel.io and generate your API keys from moonpay.dev.hel.io.
Authorizations
Authentication using JWT token
Query Parameters
Your API key can be generated on the Helio Dashboard’s settings page.
Body
application/json
List of subscription lifecycle events that will trigger the webhook. Supported values are 'STARTED', 'RENEWED', and 'ENDED'.
Available options:
STARTED, RENEWED, ENDED The ID of the pay link associated with the subscription.
The URL that will receive webhook notifications for subscription events.
