PSP (Non-FI) only.Completes the Non-FI merchant activation flow. Submits the OTP received by the end-user together with the T&C ID obtained from initiateActivation (or getTnc). On success the merchant moves to ACTIVATED and the following fund APIs become available: createCryptoWithdrawal, createWithdrawal, sameNameWithdrawal/activate, createConversion.internalTransfer remains permanently blocked for Non-FI partners regardless of activation status.The result is synchronous 鈥� no webhook is emitted. An incorrect or expired OTP returns 400. Once activated, subsequent calls are idempotent and return ACTIVATED. acceptedTnC must contain the tncId returned by initiateActivation.
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.