{"id":12096,"date":"2023-08-08T12:45:04","date_gmt":"2023-08-08T12:45:04","guid":{"rendered":"https:\/\/wooshpay.com\/?post_type=docs&#038;p=12096"},"modified":"2023-08-08T12:45:05","modified_gmt":"2023-08-08T12:45:05","password":"","slug":"bank-transfer-in-united-kingdom","status":"publish","type":"docs","link":"https:\/\/wooshpay.com\/es\/docs\/bank-transfer-in-united-kingdom\/","title":{"rendered":"Transferencia bancaria en el Reino Unido"},"content":{"rendered":"<h1 class=\"wp-block-heading\" id=\"h-features\">Caracter\u00edsticas<\/h1>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th>Apoyo Pa\u00eds\/Regi\u00f3n<\/th><th><strong>Reino Unido<\/strong><\/th><\/tr><\/thead><tbody><tr><td>tratamiento de divisas<\/td><td><code>GBP<\/code><\/td><\/tr><tr><td>moneda de liquidaci\u00f3n<\/td><td><code>GBP<\/code><\/td><\/tr><tr><td>reembolso<\/td><td>\u274c<\/td><\/tr><tr><td>reembolso parcial<\/td><td>\u274c<\/td><\/tr><tr><td>reembolso parcial m\u00faltiple<\/td><td>\u274c<\/td><\/tr><tr><td>devoluci\u00f3n de cargos<\/td><td>\u274c<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h1 class=\"wp-block-heading\" id=\"h-integration-method\"><strong>M\u00e9todo de integraci\u00f3n<\/strong><\/h1>\n\n\n\n<p><strong>Valores de la enumeraci\u00f3n del m\u00e9todo de pago:<\/strong> <code>transferencia bancaria<\/code><\/p>\n\n\n\n<p><strong>Existen dos m\u00e9todos de integraci\u00f3n para la transferencia bancaria<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>API directa<\/li>\n\n\n\n<li>Pedido<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-direct-api\"><strong>Directo<\/strong> <strong>API<\/strong><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-payment-flow\">Flujo de pagos<\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Para la integraci\u00f3n directa de API, despu\u00e9s de crear la intenci\u00f3n de pago mediante OpenAPI, los clientes ser\u00e1n redirigidos a la p\u00e1gina de transferencia bancaria.<\/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\/383973\/image-preview\" alt=\"1280X1280.PNG\"\/><\/figure>\n\n\n\n<ol class=\"wp-block-list\" start=\"2\">\n<li>Despu\u00e9s de completar las transferencias bancarias locales y hacer clic en \"He completado el pago\" , los clientes ver\u00e1n \"el pago se est\u00e1 procesando\", y luego ser\u00e1n redirigidos a return_url<\/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\/383974\/image-preview\" alt=\"1280X1280 (1).PNG\"\/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-how-to-integration\"><strong>C\u00f3mo integrar<\/strong><\/h3>\n\n\n\n<p>Para la integraci\u00f3n directa de la API, puede crear una PaymentIntent y obtener la url en un solo paso. La siguiente es la demostraci\u00f3n de la creaci\u00f3n de la intenci\u00f3n de pago:<\/p>\n\n\n\n<p><a href=\"\/es\/api-42631218\/\"><strong>Crear una PaymentIntent<\/strong><\/a><\/p>\n\n\n\n<p>Cree un PaymentIntent en su servidor y especifique el importe a cobrar y una divisa admitida.<\/p>\n\n\n\n<p>En el caso de las transferencias bancarias, en particular, tambi\u00e9n es necesario recoger los datos del cliente. <code>nombre<\/code>, <code>pa\u00eds<\/code> y <code>correo electr\u00f3nico<\/code> en <code>datos_m\u00e9todo_pago.detalles_facturaci\u00f3n<\/code>.<\/p>\n\n\n\n<p>Si ya dispone de una integraci\u00f3n de Payment Intents, a\u00f1ada <code>transferencia bancaria<\/code> a la lista de tipos de m\u00e9todos de pago.<\/p>\n\n\n\n<p><strong><em>Solicitar<\/em><\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n    \"importe\":1000\n    \"moneda\": \"GBP\",\n    \"confirm\":true\n    \"payment_method_data\" : {\n        \"type\": \"bank_transfer_eu\",\n        \"billing_details\":{\n            \"address\": {\n                \"l\u00ednea1\": \"XX mansi\u00f3n\",\n                \"line2\": \"XX pueblo\",\n                \"ciudad\": \"ciudad\",\n                \"estado\": \"California\",\n                \"country\": \"GB\",\n                \"c\u00f3digo_postal\": \"55555\"\n\n            },\n            \"name\": \"Tom Elis\",\n            \"email\": \"E298483@Gmail.com\"\n        }\n    },\n    \"quantity\": 2,\n    \"merchant_user_id\": \"123456\",\n    \"merchant_order_id\": \"Order112344343\",\n    \"return_url\": \"https:\/\/your.website\"\n}<\/code><\/pre>\n\n\n\n<p><strong><em>respuesta<\/em><\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n    \"id\": \"pi_1661558941487726592\",\n    \"object\": \"payment_intent\",\n    \"creado\": 1684981497000,\n    \"moneda\": \"GBP\",\n    \"importe\": 1000,\n    \"estado\": \"requires_action\",\n    \"description\": \"descripci\u00f3n del producto\",\n    \"livemode\": falso,\n    \"quantity\": 2\n    \"merchant_user_id\": \"123456\",\n    \"merchant_order_id\": \"Order112344343\",\n    \"client_secret\": \"pi_1661558941487726592_secret_g4Xl2kP98fwFD5x4HSVyK0Rm\",\n    \"next_action\": {\n        \"tipo\": \"bank_transfer_uk_handle_redirect\",\n        \"bank_transfer_uk_handle_redirect\": {\n            \"url\": \"https:\/\/pay-sandbox.tazapay.com\/marketplace\/paymentdetails\/8t0-UMIIGKyeiECODNFV6ldbGjpumbMOsbqpmuw7sg8NXjQ_B_YxmEXSnr_nHAeZ\"\n        }\n    },\n    \"payment_method_types\": [\n        \"bank_transfer_uk\",\n        \"bank_transfer_eu\",\n\n    ],\n    \"confirmation_method\": \"automatic\",\n    \"return_url\": \"https:\/\/your.website\",\n    \"payment_method\": \"pm_1661558941370286080\",\n    \"capture_method\": \"automatic\"\n}<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-checkout\"><strong>Pedido<\/strong><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-payment-flow-1\">Flujo de pagos<\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li>El cliente selecciona la transferencia bancaria de la lista de m\u00e9todos de pago disponibles y rellena la informaci\u00f3n de pago<\/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\/383975\/image-preview\" alt=\"611075ae-2cb2-4d1a-ae06-b518ff727004.png\"\/><\/figure>\n\n\n\n<ol class=\"wp-block-list\" start=\"2\">\n<li>Los clientes env\u00edan dinero a una cuenta bancaria local<\/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\/383976\/image-preview\" alt=\"80e1c75e-5d6a-4370-82c3-7281301d8129.png\"\/><\/figure>\n\n\n\n<ol class=\"wp-block-list\" start=\"3\">\n<li>Tras realizar transferencias bancarias locales y hacer clic en \"He completado el pago\" , la p\u00e1gina mostrar\u00e1 a los clientes que el pago se est\u00e1 procesando y, a continuaci\u00f3n, se les redirigir\u00e1 a return_url<\/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\/383977\/image-preview\" alt=\"90414529-4ad2-444a-b4ec-8ddc4ed0972a.png\"\/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-create-a-session\"><a href=\"\/es\/api-42654181\/\">Crear una sesi\u00f3n<\/a><\/h3>\n\n\n\n<p><strong><em>Solicitar<\/em><\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n    \"cancel_url\": \"www.wooshpay.com\",\n    \"mode\": \"pago\",\n    \"success_url\": \"https:\/\/wooshpay.com\/\",\n    \"payment_method_types\": [\n        \"bank_transfer_eu\",\n        \"bank_transfer_uk\"\n    ],\n    \"line_items\": [\n        {\n            \"price_data\": {\n                \"moneda\": \"EUR\",\n                \"producto\": null,\n                \"unit_amount\": 100000,\n                \"activo\": true\n                \"metadatos\": {\n                    \"clave1\": \"valor1\",\n                    \"key2\": \"valor2\"\n                },\n                \"apodo\": \"manzana\",\n                \"product_data\": {\n                    \"id\": null\n                    \"nombre\": \"manzana\",\n                    \"activo\": true,\n                    \"description\": \"yummy yummy\",\n                    \"url\": \"www.wooshpay.com\"\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>Respuesta<\/em><\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n    \"id\": \"cs_1661288382405279744\",\n    \"object\": \"checkout.session\",\n    \"creado\": 1684916990000,\n    \"moneda\": \"EUR\",\n    \"cliente\": \"\",\n    \"modo\": \"pago\",\n    \"livemode\": falso,\n    \"status\": \"abierto\",\n    \"url\": \"https:\/\/checkouttest.wooshpay.com\/pay\/cs_test_1661288382405279744?key=pk_test_NTE2NTc5NDIzMjU1MzM0Nzg5MTMxOjMzb1M2aUVkNkNvalZPRE1nTW5ITDhYcDE2ODQxMTkyMjgzMTQ\",\n    \"cancel_url\": \"www.wooshpay.com\",\n    \"line_items\": {\n        \"object\": \"lista\",\n        \"data\": [\n            {\n                \"id\": \"li_1661288382443028480\",\n                \"object\": \"art\u00edculo\",\n                \"moneda\": \"EUR\",\n                \"descripci\u00f3n\": \"manzana\",\n                \"precio\": {\n                    \"id\": \"price_1661288382476582912\",\n                    \"object\": \"precio\",\n                    \"creado\": 1684916990000,\n                    \"activo\": true\n                    \"moneda\": \"EUR\",\n                    \"metadatos\": {\n                        \"clave1\": \"valor1\",\n                        \"key2\": \"valor2\"\n                    },\n                    \"apodo\": \"manzana\",\n                    \"producto\": {\n                        \"id\": \"prod_1661288382493360128\",\n                        \"objeto\": \"producto\",\n                        \"creado\": 1684916990000,\n                        \"activo\": true\n                        \"descripci\u00f3n\": \"yummy yummy\",\n                        \"nombre\": \"manzana\",\n                        \"livemode\": false,\n                        \"url\": \"www.wooshpay.com\",\n                        \"updated\": 1684916990000\n                    },\n                    \"type\": \"one_time\",\n                    \"livemode\": falso,\n                    \"unit_amount\": 100000,\n                    \"billing_scheme\": \"per_unit\",\n                    \"lookup_key\": \"test_lookup_key\"\n                },\n                \"quantity\": 1,\n                \"amount_subtotal\": 100000,\n                \"amount_total\": 100000\n            }\n        ]\n    },\n    \"payment_intent\": \"pi_1661288382682103808\",\n    \"payment_method_types\": [\n        \"bank_transfer_eu\",\n        \"bank_transfer_uk\"\n    ],\n    \"payment_status\": \"unpaid\",\n    \"success_url\": \"https:\/\/wooshpay.com\/\",\n    \"amount_subtotal\": 100000,\n    \"amount_total\": 100000,\n    \"billing_address_collection\": \"auto\",\n    \"expires_at\": 1685003390272,\n    \"payment_link\": \"\",\n    \"client_secret\": \"pi_1661288382682103808_secret_VNK78femqxwsDZbKCRRKvQHR\"\n}<\/code><\/pre>\n\n\n\n<h1 class=\"wp-block-heading\" id=\"h-next-step\"><strong>Siguiente paso<\/strong><\/h1>\n\n\n\n<p>Puede a\u00f1adir m\u00e1s funciones a su integraci\u00f3n en funci\u00f3n de sus necesidades<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-create-a-webhook\"><a href=\"\/es\/doc-2517709\/\">Crear un Webhook<\/a><\/h2>\n\n\n\n<p>Escuche los eventos de su cuenta WooshPay para que su integraci\u00f3n pueda desencadenar reacciones autom\u00e1ticamente. Crea un webhook que se centre principalmente en enabled_events y url.<\/p>","protected":false},"excerpt":{"rendered":"<p>Caracter\u00edsticas Soporte Pa\u00eds\/Regi\u00f3n Reino Unido moneda de procesamiento GBP moneda de liquidaci\u00f3n GBP reembolso \u274c reembolso parcial \u274c reembolso parcial m\u00faltiple \u274c devoluci\u00f3n de cargo \u274c M\u00e9todo de integraci\u00f3n Valores de la enumeraci\u00f3n del m\u00e9todo de pago: bank_transfer_uk Existen dos m\u00e9todos de integraci\u00f3n para la transferencia bancaria Flujo de pago directo de la API C\u00f3mo integrar Para la integraci\u00f3n directa de la API, puede crear un PaymentIntent y obtener [...]<\/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":[411,413,324,323,319],"class_list":["post-12096","docs","type-docs","status-publish","has-post-thumbnail","hentry","doc_category-add-more-payment-methods","doc_tag-bank-transfer","doc_tag-bank-transfer-in-united-kingdom","doc_tag-open-api","doc_tag-payment","doc_tag-payment-flow"],"year_month":"2026-04","word_count":618,"total_views":"2279","reactions":{"happy":"0","normal":"0","sad":"0"},"author_info":{"name":"wooshpaysite\u7ba1\u7406\u5458","author_nicename":"wooshpaysiteadmin","author_url":"https:\/\/wooshpay.com\/es\/author\/wooshpaysiteadmin\/"},"doc_category_info":[{"term_name":"Add more payment methods","term_url":"https:\/\/wooshpay.com\/es\/docs-category\/add-more-payment-methods\/"}],"doc_tag_info":[{"term_name":"Bank Transfer","term_url":"https:\/\/wooshpay.com\/es\/docs-tag\/bank-transfer\/"},{"term_name":"Bank Transfer in United Kingdom","term_url":"https:\/\/wooshpay.com\/es\/docs-tag\/bank-transfer-in-united-kingdom\/"},{"term_name":"open api","term_url":"https:\/\/wooshpay.com\/es\/docs-tag\/open-api\/"},{"term_name":"payment","term_url":"https:\/\/wooshpay.com\/es\/docs-tag\/payment\/"},{"term_name":"Payment Flow","term_url":"https:\/\/wooshpay.com\/es\/docs-tag\/payment-flow\/"}],"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>Bank Transfer in United Kingdom - WooshPay<\/title>\n<meta name=\"description\" content=\"For direct API integration, after creating payment intent by OpenAPI, customers will be redirected to Bank Transfer page\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/35.179.65.51\/docs\/bank-transfer-in-united-kingdom\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Bank Transfer in United Kingdom\" \/>\n<meta property=\"og:description\" content=\"For direct API integration, after creating payment intent by OpenAPI, customers will be redirected to Bank Transfer page\" \/>\n<meta property=\"og:url\" content=\"https:\/\/35.179.65.51\/docs\/bank-transfer-in-united-kingdom\/\" \/>\n<meta property=\"og:site_name\" content=\"WooshPay\" \/>\n<meta property=\"article:modified_time\" content=\"2023-08-08T12:45:05+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 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/35.179.65.51\/docs\/bank-transfer-in-united-kingdom\/\",\"url\":\"https:\/\/35.179.65.51\/docs\/bank-transfer-in-united-kingdom\/\",\"name\":\"Bank Transfer in United Kingdom - WooshPay\",\"isPartOf\":{\"@id\":\"https:\/\/wooshpay.com\/it\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/35.179.65.51\/docs\/bank-transfer-in-united-kingdom\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/35.179.65.51\/docs\/bank-transfer-in-united-kingdom\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/wooshpay-official-img.oss-accelerate.aliyuncs.com\/wp-content\/uploads\/2024\/07\/pic_home_new-2.png\",\"datePublished\":\"2023-08-08T12:45:04+00:00\",\"dateModified\":\"2023-08-08T12:45:05+00:00\",\"description\":\"For direct API integration, after creating payment intent by OpenAPI, customers will be redirected to Bank Transfer page\",\"breadcrumb\":{\"@id\":\"https:\/\/35.179.65.51\/docs\/bank-transfer-in-united-kingdom\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/35.179.65.51\/docs\/bank-transfer-in-united-kingdom\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\/\/35.179.65.51\/docs\/bank-transfer-in-united-kingdom\/#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:\/\/35.179.65.51\/docs\/bank-transfer-in-united-kingdom\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/wooshpay.com\/it\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Docs\",\"item\":\"https:\/\/d2jcf4noflr1cd.cloudfront.net\/ko\/docs\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Bank Transfer in United Kingdom\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/wooshpay.com\/it\/#website\",\"url\":\"https:\/\/wooshpay.com\/it\/\",\"name\":\"WooshPay\",\"description\":\"One-stop payment platform\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/wooshpay.com\/it\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Bank Transfer in United Kingdom - WooshPay","description":"Para la integraci\u00f3n directa de API, despu\u00e9s de crear la intenci\u00f3n de pago mediante OpenAPI, los clientes ser\u00e1n redirigidos a la p\u00e1gina de transferencia bancaria.","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:\/\/35.179.65.51\/docs\/bank-transfer-in-united-kingdom\/","og_locale":"es_ES","og_type":"article","og_title":"Bank Transfer in United Kingdom","og_description":"For direct API integration, after creating payment intent by OpenAPI, customers will be redirected to Bank Transfer page","og_url":"https:\/\/35.179.65.51\/docs\/bank-transfer-in-united-kingdom\/","og_site_name":"WooshPay","article_modified_time":"2023-08-08T12:45:05+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 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/35.179.65.51\/docs\/bank-transfer-in-united-kingdom\/","url":"https:\/\/35.179.65.51\/docs\/bank-transfer-in-united-kingdom\/","name":"Bank Transfer in United Kingdom - WooshPay","isPartOf":{"@id":"https:\/\/wooshpay.com\/it\/#website"},"primaryImageOfPage":{"@id":"https:\/\/35.179.65.51\/docs\/bank-transfer-in-united-kingdom\/#primaryimage"},"image":{"@id":"https:\/\/35.179.65.51\/docs\/bank-transfer-in-united-kingdom\/#primaryimage"},"thumbnailUrl":"https:\/\/wooshpay-official-img.oss-accelerate.aliyuncs.com\/wp-content\/uploads\/2024\/07\/pic_home_new-2.png","datePublished":"2023-08-08T12:45:04+00:00","dateModified":"2023-08-08T12:45:05+00:00","description":"Para la integraci\u00f3n directa de API, despu\u00e9s de crear la intenci\u00f3n de pago mediante OpenAPI, los clientes ser\u00e1n redirigidos a la p\u00e1gina de transferencia bancaria.","breadcrumb":{"@id":"https:\/\/35.179.65.51\/docs\/bank-transfer-in-united-kingdom\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/35.179.65.51\/docs\/bank-transfer-in-united-kingdom\/"]}]},{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/35.179.65.51\/docs\/bank-transfer-in-united-kingdom\/#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:\/\/35.179.65.51\/docs\/bank-transfer-in-united-kingdom\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/wooshpay.com\/it\/"},{"@type":"ListItem","position":2,"name":"Docs","item":"https:\/\/d2jcf4noflr1cd.cloudfront.net\/ko\/docs\/"},{"@type":"ListItem","position":3,"name":"Bank Transfer in United Kingdom"}]},{"@type":"WebSite","@id":"https:\/\/wooshpay.com\/it\/#website","url":"https:\/\/wooshpay.com\/it\/","name":"WooshPay","description":"Plataforma de pago \u00fanica","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/wooshpay.com\/it\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"}]}},"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:\/\/wooshpay.com\/es\/author\/wooshpaysiteadmin\/"},"uagb_comment_info":0,"uagb_excerpt":"Features Support Country\/Region United Kingdom processing currency GBP settlement currency GBP refund \u274c partial refund \u274c multiple partial refund \u274c chargeback \u274c Integration Method Payment method enumeration values: bank_transfer_uk There are two integration methods for bank transfer Direct API Payment flow How to integration For direct API integration, you can create a PaymentIntent and get&hellip;","_links":{"self":[{"href":"https:\/\/wooshpay.com\/es\/wp-json\/wp\/v2\/docs\/12096","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wooshpay.com\/es\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/wooshpay.com\/es\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/wooshpay.com\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/wooshpay.com\/es\/wp-json\/wp\/v2\/comments?post=12096"}],"version-history":[{"count":0,"href":"https:\/\/wooshpay.com\/es\/wp-json\/wp\/v2\/docs\/12096\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/wooshpay.com\/es\/wp-json\/wp\/v2\/media\/17289"}],"wp:attachment":[{"href":"https:\/\/wooshpay.com\/es\/wp-json\/wp\/v2\/media?parent=12096"}],"wp:term":[{"taxonomy":"doc_category","embeddable":true,"href":"https:\/\/wooshpay.com\/es\/wp-json\/wp\/v2\/doc_category?post=12096"},{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/wooshpay.com\/es\/wp-json\/wp\/v2\/doc_tag?post=12096"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}