v1

latestOpenAPI 3.0.12026-07-2474233379.5 KB
Transaction

Create a short code for SDK handoff

Generates a single-use short code (valid for 5 minutes) to continue the verification flow in an SDK. The short code locks the workflow to the same transaction identifier that was generated during authorization.

post/api/handoff

Headers

Accept-Versionstring required
Example:3.0

API version header.

Response

Short code created.

shortCodestring

The single use unique identifier used for handoff the transaction to an SDK.

Example response

{
  "shortCode": "qWinHpfejeezSqek"
}