cURL
Settlement Accounts
Activate Settlement Account
This endpoint activates an inactive settlement bank account for a merchant. When activated, the account becomes available for settlement processing.
Only one active settlement account is allowed per merchant at a time.
POST
cURL
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
application/json
The unique identifier of the settlement account to activate. See Get Settlement Accounts for available account IDs.
Example:
42
Email address of the user activating the settlement account
Example:
"johndoe@example.com"
Response
200 - application/json
OK - Settlement account successfully activated
Example:
"Merchant bank account has been activated successfully"