#TravisBurgess-ach
1 messages · Page 1 of 1 (latest)
In order to send custom mandate notifications, the documentation says we need to include the Financial Institution
hey there, just stepping in for karbi who needs to step away
Hi @limpid swan
You are looking to send a custom email here, correct?
I would expect that you'd need to inspect the payment method on the setup intent via expansion:
https://stripe.com/docs/api/setup_intents/object#setup_intent_object-payment_method
https://stripe.com/docs/api/expanding_objects
Then when inspecting the details there you should be able to get the bank_name for use in an email: https://stripe.com/docs/api/payment_methods/object#payment_method_object-us_bank_account-bank_name
That works. Thank you very much @limpid swan