v1
latestOpenAPI 3.0.12026-07-245303882.5 MBEnrollment Payment Initiation
Gets enrollment FIDO sign options.
Method for getting enrollment FIDO sign options.
post/baas/v1/open/itp/payment-initiation/{itp_enrollment_id}/fido-sign-options
Path parameters
itp_enrollment_idstring required
ID is the unique identifier of the ITP
Request body
Example request
{
"journeySessionId": "f362a873-c127-4122-b711-a37b24a36914",
"paymentInitiationId": "f362a873-c127-4122-b711-a37b24a36914",
"data": {
"platform": "ANDROID"
}
}Response
Object containing the necessary information for signing with a FIDO2 credential.
Example response
{
"challenge": "SA03whJqfB7rWRiaEh6dyLNm3Wg4EY7H50g9b1XCMBw",
"allowCredentials": [
{
"id": "xf1k_8KzydfqRMxvchl0axbwZINYaDGmYNvHldVnT6Mmmil1",
"type": "public-key"
}
],
"timeout": 60000,
"userVerification": "preferred",
"rpId": "webauthn-simulator.web.app"
}