Pergunta

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.

Foi útil?

Solução

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.

Outras dicas

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

see here, or check out this rubygem

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top