v1

latestOpenAPI 3.0.12026-07-2474233379.5 KB
Transaction

Create a shortcode for handoff to a SDK

Short code provides an option to pass the rest of the verification workflow to an SDK. The short code is a unique, single use code and it is valid for only 5 minutes. The verification will continue on SDK side starting with authorization using the short code. The short code locks the workflow to the same transaction identifier as the one generated earlier during authorization.

post/customer/handoff

Headers

Accept-Versionstring required

API Version

Response

OK

shortCodestring

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

Example response

{
  "shortCode": "qWinHpfejeezSqek"
}