4,242 questions
Advice
0 votes
0 replies
26 views
Paytm Card Machine(POS) Integration in Web-App
I'm integrating a Paytm POS card machine (EDC terminal) with my web app using the Payment Request API. My backend is Node.js + Express. What I have: Paytm POS machine (PAX terminal) Production MID, ...
0 votes
1 answer
91 views
Multiple Stripe account based on country
I have a WordPress (WooCommerce) website with Stripe integrated and connected to a Stripe account. I want to use two Stripe accounts based on the customer’s billing country. For example, if a customer ...
0 votes
1 answer
58 views
MercadoPago /v1/customers/search API returns empty results despite customer existing in dashboard
Im dealing with a really problematic API: Mercado Pago API I'm using Mercado Pago's Customer Search API to find a customer by email, but it returns empty results even though I can see the customer in ...
0 votes
0 answers
33 views
CCAvenue test simulator not sending encResp to ASP.NET WebForms response page
I'm integrating CCAvenue (test environment) with an ASP.NET webforms app. Payment initiation works, but when the user is redirected back to my response page, the encResp parameter is never received. ...
0 votes
0 answers
35 views
Chase Orbital payment integration: DTD error for CIT/MIT Auth Create Profile (CGEN) XML requests
I am integrating Chase Orbital (XML API) for a client project and I’m currently stuck with CIT / MIT account verification test cases, specifically around Auth + Create Profile (CGEN) flows. What I am ...
Advice
1 vote
1 replies
233 views
Is there an official API or SDK to integrate Sham Cash with a Flutter mobile app?
I’m building a Flutter mobile app and want to add Sham Cash as a payment method. I searched the official Sham Cash website and documentation but couldn’t find any public API, SDK, or merchant ...
0 votes
0 answers
46 views
Invalid "pp_SecureHash" in Jazzcash Payment Gateway Integration
I'm trying to integrate Jazzcash Payment Gateway in my Nest Js Application, Following is my code: import axios from 'axios'; import crypto from 'crypto'; async initiatePayment( amount: number, ...
Advice
0 votes
0 replies
27 views
Calculate U.S. sales tax automatically in Square Checkout based on customer address?
I'm integrating Square as a payment gateway into my website. The checkout flow is straightforward, but I haven't found a way to automatically calculate U.S. sales tax based on the customer’s address (...
0 votes
1 answer
51 views
The card details section not apperaing during Tap Web Card SDK V2 integration on website
has anyone faced this issue ever during integration of tap payment gateway web card sdk v2 https://developers.tap.company/docs/card-sdk-web-v2 const { unmount } = renderTapCard("card-sdk-id&...
1 vote
1 answer
69 views
Flutterwave Webhook Not Triggering in Production (Works on Development)
I am integrating Flutterwave payments in my project(Node.js/Express). In development, deposits work correctly: User pays; Flutterwave triggers the webhook; Payment gets verified and the user balance ...
1 vote
0 answers
63 views
Not receiving any callback from midtrans payment
Please help, I'm using midtrans_sdk 1.0.1 and successfully paid the items, but I'm receiving nothing from midtrans, only something like flutter: type 'Null' is not a subtype of type 'String' in type ...
0 votes
0 answers
27 views
I have an android app with "webview" of my website. While i do payments using this app, the otp page doesnt load, a month back it worked,now it is not
my website on browser works to get the otp and the transaction is successful. but the same on andorid app doesnt work. The blank page in Easebuzz/Eazepay payment flow inside a WebView (both iOS and ...
0 votes
1 answer
105 views
How to attach Stripe customer to Payment Intent in WooCommerce Blocks for delayed capture?
I need to hold a Stripe charge and capture it later (only when a customer keeps the product). In WooCommerce shortcodes checkout, Stripe attaches the customer to the Payment Intent, so later capture ...
3 votes
1 answer
161 views
Woocommerce Custom Payment Gateway with Custom Order Status issue
I am using custom Purchase Order based payment gateway method in Woocommerce and have registered my custom status status - Pending PO Verification for all orders made using this payment method. The ...
0 votes
0 answers
31 views
Getting select box with order statuses in Shopware 6.7
I am developing a payment plugin for Shopware 6.7. Please tell me how to get a select box on the plugin settings page in the admin panel that will only contain order statuses. Currently, I can get a ...