Skip to main content

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

    payment_method_id uuidrequired

Body

required

    billing_details

    object

    required

    address

    object

    required

    country stringrequired

    ISO 3166-1 alpha-2.

    line1 stringrequired
    line2 stringnullable
    city stringrequired
    state stringnullable
    zip stringrequired

Responses

Address saved; registration is retried in the background

Schema

    status string

    Possible values: [success]

    code integer

    Possible values: [200]

    message string

    Possible values: [Successful request]

Loading...