Easily Integrate Apto payments Webhooks with your application.
https://docs.aptopayments.com/docs/guides/webhooks/
Steps to receive Apto payments Webhooks
- Sign up for your free Hooky account.
- Create a new Webhook Source, and select Apto payments. This will be the endpoint that receives webhooks on behalf of your application, and forwards them using the unified SDK.
- Step 1
- Step 2
- Once a webhook is received from Apto payments, you'll see it under the Live Logs section of your webhook source.
- Next, follow the examples below to integrate the Hooky SDK in ruby or javascript, and start receiving webhooks.
Integrating Apto payments Webhooks Using Javascript
- Sign up for your free Hooky account.
- Create a new Webhook Source, and select Apto payments. This will be the endpoint that receives webhooks on behalf of your application, and forwards them using the unified SDK.
- Step 1
- Step 2
- Once a webhook is received from Apto payments, you'll see it under the Live Logs section of your webhook source.
- Next, follow the examples below to integrate the Hooky SDK in ruby or javascript, and start receiving webhooks.
Integrating Apto payments webhooks with Hooky in your Javascript based application is straight forward. Just grab the SDK, and call a function when that webhook is received.
Integrating Apto payments Webhooks Using Ruby
Integrating Apto payments webhooks with Hooky in your Ruby or Ruby on Rails application is straight forward. Just grab the SDK, and call a method when that webhook is received.
Configuring Apto payments Webhook Authentication
Here's how it works
Supported Apto payments Webhook Events
status_update
a card’s status is updated
pin_update
a card’s PIN is updated
card_sent
a card is reported as having been shipped
card_update
a card is updated, but the update is not accounted for by another webhook
kyc_update
a user’s kyc_status is updated
identity_update
a user’s identity details are updated, such as name, email address, or phone number
user_update
a user is updated, but the update is not accounted for by another webhook
transaction_update
a transaction is updated