164 questions
1
vote
0
answers
19
views
Request Refund option is not showing in my 2checkout merchant account
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 ...
2
votes
0
answers
43
views
Error "ORDER_BILLING_DETAILS_COUNTRY_DYNAMIC_NOT_ALLOWED" - Functionality not available for your account
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 ...
0
votes
1
answer
117
views
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 ...
0
votes
2
answers
679
views
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 ):
<script>
window....
0
votes
1
answer
1k
views
How to transfer funds from one bank account to other through payment gateway and which payment gateway is best to do so? [closed]
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. ...
0
votes
1
answer
356
views
2Checkut Checkout(accepting payments securely hosted by Verifone) integration with nodejs and react
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 ...
0
votes
1
answer
226
views
How can I get 2checkout sandbox for laravel?
I'm looking for 2checkout's sandbox. But, I can't find it. Please help me.
0
votes
2
answers
253
views
How to add a number of the order to the redirect URL (2checkout)?
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'...
1
vote
1
answer
905
views
2checkout Payment Authorization Failed in React
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 ...
0
votes
1
answer
137
views
Getting 404 on 2Checkout Order Creation
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'...
-2
votes
1
answer
86
views
Enable both IPN and INS Response in 2 checkout
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 ??
0
votes
1
answer
1k
views
Integrate 2Checkout with Laravel
Is there anyone here who already integrate 2Checkout with Laravel?
Thank you in advance!
1
vote
0
answers
946
views
How to integrate 2checkout with reactjs and nodejs?
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" ...
0
votes
1
answer
510
views
2checkout. How to sync Return URL order parameters with my orders in database?
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 ...
-1
votes
1
answer
1k
views
Can we integrate Telr Payment Gateway with React Native?
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. ...
-1
votes
1
answer
1k
views
2Checkout 2pay.js and token in test mode?
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 ...
5
votes
2
answers
1k
views
How to use set 2Checkout Authentication Headers?
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 ...
-1
votes
1
answer
85
views
Invalid Date JS timestamp 2checkout response
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. ...
-1
votes
1
answer
100
views
How i can implement inline 2heckout in Shopify?
I need to implement inline 2checkout in my store to reduce abandoment carts.
0
votes
1
answer
1k
views
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 '...
2
votes
1
answer
815
views
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:
"...
0
votes
1
answer
135
views
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 ...
1
vote
2
answers
10k
views
"Value cannot be null. Parameter name: s" 2Checkout payment API
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 ...
-1
votes
2
answers
118
views
Want to read input by Id instead of by name
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"]',
...
1
vote
1
answer
304
views
2checkout standard checkout automatic redirect
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 ...