TheDocumentation Index
Fetch the complete documentation index at: https://developer.finogates.com/llms.txt
Use this file to discover all available pages before exploring further.
card.added event is sent when a user has successfully added a new card to their account.
At this stage, the card may require additional steps, such as image uploads or verification, before it becomes fully usable.
Example Payload
Data Fields
Unique identifier of the user who added the card.
Unique identifier of the newly added card.
Current card status. For example,
pending_image_upload.Handling the Event
Use this event to:- Record the addition of a new card
- Prompt the user to complete required card verification steps
- Track card onboarding progress
- Restrict card usage until verification is complete

