#vsoni-ACH
1 messages · Page 1 of 1 (latest)
Hi there, you can only update the account_holder_type for an existing us_bank_account (aka ACH) payment_method. See API reference for more details https://stripe.com/docs/api/payment_methods/update#update_payment_method-us_bank_account
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Means we can't update address ?
is there any other way like using Stripe.js or something else @red yoke ?
Sorry, do you mean the billing_details of the payment_method? You can update the billing_details https://stripe.com/docs/api/payment_methods/update#update_payment_method-billing_details
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
So to update that we need payment method Id right
yes you are right
@red yoke I am asking about this address highlighted on below Screenshot
Yes you can use the API that I pasted earlier to update the address
No problem