#teeluxiii

1 messages · Page 1 of 1 (latest)

echo hamletBOT
unreal barn
#
stripe version 1.17.2```
#

When manually adding a US bank through Stripe Dashboard, it doesn't allow for an address to be filled in

crimson raptor
#

With the CLI you should still be able to use the -d flag and pass in any request params you want

unreal barn
#

do you have a sample request I can try?

crimson raptor
#

It'd look something along the lines of -d billing_details[address][city]=CITY and you'd do that for every single nested param you wanted update within address

unreal barn
#

stripe payment_methods update pm_XXXXX -d "billing_details[address][city]=TEST" Worked! Thank you @crimson raptor 🙂 Appreciate the quick turnaround