Get Activation Status
GET/api/partner/v1/onboarding/:ref/activation
Reports where the merchant stands: whether the fee is settled, whether the account owner has been confirmed and whether the merchant account is active.
Poll this after sending the merchant to their bank. Bank confirmation arrives with very different delays - from seconds to hours - so treat any non-terminal state as "keep waiting" rather than a failure. Requires scope onboarding:read.
Request
Responses
- 200
- 401
- 403
- 404
Current activation state.
Missing, invalid or revoked partner key.
Partner key lacks the required scope.
No merchant with this reference in your channels.