Skip to main content

Documentation Index

Fetch the complete documentation index at: https://developer.finogates.com/llms.txt

Use this file to discover all available pages before exploring further.

Below is the list of all webhook event types Finogates can send to your webhook endpoint.
Each corresponds to a significant system action or user state update.

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
This allows you to implement, test, and debug webhook integrations with confidence.

KYC Events

EventDescription
kyc.appliedUser submitted KYC details.
kyc.approvedKYC verification approved.
kyc.rejectedKYC verification rejected.
kyc.failedKYC verification failed.
kyc.completedKYC process completed.
kyc.deletedKYC record deleted.

KYB Events

EventDescription
kyb.approvedKYB verification approved.
kyb.rejectedKYB verification rejected.
kyb.deletedKYB record deleted.

Wallet Funding Events

EventDescription
wallet.funding.initiatedWallet funding request initiated.
wallet.funding.processingWallet funding in progress.
wallet.funding.successWallet funding successful.
wallet.funding.failedWallet funding failed.
wallet.funding.rejectedWallet funding rejected.

Wallet Withdrawal Events

EventDescription
wallet.withdrawal.initiatedWithdrawal initiated.
wallet.withdrawal.processingWithdrawal in progress.
wallet.withdrawal.settlingWithdrawal settling.
wallet.withdrawal.successWithdrawal successful.
wallet.withdrawal.failedWithdrawal failed.
wallet.withdrawal.rejectedWithdrawal rejected.

Card Events

EventDescription
card.addedA new card was added.
card.images_uploadedCard images have been uploaded.

Payment Events

EventDescription
payment.openedPayment link opened by user.
payment.initiatedPayment initiated.
payment.processingPayment requires processing or review.
payment.settlingPayment settling.
payment.successPayment successfully completed.
payment.failedPayment attempt failed.
payment.rejectedPayment rejected.
payment.refundedPayment refunded.
payment.fee_refundedPayment fee refunded.
payment.mailedCheck 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