LoveCoding
LoveCoding

Reputation: 1211

Paypal single cart multi recurring plan checkout

I am using paypal payment gateway in my laravel project and met one issue. Some of my products are one time payment, and some of them are recurring payment. So if customer puts them in cart together, is it possible to check out them at one time?

Package A - $50.00
Package B - $20.00/a month
Package C - $30.00/a week

Above items are in cart. And how can we checkout it at one time?

Upvotes: 1

Views: 296

Answers (1)

Preston PHX
Preston PHX

Reputation: 30377

As far as I'm aware it's not possible. You could create a single custom subscription plan on the fly with a setup_fee that totals up to the one-time payments, but that is messy.

Upvotes: 1

Related Questions