I am working on integrating amazon pay for billing agreements. To my understanding amazon requires me to call their api, authorize, and capture each time I want to charge a buyer during the billing agreement.
For instance, if a buyer has agreed to a monthly payment, I need to call the amazon api each month to make that transaction.
I was wondering if there is a way to manage subscriptions and automate capturing funds against billing agreements, if not what would be a good system design to implement this feature?