v1

latestOpenAPI 3.0.02026-07-2640301.0 MB
Partner Endpoints

partner/account/onboarding-url

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

get/partner/account/onboarding-url

Query parameters

AccountIDstring required

Your account ID

Keystring required

API key for the account

Signaturestring required

Hashed signature for the request

VopayAccountIDstring required

The account ID for whom you are requesting the onboarding URL

Response

Successboolean required

True if the request was successful, false if it failed

ErrorMessagestring required

Contains a description of the error if the request failed

OnboardingURLstring required

The onboarding URL for the VoPay account

Example response

{
  "Success": true
}