Authorizations
Bearer authentication header of the form Bearer <Token>, where <Token> is your access token.
Headers
The organization identifier
The merchant account number
Preferred language for the response
Body
application/json
The unique identifier of the merchant account to activate
Example:
35253486
Email address of the user activating the merchant
Example:
"johndoe@example.com"
The unique identifier of the reason category for this status change
Example:
1
Additional comments or notes about the activation
Example:
"Merchant account reactivated after compliance review"
Response
200 - application/json
OK - Merchant successfully activated
The response is of type string.
Example:
"Merchant account has been activated successfully"