NymCard
Sandbox
API catalog
Contact us
Search…
NYMCARD DOCUMENTATION
Get Started
nCore API Quick Tutorial
API Core Principles
Program management
Issuance
Issuing Physical Cards
Issuing Virtual Cards
Funding and transfers
Product Management
Transactions
Webhooks
Introduction to webhooks
nCore webhook events
Steps to configure a webhook
Webhooks samples
Webhooks management
Security
Release announcements
For developers
Sandbox
API catalog
Community
Forums
Blogs
Articles
Powered By
GitBook
nCore webhook events
Following are the available webhooks you can create to receive event notifications.
Event name
Event type
Send webhook notification when
Status change
CARD_STATUS_CHANGE
A card status is updated
Transaction
TRANSACTION
A transaction is performed by a card
KYC
KYC_RESULT
Changes in user’s KYC request are done
User status
USER_STATUS_CHANGE
User status is changed
User document
USER_DOCUMENT_ALERT
The document expiration date is approaching
Identity verification
IDENTITY_VERIFICATION
Changes in identity verification request
Handling
Following are the methods in which nCore platform handles webhooks notifications.
The nCore platform maintains a retry counter and resends the failed notifications by triggering the expired webhooks.
It includes a Basic Auth
(encoded in base64) header in the webhook notification message.
The nCore platform pings a configured webhook to validate the credential and connectivity.
To support token uniqueness, each transaction is recognized by a unique transaction token, and each webhook is identified by a unique event token.
Previous
Introduction to webhooks
Next
Steps to configure a webhook
Last modified
2mo ago
Copy link