{"id":321,"date":"2024-06-14T07:15:46","date_gmt":"2024-06-14T07:15:46","guid":{"rendered":"https:\/\/developers.10npay.com\/?post_type=docs&#038;p=993"},"modified":"2024-06-14T07:15:46","modified_gmt":"2024-06-14T07:15:46","password":"","slug":"source-of-funds","status":"publish","type":"docs","link":"https:\/\/developers.10npay.com\/bg\/docs\/source-of-funds\/","title":{"rendered":"Source of funds"},"content":{"rendered":"<h4 style=\"text-align: justify\"><span style=\"font-size: 20px\">End-point overview<\/span><\/h4>\n<p style=\"text-align: justify\"><span style=\"font-size: 20px\"><strong>URL:<\/strong> <div class=\"dm-code-snippet dark default  dm-normal-version\" style=\"background-color:#abb8c3;\" snippet-height=\"\">\n\t\t\t<div class=\"control-language\">\n                <div class=\"dm-buttons\">\n                    <div class=\"dm-buttons-left\">\n                        <div class=\"dm-button-snippet red-button\"><\/div>\n                        <div class=\"dm-button-snippet orange-button\"><\/div>\n                        <div class=\"dm-button-snippet green-button\"><\/div>\n                    <\/div>\n                    <div class=\"dm-buttons-right\">\n                        <a id=\"dm-copy-raw-code\">\n                        <span class=\"dm-copy-text\">Copy Code<\/span>\n                        <span class=\"dm-copy-confirmed\" style=\"display:none\">Copied<\/span>\n                        <span class=\"dm-error-message\" style=\"display:none\">Use a different Browser<\/span><\/a>\n                    <\/div>\n                <\/div>\n                <pre class=\"no-line-numbers\"><code id=\"dm-code-raw\" class=\"no-wrap language-php\"><\/span><\/p>\n<pre class=\"dm-pre-admin-side\">https:\/\/crm-api-test.10npay.com\/api\/v1\/Individual\/source-of-funds<\/pre>\n<p style=\"text-align: justify\"><span style=\"font-size: 20px\"><\/code><\/pre>\n\t\t\t<\/div>\n        <\/div><br \/>\n<\/span><\/p>\n<p style=\"text-align: justify\"><span style=\"font-size: 20px\"><strong>Method:<\/strong> GET<\/span><\/p>\n<h4 style=\"text-align: justify\"><span style=\"font-size: 20px\">Headers<\/span><\/h4>\n<p style=\"text-align: justify\"><span style=\"font-size: 20px\">accept: application\/json<\/span><\/p>\n<p style=\"text-align: justify\"><span style=\"font-size: 20px\">Authorization: Bearer {token}<\/span><\/p>\n<h5 style=\"text-align: justify\"><span style=\"font-size: 20px\">Example Request<\/span><\/h5>\n<p style=\"text-align: justify\"><span style=\"font-size: 20px\">To make a request to the source of funds endpoint, use the following curl command:<\/span><\/p>\n<p style=\"text-align: justify\"><span style=\"font-size: 20px\"><div class=\"dm-code-snippet dark default  dm-normal-version\" style=\"background-color:#abb8c3;\" snippet-height=\"\">\n\t\t\t<div class=\"control-language\">\n                <div class=\"dm-buttons\">\n                    <div class=\"dm-buttons-left\">\n                        <div class=\"dm-button-snippet red-button\"><\/div>\n                        <div class=\"dm-button-snippet orange-button\"><\/div>\n                        <div class=\"dm-button-snippet green-button\"><\/div>\n                    <\/div>\n                    <div class=\"dm-buttons-right\">\n                        <a id=\"dm-copy-raw-code\">\n                        <span class=\"dm-copy-text\">Copy Code<\/span>\n                        <span class=\"dm-copy-confirmed\" style=\"display:none\">Copied<\/span>\n                        <span class=\"dm-error-message\" style=\"display:none\">Use a different Browser<\/span><\/a>\n                    <\/div>\n                <\/div>\n                <pre class=\"no-line-numbers\"><code id=\"dm-code-raw\" class=\"wrap language-shell\"><\/span><\/p>\n<pre class=\"dm-pre-admin-side\"><span style=\"font-size: 20px\">curl -X 'GET' \\\r\n'https:\/\/crm-api-test.10npay.com\/api\/v1\/Individual\/source-of-funds' \\\r\n-H 'accept: application\/json' \\\r\n-H 'Authorization: Bearer {your_token_here}'<\/span><\/pre>\n<p style=\"text-align: justify\"><span style=\"font-size: 20px\"><\/code><\/pre>\n\t\t\t<\/div>\n        <\/div><\/span><\/p>\n<p style=\"text-align: justify\"><span style=\"font-size: 20px\"><strong>Note:<\/strong> Replace {your_token_here} with the actual Bearer token obtained from the \/Auth\/validate step.<\/span><br \/>\n<span style=\"font-size: 20px\">Detailed Steps<\/span><\/p>\n<h4 style=\"text-align: justify\"><span style=\"font-size: 20px\">Response<\/span><\/h4>\n<p style=\"text-align: justify\"><span style=\"font-size: 20px\"><strong>Status Code:<\/strong> 200 OK<\/span><\/p>\n<p style=\"text-align: justify\"><span style=\"font-size: 20px\"><strong>Response Body:<\/strong> A JSON array of sources of funds<\/span><\/p>\n<h5 style=\"text-align: justify\"><span style=\"font-size: 20px\">Example Response<\/span><\/h5>\n<p style=\"text-align: justify\"><span style=\"font-size: 20px\"><div class=\"dm-code-snippet dark default  dm-normal-version\" style=\"background-color:#abb8c3;\" snippet-height=\"400px\">\n\t\t\t<div class=\"control-language\">\n                <div class=\"dm-buttons\">\n                    <div class=\"dm-buttons-left\">\n                        <div class=\"dm-button-snippet red-button\"><\/div>\n                        <div class=\"dm-button-snippet orange-button\"><\/div>\n                        <div class=\"dm-button-snippet green-button\"><\/div>\n                    <\/div>\n                    <div class=\"dm-buttons-right\">\n                        <a id=\"dm-copy-raw-code\">\n                        <span class=\"dm-copy-text\">Copy Code<\/span>\n                        <span class=\"dm-copy-confirmed\" style=\"display:none\">Copied<\/span>\n                        <span class=\"dm-error-message\" style=\"display:none\">Use a different Browser<\/span><\/a>\n                    <\/div>\n                <\/div>\n                <pre class=\"no-line-numbers\"><code id=\"dm-code-raw\" class=\"wrap language-php\"><\/span><\/p>\n<pre class=\"dm-pre-admin-side\"><span style=\"font-size: 20px\">[\r\n\t{\r\n\t\t\"label\": \"Savings\",\r\n\t\t\"value\": \"1\"\r\n\t},\r\n\t{\r\n\t\t\"label\": \"Employment contract\",\r\n\t\t\"value\": \"2\"\r\n\t},\r\n\t{\r\n\t\t\"label\": \"Business activity\",\r\n\t\t\"value\": \"3\"\r\n\t},\r\n\t{\r\n\t\t\"label\": \"Pension\",\r\n\t\t\"value\": \"4\"\r\n\t},\r\n\t{\r\n\t\t\"label\": \"Scholarship\",\r\n\t\t\"value\": \"5\"\r\n\t},\r\n\t{\r\n\t\t\"label\": \"Inheritance\",\r\n\t\t\"value\": \"6\"\r\n\t},\r\n\t{\r\n\t\t\"label\": \"Donation\",\r\n\t\t\"value\": \"7\"\r\n\t},\r\n\t{\r\n\t\t\"label\": \"Benefits\",\r\n\t\t\"value\": \"8\"\r\n\t},\r\n\t{\r\n\t\t\"label\": \"Rent\",\r\n\t\t\"value\": \"9\"\r\n\t},\r\n\t{\r\n\t\t\"label\": \"Trade deal\",\r\n\t\t\"value\": \"10\"\r\n\t},\r\n\t{\r\n\t\t\"label\": \"Sales\",\r\n\t\t\"value\": \"11\"\r\n\t},\r\n\t{\r\n\t\t\"label\": \"Distribution\",\r\n\t\t\"value\": \"12\"\r\n\t},\r\n\t{\r\n\t\t\"label\": \"Investment income\",\r\n\t\t\"value\": \"13\"\r\n\t}\r\n]<\/span><\/pre>\n<p style=\"text-align: justify\"><span style=\"font-size: 20px\"><\/code><\/pre>\n\t\t\t<\/div>\n        <\/div><\/span><\/p>\n<p style=\"text-align: justify\"><span style=\"font-size: 20px\">Call Source of Funds Endpoint: Use the curl command provided to fetch the list of sources of funds. This list is necessary for completing the KYC process as it helps identify where the user&#8217;s money originates.<\/span><\/p>\n<p style=\"text-align: justify\"><span style=\"font-size: 20px\">Parse Response: The response will be a JSON array of objects, each containing a label and a value. This information is used to populate the necessary fields in the KYC questionnaire.<\/span><\/p>\n<h4 style=\"text-align: justify\"><span style=\"font-size: 20px\">Purpose of Fetching Source of Funds<\/span><\/h4>\n<p style=\"text-align: justify\"><span style=\"font-size: 20px\">The source of funds endpoint provides a list of predefined sources representing where the user&#8217;s money comes from. This information is a critical part of the KYC verification process, helping financial institutions to assess the risk profile of the client and ensure compliance with regulatory requirements.<\/span><\/p>\n<h4 style=\"text-align: justify\"><span style=\"font-size: 20px\">Snippet<\/span><\/h4>\n<p style=\"text-align: justify\"><span style=\"font-size: 20px\">[codesnippet id=&#8221;41&#8243;]<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>End-point overview URL: Method: GET Headers accept: application\/json Authorization: Bearer {token} Example Request To make a request to the source of funds endpoint, use the following curl command: Note: Replace {your_token_here} with the actual Bearer token obtained from the \/Auth\/validate step. Detailed Steps Response Status Code: 200 OK Response Body: A JSON array of sources [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","template":"","meta":{"footnotes":""},"doc_category":[56],"doc_tag":[],"knowledge_base":[33],"class_list":["post-321","docs","type-docs","status-publish","hentry","doc_category-kyc-verification-process","knowledge_base-10npay"],"year_month":"2026-05","word_count":345,"total_views":0,"reactions":{"happy":0,"normal":0,"sad":0},"author_info":{"name":"10npaydev","author_nicename":"10npaydev","author_url":"https:\/\/developers.10npay.com\/bg\/author\/10npaydev\/"},"doc_category_info":[{"term_name":"KYC verification process","term_url":"https:\/\/developers.10npay.com\/bg\/docs\/10npay\/kyc-verification-process\/"}],"doc_tag_info":[],"knowledge_base_info":[{"term_name":"10npay","term_url":"https:\/\/developers.10npay.com\/bg\/docs\/10npay\/","term_slug":"10npay"}],"knowledge_base_slug":["10npay"],"_links":{"self":[{"href":"https:\/\/developers.10npay.com\/bg\/wp-json\/wp\/v2\/docs\/321","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/developers.10npay.com\/bg\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/developers.10npay.com\/bg\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/developers.10npay.com\/bg\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/developers.10npay.com\/bg\/wp-json\/wp\/v2\/comments?post=321"}],"version-history":[{"count":0,"href":"https:\/\/developers.10npay.com\/bg\/wp-json\/wp\/v2\/docs\/321\/revisions"}],"wp:attachment":[{"href":"https:\/\/developers.10npay.com\/bg\/wp-json\/wp\/v2\/media?parent=321"}],"wp:term":[{"taxonomy":"doc_category","embeddable":true,"href":"https:\/\/developers.10npay.com\/bg\/wp-json\/wp\/v2\/doc_category?post=321"},{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/developers.10npay.com\/bg\/wp-json\/wp\/v2\/doc_tag?post=321"},{"taxonomy":"knowledge_base","embeddable":true,"href":"https:\/\/developers.10npay.com\/bg\/wp-json\/wp\/v2\/knowledge_base?post=321"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}