Update bank payout method
Beneficiary
Update Bank Account
API reference for updating bank payout methods
PUT
Update bank payout method
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_idonly 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
Must be 'BANK' for this endpoint
Available options:
BANK Example:
"Updated Name"
Example:
"9876543210"
Example:
"Updated Bank"
Available options:
NGN, ZAR Example:
"NGN"
Example:
"000007"
Required only when updating customer-specific bank account
Example:
"85b148ab-3f6b-4d55-917f-3c8de668a48e"
Example:
"202525"
Example:
"SWIFT123"
Example:
"ROUT456"
Example:
"IBAN789"