Skip to content

Introduction

The following endpoints lets you manage your event subscription settings. Additionally, you will need to create an endpoint in your application to receive the webhook notifications. Those are POST requests with a payment payload.

Your application must return a successful status code (2XX). If a successful status code is not returned, then the delivery of the notification is retried.

Before going live, make sure your endpoint validates incoming notifications — see Webhook Security for signature verification, timestamp checks and replay protection.