Settings are used to configure provider and merchant configurations.
Merchant Filters
Merchant filters are used to manage and configure various aspects of a merchant. These filters ensure that the merchant operates according to specified rules and configurations.
Provider Settings
Provider settings manage the configuration of providers. These settings ensure that merchants can use various providers for their transactions and operations.
Merchant Filter
| Attribute | Description | Format |
|---|---|---|
| id | Unique identifier for the merchant settings. | UUID e.g., 5def2f43-2c81-4230-85b2-c8a62f7460c9 |
| type | Type of merchant settings. | MERCHANT, CLIENT |
| feesAccounts | List of accounts associated with merchant fees. | Array of objects. Each object includes accountId, currency, and enabled. |
| simpleMode | Indicates whether the merchant is in simple mode. | true, false |
| filters | List of filters applied to the merchant settings. | Array of objects. Each object includes id, target, type, accountId, and enabled. |
Provider Settings
| Attribute | Description | Format |
|---|---|---|
| merchantId | Identifier of the associated merchant. | UUID e.g., 5def2f43-2c81-4230-85b2-c8a62f7460c9 |
| currency | Currency applicable to the provider settings. | String e.g., EUR |
| type | Type of provider settings. | ACCOUNT_CREATION, PAYOUT, EXCHANGE |
| paymentType | Type of payment method supported by the provider. | SEPA, SWIFT, ETHEREUM, etc. |
| network | Network used for transactions. | BITCOIN, ETHEREUM, TRON, SOLANA, RIPPLE, etc. |