payment-gateway Questions

2

I found this post about BitPay but it's not very clear how I can use it. https://help.bitpay.com/development/how-do-i-use-the-bitpay-java-client-library I implemented this code: public void crea...
Plenish asked 7/9, 2016 at 13:34

2

Solved

I have to integrate a payment gateway in my web app. I am negotiating with PGs to get most suitable offer. Most of them have: Setup Fees Annual/Monthly Fees. Per Transaction Fees (1%-5%) Rule of ...
Hachman asked 2/7, 2012 at 6:30

2

I'm using the 2C2P payment gateway. public function process_payment( $order_id ) { $result = $this->request->result( $order ); error_log( print_r( $result, true ) ); if ( in_array...
Elenoraelenore asked 5/4 at 10:29

2

Hey there i am using payment integration lib https://www.npmjs.com/package/rn-telr-sdk whenever try to run it it gives me this error therefore if anyone is facing this error please do help me on th...
Megillah asked 6/4, 2023 at 13:22

9

I am trying to integrate paypal, but stuck with this error. We’re sorry. This seller doesn’t accept payments in your currency. Please return to the seller and choose another way to pay. The c...
Studdard asked 20/5, 2018 at 19:3

9

i'm implementing razorpay payment gateway in my React.js app with backend nodejs. here frontend.jsx razorpayHandler = () =>{ const payment_amount = this.props.TotalPrice; const backend_url =...
Macfarlane asked 28/11, 2018 at 2:45

2

I'm using PayPal Smart Payment Buttons to enable payments on my website. I managed to disable the shipping address fields, but I can't disable the billing address. From what I've seen most of the ...
Intracranial asked 23/11, 2019 at 10:58

5

I am working to integrate Apple pay in my application to test it. I assume, I need to have some test card added in my wallet app . Without this I am getting an error in Xcode that reads "This ...
Airframe asked 28/7, 2016 at 10:43

0

I am using this library (Library link) to create a UPI intent. This library supports both payment intent and QR code generation. Now, payment through PhonePe succeeds but payment through GooglePay ...
Lombardi asked 27/8, 2023 at 17:41

2

Solved

A proposed scenario is, assume the shopping cart site, where buyer has to pay for a product. The sold product costs will be transferred to the respective merchant. Here, the website owner has to be...
Septuagesima asked 27/8, 2013 at 8:50

2

I'm integration Paypal SDK com.paypal.checkout:android-sdk:0.3.0. All the configuration is done at the app level. Here is the official documentation link:- https://developer.paypal.com/docs/busines...
Norite asked 25/6, 2021 at 7:18

4

android:exported needs to be explicitly specified for element <activity#com.razorpay.CheckoutActivity>. Apps targeting Android 12 and higher are required to specify an explicit value for `and...

4

I have two different payment gateway (stripe and bank transfer) in Woocommerce checkout page. But "Bank transfer" (bacs) is always auto selected by default. Here is screenshot of the payment gate...

4

I just started on my Flutter journey and need to integrate Paypal payments into my app. However, there seems to be no standard Flutter API provided by Paypal and I couldn't find an acceptable answe...
Ailanthus asked 1/1, 2020 at 0:9

4

I'm using react-native for my app, it requires online payments. Since lots of people already using "gcash" to pay online, I'd like to ask if there is an API for that?
Hornbeck asked 27/3, 2021 at 7:7

3

I am creating an application in Flutter Web that needs to collect payment information to create subscription charges. My plan was to use Stripe to do this, however, after making all the necessary m...

1

Solved

In my Hosted Blazor web assembly application, we would like to implement a third party payment gateway by redirecting to the third party website. In order to access the third party page, we need to...
Retrograde asked 13/10, 2022 at 16:46

5

Solved

My stripe account has following balance in test mode: $958,395.72 Available balance $2,659.48 Pending balance $3,010,474.35 Total volume (HKD) This balance is in HKD. Now I have to transfer m...
Aarau asked 12/9, 2016 at 10:46

2

Solved

In my local PC Braintree showing error "The request was aborted: Could not create SSL/TLS secure channel" when executing : var clientToken = gateway.ClientToken.generate(); I am using "Braintre...
Jacintha asked 15/12, 2016 at 7:9

1

Solved

I have strange situation ... I want to convert my guest customers in my stripe account to the real customers ... Real customers have the customerID but the guest customer doesn’t have the customer ...

3

Solved

I am Stripe for storing Funds and transfer funds to sellers using Stripe Connect My problem is , when I tried to transfer a fund from my Stripe account to a connected account (fund is in test mode...
Tl asked 15/4, 2019 at 10:13

3

Solved

I am using realexpayment with amember-5.1.5 and using test account of realexpayment system. when I signup and make payment using test card I am getting the following message and it does not redir...
Racialism asked 20/10, 2016 at 5:2

5

Solved

Normally, WooCommerce should autocomplete orders for virtual products. But it doesn't and this is a real problem, even a BUG like. So at this point you can find some helpful things (but not really ...
Languor asked 28/2, 2016 at 18:45

5

Solved

I am from Pakistan, I developed an ecommerce website, now I want to integrate some payment gateway like Authorize/paypal/stripe etc, I don't know which payment gateway is available in Pakist...
Gassing asked 21/1, 2014 at 9:6

3

I've been trying to integrate a payment gateway into my site in django. I'm having trouble getting the response data from the payment gateway. The payment gateway has sample docs for php which loo...
Satiable asked 27/9, 2011 at 17:59

© 2022 - 2024 — McMap. All rights reserved.