Webhooks guide
This guide will help you understand which webhooks you should be using according to your integration with UNIPaaS products and the notifications you need to keep your payments running smoothly.
Product | Notifications about | Webhook name |
---|---|---|
Vendor Onboarding | Changes in vendor onboarding status | onboarding/update |
Accepting payments & paying out | - Changes in UNIPaaS account balances, including fees. - Payment authorization information | ewalletTransaction/create authorization/update |
Vendor notifications | Special type of webhook which provides your platform with information you can pass on to your vendors, in order to notify them about important events regarding their UNIPaaS account | notification/create |
Direct Debit webhooks and notifications | All the relevant webhooks required for implementing the Direct Debit payment method. | See here. |
Additional webhook notification (Optional for most integrations) | - Payout creation and status information - A new vendor account was created - Internals transfers between UNIPaaS accounts | payout/update ewallet/create transfer/update |
Webhook retry information
Webhooks should receive a 200 response code.
- Response Timeout is 10 seconds
- After 5 failed retries an email notification will be sent
- After 15 failed retries the webhook will be invalidated
Updated 16 days ago