#lord-treasury-paymentmethod

1 messages · Page 1 of 1 (latest)

pliant wolfBOT
carmine snow
#

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

mystic badger
#

Ok so in order to retrieve it I'd get it from the financialaccount?

carmine snow
#

usually you create it first and store the id in your database, you don't really need to retrieve it

mystic badger
#

Alright on which of those objects is the payment method stored?

#

To where I can just grab it and store in my DB.

carmine snow
#

But did you create one yourself already? Following the docs I just linked?

mystic badger
#

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

carmine snow
#

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.

mystic badger
#

Ohhh it's on the setup intent. My bad I missed that.

#

Thank you!

carmine snow
#

all good

#

in case you have more than one that should work too