{"id":353770,"date":"2026-09-01T15:46:47","date_gmt":"2026-09-01T15:46:47","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/deltapay-gateway\/"},"modified":"2026-09-01T15:46:21","modified_gmt":"2026-09-01T15:46:21","slug":"deltapay-payment-gateway","status":"publish","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/deltapay-payment-gateway\/","author":23549158,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.0","stable_tag":"1.0","tested":"7.1","requires":"6.0","requires_php":"7.4","requires_plugins":null,"header_name":"DeltaPay Payment Gateway","header_author":"DeltaCrypt","header_description":"Extends WooCommerce with a DeltaPay gateway.","assets_banners_color":"","last_updated":"2026-09-01 15:46:21","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"","header_author_uri":"https:\/\/deltapay.co.sz\/","rating":0,"author_block_rating":0,"active_installs":0,"downloads":54,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":{"1.0":{"tag":"1.0","author":"deltacrypt","date":"2026-09-01 15:46:21","revision":3676446}},"upgrade_notice":{"1.0":"<p>Initial release.<\/p>"},"ratings":[],"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0"],"block_files":[],"assets_screenshots":[],"screenshots":{"1":"DeltaPay settings screen under WooCommerce &gt; Settings &gt; Payments.","2":"DeltaPay shown as a payment option on the classic checkout.","3":"DeltaPay shown as a payment option on the checkout block."}},"plugin_section":[],"plugin_tags":[3148,25262,6593,1887,286],"plugin_category":[45],"plugin_contributors":[278686],"plugin_business_model":[],"class_list":["post-353770","plugin","type-plugin","status-publish","hentry","plugin_tags-checkout","plugin_tags-hosted-checkout","plugin_tags-payment-gateway","plugin_tags-payments","plugin_tags-woocommerce","plugin_category-ecommerce","plugin_contributors-deltacrypt","plugin_committers-deltacrypt"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/deltapay-payment-gateway.svg","icon_2x":false,"generated":true},"screenshots":[],"raw_content":"<!--section=description-->\n<p>WooCommerce DeltaPay Gateway adds DeltaPay as a payment option at checkout. When a customer places an order, they are redirected to a DeltaPay-hosted checkout session to complete payment, then returned to your store once payment is confirmed.<\/p>\n\n<p>Features:<\/p>\n\n<ul>\n<li>Redirects customers to a secure, hosted DeltaPay checkout session \u2014 no card or payment data ever touches your server.<\/li>\n<li>Automatically updates the WooCommerce order status as the payment session completes.<\/li>\n<li>Works with both the classic (shortcode) checkout and the Cart &amp; Checkout blocks.<\/li>\n<li>Optional debug logging via the standard WooCommerce logs, for troubleshooting payment sessions.<\/li>\n<li>Development mode setting to test against the DeltaPay sandbox environment before going live.<\/li>\n<\/ul>\n\n<p>Requires an active DeltaPay merchant account, an API key, available from your DeltaPay dashboard.<\/p>\n\n<p>This plugin requires <a href=\"https:\/\/wordpress.org\/plugins\/woocommerce\/\">WooCommerce<\/a> to be installed and active.<\/p>\n\n<h3>External services<\/h3>\n\n<p>The plugin makes use of the DeltaPay API to complete the payment. The order ID is passed to the API to create the payment session and verify payment status.<\/p>\n\n<p>Privacy Policy: https:\/\/deltapay.co.sz\/privacy-policy\nTerms and Conditions: https:\/\/firebasestorage.googleapis.com\/v0\/b\/delta-pay-ae490.firebasestorage.app\/o\/files%2FDELTAPAY%20-%20TERMS%20%26%20CONDITIONS%20(22.04.2024).docx.pdf?alt=media&amp;token=277c07d7-26bf-4289-ba38-788aa9e2fd40<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload the plugin files to the <code>\/wp-content\/plugins\/woocommerce-deltapay-plugin<\/code> directory, or install the plugin through the WordPress plugins screen directly.<\/li>\n<li>Activate the plugin through the \"Plugins\" screen in WordPress.<\/li>\n<li>Make sure WooCommerce is installed and active.<\/li>\n<li>Go to WooCommerce &gt; Settings &gt; Payments and enable \"DeltaPay\".<\/li>\n<li>Open the DeltaPay settings and enter your API Key from your DeltaPay dashboard.<\/li>\n<li>Optionally enable \"Development mode\" to test against the DeltaPay sandbox before accepting live payments.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt id=\"does%20this%20work%20with%20the%20block-based%20checkout%3F\"><h3>Does this work with the block-based checkout?<\/h3><\/dt>\n<dd><p>Yes. DeltaPay is registered as both a classic WooCommerce payment gateway and a Cart &amp; Checkout Blocks payment method, so it works whether your checkout page uses the checkout shortcode or the checkout block.<\/p><\/dd>\n<dt id=\"where%20do%20i%20get%20my%20api%20key\"><h3>Where do I get my API key<\/h3><\/dt>\n<dd><p>It is provided by DeltaPay when you set up a merchant account.<\/p><\/dd>\n<dt id=\"does%20deltapay%20have%20a%20sandbox%20or%20test%20mode%3F\"><h3>Does DeltaPay have a sandbox or test mode?<\/h3><\/dt>\n<dd><p>Yes. Enable \"Development mode\" in the gateway settings to send checkout sessions to the DeltaPay development environment instead of production.<\/p><\/dd>\n<dt id=\"where%20can%20i%20see%20logs%20if%20a%20payment%20isn%27t%20working%3F\"><h3>Where can I see logs if a payment isn't working?<\/h3><\/dt>\n<dd><p>Enable \"Debug logging\" in the gateway settings, then check WooCommerce &gt; Status &gt; Logs for entries prefixed with <code>deltapay-gateway<\/code> or <code>deltapay-errors<\/code>.<\/p><\/dd>\n<dt id=\"does%20this%20plugin%20store%20any%20details%3F\"><h3>Does this plugin store any details?<\/h3><\/dt>\n<dd><p>No. Payment is completed entirely on the DeltaPay-hosted checkout page; this plugin only stores the checkout session ID against the order.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0<\/h4>\n\n<ul>\n<li>Initial release.<\/li>\n<li>Hosted checkout session creation and payment verification.<\/li>\n<li>Classic checkout and Cart &amp; Checkout Blocks support.<\/li>\n<li>Optional debug logging and development (sandbox) mode.<\/li>\n<\/ul>","raw_excerpt":"Accept DeltaPay payments in WooCommerce via a secure, hosted checkout page. Works with both the classic and block checkout.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/353770","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=353770"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/deltacrypt"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=353770"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=353770"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=353770"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=353770"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=353770"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=353770"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}