Skip to main content
GET
/
cards
/
three_ds_decision_gateways
/
{id}
Get 3DS DecisionGateway
curl --request GET \
  --url https://api.synctera.com/v2/cards/three_ds_decision_gateways/{id}
{
  "card_products": [
    "29346ae3-6481-48c0-ada4-13a60f2d1bd1"
  ],
  "creation_time": "2010-05-06T12:23:34.321Z",
  "custom_headers": {},
  "decision_url": "<string>",
  "fallback_decision": "SMS_OTP",
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "is_active": true,
  "last_updated_time": "2010-05-06T12:23:34.321Z",
  "tenant": "abcdef_ghijkl"
}

Path Parameters

id
string<uuid>
required

The unique identifier of an 3DS decision gateway

Response

3DS Decision Gateway details

card_products
string<uuid>[]
required

List of Card Product IDs that will use the 3DS decision gateway

creation_time
string<date-time>
required

The timestamp when the 3DS decision gateway was created

Example:

"2010-05-06T12:23:34.321Z"

decision_url
string<uri>
required

URL of the 3DS decision gateway

Maximum length: 1000
fallback_decision
enum<string>
required

Possible decision responses when faced with a EMV 3-D Secure transaction.

PolicyDescription
SMS_OTPUse the card holder's phone number on file to perform advanced authentication via SMS
EXEMPTTransactions will be exempted from advanced authentication
Available options:
SMS_OTP,
EXEMPT
id
string<uuid>
required

The unique identifier of an 3DS decision gateway

is_active
boolean
required

The 3DS decision gateway will only be used if this is true.

last_updated_time
string<date-time>
required

The timestamp when the 3DS decision gateway was last modified

Example:

"2010-05-06T12:23:34.321Z"

tenant
string
required

The id of the tenant containing the resource. This is relevant for Fintechs that have multiple workspaces.

Example:

"abcdef_ghijkl"

custom_headers
object

Custom Headers of the Authorization gateway