Looking for ePay classic docs? Go to docs.epay.dk
ePay documentationDocsePay documentation

WebhookResource

Object containing the webhook resource.

Webhook configuration returned by the API.

WebhookResource
{  "webhook": {    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",    "url": "http://example.com",    "events": [      "subscription-billing.charge-created.v1"    ],    "pausedAt": "2019-08-24T14:15:22Z",    "pauseReason": "ERROR_RATE_TOO_HIGH",    "createdAt": "2019-08-24T14:15:22Z"  }}