Skip to main content
Source of funds declaration is required after KYC approval and before card creation. There are two endpoints:
  1. GET /v1/yativo-card/customers/:yativoCardId/source-of-funds — fetch the questions
  2. POST /v1/yativo-card/customers/:yativoCardId/source-of-funds — submit answers

Get Questions

string
required
Bearer token: Bearer YOUR_ACCESS_TOKEN
string
required
The customer’s yativo_card_id.
string
Language for questions, e.g. en, de, fr. Defaults to en.

Submit Answers

array
required
Array of answer objects. Each must have question (the question ID from GET) and answer (selected option).