v1

latestOpenAPI 3.0.12026-07-2662118182.1 KB
Products

Get Product

get/api/v1/products/{productId}

Path parameters

productIdinteger required

ID of the product to return in the route

Response

Success

supportedCredentialTypesCsvstring nullable

Comma separated list of credential types supported by the product.

supportedCredentialTypesstring[] nullable

Array of credential types which are supported.

defaultCredentialTypeIdinteger nullable

Default Credential type.

fallbackCredentialTypeIdinteger nullable

Fallback credential type.

productIdinteger

ID of the Product Type .

productNamestring nullable

The name of the product.

accountCodestring nullable

Account code.

schemeIdinteger

ID of the Scheme.

schemeNamestring nullable

Scheme Name.

currencyCodestring nullable

Three-letter currency code.

groupFeeTranCodestring nullable

Name of Product Transaction Fee Group.

groupFeeMasterCodestring nullable

Product Fee Master Group.

groupFeeWebCodestring nullable

Product Web Fee Group.

groupMCCCodestring nullable

Product Merchant Category Code (MCC) group.

groupUsageCodestring nullable

Name of Payment Token Usage Group.

ehiModeinteger

EHI mode for the product type.

supplier3DSstring nullable

Supplier of 3DS verification.

supplier3DSNamestring nullable

Name of supplier of 3DS verification.

supplier3DSVersionstring nullable

Version of 3DS verification.

fraudManagementinteger

The clients' Fraud setting

cardDefaultIsSingleUseboolean nullable

Create card single use

cardDefaultIsNonReloadableboolean nullable

Create card non reloadable

fraudNotificationMethodinteger

FraudNotificationMethod

Example response

{
  "supportedCredentialTypesCsv": "OPTSMS,BIOMETRIC, KBA",
  "schemeName": "Example Scheme",
  "currencyCode": "EUR",
  "groupFeeTranCode": "Fee Group",
  "ehiMode": 2,
  "supplier3DS": "RDX",
  "supplier3DSName": "Cardinal, Apata",
  "supplier3DSVersion": "1"
}