---
title: "Answer Source of Funds questions"
method: POST
path: "/api/v1/source-of-funds"
tags: ["KYC"]
---

# Answer Source of Funds questions

`POST /api/v1/source-of-funds`

## Request body

- KycAnswer[]
  - `question` string — The text of the question being answered.
  - `answer` string — The user's answer to the question.

## Response `200`

Source of Funds answers submitted successfully.

- object
  - `message` string

## Other responses

- `401` — Unauthorized Error
- `500` — Internal Server Error

---

[API](https://skmtc.net/gnosispay/apis/gnosispay-api.md) · [All operations](https://skmtc.net/gnosispay/apis/gnosispay-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gnosispay/gnosispay-api/versions/e0a09962c187/schema)
