Webhooks
Última actualización
Última actualización
Webhooks are an essential part of the integration process as it is the way your application is notified when different actions are processed within Amplify.
To set up your webhooks, you need to create an Amplify user. Once inside your profile, you can configure the URL where we will send the information at: https://getamplify.app/plataforma/webhooks
The information will be sent via an HTTP POST Request to the URL you have configured in the administration panel.
Here is a basic example of integrating with Node and Express:
Currently, there are two types of webhooks in Amplify: PAYMENT_INTENT_CREATED and PAYMENT_CREATED, which have the following interfaces:
This webhook is triggered when a user executes a payment intent, which means that the SDK was rendered correctly within your integration.
Response
This webhook is triggered when a payment is processed successfully.
Response