{"id":12072,"date":"2023-08-08T12:30:16","date_gmt":"2023-08-08T12:30:16","guid":{"rendered":"https:\/\/wooshpay.com\/?post_type=docs&#038;p=12072"},"modified":"2023-08-09T07:32:17","modified_gmt":"2023-08-09T07:32:17","password":"","slug":"sofort","status":"publish","type":"docs","link":"https:\/\/wooshpay.com\/ja\/docs\/sofort\/","title":{"rendered":"SOFORT"},"content":{"rendered":"<p><strong>Learn more about SOFORT<\/strong><br>SOFORT is a popular online banking payment method in Europe with high usage in Germany, Austria, Switzerland and Belgium. 85 million people use SOFORT, making it a must-have for any business wanting to operate in Europe.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-features\"><strong>\u7279\u5fb4<\/strong><\/h2>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th>\u901a\u8ca8\u306e\u51e6\u7406<\/th><th>EUR,GBP,CHF<\/th><\/tr><\/thead><tbody><tr><td>\u6c7a\u6e08\u901a\u8ca8<\/td><td>\u30e6\u30fc\u30ed<\/td><\/tr><tr><td>\u6255\u3044\u623b\u3057<\/td><td>\u2705<\/td><\/tr><tr><td>\u4e00\u90e8\u6255\u3044\u623b\u3057<\/td><td>\u2705<\/td><\/tr><tr><td>\u8907\u6570\u56de\u306e\u4e00\u90e8\u6255\u3044\u623b\u3057<\/td><td>\u274c<\/td><\/tr><tr><td>\u30c1\u30e3\u30fc\u30b8\u30d0\u30c3\u30af<\/td><td>\u274c<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-integration-method\"><strong>\u7d71\u5408\u65b9\u5f0f<\/strong><\/h2>\n\n\n\n<p><strong>\u652f\u6255\u3044\u65b9\u6cd5\u306e\u5217\u6319\u5024\uff1a<\/strong> <strong><code>sofort<\/code><\/strong><\/p>\n\n\n\n<p><strong>There is integration method for SOFORT<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>\u30c0\u30a4\u30ec\u30af\u30c8API<\/li>\n\n\n\n<li>\u30c1\u30a7\u30c3\u30af\u30a2\u30a6\u30c8<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-direct-api\"><strong>\u30c0\u30a4\u30ec\u30af\u30c8<\/strong> <strong>API<\/strong><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-how-to-integration\"><strong>\u7d71\u5408\u306e\u65b9\u6cd5<\/strong><\/h3>\n\n\n\n<p>\u76f4\u63a5API\u3092\u7d71\u5408\u3059\u308b\u306b\u306f\u3001PaymentIntent\u3092\u4f5c\u6210\u3057\u30011\u3064\u306e\u30b9\u30c6\u30c3\u30d7\u3067URL\u3092\u53d6\u5f97\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002\u4ee5\u4e0b\u306f\u30da\u30a4\u30e1\u30f3\u30c8\u30a4\u30f3\u30c6\u30f3\u30c8\u3092\u4f5c\u6210\u3059\u308b\u30c7\u30e2\u3067\u3059\uff1a<\/p>\n\n\n\n<p><a href=\"\/ja\/api-42631218\/\"><strong>PaymentIntent\u306e\u4f5c\u6210<\/strong><\/a><\/p>\n\n\n\n<p>A PaymentIntent is an object that represents your intent to collect payment from your customer and tracks the lifecycle of the payment process. Create a PaymentIntent on your server and specify the amount to collect and a supported currency. If you have an existing Payment Intents integration, add sofort to the list of payment method types.<\/p>\n\n\n\n<p><strong><em>\u30ea\u30af\u30a8\u30b9\u30c8<\/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_data\": {\n        \"type\": \"sofort\",\n        \"billing_details\": {\n            \"address\": {\n                \"country\": \"DE\"\n            },\n            \"firstName\": \"Anthony\",\n            \"lastName\": \"VDK\"\n        }\n    },\n    \"return_url\": \"https:\/\/wooshpay.com\"\n}<\/code><\/pre>\n\n\n\n<p><strong><em>\u5fdc\u7b54<\/em><\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n    \"id\": \"pi_1670640606184996864\",\n    \"object\": \"payment_intent\",\n    \"created\": 1687146734000,\n    \"livemode\": false,\n    \"currency\": \"EUR\",\n    \"amount\": 2000,\n    \"status\": \"requires_action\",\n    \"client_secret\": \"pi_1670640606184996864_secret_kcK3jYnN2GqGRsrJdFPoqDSR\",\n    \"next_action\": {\n        \"type\": \"redirect_to_url\",\n        \"sofort_handle_redirect\": {\n            \"url\": \"https:\/\/r3.girogate.de\/ti\/sofortueberweisungmixed?tx=2090826721&amp;rs=8Vz3wcb3qZEEluexd4A9bAzkL7Z9QwKV&amp;cs=868f629696faa261e32b8028f61def5bcce9a7d66e9800987c8a14a4320b74b7\"\n        }\n    },\n    \"payment_method_types\": &#91;\n        \"sofort\",\n    ],\n    \"confirmation_method\": \"automatic\",\n    \"return_url\": \"https:\/\/wooshpay.com\",\n    \"payment_method\": \"pm_1670640606088527872\",\n    \"capture_method\": \"automatic\"\n}<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-checkout\"><strong>\u30c1\u30a7\u30c3\u30af\u30a2\u30a6\u30c8<\/strong><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-payment-flow\">\u652f\u6255\u3044\u306e\u6d41\u308c<\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Customer selects ShopeePay from the list of payment methods available and clicks on the Pay botton<\/li>\n<\/ol>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/api.apifox.cn\/api\/v1\/projects\/1296482\/resources\/391543\/image-preview\" alt=\"\u51fa\u529b.png\"\/><\/figure>\n\n\n\n<ol class=\"wp-block-list\" start=\"2\">\n<li>Customers will be redirected to ShopeePay&#8217;s page to select bank.<\/li>\n<\/ol>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/api.apifox.cn\/api\/v1\/projects\/1296482\/resources\/391544\/image-preview\" alt=\"\u51fa\u529b (1).png\"\/><\/figure>\n\n\n\n<ol class=\"wp-block-list\" start=\"3\">\n<li>Customers approve payment via online banking.<\/li>\n<\/ol>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/api.apifox.cn\/api\/v1\/projects\/1296482\/resources\/391545\/image-preview\" alt=\"\u4e0b\u8f7d.png\"\/><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/api.apifox.cn\/api\/v1\/projects\/1296482\/resources\/391546\/image-preview\" alt=\"\u4e0b\u8f7d (2).png\"\/><\/figure>\n\n\n\n<ol class=\"wp-block-list\" start=\"4\">\n<li>Confirm the transaction by providing the TAN.<\/li>\n<\/ol>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/api.apifox.cn\/api\/v1\/projects\/1296482\/resources\/391547\/image-preview\" alt=\"\u4e0b\u8f7d (1).png\"\/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-create-a-session\"><a href=\"\/ja\/api-42654181\/\">\u30bb\u30c3\u30b7\u30e7\u30f3\u306e\u4f5c\u6210<\/a><\/h3>\n\n\n\n<p><strong><em>\u30ea\u30af\u30a8\u30b9\u30c8<\/em><\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n    \"cancel_url\": \"www.wooshpay.com\",\n    \"mode\": \"payment\",\n    \"success_url\": \"https:\/\/wooshpay.com\/\",\n    \"payment_method_types\": &#91;\n        \"sofort\"\n    ],\n    \"line_items\": &#91;\n        {\n            \"price_data\": {\n                \"currency\": \"GBP\",\n                \"product\": null,\n                \"unit_amount\": 20000,\n                \"product_data\": {\n                    \"name\": \"apple\"\n                },\n                \"billing_scheme\": \"testscheme\",\n                \"lookup_key\": \"test_lookup_key\"\n            },\n            \"quantity\": 1\n        }\n    ]\n}<\/code><\/pre>\n\n\n\n<p><strong><em>\u5fdc\u7b54<\/em><\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n    \"id\": \"cs_1680928905768206336\",\n    \"object\": \"checkout.session\",\n    \"created\": 1689599656000,\n    \"livemode\": false,\n    \"currency\": \"GBP\",\n    \"customer\": \"\",\n    \"mode\": \"payment\",\n    \"status\": \"open\",\n    \"url\": \"https:\/\/checkouttest.wooshpay.com\/pay\/cs_test_1680928905768206336?key=pk_test_NTE2Njg1MDgwNDUzOTY4MDc2ODAxOm9Oa3pjN043U2dYWE84VVhGZmF4cThvTTE2ODY2MzgyOTYzMjU\",\n    \"cancel_url\": \"www.wooshpay.com\",\n    \"line_items\": {\n        \"object\": \"list\",\n        \"data\": &#91;\n            {\n                \"id\": \"li_1680928905801760768\",\n                \"object\": \"item\",\n                \"currency\": \"GBP\",\n                \"description\": \"apple\",\n                \"price\": {\n                    \"id\": \"price_1680928905814343680\",\n                    \"object\": \"price\",\n                    \"created\": 1689599656000,\n                    \"livemode\": false,\n                    \"active\": false,\n                    \"currency\": \"GBP\",\n                    \"product\": {\n                        \"id\": \"prod_1680928905826926592\",\n                        \"object\": \"product\",\n                        \"created\": 1689599656000,\n                        \"livemode\": false,\n                        \"active\": false,\n                        \"name\": \"apple\",\n                        \"updated\": 1689599656000\n                    },\n                    \"type\": \"one_time\",\n                    \"unit_amount\": 20000,\n                    \"billing_scheme\": \"per_unit\",\n                    \"lookup_key\": \"test_lookup_key\"\n                },\n                \"quantity\": 1,\n                \"amount_subtotal\": 20000,\n                \"amount_total\": 20000\n            }\n        ]\n    },\n    \"payment_intent\": \"pi_1680928905998893056\",\n    \"payment_method_types\": &#91;\n        \"sofort\"\n    ],\n    \"payment_status\": \"unpaid\",\n    \"success_url\": \"https:\/\/wooshpay.com\/\",\n    \"amount_subtotal\": 20000,\n    \"amount_total\": 20000,\n    \"billing_address_collection\": \"auto\",\n    \"expires_at\": 1689686055943,\n    \"payment_link\": \"\",\n    \"client_secret\": \"pi_1680928905998893056_secret_zV5ZpRdTfntPMBcPWp8tSAir\"\n}<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-next-step\"><strong>\u6b21\u306e\u30b9\u30c6\u30c3\u30d7<\/strong><\/h2>\n\n\n\n<p>\u5fc5\u8981\u306b\u5fdc\u3058\u3066\u3001\u7d71\u5408\u306b\u3055\u3089\u306b\u6a5f\u80fd\u3092\u8ffd\u52a0\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-create-a-webhook\"><a href=\"\/ja\/doc-2517709\/\">\u30a6\u30a7\u30d6\u30d5\u30c3\u30af\u306e\u4f5c\u6210<\/a><\/h2>\n\n\n\n<p>\u7d71\u5408\u304c\u81ea\u52d5\u7684\u306b\u30ea\u30a2\u30af\u30b7\u30e7\u30f3\u3092\u30c8\u30ea\u30ac\u30fc\u3067\u304d\u308b\u3088\u3046\u306b\u3001WooshPay\u30a2\u30ab\u30a6\u30f3\u30c8\u306e\u30a4\u30d9\u30f3\u30c8\u3092\u30ea\u30c3\u30b9\u30f3\u3057\u307e\u3059\u3002enabled_events\u3068url\u306b\u30d5\u30a9\u30fc\u30ab\u30b9\u3057\u305fWebhook\u3092\u4f5c\u6210\u3057\u307e\u3059\u3002<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-create-a-refund\"><a href=\"\/ja\/api-51369554\/\">\u6255\u3044\u623b\u3057\u306e\u4f5c\u6210<\/a><\/h2>\n\n\n\n<p>\u9867\u5ba2\u306b\u8cc7\u91d1\u3092\u8fd4\u6e08\u3059\u308b\u305f\u3081\u306b\u8fd4\u91d1\u3092\u4f5c\u6210\u3057\u307e\u3059\u3002\u90e8\u5206\u6255\u3044\u623b\u3057\u3092\u884c\u3046\u3053\u3068\u3082\u3067\u304d\u307e\u3059\u304c\u3001\u3059\u3079\u3066\u306e\u652f\u6255\u3044\u65b9\u6cd5\u304c\u5bfe\u5fdc\u3057\u3066\u3044\u308b\u308f\u3051\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u90e8\u5206\u6255\u3044\u623b\u3057\u3068\u306f\u3001\u5143\u306e\u53d6\u5f15\u91d1\u984d\u306e\u4e00\u90e8\u306e\u307f\u3092\u6255\u3044\u623b\u3059\u3053\u3068\u3067\u3059\u3002<\/p>","protected":false},"excerpt":{"rendered":"<p>Learn more about SOFORTSOFORT is a popular online banking payment method in Europe with high usage in Germany, Austria, Switzerland and Belgium. 85 million people use SOFORT, making it a must-have for any business wanting to operate in Europe. Features Processing currencies EUR,GBP,CHF Settlement currencies EUR Refunds \u2705 Partial Refunds \u2705 Multiple partial refund \u274c Chargeback \u274c Integration Method Payment method enumeration values: sofort There is integration method for SOFORT Direct API How to integration For direct API integration, you can create a PaymentIntent and get url in only one step. The following is the demo of creating payment intent: Create a PaymentIntent A PaymentIntent is an object that represents [&hellip;]<\/p>","protected":false},"author":6,"featured_media":17289,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"","footnotes":""},"doc_category":[395],"doc_tag":[324,323,319,404],"class_list":["post-12072","docs","type-docs","status-publish","has-post-thumbnail","hentry","doc_category-add-more-payment-methods","doc_tag-open-api","doc_tag-payment","doc_tag-payment-flow","doc_tag-sofort"],"year_month":"2026-04","word_count":563,"total_views":"2193","reactions":{"happy":"21","normal":"19","sad":"19"},"author_info":{"name":"\u8d99\u5b50\u79c0","author_nicename":"zhaozixu","author_url":"https:\/\/wooshpay.com\/ja\/author\/zhaozixu\/"},"doc_category_info":[{"term_name":"Add more payment methods","term_url":"https:\/\/wooshpay.com\/ja\/docs-category\/add-more-payment-methods\/"}],"doc_tag_info":[{"term_name":"open api","term_url":"https:\/\/wooshpay.com\/ja\/docs-tag\/open-api\/"},{"term_name":"payment","term_url":"https:\/\/wooshpay.com\/ja\/docs-tag\/payment\/"},{"term_name":"Payment Flow","term_url":"https:\/\/wooshpay.com\/ja\/docs-tag\/payment-flow\/"},{"term_name":"SOFORT","term_url":"https:\/\/wooshpay.com\/ja\/docs-tag\/sofort\/"}],"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>SOFORT - WooshPay<\/title>\n<meta name=\"description\" content=\"SOFORT is a popular online banking payment method in Europe with high usage in Germany, Austria, Switzerland and Belgium. 85 million people use SOFORT, making it a must-have for any business wanting to operate in Europe.\" \/>\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\/ja\/docs\/sofort\/\" \/>\n<meta property=\"og:locale\" content=\"ja_JP\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"SOFORT\" \/>\n<meta property=\"og:description\" content=\"SOFORT is a popular online banking payment method in Europe with high usage in Germany, Austria, Switzerland and Belgium. 85 million people use SOFORT, making it a must-have for any business wanting to operate in Europe.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/wooshpay.com\/ja\/docs\/sofort\/\" \/>\n<meta property=\"og:site_name\" content=\"WooshPay\" \/>\n<meta property=\"article:modified_time\" content=\"2023-08-09T07:32:17+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=\"3\u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/wooshpay.com\/zh\/docs\/sofort\/\",\"url\":\"https:\/\/wooshpay.com\/zh\/docs\/sofort\/\",\"name\":\"SOFORT - WooshPay\",\"isPartOf\":{\"@id\":\"https:\/\/www.wooshpay.com\/zh\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/wooshpay.com\/zh\/docs\/sofort\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/wooshpay.com\/zh\/docs\/sofort\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/wooshpay-official-img.oss-accelerate.aliyuncs.com\/wp-content\/uploads\/2024\/07\/pic_home_new-2.png\",\"datePublished\":\"2023-08-08T12:30:16+00:00\",\"dateModified\":\"2023-08-09T07:32:17+00:00\",\"description\":\"SOFORT is a popular online banking payment method in Europe with high usage in Germany, Austria, Switzerland and Belgium. 85 million people use SOFORT, making it a must-have for any business wanting to operate in Europe.\",\"breadcrumb\":{\"@id\":\"https:\/\/wooshpay.com\/zh\/docs\/sofort\/#breadcrumb\"},\"inLanguage\":\"ja\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/wooshpay.com\/zh\/docs\/sofort\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"ja\",\"@id\":\"https:\/\/wooshpay.com\/zh\/docs\/sofort\/#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\/zh\/docs\/sofort\/#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\":\"SOFORT\"}]},{\"@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\":\"ja\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"SOFORT - WooshPay","description":"SOFORT is a popular online banking payment method in Europe with high usage in Germany, Austria, Switzerland and Belgium. 85 million people use SOFORT, making it a must-have for any business wanting to operate in Europe.","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\/ja\/docs\/sofort\/","og_locale":"ja_JP","og_type":"article","og_title":"SOFORT","og_description":"SOFORT is a popular online banking payment method in Europe with high usage in Germany, Austria, Switzerland and Belgium. 85 million people use SOFORT, making it a must-have for any business wanting to operate in Europe.","og_url":"https:\/\/wooshpay.com\/ja\/docs\/sofort\/","og_site_name":"WooshPay","article_modified_time":"2023-08-09T07:32:17+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":"3\u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/wooshpay.com\/zh\/docs\/sofort\/","url":"https:\/\/wooshpay.com\/zh\/docs\/sofort\/","name":"SOFORT - WooshPay","isPartOf":{"@id":"https:\/\/www.wooshpay.com\/zh\/#website"},"primaryImageOfPage":{"@id":"https:\/\/wooshpay.com\/zh\/docs\/sofort\/#primaryimage"},"image":{"@id":"https:\/\/wooshpay.com\/zh\/docs\/sofort\/#primaryimage"},"thumbnailUrl":"https:\/\/wooshpay-official-img.oss-accelerate.aliyuncs.com\/wp-content\/uploads\/2024\/07\/pic_home_new-2.png","datePublished":"2023-08-08T12:30:16+00:00","dateModified":"2023-08-09T07:32:17+00:00","description":"SOFORT is a popular online banking payment method in Europe with high usage in Germany, Austria, Switzerland and Belgium. 85 million people use SOFORT, making it a must-have for any business wanting to operate in Europe.","breadcrumb":{"@id":"https:\/\/wooshpay.com\/zh\/docs\/sofort\/#breadcrumb"},"inLanguage":"ja","potentialAction":[{"@type":"ReadAction","target":["https:\/\/wooshpay.com\/zh\/docs\/sofort\/"]}]},{"@type":"ImageObject","inLanguage":"ja","@id":"https:\/\/wooshpay.com\/zh\/docs\/sofort\/#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\/zh\/docs\/sofort\/#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":"SOFORT"}]},{"@type":"WebSite","@id":"https:\/\/www.wooshpay.com\/zh\/#website","url":"https:\/\/www.wooshpay.com\/zh\/","name":"WooshPay","description":"\u30ef\u30f3\u30b9\u30c8\u30c3\u30d7\u6c7a\u6e08\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0","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":"ja"}]}},"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":"zhaozixu","author_link":"https:\/\/wooshpay.com\/ja\/author\/zhaozixu\/"},"uagb_comment_info":0,"uagb_excerpt":"Learn more about SOFORTSOFORT is a popular online banking payment method in Europe with high usage in Germany, Austria, Switzerland and Belgium. 85 million people use SOFORT, making it a must-have for any business wanting to operate in Europe. Features Processing currencies EUR,GBP,CHF Settlement currencies EUR Refunds \u2705 Partial Refunds \u2705 Multiple partial refund \u274c&hellip;","_links":{"self":[{"href":"https:\/\/wooshpay.com\/ja\/wp-json\/wp\/v2\/docs\/12072","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wooshpay.com\/ja\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/wooshpay.com\/ja\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/wooshpay.com\/ja\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/wooshpay.com\/ja\/wp-json\/wp\/v2\/comments?post=12072"}],"version-history":[{"count":0,"href":"https:\/\/wooshpay.com\/ja\/wp-json\/wp\/v2\/docs\/12072\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/wooshpay.com\/ja\/wp-json\/wp\/v2\/media\/17289"}],"wp:attachment":[{"href":"https:\/\/wooshpay.com\/ja\/wp-json\/wp\/v2\/media?parent=12072"}],"wp:term":[{"taxonomy":"doc_category","embeddable":true,"href":"https:\/\/wooshpay.com\/ja\/wp-json\/wp\/v2\/doc_category?post=12072"},{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/wooshpay.com\/ja\/wp-json\/wp\/v2\/doc_tag?post=12072"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}