4,243 questions
1
vote
0
answers
51
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
1
answer
69
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 ...
0
votes
0
answers
24
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
70
views
How to support both Indian and international payments for an Indian business using a Stripe account? [closed]
I'm a freelance developer building websites for Indian businesses. One of my current projects involves setting up a payment gateway for a store selling Indian products to both domestic and ...
0
votes
0
answers
97
views
Magento 2.4.7 : "An error occurred on the server. Please try to place the order again" while placing the order
I need your help with an issue I'm facing in Magento 2 during the checkout process.
When trying to place an order (using only cash on delivery, no Braintree or PayPal, no credit card), I get this ...
0
votes
0
answers
48
views
How to Integrate PayPal Payflow Pro with Spring Boot
I’m trying to integrate PayPal Payflow Pro with a Spring Boot application and have a few specific questions regarding the integration process:
1. PayPal SDK for Java:
I see that PayPal provides an SDK ...
0
votes
0
answers
86
views
midtrans payment gateway stop default redirect
I am integrating Snap Midtrans into my application, using Laravel as the backend and React as the frontend. The application follows a single-page app (SPA) concept, meaning page transitions are ...
-1
votes
1
answer
142
views
How to Integrate Bizum with Redsys for Credit Card and Bizum Payments in Rails?
I am currently using Redsys for credit card payments in my Rails application. I’ve set up Redsys using the redsys gem, and it works fine for credit card transactions. Now, I need to integrate Bizum as ...
0
votes
0
answers
92
views
`@paypal/react-paypal-js` keeps triggering a CORS error and not loading the buttons
I'm trying to integrate paypal into a Next.js website I'm working on. I'm using @paypal/react-paypal-js, the code seems fine but the buttons don't load and I keep getting this error
Cross-Origin ...
0
votes
0
answers
90
views
Get payment response from payment inside iframe in react
I'm integrating standard Amazon Payment Services inside an iframe and need to capture the payment response, such as success or failure. The goal is to detect when the payment is successful and then ...
0
votes
0
answers
70
views
How to generate raast payment dynamic qr code?
I am developing a billing system where I need to generate a Raast payment QR code that includes a dynamic price and bill ID. The goal is for users to scan the QR code, pay the specified amount, and ...
-1
votes
1
answer
118
views
How to enable Apple Pay on Revolut Checkout Payment Page (created from API)?
I'm using Revolut Hosted Checkout to process payments. When I create an order via Revolut API, i get a checkout payment page URL that i redirect my users to process payments. So my question - how to ...
0
votes
0
answers
47
views
Unable to Process UPI Payments in IOS with requestSubscription Function in React Native IAP
Here is my code for IOS:-
const handleBuySubscription = async (productId: any) => {
try {
setLoading(true);
await clearTransactionIOS();
console.log('in handle buy ...
0
votes
1
answer
94
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, ...
1
vote
0
answers
109
views
JudoPay ApiException Fields errors: field "Amount" (code 6): Sorry, but the amount submitted does not match the decimal place requirements for the
In local environment it works well, but in production with even sandbox keys this error occurs.
I am using PHP server SDK for creation of judopay payment using card.
Error: JudoPay ApiException (...
1
vote
1
answer
239
views
You are not authorized to view this page. The transaction has not been processed. Hosted Payments Page - BoA
Trying to implement Bank of America - Hosted Payments Page
Here is the Integration Guide (pg 28)
I followed the ASP.NET Example, and got the error:
It should redirect to the Hosted Payments Page.
The ...
0
votes
1
answer
93
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
}...
0
votes
0
answers
78
views
Flutter Payment Gateway Integration: "10002 Merchant Authentication Failed" in CCAvenue
I am trying to integrate the CCAvenue payment gateway into my Flutter application. However, I am facing an issue where I get the following error:
10002 Merchant Authentication Failed
What I Have ...
1
vote
1
answer
378
views
Razorpay Payment Link Requires Phone Number Despite Providing Customer Details
I'm using Razorpay's Node.js SDK to create payment links. Although I am providing the customer details, including the phone number, every payment link still prompts the customer to input their phone ...
0
votes
0
answers
30
views
Creditmax (PaymentSession initialized: ERROR)
I'm trying to set up a simple payment checkout using the Credimax/Mastercard payment gateway, but I keep running into an error. The error message I'm receiving is:
I'm not sure why this is happening. ...
0
votes
0
answers
355
views
Stripe auto tax calculation in checkout sessions is not working with multiple payment options
I've set up Stripe integration with my nextjs website, where I use Stripe hosted checkout page, automatic tax calculation, and dynamic payment methods
First, I had only card method, so when a user ...
1
vote
0
answers
320
views
Paddle Checkout Integration Error: "One or more parameters (product id or seller) are missing"
I'm trying to integrate Paddle's inline checkout into my React app. I followed the documentation and set up the initialization and checkout functions, but when I attempt to open the checkout, I ...
1
vote
1
answer
139
views
Google Pay also as a payment gateway for future payments?
I want to save a token from Google Pay for future payments?
Is that possible? Or does I need using Stripe?
Do you know any Google api that can help me?
Answer from ChatGPT but maybe not updated?:
...
1
vote
0
answers
57
views
Bank Alfalah Payment Gateway in Flutter: Exception Thrown Despite Success Response
I'm integrating the Bank Alfalah payment gateway in my Flutter app. I have the following code for initiating a payment request. Even when I receive a "success": true response, I'm still ...
0
votes
0
answers
435
views
Unable to see Google Pay button with stripe PyamentElement
I have implemented Stripe PaymentElement on a website.
All other payment methods (card, cashapp, klarna and afterpay) working in test mode. However, whatever I do, I can't get the payment form to ...