Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
19 views

My account is in demo mode and I placed the order using 2checkout Convert Plus. I want to implement the refund procedure for my project, but refund option is not shown in the order details page of ...
Sanjana Khan's user avatar
2 votes
0 answers
43 views

I am encountering an issue with my laravel application related to the error code "ORDER_BILLING_DETAILS_COUNTRY_DYNAMIC_NOT_ALLOWED," and the accompanying message suggests that the ...
Galib's user avatar
  • 33
0 votes
1 answer
117 views

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 ...
OmAiR KH's user avatar
0 votes
2 answers
679 views

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 ): <script>         window....
mrakodol's user avatar
  • 1,243
0 votes
1 answer
1k views

We are developing a Mobile App for our client. This is a donation app. In this application one user can send donation to other users, each user will enter payment details like credit card or paypal. ...
Ameer Hamza's user avatar
0 votes
1 answer
356 views

does anyone knows how to integrate 2checkout in nodejs application. I have created and activated account, and I'm looking their documentation, and they have so much information but I can't find ...
Miki's user avatar
  • 1
0 votes
1 answer
226 views

I'm looking for 2checkout's sandbox. But, I can't find it. Please help me.
Anowar Hosen's user avatar
0 votes
2 answers
253 views

I set up payments through the payment system 2checkout.com. I have a problem with the redirect URL. I need a redirect to my site after payment. And I need the order number in the redirect URL. But he'...
aleks_sk's user avatar
1 vote
1 answer
905 views

I have been using 2checkout payment gateway. I am using the script file provided by 2checkout. First I was importing it in my index.html file by using <link></link> and it was giving me an ...
Gul Shair Butt's user avatar
0 votes
1 answer
137 views

I have been struggling to create order on 2checkout using EES_TOKEN (2pay.js) When I execute the api request at https://api.2checkout.com/rest/6.0/orders, I am getting error_code: 'RESOURCE_NOT_FOUND'...
tbhaxor's user avatar
  • 2,057
-2 votes
1 answer
86 views

just wanted to know that my current payment system is based on INS response can i turn on INS and IPN both response at one time ??
Hammad Ahmed khan's user avatar
0 votes
1 answer
1k views

Is there anyone here who already integrate 2Checkout with Laravel? Thank you in advance!
Maaz Khan's user avatar
  • 130
1 vote
0 answers
946 views

I am trying to integrate 2checkout API in my reactjs &nodejs project.I reffered the documents which 2co provided.I created an account and in that webhooks&API i have "Merchant Code" ...
Khushi's user avatar
  • 1,869
0 votes
1 answer
510 views

I have a database, in which user orders are recorded. Process: The user goes to the product page on the site (I get the products through the admin panel's API), selects the product, clicks on the ...
Finezxc's user avatar
  • 55
-1 votes
1 answer
1k views

I am building a react-native app for a service provider and i am looking for possible payment gateway modules for payment integrations. So far I have narrowed down to two: 2checkout, Payfort and Telr. ...
F. T.'s user avatar
  • 31
-1 votes
1 answer
1k views

Is there a test mode for 2pay.js? I'm trying to build an integration and getting an error that my transaction is forbidden, which leads me to believe I unfortunately need to wait for them to review a ...
Erik Jacobs's user avatar
5 votes
2 answers
1k views

I'm trying to use 2checkout REST API https://knowledgecenter.2checkout.com/API-Integration/REST_5.0_Reference#/introduction/authentication/json-encoded-requests Here's a snippet of how i try to ...
Bret Axl Sebastian Pura's user avatar
-1 votes
1 answer
85 views

2checkout out send this response timestamp: 2019-06-18 05:09:07 EEST But as I try to validate the date it gives me invalid date. I've been looking for some timestamps format for I havent got luck. ...
mtorreblanca's user avatar
-1 votes
1 answer
100 views

I need to implement inline 2checkout in my store to reduce abandoment carts.
joheric morel guzman's user avatar
0 votes
1 answer
1k views

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 '...
Youssef mahmoed's user avatar
2 votes
1 answer
815 views

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: "...
Misha Rudrastyh's user avatar
0 votes
1 answer
135 views

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 ...
Canuto's user avatar
  • 1
1 vote
2 answers
10k views

i have integrate 2Checkout Payment API using following code but got error when Authorize Customer. follow : https://www.2checkout.com/documentation/libraries-net-tutorial Code : public ...
Pratik's user avatar
  • 720
-1 votes
2 answers
118 views

i want javascript live read my input field by "id" because payment gateway not allow to add name in input field formSelectors: { numberInput: 'input[name="number"]', ...
M.Nadeem's user avatar
1 vote
1 answer
304 views

I have implemented 2checkout standard checkout on my site. I handle the response returned after payment but only after a customer clicks on Finalize Order. Does 2checkout allow automatic redirects and ...
user avatar