This section contains fields that can influence payment routing configurations
routingGroup
Type: string (maximum 64 characters)
Description: Identifies the customer as part of a specific group used for routing. This parameter enables segregating customers into different routing strategies for customized handling.
kycStatus
Type: boolean
Description: Indicates whether the customer has successfully passed Know Your Customer (KYC) verification.
Possible Values:
true
: KYC verification passedfalse
: KYC verification not passed
paymentInstrumentKycStatus
Type: boolean
Description: Indicates whether the payment instrument (e.g., a credit card) associated with the customer has passed KYC verification.
Possible Values:
true
: Payment instrument KYC verification passedfalse
: Payment instrument KYC verification not passed
dateOfFirstDeposit
Type: string (ISO 8601 format: YYYY-MM-DD)
Description: Represents the date of the customer's first deposit. The format adheres to the ISO 8601 standard.
depositsAmount
Type: integer
Description: The total amount deposited by the customer, expressed in the base currency of the system (EUR).
withdrawalsAmount
Type: integer
Description: The total amount withdrawn by the customer, expressed in the base currency of the system (EUR).
depositsCnt
Type: integer
Description: The number of deposit transactions made by the customer.
withdrawalsCnt
Type: integer
Description: The number of withdrawal transactions made by the customer.
trustLevel
Type: string
Description: Used to classify customer traffic into primary or secondary streams.
Possible Values:
ftd
: First-Time Deposit trafficredep
: Redeposit traffic
btag
Type: boolean
Description: Determines a separation of customer traffic.
Possible Values:
true
: Traffic marked as primaryfalse
: Traffic marked as secondary
affiliated
Type: string (maximum 3 characters)
Description: Specifies affiliate-related configurations for routing.
Possible Values:
yes
: Indicates affiliate-based routingno
: No affiliate-based routing