Implement Payum/Laravel recurring payment

后端 未结 3 688
抹茶落季
抹茶落季 2021-01-17 09:35

I have some issues trying to get this working, I\'ve implemented the checkout express (or seems to be) successfully, but also my system needs subscription option, following

3条回答
  •  萌比男神i
    2021-01-17 10:21

    In my project I used the following library and it helped me alot:

    https://github.com/amirduran/duranius-paypal-rest-api-php-library

    Here are some features:

    • Easy to install - Just one file
    • Library is implemented as PHP class
    • It supports Recurring Payments It supports ExpressCheckout payments
    • All available PayPal API methods are wrapped in belonging methods
    • Well documented

提交回复
热议问题