質問

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.

役に立ちましたか?

解決

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.

他のヒント

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

see here, or check out this rubygem

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top