Update a bank account's holder address
PATCH/payment-methods/bank-accounts/:payment_method_id
Corrects the account holder's address on an existing bank account. This is the address forwarded to the banking network when the account is registered, so supplying it resolves links that failed for a missing or unusable address — the registration is retried automatically once the address is saved.
Only the address can be changed. The routing number, account number and IBAN identify the account and cannot be edited: to correct those, remove the bank account and add it again.
Request
Path Parameters
- application/json
Body
required
billing_details
object
required
address
object
required
ISO 3166-1 alpha-2.
Responses
- 200
- 401
- 403
- 409
- 422
- 500
Address saved; registration is retried in the background
- application/json
- Schema
- Example (from schema)
Schema
Possible values: [success]
Possible values: [200]
Possible values: [Successful request]
{
"status": "success",
"code": 200,
"message": "Successful request"
}
Access token is missing or invalid
Access denied — the account was not onboarded by the requester
The payment method does not exist or is not a bank account
The address is incomplete — country, line1, city and zip are all required
Server error