#RubenAedo - Subscription Payments
1 messages · Page 1 of 1 (latest)
What APIs do i need to use to read the subs payment data when an amount hits my bank account. We're connecting to Peoplesoft
I'm not familiar with anything PeopleSoft related but the payments on Subscriptions come through an Invoice->Payment Intent->Charge.
You can examine the Invoice and, even better, listen to the invoice.payment_succeeded event:
https://stripe.com/docs/api/events/types#event_types-invoice.payment_succeeded
Ok next question is .... Are there any APIs needed to automate the payment reconciliations on subscriptions with Peoplesoft?
if so, which ones are to be used
As I said, I don't know anything about People Soft so I cannot speak to that. You can generate itemized transaction reports either through the dashboard or the API
You can also list all charges associated with your Stripe account for a specific timeline using the created parameter for the Charges List API: https://stripe.com/docs/api/charges/list#list_charges-created