cURL
curl --request PATCH \ --url http://localhost:4000/v1/payout/recipients/{id}/accounts/{accountId} \ --header 'Content-Type: application/json' \ --data ' { "routing_number": "021000021", "checking_or_savings": "checking", "address": { "street_line_1": "456 Oak Ave", "city": "Austin", "state": "TX", "postal_code": "73301", "country": "USA" } } '
Updates editable fields (routing_number, checking_or_savings, address) on a bank account. Also syncs changes to Bridge. account_number, clabe, and iban cannot be changed.
Routing number (US accounts)
"021000021"
Checking or savings
checking
savings
"checking"
Updated address for the account holder
Show child attributes
Bank account updated