#teeluxiii
1 messages · Page 1 of 1 (latest)
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
With the CLI you should still be able to use the -d flag and pass in any request params you want
do you have a sample request I can try?
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
stripe payment_methods update pm_XXXXX -d "billing_details[address][city]=TEST" Worked! Thank you @crimson raptor 🙂 Appreciate the quick turnaround