#k3davis
1 messages · Page 1 of 1 (latest)
Hello! Can you provide more details? Do you have a request ID you can share? Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
the request id is req_i688r5IHS8duYX
I'm using the .NET SDK, and I see RoutingNumber as a property of PaymentMethodUsBankAccountOptions, but the API doesn't seem to like me using it.
Looking...
thank you
Looks like you're trying to update an existing Payment Method in that request, but you can't update things like the routing number on a Payment Method. The things you can update are documented here: https://stripe.com/docs/api/payment_methods/update
It sounds like you should be creating a new Payment Method instead of trying to update an existing one.
oh, do i read correctly then that the only thing I can update is acct_holder_type? if it's incorrectly assigned checking or savings, or if the routing number is wrong, i need to create a new account instead...?
Yep, you would need to create a new Payment Method in that case.