Corvusoft / restbed

Corvusoft's Restbed framework brings asynchronous RESTful functionality to C++14 applications.
http://www.corvusoft.co.uk
Other
1.93k stars 377 forks source link

Any idea how I can use restbed in c++ to make PayPal payments using their REST API? #537

Open rajhlinux opened 1 year ago

rajhlinux commented 1 year ago

Hello,

How can I use restbed to make PayPal or stripe payments using their Rest API?

Any articles or tutorials on the subject that talks about Payments and not some ordinary rest api examples? I know tokenization is needed and the proper implementation is required.

Thanks.