Skip to main content
GET
/
cards
/
three_ds_decision_gateways
List 3DS Decision Gateways
curl --request GET \
  --url https://api.synctera.com/v2/cards/three_ds_decision_gateways
{
  "gateways": [
    {
      "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"
    }
  ],
  "next_page_token": "a8937a0d"
}

Query Parameters

limit
integer
default:100

Maximum number of objects to return per page. If the limit is greater than 100, then it will be set to 100.

Required range: x >= 1
Example:

100

page_token
string

Optional pagination token to be provided to retrieve subsequent pages, returned from previous get

Example:

"a8937a0d"

card_product_id
string<uuid>

The unique identifier of a cards product

Example:

"7d943c51-e4ff-4e57-9558-08cab6b963c7"

is_active
boolean

Response

3DS Decision Gateway List

gateways
object[]
required

Array of 3DS decision gateways

next_page_token
string

If returned, use the next_page_token to query for the next page of results. Not returned if there are no more rows.

Example:

"a8937a0d"