v1
latestOpenAPI 3.0.12026-07-245303882.5 MBEnrollment Payment Initiation
Gets enrollment FIDO registration options.
Method for getting enrollment FIDO registration options.
post/baas/v1/open/itp/enrollments/payment-initiation/{itp_enrollment_id}/fido-registration-options
Path parameters
itp_enrollment_idstring required
ID is the unique identifier of the ITP
Request body
Example request
{
"data": {
"platform": "ANDROID"
}
}Response
Object containing the necessary information for registering a new FIDO2 credential.
Example response
{
"enrollmentId": "urn:bancoex:C1DD33123",
"pubKeyCredParams": [
{
"type": "public-key"
}
],
"timeout": 123,
"excludeCredentials": [
{
"type": "public-key"
}
],
"authenticatorSelection": {
"authenticatorAttachment": "platform, cross-platform",
"userVerification": "discouraged, preferred, required"
},
"attestation": "none, indirect, direct, enterprise"
}