Webhook Endpoint With Secret
A Webhook Endpoint with its signing secret, returned only when the endpoint is created or its secret is rotated. Store the secret securely and use it to verify incoming webhook signatures.
A Webhook Endpoint with its signing secret, returned only when the endpoint is created or its secret is rotated. Store the secret securely and use it to verify incoming webhook signatures.
{ "id": "string", "object": "webhook_endpoint", "url": "string", "description": "string", "status": "enabled", "enabledEvents": [ "string" ], "livemode": true, "metadata": { "property1": null, "property2": null }, "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "secret": "string"}Refund
A Refund returns funds from a successful Charge to the original payment method. It can be full or partial. Its status tracks the processor's progress; pending or requires_action does not mean funds have been returned.
Webhook Endpoint
A merchant webhook endpoint, its subscription settings and status.