Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
51 views

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 ...
1988's user avatar
  • 357
0 votes
1 answer
69 views

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 ...
Awais Aezad's user avatar
0 votes
0 answers
24 views

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 ...
shylosa's user avatar
  • 21
0 votes
1 answer
70 views

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 ...
Madhana Gopal's user avatar
0 votes
0 answers
97 views

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 ...
CHARAF Designer's user avatar
0 votes
0 answers
48 views

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 ...
lpdevlop's user avatar
0 votes
0 answers
86 views

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 ...
Dwi Candra Andika's user avatar
-1 votes
1 answer
142 views

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 ...
Yuvraj Singh's user avatar
0 votes
0 answers
92 views

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 ...
O. Shehab's user avatar
  • 101
0 votes
0 answers
90 views

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 ...
Arrofi Reza Satria's user avatar
0 votes
0 answers
70 views

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 ...
Rana Haroon's user avatar
-1 votes
1 answer
118 views

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 ...
Genry Wood's user avatar
0 votes
0 answers
47 views

Here is my code for IOS:- const handleBuySubscription = async (productId: any) => { try { setLoading(true); await clearTransactionIOS(); console.log('in handle buy ...
montee sharma's user avatar
0 votes
1 answer
94 views

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, ...
red_'s user avatar
  • 11
1 vote
0 answers
109 views

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 (...
Abdullah's user avatar
1 vote
1 answer
239 views

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 ...
Robert Green MBA's user avatar
0 votes
1 answer
93 views

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 }...
python nessovo's user avatar
0 votes
0 answers
78 views

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 ...
Meet Bhanderi's user avatar
1 vote
1 answer
378 views

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 ...
Felix Christo's user avatar
0 votes
0 answers
30 views

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. ...
erwin's user avatar
  • 139
0 votes
0 answers
355 views

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 ...
MohamedZh's user avatar
  • 476
1 vote
0 answers
320 views

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 ...
Rushabh Dhamne's user avatar
1 vote
1 answer
139 views

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?: ...
BFH's user avatar
  • 35
1 vote
0 answers
57 views

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 ...
Usama Qadeer's user avatar
0 votes
0 answers
435 views

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 ...
Ahmar Aamir's user avatar

1
2 3 4 5
85