payment-gateway Questions

2

I'm working on mimicking the Orders Page in the Admin side to the UI of the site. It's like a complete rip off of what's on the backend. I'm stuck with listing all the enabled Payment Methods. How ...
Wheelbase asked 30/1, 2017 at 11:8

2

Solved

I have this code to set WooCommerce variables // Defining User set variables $this->title = $this->get_option( 'title' ); $this->description = $this->get_option( 'description' ); $this...
Longwinded asked 20/7, 2018 at 4:46

0

I am trying to implement Django- PayPal in my project , now it has been 3 days , I am still stuck on this , I don't understand how we perform IPN handshake, I am receiving a signal from PayPal afte...

4

Solved

I'm trying to integrate Paypal and I'm using sandbox in the process. I follow the step of the accepted answer in the below question. Setting PayPal return URL and making it auto return? But when I...
Mills asked 21/1, 2013 at 10:19

2

I want to test it on the side of the functionality of the subscription payment gateway Braintree - for my application using Django (python). Your code I have only one py file. (without front-end)....
Judkins asked 26/3, 2015 at 9:10

3

Solved

I am unable to charge the amount $49.99 in stripe. I am going through the following links but nothing workout Stripe Checkout Price error - Invalid Integer Stripe Rails: Invalid integer: 1.06 I ...

1

I'm using Stripe for the first time an I'm little confused about the different APIs they provide. There is the Payment Method API which is the recommended one for handling payment methods for a cus...
Excursion asked 30/7, 2019 at 14:2

5

I am using cc-avenue jsp integration kit in my website. I have used the code which is provided by cc-avenue but when I try to checkout from my site it gives an error 10002 Merchant Authenticati...
Ten asked 23/2, 2015 at 10:55

2

Solved

I want to build a simple checkout page using the Stripe Prebuilt Checkout Page in a Node application. I follow all the necessary steps in the Stripe docs but the API request doesn't seem to work. s...

2

I want to integrate moneybookers api in my web site. I have created an account on moneybookers. To integrate moneybookers API, i need secret word under Merchant tools. But where is “Merchant too...
Hostelry asked 2/8, 2012 at 17:17

10

Solved

I'm trying to integrate PayUMoney payment gateway in my client site. My client provided me the login details of PayUMoney. I was able to locate the Merchant Key but cannot find either of the two: ...
Vittoria asked 21/5, 2014 at 4:19

5

How to integrate BHIM app payment gateway in an android app, through upi id?I have no idea about payment gateway,I have not implemented payment gateway before.Please help me how to integrate paymen...
Froward asked 10/11, 2017 at 6:1

1

How to do that i am stuck on that please send me code and discribe me.How to connect easypaisa/jazzcash payment gateway in flutter?
Multiple asked 4/6, 2020 at 16:19

3

I need help as working on EasyPaisa Payment Gateway Integration getting the error. We have a store on EasyPaisa and received payment integration guideline how to integrate. They have mentioned t...
Denison asked 25/11, 2016 at 6:19

4

cURL curl -v https://api.sandbox.paypal.com/v1/oauth2/token \ -H "Accept: application/json" \ -H "Accept-Language: en_US" \ -u "client_id:client_secret" \ -d &quot...
Philipson asked 17/7, 2015 at 13:5

3

Solved

Using the WooCommerce REST API v2, I'm successfully creating an order in a pending, unpaid state. I can see that I can set the order.payment_details.paid field to true which will create the order...
Koss asked 18/6, 2015 at 18:12

4

I am getting following error while confirming payment intent using this method STPAPIClient.shared().confirmPaymentIntent() Error Domain=com.stripe.lib Code=50 "No such payment_intent: pi_1ElaQ...
Tannin asked 15/6, 2019 at 12:9

5

Solved

I am trying to integrate paytm's payment gateway to my Android App. I can't seem to find any proper documentations or procedures on their website. I've checked every lead on this through google but...
Pedometer asked 28/10, 2015 at 7:4

2

I am developing a C2C portal where seller will post their product and others can buy it. I have planned to use Braintree for payment process. Now once the payment is completed system will take comm...
Might asked 16/5, 2018 at 11:2

1

I have a question to ask about payment strategy with Stripe Checkout API. consider following scenario A vendor published 10 products(apples) for 5$ each in a marketplace A customer wants to buy 8...

2

I'm having a problem getting the PayPal Payflow Gateway accept my HTTPS POST with non US-ASCII characters in it. Not matter what I post with these special characters, it seems to want to accept onl...
Unilingual asked 26/1, 2015 at 23:0

4

Solved

I'm fairly new to Braintree API. I'm using Recurring Payments. And for that I'm using Drop-In UI that is provided by Braintree. Everything goes well but it only shows two fields: Card Number and Ex...
Accountant asked 5/8, 2014 at 21:20

4

Solved

From the Stripe docs: When you cancel the subscription, the customer's card will not be charged again, but no money will be refunded either. If you'd like to issue a refund, you can do so thro...
Snip asked 16/7, 2014 at 21:7

1

I have built a voucher/coupon system in Stripe and have the following scenario. Customer voucher value: $50 Item price: $25 The voucher system works out that the total amount the customer will h...
Illyricum asked 6/5, 2017 at 15:39

3

I want to send user to payment gate. Normally it could be made by this form: <form method="post" action="https://demo.moneta.ru/assistant.htm"> <input type="hidden" name="MNT_ID" value="...
Ligni asked 4/11, 2015 at 9:16

© 2022 - 2024 — McMap. All rights reserved.