Hello PayPal Community, I hope this message finds you well. I am currently developing a web application that manages subscriptions and integrates multiple payment gateways, including PayPal. My goal is to handle recurring payments seamlessly without requiring user interaction each time. Use Case: Subscription Management: Users subscribe to services on my app. Future Payments: After the initial subscription setup, I need to process future payments automatically. Card and Mandate Storage: I intend to securely save the user's card details and create a mandate to authorize future transactions. Current Implementation: I have successfully created a subscription that saves the user's card and establishes a mandate using PayPal's APIs. Issue: I am encountering difficulties when trying to trigger future payments from my web application using PayPal. Specifically, after setting up the subscription, initiating subsequent payments programmatically without user involvement is proving challenging. Questions: What is the recommended approach to handle automatic recurring payments using PayPal's APIs? Are there specific API endpoints or workflows I should utilize to process future subscription payments without requiring user interaction? How can I ensure that the saved card and mandate are correctly leveraged for subsequent transactions? Any guidance, best practices, or references to relevant documentation would be greatly appreciated. Thank you in advance for your support! Best regards, Narayan dewasi
... View more