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

2Checkout API - Does recurring payments have a recurring id associated with it?

We usually make a 'sale/detail_sale' API call to 2Checkouts URL, to get the details for a particular transaction/sale. Suppose that the sale is of recurring type. Will that particular transaction/sale have a recurring_id (or subscription_id)…
Anish Nair
  • 3,238
  • 29
  • 41
2
votes
1 answer

Securing returning querystrings from third-party website

So I am implementing a payment system with 2co on my website. I am using their 'Header Redirect' which returns the customer to an ASPX page on my website with a bunch of querystrings after a successful payment. Anyway, I was wondering. What is the…
user1027620
  • 2,745
  • 5
  • 37
  • 65
2
votes
0 answers

2Checkout Authorization Fails since June

From the beginning of this (June 2018) month most of my clients can not pay with 2Checkout by card, everything was OK before. I begin collecting the responses, they are always the same: "validationErrors":null, "exception":{ …
2
votes
1 answer

2Checkout Sandbox Account not sending INS

Having an issue with a sandbox account in 2checkout. INS is going to failure section in the sandbox account even after setting demo to OFF. Having this issue for past 2-3 months still not resolved. Have seen multiple posts related to such issue, but…
Manoj Mohan
  • 633
  • 5
  • 13
2
votes
1 answer

2checkout pretokenservice not found

I am trying to implement 2checkout payment gateway with my django Application.I have created a simple django application with help of this 2Checkout Documentation This is my javascript code: `window.onload=function(){ var successCallback =…
TEJ KANWAR
  • 21
  • 2
2
votes
1 answer

2CHECKOUT ERROR CODE:PE102

I am currently developing a website that uses the online payment module 2CHECKOUT. I configured my account in demo mode to test it, and it goes well. On the contrary, if I cancel the demo mode for my account to accept real payments, I get this error…
B2M soft
  • 27
  • 1
  • 1
  • 4
2
votes
0 answers

Cannot find package com.twocheckout.TwocheckoutCharge

I want to use 2Checkout-java library for JSF WAR application. I configured this into pom.xml file: Dependency: com.twocheckout twocheckout-java 0.1.0
Peter Penzov
  • 1,126
  • 134
  • 430
  • 808
2
votes
0 answers

How to make custom error page in laravel?

I want to add custom error page for the below image. This page has to show the error. How can I do that? I am using the code given below. In this code I have a try part and a catch part. This code is given by 2checkout. I have tried to return view…
Hassan Saqib
  • 2,597
  • 7
  • 28
  • 51
2
votes
1 answer

2Checkout - Payment API integration

I am working around this: https://www.2checkout.com/documentation/sandbox/payment-api-testing I already done the part where you generate the token. I understand the things up to this step. I do not understand what i have to do later, how i can…
Venelin
  • 2,905
  • 7
  • 53
  • 117
2
votes
4 answers

"cUrl call failed" using 2checkout

After installed the package which is downloaded from this github. https://github.com/2checkout/2checkout-php require_once("lib/Twocheckout.php"); Twocheckout::privateKey('privatekey'); //Private Key Twocheckout::sellerId('sellerid'); // 2Checkout…
John Sanjay
  • 51
  • 1
  • 5
2
votes
1 answer

2checkout long lived token or start 1 year recurring billing after 1 month

I'm integrating 2checkout in my site and I have a problem with my subscription policy. I want my all user will signup with their credit card but they will charge after 1 month, after 1 month free use they will be charged to a subscription of every 1…
2
votes
1 answer

Integrating payment gateway 2checkout using (omnipay payum and symfony)

I am trying to setup payumbundle with 2checkout and I cant seem to understand how to setup config.yml and then how to send information to 2checkout. Before this I have setup PayPal express checkout successfully with Payum and I am some what familiar…
Shairyar
  • 3,268
  • 7
  • 46
  • 86
2
votes
4 answers

2checkout Payment API don't give me Success Callback

Hi I am trying to create a Payment which will use the 2checkout API I followed the instructions that 2co provided in they documents and everything seems working but I never get the confirmation message that my order is done, I made an account on…
Mikky
  • 101
  • 2
  • 12
2
votes
2 answers

Cannot Fetch 2Checkout Return Parameters

I am facing a problem in fetching return parameters from 2Checkout using .Net, I am currently working on demo mode, products list are sent successfully to 2checkout and when return to (x_receipt_link_url) nothing happen to notify that purchase has…
yousra
  • 23
  • 2
2
votes
1 answer

How to confirm the payment was success in 2checkout integration

I created a test demo account in 2checkout.And i tested some code to do a demo payment in 2checkout. in the account , i set 'demo setting' 'On' Everything goes correctly,and i am getting hash match on the return page. Following is my…
Linto P D
  • 8,839
  • 7
  • 30
  • 39
1
2
3
10 11