Dictionary

A dictionary with fields

Field Type Description
enable Bool A boolean value
provider String String enumarion of '', 'romania', 'brazil', 'single_platform', 'iyzico'
romania Dictionary A dictionary with fields
brazil Dictionary A dictionary with fields
single_platform Dictionary A dictionary with fields
iyzico Dictionary A dictionary with fields

Examples

Example 1

{
    "enable": false,
    "provider": "",
    "romania": {
        "merchant_code": "...",
        "secret_key": "..."
    },
    "brazil": {
        "api_login": "...",
        "api_key": "...",
        "account_id": "...",
        "merchant_id": "..."
    },
    "single_platform": {
        "pos_id": "...",
        "second_key": "...",
        "secret_key": "..."
    },
    "iyzico": {
        "api_key": "...",
        "secret_key": "..."
    }
}
This is a development version Do not use this version in production
1.10.0 development