Bank Accounts Update
Authentication
AuthorizationBearer
Your API key, sent as Authorization: Bearer usgmk_live_....
Path parameters
id
Request
This endpoint expects an object.
bank_name
bank_state
account_number
Full account number. Write-only — reads return account_number_last4.
Response
id
Bank account id (UUID).
bank_name
bank_state
account_number_last4
Last 4 characters of the account number. The full number is write-only and never returned.
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
409
Conflict Error
422
Unprocessable Entity Error
429
Too Many Requests Error
500
Internal Server Error