Skip to main content
GET
C#
This endpoint requires the merchant-accounts.read scope.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

merchant_account_id
string
required

The ID of the merchant account.

Example:

"merchant-12345"

Query Parameters

currency
string | null

ISO 4217 currency code (3 characters) to filter 3DS configurations.

Pattern: ^[A-Z]{3}$
Example:

"USD"

Response

Successful Response

items
MerchantAccountThreeDSConfiguration · object[]
required

A list of items returned for this request.