#lord-treasury-paymentmethod
1 messages · Page 1 of 1 (latest)
lord-treasury-paymentmethod
Hey @mystic badger it would be the pm_123 of a us_bank_account PaymentMethod you would have created and attached to the FinancialAccount earlier
Ok so in order to retrieve it I'd get it from the financialaccount?
usually you create it first and store the id in your database, you don't really need to retrieve it
Alright on which of those objects is the payment method stored?
To where I can just grab it and store in my DB.
But did you create one yourself already? Following the docs I just linked?
Yes I have all of that working including the bank account verification section. Just trying to figure out where to grab the payment method id for the inbound and outbound transfers
Sorry I'm confused
if you have all of that, you did the SetupIntent step right?
so you would have the PaymentMethod id pm_123 in the payment_method property of the SetupIntent at that point.
all good
And so otherwise you can use https://stripe.com/docs/api/payment_methods/list which will list the ones attached to the Account
in case you have more than one that should work too