Other possible ways to integrate 2checkout payment gateway

916 Views Asked by At

Is there any way to implement the checkout process aside from the ones found on the 2checkout site? I would like to have my own checkout page in my website and just pass the data to 2checkout instead of redirecting it to 2checkout's checkout page using the inline method.

2

There are 2 best solutions below

1
On BEST ANSWER

2Checkout is currently in the process of beta testing their new checkout API solution which allows you to create a token from the card details client side and then submit the token server side with an API call to create a new sale. It sounds like you would be a great candidate for 2Checkout's API beta program. A ruby library and full documentation will be provided to you once you signup.

1
On

I think 2checkout sites ruby example has what you are looking for,

see here, or check out this rubygem