Skip to content

Get 3DS Forwarding Status

Endpoint

GET/api/v1/merchant/cards/{cardId}/3ds-forwarding/status/

Use this endpoint to retrieve the 3DS forwarding enrollment status.

Once you have enrolled in 3DS forwarding with the support of your account manager, use this endpoint to check the 3DS forwarding enrollment status.

Path Parameters

Name Type Required Description
cardId string The unique identifier of the card for which you want to check the 3DS forwarding enrollment status. Use this after calling PUT /cards/{cardId}/3ds-forwarding.

Example Request

GET /api/v1/merchant/cards/{cardId}/3ds-forwarding/

Response

{
  "enrolled": true,
  "biometricEnrolled": true,
  "smsEnrolled": true
}

Response Codes

Status Code Description
200 OK Successfully retrieved 3DS forwarding status.
400 Bad Request Invalid request parameters.
401 Unauthorized Authentication failed.
404 Not Found Card not found.
500 Internal Server Error Server error.