---
title: "partner/account/onboarding-url"
method: GET
path: "/partner/account/onboarding-url"
tags: ["Partner Endpoints"]
---

# partner/account/onboarding-url

`GET /partner/account/onboarding-url`

This endpoint is used to fetch the onboarding URL for an account in the Application Pending stage

## Query parameters

- `AccountID` string, required
- `Key` string, required
- `Signature` string, required
- `VopayAccountID` string, required

## Response `200`

- object
  - `Success` boolean, required — True if the request was successful, false if it failed
  - `ErrorMessage` string, required — Contains a description of the error if the request failed
  - `OnboardingURL` string, required — The onboarding URL for the VoPay account

---

[API](https://skmtc.net/vopay/apis/accounts.md) · [All operations](https://skmtc.net/vopay/apis/accounts/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vopay/accounts/revisions/7033bd231ec7/schema)
