{"id":219926,"date":"2025-02-12T19:28:58","date_gmt":"2025-02-12T19:28:58","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/psp-xml\/"},"modified":"2025-02-13T16:20:11","modified_gmt":"2025-02-13T16:20:11","slug":"psp-xml","status":"publish","type":"plugin","link":"https:\/\/cn.wordpress.org\/plugins\/psp-xml\/","author":23210978,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.0","stable_tag":"trunk","tested":"6.7.5","requires":"5.0","requires_php":"7.0","requires_plugins":null,"header_name":"PSP-XML","header_author":"PSP Services","header_description":"A custom plugin to handle form submissions, save data to the database, and make the payment.","assets_banners_color":"","last_updated":"2025-02-13 16:20:11","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"","header_author_uri":"","rating":0,"author_block_rating":0,"active_installs":0,"downloads":286,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":{"":"<p>This is the first release of the plugin. No previous versions exist.<\/p>"},"ratings":[],"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":3239648,"resolution":"128x128","location":"assets","locale":""}},"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":[],"block_files":[],"assets_screenshots":[],"screenshots":{"1":"Check-out Page","2":"Form for credit or debit Transaction","3":"Google Pay Window","4":"Receipt","5":"Settings Page"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[6090,127813,238252,238251],"plugin_category":[],"plugin_contributors":[],"plugin_business_model":[],"class_list":["post-219926","plugin","type-plugin","status-publish","hentry","plugin_tags-easy-to-use","plugin_tags-payment-solution","plugin_tags-payment-transaction","plugin_tags-product-check-out","plugin_committers-psptechdev"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/psp-xml\/assets\/icon-128x128.png?rev=3239648","icon_2x":false,"generated":false},"screenshots":[],"raw_content":"<!--section=description-->\n<p>This WordPress plugin simplifies the checkout process by providing an easy-to-integrate solution for merchants. With a sleek and customizable checkout page, the plugin also supports Google Pay and Apple Pay, allowing customers to securely complete the transactions.\nThe PSP-XML\u2019s Real-time XML API allows customers to process real-time credit card transactions via a server-to-server connection. This API is suggested for:\n\u2022   Merchants developing and integrating a highly customized system\n\u2022   Merchants who do NOT require PSiGate to collect and store credit card information\nThe XML Messenger Interface receives transaction requests sent by the Merchant. The transaction requests are then forwarded to PSiGate\u2019s payment engine for real-time processing. An Order element encloses each XML transaction request, meaning that the request must begin with and end with. Each transaction request consists of transaction elements that define the request. The minimum number of transaction elements needed to successfully transmit an order depends on the type of transaction request.\nUsing Realtime-XML APIs<\/p>\n\n<p>Merchants who have customized shopping carts and custom checkout pages or might already be using the Realtime-XML APIs for their integration with PSiGate can use this approach to accept payments via Apple Pay.\nFor convenience to our merchants and to reduce your dependencies, PSiGate will be taking up the authentication of your website with Apple and maintain your merchant account.<\/p>\n\n<p>Key Features: \n\u2022   Customizable Checkout Page: Allows merchants to personalize certain fields such as shipping or tax details.\n\u2022   Transaction Processing: Securely processes payments using Google Pay and Apple Pay, with transactions routed through your custom server endpoint.\n\u2022   Receipt Printing: Automatically generates and prints detailed receipts for customers after a successful transaction, streamlining post-purchase communication.\n\u2022   Merchant Settings Page: Provides an intuitive settings page where merchants can configure payment options, modify checkout fields, and manage various customization settings to suit their needs.<\/p>\n\n<h3>Feature list<\/h3>\n\n<ol>\n<li>Check out Page \n\u2022   Contains all three options for the payment:  Credit\/Debit card, Google Pay and Apple Pay\n\u2022   Contains the text fields to get the input values for sending the real-time xml request to the Psi-Gate server and processing the successful payment transaction. <\/li>\n<li>Google Pay Button &amp; Apple Pay\n\u2022   Enabling users to pay with their saved cards through their Android devices or web browsers.<\/li>\n<li>The Receipt\n\u2022   After completing the transaction successfully, the printable receipt is generated for user reference.<\/li>\n<\/ol>\n\n<h3>External services<\/h3>\n\n<p>This plugin connects to the MobilePay by PSiGate API to process payments via Apple Pay and Google Pay. This connection is necessary to complete transactions securely.\nLink: https:\/\/www.psigate.com\/docs\/XML%20Interface%20v1.2.20.pdf\nLink : https:\/\/pay.google.com\/gp\/p\/js\/pay.js (This file is required for the Google pay Transactions which is provided by the Google itself)<\/p>\n\n<p><strong>Data Sent and When<\/strong>\n- When a user initiates a payment, the plugin sends transaction details (such as order amount and payment method) to the MobilePay by PSiGate API.\n- Merchant data is also sent when creating the transaction.<\/p>\n\n<p><a href=\"https:\/\/www.psigate.com\/privacy\">Privacy Policy<\/a><\/p>\n\n<p>What external service(s) PSP-XML plugin connects to?\n- MobilePay by PSiGate : https:\/\/www.psigate.com\/docs\/MobilePayMethods.pdf<\/p>\n\n<p>Why PSPS_XML plugin needs this service?\n- To process payments via Apple Pay and Google Pay<\/p>\n\n<p>What data is sent to this external service and when?\n- Transaction details, merchant information<\/p>\n\n<p>1.js\/googlePay.js:14 var stagingPaymentPro= \"https:\/\/stagingmobilepay.psigate.com\/api\/process\/google\/xmlpayment\";\n- To process the payment via Google Pay (test environment)<\/p>\n\n<p>2.js\/googlePay.js:15 var prodPaymentPro=\"https:\/\/mobilepay.psigate.com\/api\/process\/google\/xmlpayment\";\n- To process the payment via Google Pay (production environment)<\/p>\n\n<p>3.js\/paymentAction.js:96 var stagingMerchantUrl = \"https:\/\/stagingmobilepay.psigate.com\/api\/session\/create\";\n- This is to verify the request is coming from registered domains for the Apple Pay.(test environment)<\/p>\n\n<p>4.js\/paymentAction.js:99 var prodPaymentPro=\"https:\/\/mobilepay.psigate.com\/api\/process\/apple\/xmlpayment\";\n- Sending the transaction details to process the payment for the Apple Pay.(production environment)<\/p>\n\n<p>5.js\/paymentAction.js:97 var prodMerchantUrl = \"https:\/\/mobilepay.psigate.com\/api\/session\/create\";\n- This is to verify the request is coming from registered domains for the Apple Pay.(production environment)<\/p>\n\n<p>6.js\/paymentAction.js:98 var stagingPaymentPro= \"https:\/\/stagingmobilepay.psigate.com\/api\/process\/apple\/xmlpayment\";\n- Sending the transaction details to process the payment for the Apple Pay.(test environment)<\/p>\n\n<h3>License<\/h3>\n\n<p>This plugin is licensed under the <a href=\"http:\/\/www.gnu.org\/licenses\/gpl-3.0.html\">GPL v3<\/a><\/p>\n\n<!--section=installation-->\n<h4>Automatic installation<\/h4>\n\n<ol>\n<li>Log into your WordPress admin<\/li>\n<li>Click on &gt; Plugins<\/li>\n<li>Click on &gt; Add New<\/li>\n<li>Search for &gt; PSP-XML<\/li>\n<li>Click on &gt; Install Now under \"PSP-XML\"<\/li>\n<li>Activate the plugin<\/li>\n<\/ol>\n\n<h4>Manual installation<\/h4>\n\n<ol>\n<li>Download the plugin<\/li>\n<li>Extract the contents of the zip file<\/li>\n<li>Upload the contents of the zip file to the <code>wp-content\/plugins\/<\/code> folder of your WordPress installation<\/li>\n<li>Activate the PSP-XML plugin from the 'Plugins' page.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<ol>\n<li>How can I customize check out fields?<\/li>\n<\/ol>\n\n<p>-   Navigate to \u2018PSP-XML\u2019 tab in the admin dashboard to customize the fields sets.<\/p>\n\n<!--section=changelog-->\n<p>= 1.0.0 \n* Initial release of the plugin.<\/p>","raw_excerpt":"PSP-XML provides a customizable payment gateway for the users to process the payment transaction for any product cart check-out including Google Pay a &hellip;","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/cn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/219926","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/cn.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/cn.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=219926"}],"author":[{"embeddable":true,"href":"https:\/\/cn.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/psptechdev"}],"wp:attachment":[{"href":"https:\/\/cn.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=219926"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/cn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=219926"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/cn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=219926"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/cn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=219926"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/cn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=219926"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/cn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=219926"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}