{"id":343,"date":"2024-07-08T12:57:19","date_gmt":"2024-07-08T12:57:19","guid":{"rendered":"https:\/\/developers.10npay.com\/?post_type=docs&#038;p=1392"},"modified":"2024-07-08T12:57:19","modified_gmt":"2024-07-08T12:57:19","password":"","slug":"retrieve-individual-payment-method","status":"publish","type":"docs","link":"https:\/\/developers.10npay.com\/bg\/docs\/retrieve-individual-payment-method\/","title":{"rendered":"Retrieve Individual Payment Method"},"content":{"rendered":"<h5><span style=\"font-size: 20px\">Endpoint<\/span><\/h5>\n<p><span style=\"font-size: 20px\">URL: <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\">https:\/\/crm-api-test.10npay.com\/api\/v1\/IndividualPaymentMethod\/{individualId}<\/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>Method:<\/strong> GET<\/span><\/p>\n<p><span style=\"font-size: 20px\"><strong>Description:<\/strong> Retrieve the payment method details for an individual.<\/span><\/p>\n<p><strong><span style=\"font-size: 20px\">Request Headers<\/span><\/strong><\/p>\n<ul>\n<li><span style=\"font-size: 20px\"><strong>accept:<\/strong> text\/plain<\/span><\/li>\n<li><span style=\"font-size: 20px\"><strong>Authorization:<\/strong> Bearer {Token}<\/span><\/li>\n<\/ul>\n<p><strong><span style=\"font-size: 20px\">CURL Example<\/span><\/strong><\/p>\n<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\"><\/p>\n<pre class=\"dm-pre-admin-side\">curl -X 'GET' \\\r\n'https:\/\/crm-api-test.10npay.com\/api\/v1\/IndividualPaymentMethod\/740' \\\r\n-H 'accept: text\/plain' \\\r\n-H 'Authorization: Bearer {Token}'<\/pre>\n<p><\/code><\/pre>\n\t\t\t<\/div>\n        <\/div>\n<h5><span style=\"font-size: 20px\">Responses<\/span><\/h5>\n<h6><span style=\"font-size: 20px\">Success<\/span><\/h6>\n<p><span style=\"font-size: 20px\">Status Code: 200<\/span><br \/>\n<span style=\"font-size: 20px\"><strong>Description:<\/strong> Payment method exists.<\/span><\/p>\n<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\"><\/p>\n<pre class=\"dm-pre-admin-side\">[\r\n\t{\r\n\t\t\"alias\": \"string\",\r\n\t\t\"validityMonth\": \"string\",\r\n\t\t\"validityYear\": \"string\",\r\n\t\t\"bankName\": \"string\",\r\n\t\t\"swift\": \"string\",\r\n\t\t\"currency\": \"string\",\r\n\t\t\"cardType\": \"string\",\r\n\t\t\"paymentType\": \"string\",\r\n\t\t\"value\": \"string\",\r\n\t\t\"ownerName\": \"string\",\r\n\t\t\"accountHolderName\": \"string\",\r\n\t\t\"lastFundsDeposited\": 0,\r\n\t\t\"lastFundsWithdrawn\": 0,\r\n\t\t\"has2FAOr3DS\": true,\r\n\t\t\"bankStatement\": \"string\",\r\n\t\t\"cvvOrCvcCode\": \"string\",\r\n\t\t\"status\": \"string\",\r\n\t\t\"bankAddress\": \"string\",\r\n\t\t\"vPos\": \"string\"\r\n\t}\r\n]<\/pre>\n<p><\/code><\/pre>\n\t\t\t<\/div>\n        <\/div>\n<p><span style=\"font-size: 20px\"><strong>Status Code:<\/strong> 400<\/span><br \/>\n<span style=\"font-size: 20px\"><strong>Description:<\/strong> Payment method does not exist.<\/span><br \/>\n<span style=\"font-size: 20px\"><strong>Error:<\/strong> Not Found<\/span><\/p>\n<p><span style=\"font-size: 20px\"><strong>Status Code:<\/strong> 404<\/span><br \/>\n<span style=\"font-size: 20px\"><strong>Description:<\/strong> Request property mismatched or not found.<\/span><\/p>\n<p><span style=\"font-size: 20px\"><strong>Error:<\/strong> Server Error<\/span><span style=\"font-size: 20px\">Status <\/span><\/p>\n<p><span style=\"font-size: 20px\"><strong>Code:<\/strong> 500<\/span><br \/>\n<span style=\"font-size: 20px\"><strong>Description:<\/strong> Internal error occurred.<\/span><\/p>\n<h5><span style=\"font-size: 20px\">Snippet<\/span><\/h5>\n<p>[codesnippet id=&#8221;65&#8243;]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Endpoint URL: Method: GET Description: Retrieve the payment method details for an individual. Request Headers accept: text\/plain Authorization: Bearer {Token} CURL Example Responses Success Status Code: 200 Description: Payment method exists. Status Code: 400 Description: Payment method does not exist. Error: Not Found Status Code: 404 Description: Request property mismatched or not found. Error: Server [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","template":"","meta":{"footnotes":""},"doc_category":[51],"doc_tag":[],"knowledge_base":[33],"class_list":["post-343","docs","type-docs","status-publish","hentry","doc_category-application-payment-methods","knowledge_base-10npay"],"year_month":"2026-05","word_count":215,"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":"Application Payment Methods","term_url":"https:\/\/developers.10npay.com\/bg\/docs\/10npay\/application-payment-methods\/"}],"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\/343","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=343"}],"version-history":[{"count":0,"href":"https:\/\/developers.10npay.com\/bg\/wp-json\/wp\/v2\/docs\/343\/revisions"}],"wp:attachment":[{"href":"https:\/\/developers.10npay.com\/bg\/wp-json\/wp\/v2\/media?parent=343"}],"wp:term":[{"taxonomy":"doc_category","embeddable":true,"href":"https:\/\/developers.10npay.com\/bg\/wp-json\/wp\/v2\/doc_category?post=343"},{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/developers.10npay.com\/bg\/wp-json\/wp\/v2\/doc_tag?post=343"},{"taxonomy":"knowledge_base","embeddable":true,"href":"https:\/\/developers.10npay.com\/bg\/wp-json\/wp\/v2\/knowledge_base?post=343"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}