Swipelux

Setup webhook configuration

Setup the webhook configuration

For complete API specification including request/response schemas and interactive examples, see the API Reference.

Overview

Configure or update your webhook endpoint to receive real-time notifications about events in your merchant account.

Request Parameters

ParameterTypeRequiredDescription
urlstringYesHTTPS URL where webhooks will be sent
eventsarrayYesArray of event types to subscribe to

Supported Events

EventDescription
customer.createdNew individual customer created
customer.updatedCustomer data updated
customer.verification_changedKYC/KYB status changed
business.createdNew business customer created
business.updatedBusiness customer data updated
wallet.createdCustodial wallet created
wallet.importedExternal wallet imported
document.uploadedDocument uploaded for customer/shareholder
account.createdVirtual bank account created
account.importedExternal bank account imported
account.deletedBank account deleted
transfer.createdTransfer initiated
transfer.updatedTransfer status changed
transfer.completedTransfer completed
transfer.failedTransfer failed
transfer.funded_partialPartial funding received
transfer.amount_adjustedTransfer amount adjusted

On this page