Tharindu Dulshan
Tharindu Dulshan

Reputation: 21

How to subscribe to multiple recurring payment plans with PayPal?

For instance there are 100 houses and I want to set the same subscribed rent plan of $50 for all houses at once.

Upvotes: 0

Views: 198

Answers (1)

Preston PHX
Preston PHX

Reputation: 30377

PayPal Subscriptions allows you to create a plan with quantity_supported: true. See the Plans API reference here: https://developer.paypal.com/docs/api/subscriptions/v1/#plans

Then when creating a Subscription with that Plan, pass 100 (for your example) as the quantity.

Upvotes: 1

Related Questions