Include clientId
, componenets
and tag
in the omni/onboarding-url options, as follows.
GET /omni/onboarding-url?clientId={{client-id}}&components=qr&tag=payments
Will fetch onboarding URL
Request parameters (query string):
- clientId: String, mandatory. Client's id.
- components: URL encode String Array of accepted string values, optional.
- accepted values in the query string array are
['qr']
- accepted values in the query string array are
- tag: String , optional. Sets a subheading on QR page.
- accepted string values are
'payments', 'verification'
- accepted string values are
Response:
- url: String. Actual url.
{
"url": "https://demo-welcome-launchpad.incode.com/flow/abcdefgh/uuid/abcdefghi/tag/payments?client=xyz&components=qr"
}