#dina_freshbooks
1 messages · Page 1 of 1 (latest)
Hi
You need to listen to mandate.updated event and track the mandate Id:
https://stripe.com/docs/api/events/types#event_types-mandate.updated
In the mandate object you have the related PaymentMethod:
https://stripe.com/docs/api/mandates/object#mandate_object-payment_method
Got it! but apart from that there is no mapping I can do via the API at the moment right?
Using the public APIs no AFAIK.