Funding.Credit.Completed and Funding.Debit.Completed.Currently supported events include Funding.Credit.CompletedandFunding.Debit.Completed. Additional webhook events will be introduced in future releases.
Active, Inactive, or Failed).GET/api/webhooks/statuscurl --location --globoff --request POST 'https://webhook-staging.fintainium.com/api/webhooks/status/[business_Id]' \
--header 'sessionKey;'{
"webhook_id": "b81d2e10-7e56-4fcb-b1d1-fint-id",
"callback_url": "https://client.company.com/fintainium/webhook",
"event_names": ["payment_status_update"],
"status": "Active",
"last_sent": "2025-07-15T10:20:00Z"
}