Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
261 views
in Technique[技术] by (71.8m points)

PayPal payments queue

In this documentation PayPal says:

PayPal automatically queues payments based on the billing start date, billing frequency, and billing amount.

So if at 8 AM today PayPal will charge my customer's account, can I as a developer receive that information and check whether my product for that recurring bill is expired then cancel this subscription before 8 AM today? (like right before PayPal charge my customer's account?)

Or I have to run a cronjob for every hour to check product expiration and manually cancel subscription?

question from:https://stackoverflow.com/questions/65898248/paypal-payments-queue

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

That document is an old and deprecated recurring payments integration method.

If you use the current PayPal Subscriptions, you can register for webhooks.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...