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

ERROR CODE:PE104 in Java and 2CO

I want to implement express checkout link with 2CO payment gateway ; tested the following code: public void testExpressCheckoutF() { Twocheckout.apiusername = "sonoratestw"; Twocheckout.apipassword = "sonorasonora"; …
Peter Penzov
  • 1,126
  • 134
  • 430
  • 808
0
votes
0 answers

Configure Java with 2Checkout sandbox API

I want to configure 2Checkout sandbox API with Java. I created test account and API keys. But I can't manage to match them in this java code: public void testProductsList() throws Exception { Twocheckout.apiusername = "901328163"; …
Peter Penzov
  • 1,126
  • 134
  • 430
  • 808
0
votes
1 answer

2checkout inline checkout amount can be altered using browser debugger

I use inline checkout. And in inline checkout data can be sent using the browser or through js like in the 2checkout demo (http://2checkout.com/demo). I was actually able to buy the Acme Subscription at 2checkout demo which is priced at $9.99 for…
Samar Rizvi
  • 300
  • 1
  • 9
0
votes
1 answer

2checkout api call for create sale

I am using 2checkout api for my website product sale. Hence I am calling 2checkout api to create sale where I can call api with total amount with a single product.It's look like flowing: try { $charge = Twocheckout_Charge::auth(array( …
Rasel Ahmed
  • 1
  • 1
  • 6
0
votes
2 answers

How to get all products name and ids from 2checkout response process

Hello Sorry in advance if you find this question dumb. But i am integrating 2checkout payment system in my shoping cart. and 2checkout response in this…
Sama
  • 351
  • 3
  • 14
0
votes
1 answer

Testing 2checkout intigration for demo sales

While testing 2checkout integration on demo sales what will be the return value of parameter credit_card_processed. It will be Y or N
Shobhit Gupta
  • 103
  • 1
  • 1
  • 11
0
votes
0 answers

2checkout PHP-API forwarding blank page at the en

Trying to integrate 2checkout API but facing some problems Here is form.html: Example Form
LifeSaver
  • 138
  • 4
  • 10
0
votes
1 answer

2Checkout OmniPay - Authorization Failed

I'm getting an Authorization Failed response from 2Checkout when using OmniPay API. I had successfully hooked up Stripe with OmniPay, so then I went about hooking up 2Checkout. When you go to do that, the initial package on Github warns you to get…
Volomike
  • 23,743
  • 21
  • 113
  • 209
0
votes
1 answer

TwoCheckout System.ArgumentNullException : Value cannot be null Parameter name: s

I'm trying to integrate my code with 2checkout payment SDK available here: https://github.com/2Checkout/2checkout-dotnet This below code throws the following error: System.ArgumentNullException : Value cannot be null. Parameter name:…
Josh
  • 189
  • 1
  • 12
0
votes
1 answer

Action hook 'parse_request' fires twice for single GET request to Wordpress

I have a problem with receiving a GET request in Wordpress. I am writing a payment plugin for (amongst others) 2Checkout hosted checkout. Once the customer submits a form, he is redirected to 2Checkout, where they can complete the payment request.…
joedoe150
  • 103
  • 1
  • 10
0
votes
1 answer

cURL call failed error in 2checkout

Hi am using 2checkout sandbox to test payment solution. The token is created successfully and logged in my API log Console. But at last i see the error cURL call failed Here is my code index.html
Sathya Baman
  • 3,424
  • 7
  • 44
  • 77
0
votes
2 answers

OmniPay support for 2checkout API token payments?

Does anyone know how / if it is possible to use token billing? The 2Checkout API supports it and OmniPay supports token billing, but I've not had much luck and a quick look at the Official Gateway code doesn't seem to show support for it? Anyone…
MrTomTom
  • 337
  • 4
  • 12
0
votes
1 answer

Omnipay 2Checkout Library Out Of Date?

The required parameters for 2Checkout as stated in the docs are li_#_type, li_#_name etc. but the 2Checkout Omnipay library doesn't seem to have this functionality. Is this library just out of date now?
mikelovelyuk
  • 4,042
  • 9
  • 49
  • 95
0
votes
1 answer

Omnipay with 2Checkout Error

I'm getting an error Error Code:PE101 The docs say this; No value/invalid value for the "sid" parameter was passed in. Well, I am using Omnipay for 2Checkout that seems to be asking for the AccountNumber - not sid. Looking at the help they seem…
mikelovelyuk
  • 4,042
  • 9
  • 49
  • 95
0
votes
1 answer

2Checkout payment - show a product's title in a cart view

I've implemented 2Checkout Hosted Payment option on my site and now I'd like to see a product's title in a 2Checkout cart page. I can see Totals only at the moment. I pass all the parameters needed, such as: input type="hidden" name="li_0_type"…
user4474387