POST v1/device-server
. *
(asterisk) in the permitted_ips field of the POST v1/device-server
call (e.g: ["1.2.3.4", "*"]
).device-server
step when using the token you get after going through the OAuth flow. So it will look like this:device-server
step, you switch to using the wildcard option.POST /payment-service-provider-credential
request passing your QSEAL certificate, QSEAL certificate chain, and a signature of the device registration key with the QSEAL private key. Check the full authentication flow here.POST /user/userId/oauth-client
and read it using its id (GET /user/userId/oauth-client/oauth-clientId
). Once you have it, you can add a redirect url using POST /user/{userID}/oauth-client/{oauth-clientID}/callback-url
. From there, you can move to creating an authorization request and token exchange.