{"id":12053,"date":"2023-08-08T12:14:15","date_gmt":"2023-08-08T12:14:15","guid":{"rendered":"https:\/\/wooshpay.com\/?post_type=docs&#038;p=12053"},"modified":"2023-08-08T12:15:07","modified_gmt":"2023-08-08T12:15:07","password":"","slug":"sep-direct-debit","status":"publish","type":"docs","link":"https:\/\/d2jcf4noflr1cd.cloudfront.net\/fr\/docs\/sep-direct-debit\/","title":{"rendered":"Sepa Direct Debit"},"content":{"rendered":"<h2 class=\"wp-block-heading\" id=\"h-overview\">Vue d'ensemble<\/h2>\n\n\n\n<p>Accepting SEPA Direct Debit payments on your website consists of:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Creating an object to track a payment;<\/li>\n\n\n\n<li>Collecting payment method information;<\/li>\n\n\n\n<li>Mandate acknowledgment;<\/li>\n\n\n\n<li>Submitting the payment to Stripe for processing.<\/li>\n<\/ol>\n\n\n\n<p>WooshPay uses this payment object, the PaymentIntent, to track and handle all the states of the payment until the payment completes.<\/p>\n\n\n\n<p>SEPA direct debit transactions have a limit of 1,000 EUR each.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/api.apifox.cn\/api\/v1\/projects\/1296482\/resources\/361358\/image-preview\" alt=\"image.png\"\/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-integration-method\">M\u00e9thode d'int\u00e9gration<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-checkout\">Sortie de caisse<\/h3>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-determine-compatibility\"><strong>Determine compatibility<\/strong><\/h4>\n\n\n\n<p>To support SEPA Direct Debit payments in Checkout, Prices for all line items must be expressed in Euro (currency code eur).<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th>Codes pays disponibles<\/th><th><\/th><\/tr><\/thead><tbody><tr><td>EU countries<\/td><td>AT, BE, BG, HR, CY, CZ, DK, EE, FI, FR, DE, GR, HU, IE, IT, LV, LT, LU, MT, NL, PL, PT, RO, SK, SI, ES, SE<\/td><\/tr><tr><td>EEA Countries<\/td><td>IS, LI, NO<\/td><\/tr><tr><td>Countries that have bilateral agreements with EU<\/td><td>AD, SM, MC, VA<\/td><\/tr><tr><td>Other SEPA-supporting countries (supported EUR-denominated accounts only)<\/td><td>PF, TF, GI, GG, IM, JE, BL, PM, CH, GB, WF<\/td><\/tr><tr><td>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<\/td><td><\/td><\/tr><tr><td>Devises prises en charge<\/td><td>eur<\/td><\/tr><tr><td>Presentment currencies<\/td><td>eur<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-accept-a-payment\">Accept a payment<\/h4>\n\n\n\n<p>Use this guide to learn how to enable SEPA Direct Debit\u2014it shows the differences between accepting a card payment and using SEPA Direct Debit.<\/p>\n\n\n\n<p><strong>Enable SEPA Direct Debit as a payment method<\/strong><br>Lors de la cr\u00e9ation d'une nouvelle session de paiement, vous devez.. :<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Add sepa_debit to the list of payment_method_types.<\/li>\n\n\n\n<li>Make sure all your line_items use the eur currency.<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-integration-method-1\">M\u00e9thode d'int\u00e9gration<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-server-to-server\">Serveur \u00e0 serveur<\/h3>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-create-a-paymentintent\">Cr\u00e9er un PaymentIntent<\/h4>\n\n\n\n<p>Un PaymentIntent est un objet qui repr\u00e9sente votre intention de collecter un paiement aupr\u00e8s d'un client et qui suit le cycle de vie du processus de paiement \u00e0 chaque \u00e9tape.<br>Tout d'abord, cr\u00e9ez un PaymentIntent sur votre serveur et indiquez le montant \u00e0 collecter ainsi que la devise eur (le pr\u00e9l\u00e8vement SEPA ne prend pas en charge les autres devises).<br>Si vous avez d\u00e9j\u00e0 une int\u00e9gration utilisant l'API Payment Intents, ajoutez sepa_debit \u00e0 la liste des types de m\u00e9thodes de paiement pour votre PaymentIntent.<\/p>\n\n\n\n<p><strong><em>Demande<\/em><\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n    \"amount\": 2000,\n    \"currency\": \"EUR\",\n    \"confirm\": true,\n    \"payment_method_options\": {\n        \"sepa\": {\n            \"iban\": \"DE12500105170648489890\"\n        }\n    },\n    \"payment_method_data\": {\n        \"type\": \"sepa\",\n        \"billing_details\": {\n            \"address\": {\n                \"country\": \"DE\"\n            },\n            \"email\": \"john.doe@fake.id\",\n            \"name\": \"John Doe\"\n        }\n    },\n    \"return_url\": \"https:\/\/wooshpay.com\"\n}<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-test-your-integration\">Test your integration<\/h4>\n\n\n\n<p>Wooshpay provides test numbers you can use to make sure your integration is ready for production.<\/p>\n\n\n\n<p>Use the SEPA Direct Debit test numbers when testing your Checkout integration with SEPA Direct Debit.<\/p>\n\n\n\n<p>Test IBAN: DE12500105170648489890<\/p>","protected":false},"excerpt":{"rendered":"<p>Overview Accepting SEPA Direct Debit payments on your website consists of: WooshPay uses this payment object, the PaymentIntent, to track and handle all the states of the payment until the payment completes. SEPA direct debit transactions have a limit of 1,000 EUR each. Integration Method Checkout Determine compatibility To support SEPA Direct Debit payments in [&hellip;]<\/p>","protected":false},"author":1,"featured_media":17289,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"","footnotes":""},"doc_category":[395],"doc_tag":[324,323,398],"class_list":["post-12053","docs","type-docs","status-publish","has-post-thumbnail","hentry","doc_category-add-more-payment-methods","doc_tag-open-api","doc_tag-payment","doc_tag-sepa-direct-debit"],"year_month":"2026-04","word_count":369,"total_views":"2238","reactions":{"happy":"1","normal":"0","sad":"0"},"author_info":{"name":"wooshpaysite\u7ba1\u7406\u5458","author_nicename":"wooshpaysiteadmin","author_url":"https:\/\/d2jcf4noflr1cd.cloudfront.net\/fr\/author\/wooshpaysiteadmin\/"},"doc_category_info":[{"term_name":"Add more payment methods","term_url":"https:\/\/d2jcf4noflr1cd.cloudfront.net\/fr\/docs-category\/add-more-payment-methods\/"}],"doc_tag_info":[{"term_name":"open api","term_url":"https:\/\/d2jcf4noflr1cd.cloudfront.net\/fr\/docs-tag\/open-api\/"},{"term_name":"payment","term_url":"https:\/\/d2jcf4noflr1cd.cloudfront.net\/fr\/docs-tag\/payment\/"},{"term_name":"Sepa Direct Debit","term_url":"https:\/\/d2jcf4noflr1cd.cloudfront.net\/fr\/docs-tag\/sepa-direct-debit\/"}],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v20.8 (Yoast SEO v24.9) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Sepa Direct Debit - WooshPay<\/title>\n<meta name=\"description\" content=\"Accepting SEPA Direct Debit payments on your website consists of: Creating an object to track a payment; Collecting payment method information; Mandate acknowledgment; Submitting the payment to Stripe for processing.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/wooshpay.com\/it\/docs\/sep-direct-debit\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Sepa Direct Debit\" \/>\n<meta property=\"og:description\" content=\"Accepting SEPA Direct Debit payments on your website consists of: Creating an object to track a payment; Collecting payment method information; Mandate acknowledgment; Submitting the payment to Stripe for processing.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/wooshpay.com\/it\/docs\/sep-direct-debit\/\" \/>\n<meta property=\"og:site_name\" content=\"WooshPay\" \/>\n<meta property=\"article:modified_time\" content=\"2023-08-08T12:15:07+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/wooshpay-official-img.oss-accelerate.aliyuncs.com\/wp-content\/uploads\/2024\/07\/pic_home_new-2.png\" \/>\n\t<meta property=\"og:image:width\" content=\"2138\" \/>\n\t<meta property=\"og:image:height\" content=\"1438\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\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=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/wooshpay.com\/it\/docs\/sep-direct-debit\/\",\"url\":\"https:\/\/wooshpay.com\/it\/docs\/sep-direct-debit\/\",\"name\":\"Sepa Direct Debit - WooshPay\",\"isPartOf\":{\"@id\":\"https:\/\/www.wooshpay.com\/zh\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/wooshpay.com\/it\/docs\/sep-direct-debit\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/wooshpay.com\/it\/docs\/sep-direct-debit\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/wooshpay-official-img.oss-accelerate.aliyuncs.com\/wp-content\/uploads\/2024\/07\/pic_home_new-2.png\",\"datePublished\":\"2023-08-08T12:14:15+00:00\",\"dateModified\":\"2023-08-08T12:15:07+00:00\",\"description\":\"Accepting SEPA Direct Debit payments on your website consists of: Creating an object to track a payment; Collecting payment method information; Mandate acknowledgment; Submitting the payment to Stripe for processing.\",\"breadcrumb\":{\"@id\":\"https:\/\/wooshpay.com\/it\/docs\/sep-direct-debit\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/wooshpay.com\/it\/docs\/sep-direct-debit\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\/\/wooshpay.com\/it\/docs\/sep-direct-debit\/#primaryimage\",\"url\":\"https:\/\/wooshpay-official-img.oss-accelerate.aliyuncs.com\/wp-content\/uploads\/2024\/07\/pic_home_new-2.png\",\"contentUrl\":\"https:\/\/wooshpay-official-img.oss-accelerate.aliyuncs.com\/wp-content\/uploads\/2024\/07\/pic_home_new-2.png\",\"width\":2138,\"height\":1438},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/wooshpay.com\/it\/docs\/sep-direct-debit\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.wooshpay.com\/zh\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Docs\",\"item\":\"https:\/\/wooshpay.com\/fr\/docs\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Sepa Direct Debit\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.wooshpay.com\/zh\/#website\",\"url\":\"https:\/\/www.wooshpay.com\/zh\/\",\"name\":\"WooshPay\",\"description\":\"One-stop payment platform\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.wooshpay.com\/zh\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Sepa Direct Debit - WooshPay","description":"Accepting SEPA Direct Debit payments on your website consists of: Creating an object to track a payment; Collecting payment method information; Mandate acknowledgment; Submitting the payment to Stripe for processing.","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:\/\/wooshpay.com\/it\/docs\/sep-direct-debit\/","og_locale":"fr_FR","og_type":"article","og_title":"Sepa Direct Debit","og_description":"Accepting SEPA Direct Debit payments on your website consists of: Creating an object to track a payment; Collecting payment method information; Mandate acknowledgment; Submitting the payment to Stripe for processing.","og_url":"https:\/\/wooshpay.com\/it\/docs\/sep-direct-debit\/","og_site_name":"WooshPay","article_modified_time":"2023-08-08T12:15:07+00:00","og_image":[{"width":2138,"height":1438,"url":"https:\/\/wooshpay-official-img.oss-accelerate.aliyuncs.com\/wp-content\/uploads\/2024\/07\/pic_home_new-2.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/wooshpay.com\/it\/docs\/sep-direct-debit\/","url":"https:\/\/wooshpay.com\/it\/docs\/sep-direct-debit\/","name":"Sepa Direct Debit - WooshPay","isPartOf":{"@id":"https:\/\/www.wooshpay.com\/zh\/#website"},"primaryImageOfPage":{"@id":"https:\/\/wooshpay.com\/it\/docs\/sep-direct-debit\/#primaryimage"},"image":{"@id":"https:\/\/wooshpay.com\/it\/docs\/sep-direct-debit\/#primaryimage"},"thumbnailUrl":"https:\/\/wooshpay-official-img.oss-accelerate.aliyuncs.com\/wp-content\/uploads\/2024\/07\/pic_home_new-2.png","datePublished":"2023-08-08T12:14:15+00:00","dateModified":"2023-08-08T12:15:07+00:00","description":"Accepting SEPA Direct Debit payments on your website consists of: Creating an object to track a payment; Collecting payment method information; Mandate acknowledgment; Submitting the payment to Stripe for processing.","breadcrumb":{"@id":"https:\/\/wooshpay.com\/it\/docs\/sep-direct-debit\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/wooshpay.com\/it\/docs\/sep-direct-debit\/"]}]},{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/wooshpay.com\/it\/docs\/sep-direct-debit\/#primaryimage","url":"https:\/\/wooshpay-official-img.oss-accelerate.aliyuncs.com\/wp-content\/uploads\/2024\/07\/pic_home_new-2.png","contentUrl":"https:\/\/wooshpay-official-img.oss-accelerate.aliyuncs.com\/wp-content\/uploads\/2024\/07\/pic_home_new-2.png","width":2138,"height":1438},{"@type":"BreadcrumbList","@id":"https:\/\/wooshpay.com\/it\/docs\/sep-direct-debit\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.wooshpay.com\/zh\/"},{"@type":"ListItem","position":2,"name":"Docs","item":"https:\/\/wooshpay.com\/fr\/docs\/"},{"@type":"ListItem","position":3,"name":"Sepa Direct Debit"}]},{"@type":"WebSite","@id":"https:\/\/www.wooshpay.com\/zh\/#website","url":"https:\/\/www.wooshpay.com\/zh\/","name":"WooshPay","description":"Plate-forme de paiement unique","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.wooshpay.com\/zh\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"}]}},"uagb_featured_image_src":{"full":["https:\/\/wooshpay-official-img.oss-accelerate.aliyuncs.com\/wp-content\/uploads\/2024\/07\/pic_home_new-2.png",2138,1438,false],"thumbnail":["https:\/\/wooshpay-official-img.oss-accelerate.aliyuncs.com\/wp-content\/uploads\/2024\/07\/pic_home_new-2-150x150.png",150,150,true],"medium":["https:\/\/wooshpay-official-img.oss-accelerate.aliyuncs.com\/wp-content\/uploads\/2024\/07\/pic_home_new-2-300x202.png",300,202,true],"medium_large":["https:\/\/wooshpay-official-img.oss-accelerate.aliyuncs.com\/wp-content\/uploads\/2024\/07\/pic_home_new-2-768x517.png",768,517,true],"large":["https:\/\/wooshpay-official-img.oss-accelerate.aliyuncs.com\/wp-content\/uploads\/2024\/07\/pic_home_new-2-1024x689.png",1024,689,true],"1536x1536":["https:\/\/wooshpay-official-img.oss-accelerate.aliyuncs.com\/wp-content\/uploads\/2024\/07\/pic_home_new-2-1536x1033.png",1536,1033,true],"2048x2048":["https:\/\/wooshpay-official-img.oss-accelerate.aliyuncs.com\/wp-content\/uploads\/2024\/07\/pic_home_new-2-2048x1377.png",2048,1377,true],"trp-custom-language-flag":["https:\/\/wooshpay-official-img.oss-accelerate.aliyuncs.com\/wp-content\/uploads\/2024\/07\/pic_home_new-2-18x12.png",18,12,true]},"uagb_author_info":{"display_name":"wooshpaysite\u7ba1\u7406\u5458","author_link":"https:\/\/d2jcf4noflr1cd.cloudfront.net\/fr\/author\/wooshpaysiteadmin\/"},"uagb_comment_info":0,"uagb_excerpt":"Overview Accepting SEPA Direct Debit payments on your website consists of: WooshPay uses this payment object, the PaymentIntent, to track and handle all the states of the payment until the payment completes. SEPA direct debit transactions have a limit of 1,000 EUR each. Integration Method Checkout Determine compatibility To support SEPA Direct Debit payments in\u2026","_links":{"self":[{"href":"https:\/\/d2jcf4noflr1cd.cloudfront.net\/fr\/wp-json\/wp\/v2\/docs\/12053","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/d2jcf4noflr1cd.cloudfront.net\/fr\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/d2jcf4noflr1cd.cloudfront.net\/fr\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/d2jcf4noflr1cd.cloudfront.net\/fr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/d2jcf4noflr1cd.cloudfront.net\/fr\/wp-json\/wp\/v2\/comments?post=12053"}],"version-history":[{"count":0,"href":"https:\/\/d2jcf4noflr1cd.cloudfront.net\/fr\/wp-json\/wp\/v2\/docs\/12053\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/d2jcf4noflr1cd.cloudfront.net\/fr\/wp-json\/wp\/v2\/media\/17289"}],"wp:attachment":[{"href":"https:\/\/d2jcf4noflr1cd.cloudfront.net\/fr\/wp-json\/wp\/v2\/media?parent=12053"}],"wp:term":[{"taxonomy":"doc_category","embeddable":true,"href":"https:\/\/d2jcf4noflr1cd.cloudfront.net\/fr\/wp-json\/wp\/v2\/doc_category?post=12053"},{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/d2jcf4noflr1cd.cloudfront.net\/fr\/wp-json\/wp\/v2\/doc_tag?post=12053"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}