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

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

Submit Answers

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