View Categories

Source of funds

< 1 min read

Source of Funds #

Returns the list of sources of wealth/income that must be presented during onboarding.

Endpoint #

GET https://api-test.10npay.com/User/source-of-funds

Headers #

  • Authorization: Bearer <access_token>
  • Accept: application/json

Response — 200 OK #

[
  { "label": "Savings", "value": "1" },
  { "label": "Employment contract", "value": "2" },
  { "label": "Business activity", "value": "3" },
  { "label": "Pension", "value": "4" },
  { "label": "Scholarship", "value": "5" },
  { "label": "Inheritance", "value": "6" },
  { "label": "Donation", "value": "7" },
  { "label": "Benefits", "value": "8" },
  { "label": "Rent", "value": "9" },
  { "label": "Trade deal", "value": "10" },
  { "label": "Sales", "value": "11" },
  { "label": "Distribution", "value": "12" },
  { "label": "Investment income", "value": "13" }
]

Notes #

  • Submit the selected value as sourceOfFundId in POST /User/add-additional-data.
  • If the list changes, clients automatically receive the new options by calling this endpoint.