Update Settlement Account
This endpoint updates an existing settlement bank account details for a merchant.
Authorizations
Bearer authentication header of the form Bearer Token, Where accessToken is the access token used to authenticate the request.
Headers
Preferred language for the response
Body
The merchant account number associated with the settlement account
"35253486"
The unique identifier of the settlement account to update
12
The updated bank account number
"9876543210"
The unique identifier of the connector/bank. See Get Connectors for available values.
550044
The updated name of the bank account holder
"Jane Smith"
Email address of the user updating the settlement account
"johndoe@example.com"
Response
OK - Settlement account successfully updated
"Merchant bank account has been updated successfully"