Questions tagged [2checkout]

2Checkout simplifies your checkout process by bundling the merchant account and payment gateway, offering international options, and a branded experience while maintaining the highest level of security and fraud protection.

2Checkout.com works by allowing sellers to accept online payment for their goods and services. After you are approved, integrate your website with 2Checkout using either our free Plug and Play cart or a shopping cart of your choice. Your customers will order on your site, and then pay within 2Checkout’s secure PCI compliant payment page. When the order is completed successfully, we will send the customer an order confirmation and then send them back to your website.

2Checkout offers 8 payment methods:

  • Visa
  • MasterCard
  • Discover
  • American Express
  • Diners
  • JCB
  • PIN debit cards with the Visa or MasterCard logo
  • Debit cards with the Visa or MasterCard logo
  • PayPal

Some of these options are only available in select currencies.

2Checkout offer documentation, shopping cart plugins and community supported libraries to make the integration process as quick and easy as possible.

162 questions
0
votes
2 answers

Integrating 2checkout with Django 2.2

I try to implement 2checkout to my django app (Python 3.7 and Django 2.2). I'm using the Sandox and when I see API logs my orders are successfully passed. I also chose a URL for the Passback and selected Header Redirect in my account settings.…
Redjam
  • 474
  • 3
  • 12
0
votes
0 answers

Add money on balance using 2checkout

I have a website that charges some money for every service request (online calculator). What 2checkout code should I add, so users can add money on balance? I don't sell any products. For example, on my site there is a user test. It has on balance…
Paul R
  • 2,631
  • 3
  • 38
  • 72
0
votes
1 answer

2checkout unauthorized error Laravel

I'm trying to use Sandbox 2checkout API but I'm facing some issues. I am using Laravel as php framework and 2co.min.js to generate the token. When I fill the inputs and press submit I got 'unauthorized'. I get the seller id from my sandbox account…
Youssef mahmoed
  • 373
  • 2
  • 9
0
votes
2 answers

How do I enable 2Checkout to accept Billing / Shipping Address for all Countires across the world?

I am using "ConvertPlus Default" Checkout Theme in 2Checkout to accept international payments from my customers across the world. I generated the Buy Link and integrated with my store. My issue is that the Checkout Form is not showing fields to…
0
votes
1 answer

2checkout sandbox not sending INS notifications

I am trying to test INS in my sandbox account using this link But it is not working. My Nitifications url is : http://localhost:61700/Orders/TestNotifications (this url is my local machine url. because website not hosted in server now). Why INS…
Ramesh
  • 11
  • 2
0
votes
1 answer

2Checkout doesn't work in Production (Bad parameters)

I tried this same call with Sandbox and it worked well. When I changed to Production (live) 2CO only returns "Bad Parameters". Do I need to setup one more thing in 2CO account? Every example I found at the insert use the same kind of call. What am…
Canuto
  • 1
  • 1
0
votes
1 answer

Can't get custom parameter in 2checkout response

My Form code is as below. and added ramram as hidden input. I want to add my Order in this.
Champ Decay
  • 228
  • 4
  • 20
0
votes
1 answer

2Checkout Payment Extension Magento Error "'href' of undefined" prototype.js:612:64)

I try to use the 2Checkout Payment Extension Magento I got the error to process Payment the console print like this. Anyone knows the issue. prototype.js:828 Uncaught TypeError: Cannot set property 'href' of undefined at eval (eval at
Niroshan
  • 27
  • 1
  • 9
0
votes
1 answer

2Checkout INS all Notification failed

I'm new to this 2checkout payment gateway. I have done payment integration successfully. But in my sandbox account all ins notification listed in failed. I fully searched this problem, but still no one explaining this problem. please anyone explain…
SARAN
  • 127
  • 1
  • 3
  • 14
0
votes
2 answers

Not able to get authorization on 2checkout

I am trying to authorize orders on the 2checkout sandbox, it was working fine but suddenly it stopped. Now I am always getting: Payment Authorization Failed: Please verify your information and try again, or try another payment method. var tco =…
0
votes
1 answer

Where does a customer enter coupon code 2checkout?

I want to add coupons on my live site but before I do that I am testing the coupons on my sandbox. I have created coupons in the 2checkout admin area. According to the documentation, a customer enters the coupon code after being redirected to the…
user7060819
0
votes
1 answer

I have set 2checkout to sandbox mode, doing a test payment but instead of "vendor_order_id" I am getting "merchant_order_id" in the response.

"middle_initial":"", "sid":"901337742", "fixed":"Y", "cart_weight":"0", "submit":"Pay…
0
votes
1 answer

2Checkout Create Product API

I am using the following API to create a product in my sandbox account using Postman : https://sandbox.2checkout.com/api/products/create_product I have also provided my username and password in Basic Auth. The following is my Request Body : The…
Salman Shaikh
  • 575
  • 1
  • 7
  • 24
0
votes
0 answers

Opencart sending Order's Options(size-colors) to Payment Provider(twocheckout)

I have searched and figured that if you use opencart and 2checkout together , you can sometimes missing order while 2checkout is processing payment succesful. The reason is probably customer is not pushing FINALIZE button. We can find product…
melic
  • 266
  • 2
  • 15
0
votes
1 answer

2Checkout payment using Korean Won currency

I want to integrate 2checkout payment gateway with my website. I have opened a sandbox account. I made a HTML page like bellow and it is working:
Mazhar Ahmed
  • 1,523
  • 2
  • 24
  • 41