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
1 answer

2checkout-nodejs Error Parsing JSON from 2Checkout API

I was trying to implement 2checkout-nodejs as a payment method for an e-commerce website but I kept on getting this error: Error: Error parsing JSON response from 2Checkout API. `const tco = new Twocheckout({ apiUser: "my-username", apiPass:…
0
votes
2 answers

2checkout invalid token or unsupported currencies during charge using token

I have an issue during working on your API and 2pay.js library. I get a token from the card using this part of the code and submit the form(using this demo ):