Each corresponds to a significant system action or user state update.
Event Reference Links
Each event name below links to a dedicated event reference page. When you click an event, you’ll find:- The full webhook payload schema
- A realistic example payload sent by Finogates
- A breakdown of important fields and status transitions
- Clear guidance on when the event is triggered and how to handle it
KYC Events
| Event | Description |
|---|---|
| kyc.applied | User submitted KYC details. |
| kyc.approved | KYC verification approved. |
| kyc.rejected | KYC verification rejected. |
| kyc.failed | KYC verification failed. |
| kyc.completed | KYC process completed. |
| kyc.deleted | KYC record deleted. |
KYB Events
| Event | Description |
|---|---|
| kyb.approved | KYB verification approved. |
| kyb.rejected | KYB verification rejected. |
| kyb.deleted | KYB record deleted. |
Wallet Funding Events
| Event | Description |
|---|---|
| wallet.funding.initiated | Wallet funding request initiated. |
| wallet.funding.processing | Wallet funding in progress. |
| wallet.funding.success | Wallet funding successful. |
| wallet.funding.failed | Wallet funding failed. |
| wallet.funding.rejected | Wallet funding rejected. |
Wallet Withdrawal Events
| Event | Description |
|---|---|
| wallet.withdrawal.initiated | Withdrawal initiated. |
| wallet.withdrawal.processing | Withdrawal in progress. |
| wallet.withdrawal.settling | Withdrawal settling. |
| wallet.withdrawal.success | Withdrawal successful. |
| wallet.withdrawal.failed | Withdrawal failed. |
| wallet.withdrawal.rejected | Withdrawal rejected. |
Card Events
| Event | Description |
|---|---|
| card.added | A new card was added. |
| card.images_uploaded | Card images have been uploaded. |
Payment Events
| Event | Description |
|---|---|
| payment.opened | Payment link opened by user. |
| payment.initiated | Payment initiated. |
| payment.processing | Payment requires processing or review. |
| payment.settling | Payment settling. |
| payment.success | Payment successfully completed. |
| payment.failed | Payment attempt failed. |
| payment.rejected | Payment rejected. |
| payment.refunded | Payment refunded. |
| payment.fee_refunded | Payment fee refunded. |
| payment.mailed | Check payment mailed. |
Next Steps
- Open any event above to review its example payload and detailed field definitions
- Learn how to verify webhook signatures to ensure webhook authenticity
- Understand webhook delivery retries in Retry Behavior
- Explore the full webhook response structure in the Webhook Response Reference

