Beneficiary
Update Bank Account
API reference for updating bank payout methods
PUT
Updates an existing bank payout method (either merchant-owned or customer-specific).
Key Features:
- Supports partial updates - only include fields that need to be modified
- Include
customer_id
only when updating customer-specific bank accounts - Returns the complete updated bank account object
Request Parameters:
payout_method_id
(path, required): The ID of the bank account to update
Request Body:
Headers
Path Parameters
ID of the bank account to update
Body
application/json
Response
200
application/json
Bank account updated successfully
The response is of type object
.