commercetools / sunrise-spa

SUNRISE shop template as a single-page application
https://sunrise-spa.now.sh
Apache License 2.0
51 stars 78 forks source link

How to integrate third party payment system like paypal plus or cybersource to sunrise via commercetools #295

Closed amolbotre769 closed 1 year ago

amolbotre769 commented 1 year ago

I see documentation but I won't understand how to integrate. Any please can help me or shared resources. It will be helpful for me

harm-meijer commented 1 year ago

@amolbotre769 What are you trying to do?

amolbotre769 commented 1 year ago

@harm-meijer I want to do this https://github.com/commercetools/commercetools-paypal-plus-integration integration. I see the documentation but I don't understand how to do and what steps to follow.

harm-meijer commented 1 year ago

@amolbotre769 You can implement payment in this page. Once you have a code from the payment provider you can use it here. You can pass in a transaction id here, and save it here.

amolbotre769 commented 1 year ago

@harm-meijer thanks for the guide