173 questions
0 votes
0 answers
30 views
PaymentRequest API with Google Play Billing on PWA/TWA - Member obfuscatedAccountId not present in the back-end when I receive Google RTDN
I have a PWA packaged as a TWA and available on Google Play. I'm using the Play Billing payment method to sell exclusive digital products. Consumable products. The user buys credits to use when ...
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, ...
0 votes
2 answers
72 views
Why does Stripe CLI return "unknown flag: --card.number"?
I want to create a PaymentMethod in Stripe CLI. The stripe payment_methods create --help command suggests that I should use something like this: stripe payment_methods create --type=card ... But it ...
-1 votes
1 answer
249 views
How to implement payment methods on expo app
I wanna know how to integrate IN-APP payments, using Apple pay or Google pay, but i wonder what's the best approach as i see a lot of people using Stripe (do i have to) Or some people say that it's ...
1 vote
1 answer
135 views
payment.transaction set to 'done' but payment not created and is_post_processed remains False while using custom online payment gateway
I am developing a odoo18 custom payment provider. After a successful transaction and return response to odoo. When it comes to update the transaction status to done using tx._set_done() this only ...
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 ...
0 votes
1 answer
146 views
Change WooCommerce checkout blocks displayed payment methods sorting order
I have question about how it would be possible to sort payment methods on woocommerce checkout Blocks. I want that my added payment method would be the first option and would be default chosen. For ...
0 votes
0 answers
90 views
How to immediately sent 200 Ok response in Flask?
I am trying to integrate Payfast on my flask application. The users are able to make payments but the ITN is not sent back. I always get the 307 Temporary Redirect response instead of 200 Ok. I am ...
1 vote
0 answers
372 views
Android UPI payment Intent always fails - 2025
In our Android app, users need to recharge their wallets using UPI. We successfully launch UPI apps using an intent, but after entering the UPI PIN, the payment fails with error message (screenshot ...
0 votes
1 answer
129 views
Multi currency accounts - best option?
I am building a webapp where I need to integrate a payment gateway. tldr - think of it like a gift registry catering to the South Asian market. I am focusing on cash gifts for events like weddings, ...
0 votes
1 answer
114 views
Revoult pay giving 404 in sandbox environment
https://sandbox-b2b.revolut.com/api/1.0/pay this is the url i am hitting for payment from postman. it is giving response: { "message": "Resource not found", "code": 3006 }...
1 vote
1 answer
134 views
Payment gateway issue with WooCommerce custom order status update
I'm using custom order statusses on a few product categories on our webshop. Now that we are live I see that all orders that are "Processing" are payed with Mollie (payment GW). However the ...
0 votes
2 answers
646 views
redirect to different url after order received or/ Redirect to custom Thankyou page after WooCommerce orders paid
After successful payment through Razorpay payment gateway, I need to redirect to my custom created Thankyou page, instead of Razorpay payment gateway plugin default redirect URL. My problem ...
0 votes
1 answer
301 views
How to waive off shipping charges in Woocommerce checkout without using a coupon?
I had built an express checkout for one of my woocommerce store and I'm builting a functionality of 0 shipping charges for all prepaid orders. I have one checkbox to enable/disable COD in the checkout ...
1 vote
0 answers
134 views
Stripe Payment Sheet with Afterpay Not Working in Flutter - Error: "None of the requested payment methods (afterpay_clearpay) are supported."
I'm trying to implement Stripe payment integration in my Flutter mobile app with support for Afterpay. The Stripe payment sheet works fine when I use only the card payment method, but it fails when I ...