Confirm The Account Owner (Instant Activation)
POST/api/partner/v1/onboarding/:ref/activation/verify-owner
Starts the optional instant activation step: the merchant signs in to the same bank account so dpay can confirm that it belongs to them.
Without this step the account is activated once the transfer is credited and reviewed, which takes one to two business days. With it, activation happens within minutes.
This step does not cost the merchant anything - the activation fee is already settled. If confirmation fails, the merchant corrects the payout account and repeats only this step; the fee is never charged again. Requires scope onboarding:write.
Request
Responses
- 201
- 401
- 403
- 404
- 422
- 503
Sign-in started. Send the merchant to redirect_url.
Missing, invalid or revoked partner key.
Partner key lacks the required scope.
No merchant with this reference in your channels.
The merchant account is already active.
The service is temporarily unavailable.