Welcome to our new developer portal! Use the "Ask" button to chat with our AI Agent.
For the complete documentation index, see llms.txt. This page is also available as Markdown.

Device Binding

Delete Device Binding

delete

Delete the binding between a device and a token.

Parámetros de ruta
tokenIdstring · máx: 128Requerido

The token identifier.

deviceIdstring · máx: 36Requerido

The unique device identifier. Visa deviceId must have 24 characters at maximum.

Parámetros de encabezado
authorizationstring · mín: 1 · máx: 512Requerido

Technical identifier pre-defined at on-boarding that identifies the API consumer. Format shall be the string 'APIKEY' followed by a space and the api key value.
Example: APIKEY c03f88fe-01ba-11e8-ba89-0ed5f89f718b

x-correlation-idstring · mín: 1 · máx: 36Requerido

Technical identifier used for troubleshooting.
It helps on customer support when needed.
Each API request must be identified with a unique correlation Id.
It correlates the response and the request and eventually a notification if any.

mcCertifiedSolutionIdstring · mín: 1 · máx: 128Opcional

Unique identifier of the Mastercard TAF certified MFA method. Must be provided for Mastercard TAF when the binding was created using the Merchant API.

credentialIdstring · mín: 1 · máx: 128Opcional

The identifier used during Mastercard TAF binding, must be provided for Mastercard TAF when the binding was created using the Merchant API.

Respuestas
204

No Content

Sin contenido

delete/device-bindings/{tokenId}/{deviceId}

Sin contenido

Create Binding

post

Binds a token with a FIDO authenticator as per Mastercard TAF.

Parámetros de encabezado
authorizationstring · mín: 1 · máx: 512Requerido

Technical identifier pre-defined at on-boarding that identifies the API consumer. Format shall be the string 'APIKEY' followed by a space and the api key value.
Example: APIKEY c03f88fe-01ba-11e8-ba89-0ed5f89f718b

x-correlation-idstring · mín: 1 · máx: 36Requerido

Technical identifier used for troubleshooting.
It helps on customer support when needed.
Each API request must be identified with a unique correlation Id.
It correlates the response and the request and eventually a notification if any.

Cuerpo
tokenIdstring · mín: 1 · máx: 128Requerido

The token identifier.

Pattern: ^[a-zA-Z0-9_-]+$
bindingTypestring · enum · máx: 64Requerido

The request content depends on the binding type.

Example: MASTERCARD_TAF_FIDO_IAAVValores posibles:
Respuestas
204

No Content

Sin contenido

post/device-bindings

Sin contenido

Última actualización

¿Te fue útil?