Create a KYC session
Start or resume an identity-verification session and get a verification URL. Requires the WRITE_KYC scope.
Authorizations
Installed-app access token (prefix app_), issued by the OAuth install flow. The store is bound to the token server-side — never send a shop id.
Body
URL the merchant is returned to after completing verification.
Response
The verification session (newly created or resumed).
Standard Salesive response envelope. The operation-specific payload is carried in data.
HTTP status code, echoed in the body.
Whether the request succeeded.
Human-readable result message.
A verification session returned by create-session. When the store is already verified, alreadyApproved is true and the session fields may be omitted.

