{"id":16494,"date":"2025-06-30T11:58:30","date_gmt":"2025-06-30T09:58:30","guid":{"rendered":"https:\/\/docs.centralpay.com\/documentation\/enrollment-request\/"},"modified":"2026-08-26T16:26:29","modified_gmt":"2026-08-26T14:26:29","slug":"enrollment-request","status":"publish","type":"docs","link":"https:\/\/docs.centralpay.com\/en\/documentation\/documentation\/merchant-management\/enrollment-request\/","title":{"rendered":"Enrollment request"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">1. Methods for creating an enrollment request<\/h2>\n\n<h3 class=\"wp-block-heading\">1.1. From the CentralPay Merchant Portal<\/h3>\n\n<p class=\"wp-block-paragraph\">A user logged into the CentralPay portal can initiate an enrollment request from the menu: <strong>Plateform &gt; Enrollments &gt; Create<\/strong><\/p>\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https:\/\/test-backoffice.centralpay.net\/admin\/onboarding\/\" target=\"_blank\" rel=\"noreferrer noopener\"><code>Recette<\/code> Merchent Portal &#8211; Onboarding<\/a><\/div>\n<\/div>\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https:\/\/backoffice.centralpay.net\/admin\/onboarding\/\" target=\"_blank\" rel=\"noreferrer noopener\"><code>Production<\/code> Merchent Portal &#8211; Onboarding<\/a><\/div>\n<\/div>\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n<p class=\"wp-block-paragraph\">They can then manually fill in the fields described below (in the API call details). Once the request is saved, a redirect link to the onboarding portal is automatically generated and can be: <\/p>\n\n<ul class=\"wp-block-list\">\n<li>Sent automatically via email through the CentralPay Mailer (select \u201cYES\u201d in the \u201cSend emails to the address above\u201d field)<\/li>\n\n\n\n<li>Or copied manually to be sent via another channel (chat, text message, etc.)<\/li>\n<\/ul>\n\n<h3 class=\"wp-block-heading\">1.2. From the API: POST \/merchant-enrollments<\/h3>\n\n<p class=\"wp-block-paragraph\">Enrollment can also be initiated automatically via the API by calling: <code>POST \/merchant-enrollments<\/code><\/p>\n\n<p class=\"wp-block-paragraph\">This call generates an enrollment ID (UUID) and initiates a complete onboarding process, which can be continued:<\/p>\n\n<ul class=\"wp-block-list\">\n<li>Either via the Merchant Portal<\/li>\n\n\n\n<li>Either entirely via API endpoints (see the \u201cComplete an Enrollment via API\u201d section)<\/li>\n<\/ul>\n\n<pre class=\"wp-block-preformatted\">If no direct link (<code>enrollment_url<\/code>) is returned by the API, by default, the CentralPay platform sends an email to the address specified in profile[email][value].<br\/>To disable this email: \"sendClaimEmail\": false<br\/><br\/>If you disable this email, you can manually provide the URL to access the onboarding interface by constructing it as follows:<br\/>- In Sandbox: https:\/\/test-onboarding.centralpay.net\/token\/profile\/[UUID]<br\/>- En LIVE: https:\/\/onboarding.centralpay.net\/token\/profile\/[UUID]<br\/><br\/>Note: [UUID] is the identifier returned in the response to POST \/merchant-enrollments.<\/pre>\n\n<h2 class=\"wp-block-heading\">2. Create an enrollment request via the API (Merchant Enrollment)<\/h2>\n\n<pre class=\"wp-block-preformatted\"><strong>\ud83c\uddeb\ud83c\uddf7 Simplified enrollment via SIREN (France only)<\/strong><br\/>CentralPay automatically pre-fills certain information for French companies with a SIREN number:<br\/>1. Call the endpoint: POST \/api\/legal-entity\/siren<br\/>2. Provide the following: { \"siren\": \"123456789\" }<br\/>3. If the information is valid, a UUID is returned. It must be used as <code>identityBadge<\/code> in the registration creation process to trigger the simplified workflow. <\/pre>\n\n<h3 class=\"wp-block-heading\">2.1. Required fields<\/h3>\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Field<\/th><th>Type<\/th><th>Required<\/th><th>Description<\/th><\/tr><\/thead><tbody><tr><td><code>profile[firstname][value]<\/code><\/td><td>string (255)<\/td><td>\u2705 Yes<\/td><td>Account holder&#8217;s first name. Validation: alphabetic characters and hyphens (<code>-<\/code>). <em>Since version 1.15.0<\/em> <\/td><\/tr><tr><td><code>profile[lastname][value]<\/code><\/td><td>string (255)<\/td><td>\u2705 Yes<\/td><td>Account holder&#8217;s last name. Validation: alphabetic characters and hyphens (<code>-<\/code>). <em>Since version 1.15.0<\/em> <\/td><\/tr><tr><td><code>profile[email][value]<\/code><\/td><td>string (255)<\/td><td>\u2705 Yes<\/td><td>Contact email address. <em>Since version 1.15.0<\/em><\/td><\/tr><tr><td><code>profile[phone][value]<\/code><\/td><td>string<\/td><td>\u2705 Yes<\/td><td>International phone number. <em>Since version 1.15.0<\/em><\/td><\/tr><tr><td><code>language<\/code><\/td><td>string<\/td><td>\u2705 Yes<\/td><td>Merchant&#8217;s preferred language. <strong>Note<\/strong>: Use <code>GET \/api\/locale<\/code> for the available values.<\/td><\/tr><tr><td><code>accountType<\/code><\/td><td>enum<\/td><td>\u2705 Yes<\/td><td>Type of merchant profile to create. <strong>Note<\/strong>: Use <code>GET \/api\/merchant-enrollment\/account-type<\/code>.<\/td><\/tr><tr><td><code>activitySector<\/code><\/td><td>UUID (36)<\/td><td>\u2705 Yes<\/td><td>Merchant&#8217;s industry sector. <strong>Note<\/strong>: Use <code>GET \/api\/nauth\/enrollment-claim\/activity-sector<\/code>.<\/td><\/tr><tr><td><code>activityAge<\/code><\/td><td>UUID (36)<\/td><td>\u2705 Yes, if type = LEGAL_ENTITY ou INDIVIDUAL_WITH_STATUS<\/td><td>Length of time in business. <strong>Note:<\/strong> Use <code>GET \/api\/nauth\/enrollment-claim\/activity-age<\/code>.<\/td><\/tr><tr><td><code>feeSchedule<\/code><\/td><td>UUID (36)<\/td><td>\u2705 Yes<\/td><td>Pricing schedule to be applied. <strong>Note:<\/strong> Obtain the login credentials via <code>POST \/api\/merchant-enrollment\/fee-schedule<\/code>.<\/td><\/tr><tr><td><code>identityBadge<\/code><\/td><td>UUID<\/td><td>\u2705 Yes, if enrolled via SIREN<\/td><td>SIREN ID (which activates the simplified process).<\/td><\/tr><tr><td><code>contract<\/code><\/td><td>UUID<\/td><td>\u2705 Yes, if accountType = STANDARD<\/td><td>Contract to be applied. <strong>Note<\/strong>: Use <code>GET \/api\/merchant-enrollment\/contract<\/code>.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n<h3 class=\"wp-block-heading\">2.2. Advanced fields (optional)<\/h3>\n\n<h4 class=\"wp-block-heading\">Customizing the experience<\/h4>\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Field<\/th><th>Default value<\/th><th>Description<\/th><\/tr><\/thead><tbody><tr><td><code>workflowMode<\/code><\/td><td>SEQUENTIAL<\/td><td>Course mode (only mode <code>SEQUENTIAL<\/code> is now available).<br\/><strong>Note:<\/strong> Valid values: <code>SEQUENTIAL<\/code><\/td><\/tr><tr><td><code>type<\/code><\/td><td>\u2014<\/td><td>Legal type: <code>INDIVIDUAL<\/code>, <code>INDIVIDUAL_WITH_STATUS<\/code>, <code>LEGAL_ENTITY<\/code>.<br\/><strong>Note:<\/strong> Determines the structure of the process.<\/td><\/tr><tr><td><code>subType<\/code><\/td><td>\u2014<\/td><td>Recommended subtype according to <code>type<\/code>.<br\/><strong>Note:<\/strong><br\/>For <code>INDIVIDUAL_WITH_STATUS<\/code> : <code>SOLE_TRADER<\/code>, <code>MERCHANT<\/code>, <code>ARTISAN<\/code><br\/>For <code>LEGAL_ENTITY<\/code> : <code>ASSOCIATION<\/code>, <code>PUBLIC<\/code>, <code>COMMERCIAL<\/code>, <code>EIG<\/code>, <code>CIVIL<\/code><\/td><\/tr><tr><td><code>turnoverIsFixed<\/code><\/td><td><code>false<\/code><\/td><td>If <code>true<\/code>, locks the revenue report.<br\/><strong>Note<\/strong>: optional<\/td><\/tr><\/tbody><\/table><\/figure>\n\n<h4 class=\"wp-block-heading\">Communication settings<\/h4>\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Field<\/th><th>Default value<\/th><th>Description<\/th><\/tr><\/thead><tbody><tr><td><code>sendClaimEmail<\/code><\/td><td><code>true<\/code><\/td><td>Send the registration email with the portal link.<\/td><\/tr><tr><td><code>allowedEmailCommunication<\/code><\/td><td><code>true<\/code><\/td><td>If <code>false<\/code>, disable all email sends during the onboarding process.<\/td><\/tr><tr><td><code>sendProfileCreationEmail<\/code><\/td><td><code>false<\/code><\/td><td>Send an email to the user once the profile is completed.<\/td><\/tr><tr><td><code>sendAccountCreationEmail<\/code><\/td><td><code>true<\/code><\/td><td>Send an email once the CentralPay Merchant profile has been activated.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n<h4 class=\"wp-block-heading\">Personal data<\/h4>\n\n<p class=\"wp-block-paragraph\">All of the fields below are <strong>optional<\/strong>, but they allow you to pre-fill the user profile for the future account holder.<\/p>\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Field<\/th><th>Type<\/th><th>Description<\/th><\/tr><\/thead><tbody><tr><td><code>profile[nationality][country]<\/code><\/td><td>string (3)<\/td><td>Nationality (ISO 3166-1 alpha-3 format).<\/td><\/tr><tr><td><code>profile[birthday][value]<\/code><\/td><td>date<\/td><td>Date of birth.<br\/>Validation: \u2265 18 years old, \u2264 110 years old<\/td><\/tr><tr><td><code>profile[place_of_birth][value]<\/code><\/td><td>string<\/td><td>Birthplace.<\/td><\/tr><tr><td><code>profile[country_of_birth][country]<\/code><\/td><td>string (3)<\/td><td>Country of birth (ISO 3166-1 alpha-3).<\/td><\/tr><tr><td><code>birthdayConfirmation[value]<\/code><\/td><td>date<\/td><td>Required only if the merchant is affiliated with an agent.<br\/>Format: <code>YYYY-MM-DD<\/code><\/td><\/tr><\/tbody><\/table><\/figure>\n\n<h4 class=\"wp-block-heading\">Address (optional)<\/h4>\n\n<p class=\"wp-block-paragraph\">These fields can be filled in to pre-fill the account owner&#8217;s address.<\/p>\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Field<\/th><th>Type<\/th><th>Description<\/th><\/tr><\/thead><tbody><tr><td><code>profile[address][nameLine1]<\/code><\/td><td>string(255)<\/td><td>Line 1 of the address.<br\/><strong>Constraints<\/strong>: <code>^[a-zA-Z0-9\\\\p{L} \u00b4'\\\\-]{1,255}$<\/code><\/td><\/tr><tr><td><code>profile[address][locality]<\/code><\/td><td>string(255)<\/td><td>City.<\/td><\/tr><tr><td><code>profile[address][postalCode]<\/code><\/td><td>string(20)<\/td><td>Postal code.<\/td><\/tr><tr><td><code>profile[address][country]<\/code><\/td><td>string(3)<\/td><td>Country (ISO 3166-1 alpha-3).<\/td><\/tr><\/tbody><\/table><\/figure>\n\n<h4 class=\"wp-block-heading\">Other options<\/h4>\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Field<\/th><th>Type<\/th><th>Description<\/th><\/tr><\/thead><tbody><tr><td><code>contract<\/code><\/td><td>UUID (36)<\/td><td>Contract to be applied.<br\/><strong>Required<\/strong> if <code>accountType = STANDARD<\/code>.<br\/><strong>Note:<\/strong> <code>GET \/api\/merchant-enrollment\/contract<\/code><\/td><\/tr><tr><td><code>cgu<\/code><\/td><td>UUID (36)<\/td><td>Terms of Service apply.<br\/><strong>Note:<\/strong> <code>POST \/api\/merchant-enrollment\/cgu<\/code><br\/>Since version 1.18.0<\/td><\/tr><tr><td><code>customReference<\/code><\/td><td>string (100)<\/td><td>Custom reference (for internal use).<\/td><\/tr><tr><td><code>payoutProfile<\/code><\/td><td>UUID (36)<\/td><td>Payment profile to be linked.<br\/><strong>Note<\/strong>: <code>POST \/api\/merchant-enrollment\/payout-profile<\/code><\/td><\/tr><tr><td><code>administrativeContact<\/code><\/td><td>string (255)<\/td><td>Primary administrative reference.<br\/><em>Since version 1.18.0<\/em><\/td><\/tr><tr><td><code>technicalContact<\/code><\/td><td>string (255)<\/td><td>Technical contact.<br\/><em>Since version 1.18.0<\/em><\/td><\/tr><tr><td><code>financialContact<\/code><\/td><td>string (255)<\/td><td>Financial contact.<br\/><em>Since version 1.18.0<\/em><\/td><\/tr><tr><td><code>addSecurityReference<\/code><\/td><td>bool<\/td><td>Displays a security reference when the contract is approved.<br\/><strong>Valid only for<\/strong>: <code>STANDARD<\/code>, <code>PARTNER<\/code>, <code>RESELLER<\/code>.<br\/>Default: <code>false<\/code><\/td><\/tr><tr><td><code>hook<\/code><\/td><td>UUID<\/td><td>Webhook ID to be notified.<br\/><strong>Note<\/strong>: See the \u201c<em>Full API Reference<\/em>\u201d tab for possible values.<\/td><\/tr><\/tbody><\/table><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>1. Methods for creating an enrollment request 1.1. From the CentralPay Merchant Portal A user logged into the CentralPay portal can initiate an enrollment request from the menu: Plateform &gt; Enrollments &gt; Create They can then manually fill in the fields described below (in the API call details). Once the request is saved, a redirect [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":0,"parent":16512,"menu_order":2,"comment_status":"open","ping_status":"closed","template":"","doc_tag":[],"doc_badge":[149],"class_list":["post-16494","docs","type-docs","status-publish","hentry","doc_badge-merchant-enrollment","no-post-thumbnail"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Enrollment request - CentralPay Documentation<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/docs.centralpay.com\/en\/documentation\/documentation\/merchant-management\/enrollment-request\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Enrollment request - CentralPay Documentation\" \/>\n<meta property=\"og:description\" content=\"1. Methods for creating an enrollment request 1.1. From the CentralPay Merchant Portal A user logged into the CentralPay portal can initiate an enrollment request from the menu: Plateform &gt; Enrollments &gt; Create They can then manually fill in the fields described below (in the API call details). Once the request is saved, a redirect [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/docs.centralpay.com\/en\/documentation\/documentation\/merchant-management\/enrollment-request\/\" \/>\n<meta property=\"og:site_name\" content=\"CentralPay Documentation\" \/>\n<meta property=\"article:modified_time\" content=\"2026-08-26T14:26:29+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/docs.centralpay.com\\\/en\\\/documentation\\\/documentation\\\/merchant-management\\\/enrollment-request\\\/\",\"url\":\"https:\\\/\\\/docs.centralpay.com\\\/en\\\/documentation\\\/documentation\\\/merchant-management\\\/enrollment-request\\\/\",\"name\":\"Enrollment request - CentralPay Documentation\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/docs.centralpay.com\\\/en\\\/#website\"},\"datePublished\":\"2025-06-30T09:58:30+00:00\",\"dateModified\":\"2026-08-26T14:26:29+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/docs.centralpay.com\\\/en\\\/documentation\\\/documentation\\\/merchant-management\\\/enrollment-request\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/docs.centralpay.com\\\/en\\\/documentation\\\/documentation\\\/merchant-management\\\/enrollment-request\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/docs.centralpay.com\\\/en\\\/documentation\\\/documentation\\\/merchant-management\\\/enrollment-request\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\\\/\\\/docs.centralpay.com\\\/en\\\/home\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Documentation\",\"item\":\"https:\\\/\\\/docs.centralpay.com\\\/en\\\/documentation\\\/documentation\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Merchant management\",\"item\":\"https:\\\/\\\/docs.centralpay.com\\\/en\\\/documentation\\\/documentation\\\/merchant-management\\\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Enrollment request\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/docs.centralpay.com\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/docs.centralpay.com\\\/en\\\/\",\"name\":\"CentralPay Documentation\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/docs.centralpay.com\\\/en\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/docs.centralpay.com\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/docs.centralpay.com\\\/en\\\/#organization\",\"name\":\"CentralPay Documentation\",\"url\":\"https:\\\/\\\/docs.centralpay.com\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/docs.centralpay.com\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/docs.centralpay.com\\\/wp-content\\\/uploads\\\/2023\\\/07\\\/logo-centralpay-2023.png\",\"contentUrl\":\"https:\\\/\\\/docs.centralpay.com\\\/wp-content\\\/uploads\\\/2023\\\/07\\\/logo-centralpay-2023.png\",\"width\":2382,\"height\":370,\"caption\":\"CentralPay Documentation\"},\"image\":{\"@id\":\"https:\\\/\\\/docs.centralpay.com\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Enrollment request - CentralPay Documentation","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/docs.centralpay.com\/en\/documentation\/documentation\/merchant-management\/enrollment-request\/","og_locale":"en_US","og_type":"article","og_title":"Enrollment request - CentralPay Documentation","og_description":"1. Methods for creating an enrollment request 1.1. From the CentralPay Merchant Portal A user logged into the CentralPay portal can initiate an enrollment request from the menu: Plateform &gt; Enrollments &gt; Create They can then manually fill in the fields described below (in the API call details). Once the request is saved, a redirect [&hellip;]","og_url":"https:\/\/docs.centralpay.com\/en\/documentation\/documentation\/merchant-management\/enrollment-request\/","og_site_name":"CentralPay Documentation","article_modified_time":"2026-08-26T14:26:29+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/docs.centralpay.com\/en\/documentation\/documentation\/merchant-management\/enrollment-request\/","url":"https:\/\/docs.centralpay.com\/en\/documentation\/documentation\/merchant-management\/enrollment-request\/","name":"Enrollment request - CentralPay Documentation","isPartOf":{"@id":"https:\/\/docs.centralpay.com\/en\/#website"},"datePublished":"2025-06-30T09:58:30+00:00","dateModified":"2026-08-26T14:26:29+00:00","breadcrumb":{"@id":"https:\/\/docs.centralpay.com\/en\/documentation\/documentation\/merchant-management\/enrollment-request\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/docs.centralpay.com\/en\/documentation\/documentation\/merchant-management\/enrollment-request\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/docs.centralpay.com\/en\/documentation\/documentation\/merchant-management\/enrollment-request\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/docs.centralpay.com\/en\/home\/"},{"@type":"ListItem","position":2,"name":"Documentation","item":"https:\/\/docs.centralpay.com\/en\/documentation\/documentation\/"},{"@type":"ListItem","position":3,"name":"Merchant management","item":"https:\/\/docs.centralpay.com\/en\/documentation\/documentation\/merchant-management\/"},{"@type":"ListItem","position":4,"name":"Enrollment request"}]},{"@type":"WebSite","@id":"https:\/\/docs.centralpay.com\/en\/#website","url":"https:\/\/docs.centralpay.com\/en\/","name":"CentralPay Documentation","description":"","publisher":{"@id":"https:\/\/docs.centralpay.com\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/docs.centralpay.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/docs.centralpay.com\/en\/#organization","name":"CentralPay Documentation","url":"https:\/\/docs.centralpay.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/docs.centralpay.com\/en\/#\/schema\/logo\/image\/","url":"https:\/\/docs.centralpay.com\/wp-content\/uploads\/2023\/07\/logo-centralpay-2023.png","contentUrl":"https:\/\/docs.centralpay.com\/wp-content\/uploads\/2023\/07\/logo-centralpay-2023.png","width":2382,"height":370,"caption":"CentralPay Documentation"},"image":{"@id":"https:\/\/docs.centralpay.com\/en\/#\/schema\/logo\/image\/"}}]}},"author_avatar":"https:\/\/secure.gravatar.com\/avatar\/f26ba73d1afc0520e4b1044ff088c0eda58eeaf8c325f16e76f4f944099091cc?s=96&d=mm&r=g","author_name":"Victor","_links":{"self":[{"href":"https:\/\/docs.centralpay.com\/en\/wp-json\/wp\/v2\/docs\/16494","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/docs.centralpay.com\/en\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/docs.centralpay.com\/en\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/docs.centralpay.com\/en\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/docs.centralpay.com\/en\/wp-json\/wp\/v2\/comments?post=16494"}],"version-history":[{"count":4,"href":"https:\/\/docs.centralpay.com\/en\/wp-json\/wp\/v2\/docs\/16494\/revisions"}],"predecessor-version":[{"id":16574,"href":"https:\/\/docs.centralpay.com\/en\/wp-json\/wp\/v2\/docs\/16494\/revisions\/16574"}],"up":[{"embeddable":true,"href":"https:\/\/docs.centralpay.com\/en\/wp-json\/wp\/v2\/docs\/16512"}],"wp:attachment":[{"href":"https:\/\/docs.centralpay.com\/en\/wp-json\/wp\/v2\/media?parent=16494"}],"wp:term":[{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/docs.centralpay.com\/en\/wp-json\/wp\/v2\/doc_tag?post=16494"},{"taxonomy":"doc_badge","embeddable":true,"href":"https:\/\/docs.centralpay.com\/en\/wp-json\/wp\/v2\/doc_badge?post=16494"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}