{"id":319,"date":"2024-06-13T15:39:55","date_gmt":"2024-06-13T15:39:55","guid":{"rendered":"https:\/\/developers.10npay.com\/?post_type=docs&#038;p=983"},"modified":"2024-06-13T15:39:55","modified_gmt":"2024-06-13T15:39:55","password":"","slug":"financing-methods","status":"publish","type":"docs","link":"https:\/\/developers.10npay.com\/bg\/docs\/financing-methods\/","title":{"rendered":"Financing Methods"},"content":{"rendered":"<h4><span style=\"font-size: 20px\">End-point overview<\/span><\/h4>\n<p><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=\"wrap language-php\"><\/span><\/p>\n<pre class=\"dm-pre-admin-side\">https:\/\/crm-api-test.10npay.com\/api\/v1\/Individual\/financing-method<\/pre>\n<p><span style=\"font-size: 20px\"><\/code><\/pre>\n\t\t\t<\/div>\n        <\/div><br \/>\n<\/span><\/p>\n<p><span style=\"font-size: 20px\"><strong>HTTP Method:<\/strong> GET<\/span><\/p>\n<p><span style=\"font-size: 20px\"><strong>Headers:<\/strong><\/span><\/p>\n<p><span style=\"font-size: 20px\">accept: application\/json<\/span><\/p>\n<p><span style=\"font-size: 20px\">Authorization: Bearer {token}<\/span><\/p>\n<h4><span style=\"font-size: 20px\"><strong>Example Request<\/strong><\/span><\/h4>\n<p><span style=\"font-size: 20px\">To make a request to the financing methods endpoint, use the following curl command:<\/span><br \/>\n<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-php\"><\/span><\/p>\n<pre class=\"dm-pre-admin-side\"><span style=\"font-size: 20px\">curl -X 'GET' \\ 'https:\/\/crm-api-test.10npay.com\/api\/v1\/Individual\/financing-method' \\ -H 'accept: application\/json' \\ -H 'Authorization: Bearer {your_token_here}'<\/span><\/pre>\n<p><span style=\"font-size: 20px\"><\/code><\/pre>\n\t\t\t<\/div>\n        <\/div><\/span><\/p>\n<p><span style=\"font-size: 20px\"><strong>Note:<\/strong> Replace {your_token_here} with the actual Bearer token obtained from the \/Auth\/validate step.<\/span><\/p>\n<h4><span style=\"font-size: 20px\">Response:<\/span><\/h4>\n<p><span style=\"font-size: 20px\"><strong>Status Code:<\/strong> 200 OK<\/span><\/p>\n<p><span style=\"font-size: 20px\"><strong>Response Body:<\/strong> A JSON array of financing methods<\/span><\/p>\n<p><span style=\"font-size: 20px\">Example Response<\/span><br \/>\n<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-php\"><\/span><\/p>\n<pre class=\"dm-pre-admin-side\"><span style=\"font-size: 20px\">[\r\n\t{\r\n\t\t\"label\": \"Funding by wire transfer from own account\",\r\n\t\t\"value\": \"1\"\r\n\t},\r\n\t{\r\n\t\t\"label\": \"Funding by wire transfer from joint\/third party account\",\r\n\t\t\"value\": \"2\"\r\n\t},\r\n\t{\r\n\t\t\"label\": \"Funding with debit\/credit card\",\r\n\t\t\"value\": \"3\"\r\n\t}\r\n]<\/span><\/pre>\n<p><span style=\"font-size: 20px\"><\/code><\/pre>\n\t\t\t<\/div>\n        <\/div><\/span><\/p>\n<h4><span style=\"font-size: 20px\">Detailed Steps<\/span><\/h4>\n<p><span style=\"font-size: 20px\">Call Financing Method Endpoint: Use the curl command provided to fetch the list of financing methods. This list is necessary for completing the KYC process as it helps identify the sources of funding for the account.<\/span><\/p>\n<p><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<p><span style=\"font-size: 20px\">Purpose of Fetching Financing Methods<\/span><br \/>\n<span style=\"font-size: 20px\">The financing methods endpoint provides a list of predefined methods for funding the account. These methods are part of the mandatory KYC verification process to help financial institutions understand how the client plans to fund their account, aiding in risk assessment and compliance with regulatory requirements.<\/span><\/p>\n<h4><span style=\"font-size: 20px\">Snippet<\/span><\/h4>\n<p><span style=\"font-size: 20px\">[codesnippet id=&#8221;39&#8243;]<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>End-point overview URL: HTTP Method: GET Headers: accept: application\/json Authorization: Bearer {token} Example Request To make a request to the financing methods endpoint, use the following curl command: Note: Replace {your_token_here} with the actual Bearer token obtained from the \/Auth\/validate step. Response: Status Code: 200 OK Response Body: A JSON array of financing methods Example [&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-319","docs","type-docs","status-publish","hentry","doc_category-kyc-verification-process","knowledge_base-10npay"],"year_month":"2026-05","word_count":326,"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\/319","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=319"}],"version-history":[{"count":0,"href":"https:\/\/developers.10npay.com\/bg\/wp-json\/wp\/v2\/docs\/319\/revisions"}],"wp:attachment":[{"href":"https:\/\/developers.10npay.com\/bg\/wp-json\/wp\/v2\/media?parent=319"}],"wp:term":[{"taxonomy":"doc_category","embeddable":true,"href":"https:\/\/developers.10npay.com\/bg\/wp-json\/wp\/v2\/doc_category?post=319"},{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/developers.10npay.com\/bg\/wp-json\/wp\/v2\/doc_tag?post=319"},{"taxonomy":"knowledge_base","embeddable":true,"href":"https:\/\/developers.10npay.com\/bg\/wp-json\/wp\/v2\/knowledge_base?post=319"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}