diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
new file mode 100644
index 000000000..e9454a2bf
--- /dev/null
+++ b/.github/workflows/test.yml
@@ -0,0 +1,17 @@
+name: Test
+
+on:
+ workflow_call:
+ workflow_dispatch:
+
+jobs:
+ phpunit:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v2
+ - uses: php-actions/composer@v5
+
+ - name: Run PHPUnit Tests
+ uses: php-actions/phpunit@v9
+ with:
+ configuration: phpunit.xml
\ No newline at end of file
diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml
index 64da0da13..9a39aa47c 100644
--- a/.github/workflows/validate.yml
+++ b/.github/workflows/validate.yml
@@ -20,7 +20,7 @@ jobs:
php-version: '7.1'
- name: Cache
- uses: actions/cache@v2
+ uses: actions/cache@v4
with:
path: |
vendor
@@ -36,19 +36,63 @@ jobs:
- name: Validate composer.json and composer.lock
run: composer validate --strict
+
+ - name: Upload bin folder
+ if: always()
+ uses: actions/upload-artifact@v4
+ with:
+ name: bin-folder
+ path: bin
- validate:
+ validate-json:
needs: prepare
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- - uses: actions/cache@v2
+ - uses: actions/cache@v4
with:
path: |
vendor
bin
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
restore-keys: ${{ runner.os }}-composer-
-
+ - name: Download bin folder
+ uses: actions/download-artifact@v4
+ with:
+ name: bin-folder
+ path: bin
+ - name: Make validate-json executable
+ run: chmod +x ./bin/validate-json
- name: Run validate
run: ./etc/validate.sh
+
+ phpunit:
+ needs: validate-json
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v2
+ - uses: actions/cache@v4
+ with:
+ path: |
+ vendor
+ bin
+ key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
+ restore-keys: ${{ runner.os }}-composer-
+
+ - name: Setup PHP
+ uses: shivammathur/setup-php@v2
+ with:
+ php-version: '7.1'
+
+ - name: Install dependencies
+ run: |
+ export PATH="$HOME/.composer/vendor/bin:$PATH"
+ composer self-update
+ composer install -o --ignore-platform-reqs
+
+ - name: Run PHPUnit Tests
+ uses: php-actions/phpunit@v3
+ with:
+ version: 9.6.8
+ memory_limit: 1G
+ configuration: phpunit.xml
diff --git a/.gitignore b/.gitignore
index 6120e569e..99feb6bf1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,4 +4,5 @@ vendor
bin
metadata
etc/doc-build/vendor
-etc/doc-build/composer.lock
\ No newline at end of file
+etc/doc-build/composer.lock
+.phpunit.result.cache
\ No newline at end of file
diff --git a/README.md b/README.md
index 6fb30054d..eb824edce 100644
--- a/README.md
+++ b/README.md
@@ -53,8 +53,8 @@ It also includes different resources like entity logos and icons.
- Characters a to z
- Digits 0 through 9
- Hyphen (-), Dot (.), Underscore (_), But cannot start nor end with them
- - Good example: "paypal", "walletone", "webmoney-transfer", "ingbank.pl"
- - Bad example: "pay_pal", "w1", "wm_trn", "ingbpl"
+ - Good example: "paypal", "walletone", "bank_transfer", "ingbank.pl"
+ - Bad example: "pay_pal", "w1", "bk_trsfr", "ingbpl"
- Resources COULD contains such files as:
- Icon
- Filename: icon.[png|svg]
@@ -68,7 +68,7 @@ It also includes different resources like entity logos and icons.
- Size: Min width is 200 px. Max width is 2000 px. Large size is more preferable.
- _Translatable_ values MUST be:
- Format: key-value array, where key is 2-char ISO language code (example: "en", "ge", "uk").
- - Example: "name": {"en": "Yandex.Money", "ru": "Яндрекс.Деньги"}
+ - Example: "name": {"en": "Forward Bank", "uk": "Форвард Банк"}
## Community
diff --git a/composer.json b/composer.json
index 5968552f1..3e4dee750 100644
--- a/composer.json
+++ b/composer.json
@@ -4,30 +4,36 @@
"type": "project",
"description": "Openfintech data",
"require": {
- "php": "^7.0 || ^8.0",
+ "php": "^7.4 || ^8.0",
"justinrainbow/json-schema": "^5.2",
"ext-json": "*"
- }
- ,
+ },
"require-dev": {
- "roave/security-advisories": "dev-master"
+ "roave/security-advisories": "dev-latest",
+ "phpunit/phpunit": "^9.5"
},
"autoload": {
"psr-4": {
- "Oft\\Provider\\": "./"
+ "Oft\\Provider\\": "./",
+ "Oft\\Generator\\": "./etc/doc-build/src/"
+ }
+ },
+ "autoload-dev": {
+ "psr-4": {
+ "Tests\\": "./tests/"
}
},
"prefer-stable": true,
"config": {
- "bin-dir": "bin"
+ "bin-dir": "bin"
},
"suggest": {
"paycore/openfintech-meta": "Provides additional information about images, etc."
},
- "extra": {
- "branch-alias": {
- "dev-master": "0.1.x-dev",
- "dev-dev": "0.2.x-dev"
- }
- }
+ "extra": {
+ "branch-alias": {
+ "dev-master": "0.1.x-dev",
+ "dev-dev": "0.2.x-dev"
+ }
+ }
}
diff --git a/data/countries.json b/data/countries.json
deleted file mode 100644
index 7ad48f206..000000000
--- a/data/countries.json
+++ /dev/null
@@ -1,2002 +0,0 @@
-[
- {
- "code": "DZ",
- "name": "Algeria",
- "code_alpha3": "DZA",
- "code_alpha3_numeric": "012",
- "region": "africa",
- "sub_region": "northern_africa"
- },
- {
- "code": "AS",
- "name": "American Samoa",
- "code_alpha3": "ASM",
- "code_alpha3_numeric": "016",
- "region": "oceania",
- "sub_region": "polynesia"
- },
- {
- "code": "AD",
- "name": "Andorra",
- "code_alpha3": "AND",
- "code_alpha3_numeric": "020",
- "region": "europe",
- "sub_region": "southern_europe"
- },
- {
- "code": "AO",
- "name": "Angola",
- "code_alpha3": "AGO",
- "code_alpha3_numeric": "024",
- "region": "africa",
- "sub_region": "middle_africa"
- },
- {
- "code": "AI",
- "name": "Anguilla",
- "code_alpha3": "AIA",
- "code_alpha3_numeric": "660",
- "region": "americas",
- "sub_region": "caribbean"
- },
- {
- "code": "AQ",
- "name": "Antarctica",
- "code_alpha3": "ATA",
- "code_alpha3_numeric": "010",
- "region": "polar",
- "sub_region": null
- },
- {
- "code": "AG",
- "name": "Antigua and Barbuda",
- "code_alpha3": "ATG",
- "code_alpha3_numeric": "028",
- "region": "americas",
- "sub_region": "caribbean"
- },
- {
- "code": "AR",
- "name": "Argentina",
- "code_alpha3": "ARG",
- "code_alpha3_numeric": "032",
- "region": "americas",
- "sub_region": "south_america"
- },
- {
- "code": "AM",
- "name": "Armenia",
- "code_alpha3": "ARM",
- "code_alpha3_numeric": "051",
- "region": "asia",
- "sub_region": "western_asia"
- },
- {
- "code": "AW",
- "name": "Aruba",
- "code_alpha3": "ABW",
- "code_alpha3_numeric": "533",
- "region": "americas",
- "sub_region": "caribbean"
- },
- {
- "code": "AU",
- "name": "Australia",
- "code_alpha3": "AUS",
- "code_alpha3_numeric": "036",
- "region": "oceania",
- "sub_region": "australiaand_new_zealand"
- },
- {
- "code": "AT",
- "name": "Austria",
- "code_alpha3": "AUT",
- "code_alpha3_numeric": "040",
- "region": "europe",
- "sub_region": "western_europe"
- },
- {
- "code": "AZ",
- "name": "Azerbaijan",
- "code_alpha3": "AZE",
- "code_alpha3_numeric": "031",
- "region": "asia",
- "sub_region": "western_asia"
- },
- {
- "code": "BH",
- "name": "Bahrain",
- "code_alpha3": "BHR",
- "code_alpha3_numeric": "048",
- "region": "asia",
- "sub_region": "western_asia"
- },
- {
- "code": "BD",
- "name": "Bangladesh",
- "code_alpha3": "BGD",
- "code_alpha3_numeric": "050",
- "region": "asia",
- "sub_region": "southern_asia"
- },
- {
- "code": "BB",
- "name": "Barbados",
- "code_alpha3": "BRB",
- "code_alpha3_numeric": "052",
- "region": "americas",
- "sub_region": "caribbean"
- },
- {
- "code": "BY",
- "name": "Belarus",
- "code_alpha3": "BLR",
- "code_alpha3_numeric": "112",
- "region": "europe",
- "sub_region": "eastern_europe"
- },
- {
- "code": "BE",
- "name": "Belgium",
- "code_alpha3": "BEL",
- "code_alpha3_numeric": "056",
- "region": "europe",
- "sub_region": "western_europe"
- },
- {
- "code": "BZ",
- "name": "Belize",
- "code_alpha3": "BLZ",
- "code_alpha3_numeric": "084",
- "region": "americas",
- "sub_region": "central_america"
- },
- {
- "code": "BJ",
- "name": "Benin",
- "code_alpha3": "BEN",
- "code_alpha3_numeric": "204",
- "region": "africa",
- "sub_region": "western_africa"
- },
- {
- "code": "BM",
- "name": "Bermuda",
- "code_alpha3": "BMU",
- "code_alpha3_numeric": "060",
- "region": "americas",
- "sub_region": "northern_america"
- },
- {
- "code": "BT",
- "name": "Bhutan",
- "code_alpha3": "BTN",
- "code_alpha3_numeric": "064",
- "region": "asia",
- "sub_region": "southern_asia"
- },
- {
- "code": "BO",
- "name": "Bolivia",
- "code_alpha3": "BOL",
- "code_alpha3_numeric": "068",
- "region": "americas",
- "sub_region": "south_america"
- },
- {
- "code": "BQ",
- "name": "Bonaire",
- "code_alpha3": "BES",
- "code_alpha3_numeric": "535",
- "region": "americas",
- "sub_region": "caribbean"
- },
- {
- "code": "BA",
- "name": "Bosnia and Herzegovina",
- "code_alpha3": "BIH",
- "code_alpha3_numeric": "070",
- "region": "europe",
- "sub_region": "southern_europe"
- },
- {
- "code": "BW",
- "name": "Botswana",
- "code_alpha3": "BWA",
- "code_alpha3_numeric": "072",
- "region": "africa",
- "sub_region": "southern_africa"
- },
- {
- "code": "BV",
- "name": "Bouvet Island",
- "code_alpha3": "BVT",
- "code_alpha3_numeric": "074",
- "region": null,
- "sub_region": null
- },
- {
- "code": "BR",
- "name": "Brazil",
- "code_alpha3": "BRA",
- "code_alpha3_numeric": "076",
- "region": "americas",
- "sub_region": "south_america"
- },
- {
- "code": "IO",
- "name": "British Indian Ocean Territory",
- "code_alpha3": "IOT",
- "code_alpha3_numeric": "086",
- "region": "africa",
- "sub_region": "eastern_africa"
- },
- {
- "code": "BN",
- "name": "Brunei",
- "code_alpha3": "BRN",
- "code_alpha3_numeric": "096",
- "region": "asia",
- "sub_region": "south_eastern_asia"
- },
- {
- "code": "BG",
- "name": "Bulgaria",
- "code_alpha3": "BGR",
- "code_alpha3_numeric": "100",
- "region": "europe",
- "sub_region": "eastern_europe"
- },
- {
- "code": "BF",
- "name": "Burkina Faso",
- "code_alpha3": "BFA",
- "code_alpha3_numeric": "854",
- "region": "africa",
- "sub_region": "western_africa"
- },
- {
- "code": "BI",
- "name": "Burundi",
- "code_alpha3": "BDI",
- "code_alpha3_numeric": "108",
- "region": "africa",
- "sub_region": "eastern_africa"
- },
- {
- "code": "KH",
- "name": "Cambodia",
- "code_alpha3": "KHM",
- "code_alpha3_numeric": "116",
- "region": "asia",
- "sub_region": "south_eastern_asia"
- },
- {
- "code": "CM",
- "name": "Cameroon",
- "code_alpha3": "CMR",
- "code_alpha3_numeric": "120",
- "region": "africa",
- "sub_region": "middle_africa"
- },
- {
- "code": "CA",
- "name": "Canada",
- "code_alpha3": "CAN",
- "code_alpha3_numeric": "124",
- "region": "americas",
- "sub_region": "northern_america"
- },
- {
- "code": "CV",
- "name": "Cape Verde",
- "code_alpha3": "CPV",
- "code_alpha3_numeric": "132",
- "region": "africa",
- "sub_region": "western_africa"
- },
- {
- "code": "KY",
- "name": "Cayman Islands",
- "code_alpha3": "CYM",
- "code_alpha3_numeric": "136",
- "region": "americas",
- "sub_region": "caribbean"
- },
- {
- "code": "CF",
- "name": "Central African Republic",
- "code_alpha3": "CAF",
- "code_alpha3_numeric": "140",
- "region": "africa",
- "sub_region": "middle_africa"
- },
- {
- "code": "TD",
- "name": "Chad",
- "code_alpha3": "TCD",
- "code_alpha3_numeric": "148",
- "region": "africa",
- "sub_region": "middle_africa"
- },
- {
- "code": "CL",
- "name": "Chile",
- "code_alpha3": "CHL",
- "code_alpha3_numeric": "152",
- "region": "americas",
- "sub_region": "south_america"
- },
- {
- "code": "CN",
- "name": "China",
- "code_alpha3": "CHN",
- "code_alpha3_numeric": "156",
- "region": "asia",
- "sub_region": "eastern_asia"
- },
- {
- "code": "CX",
- "name": "Christmas Island",
- "code_alpha3": "CXR",
- "code_alpha3_numeric": "162",
- "region": "oceania",
- "sub_region": "australiaand_new_zealand"
- },
- {
- "code": "CC",
- "name": "Cocos (Keeling) Islands",
- "code_alpha3": "CCK",
- "code_alpha3_numeric": "166",
- "region": "oceania",
- "sub_region": "australiaand_new_zealand"
- },
- {
- "code": "CO",
- "name": "Colombia",
- "code_alpha3": "COL",
- "code_alpha3_numeric": "170",
- "region": "americas",
- "sub_region": "south_america"
- },
- {
- "code": "KM",
- "name": "Comoros",
- "code_alpha3": "COM",
- "code_alpha3_numeric": "174",
- "region": "africa",
- "sub_region": "eastern_africa"
- },
- {
- "code": "CK",
- "name": "Cook Islands",
- "code_alpha3": "COK",
- "code_alpha3_numeric": "184",
- "region": "oceania",
- "sub_region": "polynesia"
- },
- {
- "code": "CR",
- "name": "Costa Rica",
- "code_alpha3": "CRI",
- "code_alpha3_numeric": "188",
- "region": "americas",
- "sub_region": "central_america"
- },
- {
- "code": "HR",
- "name": "Croatia",
- "code_alpha3": "HRV",
- "code_alpha3_numeric": "191",
- "region": "europe",
- "sub_region": "southern_europe"
- },
- {
- "code": "CU",
- "name": "Cuba",
- "code_alpha3": "CUB",
- "code_alpha3_numeric": "192",
- "region": "americas",
- "sub_region": "caribbean"
- },
- {
- "code": "CW",
- "name": "Curaçao",
- "code_alpha3": "CUW",
- "code_alpha3_numeric": "531",
- "region": "americas",
- "sub_region": "caribbean"
- },
- {
- "code": "CY",
- "name": "Cyprus",
- "code_alpha3": "CYP",
- "code_alpha3_numeric": "196",
- "region": "europe",
- "sub_region": "southern_europe"
- },
- {
- "code": "CZ",
- "name": "Czech Republic",
- "code_alpha3": "CZE",
- "code_alpha3_numeric": "203",
- "region": "europe",
- "sub_region": "eastern_europe"
- },
- {
- "code": "CD",
- "name": "Democratic Republic of the Congo",
- "code_alpha3": "COD",
- "code_alpha3_numeric": "180",
- "region": "africa",
- "sub_region": "middle_africa"
- },
- {
- "code": "DK",
- "name": "Denmark",
- "code_alpha3": "DNK",
- "code_alpha3_numeric": "208",
- "region": "europe",
- "sub_region": "northern_europe"
- },
- {
- "code": "DJ",
- "name": "Djibouti",
- "code_alpha3": "DJI",
- "code_alpha3_numeric": "262",
- "region": "africa",
- "sub_region": "eastern_africa"
- },
- {
- "code": "DM",
- "name": "Dominica",
- "code_alpha3": "DMA",
- "code_alpha3_numeric": "212",
- "region": "americas",
- "sub_region": "caribbean"
- },
- {
- "code": "DO",
- "name": "Dominican Republic",
- "code_alpha3": "DOM",
- "code_alpha3_numeric": "214",
- "region": "americas",
- "sub_region": "caribbean"
- },
- {
- "code": "TL",
- "name": "East Timor",
- "code_alpha3": "TLS",
- "code_alpha3_numeric": "626",
- "region": "asia",
- "sub_region": "south_eastern_asia"
- },
- {
- "code": "EC",
- "name": "Ecuador",
- "code_alpha3": "ECU",
- "code_alpha3_numeric": "218",
- "region": "americas",
- "sub_region": "south_america"
- },
- {
- "code": "EG",
- "name": "Egypt",
- "code_alpha3": "EGY",
- "code_alpha3_numeric": "818",
- "region": "africa",
- "sub_region": "northern_africa"
- },
- {
- "code": "SV",
- "name": "El Salvador",
- "code_alpha3": "SLV",
- "code_alpha3_numeric": "222",
- "region": "americas",
- "sub_region": "central_america"
- },
- {
- "code": "GQ",
- "name": "Equatorial Guinea",
- "code_alpha3": "GNQ",
- "code_alpha3_numeric": "226",
- "region": "africa",
- "sub_region": "middle_africa"
- },
- {
- "code": "ER",
- "name": "Eritrea",
- "code_alpha3": "ERI",
- "code_alpha3_numeric": "232",
- "region": "africa",
- "sub_region": "eastern_africa"
- },
- {
- "code": "EE",
- "name": "Estonia",
- "code_alpha3": "EST",
- "code_alpha3_numeric": "233",
- "region": "europe",
- "sub_region": "northern_europe"
- },
- {
- "code": "ET",
- "name": "Ethiopia",
- "code_alpha3": "ETH",
- "code_alpha3_numeric": "231",
- "region": "africa",
- "sub_region": "eastern_africa"
- },
- {
- "code": "FK",
- "name": "Falkland Islands",
- "code_alpha3": "FLK",
- "code_alpha3_numeric": "238",
- "region": "americas",
- "sub_region": "south_america"
- },
- {
- "code": "FO",
- "name": "Faroe Islands",
- "code_alpha3": "FRO",
- "code_alpha3_numeric": "234",
- "region": "europe",
- "sub_region": "northern_europe"
- },
- {
- "code": "FM",
- "name": "Federated States of Micronesia",
- "code_alpha3": "FSM",
- "code_alpha3_numeric": "583",
- "region": "oceania",
- "sub_region": "micronesia"
- },
- {
- "code": "FJ",
- "name": "Fiji",
- "code_alpha3": "FJI",
- "code_alpha3_numeric": "242",
- "region": "oceania",
- "sub_region": "melanesia"
- },
- {
- "code": "FI",
- "name": "Finland",
- "code_alpha3": "FIN",
- "code_alpha3_numeric": "246",
- "region": "europe",
- "sub_region": "northern_europe"
- },
- {
- "code": "FR",
- "name": "France",
- "code_alpha3": "FRA",
- "code_alpha3_numeric": "250",
- "region": "europe",
- "sub_region": "western_europe"
- },
- {
- "code": "GF",
- "name": "French Guiana",
- "code_alpha3": "GUF",
- "code_alpha3_numeric": "254",
- "region": "americas",
- "sub_region": "south_america"
- },
- {
- "code": "PF",
- "name": "French Polynesia",
- "code_alpha3": "PYF",
- "code_alpha3_numeric": "258",
- "region": "oceania",
- "sub_region": "polynesia"
- },
- {
- "code": "TF",
- "name": "French Southern and Antarctic Lands",
- "code_alpha3": "ATF",
- "code_alpha3_numeric": "260",
- "region": "africa",
- "sub_region": "southern_africa"
- },
- {
- "code": "GA",
- "name": "Gabon",
- "code_alpha3": "GAB",
- "code_alpha3_numeric": "266",
- "region": "africa",
- "sub_region": "middle_africa"
- },
- {
- "code": "GE",
- "name": "Georgia",
- "code_alpha3": "GEO",
- "code_alpha3_numeric": "268",
- "region": "asia",
- "sub_region": "western_asia"
- },
- {
- "code": "DE",
- "name": "Germany",
- "code_alpha3": "DEU",
- "code_alpha3_numeric": "276",
- "region": "europe",
- "sub_region": "western_europe"
- },
- {
- "code": "GH",
- "name": "Ghana",
- "code_alpha3": "GHA",
- "code_alpha3_numeric": "288",
- "region": "africa",
- "sub_region": "western_africa"
- },
- {
- "code": "GI",
- "name": "Gibraltar",
- "code_alpha3": "GIB",
- "code_alpha3_numeric": "292",
- "region": "europe",
- "sub_region": "southern_europe"
- },
- {
- "code": "GR",
- "name": "Greece",
- "code_alpha3": "GRC",
- "code_alpha3_numeric": "300",
- "region": "europe",
- "sub_region": "southern_europe"
- },
- {
- "code": "GL",
- "name": "Greenland",
- "code_alpha3": "GRL",
- "code_alpha3_numeric": "304",
- "region": "americas",
- "sub_region": "northern_america"
- },
- {
- "code": "GD",
- "name": "Grenada",
- "code_alpha3": "GRD",
- "code_alpha3_numeric": "308",
- "region": "americas",
- "sub_region": "caribbean"
- },
- {
- "code": "GP",
- "name": "Guadeloupe",
- "code_alpha3": "GLP",
- "code_alpha3_numeric": "312",
- "region": "americas",
- "sub_region": "caribbean"
- },
- {
- "code": "GU",
- "name": "Guam",
- "code_alpha3": "GUM",
- "code_alpha3_numeric": "316",
- "region": "oceania",
- "sub_region": "micronesia"
- },
- {
- "code": "GT",
- "name": "Guatemala",
- "code_alpha3": "GTM",
- "code_alpha3_numeric": "320",
- "region": "americas",
- "sub_region": "central_america"
- },
- {
- "code": "GG",
- "name": "Guernsey",
- "code_alpha3": "GGY",
- "code_alpha3_numeric": "831",
- "region": "europe",
- "sub_region": "northern_europe"
- },
- {
- "code": "GN",
- "name": "Guinea",
- "code_alpha3": "GIN",
- "code_alpha3_numeric": "324",
- "region": "africa",
- "sub_region": "western_africa"
- },
- {
- "code": "GW",
- "name": "Guinea-Bissau",
- "code_alpha3": "GNB",
- "code_alpha3_numeric": "624",
- "region": "africa",
- "sub_region": "western_africa"
- },
- {
- "code": "GY",
- "name": "Guyana",
- "code_alpha3": "GUY",
- "code_alpha3_numeric": "328",
- "region": "americas",
- "sub_region": "south_america"
- },
- {
- "code": "HT",
- "name": "Haiti",
- "code_alpha3": "HTI",
- "code_alpha3_numeric": "332",
- "region": "americas",
- "sub_region": "caribbean"
- },
- {
- "code": "HM",
- "name": "Heard Island and McDonald Islands",
- "code_alpha3": "HMD",
- "code_alpha3_numeric": "334",
- "region": null,
- "sub_region": null
- },
- {
- "code": "VA",
- "name": "Holy See",
- "code_alpha3": "VAT",
- "code_alpha3_numeric": "336",
- "region": "europe",
- "sub_region": "southern_europe"
- },
- {
- "code": "HN",
- "name": "Honduras",
- "code_alpha3": "HND",
- "code_alpha3_numeric": "340",
- "region": "americas",
- "sub_region": "central_america"
- },
- {
- "code": "HK",
- "name": "Hong Kong",
- "code_alpha3": "HKG",
- "code_alpha3_numeric": "344",
- "region": "asia",
- "sub_region": "eastern_asia"
- },
- {
- "code": "HU",
- "name": "Hungary",
- "code_alpha3": "HUN",
- "code_alpha3_numeric": "348",
- "region": "europe",
- "sub_region": "eastern_europe"
- },
- {
- "code": "IS",
- "name": "Iceland",
- "code_alpha3": "ISL",
- "code_alpha3_numeric": "352",
- "region": "europe",
- "sub_region": "northern_europe"
- },
- {
- "code": "IN",
- "name": "India",
- "code_alpha3": "IND",
- "code_alpha3_numeric": "356",
- "region": "asia",
- "sub_region": "southern_asia"
- },
- {
- "code": "ID",
- "name": "Indonesia",
- "code_alpha3": "IDN",
- "code_alpha3_numeric": "360",
- "region": "asia",
- "sub_region": "south_eastern_asia"
- },
- {
- "code": "IR",
- "name": "Iran",
- "code_alpha3": "IRN",
- "code_alpha3_numeric": "364",
- "region": "asia",
- "sub_region": "southern_asia"
- },
- {
- "code": "IQ",
- "name": "Iraq",
- "code_alpha3": "IRQ",
- "code_alpha3_numeric": "368",
- "region": "asia",
- "sub_region": "western_asia"
- },
- {
- "code": "IM",
- "name": "Isle of Man",
- "code_alpha3": "IMN",
- "code_alpha3_numeric": "833",
- "region": "europe",
- "sub_region": "northern_europe"
- },
- {
- "code": "IL",
- "name": "Israel",
- "code_alpha3": "ISR",
- "code_alpha3_numeric": "376",
- "region": "asia",
- "sub_region": "western_asia"
- },
- {
- "code": "IT",
- "name": "Italy",
- "code_alpha3": "ITA",
- "code_alpha3_numeric": "380",
- "region": "europe",
- "sub_region": "southern_europe"
- },
- {
- "code": "CI",
- "name": "Ivory Coast",
- "code_alpha3": "CIV",
- "code_alpha3_numeric": "384",
- "region": "africa",
- "sub_region": "western_africa"
- },
- {
- "code": "JM",
- "name": "Jamaica",
- "code_alpha3": "JAM",
- "code_alpha3_numeric": "388",
- "region": "americas",
- "sub_region": "caribbean"
- },
- {
- "code": "JP",
- "name": "Japan",
- "code_alpha3": "JPN",
- "code_alpha3_numeric": "392",
- "region": "asia",
- "sub_region": "eastern_asia"
- },
- {
- "code": "JE",
- "name": "Jersey",
- "code_alpha3": "JEY",
- "code_alpha3_numeric": "832",
- "region": "europe",
- "sub_region": "northern_europe"
- },
- {
- "code": "JO",
- "name": "Jordan",
- "code_alpha3": "JOR",
- "code_alpha3_numeric": "400",
- "region": "asia",
- "sub_region": "western_asia"
- },
- {
- "code": "KZ",
- "name": "Kazakhstan",
- "code_alpha3": "KAZ",
- "code_alpha3_numeric": "398",
- "region": "asia",
- "sub_region": "central_asia"
- },
- {
- "code": "KE",
- "name": "Kenya",
- "code_alpha3": "KEN",
- "code_alpha3_numeric": "404",
- "region": "africa",
- "sub_region": "eastern_africa"
- },
- {
- "code": "KI",
- "name": "Kiribati",
- "code_alpha3": "KIR",
- "code_alpha3_numeric": "296",
- "region": "oceania",
- "sub_region": "micronesia"
- },
- {
- "code": "KW",
- "name": "Kuwait",
- "code_alpha3": "KWT",
- "code_alpha3_numeric": "414",
- "region": "asia",
- "sub_region": "western_asia"
- },
- {
- "code": "KG",
- "name": "Kyrgyzstan",
- "code_alpha3": "KGZ",
- "code_alpha3_numeric": "417",
- "region": "asia",
- "sub_region": "central_asia"
- },
- {
- "code": "LA",
- "name": "Laos",
- "code_alpha3": "LAO",
- "code_alpha3_numeric": "418",
- "region": "asia",
- "sub_region": "south_eastern_asia"
- },
- {
- "code": "LV",
- "name": "Latvia",
- "code_alpha3": "LVA",
- "code_alpha3_numeric": "428",
- "region": "europe",
- "sub_region": "northern_europe"
- },
- {
- "code": "LB",
- "name": "Lebanon",
- "code_alpha3": "LBN",
- "code_alpha3_numeric": "422",
- "region": "asia",
- "sub_region": "western_asia"
- },
- {
- "code": "LS",
- "name": "Lesotho",
- "code_alpha3": "LSO",
- "code_alpha3_numeric": "426",
- "region": "africa",
- "sub_region": "southern_africa"
- },
- {
- "code": "LR",
- "name": "Liberia",
- "code_alpha3": "LBR",
- "code_alpha3_numeric": "430",
- "region": "africa",
- "sub_region": "western_africa"
- },
- {
- "code": "LY",
- "name": "Libya",
- "code_alpha3": "LBY",
- "code_alpha3_numeric": "434",
- "region": "africa",
- "sub_region": "northern_africa"
- },
- {
- "code": "LI",
- "name": "Liechtenstein",
- "code_alpha3": "LIE",
- "code_alpha3_numeric": "438",
- "region": "europe",
- "sub_region": "western_europe"
- },
- {
- "code": "LT",
- "name": "Lithuania",
- "code_alpha3": "LTU",
- "code_alpha3_numeric": "440",
- "region": "europe",
- "sub_region": "northern_europe"
- },
- {
- "code": "LU",
- "name": "Luxembourg",
- "code_alpha3": "LUX",
- "code_alpha3_numeric": "442",
- "region": "europe",
- "sub_region": "western_europe"
- },
- {
- "code": "MO",
- "name": "Macau",
- "code_alpha3": "MAC",
- "code_alpha3_numeric": "446",
- "region": "asia",
- "sub_region": "eastern_asia"
- },
- {
- "code": "MG",
- "name": "Madagascar",
- "code_alpha3": "MDG",
- "code_alpha3_numeric": "450",
- "region": "africa",
- "sub_region": "eastern_africa"
- },
- {
- "code": "MW",
- "name": "Malawi",
- "code_alpha3": "MWI",
- "code_alpha3_numeric": "454",
- "region": "africa",
- "sub_region": "eastern_africa"
- },
- {
- "code": "MY",
- "name": "Malaysia",
- "code_alpha3": "MYS",
- "code_alpha3_numeric": "458",
- "region": "asia",
- "sub_region": "south_eastern_asia"
- },
- {
- "code": "MV",
- "name": "Maldives",
- "code_alpha3": "MDV",
- "code_alpha3_numeric": "462",
- "region": "asia",
- "sub_region": "southern_asia"
- },
- {
- "code": "ML",
- "name": "Mali",
- "code_alpha3": "MLI",
- "code_alpha3_numeric": "466",
- "region": "africa",
- "sub_region": "western_africa"
- },
- {
- "code": "MT",
- "name": "Malta",
- "code_alpha3": "MLT",
- "code_alpha3_numeric": "470",
- "region": "europe",
- "sub_region": "southern_europe"
- },
- {
- "code": "MH",
- "name": "Marshall Islands",
- "code_alpha3": "MHL",
- "code_alpha3_numeric": "584",
- "region": "oceania",
- "sub_region": "micronesia"
- },
- {
- "code": "MQ",
- "name": "Martinique",
- "code_alpha3": "MTQ",
- "code_alpha3_numeric": "474",
- "region": "americas",
- "sub_region": "caribbean"
- },
- {
- "code": "MR",
- "name": "Mauritania",
- "code_alpha3": "MRT",
- "code_alpha3_numeric": "478",
- "region": "africa",
- "sub_region": "western_africa"
- },
- {
- "code": "MU",
- "name": "Mauritius",
- "code_alpha3": "MUS",
- "code_alpha3_numeric": "480",
- "region": "africa",
- "sub_region": "eastern_africa"
- },
- {
- "code": "YT",
- "name": "Mayotte",
- "code_alpha3": "MYT",
- "code_alpha3_numeric": "175",
- "region": "africa",
- "sub_region": "eastern_africa"
- },
- {
- "code": "MX",
- "name": "Mexico",
- "code_alpha3": "MEX",
- "code_alpha3_numeric": "484",
- "region": "americas",
- "sub_region": "central_america"
- },
- {
- "code": "MD",
- "name": "Moldova",
- "code_alpha3": "MDA",
- "code_alpha3_numeric": "498",
- "region": "europe",
- "sub_region": "eastern_europe"
- },
- {
- "code": "MC",
- "name": "Monaco",
- "code_alpha3": "MCO",
- "code_alpha3_numeric": "492",
- "region": "europe",
- "sub_region": "western_europe"
- },
- {
- "code": "MN",
- "name": "Mongolia",
- "code_alpha3": "MNG",
- "code_alpha3_numeric": "496",
- "region": "asia",
- "sub_region": "eastern_asia"
- },
- {
- "code": "ME",
- "name": "Montenegro",
- "code_alpha3": "MNE",
- "code_alpha3_numeric": "499",
- "region": "europe",
- "sub_region": "southern_europe"
- },
- {
- "code": "MS",
- "name": "Montserrat",
- "code_alpha3": "MSR",
- "code_alpha3_numeric": "500",
- "region": "americas",
- "sub_region": "caribbean"
- },
- {
- "code": "MA",
- "name": "Morocco",
- "code_alpha3": "MAR",
- "code_alpha3_numeric": "504",
- "region": "africa",
- "sub_region": "northern_africa"
- },
- {
- "code": "MZ",
- "name": "Mozambique",
- "code_alpha3": "MOZ",
- "code_alpha3_numeric": "508",
- "region": "africa",
- "sub_region": "eastern_africa"
- },
- {
- "code": "MM",
- "name": "Myanmar",
- "code_alpha3": "MMR",
- "code_alpha3_numeric": "104",
- "region": "asia",
- "sub_region": "south_eastern_asia"
- },
- {
- "code": "NA",
- "name": "Namibia",
- "code_alpha3": "NAM",
- "code_alpha3_numeric": "516",
- "region": "africa",
- "sub_region": "southern_africa"
- },
- {
- "code": "NR",
- "name": "Nauru",
- "code_alpha3": "NRU",
- "code_alpha3_numeric": "520",
- "region": "oceania",
- "sub_region": "micronesia"
- },
- {
- "code": "NP",
- "name": "Nepal",
- "code_alpha3": "NPL",
- "code_alpha3_numeric": "524",
- "region": "asia",
- "sub_region": "southern_asia"
- },
- {
- "code": "NL",
- "name": "Netherlands",
- "code_alpha3": "NLD",
- "code_alpha3_numeric": "528",
- "region": "europe",
- "sub_region": "western_europe"
- },
- {
- "code": "NC",
- "name": "New Caledonia",
- "code_alpha3": "NCL",
- "code_alpha3_numeric": "540",
- "region": "oceania",
- "sub_region": "melanesia"
- },
- {
- "code": "NZ",
- "name": "New Zealand",
- "code_alpha3": "NZL",
- "code_alpha3_numeric": "554",
- "region": "oceania",
- "sub_region": "australiaand_new_zealand"
- },
- {
- "code": "NI",
- "name": "Nicaragua",
- "code_alpha3": "NIC",
- "code_alpha3_numeric": "558",
- "region": "americas",
- "sub_region": "central_america"
- },
- {
- "code": "NE",
- "name": "Niger",
- "code_alpha3": "NER",
- "code_alpha3_numeric": "562",
- "region": "africa",
- "sub_region": "western_africa"
- },
- {
- "code": "NG",
- "name": "Nigeria",
- "code_alpha3": "NGA",
- "code_alpha3_numeric": "566",
- "region": "africa",
- "sub_region": "western_africa"
- },
- {
- "code": "NU",
- "name": "Niue",
- "code_alpha3": "NIU",
- "code_alpha3_numeric": "570",
- "region": "oceania",
- "sub_region": "polynesia"
- },
- {
- "code": "NF",
- "name": "Norfolk Island",
- "code_alpha3": "NFK",
- "code_alpha3_numeric": "574",
- "region": "oceania",
- "sub_region": "australiaand_new_zealand"
- },
- {
- "code": "MP",
- "name": "Northern Mariana Islands",
- "code_alpha3": "MNP",
- "code_alpha3_numeric": "580",
- "region": "oceania",
- "sub_region": "micronesia"
- },
- {
- "code": "KP",
- "name": "North Korea",
- "code_alpha3": "PRK",
- "code_alpha3_numeric": "408",
- "region": "asia",
- "sub_region": "eastern_asia"
- },
- {
- "code": "NO",
- "name": "Norway",
- "code_alpha3": "NOR",
- "code_alpha3_numeric": "578",
- "region": "europe",
- "sub_region": "northern_europe"
- },
- {
- "code": "OM",
- "name": "Oman",
- "code_alpha3": "OMN",
- "code_alpha3_numeric": "512",
- "region": "asia",
- "sub_region": "western_asia"
- },
- {
- "code": "PK",
- "name": "Pakistan",
- "code_alpha3": "PAK",
- "code_alpha3_numeric": "586",
- "region": "asia",
- "sub_region": "southern_asia"
- },
- {
- "code": "PW",
- "name": "Palau",
- "code_alpha3": "PLW",
- "code_alpha3_numeric": "585",
- "region": "oceania",
- "sub_region": "micronesia"
- },
- {
- "code": "PS",
- "name": "Palestine",
- "code_alpha3": "PSE",
- "code_alpha3_numeric": "275",
- "region": "asia",
- "sub_region": "western_asia"
- },
- {
- "code": "PA",
- "name": "Panama",
- "code_alpha3": "PAN",
- "code_alpha3_numeric": "591",
- "region": "americas",
- "sub_region": "central_america"
- },
- {
- "code": "PG",
- "name": "Papua New Guinea",
- "code_alpha3": "PNG",
- "code_alpha3_numeric": "598",
- "region": "oceania",
- "sub_region": "melanesia"
- },
- {
- "code": "PY",
- "name": "Paraguay",
- "code_alpha3": "PRY",
- "code_alpha3_numeric": "600",
- "region": "americas",
- "sub_region": "south_america"
- },
- {
- "code": "PE",
- "name": "Peru",
- "code_alpha3": "PER",
- "code_alpha3_numeric": "604",
- "region": "americas",
- "sub_region": "south_america"
- },
- {
- "code": "PH",
- "name": "Philippines",
- "code_alpha3": "PHL",
- "code_alpha3_numeric": "608",
- "region": "asia",
- "sub_region": "south_eastern_asia"
- },
- {
- "code": "PN",
- "name": "Pitcairn Islands",
- "code_alpha3": "PCN",
- "code_alpha3_numeric": "612",
- "region": "oceania",
- "sub_region": "polynesia"
- },
- {
- "code": "PL",
- "name": "Poland",
- "code_alpha3": "POL",
- "code_alpha3_numeric": "616",
- "region": "europe",
- "sub_region": "eastern_europe"
- },
- {
- "code": "PT",
- "name": "Portugal",
- "code_alpha3": "PRT",
- "code_alpha3_numeric": "620",
- "region": "europe",
- "sub_region": "southern_europe"
- },
- {
- "code": "PR",
- "name": "Puerto Rico",
- "code_alpha3": "PRI",
- "code_alpha3_numeric": "630",
- "region": "americas",
- "sub_region": "caribbean"
- },
- {
- "code": "QA",
- "name": "Qatar",
- "code_alpha3": "QAT",
- "code_alpha3_numeric": "634",
- "region": "asia",
- "sub_region": "western_asia"
- },
- {
- "code": "IE",
- "name": "Republic of Ireland",
- "code_alpha3": "IRL",
- "code_alpha3_numeric": "372",
- "region": "europe",
- "sub_region": "northern_europe"
- },
- {
- "code": "XK",
- "name": "Republic of Kosovo",
- "code_alpha3": "KOS",
- "code_alpha3_numeric": "926",
- "region": "europe",
- "sub_region": "eastern_europe"
- },
- {
- "code": "MK",
- "name": "Republic of Macedonia",
- "code_alpha3": "MKD",
- "code_alpha3_numeric": "807",
- "region": "europe",
- "sub_region": "southern_europe"
- },
- {
- "code": "CG",
- "name": "Republic of the Congo",
- "code_alpha3": "COG",
- "code_alpha3_numeric": "178",
- "region": "africa",
- "sub_region": "middle_africa"
- },
- {
- "code": "RE",
- "name": "Réunion",
- "code_alpha3": "REU",
- "code_alpha3_numeric": "638",
- "region": "africa",
- "sub_region": "eastern_africa"
- },
- {
- "code": "RO",
- "name": "Romania",
- "code_alpha3": "ROU",
- "code_alpha3_numeric": "642",
- "region": "europe",
- "sub_region": "eastern_europe"
- },
- {
- "code": "RU",
- "name": "Russia",
- "code_alpha3": "RUS",
- "code_alpha3_numeric": "643",
- "region": "europe",
- "sub_region": "eastern_europe"
- },
- {
- "code": "RW",
- "name": "Rwanda",
- "code_alpha3": "RWA",
- "code_alpha3_numeric": "646",
- "region": "africa",
- "sub_region": "eastern_africa"
- },
- {
- "code": "BL",
- "name": "Saint Barthélemy",
- "code_alpha3": "BLM",
- "code_alpha3_numeric": "652",
- "region": "americas",
- "sub_region": "caribbean"
- },
- {
- "code": "SH",
- "name": "Saint Helena",
- "code_alpha3": "SHN",
- "code_alpha3_numeric": "654",
- "region": "africa",
- "sub_region": "western_africa"
- },
- {
- "code": "KN",
- "name": "Saint Kitts and Nevis",
- "code_alpha3": "KNA",
- "code_alpha3_numeric": "659",
- "region": "americas",
- "sub_region": "caribbean"
- },
- {
- "code": "LC",
- "name": "Saint Lucia",
- "code_alpha3": "LCA",
- "code_alpha3_numeric": "662",
- "region": "americas",
- "sub_region": "caribbean"
- },
- {
- "code": "MF",
- "name": "Saint Martin",
- "code_alpha3": "MAF",
- "code_alpha3_numeric": "663",
- "region": "americas",
- "sub_region": "caribbean"
- },
- {
- "code": "PM",
- "name": "Saint Pierre and Miquelon",
- "code_alpha3": "SPM",
- "code_alpha3_numeric": "666",
- "region": "americas",
- "sub_region": "northern_america"
- },
- {
- "code": "VC",
- "name": "Saint Vincent and the Grenadines",
- "code_alpha3": "VCT",
- "code_alpha3_numeric": "670",
- "region": "americas",
- "sub_region": "caribbean"
- },
- {
- "code": "WS",
- "name": "Samoa",
- "code_alpha3": "WSM",
- "code_alpha3_numeric": "882",
- "region": "oceania",
- "sub_region": "polynesia"
- },
- {
- "code": "SM",
- "name": "San Marino",
- "code_alpha3": "SMR",
- "code_alpha3_numeric": "674",
- "region": "europe",
- "sub_region": "southern_europe"
- },
- {
- "code": "ST",
- "name": "São Tomé and Príncipe",
- "code_alpha3": "STP",
- "code_alpha3_numeric": "678",
- "region": "africa",
- "sub_region": "middle_africa"
- },
- {
- "code": "SA",
- "name": "Saudi Arabia",
- "code_alpha3": "SAU",
- "code_alpha3_numeric": "682",
- "region": "asia",
- "sub_region": "western_asia"
- },
- {
- "code": "SN",
- "name": "Senegal",
- "code_alpha3": "SEN",
- "code_alpha3_numeric": "686",
- "region": "africa",
- "sub_region": "western_africa"
- },
- {
- "code": "RS",
- "name": "Serbia",
- "code_alpha3": "SRB",
- "code_alpha3_numeric": "688",
- "region": "europe",
- "sub_region": "southern_europe"
- },
- {
- "code": "SC",
- "name": "Seychelles",
- "code_alpha3": "SYC",
- "code_alpha3_numeric": "690",
- "region": "africa",
- "sub_region": "eastern_africa"
- },
- {
- "code": "SL",
- "name": "Sierra Leone",
- "code_alpha3": "SLE",
- "code_alpha3_numeric": "694",
- "region": "africa",
- "sub_region": "western_africa"
- },
- {
- "code": "SG",
- "name": "Singapore",
- "code_alpha3": "SGP",
- "code_alpha3_numeric": "702",
- "region": "asia",
- "sub_region": "south_eastern_asia"
- },
- {
- "code": "SX",
- "name": "Sint Maarten",
- "code_alpha3": "SXM",
- "code_alpha3_numeric": "534",
- "region": "americas",
- "sub_region": "caribbean"
- },
- {
- "code": "SK",
- "name": "Slovakia",
- "code_alpha3": "SVK",
- "code_alpha3_numeric": "703",
- "region": "europe",
- "sub_region": "eastern_europe"
- },
- {
- "code": "SI",
- "name": "Slovenia",
- "code_alpha3": "SVN",
- "code_alpha3_numeric": "705",
- "region": "europe",
- "sub_region": "southern_europe"
- },
- {
- "code": "SB",
- "name": "Solomon Islands",
- "code_alpha3": "SLB",
- "code_alpha3_numeric": "090",
- "region": "oceania",
- "sub_region": "melanesia"
- },
- {
- "code": "SO",
- "name": "Somalia",
- "code_alpha3": "SOM",
- "code_alpha3_numeric": "706",
- "region": "africa",
- "sub_region": "eastern_africa"
- },
- {
- "code": "ZA",
- "name": "South Africa",
- "code_alpha3": "ZAF",
- "code_alpha3_numeric": "710",
- "region": "africa",
- "sub_region": "southern_africa"
- },
- {
- "code": "GS",
- "name": "South Georgia",
- "code_alpha3": "SGS",
- "code_alpha3_numeric": "239",
- "region": "americas",
- "sub_region": "south_america"
- },
- {
- "code": "KR",
- "name": "South Korea",
- "code_alpha3": "KOR",
- "code_alpha3_numeric": "410",
- "region": "asia",
- "sub_region": "eastern_asia"
- },
- {
- "code": "SS",
- "name": "South Sudan",
- "code_alpha3": "SSD",
- "code_alpha3_numeric": "728",
- "region": "africa",
- "sub_region": "middle_africa"
- },
- {
- "code": "ES",
- "name": "Spain",
- "code_alpha3": "ESP",
- "code_alpha3_numeric": "724",
- "region": "europe",
- "sub_region": "southern_europe"
- },
- {
- "code": "LK",
- "name": "Sri Lanka",
- "code_alpha3": "LKA",
- "code_alpha3_numeric": "144",
- "region": "asia",
- "sub_region": "southern_asia"
- },
- {
- "code": "SD",
- "name": "Sudan",
- "code_alpha3": "SDN",
- "code_alpha3_numeric": "729",
- "region": "africa",
- "sub_region": "northern_africa"
- },
- {
- "code": "SR",
- "name": "Suriname",
- "code_alpha3": "SUR",
- "code_alpha3_numeric": "740",
- "region": "americas",
- "sub_region": "south_america"
- },
- {
- "code": "SJ",
- "name": "Svalbard and Jan Mayen",
- "code_alpha3": "SJM",
- "code_alpha3_numeric": "744",
- "region": "europe",
- "sub_region": "northern_europe"
- },
- {
- "code": "SZ",
- "name": "Swaziland",
- "code_alpha3": "SWZ",
- "code_alpha3_numeric": "748",
- "region": "africa",
- "sub_region": "southern_africa"
- },
- {
- "code": "SE",
- "name": "Sweden",
- "code_alpha3": "SWE",
- "code_alpha3_numeric": "752",
- "region": "europe",
- "sub_region": "northern_europe"
- },
- {
- "code": "CH",
- "name": "Switzerland",
- "code_alpha3": "CHE",
- "code_alpha3_numeric": "756",
- "region": "europe",
- "sub_region": "western_europe"
- },
- {
- "code": "SY",
- "name": "Syria",
- "code_alpha3": "SYR",
- "code_alpha3_numeric": "760",
- "region": "asia",
- "sub_region": "western_asia"
- },
- {
- "code": "TW",
- "name": "Taiwan",
- "code_alpha3": "TWN",
- "code_alpha3_numeric": "158",
- "region": "asia",
- "sub_region": "eastern_asia"
- },
- {
- "code": "TJ",
- "name": "Tajikistan",
- "code_alpha3": "TJK",
- "code_alpha3_numeric": "762",
- "region": "asia",
- "sub_region": "central_asia"
- },
- {
- "code": "TZ",
- "name": "Tanzania",
- "code_alpha3": "TZA",
- "code_alpha3_numeric": "834",
- "region": "africa",
- "sub_region": "eastern_africa"
- },
- {
- "code": "TH",
- "name": "Thailand",
- "code_alpha3": "THA",
- "code_alpha3_numeric": "764",
- "region": "asia",
- "sub_region": "south_eastern_asia"
- },
- {
- "code": "BS",
- "name": "The Bahamas",
- "code_alpha3": "BHS",
- "code_alpha3_numeric": "044",
- "region": "americas",
- "sub_region": "caribbean"
- },
- {
- "code": "GM",
- "name": "The Gambia",
- "code_alpha3": "GMB",
- "code_alpha3_numeric": "270",
- "region": "africa",
- "sub_region": "western_africa"
- },
- {
- "code": "TG",
- "name": "Togo",
- "code_alpha3": "TGO",
- "code_alpha3_numeric": "768",
- "region": "africa",
- "sub_region": "western_africa"
- },
- {
- "code": "TK",
- "name": "Tokelau",
- "code_alpha3": "TKL",
- "code_alpha3_numeric": "772",
- "region": "oceania",
- "sub_region": "polynesia"
- },
- {
- "code": "TO",
- "name": "Tonga",
- "code_alpha3": "TON",
- "code_alpha3_numeric": "776",
- "region": "oceania",
- "sub_region": "polynesia"
- },
- {
- "code": "TT",
- "name": "Trinidad and Tobago",
- "code_alpha3": "TTO",
- "code_alpha3_numeric": "780",
- "region": "americas",
- "sub_region": "caribbean"
- },
- {
- "code": "TN",
- "name": "Tunisia",
- "code_alpha3": "TUN",
- "code_alpha3_numeric": "788",
- "region": "africa",
- "sub_region": "northern_africa"
- },
- {
- "code": "TR",
- "name": "Turkey",
- "code_alpha3": "TUR",
- "code_alpha3_numeric": "792",
- "region": "asia",
- "sub_region": "western_asia"
- },
- {
- "code": "TM",
- "name": "Turkmenistan",
- "code_alpha3": "TKM",
- "code_alpha3_numeric": "795",
- "region": "asia",
- "sub_region": "central_asia"
- },
- {
- "code": "TC",
- "name": "Turks and Caicos Islands",
- "code_alpha3": "TCA",
- "code_alpha3_numeric": "796",
- "region": "americas",
- "sub_region": "caribbean"
- },
- {
- "code": "TV",
- "name": "Tuvalu",
- "code_alpha3": "TUV",
- "code_alpha3_numeric": "798",
- "region": "oceania",
- "sub_region": "polynesia"
- },
- {
- "code": "UG",
- "name": "Uganda",
- "code_alpha3": "UGA",
- "code_alpha3_numeric": "800",
- "region": "africa",
- "sub_region": "eastern_africa"
- },
- {
- "code": "UA",
- "name": "Ukraine",
- "code_alpha3": "UKR",
- "code_alpha3_numeric": "804",
- "region": "europe",
- "sub_region": "eastern_europe"
- },
- {
- "code": "AE",
- "name": "United Arab Emirates",
- "code_alpha3": "ARE",
- "code_alpha3_numeric": "784",
- "region": "asia",
- "sub_region": "western_asia"
- },
- {
- "code": "GB",
- "name": "United Kingdom",
- "code_alpha3": "GBR",
- "code_alpha3_numeric": "826",
- "region": "europe",
- "sub_region": "northern_europe"
- },
- {
- "code": "US",
- "name": "United States",
- "code_alpha3": "USA",
- "code_alpha3_numeric": "840",
- "region": "americas",
- "sub_region": "northern_america"
- },
- {
- "code": "UM",
- "name": "United States Minor Outlying Islands",
- "code_alpha3": "UMI",
- "code_alpha3_numeric": "581",
- "region": "americas",
- "sub_region": "northern_america"
- },
- {
- "code": "UY",
- "name": "Uruguay",
- "code_alpha3": "URY",
- "code_alpha3_numeric": "858",
- "region": "americas",
- "sub_region": "south_america"
- },
- {
- "code": "UZ",
- "name": "Uzbekistan",
- "code_alpha3": "UZB",
- "code_alpha3_numeric": "860",
- "region": "asia",
- "sub_region": "central_asia"
- },
- {
- "code": "VU",
- "name": "Vanuatu",
- "code_alpha3": "VUT",
- "code_alpha3_numeric": "548",
- "region": "oceania",
- "sub_region": "melanesia"
- },
- {
- "code": "VE",
- "name": "Venezuela",
- "code_alpha3": "VEN",
- "code_alpha3_numeric": "862",
- "region": "americas",
- "sub_region": "south_america"
- },
- {
- "code": "VN",
- "name": "Vietnam",
- "code_alpha3": "VNM",
- "code_alpha3_numeric": "704",
- "region": "asia",
- "sub_region": "south_eastern_asia"
- },
- {
- "code": "VG",
- "name": "Virgin Islands (British)",
- "code_alpha3": "VGB",
- "code_alpha3_numeric": "092",
- "region": "americas",
- "sub_region": "caribbean"
- },
- {
- "code": "VI",
- "name": "Virgin Islands (U.S.)",
- "code_alpha3": "VIR",
- "code_alpha3_numeric": "850",
- "region": "americas",
- "sub_region": "caribbean"
- },
- {
- "code": "WF",
- "name": "Wallis and Futuna",
- "code_alpha3": "WLF",
- "code_alpha3_numeric": "876",
- "region": "oceania",
- "sub_region": "polynesia"
- },
- {
- "code": "EH",
- "name": "Western Sahara",
- "code_alpha3": "ESH",
- "code_alpha3_numeric": "732",
- "region": "africa",
- "sub_region": "northern_africa"
- },
- {
- "code": "YE",
- "name": "Yemen",
- "code_alpha3": "YEM",
- "code_alpha3_numeric": "887",
- "region": "asia",
- "sub_region": "western_asia"
- },
- {
- "code": "ZM",
- "name": "Zambia",
- "code_alpha3": "ZMB",
- "code_alpha3_numeric": "894",
- "region": "africa",
- "sub_region": "eastern_africa"
- },
- {
- "code": "ZW",
- "name": "Zimbabwe",
- "code_alpha3": "ZWE",
- "code_alpha3_numeric": "716",
- "region": "africa",
- "sub_region": "eastern_africa"
- },
- {
- "code": "AL",
- "name": "Albania",
- "code_alpha3": "ALB",
- "code_alpha3_numeric": "008",
- "region": "europe",
- "sub_region": "southern_europe"
- },
- {
- "code": "AF",
- "name": "Afghanistan",
- "code_alpha3": "AFG",
- "code_alpha3_numeric": "004",
- "region": "asia",
- "sub_region": "southern_asia"
- },
- {
- "code": "AX",
- "name": "Åland Islands",
- "code_alpha3": "ALA",
- "code_alpha3_numeric": "248",
- "region": "europe",
- "sub_region": "northern_europe"
- }
-]
\ No newline at end of file
diff --git a/data/currencies.json b/data/currencies.json
index 494091539..3d2b7c620 100644
--- a/data/currencies.json
+++ b/data/currencies.json
@@ -4461,6 +4461,62 @@
"jsons_code": "USDT"
}
},
+ {
+ "code": "USDC",
+ "name": {
+ "en": "USDC"
+ },
+ "type": "crypto",
+ "status": "active",
+ "exponent": 2,
+ "category": "cryptocurrency",
+ "parent_currency_multiplier": 1,
+ "metadata": {
+ "jsons_code": "USDC"
+ }
+ },
+ {
+ "code": "DAI",
+ "name": {
+ "en": "DAI"
+ },
+ "type": "crypto",
+ "status": "active",
+ "exponent": 8,
+ "category": "cryptocurrency",
+ "parent_currency_multiplier": 1,
+ "metadata": {
+ "jsons_code": "DAI"
+ }
+ },
+ {
+ "code": "TRX",
+ "name": {
+ "en": "TRX"
+ },
+ "type": "crypto",
+ "status": "active",
+ "exponent": 6,
+ "category": "cryptocurrency",
+ "parent_currency_multiplier": 1,
+ "metadata": {
+ "jsons_code": "TRX"
+ }
+ },
+ {
+ "code": "NEAR",
+ "name": {
+ "en": "NEAR"
+ },
+ "type": "crypto",
+ "status": "active",
+ "exponent": 8,
+ "category": "cryptocurrency",
+ "parent_currency_multiplier": 1,
+ "metadata": {
+ "jsons_code": "NEAR"
+ }
+ },
{
"code": "ARCAAMD",
"parent_code": "AMD",
@@ -11285,8 +11341,8 @@
"status": "active",
"iso_numeric3_code": "944",
"iso_alpha3_code": "AZN",
- "symbol": "man.",
- "native_symbol": "ман.",
+ "symbol": "₼",
+ "native_symbol": "₼",
"exponent": 2,
"category": "other",
"parent_currency_multiplier": 1
@@ -11646,6 +11702,21 @@
"jsons_code": "BTC"
}
},
+ {
+ "code": "SOL",
+ "name": {
+ "en": "SOL"
+ },
+ "type": "crypto",
+ "status": "active",
+ "exponent": 9,
+ "category": "other",
+ "parent_currency_multiplier": 1,
+ "metadata": {
+ "estandards_code": "SOL",
+ "jsons_code": "SOL"
+ }
+ },
{
"code": "WME",
"parent_code": "EUR",
@@ -12098,5 +12169,198 @@
"exponent": 8,
"category": "other",
"parent_currency_multiplier": 1
+ },
+ {
+ "code": "BUSD",
+ "name": {
+ "en": "BUSD"
+ },
+ "type": "crypto",
+ "status": "active",
+ "iso_numeric3_code": "0",
+ "exponent": 8,
+ "category": "other",
+ "parent_currency_multiplier": 1
+ },
+ {
+ "code": "MATIC",
+ "name": {
+ "en": "MATIC"
+ },
+ "type": "crypto",
+ "status": "active",
+ "iso_numeric3_code": "0",
+ "exponent": 8,
+ "category": "other",
+ "parent_currency_multiplier": 1
+ },
+ {
+ "code": "TON",
+ "name": {
+ "en": "TON"
+ },
+ "type": "crypto",
+ "status": "active",
+ "iso_numeric3_code": "0",
+ "exponent": 8,
+ "category": "other",
+ "parent_currency_multiplier": 1
+ },
+ {
+ "code": "ZNX",
+ "name": {
+ "en": "ZNX"
+ },
+ "type": "crypto",
+ "status": "active",
+ "iso_numeric3_code": "0",
+ "exponent": 8,
+ "category": "other",
+ "parent_currency_multiplier": 1
+ },
+ {
+ "code": "USDTERC20",
+ "parent_code": "USDT",
+ "name": {
+ "en": "USDTERC20"
+ },
+ "type": "crypto",
+ "exponent": 8,
+ "category": "cryptocurrency",
+ "parent_currency_multiplier": 1,
+ "metadata": {
+ "jsons_code": "USDT-ERC20"
+ },
+ "status": "active"
+ },
+ {
+ "code": "USDTTRC20",
+ "parent_code": "USDT",
+ "name": {
+ "en": "USDTTRC20"
+ },
+ "type": "crypto",
+ "exponent": 8,
+ "category": "cryptocurrency",
+ "parent_currency_multiplier": 1,
+ "metadata": {
+ "jsons_code": "USDT-TRC20"
+ },
+ "status": "active"
+ },
+ {
+ "code": "USDTBEP20",
+ "parent_code": "USDT",
+ "name": {
+ "en": "USDTBEP20"
+ },
+ "type": "crypto",
+ "exponent": 8,
+ "category": "cryptocurrency",
+ "parent_currency_multiplier": 1,
+ "metadata": {
+ "jsons_code": "USDT-BEP20"
+ },
+ "status": "active"
+ },
+ {
+ "code": "USDCERC20",
+ "parent_code": "USDC",
+ "name": {
+ "en": "USDCERC20"
+ },
+ "type": "crypto",
+ "exponent": 8,
+ "category": "cryptocurrency",
+ "parent_currency_multiplier": 1,
+ "metadata": {
+ "jsons_code": "USDC-ERC20"
+ },
+ "status": "active"
+ },
+ {
+ "code": "USDCTRC20",
+ "parent_code": "USDC",
+ "name": {
+ "en": "USDCTRC20"
+ },
+ "type": "crypto",
+ "exponent": 8,
+ "category": "cryptocurrency",
+ "parent_currency_multiplier": 1,
+ "metadata": {
+ "jsons_code": "USDC-TRC20"
+ },
+ "status": "active"
+ },
+ {
+ "code": "USDCBEP20",
+ "parent_code": "USDC",
+ "name": {
+ "en": "USDCBEP20"
+ },
+ "type": "crypto",
+ "exponent": 8,
+ "category": "cryptocurrency",
+ "parent_currency_multiplier": 1,
+ "metadata": {
+ "jsons_code": "USDC-BEP20"
+ },
+ "status": "active"
+ },
+ {
+ "code": "DAIERC20",
+ "parent_code": "DAI",
+ "name": {
+ "en": "DAIERC20"
+ },
+ "type": "crypto",
+ "exponent": 8,
+ "category": "cryptocurrency",
+ "parent_currency_multiplier": 1,
+ "metadata": {
+ "jsons_code": "DAI-ERC20"
+ },
+ "status": "active"
+ },
+ {
+ "code": "VENOM",
+ "name": {
+ "en": "VENOM"
+ },
+ "type": "crypto",
+ "status": "active",
+ "exponent": 8,
+ "category": "other",
+ "parent_currency_multiplier": 1
+ },
+ {
+ "code": "DAIBEP20",
+ "parent_code": "DAI",
+ "name": {
+ "en": "DAIBEP20"
+ },
+ "type": "crypto",
+ "exponent": 8,
+ "category": "cryptocurrency",
+ "parent_currency_multiplier": 1,
+ "metadata": {
+ "jsons_code": "DAI-BEP20"
+ },
+ "status": "active"
+ },
+ {
+ "code": "USDG",
+ "name": {
+ "en": "USDG"
+ },
+ "type": "crypto",
+ "status": "active",
+ "exponent": 8,
+ "category": "cryptocurrency",
+ "parent_currency_multiplier": 1,
+ "metadata": {
+ "jsons_code": "USDG"
+ }
}
]
\ No newline at end of file
diff --git a/data/payment_method_categories.json b/data/payment_method_categories.json
index 9110773f0..e42af92bd 100644
--- a/data/payment_method_categories.json
+++ b/data/payment_method_categories.json
@@ -1,10 +1,10 @@
[
{
- "code": "internet_banking",
+ "code": "online_banking",
"name": {
- "en": "Internet-banking",
- "ru": "Интернет-банкинг",
- "uk": "Інтернет-банкінг"
+ "en": "Online-banking",
+ "ru": "Онлайн-банкинг",
+ "uk": "Онлайн-банкінг"
}
},
{
diff --git a/data/payment_methods.json b/data/payment_methods.json
index f99441e9e..2b6cc85ea 100644
--- a/data/payment_methods.json
+++ b/data/payment_methods.json
@@ -53,7 +53,7 @@
"en": "Big C"
},
"description": {
- "en": "BIG C is a payment solution in Thailand that allows consumers to pay by cash or credit card for their online grocery purchases. "
+ "en": "BIG C is a payment solution in Thailand that allows consumers to pay by cash or credit card for their online grocery purchases."
}
},
{
@@ -65,6 +65,24 @@
"en": "Bitcoin"
}
},
+ {
+ "code": "solana",
+ "vendor": "solana",
+ "category": "alternative",
+ "status": "active",
+ "name": {
+ "en": "Solana"
+ }
+ },
+ {
+ "code": "tron",
+ "vendor": "tron",
+ "category": "alternative",
+ "status": "active",
+ "name": {
+ "en": "Tron"
+ }
+ },
{
"code": "litecoin",
"category": "alternative",
@@ -75,7 +93,7 @@
},
{
"code": "ukrsibbank",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"name": {
"en": "Ukrsib Bank",
@@ -85,7 +103,7 @@
},
{
"code": "qazkombank",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"name": {
"en": "Qazkom Bank"
@@ -93,7 +111,7 @@
},
{
"code": "libertybank",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"name": {
"en": "Liberty Bank",
@@ -103,7 +121,7 @@
},
{
"code": "promsvyazbank",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"name": {
"en": "Promsvyazbank",
@@ -112,7 +130,7 @@
},
{
"code": "alfaclick",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"name": {
"en": "Alfa Click"
@@ -179,7 +197,7 @@
"en": "SEPA Direct Debit"
},
"description": {
- "en": "The SEPA Direct Debit enables to make pan-European collections in euro's on a one-off or recurrent basis. "
+ "en": "SEPA Direct Debit is a popular bank-to-bank payment method used across the Single Euro Payments Area (SEPA), enabling merchants to collect euro-denominated payments directly from customers’ bank accounts. Ideal for recurring payments such as subscriptions, utility bills, and memberships, SEPA Direct Debit offers a reliable and low-cost alternative to card payments in Europe. Customers authorize merchants through a one-time mandate, after which payments can be pulled automatically on agreed dates. This method is known for its convenience, security, and low failure rates, as well as providing merchants with clear settlement timelines and customers with the right to dispute unauthorized transactions. SEPA Direct Debit is supported by virtually all European banks and is fully regulated under EU payment laws, ensuring high compliance and standardization."
}
},
{
@@ -218,7 +236,7 @@
{
"code": "bancoitau",
"vendor": "bancoitau",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"name": {
"en": "Banco Itaú"
@@ -230,7 +248,7 @@
{
"code": "bradescocomercioeletronico",
"vendor": "bradescocomercioeletronico",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"name": {
"en": "Bradesco Comércio Eletrônico"
@@ -242,7 +260,7 @@
{
"code": "enetsdirectdebit",
"vendor": "enetsdirectdebit",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"countries": [
"SG"
@@ -257,7 +275,7 @@
{
"code": "rcbc",
"vendor": "rcbc",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"countries": [
"PH"
@@ -279,13 +297,23 @@
{
"code": "safetypay",
"vendor": "safetypay",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"name": {
"en": "SafetyPay"
},
"description": {
- "en": "SafetyPay is a global, secure Internet payment solution that enables online banking customers to make online purchases from merchants worldwide and pay directly through their local bank account in their local currency. "
+ "en": "SafetyPay is a global, secure Internet payment solution that enables online banking customers to make online purchases from merchants worldwide and pay directly through their local bank account in their local currency."
+ }
+ },
+ {
+ "code": "bank_qr",
+ "category": "alternative",
+ "status": "active",
+ "name": {
+ "en": "Bank QR",
+ "ru": "Bank QR",
+ "uk": "Bank QR"
}
},
{
@@ -297,6 +325,9 @@
],
"name": {
"en": "OKPay"
+ },
+ "description": {
+ "en": "OKPAY was an international electronic wallet and online payment system that enabled users to send and receive money, pay for goods and services, and exchange currencies. The platform supported a wide variety of funding and withdrawal options, including bank transfers, credit cards, and cryptocurrencies, making it particularly versatile for users in regions with limited access to traditional banking. OKPAY catered to both individuals and businesses, offering mass payouts, merchant tools, and multi-currency accounts. Known for its focus on speed and flexibility, it gained popularity among high-risk and cross-border industries. In 2018, OKPAY was acquired by MoneyPolo, and its services were merged into that platform."
}
},
{
@@ -344,10 +375,30 @@
"uk": "Теле2"
}
},
+ {
+ "code": "activ_kcell",
+ "category": "mobile_carrier_billing",
+ "status": "active",
+ "name": {
+ "en": "Kcell/Activ",
+ "ru": "Kcell/Activ",
+ "uk": "Kcell/Activ"
+ }
+ },
+ {
+ "code": "altel_tele2",
+ "category": "mobile_carrier_billing",
+ "status": "active",
+ "name": {
+ "en": "Tele2/Altel",
+ "ru": "Tele2/Altel",
+ "uk": "Tele2/Altel"
+ }
+ },
{
"code": "otpbank",
"vendor": "otpbank",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"countries": [
"SK"
@@ -358,13 +409,13 @@
"uk": "ОТП Банк"
},
"description": {
- "en": "OTP Bank enables its banking clients to shop online using online bank transfers as payment method. Merchants benefit from payment guarantee and swift settlement. "
+ "en": "OTP Bank enables its banking clients to shop online using online bank transfers as payment method. Merchants benefit from payment guarantee and swift settlement."
}
},
{
"code": "euteller",
"vendor": "euteller",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"name": {
"en": "Euteller"
@@ -376,7 +427,7 @@
{
"code": "poppankki",
"vendor": "poppankki",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"countries": [
"FJ"
@@ -391,7 +442,7 @@
{
"code": "komercnibanka",
"vendor": "komercnibanka",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"countries": [
"CZ"
@@ -400,13 +451,13 @@
"en": "Komercni Banka"
},
"description": {
- "en": "Komercni Banka (Czech Republic) enables its online shoppers to pay for goods and services using online bank transfers as payment method. Merchants benefit from payment guarantee and swift settlement. "
+ "en": "Komercni Banka (Czech Republic) enables its online shoppers to pay for goods and services using online bank transfers as payment method. Merchants benefit from payment guarantee and swift settlement."
}
},
{
"code": "krungthaibanknetbanking",
"vendor": "krungthaibanknetbanking",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"countries": [
"TH"
@@ -421,7 +472,7 @@
{
"code": "scbbanknetbanking",
"vendor": "scbbanknetbanking",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"countries": [
"TH"
@@ -436,7 +487,7 @@
{
"code": "krungsrinetbanking",
"vendor": "krungsrinetbanking",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"countries": [
"TH"
@@ -451,7 +502,7 @@
{
"code": "bancopastor",
"vendor": "bancopastor",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"countries": [
"ES"
@@ -460,13 +511,13 @@
"en": "Banco Pastor"
},
"description": {
- "en": "Banco Pastor in Spain enables its customers to pay for goods and services bought over the internet using online bank transfers as payment method. Merchants benefit from payment guarantee and swift settlement. "
+ "en": "Banco Pastor in Spain enables its customers to pay for goods and services bought over the internet using online bank transfers as payment method. Merchants benefit from payment guarantee and swift settlement."
}
},
{
"code": "jyskebank",
"vendor": "jyskebank",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"countries": [
"DK"
@@ -481,7 +532,7 @@
{
"code": "vubbanka",
"vendor": "vubbanka",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"countries": [
"SK"
@@ -496,7 +547,7 @@
{
"code": "alandsbanken",
"vendor": "alandsbanken",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"countries": [
"FJ"
@@ -511,7 +562,7 @@
{
"code": "ingspain",
"vendor": "ingspain",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"countries": [
"AX",
@@ -523,13 +574,13 @@
"uk": "ІНГ Банк | Іспанія"
},
"description": {
- "en": "ING Bank enables its customers to shop online using online bank transfers as payment method. Consumers use their trusted home banking environment, merchants benefit from payment guarantee and swift settlement. "
+ "en": "ING Bank enables its customers to shop online using online bank transfers as payment method. Consumers use their trusted home banking environment, merchants benefit from payment guarantee and swift settlement."
}
},
{
"code": "unicredit",
"vendor": "unicredit",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"countries": [
"BG",
@@ -544,13 +595,13 @@
"uk": "ЮніКредит"
},
"description": {
- "en": "UniCredit enables its online shoppers to pay for goods and services using online bank transfers as payment method. Merchants benefit from payment guarantee and swift settlement. "
+ "en": "UniCredit enables its online shoppers to pay for goods and services using online bank transfers as payment method. Merchants benefit from payment guarantee and swift settlement."
}
},
{
"code": "ideal",
"vendor": "ideal",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"countries": [
"NL"
@@ -565,7 +616,7 @@
{
"code": "kasikornbankkbanknetbanking",
"vendor": "kasikornbankkbanknetbanking",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"countries": [
"TH"
@@ -574,13 +625,13 @@
"en": "Kbank netbanking"
},
"description": {
- "en": "The KasikornThai or Kbank net banking service allows its customers to pay online from their internet banking application. "
+ "en": "The KasikornThai or Kbank net banking service allows its customers to pay online from their internet banking application."
}
},
{
"code": "icicinetbanking",
"vendor": "icicinetbanking",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"countries": [
"IN"
@@ -595,7 +646,7 @@
{
"code": "volksbank",
"vendor": "volksbank",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"countries": [
"CZ",
@@ -605,14 +656,14 @@
"en": "Volksbank"
},
"description": {
- "en": "Volksbank enables its online shoppers to pay for goods and services using online bank transfers as payment method. Merchants benefit from payment guarantee and swift settlement. "
+ "en": "Volksbank enables its online shoppers to pay for goods and services using online bank transfers as payment method. Merchants benefit from payment guarantee and swift settlement."
}
},
{
"code": "moneymail",
"vendor": "moneymail",
- "category": "internet_banking",
- "status": "active",
+ "category": "online_banking",
+ "status": "deprecated",
"name": {
"en": "MoneyMail"
},
@@ -623,7 +674,7 @@
{
"code": "lacaixa",
"vendor": "lacaixa",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"countries": [
"ES"
@@ -632,13 +683,13 @@
"en": "La Caixa"
},
"description": {
- "en": "La Caixa in Spain enables its customers to shop online using online bank transfers as payment method. Consumers use their trusted home banking environment, merchants benefit from payment guarantee and swift settlement. "
+ "en": "La Caixa in Spain enables its customers to shop online using online bank transfers as payment method. Consumers use their trusted home banking environment, merchants benefit from payment guarantee and swift settlement."
}
},
{
"code": "gemoney",
"vendor": "gemoney",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"countries": [
"CZ"
@@ -647,13 +698,13 @@
"en": "GE Money"
},
"description": {
- "en": "GE Money enables its online shoppers to pay for goods and services using online bank transfers as payment method. Merchants benefit from payment guarantee and swift settlement. "
+ "en": "GE Money enables its online shoppers to pay for goods and services using online bank transfers as payment method. Merchants benefit from payment guarantee and swift settlement."
}
},
{
"code": "spankki",
"vendor": "spankki",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"countries": [
"FJ"
@@ -668,7 +719,7 @@
{
"code": "mbank",
"vendor": "mbank",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"countries": [
"AX",
@@ -678,13 +729,14 @@
"en": "mBank (mTransfer)"
},
"description": {
- "en": "mBank (mTransfer) enables its banking clients to shop online using online bank transfers as payment method. Merchants benefit from payment guarantee and swift settlement. "
+ "en": "mBank (mTransfer) enables its banking clients to shop online using online bank transfers as payment method. Merchants benefit from payment guarantee and swift settlement.",
+ "ru": "mBank — это платежный метод, основанный на интернет-банкинге одноименного польского банка. Он позволяет пользователям осуществлять быстрые и безопасные онлайн-платежи напрямую со своего банковского счета, минуя необходимость использования карт. mBank активно применяется в польской электронной коммерции и поддерживает автоматическое перенаправление пользователя на страницу авторизации, после чего транзакция подтверждается в личном кабинете банка. Метод предлагает высокую степень защиты и удобство для клиентов."
}
},
{
"code": "provinciapagos",
"vendor": "provinciapagos",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"countries": [
"AR"
@@ -699,7 +751,7 @@
{
"code": "trustly",
"vendor": "trustly",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"countries": [
"AU",
@@ -741,7 +793,7 @@
{
"code": "hdfcbanknetbankingindia",
"vendor": "hdfcbanknetbankingindia",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"countries": [
"IN"
@@ -750,13 +802,13 @@
"en": "HDFC Bank Netbanking"
},
"description": {
- "en": "The HDFC Bank's online banking (netbanking) service allows its customers to pay online from their home banking application. "
+ "en": "The HDFC Bank's online banking (netbanking) service allows its customers to pay online from their home banking application."
}
},
{
"code": "sepacredittransfer",
"vendor": "sepacredittransfer",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"countries": [
"AX",
@@ -810,7 +862,7 @@
{
"code": "wiretransfer",
"vendor": "wiretransfer",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"name": {
"en": "Wire Transfer"
@@ -822,7 +874,7 @@
{
"code": "inghomepay",
"vendor": "inghomepay",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"countries": [
"BE"
@@ -831,13 +883,13 @@
"en": "Home'Pay"
},
"description": {
- "en": "With ING's Home'Pay you do not even need a credit card to pay for your online purchases. Just pay via the secured Home'Bank connection! "
+ "en": "With ING's Home'Pay you do not even need a credit card to pay for your online purchases. Just pay via the secured Home'Bank connection! "
}
},
{
"code": "citadelelatvia",
"vendor": "citadelelatvia",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"name": {
"en": "Citadele Latvia"
@@ -849,7 +901,7 @@
{
"code": "erstebank",
"vendor": "erstebank",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"countries": [
"HR",
@@ -860,13 +912,13 @@
"en": "Erste Bank"
},
"description": {
- "en": "Erste Bank enables its online shoppers to pay for goods and services using online bank transfers as payment method. Merchants benefit from payment guarantee and swift settlement. "
+ "en": "Erste Bank enables its online shoppers to pay for goods and services using online bank transfers as payment method. Merchants benefit from payment guarantee and swift settlement."
}
},
{
"code": "inteligo",
"vendor": "inteligo",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"countries": [
"AX"
@@ -875,7 +927,7 @@
"en": "Inteligo"
},
"description": {
- "en": "Inteligo Bank (Poland) enables its customers to shop online using online bank transfers as payment method. Consumers use their trusted home banking environment, merchants benefit from payment guarantee and swift settlement. "
+ "en": "Inteligo Bank (Poland) enables its customers to shop online using online bank transfers as payment method. Consumers use their trusted home banking environment, merchants benefit from payment guarantee and swift settlement."
}
},
{
@@ -916,7 +968,7 @@
"code": "paymer",
"vendor": "webmoney",
"category": "alternative",
- "status": "active",
+ "status": "deprecated",
"countries": [
"UA"
],
@@ -1028,7 +1080,7 @@
"code": "wmcard",
"vendor": "webmoney",
"category": "alternative",
- "status": "active",
+ "status": "deprecated",
"name": {
"en": "WebMoney card",
"ru": "WebMoney карта",
@@ -1039,7 +1091,7 @@
"code": "wmnote",
"vendor": "webmoney",
"category": "alternative",
- "status": "active",
+ "status": "deprecated",
"name": {
"en": "WebMoney note"
}
@@ -1078,6 +1130,10 @@
],
"name": {
"en": "Oxxo"
+ },
+ "description": {
+ "ru": "OXXO — это популярный в Мексике метод оплаты на основе наличного расчета, при котором пользователь генерирует счет онлайн и оплачивает его в одном из тысяч физических пунктов сети OXXO. Метод особенно востребован среди клиентов без банковских карт или аккаунтов, и широко используется в электронной коммерции, сфере услуг и при оплате счетов.",
+ "en": "OXXO is a popular cash-based payment method in Mexico in which a user generates a bill online and pays at one of the thousands of physical locations in the OXXO network. The method is particularly popular among customers without bank cards or accounts, and is widely used in e-commerce, services and bill payment."
}
},
{
@@ -1123,7 +1179,7 @@
{
"code": "csob",
"vendor": "csob",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"countries": [
"CZ",
@@ -1133,7 +1189,7 @@
"en": "CSOB"
},
"description": {
- "en": "CSOB Bank enables its online shoppers to pay for goods and services using online bank transfers as payment method. Merchants benefit from payment guarantee and swift settlement. "
+ "en": "CSOB Bank enables its online shoppers to pay for goods and services using online bank transfers as payment method. Merchants benefit from payment guarantee and swift settlement."
}
},
{
@@ -1160,7 +1216,7 @@
"uk": "Apple Pay"
},
"description": {
- "en": "Apple Pay is the new mobile payment system by Apple. Apple Pay uses NFC technology for contactless payments in store, and can be used for online and in-app purchases. "
+ "en": "Apple Pay is the new mobile payment system by Apple. Apple Pay uses NFC technology for contactless payments in store, and can be used for online and in-app purchases."
}
},
{
@@ -1180,7 +1236,7 @@
{
"code": "paydirekt",
"vendor": "paydirekt",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"countries": [
"DE"
@@ -1235,7 +1291,21 @@
"en": "Payshop"
},
"description": {
- "en": "Payshop is a Portugese online checkout method whereby consumers pay for their internet purchases at Payshop accepting brick-and-mortar shops. Shoppers get an Payshop 'invoice' which they pay in cash or via electronic payment at a physical location. "
+ "en": "Payshop is a Portugese online checkout method whereby consumers pay for their internet purchases at Payshop accepting brick-and-mortar shops. Shoppers get an Payshop 'invoice' which they pay in cash or via electronic payment at a physical location."
+ }
+ },
+ {
+ "code": "bizum",
+ "vendor": "bizum",
+ "category": "online_banking",
+ "status": "active",
+ "name": {
+ "en": "Bizum",
+ "ru": "Bizum",
+ "uk": "Bizum"
+ },
+ "description": {
+ "en": "The Bizum service is a joint project of Spanish banks that is part of the digital innovation initiatives to meet the new needs of its customers."
}
},
{
@@ -1250,7 +1320,7 @@
"en": "Capayable"
},
"description": {
- "en": "Capayable is a Dutch innovative payment solution for webshops. Capayable provides pay after delivery and a unique new payment solution: pay in three installments without interest! "
+ "en": "Capayable is a Dutch innovative payment solution for webshops. Capayable provides pay after delivery and a unique new payment solution: pay in three installments without interest! "
}
},
{
@@ -1265,14 +1335,14 @@
"en": "paylib"
},
"description": {
- "en": "Digital wallet Paylib allows French consumers to easily pay for their online and mobile purchases. "
+ "en": "Digital wallet Paylib allows French consumers to easily pay for their online and mobile purchases."
}
},
{
"code": "webmoneytransfer",
"vendor": "webmoneytransfer",
"category": "digital_wallet",
- "status": "active",
+ "status": "deprecated",
"countries": [
"AR",
"BO",
@@ -1294,7 +1364,7 @@
"en": "WebMoney Transfer"
},
"description": {
- "en": "WebMoney Transfer, established in 1998 - is the biggest electronic payment system in Russia and CIS, with 25 million registered users and more than 20 thousand merchants. "
+ "en": "WebMoney Transfer, established in 1998 - is the biggest electronic payment system in Russia and CIS, with 25 million registered users and more than 20 thousand merchants. "
}
},
{
@@ -1406,7 +1476,7 @@
"en": "MobiKwik"
},
"description": {
- "en": "Mobikwik is India’s fastest growing mobile wallet solution. Mobikwik can be used for online and in-app purchases, mobile top-ups and bill payments (utilities, insurance). Already over 5 million Indian consumers use the Mobikwik wallet. "
+ "en": "Mobikwik is India’s fastest growing mobile wallet solution. Mobikwik can be used for online and in-app purchases, mobile top-ups and bill payments (utilities, insurance). Already over 5 million Indian consumers use the Mobikwik wallet."
}
},
{
@@ -1432,7 +1502,8 @@
"en": "Tenpay"
},
"description": {
- "en": "Tenpay is a major Chinese payments solution enabling Chinese consumers to pay online and cross-border. Tenpay is similar to PayPal and allows for payments between persons and businesses. Tenpay wallets can be topped up with cash, (e-)bank transfers and stored credit or debit cards."
+ "en": "Tenpay is a major Chinese payments solution enabling Chinese consumers to pay online and cross-border. Tenpay is similar to PayPal and allows for payments between persons and businesses. Tenpay wallets can be topped up with cash, (e-)bank transfers and stored credit or debit cards.",
+ "ru": "Tenpay — это китайская платежная система, разработанная Tencent, лежащая в основе WeChat Pay. Она обеспечивает быстрые и безопасные переводы, онлайн- и офлайн-оплату, привязку банковских карт и проведение транзакций в экосистеме Tencent. Tenpay активно используется в Китае для e-commerce, транспорта, игр и повседневных трат, обеспечивая высокую доступность и удобство для пользователей."
}
},
{
@@ -1484,6 +1555,14 @@
"en": "E-Pay"
}
},
+ {
+ "code": "pay4fun",
+ "category": "digital_wallet",
+ "status": "active",
+ "name": {
+ "en": "Pay4Fun"
+ }
+ },
{
"code": "rbkmoney",
"category": "digital_wallet",
@@ -1523,7 +1602,7 @@
{
"code": "postovabanka",
"vendor": "postovabanka",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"countries": [
"SK"
@@ -1532,17 +1611,7 @@
"en": "Postová Banka"
},
"description": {
- "en": "Poštová banka in Slovakia enables its banking clients to shop online using online bank transfers as payment method. Merchants benefit from payment guarantee and swift settlement. "
- }
- },
- {
- "code": "cash",
- "category": "alternative",
- "status": "active",
- "name": {
- "en": "Cash",
- "ru": "Наличные",
- "uk": "Готівка"
+ "en": "Poštová banka in Slovakia enables its banking clients to shop online using online bank transfers as payment method. Merchants benefit from payment guarantee and swift settlement."
}
},
{
@@ -1573,7 +1642,7 @@
"en": "Barzahlen"
},
"description": {
- "en": "Barzahlen offers cash payment solutions to online shops and a secure, transparent payment method to customers in Germany. "
+ "en": "Barzahlen offers cash payment solutions to online shops and a secure, transparent payment method to customers in Germany."
}
},
{
@@ -1689,7 +1758,7 @@
{
"code": "russianpost",
"category": "cash_on_delivery",
- "status": "active",
+ "status": "deprecated",
"name": {
"en": "Russian Post",
"ru": "Почта Росии",
@@ -1698,7 +1767,7 @@
},
{
"code": "privat24",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"name": {
"en": "Privat24",
@@ -1751,6 +1820,16 @@
"uk": "Банківський переказ"
}
},
+ {
+ "code": "sepa_transfer",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "Sepa Transfer",
+ "uk": "Sepa Transfer",
+ "ru": "Sepa Transfer"
+ }
+ },
{
"code": "bank_transfer",
"category": "bank_transfer",
@@ -1790,7 +1869,8 @@
"en": "Direct Debit"
},
"description": {
- "en": "A direct debit is a transaction whereby funds are withdrawn from the customer's bank account. When a shopper selects the direct debit payment option upon checkout, the merchant is allowed to charge the purchase amount and collect it from the shopper's bank account."
+ "en": "A direct debit is a transaction whereby funds are withdrawn from the customer's bank account. When a shopper selects the direct debit payment option upon checkout, the merchant is allowed to charge the purchase amount and collect it from the shopper's bank account.",
+ "uk": "Direct Debit — це метод безготівкової оплати, який дозволяє компаніям автоматично списувати кошти з банківського рахунку клієнта за попередньою згодою. Найбільш поширений у Великобританії, країнах ЄС та Австралії, він широко використовується для регулярних платежів: комунальні послуги, оренда, страхування, підписки. Direct Debit забезпечує низькі комісії, високу автоматизацію та передбачуваність платежів для бізнесу. Водночас клієнти мають можливість оскаржити списання у разі помилки. "
}
},
{
@@ -1849,6 +1929,32 @@
"code": "payment_card",
"category": "payment_card",
"status": "active",
+ "name": {
+ "en": "Payment card",
+ "ru": "Платежная карта",
+ "uk": "Платіжна карта"
+ },
+ "description": {
+ "en": "A payment card is a widely used financial instrument that allows consumers to make purchases, withdraw cash, and complete other financial transactions electronically. This category includes credit cards, debit cards, and prepaid cards, all of which are issued by banks or financial institutions and linked to either a line of credit, a bank account, or a preloaded balance. Payment cards are accepted globally across online and in-store channels and are supported by major card networks such as Visa, Mastercard, American Express, and others. They offer convenience, speed, and often additional features like fraud protection, cashback, and travel insurance. For merchants, accepting payment cards means broader customer reach, higher conversion rates, and access to billions of cardholders worldwide. Payment card transactions are typically processed through secure, PCI DSS-compliant infrastructures, ensuring data safety and operational reliability.",
+ "uk": "Платіжна картка — це загальна категорія способів оплати, що охоплює дебетові, кредитні, передплачені та корпоративні картки, які емітуються банками або фінансовими установами. Вони підтримуються основними платіжними мережами, такими як Visa, Mastercard, American Express та інші. Оплата карткою — один із найпоширеніших методів у світі завдяки швидкості, зручності, можливості зворотного платежу та високому рівню захисту. Платіжні картки використовуються як у фізичних магазинах, так і в онлайн-торгівлі.",
+ "es": "Las tarjetas de pago, que incluyen tarjetas de crédito, débito y prepago, son uno de los métodos de pago más utilizados a nivel global. Emitidas por redes como Visa, Mastercard, American Express o JCB, permiten a los consumidores realizar pagos físicos y en línea con rapidez y seguridad. Además de ser ampliamente aceptadas, ofrecen funciones como pagos sin contacto, protección contra fraudes y programas de fidelidad. Este y más de 500 proveedores ya están integrados en la plataforma de orquestación de pagos de Corefy, lo que permite a nuestros clientes comenzar a usar la integración al instante sin necesidad de programación, simplemente introduciendo sus credenciales MID en el panel de Corefy.",
+ "ru": "Платежная карта — это обобщенный метод, охватывающий оплату с помощью банковских карт, включая кредитные, дебетовые и предоплаченные карты. Этот способ оплаты остается наиболее распространенным в мире и поддерживает глобальные платежные системы, такие как Visa, Mastercard, American Express и другие. Он применяется во всех сферах электронной коммерции благодаря универсальности и удобству."
+ }
+ },
+ {
+ "code": "paybis",
+ "category": "alternative",
+ "status": "active",
+ "name": {
+ "en": "Paybis",
+ "ru": "Paybis",
+ "uk": "Paybis"
+ }
+ },
+ {
+ "code": "payment_card_crypto",
+ "category": "payment_card",
+ "status": "active",
"name": {
"en": "Payment card",
"ru": "Платежная карта",
@@ -1896,7 +2002,7 @@
{
"code": "vtb24",
"vendor": "vtb24",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"name": {
"en": "VTB24",
@@ -1907,7 +2013,7 @@
{
"code": "account2account",
"vendor": "account2account",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"countries": [
"AU",
@@ -1933,7 +2039,7 @@
{
"code": "belfiusdirectnet",
"vendor": "belfiusdirectnet",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"countries": [
"BE"
@@ -1948,7 +2054,7 @@
{
"code": "mazooma",
"vendor": "mazooma",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"name": {
"en": "Mazooma"
@@ -1960,7 +2066,7 @@
{
"code": "interac",
"vendor": "interac",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"countries": [
"CA"
@@ -1969,7 +2075,8 @@
"en": "Interac Online"
},
"description": {
- "en": "INTERAC Online allows Canadian shoppers to pay for goods and services online, directly from their trusted online bank environment. Merchants benefit from secure and immediate debit payments with relatively low transaction costs."
+ "en": "INTERAC Online allows Canadian shoppers to pay for goods and services online, directly from their trusted online bank environment. Merchants benefit from secure and immediate debit payments with relatively low transaction costs.",
+ "uk": "Interac — канадська міжбанківська платіжна система, яка дозволяє здійснювати перекази між рахунками, оплачувати товари та послуги, використовуючи дебетові картки, онлайн-банкінг або мобільні додатки. Interac підтримується більшістю банків Канади та забезпечує високий рівень безпеки завдяки авторизації через банківські системи. Найпопулярніші сервіси — Interac e-Transfer та Interac Debit. "
}
},
{
@@ -1982,7 +2089,7 @@
},
{
"code": "interkassa",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"name": {
"en": "Interkassa",
@@ -1992,7 +2099,7 @@
},
{
"code": "psbretail",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"name": {
"en": "PSB-Retail"
@@ -2000,7 +2107,7 @@
},
{
"code": "epese",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"name": {
"en": "Epese"
@@ -2008,7 +2115,7 @@
},
{
"code": "erip",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"name": {
"en": "Erip"
@@ -2071,10 +2178,82 @@
"uk": "Тінькофф"
}
},
+ {
+ "code": "mefete",
+ "category": "alternative",
+ "status": "active",
+ "description": {
+ "en": "Mefete is a Turkish digital wallet and payment service developed by Erpa Ödeme Hizmetleri ve Elektronik Para A.Ş., licensed by the Central Bank of Turkey. Designed to provide 24/7 financial services, Mefete enables users to send, receive, and spend money instantly through its mobile application, eliminating the need for traditional banking hours or physical bank visits. The platform supports various transactions, including peer-to-peer transfers and payments to member establishments, and offers features like QR code payments for added convenience. Mefete’s infrastructure ensures secure and efficient transactions, making it a popular choice among users seeking flexible and accessible financial solutions in Turkey. This and 500+ providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard.",
+ "ru": "Mefete — это турецкий цифровой кошелек и платежный сервис, разработанный компанией Erpa Ödeme Hizmetleri ve Elektronik Para A.Ş., лицензированной Центральным банком Турции. Платформа предоставляет круглосуточный доступ к финансовым услугам, позволяя пользователям мгновенно отправлять, получать и тратить средства через мобильное приложение, без необходимости посещения банка или соблюдения банковских часов. Mefete поддерживает различные типы транзакций, включая переводы между пользователями и платежи в пользу подключенных торговых точек, а также предлагает такие функции, как оплата по QR-коду для удобства. Инфраструктура Mefete обеспечивает безопасность и эффективность операций, благодаря чему сервис пользуется популярностью среди пользователей, ищущих гибкие и доступные финансовые решения в Турции. Этот и более 500 других провайдеров уже интегрированы в платформу оркестрации платежей Corefy, что позволяет нашим клиентам мгновенно начать пользоваться интеграцией без программирования — достаточно ввести MID-данные в личном кабинете Corefy."
+ },
+ "name": {
+ "en": "Mefete",
+ "ru": "Mefete",
+ "uk": "Mefete"
+ }
+ },
+ {
+ "code": "payfix",
+ "category": "alternative",
+ "status": "active",
+ "name": {
+ "en": "Payfix",
+ "ru": "Payfix",
+ "uk": "Payfix"
+ },
+ "description": {
+ "en": "PayFix is a licensed electronic money institution based in Turkey, offering digital wallet and payment solutions for both individuals and businesses. Regulated by the Central Bank of the Republic of Turkey, PayFix enables users to perform secure and fast financial transactions, including money transfers, bill payments, and online purchases. The platform provides a mobile wallet that supports Turkish Lira transactions and features such as IBAN creation, QR code payments, and integration with local banking systems. For merchants, PayFix offers tools to accept payments online, manage customer transactions, and track financial activities via a user-friendly interface. This and 500+ providers are already integrated to Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard.",
+ "es": "Payfix es un proveedor de pagos digitales con sede en Turquía que ofrece servicios de wallet electrónica para consumidores y soluciones de procesamiento de pagos para comerciantes. Su plataforma permite depósitos, retiros, transferencias y pagos en línea, y es comúnmente utilizada para juegos, apuestas y servicios financieros digitales. Payfix está autorizado por la Autoridad de Regulación y Supervisión de Instituciones Financieras de Turquía. Este y más de 500 proveedores ya están integrados en la plataforma de orquestación de pagos de Corefy, lo que permite a nuestros clientes comenzar a usar la integración al instante sin necesidad de programación, simplemente introduciendo sus credenciales MID en el panel de Corefy.",
+ "ru": "Payfix — это турецкий электронный кошелек, предоставляющий пользователям возможность отправлять и получать деньги, пополнять баланс и оплачивать товары и услуги в интернете. Payfix позволяет проводить операции в национальной валюте, подключен к локальным банковским системам и используется как альтернатива традиционным банковским продуктам. Метод популярен среди пользователей, предпочитающих мобильные и гибкие платежные решения."
+ }
+ },
+ {
+ "code": "parazula",
+ "category": "alternative",
+ "status": "active",
+ "name": {
+ "en": "Parazula",
+ "ru": "Parazula",
+ "uk": "Parazula"
+ },
+ "description": {
+ "en": "Parazula is a Turkish digital wallet and payment application developed by ERPA Ödeme Hizmetleri ve Elektronik Para A.Ş., licensed by the Central Bank of Turkey. It allows users to perform instant money transfers and payments at any time, including weekends and outside of traditional banking hours. The platform supports transactions such as sending and receiving funds between Parazula accounts, topping up balances via bank transfers, and making payments at partner merchants. Parazula emphasizes user convenience and security, offering a mobile application that enables users to manage their finances efficiently. This and 500+ providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard."
+ }
+ },
+ {
+ "code": "fups",
+ "category": "alternative",
+ "status": "active",
+ "name": {
+ "en": "Fups",
+ "ru": "Fups",
+ "uk": "Fups"
+ }
+ },
+ {
+ "code": "cmt",
+ "category": "alternative",
+ "status": "active",
+ "name": {
+ "en": "CMT",
+ "ru": "CMT",
+ "uk": "CMT"
+ }
+ },
+ {
+ "code": "pep",
+ "category": "alternative",
+ "status": "active",
+ "name": {
+ "en": "Pep",
+ "ru": "Pep",
+ "uk": "Pep"
+ }
+ },
{
"code": "santander",
"vendor": "santander",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"countries": [
"ES"
@@ -2089,7 +2268,7 @@
{
"code": "bancobrasil",
"vendor": "bancobrasil",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"countries": [
"BR"
@@ -2098,7 +2277,7 @@
"en": "Banco do Brasil"
},
"description": {
- "en": "Banco do Brasil allow its banking clients to use online banking to complete their online purchases. Merchants benefit from payment guarantee and swift settlement. "
+ "en": "Banco do Brasil allow its banking clients to use online banking to complete their online purchases. Merchants benefit from payment guarantee and swift settlement."
}
},
{
@@ -2112,7 +2291,7 @@
{
"code": "ceskasporitelna",
"vendor": "ceskasporitelna",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"countries": [
"CZ"
@@ -2121,13 +2300,13 @@
"en": "Ceská Sporitelna"
},
"description": {
- "en": "Česká spořitelna enables its online shoppers to pay for goods and services using online bank transfers as payment method. Merchants benefit from payment guarantee and swift settlement. "
+ "en": "Česká spořitelna enables its online shoppers to pay for goods and services using online bank transfers as payment method. Merchants benefit from payment guarantee and swift settlement."
}
},
{
"code": "osuuspankki",
"vendor": "osuuspankki",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"countries": [
"FJ"
@@ -2142,19 +2321,22 @@
{
"code": "inpay",
"vendor": "inpay",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"name": {
"en": "inpay"
},
"description": {
- "en": "Founded in 2007, inpay's vision is to become the preferred provider of real-time online bank payment solutions for internet retailers worldwide. inpay"
+ "en": "Founded in 2007, inpay's vision is to become the preferred provider of real-time online bank payment solutions for internet retailers worldwide. inpay",
+ "de": "Inpay ist ein dänischer Zahlungsdienstleister mit globaler Ausrichtung, der sich auf grenzüberschreitende Banküberweisungen spezialisiert hat. Das Unternehmen wurde gegründet, um internationalen Zahlungsverkehr schneller, kostengünstiger und transparenter zu gestalten – insbesondere für Banken, Finanzinstitute, Glücksspielunternehmen, E-Commerce und NGOs. Inpay ermöglicht es Händlern, lokale Banküberweisungen in über 100 Ländern anzubieten, ohne dass diese selbst lokale Bankkonten benötigen. Die Plattform verarbeitet Zahlungen in Echtzeit oder am selben Tag, mit Fokus auf Sicherheit, regulatorische Konformität und einfache Integration über eine standardisierte API. Inpay ist von der dänischen Finanzaufsichtsbehörde reguliert und verfügt über eine PCI-DSS-Zertifizierung sowie umfangreiche Anti-Geldwäsche- und KYC-Prozesse. Besonders attraktiv ist Inpay für Unternehmen, die global tätig sind und ihren Kunden lokale Zahlungsoptionen ohne Kreditkarten anbieten möchten. Inpay und über 500 weitere Anbieter sind bereits in Corefys Payment-Orchestration-Plattform integriert, wodurch unsere Kunden die Integration sofort und ohne Programmieraufwand nutzen können – einfach durch Eingabe ihrer MID-Zugangsdaten im Corefy-Dashboard.",
+ "es": "Inpay es una empresa global de pagos transfronterizos con sede en Dinamarca que permite a bancos, PSP y empresas realizar transferencias internacionales de forma rápida, económica y segura. Su tecnología permite liquidaciones locales en más de 100 países, reduciendo los costos y tiempos asociados con los pagos SWIFT tradicionales. Inpay destaca por su cumplimiento normativo y su enfoque en la inclusión financiera. Este y más de 500 proveedores ya están integrados en la plataforma de orquestación de pagos de Corefy, lo que permite a nuestros clientes comenzar a usar la integración al instante sin necesidad de programación, simplemente introduciendo sus credenciales MID en el panel de Corefy.",
+ "fr": "Inpay est un fournisseur de solutions de virement bancaire international basé au Danemark. Il permet aux entreprises d’effectuer et de recevoir des paiements transfrontaliers en utilisant les systèmes bancaires locaux dans plus de 60 pays, tout en offrant des règlements rapides et à faible coût. Inpay est particulièrement utile pour les entreprises du e-commerce, des jeux en ligne, des dons caritatifs et des services financiers. Il garantit la conformité réglementaire, une transparence accrue, et une réduction des frais liés aux virements SWIFT classiques. Cette méthode de paiement, ainsi que plus de 500 autres, est déjà intégrée à la plateforme d’orchestration de paiements de Corefy, permettant à nos clients de commencer à l’utiliser instantanément, sans codage, en saisissant simplement leurs identifiants MID dans le tableau de bord Corefy."
}
},
{
"code": "banklink",
"vendor": "banklink",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"countries": [
"LV"
@@ -2180,7 +2362,7 @@
{
"code": "ekonto",
"vendor": "ekonto",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"countries": [
"CZ",
@@ -2190,19 +2372,19 @@
"en": "eKonto"
},
"description": {
- "en": "eKonto is a type of a bank account available through Raiffeisen Bank in the Czech Republic and Slovakia. This type of method of payment is definitely "
+ "en": "eKonto is a type of a bank account available through Raiffeisen Bank in the Czech Republic and Slovakia. This type of method of payment is definitely"
}
},
{
"code": "kbcbetaalknop",
"vendor": "kbcbetaalknop",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"countries": [
"BE"
],
"name": {
- "en": "KBC \/ CBC Online"
+ "en": "KBC / CBC Online"
},
"description": {
"en": "KBC Online and CBC online is a secure payment system exclusively for clients of KBC and CBC Banks."
@@ -2211,7 +2393,7 @@
{
"code": "tatrabanka",
"vendor": "tatrabanka",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"countries": [
"SK"
@@ -2220,13 +2402,13 @@
"en": "Tatra Banka"
},
"description": {
- "en": "Tatra Banka in Slovakia enables its banking clients to shop online using online bank transfers as payment method. Merchants benefit from payment guarantee and swift settlement. "
+ "en": "Tatra Banka in Slovakia enables its banking clients to shop online using online bank transfers as payment method. Merchants benefit from payment guarantee and swift settlement."
}
},
{
"code": "giropay",
"vendor": "giropay",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"countries": [
"DE"
@@ -2235,13 +2417,13 @@
"en": "Giropay"
},
"description": {
- "en": "giropay is one of the popular online payment methods in Germany. giropay enables German consumers to pay online using their trusted online banking account. Merchants receive instant confirmation and are guaranteed of payment. "
+ "en": "giropay is one of the popular online payment methods in Germany. giropay enables German consumers to pay online using their trusted online banking account. Merchants receive instant confirmation and are guaranteed of payment."
}
},
{
"code": "bancodobrasil",
"vendor": "bancodobrasil",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"name": {
"en": "Banco do Brasil"
@@ -2250,7 +2432,7 @@
{
"code": "bankinter",
"vendor": "bankinter",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"countries": [
"ES"
@@ -2259,13 +2441,13 @@
"en": "Bank Inter"
},
"description": {
- "en": "Bank Inter in Spain enables its online shoppers to pay for goods and services using online bank transfers as payment method. Merchants benefit from payment guarantee and swift settlement. "
+ "en": "Bank Inter in Spain enables its online shoppers to pay for goods and services using online bank transfers as payment method. Merchants benefit from payment guarantee and swift settlement."
}
},
{
"code": "sebbank",
"vendor": "sebbank",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"countries": [
"EE",
@@ -2313,6 +2495,10 @@
],
"name": {
"en": "Perfect Money Account"
+ },
+ "description": {
+ "es": "Perfect Money es una plataforma financiera que permite a los usuarios realizar pagos instantáneos y transferencias en línea, así como almacenar fondos en varias divisas, incluido oro digital. Es comúnmente utilizada en mercados donde los sistemas financieros tradicionales son limitados. Los usuarios pueden depositar y retirar fondos mediante transferencias bancarias, tarjetas, criptomonedas o intercambiadores autorizados. Este y más de 500 proveedores ya están integrados en la plataforma de orquestación de pagos de Corefy, lo que permite a nuestros clientes comenzar a usar la integración al instante sin necesidad de programación, simplemente introduciendo sus credenciales MID en el panel de Corefy.",
+ "en": "Perfect Money is a financial platform that allows users to make instant payments and transfers online, as well as store funds in various currencies, including digital gold. It is commonly used in markets where traditional financial systems are limited. Users can deposit and withdraw funds via bank transfers, cards, cryptocurrencies or authorized exchangers. This and more than 500 other providers are already integrated into Corefy's payment orchestration platform, allowing our clients to start using the integration instantly with no programming required, simply by entering their MID credentials into the Corefy dashboard."
}
},
{
@@ -2324,7 +2510,7 @@
"en": "Zapp"
},
"description": {
- "en": "Zapp is the UK’s leading mobile payment innovation. Zapp allows you to receive instant payments from customers using the simplest mobile enabled checkout process, meaning businesses can sell more whilst keeping costs low. "
+ "en": "Zapp is the UK’s leading mobile payment innovation. Zapp allows you to receive instant payments from customers using the simplest mobile enabled checkout process, meaning businesses can sell more whilst keeping costs low."
}
},
{
@@ -2353,7 +2539,7 @@
"code": "russian_standart_bank",
"vendor": "russkijstandart",
"category": "mobile_payment",
- "status": "active",
+ "status": "deprecated",
"name": {
"en": "Russian Standard Bank",
"ru": "Русский стандарт",
@@ -2363,7 +2549,7 @@
{
"code": "slovenskasporitelna",
"vendor": "slovenskasporitelna",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"countries": [
"SK"
@@ -2372,13 +2558,13 @@
"en": "Slovenská Sporitelña"
},
"description": {
- "en": "Slovenská Sporitelña in Slovakia enables its banking clients to shop online using online bank transfers as payment method. Merchants benefit from payment guarantee and swift settlement. "
+ "en": "Slovenská Sporitelña in Slovakia enables its banking clients to shop online using online bank transfers as payment method. Merchants benefit from payment guarantee and swift settlement."
}
},
{
"code": "handelsbanken",
"vendor": "handelsbanken",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"countries": [
"FJ",
@@ -2465,14 +2651,14 @@
"code": "yandexmoney",
"vendor": "yandex",
"category": "digital_wallet",
- "status": "active",
+ "status": "deprecated",
"name": {
"en": "Yandex.Money",
"ru": "Яндекс.Деньги",
"uk": "Yandex.Money"
},
"description": {
- "en": "Yandex.Money is the largest electronic payment service in Russia, offering easy, safe, and reliable methods of paying and accepting payments online from bank cards, e-wallets, mobile phone balances, and in cash via payment kiosks. "
+ "en": "Yandex.Money is the largest electronic payment service in Russia, offering easy, safe, and reliable methods of paying and accepting payments online from bank cards, e-wallets, mobile phone balances, and in cash via payment kiosks. "
}
},
{
@@ -2511,19 +2697,7 @@
"en": "V.me by Visa"
},
"description": {
- "en": "V.me simplifies the payment experience for online or in-app shoppers. "
- }
- },
- {
- "code": "alipay",
- "vendor": "alipay",
- "category": "digital_wallet",
- "status": "active",
- "name": {
- "en": "Alipay.com"
- },
- "description": {
- "en": "Alipay is China's leading third-party online payment solution, providing an easy, safe and secure way for millions of individuals and businesses to ma"
+ "en": "V.me simplifies the payment experience for online or in-app shoppers."
}
},
{
@@ -2550,7 +2724,8 @@
"en": "PAYSBUY"
},
"description": {
- "en": "PAYSBUY is an online payment service that allows member to instantly and securely send money to anyone with an email address and a bank account in Thailand."
+ "en": "PAYSBUY is an online payment service that allows member to instantly and securely send money to anyone with an email address and a bank account in Thailand.",
+ "de": "Paysbuy ist ein thailändischer Zahlungsdienstleister, der sowohl E-Wallets als auch Online-Zahlungsgateways anbietet. Die Plattform unterstützt Kreditkarten, Banküberweisungen und lokale Zahlungsmethoden wie 7-Eleven-Zahlungen. Paysbuy ist bei thailändischen Online-Händlern und Verbrauchern besonders beliebt, da es schnelle, sichere und lokal angepasste Zahlungen ermöglicht. Die Integration erfolgt über eine benutzerfreundliche API oder vorgefertigte Plugins. Paysbuy und über 500 weitere Anbieter sind bereits in Corefys Payment-Orchestration-Plattform integriert, wodurch unsere Kunden die Integration sofort und ohne Programmieraufwand nutzen können – einfach durch Eingabe ihrer MID-Zugangsdaten im Corefy-Dashboard."
}
},
{
@@ -2562,7 +2737,7 @@
"en": "PayZippy"
},
"description": {
- "en": "PayZippy, built by Flipkart, is a fresh new approach to online\/mobile payments with a vision to make digital payments happen in India!"
+ "en": "PayZippy, built by Flipkart, is a fresh new approach to online/mobile payments with a vision to make digital payments happen in India!"
}
},
{
@@ -2607,7 +2782,8 @@
"en": "Rapipago"
},
"description": {
- "en": "Rapipago from Argentina is an offline payment method used for online purchases. Shoppers buy their goods and services online and pay offline at one the 6,000+ Rapipago payment locations."
+ "en": "Rapipago from Argentina is an offline payment method used for online purchases. Shoppers buy their goods and services online and pay offline at one the 6,000+ Rapipago payment locations.",
+ "ru": "Rapipago — это популярная в Аргентине платежная система, основанная на наличных платежах. Пользователь может сгенерировать счет на оплату онлайн, а затем произвести платеж в одном из тысяч физических пунктов Rapipago, таких как киоски, аптеки или супермаркеты. Метод особенно популярен среди пользователей без доступа к банковским картам и используется для оплаты интернет-заказов, счетов и услуг."
}
},
{
@@ -2626,7 +2802,7 @@
"code": "moneta",
"vendor": "moneta",
"category": "digital_wallet",
- "status": "active",
+ "status": "deprecated",
"name": {
"en": "Moneta"
},
@@ -2654,6 +2830,15 @@
"en": "MercadoPago is the leading online payment solution in Latin America. It has operations in Argentina, Brazil, Chile, Colombia, Mexico and Venezuela."
}
},
+ {
+ "code": "naranjax",
+ "vendor": "naranjax",
+ "category": "digital_wallet",
+ "status": "active",
+ "name": {
+ "en": "Naranja X"
+ }
+ },
{
"code": "toditocash",
"vendor": "toditocash",
@@ -2666,7 +2851,7 @@
"en": "Todito Cash"
},
"description": {
- "en": "Change the way you make your online payments. Pay in a wide variety of merchants like: casinos, videogames, e-commerce, movie tickets, cellphone prepaid services\/minutes and more."
+ "en": "Change the way you make your online payments. Pay in a wide variety of merchants like: casinos, videogames, e-commerce, movie tickets, cellphone prepaid services/minutes and more."
}
},
{
@@ -2678,7 +2863,7 @@
"en": "Boleto Bancario"
},
"description": {
- "en": "Boleto Bancário is the preferred Brazilian payment method that acts as a 'pro-forma invoice'. Brazilian consumers can complete their online purchases by paying cash at physical stores or use internet banking. "
+ "en": "Boleto Bancário is the preferred Brazilian payment method that acts as a 'pro-forma invoice'. Brazilian consumers can complete their online purchases by paying cash at physical stores or use internet banking."
}
},
{
@@ -2690,7 +2875,7 @@
"en": "DOKU Wallet"
},
"description": {
- "en": "DOKU wallet acts as a virtual wallet and can be used by Indonesian shoppers only. DOKU wallet users can purchase goods and services online by using their topped up value. Top-ups can be done via credit cards, online bank transfer or cash payment. "
+ "en": "DOKU wallet acts as a virtual wallet and can be used by Indonesian shoppers only. DOKU wallet users can purchase goods and services online by using their topped up value. Top-ups can be done via credit cards, online bank transfer or cash payment."
}
},
{
@@ -2729,7 +2914,8 @@
"en": "Billink"
},
"description": {
- "en": "Billink enables Dutch consumers to shop online and pay later. Billink absorbes the risk for non-payment for merchants and increases conversion by simplifying checkout on any device."
+ "en": "Billink enables Dutch consumers to shop online and pay later. Billink absorbes the risk for non-payment for merchants and increases conversion by simplifying checkout on any device.",
+ "de": "Billink ist eine niederländische Zahlungsmethode für den Kauf auf Rechnung, die es Verbrauchern ermöglicht, Produkte erst nach Erhalt zu bezahlen. Die Lösung richtet sich an Online-Händler im B2C- und B2B-Segment und ist besonders im niederländischen Markt verbreitet. Billink übernimmt das Risiko des Zahlungsausfalls, führt Bonitätsprüfungen in Echtzeit durch und bietet flexible Zahlungsziele für Endkunden. Für Händler bedeutet das eine sichere Zahlungsgarantie, höhere Conversion-Raten und Kundenzufriedenheit. Billink und über 500 weitere Anbieter sind bereits in Corefys Payment-Orchestration-Plattform integriert, wodurch unsere Kunden die Integration sofort und ohne Programmieraufwand nutzen können – einfach durch Eingabe ihrer MID-Zugangsdaten im Corefy-Dashboard."
}
},
{
@@ -2750,6 +2936,17 @@
"en": "Piastrix"
}
},
+ {
+ "code": "kvitum",
+ "vendor": "kvitum",
+ "category": "digital_wallet",
+ "status": "active",
+ "name": {
+ "en": "Qostiq",
+ "ru": "Qostiq",
+ "uk": "Qostiq"
+ }
+ },
{
"code": "afterpay",
"vendor": "afterpay",
@@ -2767,7 +2964,9 @@
"en": "AfterPay"
},
"description": {
- "en": "AfterPay is a Dutch company which develops and provides innovative post-payment methods for web shops and third parties offering online payment. After"
+ "en": "AfterPay is a Dutch company which develops and provides innovative post-payment methods for web shops and third parties offering online payment. After",
+ "ru": "Afterpay — это популярный платежный метод в формате BNPL (Buy Now, Pay Later), позволяющий покупателям оплачивать товары в рассрочку без процентов. Он особенно популярен в Австралии, Новой Зеландии, США и Великобритании, и широко используется в сфере онлайн-ритейла. Покупатели вносят первый платеж при покупке, а оставшаяся сумма распределяется на несколько равных платежей. Afterpay помогает магазинам увеличить конверсию и средний чек, предоставляя при этом удобство и гибкость покупателям.",
+ "uk": "Afterpay — це популярний сервіс “купи зараз — плати потім” (BNPL), заснований в Австралії, який дозволяє споживачам оплачувати покупки частинами без відсотків. Після оформлення замовлення клієнт сплачує лише перший платіж, а решта автоматично списується впродовж кількох тижнів. Afterpay активно використовується в онлайн- та роздрібній торгівлі, особливо в сегментах моди, краси й електроніки. Він сприяє зростанню середнього чека й покращенню конверсії для продавців. "
}
},
{
@@ -2913,7 +3112,7 @@
"en": "BIllpay"
},
"description": {
- "en": "Billpay is a payment solution that enables shoppers to buy now and pay later. Billpay is available to customers and merchants with operations in Germany, Austria, Switzerland and the Netherlands. "
+ "en": "Billpay is a payment solution that enables shoppers to buy now and pay later. Billpay is available to customers and merchants with operations in Germany, Austria, Switzerland and the Netherlands. "
}
},
{
@@ -2986,7 +3185,7 @@
"en": "Zimpler"
},
"description": {
- "en": "Zimpler is a Swedish fintech company focused on simplifying mobile payments. "
+ "en": "Zimpler is a Swedish fintech company focused on simplifying mobile payments."
}
},
{
@@ -3016,13 +3215,13 @@
"en": "BancNet"
},
"description": {
- "en": "BancNet cardholders can make online payment with their ATM Card. "
+ "en": "BancNet cardholders can make online payment with their ATM Card."
}
},
{
"code": "primabanka",
"vendor": "primabanka",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"countries": [
"SK"
@@ -3033,13 +3232,13 @@
"uk": "Пріма Банк"
},
"description": {
- "en": "Prima Banka enables its banking clients to shop online using online bank transfers as payment method. Merchants benefit from payment guarantee and swift settlement. "
+ "en": "Prima Banka enables its banking clients to shop online using online bank transfers as payment method. Merchants benefit from payment guarantee and swift settlement."
}
},
{
"code": "pagorapido",
"vendor": "pagorapido",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"name": {
"en": "PagoRapido"
@@ -3051,7 +3250,7 @@
{
"code": "przelewy24",
"vendor": "przelewy24",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"name": {
"en": "Przelewy24"
@@ -3063,7 +3262,7 @@
{
"code": "mybank2",
"vendor": "mybank2",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"countries": [
"IT"
@@ -3078,19 +3277,19 @@
{
"code": "banrisulbanricompras",
"vendor": "banrisulbanricompras",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"name": {
"en": "Banrisul Banricompras"
},
"description": {
- "en": "Banrisul Banricompras is the online bank transfer payment solution of Banrisul, one of the leading banks in Brazil. "
+ "en": "Banrisul Banricompras is the online bank transfer payment solution of Banrisul, one of the leading banks in Brazil."
}
},
{
"code": "eps",
"vendor": "eps",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"name": {
"en": "eps e-payment"
@@ -3102,7 +3301,7 @@
{
"code": "bangkokbanknetbanking",
"vendor": "bangkokbanknetbanking",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"countries": [
"MM",
@@ -3119,7 +3318,7 @@
{
"code": "skandiabanken",
"vendor": "skandiabanken",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"countries": [
"SE"
@@ -3134,7 +3333,7 @@
{
"code": "cimbclicksinternetbanking",
"vendor": "cimbclicksinternetbanking",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"countries": [
"ID",
@@ -3146,13 +3345,13 @@
"en": "CIMBClicks"
},
"description": {
- "en": "CIMB Clicks is an internet banking service allowing shoppers to pay online through their home banking application. "
+ "en": "CIMB Clicks is an internet banking service allowing shoppers to pay online through their home banking application."
}
},
{
"code": "unitedoverseasbankuobnetbanking",
"vendor": "unitedoverseasbankuobnetbanking",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"countries": [
"MY",
@@ -3165,10 +3364,26 @@
"en": "United Overseas Bank netbanking allows its banking customers to use its internet banking application for online purchases."
}
},
+ {
+ "code": "united_overseas_bank_berhad",
+ "category": "online_banking",
+ "status": "active",
+ "name": {
+ "en": "United Overseas Bank Malaysia"
+ }
+ },
+ {
+ "code": "united_overseas_bank_indonesia",
+ "category": "digital_wallet",
+ "status": "active",
+ "name": {
+ "en": "United Overseas Bank Indonesia"
+ }
+ },
{
"code": "creditagricole",
"vendor": "creditagricole",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"countries": [
"AX"
@@ -3177,13 +3392,13 @@
"en": "Crédit Agricole"
},
"description": {
- "en": "Crédit Agricole enables its online shoppers to pay for goods and services using online bank transfers as payment method. Merchants benefit from payment guarantee and swift settlement. "
+ "en": "Crédit Agricole enables its online shoppers to pay for goods and services using online bank transfers as payment method. Merchants benefit from payment guarantee and swift settlement."
}
},
{
"code": "forexbank",
"vendor": "forexbank",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"countries": [
"SE"
@@ -3198,7 +3413,7 @@
{
"code": "bbva",
"vendor": "bbva",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"countries": [
"ES"
@@ -3207,13 +3422,13 @@
"en": "BBVA"
},
"description": {
- "en": "BBVA, second biggest Bank in Spain, enables its online shoppers to pay for goods and services using online bank transfers as payment method. Merchants benefit from payment guarantee and swift settlement. "
+ "en": "BBVA, second biggest Bank in Spain, enables its online shoppers to pay for goods and services using online bank transfers as payment method. Merchants benefit from payment guarantee and swift settlement."
}
},
{
"code": "oppohjola",
"vendor": "oppohjola",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"countries": [
"FJ"
@@ -3228,7 +3443,7 @@
{
"code": "danskebank",
"vendor": "danskebank",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"countries": [
"DK",
@@ -3246,7 +3461,7 @@
{
"code": "bdo",
"vendor": "bdo",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"countries": [
"PH"
@@ -3258,7 +3473,7 @@
{
"code": "bankofchinanetbanking",
"vendor": "bankofchinanetbanking",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"countries": [
"CL",
@@ -3274,7 +3489,7 @@
{
"code": "sofortbanking",
"vendor": "sofortbanking",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"countries": [
"AX",
@@ -3297,7 +3512,7 @@
{
"code": "thaimilitarybanktmbnetbanking",
"vendor": "thaimilitarybanktmbnetbanking",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"countries": [
"TH"
@@ -3312,7 +3527,7 @@
{
"code": "bankzachodniwbk",
"vendor": "bankzachodniwbk",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"countries": [
"AX"
@@ -3321,13 +3536,13 @@
"en": "Bank Zochadni WBK"
},
"description": {
- "en": "Bank Zochadni in Poland enables its online shoppers to pay for goods and services using online bank transfers as payment method. Merchants benefit from payment guarantee and swift settlement. "
+ "en": "Bank Zochadni in Poland enables its online shoppers to pay for goods and services using online bank transfers as payment method. Merchants benefit from payment guarantee and swift settlement."
}
},
{
"code": "swedbank",
"vendor": "swedbank",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"countries": [
"SE"
@@ -3632,7 +3847,7 @@
{
"code": "tapiola",
"vendor": "tapiola",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"countries": [
"FJ"
@@ -3647,7 +3862,7 @@
{
"code": "multibank",
"vendor": "multibank",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"countries": [
"AX"
@@ -3656,13 +3871,14 @@
"en": "MultiTransfer"
},
"description": {
- "en": "MultiTransfer is the name for the online bank transfer service of MultiBank in Poland. MultiTransfer allows online shoppers to pay for online goods and services using their trusted home banking environment."
+ "en": "MultiTransfer is the name for the online bank transfer service of MultiBank in Poland. MultiTransfer allows online shoppers to pay for online goods and services using their trusted home banking environment.",
+ "ru": "Multibank — это платежный метод, который позволяет пользователям осуществлять онлайн-платежи напрямую через свои банковские счета. Он распространен в Латинской Америке, особенно в Мексике, где обеспечивает доступ к электронным переводам через различные банки. Пользователи могут выбирать свой банк из списка, авторизовываться в интернет-банкинге и подтверждать платеж, что делает процесс быстрым, безопасным и удобным для клиентов без необходимости использования карт. Multibank подходит как для электронных коммерций, так и для мобильных приложений, стремящихся предложить локализованные платежные опции."
}
},
{
"code": "bancopopular",
"vendor": "bancopopular",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"countries": [
"ES"
@@ -3671,13 +3887,13 @@
"en": "Banco Popular"
},
"description": {
- "en": "Banco Popular in Spain enables its customers to pay for goods and services bought over the internet using online bank transfers as payment method. Merchants benefit from payment guarantee and swift settlement. "
+ "en": "Banco Popular in Spain enables its customers to pay for goods and services bought over the internet using online bank transfers as payment method. Merchants benefit from payment guarantee and swift settlement."
}
},
{
"code": "maybanknetbankingphillipines",
"vendor": "maybanknetbankingphillipines",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"countries": [
"PH"
@@ -3692,7 +3908,7 @@
{
"code": "redcompra",
"vendor": "redcompra",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"countries": [
"CL"
@@ -3704,7 +3920,7 @@
{
"code": "nordea",
"vendor": "nordea",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"countries": [
"AX",
@@ -3726,7 +3942,7 @@
{
"code": "raiffeisenbank",
"vendor": "raiffeisenbank",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"countries": [
"BA",
@@ -3740,13 +3956,13 @@
"uk": "Райфайзен Банк"
},
"description": {
- "en": "Raiffeisen Bank enables its online shoppers to pay for goods and services using online bank transfers as payment method. Merchants benefit from payment guarantee and swift settlement. "
+ "en": "Raiffeisen Bank enables its online shoppers to pay for goods and services using online bank transfers as payment method. Merchants benefit from payment guarantee and swift settlement."
}
},
{
"code": "postpay",
"vendor": "postpay",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"countries": [
"AU"
@@ -3755,13 +3971,15 @@
"en": "PostPay"
},
"description": {
- "en": "PostPay is a secure eCommerce solution that links your customer's payment to the delivery of their parcel, giving them the confidence to buy online from you."
+ "en": "PostPay is a secure eCommerce solution that links your customer's payment to the delivery of their parcel, giving them the confidence to buy online from you.",
+ "uk": "Postpay — це платформа “купуй зараз — плати потім” (BNPL), яка працює на ринках Близького Сходу, зокрема в ОАЕ, Саудівській Аравії та ін. Сервіс дозволяє клієнтам оплачувати покупки частинами без відсотків, а продавцям — миттєво отримувати повну суму оплати. Postpay інтегрується з популярними e-commerce платформами та пропонує просту схему оформлення платежів, що покращує конверсію та середній чек. BNPL-модель компанії особливо приваблива для молодої аудиторії, яка прагне гнучкості у витратах. Цей та понад 500 інших провайдерів вже інтегровані в платформу платіжної оркестрації Corefy, що дозволяє клієнтам миттєво розпочати використання інтеграції без програмування — достатньо ввести свої MID-дані в дашборді Corefy.",
+ "ru": "Postpay — это платежный метод в формате BNPL (покупка сейчас — плати позже), действующий в странах Ближнего Востока, включая ОАЭ и Саудовскую Аравию. Он позволяет пользователям разделить платеж на несколько беспроцентных частей без необходимости использования кредитной карты. Postpay интегрирован с крупными интернет-магазинами и поддерживает мгновенное одобрение, улучшая конверсию и доступность товаров для покупателей."
}
},
{
"code": "polipayonline",
"vendor": "polipayonline",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"countries": [
"AU",
@@ -3777,7 +3995,7 @@
{
"code": "usemyservices",
"vendor": "usemyservices",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"name": {
"en": "UseMyServices"
@@ -3789,7 +4007,7 @@
{
"code": "ciberpay",
"vendor": "ciberpay",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"name": {
"en": "Ciber Pay"
@@ -3801,7 +4019,7 @@
{
"code": "milleniumbank",
"vendor": "milleniumbank",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"countries": [
"AX"
@@ -3810,13 +4028,13 @@
"en": "Millenium Bank"
},
"description": {
- "en": "Millennium Bank in Poland enables its banking clients to shop online using online bank transfers as payment method. Merchants benefit from payment guarantee and swift settlement. "
+ "en": "Millennium Bank in Poland enables its banking clients to shop online using online bank transfers as payment method. Merchants benefit from payment guarantee and swift settlement."
}
},
{
"code": "bankia",
"vendor": "bankia",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"countries": [
"ES"
@@ -3825,7 +4043,8 @@
"en": "Bankia"
},
"description": {
- "en": "Bankia in Spain enables its online shoppers to pay for goods and services using online bank transfers as payment method. Merchants benefit from payment guarantee and swift settlement. "
+ "en": "Bankia in Spain enables its online shoppers to pay for goods and services using online bank transfers as payment method. Merchants benefit from payment guarantee and swift settlement.",
+ "es": "Bankia, ahora parte de CaixaBank tras su fusión en 2021, fue uno de los principales bancos de España y ofrecía servicios financieros incluyendo soluciones de pago para empresas. Entre ellos, destacaban las TPV físicas y virtuales, pagos con tarjeta, y soluciones para comercio electrónico adaptadas al entorno español. Este y más de 500 proveedores ya están integrados en la plataforma de orquestación de pagos de Corefy, lo que permite a nuestros clientes comenzar a usar la integración al instante sin necesidad de programación, simplemente introduciendo sus credenciales MID en el panel de Corefy."
}
},
{
@@ -3936,7 +4155,8 @@
"en": "Ticket Premium"
},
"description": {
- "en": "Ticket Premium is a prepaid code that allows customers to make online payments simply and securely on all of TSI's partner sites: e-commerce, poker, sports and horse racing betting, coupled with gaming sites."
+ "en": "Ticket Premium is a prepaid code that allows customers to make online payments simply and securely on all of TSI's partner sites: e-commerce, poker, sports and horse racing betting, coupled with gaming sites.",
+ "es": "Ticket Premium es un método de pago prepago en línea que permite a los usuarios pagar en internet sin necesidad de compartir datos bancarios o personales. Muy utilizado en industrias como juegos, apuestas y entretenimiento para adultos, ofrece anonimato y control del gasto al funcionar mediante códigos adquiridos previamente en puntos de venta físicos o en línea. Este y más de 500 proveedores ya están integrados en la plataforma de orquestación de pagos de Corefy, lo que permite a nuestros clientes comenzar a usar la integración al instante sin necesidad de programación, simplemente introduciendo sus credenciales MID en el panel de Corefy."
}
},
{
@@ -3960,7 +4180,9 @@
"en": "Postepay"
},
"description": {
- "en": "Postepay Cards are electronic prepaid cards which are specifically designed to help Italian online shoppers to securely shop and pay online. They are co-branded with Visa or MasterCard."
+ "en": "Postepay Cards are electronic prepaid cards which are specifically designed to help Italian online shoppers to securely shop and pay online. They are co-branded with Visa or MasterCard.",
+ "uk": "Postepay — це передплачена картка, яку пропонує італійська поштова служба Poste Italiane. Вона дозволяє здійснювати онлайн- та офлайн-платежі, знімати готівку, оплачувати комунальні послуги та поповнювати рахунки. Картки Postepay підтримують платформи Visa або Mastercard, що робить їх прийнятними у міжнародній мережі. Завдяки широкій доступності та простоті використання, Postepay популярна серед молоді та людей без традиційного банківського рахунку. Цей та понад 500 інших провайдерів вже інтегровані в платформу платіжної оркестрації Corefy, що дозволяє клієнтам миттєво розпочати використання інтеграції без програмування — достатньо ввести свої MID-дані в дашборді Corefy.",
+ "ru": "Postepay — это предоплаченная платежная карта, выпускаемая итальянской государственной почтовой службой Poste Italiane. Она широко используется в Италии для онлайн- и офлайн-покупок, снятия наличных и оплаты различных услуг. Карта Postepay может быть пополнена через отделения почты, банкоматы или онлайн, а благодаря поддержке Visa или Mastercard она подходит для международных транзакций. Метод популярен среди пользователей, не имеющих банковского счета, и является доступным средством для совершения цифровых платежей."
}
},
{
@@ -4067,7 +4289,7 @@
"en": "Paysafecard"
},
"description": {
- "en": "paysafecard is a card that can be purchased in physical outlets. The online shopper receives a card\/voucher - representing the value paid for - with a 16-digit PIN. At a merchant that accepts paysafecard payments, the consumer enters the PIN and the online purchase is completed."
+ "en": "paysafecard is a card that can be purchased in physical outlets. The online shopper receives a card/voucher - representing the value paid for - with a 16-digit PIN. At a merchant that accepts paysafecard payments, the consumer enters the PIN and the online purchase is completed."
}
},
{
@@ -4101,7 +4323,7 @@
"en": "Ukash"
},
"description": {
- "en": "Ukash is a popular alternative payment brand, designed to help people use cash in the online world - bringing web retailers and cash consumers together in 57 countries on 6 continents. "
+ "en": "Ukash is a popular alternative payment brand, designed to help people use cash in the online world - bringing web retailers and cash consumers together in 57 countries on 6 continents."
}
},
{
@@ -4129,7 +4351,7 @@
"en": "China UnionPay"
},
"description": {
- "en": "UnionPay International (“UPI”) is a wholly owned subsidiary of China UnionPay , established in Nov 2012. "
+ "en": "UnionPay International (“UPI”) is a wholly owned subsidiary of China UnionPay , established in Nov 2012."
}
},
{
@@ -4183,7 +4405,7 @@
"en": "American Express"
},
"description": {
- "en": "American Express is a credit or charge card that can be used for online payments. American Express is amongst the major credit card brands in the world. "
+ "en": "American Express is a credit or charge card that can be used for online payments. American Express is amongst the major credit card brands in the world."
}
},
{
@@ -4198,7 +4420,8 @@
"en": "CartaSi"
},
"description": {
- "en": "CartaSi is a MasterCard or Visa co-branded credit card issued in Italy and can be used for internet purchases. CartaSi online payments can be processed using the Visa or MasterCard processing rails."
+ "en": "CartaSi is a MasterCard or Visa co-branded credit card issued in Italy and can be used for internet purchases. CartaSi online payments can be processed using the Visa or MasterCard processing rails.",
+ "ru": "CartaSi — это итальянская платежная система, связанная с национальной сетью банков и поддерживающая прием и выпуск банковских карт, включая Visa и Mastercard. Метод широко используется для онлайн- и офлайн-платежей в Италии, предлагая высокий уровень безопасности, включая 3D Secure, и удобство для местных клиентов. CartaSi входит в состав группы Nexi и активно применяется в электронной коммерции, туризме и других сферах."
}
},
{
@@ -4256,7 +4479,7 @@
"en": "Hipercard"
},
"description": {
- "en": "Hipercard is a Brazilian credit card brand owned by Itau. Hipercard is next to MasterCard and Visa one of the popular credit cards used for online purchases in Brazil. "
+ "en": "Hipercard is a Brazilian credit card brand owned by Itau. Hipercard is next to MasterCard and Visa one of the popular credit cards used for online purchases in Brazil."
}
},
{
@@ -4268,7 +4491,8 @@
"en": "JCB"
},
"description": {
- "en": "JCB is the Japanese credit card, which can also be used for online purchases. Around 85 million JCB credit cards are issued worldwide, 15 million cards outside of Japan."
+ "en": "JCB is the Japanese credit card, which can also be used for online purchases. Around 85 million JCB credit cards are issued worldwide, 15 million cards outside of Japan.",
+ "es": "JCB (Japan Credit Bureau) es una red de tarjetas de pago originaria de Japón que ofrece soluciones de crédito, débito y prepago. Con millones de titulares en Asia y presencia global mediante acuerdos con otras redes, JCB es ampliamente aceptada por comercios que buscan captar consumidores asiáticos. Sus servicios incluyen protección antifraude, programas de fidelización y tecnología sin contacto. Este y más de 500 proveedores ya están integrados en la plataforma de orquestación de pagos de Corefy, lo que permite a nuestros clientes comenzar a usar la integración al instante sin necesidad de programación, simplemente introduciendo sus credenciales MID en el panel de Corefy."
}
},
{
@@ -4305,6 +4529,11 @@
],
"name": {
"en": "Webpay plus"
+ },
+ "description": {
+ "de": "Webpay Plus ist ein führendes Zahlungssystem in Chile, das von Transbank betrieben wird und die Online-Kartenzahlung im Land standardisiert. Die Lösung ermöglicht es Händlern, Zahlungen über Kredit- und Debitkarten zu akzeptieren, darunter Visa, Mastercard, American Express und lokale Karten. Webpay Plus bietet Sicherheit durch 3D Secure, eine stabile API, Mobile-Payment-Unterstützung sowie Echtzeit-Transaktionsverarbeitung. Die Plattform ist essenziell für E-Commerce in Chile und wird durch strenge regulatorische Auflagen der Finanzaufsicht unterstützt. Webpay Plus und über 500 weitere Anbieter sind bereits in Corefys Payment-Orchestration-Plattform integriert, wodurch unsere Kunden die Integration sofort und ohne Programmieraufwand nutzen können – einfach durch Eingabe ihrer MID-Zugangsdaten im Corefy-Dashboard.",
+ "fr": "WebPay Plus est une solution de paiement en ligne développée par Transbank, le principal acteur de l’acquisition au Chili. Elle permet aux commerçants d’accepter des paiements en ligne via cartes bancaires locales et internationales, notamment Redcompra, Visa, Mastercard et d’autres. WebPay Plus est la solution de paiement la plus utilisée au Chili et constitue un passage obligé pour les entreprises qui souhaitent opérer sur ce marché. Elle propose également des options de paiement en plusieurs fois et une sécurité renforcée conforme aux normes PCI DSS. Cette méthode de paiement, ainsi que plus de 500 autres, est déjà intégrée à la plateforme d’orchestration de paiements de Corefy, permettant à nos clients de commencer à l’utiliser instantanément, sans codage, en saisissant simplement leurs identifiants MID dans le tableau de bord Corefy.",
+ "en": "WebPay Plus is an online payment solution developed by Transbank, Chile's leading acquirer. It enables merchants to accept online payments via local and international credit cards, including Redcompra, Visa, Mastercard and others. WebPay Plus is the most widely used payment solution in Chile, and a must for companies wishing to operate in this market. It also offers payment in instalments and enhanced security in line with PCI DSS standards. This payment method, along with over 500 others, is already integrated into Corefy's payment orchestration platform, enabling our customers to start using it instantly, without coding, by simply entering their MIDs into the Corefy dashboard."
}
},
{
@@ -4336,7 +4565,9 @@
"en": "V PAY"
},
"description": {
- "en": "V PAY is the CHIP & PIN debit card brand for Europe's main land by Visa Europe. V PAY for ecommerce is currently supported by a couple of French and Italian banks. V PAY requires Verified by Visa implementation on the merchant side."
+ "en": "V PAY is the CHIP & PIN debit card brand for Europe's main land by Visa Europe. V PAY for ecommerce is currently supported by a couple of French and Italian banks. V PAY requires Verified by Visa implementation on the merchant side.",
+ "uk": "V PAY — це дебетова платіжна система, створена компанією Visa та орієнтована на ринок Європи. Картки V PAY підтримують тільки транзакції з введенням PIN-коду (EMV), що зменшує ризики шахрайства. Цей метод часто використовується для внутрішньоєвропейських платежів, включно з офлайн-операціями, та може підтримуватись банкоматами й терміналами, сумісними з Visa. V PAY є зручним рішенням для споживачів, які цінують безпеку та стабільність, а для бізнесу — це спосіб приймати карткові платежі в межах Європи. Цей та понад 500 інших провайдерів вже інтегровані в платформу платіжної оркестрації Corefy, що дозволяє клієнтам миттєво розпочати використання інтеграції без програмування — достатньо ввести свої MID-дані в дашборді Corefy.",
+ "ru": "V Pay — это дебетовая платежная система, разработанная компанией Visa, ориентированная в первую очередь на европейский рынок. Она обеспечивает прием платежей в магазинах и онлайн, используя технологию EMV-чипов. Карты V Pay привязаны к текущему счету и требуют авторизации транзакций через PIN-код, что делает их безопасным инструментом для повседневного использования. Метод популярен в Германии, Италии, Франции и других странах ЕС."
}
},
{
@@ -4351,7 +4582,7 @@
"en": "Cabal"
},
"description": {
- "en": "Cabal is a local debit\/credit card brand in Argentina, Brazil, Uruguay and Paraguay. The Cabal card can be used for online purchases."
+ "en": "Cabal is a local debit/credit card brand in Argentina, Brazil, Uruguay and Paraguay. The Cabal card can be used for online purchases."
}
},
{
@@ -4405,6 +4636,18 @@
"en": "Rupay is a growing online card payment method in India. Anyone having RuPay cards can make domestic online debit payments for reservations, booking, ticketing and shopping using Rupay PaySecure."
}
},
+ {
+ "code": "rupay",
+ "category": "online_banking",
+ "status": "active",
+ "name": {
+ "en": "RuPay"
+ },
+ "description": {
+ "uk": "RuPay — це індійська платіжна система, створена Національною платіжною корпорацією Індії (NPCI). RuPay забезпечує випуск дебетових, кредитних і передплачених карток, які підтримуються більшістю індійських банків. Система призначена для підвищення фінансової інклюзії в країні, має нижчі комісії та підтримує локальні цифрові платежі, включаючи UPI та IMPS. RuPay активно використовується в e-commerce, банкоматах і POS-терміналах в межах Індії.",
+ "en": "RuPay is an Indian payment system created by the National Payments Corporation of India (NPCI). RuPay provides debit, credit and prepaid cards that are supported by most Indian banks. The system is designed to increase financial inclusion in the country, has lower fees and supports local digital payments, including UPI and IMPS. RuPay is actively used in e-commerce, ATMs and POS terminals within India."
+ }
+ },
{
"code": "dankort",
"vendor": "dankort",
@@ -4474,7 +4717,7 @@
"en": "Visa Debit"
},
"description": {
- "en": "Visa Debit is a major brand of debit card issued by Visa in many countries around the world. "
+ "en": "Visa Debit is a major brand of debit card issued by Visa in many countries around the world."
}
},
{
@@ -4516,7 +4759,7 @@
"en": "Paper Check"
},
"description": {
- "en": "A cheque (or check in American English) is a document that orders a payment of money from a bank account. "
+ "en": "A cheque (or check in American English) is a document that orders a payment of money from a bank account."
}
},
{
@@ -4567,7 +4810,7 @@
"en": "IVR Billing"
},
"description": {
- "en": "IVR Billing is a payment solution where customers or end users call a local phone number and be billed on a per-minute or drop-call basis. "
+ "en": "IVR Billing is a payment solution where customers or end users call a local phone number and be billed on a per-minute or drop-call basis."
}
},
{
@@ -4648,7 +4891,7 @@
"en": "OnlineNaira"
},
"description": {
- "en": "OnlineNaira is a service provided by Adesiyan.Com and was launched so that anyone especially Africans with an email account can send or\/and receive mo"
+ "en": "OnlineNaira is a service provided by Adesiyan.Com and was launched so that anyone especially Africans with an email account can send or/and receive mo"
}
},
{
@@ -4669,7 +4912,7 @@
{
"code": "postfinanceefinance",
"vendor": "postfinanceefinance",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"countries": [
"CH"
@@ -4684,7 +4927,7 @@
{
"code": "bankaxess",
"vendor": "bankaxess",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"countries": [
"NO"
@@ -4699,7 +4942,7 @@
{
"code": "icabanken",
"vendor": "icabanken",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"countries": [
"SE"
@@ -4714,7 +4957,7 @@
{
"code": "lansforsakringar",
"vendor": "lansforsakringar",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"countries": [
"SE"
@@ -4729,7 +4972,7 @@
{
"code": "saastopankki",
"vendor": "saastopankki",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"countries": [
"FJ"
@@ -4744,7 +4987,7 @@
{
"code": "bancsabadell",
"vendor": "bancsabadell",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"countries": [
"ES"
@@ -4753,13 +4996,13 @@
"en": "Banc Sabadell"
},
"description": {
- "en": "Banc Sabadell in Spain enables its customers to pay for goods and services bought over the internet using online bank transfers as payment method. Merchants benefit from payment guarantee and swift settlement. "
+ "en": "Banc Sabadell in Spain enables its customers to pay for goods and services bought over the internet using online bank transfers as payment method. Merchants benefit from payment guarantee and swift settlement."
}
},
{
"code": "aktia",
"vendor": "aktia",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"countries": [
"FJ"
@@ -4795,10 +5038,10 @@
"BE"
],
"name": {
- "en": "Bancontact\/Mister Cash"
+ "en": "Bancontact/Mister Cash"
},
"description": {
- "en": "Bancontact\/Mister Cash offers you an effective, online, real-time product, which is suitable for all forms of card payments. "
+ "en": "Bancontact/Mister Cash offers you an effective, online, real-time product, which is suitable for all forms of card payments."
}
},
{
@@ -4827,15 +5070,6 @@
"zh": "兴业银行"
}
},
- {
- "code": "china_guangfa_bank",
- "category": "bank_transfer",
- "status": "active",
- "name": {
- "en": "China Guangfa Bank",
- "zh": "广发银行"
- }
- },
{
"code": "china_merchants_bank",
"category": "bank_transfer",
@@ -5033,135 +5267,286 @@
}
},
{
- "code": "australia_and_new_zealand_banking_group",
- "category": "bank_transfer",
+ "code": "shopeepay",
+ "category": "digital_wallet",
"status": "active",
+ "vendor": "shopeepay",
"name": {
- "en": "Australia and New Zealand Banking Group"
+ "en": "ShopeePay"
}
},
{
- "code": "westpac",
- "category": "bank_transfer",
+ "code": "dana",
+ "category": "digital_wallet",
"status": "active",
+ "vendor": "dana",
"name": {
- "en": "Westpac"
+ "en": "Dana"
}
},
{
- "code": "national_australia_bank",
- "category": "bank_transfer",
+ "code": "indonesia_va",
+ "category": "alternative",
"status": "active",
+ "vendor": "indonesia_va",
"name": {
- "en": "National Australia Bank"
+ "en": "Virtual Accounts Indonesia"
}
},
{
- "code": "commonwealth_bank",
- "category": "bank_transfer",
+ "code": "promptpay",
+ "category": "alternative",
"status": "active",
+ "vendor": "promptpay",
"name": {
- "en": "Commonwealth Bank"
+ "en": "PromptPay"
}
},
{
- "code": "axis_bank",
- "category": "bank_transfer",
+ "code": "touchngo",
+ "category": "digital_wallet",
"status": "active",
+ "vendor": "touchngo",
"name": {
- "en": "Axis Bank"
+ "en": "Touch‘n Go"
}
},
{
- "code": "indian_bank",
- "category": "bank_transfer",
+ "code": "boost",
+ "category": "digital_wallet",
"status": "active",
+ "vendor": "boost",
"name": {
- "en": "Indian Bank"
+ "en": "Boost"
}
},
{
- "code": "state_bank_of_india",
- "category": "bank_transfer",
+ "code": "duitnow",
+ "category": "digital_wallet",
"status": "active",
+ "vendor": "duitnow",
"name": {
- "en": "State Bank of India"
+ "en": "DuitNow"
}
},
{
- "code": "kotak_mahindra_bank",
- "category": "bank_transfer",
+ "code": "grabpay",
+ "category": "digital_wallet",
"status": "active",
+ "vendor": "grabpay",
"name": {
- "en": "Kotak Mahindra Bank"
+ "en": "GrabPay"
+ },
+ "description": {
+ "ru": "GrabPay — это мобильный кошелек и платежный сервис, интегрированный в суперприложение Grab, популярное в Юго-Восточной Азии. Он позволяет пользователям оплачивать поездки, еду, товары, а также совершать переводы и онлайн-платежи. GrabPay предлагает программу лояльности, быструю авторизацию и безопасность транзакций, и широко используется в Малайзии, Сингапуре, Индонезии, Филиппинах и Таиланде.",
+ "en": "GrabPay is a mobile wallet and payment service integrated into Grab, a super app popular in Southeast Asia. It allows users to pay for travel, food, goods, as well as make transfers and online payments. GrabPay offers a loyalty program, fast authorization and secure transactions, and is widely used in Malaysia, Singapore, Indonesia, the Philippines, Indonesia and Thailand."
}
},
{
- "code": "canara_bank",
- "category": "bank_transfer",
+ "code": "coins_ph",
+ "category": "digital_wallet",
"status": "active",
+ "vendor": "coins_ph",
"name": {
- "en": "Canara Bank"
+ "en": "Coins.ph"
}
},
{
- "code": "icici_bank",
- "category": "bank_transfer",
+ "code": "gcash",
+ "category": "digital_wallet",
"status": "active",
+ "vendor": "gcash",
"name": {
- "en": "ICICI Bank"
+ "en": "GCash"
}
},
{
- "code": "punjab_national_bank",
- "category": "bank_transfer",
+ "code": "gcash_qr",
+ "category": "alternative",
"status": "active",
"name": {
- "en": "Punjab National Bank"
+ "en": "GCash QR"
}
},
{
- "code": "bank_of_india",
- "category": "bank_transfer",
+ "code": "maya",
+ "category": "digital_wallet",
"status": "active",
+ "vendor": "maya",
"name": {
- "en": "Bank of India"
+ "en": "Maya"
}
},
{
- "code": "idbi_bank",
+ "code": "va_may_bank",
"category": "bank_transfer",
"status": "active",
"name": {
- "en": "IDBI Bank Ltd"
+ "en": "MayBank Virtual Account"
}
},
{
- "code": "standard_charter_bank",
+ "code": "australia_and_new_zealand_banking_group",
"category": "bank_transfer",
"status": "active",
"name": {
- "en": "Standard Charter Bank"
+ "en": "Australia and New Zealand Banking Group"
}
},
{
- "code": "karnataka_bank",
+ "code": "westpac",
"category": "bank_transfer",
"status": "active",
"name": {
- "en": "Karnataka Bank"
+ "en": "Westpac"
}
},
{
- "code": "hdfc_bank",
+ "code": "national_australia_bank",
"category": "bank_transfer",
"status": "active",
"name": {
- "en": "HDFC Bank"
+ "en": "National Australia Bank"
}
},
{
- "code": "yes_bank",
+ "code": "commonwealth_bank",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "Commonwealth Bank"
+ }
+ },
+ {
+ "code": "axis_bank",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "Axis Bank"
+ }
+ },
+ {
+ "code": "indian_bank",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "Indian Bank"
+ }
+ },
+ {
+ "code": "state_bank_of_india",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "State Bank of India"
+ }
+ },
+ {
+ "code": "kotak_mahindra_bank",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "Kotak Mahindra Bank"
+ }
+ },
+ {
+ "code": "bandhan_bank",
+ "category": "online_banking",
+ "status": "active",
+ "name": {
+ "en": "Bandhan Bank"
+ }
+ },
+ {
+ "code": "india_post_payment_bank",
+ "category": "online_banking",
+ "status": "active",
+ "name": {
+ "en": "India Post Payments Bank"
+ }
+ },
+ {
+ "code": "paytm_payments_bank",
+ "category": "online_banking",
+ "status": "active",
+ "name": {
+ "en": "Paytm Payments Bank"
+ }
+ },
+ {
+ "code": "ujjivan_small_finance_bank",
+ "category": "online_banking",
+ "status": "active",
+ "name": {
+ "en": "Ujjivan Small Finance Bank"
+ }
+ },
+ {
+ "code": "canara_bank",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "Canara Bank"
+ }
+ },
+ {
+ "code": "icici_bank",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "ICICI Bank"
+ }
+ },
+ {
+ "code": "punjab_national_bank",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "Punjab National Bank"
+ }
+ },
+ {
+ "code": "bank_of_india",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "Bank of India"
+ }
+ },
+ {
+ "code": "idbi_bank",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "IDBI Bank Ltd"
+ }
+ },
+ {
+ "code": "standard_charter_bank",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "Standard Charter Bank"
+ }
+ },
+ {
+ "code": "karnataka_bank",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "Karnataka Bank"
+ }
+ },
+ {
+ "code": "hdfc_bank",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "HDFC Bank"
+ }
+ },
+ {
+ "code": "yes_bank",
"category": "bank_transfer",
"status": "active",
"name": {
@@ -5305,11 +5690,11 @@
}
},
{
- "code": "permata_bank",
- "category": "bank_transfer",
+ "code": "bank_rakyat_malaysia_berhad",
+ "category": "online_banking",
"status": "active",
"name": {
- "en": "Permata Bank"
+ "en": "Bank Rakyat"
}
},
{
@@ -5352,6 +5737,14 @@
"en": "VIETCOM Bank"
}
},
+ {
+ "code": "vietcom_bank_qr",
+ "category": "alternative",
+ "status": "active",
+ "name": {
+ "en": "VIETCOM Bank QR"
+ }
+ },
{
"code": "vietin_bank",
"category": "bank_transfer",
@@ -5360,6 +5753,14 @@
"en": "VIETIN Bank"
}
},
+ {
+ "code": "vietin_bank_qr",
+ "category": "alternative",
+ "status": "active",
+ "name": {
+ "en": "VIETIN Bank QR"
+ }
+ },
{
"code": "sacom_bank",
"category": "bank_transfer",
@@ -5376,6 +5777,14 @@
"en": "BIDV Bank"
}
},
+ {
+ "code": "bidv_bank_qr",
+ "category": "alternative",
+ "status": "active",
+ "name": {
+ "en": "BIDV Bank QR"
+ }
+ },
{
"code": "techom_bank",
"category": "bank_transfer",
@@ -5480,6 +5889,14 @@
"en": "Korea Development Bank"
}
},
+ {
+ "code": "indian_development_bank",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "Indian Development Bank"
+ }
+ },
{
"code": "kwangju_bank",
"category": "bank_transfer",
@@ -5520,6 +5937,14 @@
"en": "Standard Chartered Bank Korea"
}
},
+ {
+ "code": "standard_chartered_bank_india",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "Standard Chartered Bank India"
+ }
+ },
{
"code": "suhyup_bank",
"category": "bank_transfer",
@@ -5544,6 +5969,16 @@
"en": "CRYPTO"
}
},
+ {
+ "code": "crypto_aggregated",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "Crypto Aggregated",
+ "ru": "Crypto Aggregated",
+ "uk": "Crypto Aggregated"
+ }
+ },
{
"code": "wechat",
"category": "payment_card",
@@ -5562,10 +5997,14 @@
},
{
"code": "alipay",
- "category": "payment_card",
+ "category": "alternative",
"status": "active",
+ "vendor": "alipay",
"name": {
"en": "Alipay"
+ },
+ "description": {
+ "en": "Alipay helps you to connect with customers across the world. With truly innovative e-Wallet payment solutions, Alipay provides seamless payment collection and a convenient customer experience."
}
},
{
@@ -5579,7 +6018,7 @@
{
"code": "paysafecash",
"vendor": "optimalpayments",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"countries": [
"AT",
@@ -5599,7 +6038,7 @@
{
"code": "resursbank",
"vendor": "resursbank",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"countries": [
"SE",
@@ -5614,7 +6053,7 @@
{
"code": "rapidtransfer",
"vendor": "skrill",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"countries": [
"AT",
@@ -5633,12 +6072,16 @@
],
"name": {
"en": "Rapid Transfer"
+ },
+ "description": {
+ "en": "Rapid Transfer — це платіжний метод від компанії Skrill (Paysafe Group), який дозволяє користувачам оплачувати товари та послуги миттєво через свої банківські рахунки. Сервіс працює без потреби в реєстрації окремого акаунта, і підтримує сотні банків у Європі. Rapid Transfer поєднує зручність банківського переказу з миттєвою обробкою, що особливо актуально для e-commerce та фінансових сервісів. ",
+ "uk": "Rapid Transfer is a payment method from Skrill (Paysafe Group) that allows users to pay for goods and services instantly through their bank accounts. The service works without the need to register a separate account and supports hundreds of banks in Europe. Rapid Transfer combines the convenience of bank transfers with instant processing, which is especially relevant for e-commerce and financial services."
}
},
{
"code": "nordeasolo",
"vendor": "nordeasolo",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"countries": [
"SE"
@@ -5650,7 +6093,7 @@
{
"code": "epaybg",
"vendor": "epaybg",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"countries": [
"BG"
@@ -5662,7 +6105,7 @@
{
"code": "astropaydirect",
"vendor": "astropay",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"countries": [
"AR",
@@ -5675,7 +6118,7 @@
{
"code": "astropaymanual",
"vendor": "astropay",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"countries": [
"BR",
@@ -5690,7 +6133,7 @@
{
"code": "astropaycash",
"vendor": "astropay",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"countries": [
"AR",
@@ -5709,7 +6152,7 @@
{
"code": "astropayunion",
"vendor": "astropay",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"countries": [
"CN"
@@ -5721,7 +6164,7 @@
{
"code": "tranzzo",
"vendor": "tranzzo",
- "category": "internet_banking",
+ "category": "online_banking",
"status": "active",
"name": {
"en": "Tranzzo"
@@ -5736,6 +6179,11 @@
"en": "Mercuryo",
"ru": "Mercuryo",
"uk": "Mercuryo"
+ },
+ "description": {
+ "es": "Mercuryo es una infraestructura de pagos cripto-fiat que permite a empresas y usuarios comprar, vender y transferir criptomonedas mediante métodos de pago tradicionales como tarjetas bancarias. Con sede en Europa, Mercuryo está regulado y opera en múltiples mercados ofreciendo una API sencilla, wallets integradas y conversión instantánea entre monedas fiat y cripto. Es ideal para plataformas que desean incorporar pagos con criptomonedas de forma segura y regulada. Este y más de 500 proveedores ya están integrados en la plataforma de orquestación de pagos de Corefy, lo que permite a nuestros clientes comenzar a usar la integración al instante sin necesidad de programación, simplemente introduciendo sus credenciales MID en el panel de Corefy.",
+ "fr": "Mercuryo est une méthode de paiement permettant aux utilisateurs d’acheter des crypto-monnaies instantanément avec des moyens de paiement traditionnels comme les cartes bancaires, Apple Pay ou Google Pay. Accessible via une interface conviviale, elle propose des conversions rapides entre monnaies fiduciaires et crypto-actifs, tout en garantissant un processus de vérification d’identité sécurisé (KYC). Utilisée dans les environnements de paiement intégrés à des plateformes partenaires, Mercuryo offre une expérience fluide pour les utilisateurs souhaitant accéder aux crypto-monnaies sans passer par des échanges classiques. Elle est particulièrement adaptée aux utilisateurs à la recherche de rapidité, de simplicité et de conformité réglementaire dans leurs transactions crypto.",
+ "en": "Mercuryo is a payment method enabling users to buy crypto-currencies instantly with traditional payment methods such as bank cards, Apple Pay or Google Pay. Accessible via a user-friendly interface, it offers fast conversions between fiat currencies and crypto-assets, while guaranteeing a secure identity verification process (KYC). Used in payment environments integrated with partner platforms, Mercuryo offers a seamless experience for users wishing to access crypto-currencies without going through conventional exchanges. It is particularly suited to users looking for speed, simplicity and regulatory compliance in their crypto transactions."
}
},
{
@@ -5835,6 +6283,40 @@
"en": "Airtel money",
"ru": "Airtel money",
"uk": "Airtel money"
+ },
+ "description": {
+ "fr": "Airtel Money est un service de portefeuille mobile proposé par Airtel, l’un des plus grands opérateurs de télécommunications en Afrique et en Asie. Il permet aux utilisateurs de transférer de l’argent, payer des factures, effectuer des achats en ligne ou en boutique, et recharger leur crédit téléphonique via leur téléphone mobile. La solution est largement adoptée dans des pays comme le Kenya, la Tanzanie, l’Ouganda et l’Inde, notamment auprès des populations non bancarisées. Airtel Money facilite ainsi l’inclusion financière et l’accès aux services numériques dans des régions où les infrastructures bancaires sont limitées. Cette méthode de paiement, ainsi que plus de 500 autres, est déjà intégrée à la plateforme d’orchestration de paiements de Corefy, permettant à nos clients de commencer à l’utiliser instantanément, sans codage, en saisissant simplement leurs identifiants MID dans le tableau de bord Corefy.",
+ "en": "Airtel Money is a mobile wallet service offered by Airtel, one of the largest telecommunications operators in Africa and Asia. It enables users to transfer money, pay bills, make online or in-store purchases, and top up their phone credit via their cell phone. The solution is widely adopted in countries such as Kenya, Tanzania, Uganda and India, particularly among unbanked populations. Airtel Money thus facilitates financial inclusion and access to digital services in regions where banking infrastructures are limited. This payment method, along with over 500 others, is already integrated into Corefy's payment orchestration platform, enabling our customers to start using it instantly, without coding, by simply entering their MID credentials into the Corefy dashboard."
+ }
+ },
+ {
+ "code": "airtel_money_cog",
+ "vendor": "selcom",
+ "category": "mobile_payment",
+ "status": "active",
+ "name": {
+ "en": "Airtel money COG",
+ "ru": "Airtel money COG",
+ "uk": "Airtel money COG"
+ },
+ "description": {
+ "fr": "Airtel Money est un service de portefeuille mobile proposé par Airtel, l’un des plus grands opérateurs de télécommunications en Afrique et en Asie. Il permet aux utilisateurs de transférer de l’argent, payer des factures, effectuer des achats en ligne ou en boutique, et recharger leur crédit téléphonique via leur téléphone mobile. La solution est largement adoptée dans des pays comme le Kenya, la Tanzanie, l’Ouganda et l’Inde, notamment auprès des populations non bancarisées. Airtel Money facilite ainsi l’inclusion financière et l’accès aux services numériques dans des régions où les infrastructures bancaires sont limitées. Cette méthode de paiement, ainsi que plus de 500 autres, est déjà intégrée à la plateforme d’orchestration de paiements de Corefy, permettant à nos clients de commencer à l’utiliser instantanément, sans codage, en saisissant simplement leurs identifiants MID dans le tableau de bord Corefy.",
+ "en": "Airtel Money is a mobile wallet service offered by Airtel, one of the largest telecommunications operators in Africa and Asia. It enables users to transfer money, pay bills, make online or in-store purchases, and top up their phone credit via their cell phone. The solution is widely adopted in countries such as Kenya, Tanzania, Uganda and India, particularly among unbanked populations. Airtel Money thus facilitates financial inclusion and access to digital services in regions where banking infrastructures are limited. This payment method, along with over 500 others, is already integrated into Corefy's payment orchestration platform, enabling our customers to start using it instantly, without coding, by simply entering their MID credentials into the Corefy dashboard."
+ }
+ },
+ {
+ "code": "airtel_money_gab",
+ "vendor": "selcom",
+ "category": "mobile_payment",
+ "status": "active",
+ "name": {
+ "en": "Airtel money GAB",
+ "ru": "Airtel money GAB",
+ "uk": "Airtel money GAB"
+ },
+ "description": {
+ "fr": "Airtel Money est un service de portefeuille mobile proposé par Airtel, l’un des plus grands opérateurs de télécommunications en Afrique et en Asie. Il permet aux utilisateurs de transférer de l’argent, payer des factures, effectuer des achats en ligne ou en boutique, et recharger leur crédit téléphonique via leur téléphone mobile. La solution est largement adoptée dans des pays comme le Kenya, la Tanzanie, l’Ouganda et l’Inde, notamment auprès des populations non bancarisées. Airtel Money facilite ainsi l’inclusion financière et l’accès aux services numériques dans des régions où les infrastructures bancaires sont limitées. Cette méthode de paiement, ainsi que plus de 500 autres, est déjà intégrée à la plateforme d’orchestration de paiements de Corefy, permettant à nos clients de commencer à l’utiliser instantanément, sans codage, en saisissant simplement leurs identifiants MID dans le tableau de bord Corefy.",
+ "en": "Airtel Money is a mobile wallet service offered by Airtel, one of the largest telecommunications operators in Africa and Asia. It enables users to transfer money, pay bills, make online or in-store purchases, and top up their phone credit via their cell phone. The solution is widely adopted in countries such as Kenya, Tanzania, Uganda and India, particularly among unbanked populations. Airtel Money thus facilitates financial inclusion and access to digital services in regions where banking infrastructures are limited. This payment method, along with over 500 others, is already integrated into Corefy's payment orchestration platform, enabling our customers to start using it instantly, without coding, by simply entering their MID credentials into the Corefy dashboard."
}
},
{
@@ -5847,6 +6329,16 @@
"uk": "Safaricom"
}
},
+ {
+ "code": "pagomovil",
+ "category": "mobile_payment",
+ "status": "active",
+ "name": {
+ "en": "PagoMóvil",
+ "uk": "PagoMóvil",
+ "ru": "PagoMóvil"
+ }
+ },
{
"code": "halotel",
"category": "mobile_payment",
@@ -5867,6 +6359,28 @@
"uk": "MTN"
}
},
+ {
+ "status": "active",
+ "code": "mtn_cog",
+ "vendor": "mtn",
+ "category": "mobile_payment",
+ "name": {
+ "en": "MTN",
+ "ru": "MTN",
+ "uk": "MTN"
+ }
+ },
+ {
+ "status": "active",
+ "code": "mtn_civ",
+ "vendor": "mtn",
+ "category": "mobile_payment",
+ "name": {
+ "en": "MTN",
+ "ru": "MTN",
+ "uk": "MTN"
+ }
+ },
{
"code": "equitel",
"category": "mobile_payment",
@@ -5987,7 +6501,9 @@
"code": "cash",
"category": "cash_payment",
"name": {
- "en": "CASH"
+ "en": "Cash",
+ "ru": "Наличные",
+ "uk": "Готівка"
}
},
{
@@ -6002,78 +6518,184 @@
}
},
{
- "code": "binance_coin",
- "vendor": "binance_coin",
+ "code": "digital_cash",
+ "vendor": "digital_cash",
"category": "alternative",
"status": "active",
"name": {
- "en": "Binance Coin",
- "ru": "Binance Coin",
- "uk": "Binance Coin"
+ "en": "Digital Cash",
+ "ru": "Digital Cash",
+ "uk": "Digital Cash"
}
},
{
- "code": "dogecoin",
- "vendor": "dogecoin",
+ "code": "binance_usd",
+ "vendor": "binance_usd",
"category": "alternative",
"status": "active",
"name": {
- "en": "Dogecoin",
- "ru": "Dogecoin",
- "uk": "Dogecoin"
+ "en": "Binance Usd",
+ "ru": "Binance Usd",
+ "uk": "Binance Usd"
}
},
{
- "code": "dhanalaxmi_bank_india",
- "category": "bank_transfer",
+ "code": "polygon",
+ "vendor": "polygon",
+ "category": "alternative",
"status": "active",
"name": {
- "en": "Dhanlaxmi Bank"
+ "en": "Polygon",
+ "ru": "Polygon",
+ "uk": "Polygon"
}
},
{
- "code": "federal_bank_india",
- "category": "bank_transfer",
+ "code": "toncoin",
+ "vendor": "toncoin",
+ "category": "alternative",
"status": "active",
"name": {
- "en": "Federal Bank of India"
+ "en": "Toncoin",
+ "ru": "Toncoin",
+ "uk": "Toncoin"
}
},
{
- "code": "dcb_bank_india",
- "category": "bank_transfer",
+ "code": "usd_coin",
+ "vendor": "usd_coin",
+ "category": "alternative",
"status": "active",
"name": {
- "en": "Development Credit Bank"
+ "en": "Usd Coin",
+ "ru": "Usd Coin",
+ "uk": "Usd Coin"
}
},
{
- "code": "j_k_bank_india",
- "category": "bank_transfer",
+ "code": "payskin",
+ "vendor": "payskin",
+ "category": "alternative",
"status": "active",
"name": {
- "en": "Jammu & Kashmir Bank"
+ "en": "Payskin",
+ "ru": "Payskin",
+ "uk": "Payskin"
}
},
{
- "code": "karurvysya_bank_india",
- "category": "bank_transfer",
+ "code": "dai_coin",
+ "vendor": "dai_coin",
+ "category": "alternative",
"status": "active",
"name": {
- "en": "Karur Vysya Bank"
+ "en": "Dai Coin",
+ "ru": "Dai Coin",
+ "uk": "Dai Coin"
}
},
{
- "code": "indian_overseas_bank",
- "category": "bank_transfer",
+ "code": "venom",
+ "category": "alternative",
"status": "active",
"name": {
- "en": "Indian Overseas Bank"
+ "en": "VENOM",
+ "ru": "VENOM",
+ "uk": "VENOM"
}
},
{
- "code": "indusind_bank",
- "category": "bank_transfer",
+ "code": "binance_smart_chain",
+ "vendor": "binance_smart_chain",
+ "category": "alternative",
+ "status": "active",
+ "name": {
+ "en": "Binance smart chain",
+ "ru": "Binance smart chain",
+ "uk": "Binance smart chain"
+ }
+ },
+ {
+ "code": "binance_coin",
+ "vendor": "binance_coin",
+ "category": "alternative",
+ "status": "active",
+ "name": {
+ "en": "Binance Coin",
+ "ru": "Binance Coin",
+ "uk": "Binance Coin"
+ }
+ },
+ {
+ "code": "dogecoin",
+ "vendor": "dogecoin",
+ "category": "alternative",
+ "status": "active",
+ "name": {
+ "en": "Dogecoin",
+ "ru": "Dogecoin",
+ "uk": "Dogecoin"
+ }
+ },
+ {
+ "code": "dhanalaxmi_bank_india",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "Dhanlaxmi Bank"
+ }
+ },
+ {
+ "code": "laxmi_vilas_bank",
+ "category": "online_banking",
+ "status": "active",
+ "name": {
+ "en": "Lakshmi Vilas Bank"
+ }
+ },
+ {
+ "code": "federal_bank_india",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "Federal Bank of India"
+ }
+ },
+ {
+ "code": "dcb_bank_india",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "Development Credit Bank"
+ }
+ },
+ {
+ "code": "j_k_bank_india",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "Jammu & Kashmir Bank"
+ }
+ },
+ {
+ "code": "karurvysya_bank_india",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "Karur Vysya Bank"
+ }
+ },
+ {
+ "code": "indian_overseas_bank",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "Indian Overseas Bank"
+ }
+ },
+ {
+ "code": "indusind_bank",
+ "category": "bank_transfer",
"status": "active",
"name": {
"en": "IndusInd Bank"
@@ -6157,6 +6779,10 @@
"status": "active",
"name": {
"en": "PAYTM Wallet"
+ },
+ "description": {
+ "uk": "Paytm — один із найпопулярніших фінтех-сервісів в Індії, який пропонує мобільний гаманець, оплату рахунків, перекази, банківські послуги та торгівлю. Користувачі можуть здійснювати платежі через QR-коди, UPI, банківські картки та інші інструменти. Paytm підтримує широкий спектр онлайн-сервісів, включно з e-commerce, транспортом, квитками, послугами та державними платежами. Компанія також надає рішення для бізнесу — платіжні шлюзи, POS-термінали, рахунки та мікрокредити. Цей та понад 500 інших провайдерів вже інтегровані в платформу платіжної оркестрації Corefy, що дозволяє клієнтам миттєво розпочати використання інтеграції без програмування — достатньо ввести свої MID-дані в дашборді Corefy.",
+ "en": "Paytm is one of the most popular fintech services in India, offering a mobile wallet, bill payments, transfers, banking, and trading. Users can make payments through QR codes, UPI, bank cards, and other tools. Paytm supports a wide range of online services, including e-commerce, transportation, tickets, services, and government payments. The company also provides business solutions such as payment gateways, POS terminals, accounts, and microloans. This and more than 500 other providers are already integrated into Corefy's payment orchestration platform, allowing customers to instantly start using the integration without programming - just enter their MID data in the Corefy dashboard."
}
},
{
@@ -6208,6 +6834,9 @@
"en": "NixMoney Wallet",
"ru": "NixMoney Кошелёк",
"uk": "NixMoney Гаманець"
+ },
+ "description": {
+ "en": "NixMoney is a digital payment system that provides secure and anonymous financial transactions using electronic currencies. The platform supports a variety of digital assets, including Bitcoin, Litecoin, and proprietary NixMoney currency units (NIX USD, NIX EUR, etc.), and is primarily used for online payments, fund transfers, and merchant services. NixMoney emphasizes privacy and low transaction fees, offering features such as instant internal transfers and support for API integration, making it appealing to businesses operating in high-risk or privacy-sensitive sectors. The system is designed to be straightforward and accessible, allowing users to manage balances, send payments, and process payouts without requiring traditional banking infrastructure. This and 500+ providers are already integrated to Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard."
}
},
{
@@ -6262,6 +6891,10 @@
"en": "PIX",
"ru": "PIX",
"uk": "PIX"
+ },
+ "description": {
+ "uk": "Pix — це миттєва платіжна система, створена Центральним банком Бразилії для прискорення грошових переказів. Pix дозволяє здійснювати операції 24/7, включаючи вихідні, лише за допомогою номера телефону, email або спеціального коду. Система безкоштовна для фізичних осіб і широко інтегрована в банки, мобільні додатки та POS-термінали. Pix швидко витісняє традиційні способи оплати в країні завдяки швидкості, зручності та низькій вартості. Цей та понад 500 інших провайдерів вже інтегровані в платформу платіжної оркестрації Corefy, що дозволяє клієнтам миттєво розпочати використання інтеграції без програмування — достатньо ввести свої MID-дані в дашборді Corefy.",
+ "en": "Paytm is one of the most popular fintech services in India, offering a mobile wallet, bill payments, transfers, banking, and trading. Users can make payments through QR codes, UPI, bank cards, and other tools. Paytm supports a wide range of online services, including e-commerce, transportation, tickets, services, and government payments. The company also provides business solutions such as payment gateways, POS terminals, accounts, and microloans. This and more than 500 other providers are already integrated into Corefy's payment orchestration platform, allowing customers to instantly start using the integration without programming - just enter their MID data in the Corefy dashboard."
}
},
{
@@ -6296,6 +6929,22 @@
"uk": "Швидкі перекази між банками"
}
},
+ {
+ "code": "sbp_qr",
+ "vendor": "sbp",
+ "category": "alternative",
+ "status": "active",
+ "name": {
+ "en": "SBP QR",
+ "ru": "Система быстрых платежей ЦБ РФ QR",
+ "uk": "СБП QR"
+ },
+ "description": {
+ "en": "Quick transfers between banks",
+ "ru": "Быстрые переводы между банками",
+ "uk": "Швидкі перекази між банками"
+ }
+ },
{
"code": "binancepay",
"category": "alternative",
@@ -6324,6 +6973,21 @@
"en": "IMPS",
"uk": "IMPS",
"ru": "IMPS"
+ },
+ "description": {
+ "uk": "IMPS (Immediate Payment Service) — це миттєва міжбанківська платіжна система, створена в Індії та керована Національною платіжною корпорацією Індії (NPCI). Вона дозволяє користувачам здійснювати перекази коштів у режимі 24/7 за допомогою мобільних додатків, банкоматів, інтернет-банкінгу або SMS. IMPS забезпечує майже миттєве зарахування коштів, що робить його популярним для роздрібних переказів, e-commerce і сервісних платежів. ",
+ "ru": "IMPS (Immediate Payment Service) — это межбанковская система мгновенных переводов, действующая в Индии. Она позволяет пользователям совершать переводы средств в реальном времени 24/7 через мобильные приложения, интернет-банкинг и банкоматы. IMPS разработана Национальной платежной корпорацией Индии (NPCI) и обеспечивает высокую скорость, доступность и надежность, что делает ее популярной среди физических лиц и малого бизнеса для p2p-расчетов и e-commerce.",
+ "en": "IMPS (Immediate Payment Service) is an interbank instant transfer system operating in India. It allows users to transfer funds in real time 24/7 through mobile applications, online banking and ATMs. IMPS is developed by the National Payments Corporation of India (NPCI) and offers high speed, availability and reliability, making it popular among individuals and small businesses for p2p payments and e-commerce."
+ }
+ },
+ {
+ "status": "active",
+ "code": "rtgs",
+ "category": "bank_transfer",
+ "name": {
+ "en": "RTGS",
+ "uk": "RTGS",
+ "ru": "RTGS"
}
},
{
@@ -6336,6 +7000,26 @@
"ru": "BLIK"
}
},
+ {
+ "status": "active",
+ "code": "bancontact",
+ "category": "bank_transfer",
+ "name": {
+ "en": "bancontact",
+ "uk": "bancontact",
+ "ru": "bancontact"
+ }
+ },
+ {
+ "status": "active",
+ "code": "budpay_aggregated",
+ "category": "alternative",
+ "name": {
+ "en": "BudPay aggregated",
+ "uk": "BudPay aggregated",
+ "ru": "BudPay aggregated"
+ }
+ },
{
"status": "active",
"code": "settlepay_wallet",
@@ -6344,6 +7028,4976 @@
"en": "SettlePay Wallet",
"uk": "SettlePay Wallet",
"ru": "SettlePay Wallet"
+ },
+ "description": {
+ "en": "SettlePay Wallet is a crypto-fiat digital wallet developed by WorldSec Payments Limited, designed to bridge the gap between cryptocurrencies and traditional finance. Available on both Android and iOS platforms, the wallet enables users to deposit, withdraw, and manage funds across major crypto exchanges. It supports various top-up methods, including Binance Pay and fiat options, and offers seamless verification through Ukraine’s Diia app for streamlined KYC processes. SettlePay Wallet also integrates with MoneyGram, allowing users to convert crypto to cash and withdraw funds globally. This and 500+ providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard.",
+ "ru": "SettlePay Wallet — это электронный кошелек, разработанный украинской финтех-компанией SettlePay. Он позволяет пользователям хранить средства, отправлять и получать переводы, оплачивать услуги и интегрироваться с банковскими картами. Кошелек поддерживает операции в гривне и других валютах, а также обеспечивает высокий уровень безопасности и интеграцию с партнерскими платформами."
+ }
+ },
+ {
+ "code": "picpay",
+ "vendor": "picpay",
+ "category": "digital_wallet",
+ "status": "active",
+ "name": {
+ "en": "PicPay",
+ "ru": "PicPay",
+ "uk": "PicPay"
+ },
+ "description": {
+ "uk": "PicPay — це бразильський цифровий гаманець і платформа для соціальних платежів, яка дозволяє користувачам здійснювати P2P-перекази, оплачувати рахунки, купувати онлайн та використовувати кешбеки. Сервіс підтримує зберігання карток, оплату через QR-коди, кредити та інвестиційні продукти. PicPay активно інтегрується з бізнесом і держструктурами в Бразилії, і є одним із найбільших фінтехів країни за кількістю користувачів. Цей та понад 500 інших провайдерів вже інтегровані в платформу платіжної оркестрації Corefy, що дозволяє клієнтам миттєво розпочати використання інтеграції без програмування — достатньо ввести свої MID-дані в дашборді Corefy.",
+ "en": "PicPay is a Brazilian digital wallet and social payment platform that allows users to make P2P transfers, pay bills, buy online, and use cashback. The service supports card storage, QR code payments, loans, and investment products. PicPay is actively integrating with businesses and government agencies in Brazil and is one of the largest fintechs in the country by number of users. This and more than 500 other providers are already integrated into Corefy's payment orchestration platform, allowing customers to instantly start using the integration without programming - just enter their MID data in the Corefy dashboard."
+ }
+ },
+ {
+ "code": "monobank",
+ "vendor": "monobank",
+ "category": "alternative",
+ "status": "active",
+ "name": {
+ "en": "Monobank",
+ "ru": "Monobank",
+ "uk": "Monobank"
+ }
+ },
+ {
+ "code": "epay",
+ "vendor": "epay",
+ "category": "alternative",
+ "status": "active",
+ "name": {
+ "en": "ePay",
+ "ru": "ePay",
+ "uk": "ePay"
+ }
+ },
+ {
+ "code": "astropay_wallet",
+ "vendor": "astropay",
+ "category": "digital_wallet",
+ "status": "active",
+ "name": {
+ "en": "Astropay Wallet",
+ "ru": "Astropay Wallet",
+ "uk": "Astropay Wallet"
+ }
+ },
+ {
+ "code": "spei",
+ "vendor": "bnd",
+ "category": "invoice_payment",
+ "status": "active",
+ "name": {
+ "en": "SPEI",
+ "ru": "SPEI",
+ "uk": "SPEI"
+ },
+ "description": {
+ "ru": "SPEI (Sistema de Pagos Electrónicos Interbancarios) — это межбанковская система электронных платежей в Мексике, разработанная Центральным банком страны. Она позволяет физическим и юридическим лицам осуществлять мгновенные переводы между банками через интернет-банкинг, мобильные приложения и платежные шлюзы. SPEI обеспечивает высокую скорость и безопасность транзакций, и активно используется как для потребительских платежей, так и в электронной коммерции, предлагая мексиканским пользователям надежный локальный метод оплаты.",
+ "en": "SPEI (Sistema de Pagos Electrónicos Interbancarios) is an interbank electronic payment system in Mexico developed by the country's Central Bank. It allows individuals and businesses to make instant transfers between banks through online banking, mobile applications and payment gateways. SPEI provides high-speed and secure transactions, and is actively used for both consumer payments and e-commerce, offering Mexican users a reliable local payment method."
+ }
+ },
+ {
+ "code": "momo",
+ "category": "mobile_payment",
+ "status": "active",
+ "name": {
+ "en": "Momo",
+ "ru": "Momo",
+ "uk": "Momo"
+ }
+ },
+ {
+ "code": "momo_qr",
+ "category": "alternative",
+ "status": "active",
+ "name": {
+ "en": "Momo QR",
+ "ru": "Momo QR",
+ "uk": "Momo QR"
+ }
+ },
+ {
+ "code": "zalopay",
+ "category": "mobile_payment",
+ "status": "active",
+ "name": {
+ "en": "ZaloPay",
+ "ru": "ZaloPay",
+ "uk": "ZaloPay"
+ }
+ },
+ {
+ "code": "zalo_qr",
+ "category": "alternative",
+ "status": "active",
+ "name": {
+ "en": "ZaloPay QR",
+ "ru": "ZaloPay QR",
+ "uk": "ZaloPay QR"
+ }
+ },
+ {
+ "code": "viettelpay",
+ "category": "mobile_payment",
+ "status": "active",
+ "name": {
+ "en": "ViettelPay",
+ "ru": "ViettelPay",
+ "uk": "ViettelPay"
+ }
+ },
+ {
+ "code": "punjab_sind_bank",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "Punjab & Sind Bank",
+ "ru": "Punjab & Sind Bank",
+ "uk": "Punjab & Sind Bank"
+ }
+ },
+ {
+ "code": "kanata_sahakari_bank",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "Janata Sahakari Bank",
+ "ru": "Janata Sahakari Bank",
+ "uk": "Janata Sahakari Bank"
+ }
+ },
+ {
+ "code": "amazon_pay",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "Amazon Pay",
+ "ru": "Amazon Pay",
+ "uk": "Amazon Pay"
+ },
+ "description": {
+ "uk": "Amazon Pay — це платіжний сервіс, створений компанією Amazon, який дозволяє покупцям оплачувати товари та послуги на сторонніх сайтах за допомогою збережених у їхньому обліковому записі Amazon платіжних даних. Завдяки знайомому інтерфейсу та високому рівню довіри користувачів, Amazon Pay забезпечує швидку та безпечну оплату без потреби повторно вводити реквізити. Сервіс підтримує одноразові й повторювані платежі, а також адаптується до мобільних пристроїв. Його використовують бізнеси в e-commerce, сервісах підписок і благодійних проєктах. Цей та понад 500 інших провайдерів вже інтегровані в платформу платіжної оркестрації Corefy, що дозволяє клієнтам миттєво розпочати використання інтеграції без програмування — достатньо ввести свої MID-дані в дашборді Corefy.",
+ "en": "Amazon Pay is a payment service created by Amazon that allows customers to pay for goods and services on third-party websites using the payment information stored in their Amazon account. Thanks to its familiar interface and high level of user trust, Amazon Pay provides fast and secure payments without the need to re-enter payment details. The service supports one-time and recurring payments, and is mobile-friendly. It is used by businesses in e-commerce, subscription services, and charity projects. This and more than 500 other providers are already integrated into the Corefy payment orchestration platform, allowing customers to instantly start using the integration without programming - just enter their MID data in the Corefy dashboard."
+ }
+ },
+ {
+ "status": "active",
+ "code": "paywise_cash",
+ "category": "cash_payment",
+ "name": {
+ "en": "PayWise Cash transfer",
+ "ru": "PayWise Cash transfer",
+ "uk": "PayWise Cash transfer"
+ }
+ },
+ {
+ "status": "active",
+ "code": "jeton_wallet",
+ "description": {
+ "en": "Jeton Wallet is a UK-based digital wallet and payment service provider that allows individuals and businesses to send, receive, and manage money securely in multiple currencies. Regulated by the UK’s Financial Conduct Authority (FCA), Jeton offers services such as instant money transfers, currency exchange, merchant payments, and prepaid card issuance. It supports over 70 payment methods and is available in more than 100 countries, making it a popular solution for international users and merchants, especially in industries like gaming, e-commerce, and forex. Jeton emphasizes user privacy, security, and low transaction fees, while offering a seamless experience through its mobile app and web platform. This and 500+ providers are already integrated to Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard."
+ },
+ "category": "digital_wallet",
+ "name": {
+ "en": "Jeton Wallet",
+ "uk": "Jeton Wallet",
+ "ru": "Jeton Wallet"
+ }
+ },
+ {
+ "status": "active",
+ "code": "papara",
+ "category": "alternative",
+ "name": {
+ "en": "Papara",
+ "uk": "Papara",
+ "ru": "Papara"
+ },
+ "description": {
+ "en": "Papara is a digital wallet and prepaid card-based payment method originating from Turkey, designed to provide a fast, secure, and cost-effective alternative to traditional banking services. It allows users to make online payments, send and receive money instantly, and manage their finances via a mobile app or web platform. Papara supports transactions in Turkish lira and offers features such as bill payments, budgeting tools, and cashback on purchases. It is widely used for domestic e-commerce, gaming, and digital services, especially among younger users and those without access to credit cards. With minimal fees and no need for a bank account, Papara provides financial inclusion for underbanked populations.",
+ "uk": "Papara — турецький фінтех-сервіс, що пропонує цифровий гаманець, передплачені картки та миттєві платежі. Користувачі можуть здійснювати перекази, оплачувати послуги, поповнювати рахунок через банківські канали та користуватись картками Mastercard без банківського рахунку. Papara став популярним завдяки низьким комісіям, простому застосунку та підтримці геймерів і молоді. Компанія активно інтегрується в екосистему цифрових сервісів, включно з e-commerce та стрімінговими платформами. Цей та понад 500 інших провайдерів вже інтегровані в платформу платіжної оркестрації Corefy, що дозволяє клієнтам миттєво розпочати використання інтеграції без програмування — достатньо ввести свої MID-дані в дашборді Corefy."
+ }
+ },
+ {
+ "status": "active",
+ "code": "community_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Community Bank",
+ "uk": "Community Bank",
+ "ru": "Community Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "cepbank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "CepBank",
+ "uk": "CepBank",
+ "ru": "CepBank"
+ },
+ "description": {
+ "ru": "CepBank — это турецкий метод мобильных банковских переводов, позволяющий пользователям отправлять деньги через SMS или мобильное приложение своего банка. Средства можно быстро перевести между счетами или обналичить в банкомате, введя код. Метод популярен в Турции благодаря простоте использования и высокой скорости операций, особенно в p2p-платежах и пополнении баланса в онлайн-сервисах.",
+ "en": "CepBank is a Turkish mobile bank transfer method that allows users to send money via SMS or their bank's mobile app. Funds can be quickly transferred between accounts or cashed out at an ATM by entering a code. The method is popular in Turkey due to its ease of use and high speed of transactions, especially in p2p payments and top-ups in online services."
+ }
+ },
+ {
+ "status": "active",
+ "code": "pagoefectivo_cip",
+ "category": "alternative",
+ "name": {
+ "en": "PagoEfectivo CIP",
+ "uk": "PagoEfectivo CIP",
+ "ru": "PagoEfectivo CIP"
+ }
+ },
+ {
+ "status": "active",
+ "code": "online_banking_qr",
+ "category": "online_banking",
+ "name": {
+ "en": "Online Banking QR",
+ "uk": "Online Banking QR",
+ "ru": "Online Banking QR"
+ }
+ },
+ {
+ "status": "active",
+ "code": "online_banking",
+ "category": "online_banking",
+ "name": {
+ "en": "Online Banking",
+ "uk": "Online Banking",
+ "ru": "Online Banking"
+ }
+ },
+ {
+ "status": "active",
+ "code": "swiffy_eft",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Swiffy EFT",
+ "uk": "Swiffy EFT",
+ "ru": "Swiffy EFT"
+ },
+ "description": {
+ "en": "Swiffy EFT is a South African payment provider offering real-time electronic funds transfer (EFT) solutions that allow consumers to pay directly from their bank accounts without using credit or debit cards. The service is tailored for e-commerce businesses and aims to streamline online payments by enabling instant, secure bank transfers through a wide network of major South African banks. Swiffy EFT ensures that transactions are completed quickly and safely, improving checkout conversion rates while reducing the risk of chargebacks commonly associated with card payments. The system is designed to be user-friendly and is particularly suited for merchants looking to offer local payment methods that resonate with South African consumers. Swiffy EFT and 500+ other payment providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard."
+ }
+ },
+ {
+ "status": "active",
+ "code": "card_transfer",
+ "category": "invoice_payment",
+ "name": {
+ "en": "Card transfer",
+ "uk": "Card transfer",
+ "ru": "Card transfer"
+ },
+ "description": {
+ "ru": "Card Transfer — это метод безналичного перевода средств с карты на карту, при котором отправитель указывает реквизиты карты получателя, а деньги зачисляются напрямую. Такой способ популярен в странах Восточной Европы, СНГ и Азии, особенно в p2p-расчетах и в электронной коммерции. Card Transfer позволяет пользователям быстро и просто осуществлять переводы, не прибегая к банковским счетам или дополнительным посредникам, что делает его удобным решением как для частных лиц, так и для микробизнесов.",
+ "uk": "Card Transfer — це спосіб оплати, який передбачає пряме перерахування коштів з однієї банківської картки на іншу. Цей метод став популярним завдяки своїй простоті, швидкості та зручності, особливо в електронній комерції, сервісах фрілансу та міжособистісних платежах. Він дозволяє користувачам здійснювати оплату безпосередньо, минаючи традиційні шлюзи чи додаткових посередників. Залежно від провайдера, перекази можуть здійснюватися в реальному часі або з мінімальною затримкою, часто з можливістю локалізованої підтримки валют. ",
+ "en": "Card Transfer is a payment method that involves the direct transfer of funds from one bank card to another. This method has become popular due to its simplicity, speed, and convenience, especially in e-commerce, freelance services, and interpersonal payments. It allows users to make payments directly, bypassing traditional gateways or additional intermediaries. Depending on the provider, transfers can be made in real time or with minimal delay, often with the option of localized currency support."
+ }
+ },
+ {
+ "status": "active",
+ "code": "card_transfer_humo",
+ "category": "invoice_payment",
+ "name": {
+ "en": "Humo card transfer",
+ "uk": "Humo card transfer",
+ "ru": "Humo card transfer"
+ }
+ },
+ {
+ "status": "active",
+ "code": "card_transfer_uzcard",
+ "category": "invoice_payment",
+ "name": {
+ "en": "Uzcard card transfer",
+ "uk": "Uzcard card transfer",
+ "ru": "Uzcard card transfer"
+ }
+ },
+ {
+ "status": "active",
+ "code": "pay_id",
+ "description": {
+ "en": "Pay ID is a real-time payment method developed for the New Payments Platform (NPP) in Australia, designed to simplify the process of sending and receiving money using easy-to-remember identifiers instead of traditional bank account numbers. Users can link a Pay ID—such as a mobile number, email address, or ABN—to their bank account, enabling fast, secure, and near-instant transfers 24/7. Widely adopted by Australian banks and financial institutions, Pay ID enhances user experience by making payments more accessible and reducing input errors. It is particularly useful for peer-to-peer transfers, bill payments, and business transactions, offering the benefits of real-time confirmation, strong security standards, and compatibility with mobile banking apps."
+ },
+ "category": "invoice_payment",
+ "name": {
+ "en": "PayID",
+ "uk": "PayID",
+ "ru": "PayID"
+ }
+ },
+ {
+ "status": "active",
+ "code": "mb_way",
+ "category": "alternative",
+ "name": {
+ "en": "MB WAY",
+ "uk": "MB WAY",
+ "ru": "MB WAY"
+ },
+ "description": {
+ "uk": "MB WAY — популярний португальський мобільний платіжний сервіс, який дозволяє здійснювати перекази, оплачувати онлайн-замовлення та купувати офлайн через QR-код або номер телефону. Сервіс інтегрований із банківською системою Португалії та підтримує миттєві перекази між рахунками 24/7. MB WAY також дозволяє генерувати віртуальні карти для безпечних онлайн-платежів і працює через однойменний мобільний застосунок. Його часто використовують в e-commerce, роздрібній торгівлі та сервісах доставки. Цей та понад 500 інших провайдерів вже інтегровані в платформу платіжної оркестрації Corefy, що дозволяє клієнтам миттєво розпочати використання інтеграції без програмування — достатньо ввести свої MID-дані в дашборді Corefy.",
+ "en": "MB WAY is a popular Portuguese mobile payment service that allows you to make transfers, pay for online orders, and make offline purchases using a QR code or phone number. The service is integrated with the Portuguese banking system and supports instant transfers between accounts 24/7. MB WAY also allows you to generate virtual cards for secure online payments and works through the mobile application of the same name. It is often used in e-commerce, retail, and delivery services. This and more than 500 other providers are already integrated into the Corefy payment orchestration platform, allowing customers to instantly start using the integration without programming - just enter their MID data in the Corefy dashboard."
+ }
+ },
+ {
+ "status": "active",
+ "code": "multibanco",
+ "category": "alternative",
+ "name": {
+ "en": "Multibanco",
+ "uk": "Multibanco",
+ "ru": "Multibanco"
+ }
+ },
+ {
+ "status": "active",
+ "code": "vib_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Vietnam International Commercial Joint Stock Bank",
+ "uk": "Vietnam International Commercial Joint Stock Bank",
+ "ru": "Vietnam International Commercial Joint Stock Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "agri_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Vietnam Bank for Agriculture and Rural Development",
+ "uk": "Vietnam Bank for Agriculture and Rural Development",
+ "ru": "Vietnam Bank for Agriculture and Rural Development"
+ }
+ },
+ {
+ "status": "active",
+ "code": "saigon_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Saigon Bank For Industry And Trade",
+ "uk": "Saigon Bank For Industry And Trade",
+ "ru": "Saigon Bank For Industry And Trade"
+ }
+ },
+ {
+ "status": "active",
+ "code": "vrb_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Vietnam - Russia Joint Venture Bank",
+ "uk": "Vietnam - Russia Joint Venture Bank",
+ "ru": "Vietnam - Russia Joint Venture Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "ab_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "An Binh Commercial Joint Stock Bank",
+ "uk": "An Binh Commercial Joint Stock Bank",
+ "ru": "An Binh Commercial Joint Stock Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "baoviet_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Baoviet Joint Stock Commercial Bank",
+ "uk": "Baoviet Joint Stock Commercial Bank",
+ "ru": "Baoviet Joint Stock Commercial Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "public_bank_vietnam",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Public Bank Vietnam",
+ "uk": "Public Bank Vietnam",
+ "ru": "Public Bank Vietnam"
+ }
+ },
+ {
+ "status": "active",
+ "code": "petrolimex_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Petrolimex Group Commercial Joint Stock Bank",
+ "uk": "Petrolimex Group Commercial Joint Stock Bank",
+ "ru": "Petrolimex Group Commercial Joint Stock Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "viet_capital_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Viet Capital Commercial",
+ "uk": "Viet Capital Commercial",
+ "ru": "Viet Capital Commercial"
+ }
+ },
+ {
+ "status": "active",
+ "code": "viet_a_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "VietNam Asia Commercial Bank",
+ "uk": "VietNam Asia Commercial Bank",
+ "ru": "VietNam Asia Commercial Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "ocean_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Ocean Commercial One Member Limited Liability Bank",
+ "uk": "Ocean Commercial One Member Limited Liability Bank",
+ "ru": "Ocean Commercial One Member Limited Liability Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "nam_a_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Nam A Commercial Joint Stock Bank",
+ "uk": "Nam A Commercial Joint Stock Bank",
+ "ru": "Nam A Commercial Joint Stock Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "indovina_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Indovina Bank Ltd.",
+ "uk": "Indovina Bank Ltd.",
+ "ru": "Indovina Bank Ltd."
+ }
+ },
+ {
+ "status": "active",
+ "code": "lien_viet_post_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "LienVietPostBank",
+ "uk": "LienVietPostBank",
+ "ru": "LienVietPostBank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "industrial_bank_ho_chi_minh",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Industrial Bank Of Korea (IBK) - Ho Chi Minh City Branch",
+ "uk": "Industrial Bank Of Korea (IBK) - Ho Chi Minh City Branch",
+ "ru": "Industrial Bank Of Korea (IBK) - Ho Chi Minh City Branch"
+ }
+ },
+ {
+ "status": "active",
+ "code": "bac_a_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "North Asia Commercial Joint Stock Bank",
+ "uk": "North Asia Commercial Joint Stock Bank",
+ "ru": "North Asia Commercial Joint Stock Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "maritime_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Vietnam Maritime Commercial Joint Stock Bank",
+ "uk": "Vietnam Maritime Commercial Joint Stock Bank",
+ "ru": "Vietnam Maritime Commercial Joint Stock Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "cooperative_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Co-operative Bank of Viet Nam",
+ "uk": "Co-operative Bank of Viet Nam",
+ "ru": "Co-operative Bank of Viet Nam"
+ }
+ },
+ {
+ "status": "active",
+ "code": "gp_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Global Petro Sole Member Limited Commercial Bank",
+ "uk": "Global Petro Sole Member Limited Commercial Bank",
+ "ru": "Global Petro Sole Member Limited Commercial Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "industrial_bank_hanoi",
+ "category": "bank_transfer",
+ "name": {
+ "en": "INDUSTRIAL BANK OF KOREA – HANOI BRANCH",
+ "uk": "INDUSTRIAL BANK OF KOREA – HANOI BRANCH",
+ "ru": "INDUSTRIAL BANK OF KOREA – HANOI BRANCH"
+ }
+ },
+ {
+ "status": "active",
+ "code": "sea_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Southeast Asia Commercial Joint Stock Bank",
+ "uk": "Southeast Asia Commercial Joint Stock Bank",
+ "ru": "Southeast Asia Commercial Joint Stock Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "hd_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Housing Development Commercial Joint Stock Bank",
+ "uk": "Housing Development Commercial Joint Stock Bank",
+ "ru": "Housing Development Commercial Joint Stock Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "cimb_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "CIMB Bank Vietnam Limited",
+ "uk": "CIMB Bank Vietnam Limited",
+ "ru": "CIMB Bank Vietnam Limited"
+ }
+ },
+ {
+ "status": "active",
+ "code": "cimb_bank_fpx",
+ "category": "online_banking",
+ "name": {
+ "en": "CIMB Bank (FPX)"
+ }
+ },
+ {
+ "status": "active",
+ "code": "may_bank_fpx",
+ "category": "online_banking",
+ "name": {
+ "en": "Maybank (FPX)"
+ }
+ },
+ {
+ "status": "active",
+ "code": "public_bank_fpx",
+ "category": "online_banking",
+ "name": {
+ "en": "Public Bank (FPX)"
+ }
+ },
+ {
+ "status": "active",
+ "code": "standard_chartered_bank_malaysia_fpx",
+ "category": "online_banking",
+ "name": {
+ "en": "Standard Chartered Bank (FPX)"
+ }
+ },
+ {
+ "status": "active",
+ "code": "rhb_bank_fpx",
+ "category": "online_banking",
+ "name": {
+ "en": "RHB Bank (FPX)"
+ }
+ },
+ {
+ "status": "active",
+ "code": "bank_islam_malaysia_fpx",
+ "category": "online_banking",
+ "name": {
+ "en": "Bank Islam Malaysia (FPX)"
+ }
+ },
+ {
+ "status": "active",
+ "code": "hong_leong_bank_fpx",
+ "category": "online_banking",
+ "name": {
+ "en": "Hong Leong Bank (FPX), Malaysia"
+ }
+ },
+ {
+ "status": "active",
+ "code": "hsbc_bank_malaysia_fpx",
+ "category": "online_banking",
+ "name": {
+ "en": "HSBC Bank Malaysia (FPX), Malaysia"
+ }
+ },
+ {
+ "status": "active",
+ "code": "uob_fpx",
+ "category": "online_banking",
+ "name": {
+ "en": "UOB Bank (FPX), Malaysia"
+ }
+ },
+ {
+ "status": "active",
+ "code": "ocbc_bank_fpx",
+ "category": "online_banking",
+ "name": {
+ "en": "OCBC Bank (Malaysia) (FPX), Malaysia"
+ }
+ },
+ {
+ "status": "active",
+ "code": "alliance_bank_fpx",
+ "category": "online_banking",
+ "name": {
+ "en": "Alliance Bank (FPX), Malaysia"
+ }
+ },
+ {
+ "status": "active",
+ "code": "ambank_fpx",
+ "category": "online_banking",
+ "name": {
+ "en": "Ambank (FPX), Malaysia"
+ }
+ },
+ {
+ "status": "active",
+ "code": "bank_simpanan_nasional_fpx",
+ "category": "online_banking",
+ "name": {
+ "en": "Bank Simpanan Nasional (FPX), Malaysia"
+ }
+ },
+ {
+ "status": "active",
+ "code": "affin_bank_fpx",
+ "category": "online_banking",
+ "name": {
+ "en": "Affin Bank Berhad (FPX), Malaysia"
+ }
+ },
+ {
+ "status": "active",
+ "code": "bank_rakyat_malaysia_fpx",
+ "category": "online_banking",
+ "name": {
+ "en": "Bank Rakyat (FPX), Malaysia"
+ }
+ },
+ {
+ "status": "active",
+ "code": "curfex",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Curfex Japan"
+ }
+ },
+ {
+ "status": "active",
+ "code": "tpbank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "TP Bank Vietnam"
+ }
+ },
+ {
+ "status": "active",
+ "code": "shb_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Saigon-Hanoi Commercial Joint Stock Bank",
+ "uk": "Saigon-Hanoi Commercial Joint Stock Bank",
+ "ru": "Saigon-Hanoi Commercial Joint Stock Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "scb_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Sai Gon Joint Stock Commercial Bank",
+ "uk": "Sai Gon Joint Stock Commercial Bank",
+ "ru": "Sai Gon Joint Stock Commercial Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "vp_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Vietnam Prosperity Joint‑Stock Commercial Bank",
+ "uk": "Vietnam Prosperity Joint‑Stock Commercial Bank",
+ "ru": "Vietnam Prosperity Joint‑Stock Commercial Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "tp_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Tien Phong Commercial Joint Stock Bank",
+ "uk": "Tien Phong Commercial Joint Stock Bank",
+ "ru": "Tien Phong Commercial Joint Stock Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "ncb_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "National Citizen Commercial Joint Stock Bank",
+ "uk": "National Citizen Commercial Joint Stock Bank",
+ "ru": "National Citizen Commercial Joint Stock Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "viet_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Vietnam Thuong Tin Commercial Joint Stock Bank",
+ "uk": "Vietnam Thuong Tin Commercial Joint Stock Bank",
+ "ru": "Vietnam Thuong Tin Commercial Joint Stock Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "omllvcb_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Vietnam Construction Joint Stock Commercial Bank",
+ "uk": "Vietnam Construction Joint Stock Commercial Bank",
+ "ru": "Vietnam Construction Joint Stock Commercial Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "ocb_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Orient Commercial Joint Stock Bank",
+ "uk": "Orient Commercial Joint Stock Bank",
+ "ru": "Orient Commercial Joint Stock Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "cfc_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "VietCredit Finance Joint Stock Company",
+ "uk": "VietCredit Finance Joint Stock Company",
+ "ru": "VietCredit Finance Joint Stock Company"
+ }
+ },
+ {
+ "status": "active",
+ "code": "pvcom_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Vietnam Public Joint Stock Commercial Bank",
+ "uk": "Vietnam Public Joint Stock Commercial Bank",
+ "ru": "Vietnam Public Joint Stock Commercial Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "kien_long_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Kien Long Commercial Joint - Stock Bank",
+ "uk": "Kien Long Commercial Joint - Stock Bank",
+ "ru": "Kien Long Commercial Joint - Stock Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "mb_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "MB Bank",
+ "uk": "MB Bank",
+ "ru": "MB Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "standard_chartered_bank_vietnam",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Standard Chartered Bank (Vietnam) Limited",
+ "uk": "Standard Chartered Bank (Vietnam) Limited",
+ "ru": "Standard Chartered Bank (Vietnam) Limited"
+ }
+ },
+ {
+ "status": "active",
+ "code": "upi_qr",
+ "category": "alternative",
+ "name": {
+ "en": "UPI QR",
+ "uk": "UPI QR",
+ "ru": "UPI QR"
+ }
+ },
+ {
+ "code": "pse",
+ "category": "invoice_payment",
+ "status": "active",
+ "name": {
+ "en": "PSE",
+ "ru": "PSE",
+ "uk": "PSE"
+ }
+ },
+ {
+ "code": "banco_guayaquil",
+ "category": "invoice_payment",
+ "status": "active",
+ "name": {
+ "en": "Banco Guayaquil",
+ "ru": "Banco Guayaquil",
+ "uk": "Banco Guayaquil"
+ }
+ },
+ {
+ "code": "banco_pichincha",
+ "category": "invoice_payment",
+ "status": "active",
+ "name": {
+ "en": "Banco Pichincha",
+ "ru": "Banco Pichincha",
+ "uk": "Banco Pichincha"
+ }
+ },
+ {
+ "code": "banco_bci",
+ "category": "invoice_payment",
+ "status": "active",
+ "name": {
+ "en": "Banco Bci",
+ "ru": "Banco Bci",
+ "uk": "Banco Bci"
+ }
+ },
+ {
+ "code": "mach",
+ "category": "invoice_payment",
+ "status": "active",
+ "name": {
+ "en": "Mach",
+ "ru": "Mach",
+ "uk": "Mach"
+ }
+ },
+ {
+ "code": "khipu",
+ "category": "invoice_payment",
+ "status": "active",
+ "name": {
+ "en": "Khipu",
+ "ru": "Khipu",
+ "uk": "Khipu"
+ }
+ },
+ {
+ "code": "webpay",
+ "category": "invoice_payment",
+ "status": "active",
+ "name": {
+ "en": "Webpay",
+ "ru": "Webpay",
+ "uk": "Webpay"
+ }
+ },
+ {
+ "code": "multicaja",
+ "category": "invoice_payment",
+ "status": "active",
+ "name": {
+ "en": "Multicaja",
+ "ru": "Multicaja",
+ "uk": "Multicaja"
+ }
+ },
+ {
+ "code": "banco_de_credito",
+ "category": "invoice_payment",
+ "status": "active",
+ "name": {
+ "en": "Banco De Credito",
+ "ru": "Banco De Credito",
+ "uk": "Banco De Credito"
+ }
+ },
+ {
+ "code": "bbva_continental",
+ "category": "invoice_payment",
+ "status": "active",
+ "name": {
+ "en": "Bbva Continental",
+ "ru": "Bbva Continental",
+ "uk": "Bbva Continental"
+ }
+ },
+ {
+ "code": "caja_arequipa",
+ "category": "invoice_payment",
+ "status": "active",
+ "name": {
+ "en": "Caja Arequipa",
+ "ru": "Caja Arequipa",
+ "uk": "Caja Arequipa"
+ }
+ },
+ {
+ "code": "caja_huancayo",
+ "category": "invoice_payment",
+ "status": "active",
+ "name": {
+ "en": "Caja Huancayo",
+ "ru": "Caja Huancayo",
+ "uk": "Caja Huancayo"
+ }
+ },
+ {
+ "code": "caja_tacna",
+ "category": "invoice_payment",
+ "status": "active",
+ "name": {
+ "en": "Caja Tacna",
+ "ru": "Caja Tacna",
+ "uk": "Caja Tacna"
+ }
+ },
+ {
+ "code": "caja_trujillo",
+ "category": "invoice_payment",
+ "status": "active",
+ "name": {
+ "en": "Caja Trujillo",
+ "ru": "Caja Trujillo",
+ "uk": "Caja Trujillo"
+ }
+ },
+ {
+ "code": "interbank",
+ "category": "invoice_payment",
+ "status": "active",
+ "name": {
+ "en": "Interbank",
+ "ru": "Interbank",
+ "uk": "Interbank"
+ }
+ },
+ {
+ "code": "scotiabank",
+ "category": "invoice_payment",
+ "status": "active",
+ "name": {
+ "en": "Scotiabank",
+ "ru": "Scotiabank",
+ "uk": "Scotiabank"
+ }
+ },
+ {
+ "code": "banco_nacional",
+ "category": "invoice_payment",
+ "status": "active",
+ "name": {
+ "en": "Banco Nacional",
+ "ru": "Banco Nacional",
+ "uk": "Banco Nacional"
+ }
+ },
+ {
+ "code": "transfer_bancaria",
+ "category": "invoice_payment",
+ "status": "active",
+ "name": {
+ "en": "Transfer Bancaria",
+ "ru": "Transfer Bancaria",
+ "uk": "Transfer Bancaria"
+ }
+ },
+ {
+ "code": "techcom_bank",
+ "category": "online_banking",
+ "status": "active",
+ "name": {
+ "en": "Vietnam Technological and Commercial Joint Stock Bank"
+ }
+ },
+ {
+ "code": "techcom_bank_qr",
+ "category": "alternative",
+ "status": "active",
+ "name": {
+ "en": "Vietnam Technological and Commercial Joint Stock Bank QR"
+ }
+ },
+ {
+ "code": "asia_commercial_bank",
+ "category": "online_banking",
+ "status": "active",
+ "name": {
+ "en": "Asia Commercial Bank"
+ }
+ },
+ {
+ "code": "asia_commercial_bank_qr",
+ "category": "alternative",
+ "status": "active",
+ "name": {
+ "en": "Asia Commercial Bank QR"
+ }
+ },
+ {
+ "code": "affin_bank_berhad",
+ "category": "online_banking",
+ "status": "active",
+ "name": {
+ "en": "Affin Bank Berhad"
+ }
+ },
+ {
+ "code": "alliance_bank",
+ "category": "online_banking",
+ "status": "active",
+ "name": {
+ "en": "Alliance Bank Malaysia Berhad"
+ }
+ },
+ {
+ "code": "ambank_berhad",
+ "category": "online_banking",
+ "status": "active",
+ "name": {
+ "en": "AmBank"
+ }
+ },
+ {
+ "code": "bank_islam_malaysia",
+ "category": "online_banking",
+ "status": "active",
+ "name": {
+ "en": "Bank Islam Malaysia"
+ }
+ },
+ {
+ "code": "bank_simpanan_nasional_berhad",
+ "category": "online_banking",
+ "status": "active",
+ "name": {
+ "en": "Bank Simpanan Nasional"
+ }
+ },
+ {
+ "code": "citi_bank",
+ "category": "online_banking",
+ "status": "active",
+ "name": {
+ "en": "Citibank"
+ }
+ },
+ {
+ "code": "hsbc_bank_malaysia_berhad",
+ "category": "online_banking",
+ "status": "active",
+ "name": {
+ "en": "HSBC Bank Malaysia"
+ }
+ },
+ {
+ "code": "hsbc_bank_indonesia",
+ "category": "digital_wallet",
+ "status": "active",
+ "name": {
+ "en": "HSBC Bank Indonesia"
+ }
+ },
+ {
+ "code": "maybank_berhad",
+ "category": "online_banking",
+ "status": "active",
+ "name": {
+ "en": "Maybank"
+ }
+ },
+ {
+ "code": "ocbc_bank",
+ "category": "online_banking",
+ "status": "active",
+ "name": {
+ "en": "OCBC (OCBC Bank)"
+ }
+ },
+ {
+ "code": "ocbc_bank_indonesia",
+ "category": "digital_wallet",
+ "status": "active",
+ "name": {
+ "en": "OCBC (OCBC Bank Indonesia)"
+ }
+ },
+ {
+ "code": "public_bank_berhad",
+ "category": "online_banking",
+ "status": "active",
+ "name": {
+ "en": "Public Bank Berhad"
+ }
+ },
+ {
+ "code": "vietnam_prosperity_commerial_bank_qr",
+ "category": "alternative",
+ "status": "active",
+ "name": {
+ "en": "Vietnam Prosperity Joint-Stock Commercial Bank QR"
+ }
+ },
+ {
+ "code": "military_commercial_bank_qr",
+ "category": "alternative",
+ "status": "active",
+ "name": {
+ "en": "Military Commercial Joint Stock Bank QR"
+ }
+ },
+ {
+ "code": "artha_graha_bank",
+ "category": "digital_wallet",
+ "status": "active",
+ "name": {
+ "en": "Bank Artha Graha"
+ }
+ },
+ {
+ "code": "bukopin_bank",
+ "category": "digital_wallet",
+ "status": "active",
+ "name": {
+ "en": "Bank KB Bukopin"
+ }
+ },
+ {
+ "code": "mega_bank",
+ "category": "digital_wallet",
+ "status": "active",
+ "name": {
+ "en": "Mega International Commercial Bank"
+ }
+ },
+ {
+ "code": "maspion_bank",
+ "category": "digital_wallet",
+ "status": "active",
+ "name": {
+ "en": "Bank Maspion"
+ }
+ },
+ {
+ "code": "mestika_bank",
+ "category": "digital_wallet",
+ "status": "active",
+ "name": {
+ "en": "Bank Mestika"
+ }
+ },
+ {
+ "code": "panin_bank",
+ "category": "digital_wallet",
+ "status": "active",
+ "name": {
+ "en": "Panin Bank"
+ }
+ },
+ {
+ "code": "sumut_bank",
+ "category": "digital_wallet",
+ "status": "active",
+ "name": {
+ "en": "Sumut Bank"
+ }
+ },
+ {
+ "code": "sinar_mas_bank",
+ "category": "digital_wallet",
+ "status": "active",
+ "name": {
+ "en": "Bank Sinarmas"
+ }
+ },
+ {
+ "code": "btpn_bank",
+ "category": "digital_wallet",
+ "status": "active",
+ "name": {
+ "en": "Bank BTPN"
+ }
+ },
+ {
+ "code": "cimb_niaga",
+ "category": "digital_wallet",
+ "status": "active",
+ "name": {
+ "en": "Bank CIMB Niaga"
+ }
+ },
+ {
+ "code": "jiomoney",
+ "category": "online_banking",
+ "status": "active",
+ "name": {
+ "en": "JioMoney | India Ka Naya Cash"
+ }
+ },
+ {
+ "code": "india_bank_selection",
+ "category": "online_banking",
+ "status": "active",
+ "name": {
+ "en": "India Bank Selection"
+ }
+ },
+ {
+ "code": "saraswat_cooperative_bank",
+ "category": "online_banking",
+ "status": "active",
+ "name": {
+ "en": "Saraswat Cooperative Bank"
+ }
+ },
+ {
+ "code": "pix_qr",
+ "category": "alternative",
+ "status": "active",
+ "name": {
+ "en": "Pix Qr"
+ }
+ },
+ {
+ "code": "bank_negara_indonesia_va",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "Bank Negara Indonesia (VA)"
+ }
+ },
+ {
+ "code": "thai_military_bank",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "Thai Military Bank"
+ }
+ },
+ {
+ "code": "cimb_thai_bank",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "CIMB Thai Bank Public Company Limited"
+ }
+ },
+ {
+ "code": "government_savings_bank",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "Government Savings Bank"
+ }
+ },
+ {
+ "code": "united_overseas_bank_thai",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "United Overseas Bank (Thai) PCL"
+ }
+ },
+ {
+ "code": "government_housing_bank",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "Government Housing Bank"
+ }
+ },
+ {
+ "code": "hong_kong_shanghai_bank",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "Hong Kong Shanghai Bank"
+ }
+ },
+ {
+ "code": "standard_chartered_bank_thai",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "Standard Chartered Bank (Thai) PCL."
+ }
+ },
+ {
+ "code": "land_and_houses_bank",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "Land and Houses Bank Public Company Limited"
+ }
+ },
+ {
+ "code": "thai_qr_payment",
+ "category": "alternative",
+ "status": "active",
+ "name": {
+ "en": "Thai QR Payment"
+ },
+ "description": {
+ "ru": "Thai QR Payment — это платежный метод, разработанный Банком Таиланда, позволяющий пользователям совершать мгновенные переводы и оплаты с помощью сканирования QR-кода. Он интегрирован с системой PromptPay и работает через банковские приложения, предлагая простой, безопасный и удобный способ безналичной оплаты как в онлайн-среде, так и в физической торговле. Thai QR Payment способствует развитию цифровой экономики и снижению зависимости от наличных в Таиланде.",
+ "en": "Thai QR Payment is a payment method developed by the Bank of Thailand that allows users to make instant transfers and payments by scanning a QR code. It is integrated with PromptPay and works through banking apps, offering a simple, secure and convenient cashless payment method for both online and physical commerce. Thai QR Payment promotes the digital economy and reduces dependence on cash in Thailand."
+ }
+ },
+ {
+ "code": "krungthai_bank",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "Krungthai Bank"
+ }
+ },
+ {
+ "code": "kiatnakin_bank",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "Kiatnakin Bank"
+ }
+ },
+ {
+ "code": "advcash_card",
+ "category": "digital_wallet",
+ "status": "active",
+ "name": {
+ "en": "AdvCash"
+ }
+ },
+ {
+ "status": "active",
+ "code": "hero_payments",
+ "category": "digital_wallet",
+ "name": {
+ "en": "Hero Payments",
+ "ru": "Hero Payments",
+ "uk": "Hero Payments"
+ }
+ },
+ {
+ "status": "active",
+ "code": "omni_payments",
+ "category": "digital_wallet",
+ "name": {
+ "en": "Omni Payments",
+ "ru": "Omni Payments",
+ "uk": "Omni Payments"
+ }
+ },
+ {
+ "status": "deprecated",
+ "code": "noros_p2p",
+ "category": "digital_wallet",
+ "name": {
+ "en": "NOROS P2P",
+ "ru": "NOROS P2P",
+ "uk": "NOROS P2P"
+ }
+ },
+ {
+ "status": "active",
+ "code": "bitexpro_wallet",
+ "category": "digital_wallet",
+ "name": {
+ "en": "BitexPRO wallet",
+ "ru": "BitexPRO wallet",
+ "uk": "BitexPRO wallet"
+ }
+ },
+ {
+ "status": "active",
+ "code": "bitexpro_advwallet",
+ "category": "digital_wallet",
+ "name": {
+ "en": "BitexPRO advwallet",
+ "ru": "BitexPRO advwallet",
+ "uk": "BitexPRO advwallet"
+ }
+ },
+ {
+ "status": "active",
+ "code": "bitexpro_payeer",
+ "category": "digital_wallet",
+ "name": {
+ "en": "BitexPRO payeer",
+ "ru": "BitexPRO payeer",
+ "uk": "BitexPRO payeer"
+ }
+ },
+ {
+ "status": "active",
+ "code": "bitexpro_p2p",
+ "category": "digital_wallet",
+ "name": {
+ "en": "BitexPRO P2P",
+ "ru": "BitexPRO P2P",
+ "uk": "BitexPRO P2P"
+ }
+ },
+ {
+ "status": "active",
+ "code": "stripe",
+ "category": "digital_wallet",
+ "name": {
+ "en": "Stripe",
+ "ru": "Stripe",
+ "uk": "Stripe"
+ }
+ },
+ {
+ "status": "active",
+ "code": "maldo_crypto",
+ "category": "digital_wallet",
+ "name": {
+ "en": "Maldo Crypto",
+ "ru": "Maldo Crypto",
+ "uk": "Maldo Crypto"
+ },
+ "description": {
+ "en": "Maldo Crypto is a cryptocurrency-based payment method that enables merchants to accept digital assets such as Bitcoin, Ethereum, and other popular cryptocurrencies as a form of payment. Tailored for online businesses and high-risk industries, Maldo Crypto focuses on providing a fast, borderless, and secure alternative to traditional payment options. It allows for real-time settlements, low transaction fees, and reduced chargeback risk, making it particularly attractive for global merchants looking to expand their reach and streamline cross-border transactions. With growing demand for crypto payments among users seeking privacy and decentralization, Maldo Crypto supports wallet-to-wallet transfers and often includes built-in tools for conversion to fiat, compliance checks, and transaction monitoring."
+ }
+ },
+ {
+ "status": "active",
+ "code": "instant_papara",
+ "category": "digital_wallet",
+ "name": {
+ "en": "Instant Papara",
+ "uk": "Instant Papara",
+ "ru": "Instant Papara"
+ }
+ },
+ {
+ "status": "active",
+ "code": "paykwik",
+ "category": "digital_wallet",
+ "name": {
+ "en": "Paykwik",
+ "uk": "Paykwik",
+ "ru": "Paykwik"
+ },
+ "description": {
+ "ru": "PayKwik — это предоплаченная карта, широко используемая в Турции и ряде других стран, предназначенная для безопасной оплаты товаров и услуг в интернете. Пользователи могут приобрести карту в офлайн-точках или онлайн, получить одноразовый код и использовать его при оформлении заказа. PayKwik особенно популярен среди пользователей, не желающих указывать данные своей банковской карты, и подходит для оплаты в сферах с повышенными требованиями к конфиденциальности.",
+ "en": "PayKwik is a prepaid card widely used in Turkey and a number of other countries, designed for secure payment of goods and services online. Users can purchase the card at offline or online outlets, receive a one-time code and use it at checkout. PayKwik is particularly popular among users who do not want to provide their bank card details and is suitable for payment in areas with high privacy requirements."
+ }
+ },
+ {
+ "status": "active",
+ "code": "instant_bank_transfer",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Instant Bank Transfer",
+ "uk": "Instant Bank Transfer",
+ "ru": "Instant Bank Transfer"
+ }
+ },
+ {
+ "status": "active",
+ "code": "astropay",
+ "category": "digital_wallet",
+ "name": {
+ "en": "Astropay",
+ "uk": "Astropay",
+ "ru": "Astropay"
+ }
+ },
+ {
+ "status": "active",
+ "code": "spcbl",
+ "category": "bank_transfer",
+ "name": {
+ "en": "The Surat Peoples Co-Operative Bank Limited",
+ "uk": "The Surat Peoples Co-Operative Bank Limited",
+ "ru": "The Surat Peoples Co-Operative Bank Limited"
+ }
+ },
+ {
+ "status": "active",
+ "code": "promptpay_qr",
+ "category": "alternative",
+ "name": {
+ "en": "PromptPay QR",
+ "uk": "PromptPay QR",
+ "ru": "PromptPay QR"
+ }
+ },
+ {
+ "status": "active",
+ "code": "vnpay_qr",
+ "category": "alternative",
+ "name": {
+ "en": "VNPAY QR",
+ "uk": "VNPAY QR",
+ "ru": "VNPAY QR"
+ },
+ "description": {
+ "fr": "VNPay QR est une méthode de paiement vietnamienne largement utilisée qui permet aux consommateurs d’effectuer des paiements en scannant un code QR via leur application bancaire mobile. Développée par Vietnam Payment Solutions JSC (VNPay), cette solution est intégrée dans les applications de plus de 40 banques vietnamiennes, facilitant les paiements sans numéraire dans les commerces physiques et en ligne. Elle est particulièrement populaire dans le secteur du retail, du transport et de la restauration. Cette méthode de paiement, ainsi que plus de 500 autres, est déjà intégrée à la plateforme d’orchestration de paiements de Corefy, permettant à nos clients de commencer à l’utiliser instantanément, sans codage, en saisissant simplement leurs identifiants MID dans le tableau de bord Corefy.",
+ "en": "VNPay QR is a widely used Vietnamese payment method that enables consumers to make payments by scanning a QR code via their mobile banking application. Developed by Vietnam Payment Solutions JSC (VNPay), this solution is integrated into the applications of over 40 Vietnamese banks, facilitating cashless payments in both physical and online stores. It is particularly popular in the retail, transport and restaurant sectors. This payment method, along with over 500 others, is already integrated into Corefy's payment orchestration platform, enabling our customers to start using it instantly, without coding, by simply entering their MID credentials into the Corefy dashboard."
+ }
+ },
+ {
+ "status": "active",
+ "code": "truemoney",
+ "category": "digital_wallet",
+ "name": {
+ "en": "True Money Wallet",
+ "uk": "True Money Wallet",
+ "ru": "True Money Wallet"
+ },
+ "description": {
+ "ru": "TrueMoney — это платежный метод и электронный кошелек, широко используемый в странах Юго-Восточной Азии. Он предоставляет пользователям возможность совершать онлайн-платежи, переводы, пополнения и оплату счетов. TrueMoney активно используется в Таиланде, Камбодже, Вьетнаме, Филиппинах и других странах региона, обеспечивая доступ к финансовым сервисам для населения без банковских счетов.",
+ "en": "TrueMoney is a payment method and e-wallet widely used in Southeast Asian countries. It provides users with the ability to make online payments, transfers, top-ups and bill payments. TrueMoney is actively used in Thailand, Cambodia, Vietnam, the Philippines and other countries in the region, providing access to financial services for people without bank accounts."
+ }
+ },
+ {
+ "status": "active",
+ "code": "ovo",
+ "category": "digital_wallet",
+ "name": {
+ "en": "OVO",
+ "uk": "OVO",
+ "ru": "OVO"
+ },
+ "description": {
+ "fr": "OVO est un portefeuille numérique indonésien très répandu, qui permet aux utilisateurs d’effectuer des paiements en ligne et en magasin, de transférer de l’argent, de payer des factures, et d’accéder à des services financiers comme le crédit ou les assurances. OVO est accepté par de nombreux commerçants et services en Indonésie, notamment dans les secteurs du retail, des transports (Grab) et de la restauration. Il est connu pour son programme de fidélité et ses campagnes promotionnelles attractives, favorisant son adoption rapide. OVO joue un rôle important dans la digitalisation de l’économie indonésienne en réduisant la dépendance au cash. Cette méthode de paiement, ainsi que plus de 500 autres, est déjà intégrée à la plateforme d’orchestration de paiements de Corefy, permettant à nos clients de commencer à l’utiliser instantanément, sans codage, en saisissant simplement leurs identifiants MID dans le tableau de bord Corefy.",
+ "en": "OVO is a popular Indonesian digital wallet, enabling users to make online and in-store payments, transfer money, pay bills, and access financial services such as credit and insurance. OVO is accepted by numerous merchants and services in Indonesia, notably in the retail, transport (Grab) and restaurant sectors. It is known for its loyalty program and attractive promotional campaigns, encouraging rapid adoption. OVO is playing an important role in the digitalization of the Indonesian economy by reducing dependence on cash. This payment method, along with over 500 others, is already integrated into Corefy's payment orchestration platform, enabling our customers to start using it instantly, without coding, by simply entering their MID credentials into the Corefy dashboard."
+ }
+ },
+ {
+ "status": "active",
+ "code": "gopay",
+ "category": "digital_wallet",
+ "name": {
+ "en": "GoPay",
+ "uk": "GoPay",
+ "ru": "GoPay"
+ },
+ "description": {
+ "uk": "GoPay — це популярний електронний гаманець в Індонезії, що є частиною суперзастосунку Gojek. Користувачі можуть оплачувати покупки, транспорт, доставку їжі, комунальні послуги та багато іншого прямо з балансу GoPay. Сервіс підтримує миттєві перекази, бонуси, кешбеки та інтеграцію з банківськими картками. Завдяки високій проникності мобільного інтернету в регіоні, GoPay став важливою складовою фінансової інклюзії в Південно-Східній Азії. Цей та понад 500 інших провайдерів вже інтегровані в платформу платіжної оркестрації Corefy, що дозволяє клієнтам миттєво розпочати використання інтеграції без програмування — достатньо ввести свої MID-дані в дашборді Corefy.",
+ "en": "GoPay is a popular e-wallet in Indonesia that is part of the Gojek super app. Users can pay for purchases, transportation, food delivery, utilities, and much more directly from their GoPay balance. The service supports instant transfers, bonuses, cashback, and integration with bank cards. Due to the high penetration of mobile internet in the region, GoPay has become an important component of financial inclusion in Southeast Asia. This and more than 500 other providers are already integrated into Corefy's payment orchestration platform, allowing customers to instantly start using the integration without programming - just enter their MID data in the Corefy dashboard."
+ }
+ },
+ {
+ "status": "active",
+ "code": "momopay",
+ "category": "digital_wallet",
+ "name": {
+ "en": "MoMoPay",
+ "uk": "MoMoPay",
+ "ru": "MoMoPay"
+ }
+ },
+ {
+ "status": "active",
+ "code": "payzapp",
+ "category": "digital_wallet",
+ "name": {
+ "en": "HDFC PayZapp",
+ "uk": "HDFC PayZapp",
+ "ru": "HDFC PayZapp"
+ }
+ },
+ {
+ "status": "active",
+ "code": "trustly_paynplay",
+ "category": "online_banking",
+ "name": {
+ "en": "Trustly Pay N Play",
+ "uk": "Trustly Pay N Play",
+ "ru": "Trustly Pay N Play"
+ }
+ },
+ {
+ "status": "active",
+ "code": "m_pesa",
+ "category": "mobile_payment",
+ "name": {
+ "en": "M-Pesa",
+ "ru": "M-Pesa",
+ "uk": "M-Pesa"
+ }
+ },
+ {
+ "status": "active",
+ "code": "wise",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Wise",
+ "ru": "Wise",
+ "uk": "Wise"
+ }
+ },
+ {
+ "status": "active",
+ "code": "mobile",
+ "category": "mobile_payment",
+ "name": {
+ "en": "Mobile",
+ "ru": "Mobile",
+ "uk": "Mobile"
+ }
+ },
+ {
+ "status": "active",
+ "code": "neft",
+ "category": "mobile_payment",
+ "name": {
+ "en": "Neft",
+ "ru": "Neft",
+ "uk": "Neft"
+ }
+ },
+ {
+ "status": "active",
+ "code": "interac_aggregated",
+ "category": "online_banking",
+ "name": {
+ "en": "Interac Aggregated",
+ "ru": "Interac Aggregated",
+ "uk": "Interac Aggregated"
+ }
+ },
+ {
+ "code": "hong_leong_bank_qr",
+ "category": "alternative",
+ "status": "active",
+ "name": {
+ "en": "Hong Leong Bank Qr"
+ }
+ },
+ {
+ "code": "hsbc_bank_malaysia_berhad_qr",
+ "category": "alternative",
+ "status": "active",
+ "name": {
+ "en": "HSBC Bank Malaysia Qr"
+ }
+ },
+ {
+ "code": "maybank_berhad_qr",
+ "category": "alternative",
+ "status": "active",
+ "name": {
+ "en": "Maybank Qr"
+ }
+ },
+ {
+ "code": "public_bank_qr",
+ "category": "alternative",
+ "status": "active",
+ "name": {
+ "en": "Public Bank Qr"
+ }
+ },
+ {
+ "code": "rhb_bank_qr",
+ "category": "alternative",
+ "status": "active",
+ "name": {
+ "en": "RHB Bank Qr"
+ }
+ },
+ {
+ "code": "united_overseas_bank_berhad_qr",
+ "category": "alternative",
+ "status": "active",
+ "name": {
+ "en": "United Overseas Bank Malaysia Qr"
+ }
+ },
+ {
+ "code": "dong_a_bank_qr",
+ "category": "alternative",
+ "status": "active",
+ "name": {
+ "en": "Dong A Bank Qr"
+ }
+ },
+ {
+ "code": "exim_bank_qr",
+ "category": "alternative",
+ "status": "active",
+ "name": {
+ "en": "Exim Bank Qr"
+ }
+ },
+ {
+ "code": "sacom_bank_qr",
+ "category": "alternative",
+ "status": "active",
+ "name": {
+ "en": "SACOM Bank Qr"
+ }
+ },
+ {
+ "code": "vp_bank_qr",
+ "category": "alternative",
+ "status": "active",
+ "name": {
+ "en": "Vietnam Prosperity Joint‑Stock Commercial Bank Qr"
+ }
+ },
+ {
+ "code": "neopay",
+ "category": "online_banking",
+ "status": "active",
+ "name": {
+ "en": "NEOpay"
+ },
+ "description": {
+ "ru": "NeoPay как платежный метод используется в Азии и Восточной Европе для мгновенных онлайн-переводов. Он позволяет клиентам совершать безопасные платежи через интернет-банкинг или мобильные приложения, минуя карты. NeoPay часто применяется в электронной коммерции и сфере цифровых услуг благодаря скорости и локальной адаптации.",
+ "en": "NeoPay as a payment method is used in Asia and Eastern Europe for instant online transfers. It allows customers to make secure payments via online banking or mobile apps, bypassing cards. NeoPay is often used in e-commerce and digital services due to its speed and local adaptability."
+ }
+ },
+ {
+ "code": "tmbthanachart_bank",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "TMBThanachart Bank"
+ }
+ },
+ {
+ "code": "bank_transfer_va",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "Bank Transfer VA"
+ }
+ },
+ {
+ "code": "bank_transfer_qr",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "Bank Transfer QR"
+ }
+ },
+ {
+ "status": "active",
+ "code": "easypaisa",
+ "vendor": "easypaisa",
+ "category": "digital_wallet",
+ "name": {
+ "en": "Easypaisa",
+ "ru": "Easypaisa",
+ "uk": "Easypaisa"
+ }
+ },
+ {
+ "status": "active",
+ "code": "jazzcash",
+ "vendor": "jazzcash",
+ "category": "digital_wallet",
+ "name": {
+ "en": "JazzCash",
+ "ru": "JazzCash",
+ "uk": "JazzCash"
+ }
+ },
+ {
+ "code": "philippines_va",
+ "category": "alternative",
+ "status": "active",
+ "name": {
+ "en": "Philippines Virtual Accounts",
+ "ru": "Philippines Virtual Accounts",
+ "uk": "Philippines Virtual Accounts"
+ }
+ },
+ {
+ "code": "virtual_bank_aggregated",
+ "category": "online_banking",
+ "status": "active",
+ "name": {
+ "en": "Virtual bank aggregated"
+ }
+ },
+ {
+ "code": "wallet_aggregated",
+ "category": "digital_wallet",
+ "status": "active",
+ "name": {
+ "en": "Wallet aggregated",
+ "ru": "Wallet aggregated",
+ "uk": "Wallet aggregated"
+ }
+ },
+ {
+ "code": "vodafone_mpesa",
+ "category": "digital_wallet",
+ "status": "active",
+ "name": {
+ "en": "Vodafone-Mpesa"
+ }
+ },
+ {
+ "status": "active",
+ "code": "airteltigo",
+ "vendor": "airteltigo",
+ "category": "mobile_payment",
+ "name": {
+ "en": "AT Ghana",
+ "ru": "AT Ghana",
+ "uk": "AT Ghana"
+ }
+ },
+ {
+ "status": "active",
+ "code": "vodafone_cash",
+ "category": "digital_wallet",
+ "name": {
+ "en": "Vodafone Cash",
+ "ru": "Vodafone Cash",
+ "uk": "Vodafone Cash"
+ },
+ "description": {
+ "es": "Vodafone Cash es un servicio de dinero móvil ofrecido por Vodafone en varios países, especialmente en Egipto y Ghana. Permite a los usuarios realizar pagos, transferencias de dinero, depósitos, retiros y compras desde sus teléfonos móviles, incluso sin cuenta bancaria. Es una opción popular para la inclusión financiera en regiones donde los servicios bancarios tradicionales no están ampliamente disponibles. Este y más de 500 proveedores ya están integrados en la plataforma de orquestación de pagos de Corefy, lo que permite a nuestros clientes comenzar a usar la integración al instante sin necesidad de programación, simplemente introduciendo sus credenciales MID en el panel de Corefy.",
+ "fr": "Vodafone Cash est un service de portefeuille mobile proposé par Vodafone, principalement utilisé en Égypte. Il permet aux utilisateurs d’envoyer et de recevoir de l’argent, de payer des factures, de recharger leur crédit téléphonique et d’effectuer des achats en ligne ou en magasin directement depuis leur téléphone portable. Le service est largement adopté grâce à sa simplicité d’utilisation et à sa présence dans les zones urbaines et rurales. Il joue un rôle clé dans la promotion de l’inclusion financière en facilitant l’accès aux paiements numériques pour les populations non bancarisées. Cette méthode de paiement, ainsi que plus de 500 autres, est déjà intégrée à la plateforme d’orchestration de paiements de Corefy, permettant à nos clients de commencer à l’utiliser instantanément, sans codage, en saisissant simplement leurs identifiants MID dans le tableau de bord Corefy.",
+ "ru": "Vodafone Cash — это мобильный платежный метод, предоставляемый мобильным оператором Vodafone, позволяющий пользователям отправлять и получать деньги, оплачивать счета и осуществлять покупки с помощью мобильного телефона. Услуга широко используется в Египте и ряде других стран, обеспечивая доступ к финансовым операциям без необходимости банковского счета. Vodafone Cash способствует финансовой инклюзии, особенно среди населения с ограниченным доступом к традиционным банковским услугам.",
+ "en": "Vodafone Cash is a mobile payment method provided by mobile operator Vodafone, allowing users to send and receive money, pay bills and make purchases using their cell phone. The service is widely used in Egypt and several other countries, providing access to financial transactions without the need for a bank account. Vodafone Cash promotes financial inclusion, especially among populations with limited access to traditional banking services."
+ }
+ },
+ {
+ "status": "active",
+ "code": "vodafone_pay",
+ "category": "mobile_carrier_billing",
+ "name": {
+ "en": "Vodafone Pay",
+ "ru": "Vodafone Pay",
+ "uk": "Vodafone Pay"
+ }
+ },
+ {
+ "status": "active",
+ "code": "ecocash",
+ "vendor": "ecocash",
+ "category": "mobile_payment",
+ "name": {
+ "en": "EcoCash",
+ "ru": "EcoCash",
+ "uk": "EcoCash"
+ }
+ },
+ {
+ "status": "active",
+ "code": "orange_money",
+ "vendor": "orange_money",
+ "category": "mobile_payment",
+ "name": {
+ "en": "Orange Money",
+ "ru": "Orange Money",
+ "uk": "Orange Money"
+ }
+ },
+ {
+ "status": "active",
+ "code": "orange_money_sen",
+ "vendor": "orange_money",
+ "category": "mobile_payment",
+ "name": {
+ "en": "Orange Money",
+ "ru": "Orange Money",
+ "uk": "Orange Money"
+ }
+ },
+ {
+ "status": "active",
+ "code": "orange_money_civ",
+ "vendor": "orange_money",
+ "category": "mobile_payment",
+ "name": {
+ "en": "Orange Money",
+ "ru": "Orange Money",
+ "uk": "Orange Money"
+ }
+ },
+ {
+ "status": "active",
+ "code": "mtn_group",
+ "vendor": "mtn_group",
+ "category": "mobile_payment",
+ "name": {
+ "en": "MTN Group",
+ "ru": "MTN Group",
+ "uk": "MTN Group"
+ }
+ },
+ {
+ "status": "active",
+ "code": "zamtel",
+ "vendor": "zamtel",
+ "category": "mobile_payment",
+ "name": {
+ "en": "Zamtel",
+ "ru": "Zamtel",
+ "uk": "Zamtel"
+ }
+ },
+ {
+ "status": "active",
+ "code": "bkash_limited",
+ "category": "digital_wallet",
+ "name": {
+ "en": "Bkash Limited",
+ "ru": "Bkash Limited",
+ "uk": "Bkash Limited"
+ }
+ },
+ {
+ "status": "active",
+ "code": "bkash_p2p",
+ "category": "digital_wallet",
+ "name": {
+ "en": "Bkash p2p",
+ "ru": "Bkash p2p",
+ "uk": "Bkash p2p"
+ }
+ },
+ {
+ "status": "active",
+ "code": "nagad_p2p",
+ "category": "digital_wallet",
+ "name": {
+ "en": "Nagad p2p",
+ "ru": "Nagad p2p",
+ "uk": "Nagad p2p"
+ }
+ },
+ {
+ "status": "active",
+ "code": "zen_wallet",
+ "vendor": "zenwallet",
+ "category": "digital_wallet",
+ "name": {
+ "en": "Zen wallet",
+ "ru": "Zen кошелек",
+ "uk": "Zen гаманець"
+ },
+ "description": {
+ "ru": "ZEN Wallet — это мультивалютный электронный кошелек от польской финтех-компании ZEN.COM, лицензированной в ЕС. Он позволяет осуществлять международные переводы, хранить средства, оплачивать покупки онлайн и использовать физическую или виртуальную карту Mastercard. Также ZEN предлагает защиту покупок и возврат НДС для бизнеса, делая его удобным решением для международных клиентов.",
+ "en": "ZEN Wallet is a multi-currency e-wallet from ZEN.COM, a Polish fintech company licensed in the EU. It allows you to make international transfers, store funds, pay online and use a physical or virtual Mastercard. ZEN also offers purchase protection and VAT refunds for businesses, making it a convenient solution for international customers."
+ }
+ },
+ {
+ "status": "active",
+ "code": "dutch_bangla_bank_limited_rocket",
+ "category": "digital_wallet",
+ "name": {
+ "en": "Dutch-Bangla Bank Rocket",
+ "ru": "Dutch-Bangla Bank Rocket",
+ "uk": "Dutch-Bangla Bank Rocket"
+ }
+ },
+ {
+ "status": "active",
+ "code": "united_commercial_bank_upay",
+ "category": "digital_wallet",
+ "name": {
+ "en": "United Commercial Bank Upay",
+ "ru": "United Commercial Bank Upay",
+ "uk": "United Commercial Bank Upay"
+ }
+ },
+ {
+ "status": "active",
+ "code": "nagad_wallet",
+ "category": "digital_wallet",
+ "name": {
+ "en": "Nagad Digital Financial Service",
+ "ru": "Nagad Digital Financial Service",
+ "uk": "Nagad Digital Financial Service"
+ }
+ },
+ {
+ "status": "active",
+ "code": "nagad_wallet_p2p",
+ "category": "digital_wallet",
+ "name": {
+ "en": "Nagad Digital Financial Service(P2P)",
+ "ru": "Nagad Digital Financial Service(P2P)",
+ "uk": "Nagad Digital Financial Service(P2P)"
+ }
+ },
+ {
+ "code": "bank_transfer_aggregated",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "Bank Transfer Aggregated",
+ "ru": "Bank Transfer Aggregated",
+ "uk": "Bank Transfer Aggregated"
+ }
+ },
+ {
+ "code": "bbva_bancomer",
+ "category": "invoice_payment",
+ "status": "active",
+ "name": {
+ "en": "BBVA Bancomer",
+ "ru": "BBVA Bancomer",
+ "uk": "BBVA Bancomer"
+ }
+ },
+ {
+ "code": "banco_estado",
+ "category": "invoice_payment",
+ "status": "active",
+ "name": {
+ "en": "Banco Estado",
+ "ru": "Banco Estado",
+ "uk": "Banco Estado"
+ }
+ },
+ {
+ "code": "banco_santander",
+ "category": "invoice_payment",
+ "status": "active",
+ "name": {
+ "en": "Banco Santander",
+ "ru": "Banco Santander",
+ "uk": "Banco Santander"
+ }
+ },
+ {
+ "code": "banco_falabella",
+ "category": "invoice_payment",
+ "status": "active",
+ "name": {
+ "en": "Banco Falabella",
+ "ru": "Banco Falabella",
+ "uk": "Banco Falabella"
+ }
+ },
+ {
+ "code": "banco_de_chile",
+ "category": "invoice_payment",
+ "status": "active",
+ "name": {
+ "en": "Banco de Chile",
+ "ru": "Banco de Chile",
+ "uk": "Banco de Chile"
+ }
+ },
+ {
+ "code": "banco_de_credito_cash",
+ "category": "invoice_payment",
+ "status": "active",
+ "name": {
+ "en": "Banco de Crédito",
+ "ru": "Banco de Crédito",
+ "uk": "Banco de Crédito"
+ }
+ },
+ {
+ "code": "bbva_continental_cash",
+ "category": "invoice_payment",
+ "status": "active",
+ "name": {
+ "en": "BBVA Continental",
+ "ru": "BBVA Continental",
+ "uk": "BBVA Continental"
+ }
+ },
+ {
+ "code": "caja_arequipa_cash",
+ "category": "invoice_payment",
+ "status": "active",
+ "name": {
+ "en": "Caja Arequipa",
+ "ru": "Caja Arequipa",
+ "uk": "Caja Arequipa"
+ }
+ },
+ {
+ "code": "caja_huancayo_cash",
+ "category": "invoice_payment",
+ "status": "active",
+ "name": {
+ "en": "Caja Huancayo",
+ "ru": "Caja Huancayo",
+ "uk": "Caja Huancayo"
+ }
+ },
+ {
+ "code": "caja_tacna_cash",
+ "category": "invoice_payment",
+ "status": "active",
+ "name": {
+ "en": "Caja Tacna",
+ "ru": "Caja Tacna",
+ "uk": "Caja Tacna"
+ }
+ },
+ {
+ "code": "caja_trujillo_cash",
+ "category": "invoice_payment",
+ "status": "active",
+ "name": {
+ "en": "Caja Trujillo",
+ "ru": "Caja Trujillo",
+ "uk": "Caja Trujillo"
+ }
+ },
+ {
+ "code": "scotiabank_cash",
+ "category": "invoice_payment",
+ "status": "active",
+ "name": {
+ "en": "Scotiabank",
+ "ru": "Scotiabank",
+ "uk": "Scotiabank"
+ }
+ },
+ {
+ "code": "ripley_cash",
+ "category": "invoice_payment",
+ "status": "active",
+ "name": {
+ "en": "Ripley",
+ "ru": "Ripley",
+ "uk": "Ripley"
+ }
+ },
+ {
+ "code": "tambo_cash",
+ "category": "invoice_payment",
+ "status": "active",
+ "name": {
+ "en": "Tambo",
+ "ru": "Tambo",
+ "uk": "Tambo"
+ }
+ },
+ {
+ "code": "kasnet_cash",
+ "category": "invoice_payment",
+ "status": "active",
+ "name": {
+ "en": "Kasnet",
+ "ru": "Kasnet",
+ "uk": "Kasnet"
+ }
+ },
+ {
+ "code": "banco_nacional_cash",
+ "category": "invoice_payment",
+ "status": "active",
+ "name": {
+ "en": "Banco Nacional",
+ "ru": "Banco Nacional",
+ "uk": "Banco Nacional"
+ }
+ },
+ {
+ "code": "a_cuenta_cash",
+ "category": "invoice_payment",
+ "status": "active",
+ "name": {
+ "en": "aCuenta",
+ "ru": "aCuenta",
+ "uk": "aCuenta"
+ }
+ },
+ {
+ "code": "lider_cash",
+ "category": "invoice_payment",
+ "status": "active",
+ "name": {
+ "en": "Lider",
+ "ru": "Lider",
+ "uk": "Lider"
+ }
+ },
+ {
+ "code": "express_lider_cash",
+ "category": "invoice_payment",
+ "status": "active",
+ "name": {
+ "en": "Express Lider",
+ "ru": "Express Lider",
+ "uk": "Express Lider"
+ }
+ },
+ {
+ "code": "banco_guayaquil_cash",
+ "category": "invoice_payment",
+ "status": "active",
+ "name": {
+ "en": "Banco Guayaquil",
+ "ru": "Banco Guayaquil",
+ "uk": "Banco Guayaquil"
+ }
+ },
+ {
+ "code": "banco_pichincha_cash",
+ "category": "invoice_payment",
+ "status": "active",
+ "name": {
+ "en": "Banco Pichincha",
+ "ru": "Banco Pichincha",
+ "uk": "Banco Pichincha"
+ }
+ },
+ {
+ "code": "pichincha_mi_vecino_cash",
+ "category": "invoice_payment",
+ "status": "active",
+ "name": {
+ "en": "Pichincha Mi Vecino",
+ "ru": "Pichincha Mi Vecino",
+ "uk": "Pichincha Mi Vecino"
+ }
+ },
+ {
+ "code": "red_activa_cash",
+ "category": "invoice_payment",
+ "status": "active",
+ "name": {
+ "en": "Red Activa",
+ "ru": "Red Activa",
+ "uk": "Red Activa"
+ }
+ },
+ {
+ "code": "mi_comisariato_cash",
+ "category": "invoice_payment",
+ "status": "active",
+ "name": {
+ "en": "Mi Comisariato",
+ "ru": "Mi Comisariato",
+ "uk": "Mi Comisariato"
+ }
+ },
+ {
+ "code": "banco_de_antigua_cash",
+ "category": "invoice_payment",
+ "status": "active",
+ "name": {
+ "en": "Banco de Antigua",
+ "ru": "Banco de Antigua",
+ "uk": "Banco de Antigua"
+ }
+ },
+ {
+ "code": "fundacion_genesis_cash",
+ "category": "invoice_payment",
+ "status": "active",
+ "name": {
+ "en": "Fundacion Genesis",
+ "ru": "Fundacion Genesis",
+ "uk": "Fundacion Genesis"
+ }
+ },
+ {
+ "code": "caja_desarrollo_cash",
+ "category": "invoice_payment",
+ "status": "active",
+ "name": {
+ "en": "Caja Desarrollo",
+ "ru": "Caja Desarrollo",
+ "uk": "Caja Desarrollo"
+ }
+ },
+ {
+ "code": "oxxo_cash",
+ "category": "invoice_payment",
+ "status": "active",
+ "name": {
+ "en": "OXXO",
+ "ru": "OXXO",
+ "uk": "OXXO"
+ }
+ },
+ {
+ "code": "bbva_bancomer_cash",
+ "category": "invoice_payment",
+ "status": "active",
+ "name": {
+ "en": "BBVA Bancomer",
+ "ru": "BBVA Bancomer",
+ "uk": "BBVA Bancomer"
+ }
+ },
+ {
+ "code": "banco_azteca_cash",
+ "category": "invoice_payment",
+ "status": "active",
+ "name": {
+ "en": "Banco Azteca",
+ "ru": "Banco Azteca",
+ "uk": "Banco Azteca"
+ }
+ },
+ {
+ "code": "soriana_cash",
+ "category": "invoice_payment",
+ "status": "active",
+ "name": {
+ "en": "Soriana",
+ "ru": "Soriana",
+ "uk": "Soriana"
+ }
+ },
+ {
+ "code": "open_pay_cash",
+ "category": "invoice_payment",
+ "status": "active",
+ "name": {
+ "en": "OpenPay",
+ "ru": "OpenPay",
+ "uk": "OpenPay"
+ },
+ "description": {
+ "fr": "OpenPay Cash est une méthode de paiement alternative permettant aux clients de régler leurs achats en espèces dans des points de vente physiques, tout en effectuant leurs commandes en ligne. Elle s’adresse particulièrement aux utilisateurs n’ayant pas accès aux cartes bancaires ou préférant le paiement hors ligne. Cette solution est populaire sur certains marchés d’Amérique latine et d’Asie, où le paiement en espèces reste largement utilisé. Elle permet aux commerçants de toucher une clientèle plus large tout en sécurisant les transactions grâce à un système de validation par code ou bon de paiement. Cette méthode de paiement, ainsi que plus de 500 autres, est déjà intégrée à la plateforme d’orchestration de paiements de Corefy, permettant à nos clients de commencer à l’utiliser instantanément, sans codage, en saisissant simplement leurs identifiants MID dans le tableau de bord Corefy.",
+ "en": "OpenPay Cash is an alternative payment method that enables customers to pay for their purchases in cash at physical points of sale, while placing their orders online. It is particularly suited to users who do not have access to bank cards, or who prefer to pay offline. This solution is popular in certain Latin American and Asian markets, where cash payments are still widely used. It enables merchants to reach a wider customer base, while securing transactions through a code or voucher validation system. This payment method, along with over 500 others, is already integrated into Corefy's payment orchestration platform, enabling our customers to start using it instantly, without coding, by simply entering their MID credentials into the Corefy dashboard."
+ }
+ },
+ {
+ "code": "farmacias_santa_maria_cash",
+ "category": "invoice_payment",
+ "status": "active",
+ "name": {
+ "en": "Farmacias Santa Maria",
+ "ru": "Farmacias Santa Maria",
+ "uk": "Farmacias Santa Maria"
+ }
+ },
+ {
+ "code": "calimax_cash",
+ "category": "invoice_payment",
+ "status": "active",
+ "name": {
+ "en": "Calimax",
+ "ru": "Calimax",
+ "uk": "Calimax"
+ }
+ },
+ {
+ "code": "siru_mobile",
+ "category": "mobile_payment",
+ "status": "active",
+ "name": {
+ "en": "Siru Mobile",
+ "ru": "Siru Mobile",
+ "uk": "Siru Mobile"
+ }
+ },
+ {
+ "code": "gatepay",
+ "category": "alternative",
+ "status": "active",
+ "name": {
+ "en": "Gate Pay",
+ "ru": "Gate Pay",
+ "uk": "Gate Pay"
+ }
+ },
+ {
+ "code": "western_union_panama_cash",
+ "category": "invoice_payment",
+ "status": "active",
+ "name": {
+ "en": "Western Union Panama",
+ "ru": "Western Union Panama",
+ "uk": "Western Union Panama"
+ }
+ },
+ {
+ "code": "linkaja",
+ "category": "digital_wallet",
+ "status": "active",
+ "name": {
+ "en": "PT Fintek Karya Nusantara Linkaja e-wallet",
+ "ru": "PT Fintek Karya Nusantara Linkaja e-wallet",
+ "uk": "PT Fintek Karya Nusantara Linkaja e-wallet"
+ }
+ },
+ {
+ "code": "bank_neo_commerce",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "PT. Bank Neo Commerce",
+ "ru": "PT. Bank Neo Commerce",
+ "uk": "PT. Bank Neo Commerce"
+ }
+ },
+ {
+ "code": "revolut_bank",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "Revolut Bank",
+ "ru": "Revolut Bank",
+ "uk": "Revolut Bank"
+ }
+ },
+ {
+ "code": "n26_bank",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "N26 Bank",
+ "ru": "N26 Bank",
+ "uk": "N26 Bank"
+ }
+ },
+ {
+ "code": "bunq",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "Bunq",
+ "ru": "Bunq",
+ "uk": "Bunq"
+ }
+ },
+ {
+ "code": "ing_group_bank",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "ING Group Bank",
+ "ru": "ING Group Bank",
+ "uk": "ING Group Bank"
+ }
+ },
+ {
+ "code": "abn_amro_bank",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "ABN AMRO Bank",
+ "ru": "ABN AMRO Bank",
+ "uk": "ABN AMRO Bank"
+ }
+ },
+ {
+ "code": "rabobank",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "Rabobank",
+ "ru": "Rabobank",
+ "uk": "Rabobank"
+ }
+ },
+ {
+ "code": "societe_generale_bank",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "Societe Generale Bank",
+ "ru": "Societe Generale Bank",
+ "uk": "Societe Generale Bank"
+ }
+ },
+ {
+ "code": "credit_mutuel_bank",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "Credit Mutuel Bank",
+ "ru": "Credit Mutuel Bank",
+ "uk": "Credit Mutuel Bank"
+ }
+ },
+ {
+ "code": "la_banque_postale",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "La Banque Postale",
+ "ru": "La Banque Postale",
+ "uk": "La Banque Postale"
+ }
+ },
+ {
+ "code": "bnp_paribas_bank",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "BNP Paribas Bank",
+ "ru": "BNP Paribas Bank",
+ "uk": "BNP Paribas Bank"
+ }
+ },
+ {
+ "code": "pumb",
+ "category": "invoice_payment",
+ "status": "active",
+ "name": {
+ "en": "PUMB",
+ "ru": "PUMB",
+ "uk": "PUMB"
+ }
+ },
+ {
+ "code": "sensebank",
+ "category": "invoice_payment",
+ "status": "active",
+ "name": {
+ "en": "Sense Bank",
+ "ru": "Sense Bank",
+ "uk": "Sense Bank"
+ }
+ },
+ {
+ "code": "card_transfer_aggregated",
+ "category": "invoice_payment",
+ "status": "active",
+ "name": {
+ "en": "Сard Transfer Aggregated",
+ "ru": "Сard Transfer Aggregated",
+ "uk": "Сard Transfer Aggregated"
+ }
+ },
+ {
+ "code": "card_transfer_aggregated_p2p",
+ "category": "payment_card",
+ "status": "active",
+ "name": {
+ "en": "Сard Transfer Aggregated P2P",
+ "ru": "Сard Transfer Aggregated P2P",
+ "uk": "Сard Transfer Aggregated P2P"
+ }
+ },
+ {
+ "code": "ziraat_bank",
+ "category": "invoice_payment",
+ "status": "active",
+ "name": {
+ "en": "Ziraat Bankası",
+ "ru": "Ziraat Bankası",
+ "uk": "Ziraat Bankası"
+ }
+ },
+ {
+ "code": "snapscan_qr",
+ "category": "alternative",
+ "status": "active",
+ "name": {
+ "en": "SnapScan",
+ "ru": "SnapScan",
+ "uk": "SnapScan"
+ }
+ },
+ {
+ "code": "garanti_bbva",
+ "category": "invoice_payment",
+ "status": "active",
+ "name": {
+ "en": "Garanti BBVA",
+ "ru": "Garanti BBVA",
+ "uk": "Garanti BBVA"
+ }
+ },
+ {
+ "code": "turkiye_finans_bank",
+ "category": "invoice_payment",
+ "status": "active",
+ "name": {
+ "en": "Turkiye Finans",
+ "ru": "Turkiye Finans",
+ "uk": "Turkiye Finans"
+ }
+ },
+ {
+ "code": "leobank",
+ "category": "invoice_payment",
+ "status": "active",
+ "name": {
+ "en": "Digimeth",
+ "ru": "Digimeth",
+ "uk": "Digimeth"
+ }
+ },
+ {
+ "code": "rabitabank",
+ "category": "invoice_payment",
+ "status": "active",
+ "name": {
+ "en": "Rabitabank",
+ "ru": "Rabitabank",
+ "uk": "Rabitabank"
+ }
+ },
+ {
+ "code": "kapital_bank",
+ "category": "invoice_payment",
+ "status": "active",
+ "name": {
+ "en": "Kapital Bank",
+ "ru": "Kapital Bank",
+ "uk": "Kapital Bank"
+ }
+ },
+ {
+ "code": "international_bank_of_azerbaijan",
+ "category": "invoice_payment",
+ "status": "active",
+ "name": {
+ "en": "Bank ABB",
+ "ru": "Bank ABB",
+ "uk": "Bank ABB"
+ }
+ },
+ {
+ "code": "unibank",
+ "category": "invoice_payment",
+ "status": "active",
+ "name": {
+ "en": "Unibank",
+ "ru": "Unibank",
+ "uk": "Unibank"
+ }
+ },
+ {
+ "code": "azer_turk_bank",
+ "category": "invoice_payment",
+ "status": "active",
+ "name": {
+ "en": "AzərTurkBank",
+ "ru": "AzərTurkBank",
+ "uk": "AzərTurkBank"
+ }
+ },
+ {
+ "code": "m10",
+ "category": "digital_wallet",
+ "status": "active",
+ "name": {
+ "en": "m10",
+ "ru": "m10",
+ "uk": "m10"
+ }
+ },
+ {
+ "code": "aktivbank",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "Aktivbank",
+ "ru": "Aktivbank",
+ "uk": "Aktivbank"
+ }
+ },
+ {
+ "code": "commerzbank",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "Commerzbank",
+ "ru": "Commerzbank",
+ "uk": "Commerzbank"
+ }
+ },
+ {
+ "code": "deutsche_bank",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "Deutsche Bank",
+ "ru": "Deutsche Bank",
+ "uk": "Deutsche Bank"
+ }
+ },
+ {
+ "code": "newera_payment_technologies_ltd_bazpay",
+ "category": "digital_wallet",
+ "status": "active",
+ "name": {
+ "en": "NEWERA PAYMENT TECHNOLOGIES LTD - Bazpay",
+ "ru": "NEWERA PAYMENT TECHNOLOGIES LTD - Bazpay",
+ "uk": "NEWERA PAYMENT TECHNOLOGIES LTD - Bazpay"
+ }
+ },
+ {
+ "code": "newera_payment_technologies_ltd_bazpayuah",
+ "category": "digital_wallet",
+ "status": "active",
+ "name": {
+ "en": "NEWERA PAYMENT TECHNOLOGIES LTD - BazpayUAH",
+ "ru": "NEWERA PAYMENT TECHNOLOGIES LTD - BazpayUAH",
+ "uk": "NEWERA PAYMENT TECHNOLOGIES LTD - BazpayUAH"
+ }
+ },
+ {
+ "code": "bitexpro",
+ "category": "digital_wallet",
+ "status": "active",
+ "name": {
+ "en": "BitexPRO",
+ "ru": "BitexPRO",
+ "uk": "BitexPRO"
+ }
+ },
+ {
+ "code": "calypso_pay_ltd_empayre",
+ "category": "digital_wallet",
+ "status": "active",
+ "name": {
+ "en": "CALYPSO PAY LTD - Empayre",
+ "ru": "CALYPSO PAY LTD - Empayre",
+ "uk": "CALYPSO PAY LTD - Empayre"
+ }
+ },
+ {
+ "code": "hkma_fps",
+ "category": "digital_wallet",
+ "status": "active",
+ "name": {
+ "en": "HKMA - FPS",
+ "ru": "HKMA - FPS",
+ "uk": "HKMA - FPS"
+ }
+ },
+ {
+ "code": "calypso_pay_ltd_gateexpress",
+ "category": "digital_wallet",
+ "status": "active",
+ "name": {
+ "en": "CALYPSO PAY LTD - GateExpress",
+ "ru": "CALYPSO PAY LTD - GateExpress",
+ "uk": "CALYPSO PAY LTD - GateExpress"
+ }
+ },
+ {
+ "code": "sibs_mbway",
+ "category": "digital_wallet",
+ "status": "active",
+ "name": {
+ "en": "SIBS MBWay",
+ "ru": "SIBS MBWay",
+ "uk": "SIBS MBWay"
+ }
+ },
+ {
+ "code": "raggett_limited_paycos",
+ "category": "digital_wallet",
+ "status": "active",
+ "name": {
+ "en": "RAGGETT LIMITED Paycos",
+ "ru": "RAGGETT LIMITED Paycos",
+ "uk": "RAGGETT LIMITED Paycos"
+ }
+ },
+ {
+ "code": "okpay_finance_ltd_slyse",
+ "category": "digital_wallet",
+ "status": "active",
+ "name": {
+ "en": "OKPAY FINANCE LTD Slyse",
+ "ru": "OKPAY FINANCE LTD Slyse",
+ "uk": "OKPAY FINANCE LTD Slyse"
+ },
+ "description": {
+ "en": "OKPAY FINANCE LTD, operating under the name Slyse, is a digital payment method that facilitates online transactions through electronic wallets and multi-currency accounts, with a focus on fast and secure money transfers for both individuals and businesses. It offers a convenient way to pay for goods and services, send remittances, and manage cross-border transactions, supporting a wide array of funding options including bank transfers, card payments, and other digital assets. Slyse is particularly popular in regions and industries where access to traditional banking may be limited or where alternative, flexible payment methods are in demand. Its infrastructure is built to support scalability and compliance, with user-friendly interfaces and tools for transaction management."
+ }
+ },
+ {
+ "code": "akbank",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "Akbank",
+ "ru": "Akbank",
+ "uk": "Akbank"
+ }
+ },
+ {
+ "code": "citibank_turkey",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "Citibank Turkey",
+ "ru": "Citibank Turkey",
+ "uk": "Citibank Turkey"
+ }
+ },
+ {
+ "code": "qnb_finansbank",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "QNB Finansbank",
+ "ru": "QNB Finansbank",
+ "uk": "QNB Finansbank"
+ }
+ },
+ {
+ "code": "etisalat_cash",
+ "category": "digital_wallet",
+ "status": "active",
+ "name": {
+ "en": "Etisalat Cash",
+ "ru": "Etisalat Cash",
+ "uk": "Etisalat Cash"
+ }
+ },
+ {
+ "code": "cib_smart_wallet",
+ "category": "digital_wallet",
+ "status": "active",
+ "name": {
+ "en": "CIB Smart Wallet",
+ "ru": "CIB Smart Wallet",
+ "uk": "CIB Smart Wallet"
+ }
+ },
+ {
+ "code": "loteria",
+ "category": "cash_payment",
+ "status": "active",
+ "name": {
+ "en": "Lotericas Voucher based payment method",
+ "ru": "Lotericas Voucher based payment method",
+ "uk": "Lotericas Voucher based payment method"
+ }
+ },
+ {
+ "code": "banco_bradesco",
+ "category": "online_banking",
+ "status": "active",
+ "name": {
+ "en": "Banco Bradesco S.A.",
+ "ru": "Banco Bradesco S.A.",
+ "uk": "Banco Bradesco S.A."
+ }
+ },
+ {
+ "status": "active",
+ "code": "banco_caixa",
+ "category": "online_banking",
+ "name": {
+ "en": "Caixa Econômica Federal",
+ "ru": "Caixa Econômica Federal",
+ "uk": "Caixa Econômica Federal"
+ }
+ },
+ {
+ "code": "mifinity",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "Mifinity",
+ "ru": "Mifinity",
+ "uk": "Mifinity"
+ }
+ },
+ {
+ "code": "oriental_wallet",
+ "category": "digital_wallet",
+ "status": "active",
+ "name": {
+ "en": "Oriental Wallet"
+ }
+ },
+ {
+ "code": "union_bank",
+ "category": "online_banking",
+ "status": "active",
+ "name": {
+ "en": "Union Bank"
+ }
+ },
+ {
+ "code": "palawan_pawnshop",
+ "category": "cash_payment",
+ "status": "active",
+ "name": {
+ "en": "Palawan Pawnshop"
+ }
+ },
+ {
+ "code": "cebuana_pawnshop",
+ "category": "cash_payment",
+ "status": "active",
+ "name": {
+ "en": "Cebuana Pawnshop"
+ }
+ },
+ {
+ "code": "paygate",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "Paygate"
+ }
+ },
+ {
+ "code": "instapay",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "Instapay"
+ },
+ "description": {
+ "uk": "InstaPay — це платіжний метод, який дозволяє здійснювати миттєві міжбанківські перекази в режимі онлайн, найчастіше на мобільних пристроях. Рішення активно використовується у фінансових екосистемах, де пріоритетом є швидкість і зручність — наприклад, у філіппінському чи малазійському ринках. InstaPay підтримує перекази між рахунками в різних банках, зазвичай 24/7, без тривалих затримок або високих комісій, що робить його популярним серед роздрібних користувачів і малого бізнесу. Цей та понад 500 інших провайдерів вже інтегровані в платформу платіжної оркестрації Corefy, що дозволяє клієнтам миттєво розпочати використання інтеграції без програмування — достатньо ввести свої MID-дані в дашборді Corefy.",
+ "ru": "InstaPay — это платежный метод, позволяющий мгновенные переводы между банками в реальном времени. Особенно популярен в странах Юго-Восточной Азии, таких как Филиппины, где InstaPay интегрирован в национальную платежную инфраструктуру. Пользователи могут осуществлять переводы через банковские приложения или электронные кошельки, что делает метод удобным для повседневных платежей, покупок и переводов между физическими лицами. InstaPay способствует финансовой инклюзии и развитию безналичных расчетов.",
+ "en": "InstaPay is a payment method that allows instant transfers between banks in real time. It is especially popular in Southeast Asian countries such as the Philippines, where InstaPay is integrated into the national payment infrastructure. Users can make transfers via banking apps or e-wallets, making the method convenient for everyday payments, purchases and transfers between individuals. InstaPay promotes financial inclusion and the development of cashless payments."
+ }
+ },
+ {
+ "code": "qr_ph",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "Qr Ph"
+ }
+ },
+ {
+ "code": "qr_code",
+ "category": "digital_wallet",
+ "status": "active",
+ "name": {
+ "en": "QR Code"
+ }
+ },
+ {
+ "code": "quick_bit",
+ "category": "alternative",
+ "status": "active",
+ "name": {
+ "en": "Quick Bit"
+ }
+ },
+ {
+ "code": "acertemos",
+ "category": "cash_payment",
+ "status": "active",
+ "name": {
+ "en": "Acertemos",
+ "ru": "Acertemos",
+ "uk": "Acertemos"
+ }
+ },
+ {
+ "code": "apostar",
+ "category": "cash_payment",
+ "status": "active",
+ "name": {
+ "en": "Apostar",
+ "ru": "Apostar",
+ "uk": "Apostar"
+ }
+ },
+ {
+ "code": "apuestascucuta75",
+ "category": "cash_payment",
+ "status": "active",
+ "name": {
+ "en": "Apuestas Cucuta 75",
+ "ru": "Apuestas Cucuta 75",
+ "uk": "Apuestas Cucuta 75"
+ }
+ },
+ {
+ "code": "bancamia",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "BANCAMIA",
+ "ru": "BANCAMIA",
+ "uk": "BANCAMIA"
+ }
+ },
+ {
+ "code": "agrario_bank",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "BANCO AGRARIO",
+ "ru": "BANCO AGRARIO",
+ "uk": "BANCO AGRARIO"
+ }
+ },
+ {
+ "code": "caja_social_bank",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "BANCO CAJA SOCIAL ",
+ "ru": "BANCO CAJA SOCIAL ",
+ "uk": "BANCO CAJA SOCIAL "
+ }
+ },
+ {
+ "code": "comercial_avvillas_bank",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "BANCO COMERCIAL AVVILLAS S.A.",
+ "ru": "BANCO COMERCIAL AVVILLAS S.A.",
+ "uk": "BANCO COMERCIAL AVVILLAS S.A."
+ }
+ },
+ {
+ "code": "coomeva_bank",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "BANCO COOMEVA S.A. - BANCOOMEVA",
+ "ru": "BANCO COOMEVA S.A. - BANCOOMEVA",
+ "uk": "BANCO COOMEVA S.A. - BANCOOMEVA"
+ }
+ },
+ {
+ "code": "cooperativo_bank",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "BANCO COOPERATIVO COOPCENTRAL",
+ "ru": "BANCO COOPERATIVO COOPCENTRAL",
+ "uk": "BANCO COOPERATIVO COOPCENTRAL"
+ }
+ },
+ {
+ "code": "davivienda_bank",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "BANCO DAVIVIENDA",
+ "ru": "BANCO DAVIVIENDA",
+ "uk": "BANCO DAVIVIENDA"
+ }
+ },
+ {
+ "code": "bogota_desarrollo_bank",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "BANCO DE BOGOTA DESARROLLO 2013",
+ "ru": "BANCO DE BOGOTA DESARROLLO 2013",
+ "uk": "BANCO DE BOGOTA DESARROLLO 2013"
+ }
+ },
+ {
+ "code": "occidente_bank",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "BANCO DE OCCIDENTE",
+ "ru": "BANCO DE OCCIDENTE",
+ "uk": "BANCO DE OCCIDENTE"
+ }
+ },
+ {
+ "code": "falabella_bank",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "BANCO FALABELLA",
+ "ru": "BANCO FALABELLA",
+ "uk": "BANCO FALABELLA"
+ }
+ },
+ {
+ "code": "gnb_sudameris_bank",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "BANCO GNB SUDAMERIS",
+ "ru": "BANCO GNB SUDAMERIS",
+ "uk": "BANCO GNB SUDAMERIS"
+ }
+ },
+ {
+ "code": "popular_bank",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "BANCO POPULAR",
+ "ru": "BANCO POPULAR",
+ "uk": "BANCO POPULAR"
+ }
+ },
+ {
+ "code": "santander_colombia_bank",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "BANCO SANTANDER COLOMBIA",
+ "ru": "BANCO SANTANDER COLOMBIA",
+ "uk": "BANCO SANTANDER COLOMBIA"
+ }
+ },
+ {
+ "code": "serfinanza_bank",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "BANCO SERFINANZA",
+ "ru": "BANCO SERFINANZA",
+ "uk": "BANCO SERFINANZA"
+ }
+ },
+ {
+ "code": "colombia_bank",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "BANCOLOMBIA QA",
+ "ru": "BANCOLOMBIA QA",
+ "uk": "BANCOLOMBIA QA"
+ }
+ },
+ {
+ "code": "bbva_frances",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "BBVA Frances",
+ "ru": "BBVA Frances",
+ "uk": "BBVA Frances"
+ }
+ },
+ {
+ "code": "banco_credicoop",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "Banco Credicoop",
+ "ru": "Banco Credicoop",
+ "uk": "Banco Credicoop"
+ }
+ },
+ {
+ "code": "wilobank",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "Wilobank",
+ "ru": "Wilobank",
+ "uk": "Wilobank"
+ }
+ },
+ {
+ "code": "galicia",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "Galicia",
+ "ru": "Galicia",
+ "uk": "Galicia"
+ }
+ },
+ {
+ "code": "icbc",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "ICBC",
+ "ru": "ICBC",
+ "uk": "ICBC"
+ }
+ },
+ {
+ "code": "macro",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "Banco Macro",
+ "ru": "Banco Macro",
+ "uk": "Banco Macro"
+ }
+ },
+ {
+ "code": "banco_nacion",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "Banco Nación",
+ "ru": "Banco Nación",
+ "uk": "Banco Nación"
+ }
+ },
+ {
+ "code": "banco_ciudad",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "Banco Ciudad",
+ "ru": "Banco Ciudad",
+ "uk": "Banco Ciudad"
+ }
+ },
+ {
+ "code": "hsbc",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "HSBC",
+ "ru": "HSBC",
+ "uk": "HSBC"
+ }
+ },
+ {
+ "code": "supervielle",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "Supervielle",
+ "ru": "Supervielle",
+ "uk": "Supervielle"
+ }
+ },
+ {
+ "code": "spenn",
+ "category": "mobile_payment",
+ "status": "active",
+ "name": {
+ "en": "Spenn",
+ "ru": "Spenn",
+ "uk": "Spenn"
+ }
+ },
+ {
+ "code": "tigo",
+ "category": "mobile_payment",
+ "status": "active",
+ "name": {
+ "en": "Tigo",
+ "ru": "Tigo",
+ "uk": "Tigo"
+ }
+ },
+ {
+ "code": "bbva_colombia",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "BBVA COLOMBIA SA",
+ "ru": "BBVA COLOMBIA SA",
+ "uk": "BBVA COLOMBIA SA"
+ }
+ },
+ {
+ "code": "colombia_bank_cah",
+ "category": "cash_payment",
+ "status": "active",
+ "name": {
+ "en": "Bancolombia Cash",
+ "ru": "Bancolombia Cash",
+ "uk": "Bancolombia Cash"
+ }
+ },
+ {
+ "code": "gana",
+ "category": "cash_payment",
+ "status": "active",
+ "name": {
+ "en": "Gana",
+ "ru": "Gana",
+ "uk": "Gana"
+ }
+ },
+ {
+ "code": "gana_gana",
+ "category": "cash_payment",
+ "status": "active",
+ "name": {
+ "en": "Gana Gana",
+ "ru": "Gana Gana",
+ "uk": "Gana Gana"
+ }
+ },
+ {
+ "code": "jer",
+ "category": "cash_payment",
+ "status": "active",
+ "name": {
+ "en": "Jer",
+ "ru": "Jer",
+ "uk": "Jer"
+ }
+ },
+ {
+ "code": "la_perla",
+ "category": "cash_payment",
+ "status": "active",
+ "name": {
+ "en": "La Perla",
+ "ru": "La Perla",
+ "uk": "La Perla"
+ }
+ },
+ {
+ "code": "puntored",
+ "category": "cash_payment",
+ "status": "active",
+ "name": {
+ "en": "Puntored",
+ "ru": "Puntored",
+ "uk": "Puntored"
+ }
+ },
+ {
+ "code": "su_chance",
+ "category": "cash_payment",
+ "status": "active",
+ "name": {
+ "en": "Su Chance",
+ "ru": "Su Chance",
+ "uk": "Su Chance"
+ }
+ },
+ {
+ "code": "su_suerte",
+ "category": "cash_payment",
+ "status": "active",
+ "name": {
+ "en": "Su Suerte",
+ "ru": "Su Suerte",
+ "uk": "Su Suerte"
+ }
+ },
+ {
+ "code": "super_pagos",
+ "category": "cash_payment",
+ "status": "active",
+ "name": {
+ "en": "Super Pagos",
+ "ru": "Super Pagos",
+ "uk": "Super Pagos"
+ }
+ },
+ {
+ "code": "powwi",
+ "category": "cash_payment",
+ "status": "active",
+ "name": {
+ "en": "Powwi",
+ "ru": "Powwi",
+ "uk": "Powwi"
+ }
+ },
+ {
+ "code": "bcp",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "BCP",
+ "ru": "BCP",
+ "uk": "BCP"
+ }
+ },
+ {
+ "code": "pago_effective",
+ "category": "cash_payment",
+ "status": "active",
+ "name": {
+ "en": "PagoEfectivo",
+ "ru": "PagoEfectivo",
+ "uk": "PagoEfectivo"
+ }
+ },
+ {
+ "code": "tambo",
+ "category": "cash_payment",
+ "status": "active",
+ "name": {
+ "en": "Tambo",
+ "ru": "Tambo",
+ "uk": "Tambo"
+ }
+ },
+ {
+ "code": "agentes_bank",
+ "category": "cash_payment",
+ "status": "active",
+ "name": {
+ "en": "Agentes Bancarios",
+ "ru": "Agentes Bancarios",
+ "uk": "Agentes Bancarios"
+ }
+ },
+ {
+ "code": "anymoney",
+ "category": "alternative",
+ "status": "active",
+ "name": {
+ "en": "Any.Money",
+ "ru": "Any.Money",
+ "uk": "Any.Money"
+ }
+ },
+ {
+ "code": "paysense",
+ "category": "online_banking",
+ "status": "active",
+ "name": {
+ "en": "PaySense",
+ "ru": "PaySense",
+ "uk": "PaySense"
+ }
+ },
+ {
+ "code": "mtb",
+ "category": "online_banking",
+ "status": "active",
+ "name": {
+ "en": "MTB",
+ "ru": "МТБ",
+ "uk": "МТБ"
+ }
+ },
+ {
+ "status": "active",
+ "code": "emanat",
+ "category": "invoice_payment",
+ "name": {
+ "en": "eManat",
+ "ru": "eManat",
+ "uk": "eManat"
+ }
+ },
+ {
+ "code": "polkadot",
+ "category": "alternative",
+ "status": "active",
+ "name": {
+ "en": "Polkadot",
+ "ru": "Polkadot",
+ "uk": "Polkadot"
+ }
+ },
+ {
+ "code": "stellar",
+ "category": "alternative",
+ "status": "active",
+ "name": {
+ "en": "Stellar",
+ "ru": "Stellar",
+ "uk": "Stellar"
+ }
+ },
+ {
+ "code": "algorand",
+ "category": "alternative",
+ "status": "active",
+ "name": {
+ "en": "Algorand",
+ "ru": "Algorand",
+ "uk": "Algorand"
+ }
+ },
+ {
+ "code": "chainlink",
+ "category": "alternative",
+ "status": "active",
+ "name": {
+ "en": "Chainlink",
+ "ru": "Chainlink",
+ "uk": "Chainlink"
+ }
+ },
+ {
+ "code": "eos",
+ "category": "alternative",
+ "status": "active",
+ "name": {
+ "en": "EOS",
+ "ru": "EOS",
+ "uk": "EOS"
+ }
+ },
+ {
+ "code": "cardano",
+ "category": "alternative",
+ "status": "active",
+ "name": {
+ "en": "Cardano",
+ "ru": "Cardano",
+ "uk": "Cardano"
+ }
+ },
+ {
+ "code": "kunapay_crypto",
+ "vendor": "kunapay",
+ "category": "alternative",
+ "status": "active",
+ "name": {
+ "en": "Kuna Pay",
+ "ru": "Kuna Pay",
+ "uk": "Kuna Pay"
+ },
+ "description": {
+ "en": "Accept crypto payments worldwide in seconds"
+ }
+ },
+ {
+ "code": "paysage_crypto",
+ "category": "alternative",
+ "status": "active",
+ "name": {
+ "en": "Paysage Crypto",
+ "ru": "Paysage Crypto",
+ "uk": "Paysage Crypto"
+ }
+ },
+ {
+ "status": "active",
+ "code": "paybol",
+ "category": "digital_wallet",
+ "name": {
+ "en": "Paybol",
+ "ru": "Paybol",
+ "uk": "Paybol"
+ }
+ },
+ {
+ "status": "active",
+ "code": "nova_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "NovaBank",
+ "ru": "NovaBank",
+ "uk": "NovaBank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "humo",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Humo",
+ "uk": "Humo",
+ "ru": "Humo"
+ }
+ },
+ {
+ "status": "active",
+ "code": "uzcard",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Uzcard",
+ "uk": "Uzcard",
+ "ru": "Uzcard"
+ }
+ },
+ {
+ "status": "active",
+ "code": "cashlib_voucher",
+ "category": "prepaid_voucher",
+ "name": {
+ "en": "CASHlib Voucher",
+ "uk": "CASHlib Voucher",
+ "ru": "CASHlib Voucher"
+ }
+ },
+ {
+ "status": "active",
+ "code": "whitepay",
+ "category": "alternative",
+ "name": {
+ "en": "Whitepay",
+ "uk": "Whitepay",
+ "ru": "Whitepay"
+ }
+ },
+ {
+ "status": "active",
+ "code": "paybybank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "PayByBank",
+ "uk": "PayByBank",
+ "ru": "PayByBank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "qris",
+ "category": "alternative",
+ "name": {
+ "en": "QRIS",
+ "uk": "QRIS",
+ "ru": "QRIS"
+ }
+ },
+ {
+ "status": "active",
+ "code": "alfamart",
+ "category": "alternative",
+ "name": {
+ "en": "Alfamart",
+ "uk": "Alfamart",
+ "ru": "Alfamart"
+ }
+ },
+ {
+ "status": "active",
+ "code": "bni_va",
+ "category": "bank_transfer",
+ "name": {
+ "en": "BNIVA",
+ "uk": "BNIVA",
+ "ru": "BNIVA"
+ }
+ },
+ {
+ "status": "active",
+ "code": "cimb_ca",
+ "category": "bank_transfer",
+ "name": {
+ "en": "CIMBVA",
+ "uk": "CIMBVA",
+ "ru": "CIMBVA"
+ }
+ },
+ {
+ "status": "active",
+ "code": "permata_va",
+ "category": "bank_transfer",
+ "name": {
+ "en": "PermataVA",
+ "uk": "PermataVA",
+ "ru": "PermataVA"
+ }
+ },
+ {
+ "status": "active",
+ "code": "bri_va",
+ "category": "bank_transfer",
+ "name": {
+ "en": "BRIVA",
+ "uk": "BRIVA",
+ "ru": "BRIVA"
+ }
+ },
+ {
+ "status": "active",
+ "code": "mandiri_va",
+ "category": "bank_transfer",
+ "name": {
+ "en": "MandiriVA",
+ "uk": "MandiriVA",
+ "ru": "MandiriVA"
+ }
+ },
+ {
+ "status": "active",
+ "code": "bca_va",
+ "category": "bank_transfer",
+ "name": {
+ "en": "BCAVA",
+ "uk": "BCAVA",
+ "ru": "BCAVA"
+ }
+ },
+ {
+ "status": "active",
+ "code": "bsi_va",
+ "category": "bank_transfer",
+ "name": {
+ "en": "BSIVA",
+ "uk": "BSIVA",
+ "ru": "BSIVA"
+ }
+ },
+ {
+ "status": "active",
+ "code": "bnc_va",
+ "category": "bank_transfer",
+ "name": {
+ "en": "BNCVA",
+ "uk": "BNCVA",
+ "ru": "BNCVA"
+ }
+ },
+ {
+ "status": "active",
+ "code": "nequi",
+ "category": "bank_transfer",
+ "name": {
+ "en": "NEQUI PUSH",
+ "uk": "NEQUI PUSH",
+ "ru": "NEQUI PUSH"
+ }
+ },
+ {
+ "status": "active",
+ "code": "nequi_qr",
+ "category": "bank_transfer",
+ "name": {
+ "en": "NEQUI QR",
+ "uk": "NEQUI QR",
+ "ru": "NEQUI QR"
+ }
+ },
+ {
+ "code": "qr_payment_aggregated",
+ "category": "alternative",
+ "status": "active",
+ "name": {
+ "en": "QR Payment Aggregated",
+ "ru": "QR Payment Aggregated",
+ "uk": "QR Payment Aggregated"
+ }
+ },
+ {
+ "status": "active",
+ "code": "spush_pay",
+ "vendor": "spush",
+ "category": "digital_wallet",
+ "name": {
+ "en": "Spush Pay",
+ "ru": "Spush Pay",
+ "uk": "Spush Pay"
+ }
+ },
+ {
+ "status": "active",
+ "code": "rapidpagos",
+ "category": "prepaid_voucher",
+ "name": {
+ "en": "RapidPagos",
+ "ru": "RapidPagos",
+ "uk": "RapidPagos"
+ }
+ },
+ {
+ "status": "active",
+ "code": "banco_original",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Banco Original",
+ "ru": "Banco Original",
+ "uk": "Banco Original"
+ }
+ },
+ {
+ "status": "active",
+ "code": "banco_safra",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Banco Safra",
+ "ru": "Banco Safra",
+ "uk": "Banco Safra"
+ }
+ },
+ {
+ "status": "active",
+ "code": "nubank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Nubank",
+ "ru": "Nubank",
+ "uk": "Nubank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "banco_bice",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Banco BICE",
+ "ru": "Banco BICE",
+ "uk": "Banco BICE"
+ }
+ },
+ {
+ "status": "active",
+ "code": "banco_credichile",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Banco CrediChile",
+ "ru": "Banco CrediChile",
+ "uk": "Banco CrediChile"
+ }
+ },
+ {
+ "status": "active",
+ "code": "caja_vecina",
+ "category": "prepaid_voucher",
+ "name": {
+ "en": "Caja Vecina",
+ "ru": "Caja Vecina",
+ "uk": "Caja Vecina"
+ }
+ },
+ {
+ "status": "active",
+ "code": "interac_etransfer",
+ "category": "prepaid_voucher",
+ "name": {
+ "en": "Interac Etransfer",
+ "ru": "Interac Etransfer",
+ "uk": "Interac Etransfer"
+ }
+ },
+ {
+ "status": "active",
+ "code": "punto_red",
+ "category": "prepaid_voucher",
+ "name": {
+ "en": "Punto Red",
+ "ru": "Punto Red",
+ "uk": "Punto Red"
+ }
+ },
+ {
+ "status": "active",
+ "code": "almacenes_exito",
+ "category": "prepaid_voucher",
+ "name": {
+ "en": "Almacenes Exito",
+ "ru": "Almacenes Exito",
+ "uk": "Almacenes Exito"
+ }
+ },
+ {
+ "status": "active",
+ "code": "carulla",
+ "category": "prepaid_voucher",
+ "name": {
+ "en": "Carulla",
+ "ru": "Carulla",
+ "uk": "Carulla"
+ }
+ },
+ {
+ "status": "active",
+ "code": "surtimax",
+ "category": "prepaid_voucher",
+ "name": {
+ "en": "Surtimax",
+ "ru": "Surtimax",
+ "uk": "Surtimax"
+ }
+ },
+ {
+ "status": "active",
+ "code": "con_suerte",
+ "category": "prepaid_voucher",
+ "name": {
+ "en": "Con Suerte",
+ "ru": "Con Suerte",
+ "uk": "Con Suerte"
+ }
+ },
+ {
+ "status": "active",
+ "code": "superinter",
+ "category": "prepaid_voucher",
+ "name": {
+ "en": "Superinter",
+ "ru": "Superinter",
+ "uk": "Superinter"
+ }
+ },
+ {
+ "status": "active",
+ "code": "coopenessa",
+ "category": "prepaid_voucher",
+ "name": {
+ "en": "Coopenessa",
+ "ru": "Coopenessa",
+ "uk": "Coopenessa"
+ }
+ },
+ {
+ "status": "active",
+ "code": "edeq",
+ "category": "prepaid_voucher",
+ "name": {
+ "en": "Edeq",
+ "ru": "Edeq",
+ "uk": "Edeq"
+ }
+ },
+ {
+ "status": "active",
+ "code": "dimonex",
+ "category": "prepaid_voucher",
+ "name": {
+ "en": "Dimonex",
+ "ru": "Dimonex",
+ "uk": "Dimonex"
+ }
+ },
+ {
+ "status": "active",
+ "code": "fullcarga",
+ "category": "prepaid_voucher",
+ "name": {
+ "en": "FullCarga",
+ "ru": "FullCarga",
+ "uk": "FullCarga"
+ }
+ },
+ {
+ "status": "active",
+ "code": "moviired",
+ "category": "prepaid_voucher",
+ "name": {
+ "en": "Moviired",
+ "ru": "Moviired",
+ "uk": "Moviired"
+ }
+ },
+ {
+ "status": "active",
+ "code": "surti_mayorista",
+ "category": "prepaid_voucher",
+ "name": {
+ "en": "Surti Mayorista",
+ "ru": "Surti Mayorista",
+ "uk": "Surti Mayorista"
+ }
+ },
+ {
+ "status": "active",
+ "code": "su_red",
+ "category": "prepaid_voucher",
+ "name": {
+ "en": "Su Red",
+ "ru": "Su Red",
+ "uk": "Su Red"
+ }
+ },
+ {
+ "status": "active",
+ "code": "transfiya",
+ "category": "prepaid_voucher",
+ "name": {
+ "en": "TransFiYa",
+ "ru": "TransFiYa",
+ "uk": "TransFiYa"
+ }
+ },
+ {
+ "status": "active",
+ "code": "tpaga",
+ "category": "digital_wallet",
+ "name": {
+ "en": "TPAGA",
+ "ru": "TPAGA",
+ "uk": "TPAGA"
+ }
+ },
+ {
+ "status": "active",
+ "code": "breb",
+ "category": "digital_wallet",
+ "name": {
+ "en": "Bre-B",
+ "ru": "Bre-B",
+ "uk": "Bre-B"
+ }
+ },
+ {
+ "status": "active",
+ "code": "payser",
+ "category": "prepaid_voucher",
+ "name": {
+ "en": "Payser",
+ "ru": "Payser",
+ "uk": "Payser"
+ }
+ },
+ {
+ "status": "active",
+ "code": "facilito",
+ "category": "prepaid_voucher",
+ "name": {
+ "en": "Facilito",
+ "ru": "Facilito",
+ "uk": "Facilito"
+ }
+ },
+ {
+ "status": "active",
+ "code": "pago_agil",
+ "category": "prepaid_voucher",
+ "name": {
+ "en": "Pago Ágil",
+ "ru": "Pago Ágil",
+ "uk": "Pago Ágil"
+ }
+ },
+ {
+ "status": "active",
+ "code": "servipagos",
+ "category": "prepaid_voucher",
+ "name": {
+ "en": "ServiPagos",
+ "ru": "ServiPagos",
+ "uk": "ServiPagos"
+ }
+ },
+ {
+ "status": "active",
+ "code": "banco_del_barrio",
+ "category": "prepaid_voucher",
+ "name": {
+ "en": "Banco Del Barrio",
+ "ru": "Banco Del Barrio",
+ "uk": "Banco Del Barrio"
+ }
+ },
+ {
+ "status": "active",
+ "code": "banco_bolivariano",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Banco Bolivariano",
+ "ru": "Banco Bolivariano",
+ "uk": "Banco Bolivariano"
+ }
+ },
+ {
+ "status": "active",
+ "code": "tia",
+ "category": "prepaid_voucher",
+ "name": {
+ "en": "Tia",
+ "ru": "Tia",
+ "uk": "Tia"
+ }
+ },
+ {
+ "status": "active",
+ "code": "activa_westernunion",
+ "category": "prepaid_voucher",
+ "name": {
+ "en": "Activa WesternUnion",
+ "ru": "Activa WesternUnion",
+ "uk": "Activa WesternUnion"
+ }
+ },
+ {
+ "status": "active",
+ "code": "banco_internacional",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Banco Internacional",
+ "ru": "Banco Internacional",
+ "uk": "Banco Internacional"
+ }
+ },
+ {
+ "status": "active",
+ "code": "western_union",
+ "category": "prepaid_voucher",
+ "name": {
+ "en": "Western Union",
+ "ru": "Western Union",
+ "uk": "Western Union"
+ }
+ },
+ {
+ "status": "active",
+ "code": "farmacias911",
+ "category": "prepaid_voucher",
+ "name": {
+ "en": "Farmacias911",
+ "ru": "Farmacias911",
+ "uk": "Farmacias911"
+ }
+ },
+ {
+ "status": "active",
+ "code": "payphone",
+ "category": "digital_wallet",
+ "name": {
+ "en": "Payphone",
+ "ru": "Payphone",
+ "uk": "Payphone"
+ }
+ },
+ {
+ "status": "active",
+ "code": "banco_gyt_continental",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Banco GyT Continental",
+ "ru": "Banco GyT Continental",
+ "uk": "Banco GyT Continental"
+ }
+ },
+ {
+ "status": "active",
+ "code": "codi",
+ "category": "bank_transfer",
+ "name": {
+ "en": "CoDi",
+ "ru": "CoDi",
+ "uk": "CoDi"
+ }
+ },
+ {
+ "status": "active",
+ "code": "santander_supernet",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Santander SuperNet",
+ "ru": "Santander SuperNet",
+ "uk": "Santander SuperNet"
+ }
+ },
+ {
+ "status": "active",
+ "code": "afirme_online_banking",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Afirme online banking",
+ "ru": "Afirme online banking",
+ "uk": "Afirme online banking"
+ }
+ },
+ {
+ "status": "active",
+ "code": "paynet",
+ "category": "prepaid_voucher",
+ "name": {
+ "en": "PayNet",
+ "ru": "PayNet",
+ "uk": "PayNet"
+ }
+ },
+ {
+ "status": "active",
+ "code": "farmacia_del_ahorro",
+ "category": "prepaid_voucher",
+ "name": {
+ "en": "Farmacia del Ahorro",
+ "ru": "Farmacia del Ahorro",
+ "uk": "Farmacia del Ahorro"
+ }
+ },
+ {
+ "status": "active",
+ "code": "extra",
+ "category": "prepaid_voucher",
+ "name": {
+ "en": "Extra",
+ "ru": "Extra",
+ "uk": "Extra"
+ }
+ },
+ {
+ "status": "active",
+ "code": "bodega_aurrera",
+ "category": "prepaid_voucher",
+ "name": {
+ "en": "Bodega Aurrera",
+ "ru": "Bodega Aurrera",
+ "uk": "Bodega Aurrera"
+ }
+ },
+ {
+ "status": "active",
+ "code": "circulo_k",
+ "category": "prepaid_voucher",
+ "name": {
+ "en": "Circulo K",
+ "ru": "Circulo K",
+ "uk": "Circulo K"
+ }
+ },
+ {
+ "status": "active",
+ "code": "seven_eleven",
+ "category": "prepaid_voucher",
+ "name": {
+ "en": "7 Eleven",
+ "ru": "7 Eleven",
+ "uk": "7 Eleven"
+ }
+ },
+ {
+ "status": "active",
+ "code": "farmacia_la_mas_barata",
+ "category": "prepaid_voucher",
+ "name": {
+ "en": "Farmacia la mas barata",
+ "ru": "Farmacia la mas barata",
+ "uk": "Farmacia la mas barata"
+ }
+ },
+ {
+ "status": "active",
+ "code": "roma",
+ "category": "prepaid_voucher",
+ "name": {
+ "en": "Roma",
+ "ru": "Roma",
+ "uk": "Roma"
+ }
+ },
+ {
+ "status": "active",
+ "code": "superama",
+ "category": "prepaid_voucher",
+ "name": {
+ "en": "Superama",
+ "ru": "Superama",
+ "uk": "Superama"
+ }
+ },
+ {
+ "status": "active",
+ "code": "walmart_express",
+ "category": "prepaid_voucher",
+ "name": {
+ "en": "Walmart Express",
+ "ru": "Walmart Express",
+ "uk": "Walmart Express"
+ }
+ },
+ {
+ "status": "active",
+ "code": "walmart",
+ "category": "prepaid_voucher",
+ "name": {
+ "en": "Walmart",
+ "ru": "Walmart",
+ "uk": "Walmart"
+ }
+ },
+ {
+ "status": "active",
+ "code": "baz_superapp",
+ "category": "prepaid_voucher",
+ "name": {
+ "en": "BAZ SuperApp",
+ "ru": "BAZ SuperApp",
+ "uk": "BAZ SuperApp"
+ }
+ },
+ {
+ "status": "active",
+ "code": "banorte_online_banking",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Banorte online banking",
+ "ru": "Banorte online banking",
+ "uk": "Banorte online banking"
+ }
+ },
+ {
+ "status": "active",
+ "code": "tupay",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Tupay",
+ "ru": "Tupay",
+ "uk": "Tupay"
+ }
+ },
+ {
+ "status": "active",
+ "code": "tupay_qr",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Tupay QR",
+ "ru": "Tupay QR",
+ "uk": "Tupay QR"
+ }
+ },
+ {
+ "status": "active",
+ "code": "tupay_bank_transfers",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Tupay Bank Transfers",
+ "ru": "Tupay Bank Transfers",
+ "uk": "Tupay Bank Transfers"
+ }
+ },
+ {
+ "status": "active",
+ "code": "credit_cards_by_tupay",
+ "category": "prepaid_voucher",
+ "name": {
+ "en": "Credit Cards by Tupay",
+ "ru": "Credit Cards by Tupay",
+ "uk": "Credit Cards by Tupay"
+ }
+ },
+ {
+ "status": "active",
+ "code": "pago_efectivo",
+ "category": "prepaid_voucher",
+ "name": {
+ "en": "Pago Efectivo",
+ "ru": "Pago Efectivo",
+ "uk": "Pago Efectivo"
+ }
+ },
+ {
+ "status": "active",
+ "code": "yape",
+ "category": "digital_wallet",
+ "name": {
+ "en": "Yape",
+ "ru": "Yape",
+ "uk": "Yape"
+ }
+ },
+ {
+ "status": "active",
+ "code": "banbif",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Banbif",
+ "ru": "Banbif",
+ "uk": "Banbif"
+ }
+ },
+ {
+ "status": "active",
+ "code": "banco_ripley",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Banco Ripley",
+ "ru": "Banco Ripley",
+ "uk": "Banco Ripley"
+ }
+ },
+ {
+ "status": "active",
+ "code": "niubiz_agents_payment",
+ "category": "prepaid_voucher",
+ "name": {
+ "en": "Niubiz Agents Payment",
+ "ru": "Niubiz Agents Payment",
+ "uk": "Niubiz Agents Payment"
+ }
+ },
+ {
+ "status": "active",
+ "code": "red_digital",
+ "category": "prepaid_voucher",
+ "name": {
+ "en": "Red Digital",
+ "ru": "Red Digital",
+ "uk": "Red Digital"
+ }
+ },
+ {
+ "status": "active",
+ "code": "caja_cusco",
+ "category": "prepaid_voucher",
+ "name": {
+ "en": "Caja Cusco",
+ "ru": "Caja Cusco",
+ "uk": "Caja Cusco"
+ }
+ },
+ {
+ "status": "active",
+ "code": "caja_ica",
+ "category": "prepaid_voucher",
+ "name": {
+ "en": "Caja ICA",
+ "ru": "Caja ICA",
+ "uk": "Caja ICA"
+ }
+ },
+ {
+ "status": "active",
+ "code": "caja_piura",
+ "category": "prepaid_voucher",
+ "name": {
+ "en": "Caja Piura",
+ "ru": "Caja Piura",
+ "uk": "Caja Piura"
+ }
+ },
+ {
+ "status": "active",
+ "code": "mobile_money",
+ "category": "mobile_payment",
+ "name": {
+ "en": "Mobile Money",
+ "ru": "Mobile Money",
+ "uk": "Mobile Money"
+ }
+ },
+ {
+ "status": "active",
+ "code": "fpx",
+ "category": "bank_transfer",
+ "name": {
+ "en": "FPX",
+ "ru": "FPX",
+ "uk": "FPX"
+ }
+ },
+ {
+ "status": "active",
+ "code": "touch_n_go",
+ "category": "digital_wallet",
+ "name": {
+ "en": "Touch'n Go",
+ "ru": "Touch'n Go",
+ "uk": "Touch'n Go"
+ }
+ },
+ {
+ "status": "active",
+ "code": "prompt_pay",
+ "category": "digital_wallet",
+ "name": {
+ "en": "Prompt Pay",
+ "ru": "Prompt Pay",
+ "uk": "Prompt Pay"
+ }
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_p2p",
+ "category": "prepaid_voucher",
+ "name": {
+ "en": "Bank Transfer (P2P)",
+ "ru": "Bank Transfer (P2P)",
+ "uk": "Bank Transfer (P2P)"
+ }
+ },
+ {
+ "status": "active",
+ "code": "dragonpay",
+ "category": "bank_transfer",
+ "name": {
+ "en": "DragonPay",
+ "ru": "DragonPay",
+ "uk": "DragonPay"
+ }
+ },
+ {
+ "status": "active",
+ "code": "supercity",
+ "category": "prepaid_voucher",
+ "name": {
+ "en": "SuperCity",
+ "ru": "SuperCity",
+ "uk": "SuperCity"
+ }
+ },
+ {
+ "status": "active",
+ "code": "sams_club",
+ "category": "prepaid_voucher",
+ "name": {
+ "en": "Sams Club",
+ "ru": "Sams Club",
+ "uk": "Sams Club"
+ }
+ },
+ {
+ "status": "active",
+ "code": "paymaya",
+ "category": "prepaid_voucher",
+ "name": {
+ "en": "PayMaya",
+ "ru": "PayMaya",
+ "uk": "PayMaya"
+ }
+ },
+ {
+ "code": "kasha_wallet",
+ "category": "digital_wallet",
+ "status": "active",
+ "name": {
+ "en": "Kasha wallet",
+ "ru": "Kasha кошелек",
+ "uk": "Kasha гаманець"
+ }
+ },
+ {
+ "code": "cyberpay_wallet",
+ "category": "digital_wallet",
+ "status": "active",
+ "name": {
+ "en": "Сyberpay wallet",
+ "ru": "Сyberpay кошелек",
+ "uk": "Сyberpay гаманець"
+ }
+ },
+ {
+ "code": "openbanking",
+ "category": "online_banking",
+ "status": "active",
+ "name": {
+ "en": "Openbanking",
+ "ru": "Openbanking",
+ "uk": "Openbanking"
+ }
+ },
+ {
+ "code": "klyme",
+ "category": "online_banking",
+ "status": "active",
+ "name": {
+ "en": "Klyme",
+ "ru": "Klyme",
+ "uk": "Klyme"
+ }
+ },
+ {
+ "code": "mobilum",
+ "category": "online_banking",
+ "status": "active",
+ "name": {
+ "en": "Mobilum",
+ "ru": "Mobilum",
+ "uk": "Mobilum"
+ }
+ },
+ {
+ "code": "blik_widget_m",
+ "category": "online_banking",
+ "status": "active",
+ "name": {
+ "en": "Blik widget",
+ "ru": "Blik widget",
+ "uk": "Blik widget"
+ }
+ },
+ {
+ "code": "khalti",
+ "category": "online_banking",
+ "status": "active",
+ "name": {
+ "en": "Khalti",
+ "ru": "Khalti",
+ "uk": "Khalti"
+ }
+ },
+ {
+ "code": "esewa",
+ "category": "online_banking",
+ "status": "active",
+ "name": {
+ "en": "Esewa",
+ "ru": "Esewa",
+ "uk": "Esewa"
+ }
+ },
+ {
+ "code": "imepay",
+ "category": "online_banking",
+ "status": "active",
+ "name": {
+ "en": "Imepay",
+ "ru": "Imepay",
+ "uk": "Imepay"
+ }
+ },
+ {
+ "code": "link",
+ "category": "online_banking",
+ "status": "active",
+ "name": {
+ "en": "Link",
+ "ru": "Link",
+ "uk": "Link"
+ }
+ },
+ {
+ "code": "twint",
+ "category": "online_banking",
+ "status": "active",
+ "name": {
+ "en": "Twint",
+ "ru": "Twint",
+ "uk": "Twint"
+ }
+ },
+ {
+ "code": "mobilepay",
+ "category": "online_banking",
+ "status": "active",
+ "name": {
+ "en": "MobilePay",
+ "ru": "MobilePay",
+ "uk": "MobilePay"
+ }
+ },
+ {
+ "code": "sepa_transfer_instant",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "Sepa Transfer Instant",
+ "uk": "Sepa Transfer Instant",
+ "ru": "Sepa Transfer Instant"
+ }
+ },
+ {
+ "code": "ach",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "Automated Clearing House (ACH)",
+ "ru": "Automated Clearing House (ACH)",
+ "uk": "Automated Clearing House (ACH)"
+ }
+ },
+ {
+ "code": "coinspaid",
+ "category": "alternative",
+ "status": "active",
+ "name": {
+ "en": "CoinsPaid",
+ "ru": "CoinsPaid",
+ "uk": "CoinsPaid"
+ }
+ },
+ {
+ "code": "alphapo",
+ "category": "alternative",
+ "status": "active",
+ "name": {
+ "en": "Alphapo",
+ "ru": "Alphapo",
+ "uk": "Alphapo"
+ }
+ },
+ {
+ "status":"active",
+ "code":"palmpay",
+ "category":"bank_transfer",
+ "name":{
+ "en": "Palmpay",
+ "ru": "Palmpay",
+ "uk": "Palmpay"
+ }
+ },
+ {
+ "status":"active",
+ "code":"opay",
+ "category":"bank_transfer",
+ "name":{
+ "en": "Opay",
+ "ru": "Opay",
+ "uk": "Opay"
+ }
+ },
+ {
+ "code": "ideal_crypto",
+ "category": "online_banking",
+ "status": "active",
+ "name": {
+ "en": "iDEAL",
+ "ru": "iDEAL",
+ "uk": "iDEAL"
+ }
+ },
+ {
+ "code": "pay_id_crypto",
+ "category": "invoice_payment",
+ "status": "active",
+ "name": {
+ "en": "PayID",
+ "ru": "PayID",
+ "uk": "PayID"
+ }
+ },
+ {
+ "code": "pix_crypto",
+ "category": "invoice_payment",
+ "status": "active",
+ "name": {
+ "en": "PIX",
+ "ru": "PIX",
+ "uk": "PIX"
+ }
+ },
+ {
+ "code": "interac_crypto",
+ "category": "online_banking",
+ "status": "active",
+ "name": {
+ "en": "Interac Online",
+ "ru": "Interac Online",
+ "uk": "Interac Online"
+ }
+ },
+ {
+ "code": "sepa_transfer_crypto",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "Sepa Transfer",
+ "ru": "Sepa Transfer",
+ "uk": "Sepa Transfer"
+ }
+ },
+ {
+ "code": "upi_crypto",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "UPI",
+ "ru": "UPI",
+ "uk": "UPI"
+ }
+ },
+ {
+ "code": "applepay_crypto",
+ "category": "digital_wallet",
+ "status": "active",
+ "name": {
+ "en": "Apple Pay",
+ "ru": "Apple Pay",
+ "uk": "Apple Pay"
+ }
+ },
+ {
+ "code": "googlepay_crypto",
+ "category": "digital_wallet",
+ "status": "active",
+ "name": {
+ "en": "Google Pay",
+ "ru": "Google Pay",
+ "uk": "Google Pay"
+ }
+ },
+ {
+ "code": "fawry_crypto",
+ "category": "prepaid_voucher",
+ "status": "active",
+ "name": {
+ "en": "Fawry",
+ "ru": "Fawry",
+ "uk": "Fawry"
+ }
+ },
+ {
+ "code": "dragontech",
+ "vendor": "dragontech",
+ "category": "alternative",
+ "status": "active",
+ "name": {
+ "en": "DragonTech",
+ "ru": "DragonTech",
+ "uk": "DragonTech"
+ }
+ },
+ {
+ "status": "active",
+ "code": "capitec_pay",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Capitec Pay",
+ "ru": "Capitec Pay",
+ "uk": "Capitec Pay"
+ }
+ },
+ {
+ "status": "active",
+ "code": "absa_pay",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Absa Pay",
+ "ru": "Absa Pay",
+ "uk": "Absa Pay"
+ }
+ },
+ {
+ "status": "active",
+ "code": "nedbank_pay",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Nedbank Pay",
+ "ru": "Nedbank Pay",
+ "uk": "Nedbank Pay"
+ }
+ },
+ {
+ "code": "bybit_pay",
+ "category": "alternative",
+ "status": "active",
+ "name": {
+ "en": "Bybit Pay",
+ "ru": "Bybit Pay",
+ "uk": "Bybit Pay"
+ }
+ },
+ {
+ "code": "moov",
+ "category": "mobile_payment",
+ "status": "active",
+ "name": {
+ "en": "Moov",
+ "ru": "Moov",
+ "uk": "Moov"
+ }
+ },
+ {
+ "code": "wave",
+ "category": "mobile_payment",
+ "status": "active",
+ "name": {
+ "en": "Wave",
+ "ru": "Wave",
+ "uk": "Wave"
+ }
+ },
+ {
+ "code": "faster_payments",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "Faster Payments",
+ "ru": "Faster Payments",
+ "uk": "Faster Payments"
+ }
+ },
+ {
+ "code": "tnm",
+ "category": "mobile_payment",
+ "status": "active",
+ "name": {
+ "en": "TNM",
+ "ru": "TNM",
+ "uk": "TNM"
+ }
+ },
+ {
+ "code": "orange_cash",
+ "category": "mobile_payment",
+ "status": "active",
+ "name": {
+ "en": "Orange cash",
+ "ru": "Orange cash",
+ "uk": "Orange cash"
+ }
+ },
+ {
+ "code": "free_money",
+ "category": "mobile_payment",
+ "status": "active",
+ "name": {
+ "en": "Free money",
+ "ru": "Free money",
+ "uk": "Free money"
+ }
+ },
+ {
+ "code": "sofortuberweisung",
+ "category": "online_banking",
+ "status": "active",
+ "name": {
+ "en": "Sofort uberweisung",
+ "ru": "Sofort uberweisung",
+ "uk": "Sofort uberweisung"
+ }
+ },
+ {
+ "code": "postbank",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "Deutsche Postbank",
+ "ru": "Deutsche Postbank",
+ "uk": "Deutsche Postbank"
+ }
+ },
+ {
+ "code": "berliner_sparkasse",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "Berliner Sparkasse",
+ "ru": "Berliner Sparkasse",
+ "uk": "Berliner Sparkasse"
+ }
+ },
+ {
+ "code": "ing",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "ING",
+ "ru": "ING",
+ "uk": "ING"
+ }
+ },
+ {
+ "code": "snsbank",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "SNS Bank",
+ "ru": "SNS Bank",
+ "uk": "SNS Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "payu",
+ "category": "alternative",
+ "name": {
+ "en": "PayU",
+ "uk": "PayU",
+ "ru": "PayU"
+ }
+ },
+ {
+ "code": "cardpay_crypto",
+ "category": "alternative",
+ "status": "active",
+ "name": {
+ "en": "Cardpay Crypto",
+ "ru": "Cardpay Crypto",
+ "uk": "Cardpay Crypto"
+ }
+ },
+ {
+ "code": "tunzer",
+ "category": "online_banking",
+ "status": "active",
+ "name": {
+ "en": "Tunzer"
}
}
-]
+]
\ No newline at end of file
diff --git a/data/payment_providers.json b/data/payment_providers.json
index a2b25f6d0..68b0bc68e 100644
--- a/data/payment_providers.json
+++ b/data/payment_providers.json
@@ -207,6 +207,9 @@
{
"status": "active",
"code": "sisow",
+ "description": {
+ "en": "Sisow is a payment orchestration platform that helps businesses automate and streamline their payment processes. It offers a wide range of features and integrations with popular payment gateway providers, making it a very versatile solution for businesses of all sizes. The main advantages of using Sisow are its ease of use and flexibility. The platform is very user-friendly and can be easily integrated with existing payment gateway providers. This makes it a very good choice for businesses that are looking for a payment solution that is both easy to use and flexible. The main disadvantage of using Sisow is its cost. The platform is not free to use, and there are some significant costs associated with using it. This can be a major drawback for businesses on a tight budget. Overall, Sisow is a very good payment orchestration platform that offers a lot of flexibility and ease of use. However, its cost can be a major drawback for some businesses."
+ },
"vendor": "sisow",
"categories": [
"aggregating",
@@ -389,6 +392,26 @@
"en": "CashSender"
}
},
+ {
+ "status": "active",
+ "code": "okpay",
+ "vendor": "okpay_provider",
+ "name": {
+ "en": "Okpay",
+ "ru": "Okpay",
+ "uk": "Okpay"
+ },
+ "payment_method": [
+ "bank_qr",
+ "jazzcash",
+ "easypaisa"
+ ],
+ "payout_method": [
+ "bank_transfer",
+ "jazzcash",
+ "easypaisa"
+ ]
+ },
{
"status": "active",
"code": "omnipayment",
@@ -441,45 +464,85 @@
{
"status": "active",
"code": "anycash",
+ "description": {
+ "en": "There are many payment gateway providers out there, and Anycash is one of them. Anycash is a payment gateway provider that offers a payment orchestration platform. The company has been in business since 2014 and is headquartered in the United States. Anycash works with businesses of all sizes, from small businesses to enterprise companies. The Anycash platform enables businesses to accept payments from multiple payment methods, including credit cards, debit cards, ACH, and more. The platform also offers features such as invoicing, recurring billing, fraud protection, and payment reporting. They offer a payment orchestration platform that helps businesses automate their payments. Here are some pros of using Anycash: automates your payments, so you don't have to worry about it; offers a lot of features and integrations; has a good reputation. Another advantage is that Anycash can provide a higher level of security. Since all your payments will go through a single platform, it will be easier to track and manage them. This can help you avoid fraud and other risks. Overall, Anycash is a good option for businesses who want to automate their payments. However, it is not the cheapest option and can be difficult to set up. Some have also had issues with customer service."
+ },
"vendor": "anycash",
"name": {
- "en": "AnyCash"
- }
+ "en": "Any.Cash",
+ "ru": "Any.Cash",
+ "uk": "Any.Cash"
+ },
+ "payout_method": [
+ "qiwi",
+ "tether",
+ "litecoin",
+ "ethereum",
+ "bitcoin_cash",
+ "bitcoin",
+ "webmoneytransfer",
+ "payment_card"
+ ]
},
{
"status": "active",
"code": "liqpay",
+ "description": {
+ "en": "Liqpay is a payment gateway provider that offers a payment orchestration platform. The company has been in business since 2006 and is headquartered in Kiev, Ukraine. Liqpay provides a wide range of payment services, including online payments, mobile payments, and point-of-sale payments. The company also offers merchant services, such as payment processing, fraud detection, and risk management. Liqpay has a strong focus on security and compliance, and is PCI DSS compliant. The company's products are used by major brands such as Coca-Cola, Ford, and Samsung. Liqpay is a trusted partner of major banks and financial institutions, such as Visa and Mastercard. Liqpay's payment orchestration platform enables businesses to accept and process payments in multiple currencies. The platform supports a wide range of payment methods, including credit cards, debit cards, and bank transfers. Liqpay also offers a mobile app that allows businesses to accept and process payments on the go. Liqpay is a reliable and trusted partner for businesses of all sizes. The company's products are easy to use and offer great value for money. Liqpay's customer support is excellent, and the company offers a wide range of resources to help businesses get the most out of its products. Overall, Liqpay is a great choice for businesses looking for a payment gateway provider that offers a comprehensive payment orchestration platform.",
+ "de": "LiqPay ist ein ukrainischer Zahlungsdienstleister, der von der PrivatBank betrieben wird und sich auf einfache, schnelle und sichere Online-Zahlungen spezialisiert hat. Die Plattform unterstützt eine Vielzahl von Zahlungsmethoden, darunter Kredit- und Debitkarten (Visa, Mastercard), Apple Pay, Google Pay sowie direkte Zahlungen über Bankkonten. LiqPay richtet sich sowohl an kleine als auch große Unternehmen im E-Commerce, Dienstleistungssektor und Einzelhandel und ermöglicht es, Zahlungen über Webseiten, mobile Apps, QR-Codes oder direkte Links zu akzeptieren. Die Integration erfolgt über eine benutzerfreundliche API oder vorkonfigurierte Module für Shopsysteme wie OpenCart, Magento oder WordPress. Ein besonderes Merkmal ist die nahtlose Einbindung in das Ökosystem der PrivatBank, wodurch Transaktionen innerhalb der Ukraine besonders effizient abgewickelt werden können. Zudem bietet LiqPay Funktionen wie wiederkehrende Zahlungen, Rechnungsstellung, Währungsumrechnung und Betrugsprävention. LiqPay und über 500 weitere Anbieter sind bereits in Corefys Payment-Orchestration-Plattform integriert, wodurch unsere Kunden die Integration sofort und ohne Programmieraufwand nutzen können – einfach durch Eingabe ihrer MID-Zugangsdaten im Corefy-Dashboard.",
+ "es": "LiqPay es un sistema de pago ucraniano desarrollado por PrivatBank que permite realizar pagos en línea mediante tarjetas bancarias, transferencias y tecnología de códigos QR. Con un enfoque en la simplicidad y velocidad, LiqPay es muy utilizado en el comercio electrónico dentro de Ucrania y admite pagos internacionales en varias divisas. Es conocido por su interfaz intuitiva y su integración sencilla con tiendas en línea y plataformas móviles. Este y más de 500 proveedores ya están integrados en la plataforma de orquestación de pagos de Corefy, lo que permite a nuestros clientes comenzar a usar la integración al instante sin necesidad de programación, simplemente introduciendo sus credenciales MID en el panel de Corefy.",
+ "fr": "LiqPay est un service de paiement ukrainien développé par PrivatBank, la plus grande banque commerciale d’Ukraine. Il permet l’acceptation de paiements par carte, virements bancaires, QR code, Apple Pay et Google Pay. La solution est très répandue dans le e-commerce ukrainien grâce à son intégration facile, son interface multilingue et son système de notifications en temps réel. LiqPay propose également une API ouverte pour les intégrations personnalisées, ainsi qu’un tableau de bord permettant de gérer les remboursements, les récurrences et les rapports. Ce prestataire, ainsi que plus de 500 autres, est déjà intégré à la plateforme d’orchestration de paiements de Corefy, permettant à nos clients de commencer à utiliser l’intégration instantanément, sans codage, en saisissant simplement leurs identifiants MID dans le tableau de bord Corefy."
+ },
"vendor": "liqpay",
"payment_method": [
+ "liqpay",
+ "payment_card",
+ "liqpay_wallet",
"privat24",
"masterpass",
- "cash",
- "bank_card"
+ "privatbank_ssk"
],
"metadata": {
"about_payments_code": "liqpay"
},
"name": {
"en": "LiqPay"
- }
+ },
+ "payout_method": [
+ "payment_card"
+ ]
},
{
"status": "active",
"code": "4bill",
+ "description": {
+ "en": "Acquiring for your business from the leader of payment solutions on Ukrainian and the CIS markets - SettlePay. Direct access to the Ukrainian market (UAH), one of the lowest and the most flexible commissions rates, no limits, solutions for quick integration out of the box. Our product is already being used by market leaders: Binance, Kuna, etc."
+ },
"vendor": "4bill",
"payment_method": [
"payment_card",
- "settlepay_wallet",
"applepay",
- "googlepay"
+ "googlepay",
+ "settlepay_wallet",
+ "pix_qr",
+ "binancepay",
+ "gatepay",
+ "bybit_pay",
+ "mb_way",
+ "bank_transfer",
+ "nequi",
+ "nequi_qr"
],
"payout_method": [
- "payment_card"
+ "payment_card",
+ "settlepay_wallet",
+ "pix",
+ "upi"
],
"name": {
- "en": "4bill",
- "ru": "4bill",
- "uk": "4bill"
+ "en": "SettlePay",
+ "ru": "SettlePay",
+ "uk": "SettlePay"
}
},
{
@@ -624,13 +687,22 @@
{
"status": "active",
"code": "zotapay",
+ "description": {
+ "en": "Zotapay is a payment gateway provider that offers a payment orchestration platform. The company has been in business since 2010 and is headquartered in Europe. Zotapay offers a wide range of features, including support for multiple currencies, multiple payment methods, and multiple language options. The company also offers a variety of integrations, including support for popular e-commerce platforms. One of the main advantages of Zotapay is its flexibility. The platform can be customized to meet the specific needs of each business. This means that businesses can use Zotapay to accept payments from customers around the world, regardless of their preferred payment method. Additionally, the platform can be integrated with existing e-commerce platforms, making it easy to start accepting payments. Another advantage of Zotapay is its security. The platform uses SSL encryption to protect all transactions. Additionally, the company offers a variety of fraud prevention tools, including support for 3D Secure. This helps to ensure that all payments are securely processed and that businesses are protected from fraud. One potential disadvantage of Zotapay is its pricing. The company charges a flat fee per transaction, plus a percent of the total transaction amount. This can be expensive for businesses that process a large number of transactions. Additionally, the company does not offer a free trial or a money-back guarantee, so it is important to be sure that the platform is a good fit before signing up. Overall, Zotapay is a flexible and secure payment gateway provider that offers a wide range of features. The company’s pricing structure may be a deterrent for some businesses, but the platform is easy to use and offers a variety of integrations.",
+ "es": "Zotapay es un proveedor de pagos que permite a las empresas aceptar métodos de pago alternativos en mercados emergentes a través de una única integración. Ofrece adquirencia, pasarela de pagos, procesamiento con tarjeta y métodos locales como transferencias bancarias, wallets y pagos en efectivo. Es especialmente activo en Asia, América Latina y África, ayudando a empresas a expandir su alcance con soluciones localizadas. Este y más de 500 proveedores ya están integrados en la plataforma de orquestación de pagos de Corefy, lo que permite a nuestros clientes comenzar a usar la integración al instante sin necesidad de programación, simplemente introduciendo sus credenciales MID en el panel de Corefy."
+ },
"vendor": "zotapay",
"payment_method": [
"payment_card",
- "bank_transfer"
+ "latam",
+ "ussd",
+ "i_wallet",
+ "qiwi",
+ "bank_transfer",
+ "visa_qr_code",
+ "net_banking"
],
"payout_method": [
- "payment_card",
"bank_transfer"
],
"name": {
@@ -879,7 +951,7 @@
}
},
{
- "status": "active",
+ "status": "deprecated",
"code": "payanyway",
"vendor": "payanyway",
"metadata": {
@@ -946,6 +1018,10 @@
},
"name": {
"en": "PayTabs"
+ },
+ "description": {
+ "es": "PayTabs es un proveedor de soluciones de pago con sede en Medio Oriente que permite a empresas aceptar pagos en línea, móviles y en tiendas físicas. Su plataforma ofrece adquirencia, pasarela de pagos, facturación electrónica y soporte para múltiples monedas y métodos de pago locales, especialmente en los países del Golfo, el norte de África y Asia. Es conocida por su cumplimiento con los estándares PCI DSS y su enfoque en facilitar el comercio electrónico en mercados emergentes. Este y más de 500 proveedores ya están integrados en la plataforma de orquestación de pagos de Corefy, lo que permite a nuestros clientes comenzar a usar la integración al instante sin necesidad de programación, simplemente introduciendo sus credenciales MID en el panel de Corefy.",
+ "en": "PayTabs is a Middle East-based payment solutions provider that enables businesses to accept online, mobile and in-store payments. Its platform offers acquiring, payment gateway, e-invoicing and support for multiple currencies and local payment methods, especially in the Gulf countries, North Africa and Asia. It is known for its compliance with PCI DSS standards and its focus on facilitating e-commerce in emerging markets. It and more than 500 other vendors are already integrated into Corefy's payment orchestration platform, allowing our customers to start using the integration instantly with no programming required, simply by entering their MID credentials into the Corefy dashboard."
}
},
{
@@ -960,7 +1036,7 @@
}
},
{
- "status": "active",
+ "status": "deprecated",
"code": "webmoney",
"vendor": "webmoney",
"categories": [
@@ -988,7 +1064,7 @@
}
},
{
- "status": "active",
+ "status": "deprecated",
"code": "qiwi",
"vendor": "qiwi",
"name": {
@@ -997,6 +1073,7 @@
"uk": "Qiwi"
},
"payment_method": [
+ "qiwi",
"payment_card"
]
},
@@ -1071,7 +1148,7 @@
}
},
{
- "status": "active",
+ "status": "deprecated",
"code": "epay",
"vendor": "epay",
"metadata": {
@@ -1079,7 +1156,17 @@
},
"name": {
"en": "ePay"
- }
+ },
+ "payment_method": [
+ "payment_card"
+ ],
+ "payout_method": [
+ "payment_card",
+ "lifecell_phone",
+ "kyivstar_phone",
+ "vodafone_phone",
+ "bank_transfer"
+ ]
},
{
"status": "active",
@@ -1151,16 +1238,19 @@
{
"status": "deprecated",
"code": "paymega",
+ "description": {
+ "en": "Payment Orchestration Platform and Terms of Service. With the Paymega API, you can accept payments in over 150 currencies. This solution integrates with your existing systems and offers multiple security measures, such as three-D Secure and Apple Pay. Additionally, it reduces the cost of managing multiple payment services by integrating with your existing systems. With Paymega, your customers can pay you directly from your website or from your API. This way, you can ensure a secure payment process and engage your customers. PAYMEGA does not provide any guarantee that it will fulfill its obligations under the TOS. Therefore, it is important to read and understand these terms before you use the PAYMEGA Platform or Site. Moreover, you should never use the service or content for any commercial purpose without first obtaining the consent of the owner of that content. You can also contact PAYMEGA support to know how you can use its services. You can reach the PAYMEGA team via email at support@paymega.com. You can also change your account settings to change the method of payment that you choose. PAYMEGA will publish the revised version on the Site and will notify you if the changes are substantial. The updated terms will take effect immediately and will contain an updated date. You can terminate your agreement with PAYMEGA if you do not agree with these changes. However, if you do not wish to change your payment method, you may terminate your agreement with PAYMEGA."
+ },
"vendor": "paymega",
"categories": [
"aggregating"
],
"payment_method": [
- "bank_card"
+ "payment_card"
],
"payout_method": [
- "bank_card",
- "qiwi"
+ "payment_card",
+ "yandexmoney"
],
"name": {
"en": "PayMega"
@@ -1172,37 +1262,2074 @@
"vendor": "pat_bank_familnij",
"name": {
"en": "FlashPay"
- }
- },
- {
- "status": "active",
- "code": "firstatlanticcommerce",
- "vendor": "firstatlanticcommerce",
- "categories": [
- "collecting",
- "aggregating",
- "distributing"
- ],
- "payment_method": [
- "americanexpress",
- "ukash",
- "jcb",
- "payment_card",
- "dinersclub",
- "visaelectron",
- "discover",
- "visadebit",
- "chinaunionpay",
- "mastercarddebit",
- "electroniccheckach",
- "skrill"
- ],
- "metadata": {
- "about_payments_code": "firstatlanticcommerce"
},
- "name": {
- "en": "First Atlantic Commerce"
- }
+ "payout_method": [
+ "tov-otp-faktoring",
+ "dp-kievgazenerdzhi",
+ "lcom",
+ "teztelecom-dlia-agenstv",
+ "pat-rivneoblenergo-kostopils-kii-rem",
+ "pat-rivneoblenergo-rivnenskii-mrem",
+ "pat-rivneoblenergo-rivnenskii-rem",
+ "pat-rivneoblenergo-sarnenskii-rem",
+ "pat-rivneoblenergo-bereznivskii-rem",
+ "pat-rivneoblenergo-volodimiretskii-rem",
+ "pat-rivneoblenergo-kuznetsovskii-rem",
+ "pat-rivneoblenergo-goshchanskii-rem",
+ "pat-rivneoblenergo-dubnivskii-rem",
+ "pat-rivneoblenergo-dubrovitskii-rem",
+ "trinity-mariupol",
+ "pat-rivneoblenergo-zarichnenskii-rem",
+ "pat-rivneoblenergo-zdolbunivskii-rem",
+ "pat-rivneoblenergo-koretskii-rem",
+ "pat-rivneoblenergo-mlinivskii-rem",
+ "pat-rivneoblenergo-demidivskii-rem",
+ "pat-rivneoblenergo-ostrozkii-rem",
+ "pat-rivneoblenergo-radivilivskii-rem",
+ "pat-rivneoblenergo-rokitnivskii-rem",
+ "pat-kirovogradoblenergo-kirovogradskii-rmem",
+ "pat-kirovogradoblenergo-svitlovodskii-rem",
+ "undernet",
+ "pat-kirovogradoblenergo-novomirgorodskii-rem",
+ "pat-kirovogradoblenergo-oleksandriiskii-rem",
+ "pat-kirovogradoblenergo-novoukrayinskii-rem",
+ "pat-kirovogradoblenergo-bobrinetskii-rem",
+ "pat-kirovogradoblenergo-vilshanskii-rem",
+ "pat-kirovogradoblenergo-gaivoronskii-rem",
+ "pat-kirovogradoblenergo-golovanivskii-rem",
+ "pat-kirovogradoblenergo-dobrovelichkivskii-rem",
+ "pat-kirovogradoblenergo-dolinskii-rem",
+ "pat-kirovogradoblenergo-znam-ianskii-rem",
+ "v-lan",
+ "pat-kirovogradoblenergo-kirovogradskii-rem-raion",
+ "pat-kirovogradoblenergo-kompaniyivskii-rem",
+ "pat-kirovogradoblenergo-maloviskovskii-rem",
+ "pat-kirovogradoblenergo-novgorodkivskii-rem",
+ "pat-kirovogradoblenergo-novoarkhangels-kii-rem",
+ "pat-kirovogradoblenergo-oleksandrivskii-rem",
+ "pat-kirovogradoblenergo-onufriyivskii-rem",
+ "pat-kirovogradoblenergo-petrivskii-rem",
+ "pat-kirovogradoblenergo-ulianivskii-rem",
+ "pat-kirovogradoblenergo-ustinivskii-rem",
+ "pautina-net",
+ "zhkp-illichivskogo-raionu",
+ "taksi-mango-odessa",
+ "taksi-avalon-odessa",
+ "taksi-avalon-dnepropetrovsk",
+ "taksi-avalon-nikolaev",
+ "taksi-292-kiev",
+ "taksi-laik-kiev",
+ "taksi-everest-kiev",
+ "fresh-taxi-kiev",
+ "taksi-favorit-kiev-pozyvnye-1-999",
+ "datanet",
+ "taksi-diana-kiev",
+ "taksi-stolichnoe-833-kiev",
+ "taksi-klass-kiev",
+ "taksi-tank-kiev",
+ "taksi-na-zamovlennia-kiev",
+ "taksi-niania-kharkov",
+ "taksi-merkurii-kharkov",
+ "taksi-evropeiskoe-kiev",
+ "taksi-avto-mig-odessa",
+ "zhkp-zhilkompleks",
+ "mediamax-odessa",
+ "taksi-898-kiev",
+ "taksi-898-dnepropetrovsk",
+ "taksi-898-mariupol",
+ "taksi-5575-kiev",
+ "taksi-520-520-mariupol",
+ "taksi-ekonom-avto-kiev",
+ "taksi-ekonom-avto-dnepropetrovsk",
+ "taksi-ekonom-avto-odessa",
+ "zhkp-zhitlo-tsentr",
+ "taksi-ekonom-avto-zaporozhe",
+ "xbyte",
+ "taksi-femida-kiev",
+ "taksi-4242-odessa",
+ "taksi-vympel-vinnitsa",
+ "taksi-student-berdiansk",
+ "taksi-optimalnoe-ivano-frankovsk",
+ "taksi-optimalnoe-ternopol",
+ "taksi-740-ivano-frankivsk",
+ "taksi-zevs-7272-kiev",
+ "zhkp-azhk-shevchenko",
+ "taksi-zevs-7272-odessa",
+ "telesistemy-ukrainy-internet",
+ "taksi-zevs-7272-dnepropetrovsk",
+ "taksi-top-kiev",
+ "taksi-vashe-taksi-odessa",
+ "taksi-talisman-odessa",
+ "taksi-sova-kiev",
+ "taksi-907-odessa",
+ "pp-zhilfond-279",
+ "taksi-triumf-kiev",
+ "taksi-soiuz-kiev",
+ "taksi-ukraine-kiev",
+ "telesistemy-ukrainy-telefon-tv",
+ "taksi-optimalnoe-dnepropetrovsk",
+ "taksi-khoroshee",
+ "taksi-karavan-kiev",
+ "taksi-707-odessa",
+ "pp-vash-dvir",
+ "taksi-misto-kiev",
+ "taksi-903",
+ "taksi-7727-kiev",
+ "taksi-arena-kiev",
+ "taksi-poekhali-s-nami-kiev",
+ "pat-mikolayivoblenergo-bashtanska-filiia",
+ "ufo",
+ "taksi-dlia-vas-kiev",
+ "taksi-dlia-vas-odessa",
+ "taksi-dlia-vas-kharkov",
+ "kp-komunalnik",
+ "taksi-mag-dak-kiev",
+ "taksi-nika-kiev-kievskaia-oblast",
+ "taksi-global-kiev",
+ "taksi-89-89-kiev",
+ "taksi-premium-kiev",
+ "taksi-dejavu-kiev",
+ "alfa-inet",
+ "taksi-3303-dnepropetrovsk",
+ "taksi-svoe-kharkov",
+ "alians-gis",
+ "taksi-svoe-kramatorsk",
+ "taksi-svoe-slaviansk",
+ "taksi-kenguru-kiev",
+ "taksi-bonus-kiev",
+ "taksi-kavaler-kiev",
+ "taksi-velvet-kiev",
+ "taksi-velvet-odessa",
+ "ooo-real-tv",
+ "taksi-prestige-sumy",
+ "taksi-1589-sumy",
+ "taksi-dzhem-kiev",
+ "taksi-zefir-kiev",
+ "taksi-optimalnoe-rovno",
+ "taksi-tiger-kiev",
+ "taksi-delta-kiev",
+ "taksi-pchiolka-poltava",
+ "taksi-pchiolka-sumi",
+ "taksi-pchiolka-zaporozhe",
+ "ooo-sana-plius",
+ "taksi-patriot-poltava",
+ "taksi-054-poltava",
+ "taksi-kolobok-poltava",
+ "taksi-kenguru-poltava",
+ "taksi-foks-kiev",
+ "flagman-taxi-kiev",
+ "taksi-kivi-kiev",
+ "taksi-kivi-odessa",
+ "taksi-kivi-zaporozhe",
+ "taksi-594-kiev",
+ "iug-teleset",
+ "taksi-burzhui-kiev",
+ "taksi-1515-kiev",
+ "taksi-71-71-kharkov",
+ "taksi-kampania-sumy",
+ "taksi-kampania-konotop",
+ "taksi-maestro-kiev",
+ "chestnoe-taksi-cherkassy-cherkassy",
+ "taksi-prime-cherkassy",
+ "taksi-ekonom-borispol",
+ "uk-primorskii-g-mariupol",
+ "aries",
+ "taksi-universal-kiev",
+ "taksi-optimalnoe-dneprodzerzhinsk",
+ "taksi-optimalnoe-chernovtsy",
+ "taksi-optimalnoe-khmelnitskii",
+ "taksi-optimalnoe-kharkov",
+ "taksi-optimalnoe-kiev",
+ "taksi-optimalnoe-lvov",
+ "taksi-optimalnoe-odessa",
+ "taksi-optimalnoe-zhitomir",
+ "taksi-optimalnoe-krivoi-rog",
+ "tsentr-tv",
+ "uk-vostochnaia-g-mariupol",
+ "taksi-optimalnoe-vinnitsa",
+ "taksi-optimalnoe-lutsk",
+ "taksi-delta-2-kiev",
+ "taksi-servis-zaporozhe",
+ "taksi-servis-ekonom-zaporozhe",
+ "taksi-meteor-kiev",
+ "taksi-meteor-dnepropetrovsk",
+ "taksi-vzhik-lvov",
+ "taksi-aba-car-lvov",
+ "tov-zhek-zabota",
+ "taksi-kvn-kiev",
+ "uk-zapadnaia-g-mariupol",
+ "taksi-mc-taxi-kiev",
+ "taksi-271-odessa",
+ "taksi-profi-kiev",
+ "taksi-309-kiev",
+ "webtaxi-mobi",
+ "taksi-forum-kiev",
+ "taksi-stimul-kiev",
+ "taksi-apvip-603-kiev",
+ "tov-tsentralnyi-1",
+ "taksi-motor-kiev",
+ "taksi-ets-odessa",
+ "taksi-725-kiev",
+ "taksi-725-dnepr",
+ "taksi-725-zaporozhe",
+ "taksi-725-odessa",
+ "taksi-allo-kiev",
+ "evro-taksi-kiev",
+ "taksi-shark-kiev",
+ "taksi-shark-kharkov",
+ "fregat-internet",
+ "taksi-shark-dnepr",
+ "taksi-shark-zaporozhe",
+ "taksi-shark-odessa",
+ "taksi-shark-krivoi-rog",
+ "taksi-shark-nikolaev",
+ "taksi-shark-kherson",
+ "taksi-shark-poltava",
+ "taksi-energy-kiev-i-kievskaia-obl",
+ "taksi-tour-kiev-i-kievskaia-obl",
+ "taksi-diesel-kiev-i-kievskaia-obl",
+ "pat-mikolayivoblenergo-berezanska-filiia",
+ "ukrlink-kiev",
+ "taksi-bliuz-kiev",
+ "taksi-red-kiev",
+ "taksi-student-odessa",
+ "taksi-student-zaporozhe",
+ "taksi-student-lvov",
+ "taxi-mobile-kamenets-podolskii",
+ "taksi-optimalnoe-nikolaev",
+ "taksi-svoe-druzhkovka",
+ "taksi-imperiia-v-odesca",
+ "taksi-viktoriia-odecsa",
+ "domonet",
+ "taksi-draiv-odessa",
+ "taksi-navigator-odessa",
+ "taxi-gold-odessa",
+ "taksi-mobil-odessa",
+ "taksi-shik-kiev",
+ "taksi-prosto-odessa",
+ "taxi-nezhin-nezhin",
+ "taksi-okei-kiev",
+ "tsifral-servis-ukraina-kiev",
+ "taksi-722-722-mikolayiv",
+ "omega-grupp",
+ "taksi-e-95-odessa",
+ "taksi-afon-kiev",
+ "taksi-9779-kiev",
+ "taksi-229-prosto-taksi-kiev",
+ "taksi-ekonom-7000-dnepr",
+ "taksi-femida-4242-kiev",
+ "taksi-komfort-vinnitsa",
+ "alfa-taksi-716-odessa",
+ "taksi-real",
+ "taksi-bystroe-odessa",
+ "tsok-apostolivskogo",
+ "taksi-alisa-kiev-fop-voropaiev-o-iu-pozyvnye-ot-5000",
+ "taksi-ekonom-7000-kiev",
+ "taksi-ekonom-7000-odessa",
+ "taksi-ekonom-7000-zaporozhe",
+ "taksi-ekonom-7000-lvov",
+ "taksi-limon-kiev",
+ "taksi-268-odessa",
+ "taksi-510-zaporozhe",
+ "taksi-510-kharkov",
+ "taksi-7727-mariupol",
+ "tsok-vasilkivskogo-r-nu",
+ "taksi-898-kharkov",
+ "taksi-8787-kiev",
+ "taksi-otlichnoe-kiev",
+ "taksi-idealnoe-994-nikolaev",
+ "taksi-idealnoe-994-krivoi-rog",
+ "taksi-idealnoe-994-ochakov",
+ "taksi-idealnoe-994-poltava",
+ "taksi-idealnoe-994-kherson",
+ "taksi-3933-chernigov",
+ "taksi-santa-odessa",
+ "verkhnodniprovskii-rem-tsok-verkhnodniprovskogo-r-nu",
+ "taksi-shark-mariupol",
+ "taksi-shark-chernigov",
+ "taksi-shark-kremenchug",
+ "taksi-shark-summy",
+ "taksi-shark-kakhovka",
+ "taksi-shark-novaia-kakhovka",
+ "taksi-shark-belaia-tserkov",
+ "taksi-shark-melitopol",
+ "taksi-shark-nikopol",
+ "taksi-shark-berdiansk",
+ "vilnogirska-diln-tsok-verkhnodniprovskogo-r-nu",
+ "taksi-shark-kamenets-podolskii",
+ "taksi-shark-uman",
+ "taksi-shark-berdichev",
+ "taksi-shark-chernomorsk",
+ "taksi-shark-iuzhnyi",
+ "taksi-shark-khmelnitskii",
+ "taksi-shark-cherkassy",
+ "taksi-shark-vinnitsa",
+ "taksi-shark-zhitomir",
+ "taksi-shark-kropivnitskii",
+ "tsok-dniprodzerzhinskogo-r-nu",
+ "taksi-shark-kamenskoe",
+ "taksi-pilot-zolotonosha",
+ "taksi-pilot-zhovti-vodi",
+ "taksi-idealnoe-994-kiev",
+ "taksi-idealnoe-994-odessa",
+ "taksi-mustang-kiev",
+ "miks-taksi-kiev",
+ "taksi-89-89-kiev-pozyvnye-3000-do-3999",
+ "taksi-725-bila-tserkva",
+ "taksi-partner-odessa",
+ "dnipropetrovskii-mem-prav-tsok-dnipropetrovskogo-r-nu",
+ "taksi-big-ben-odessa",
+ "taksi-semerochki-odessa",
+ "taksi-740-odessa",
+ "taksi-evropa-odessa",
+ "taxi-turbo-kiev",
+ "taksi-649-ternopol",
+ "taksi-917-ternopol",
+ "taksi-avtogid-dnepr",
+ "garuda-taxi-kiyiv-kharkiv",
+ "steam-vaucher-2-300usd",
+ "dnipropetrovskii-mem-liv-tsok-dnipropetrovskogo-r-nu",
+ "timezero",
+ "wizards-world-oplata-po-wid",
+ "wizards-world-oplata-po-niku",
+ "avatary-epokha-khaosa",
+ "allody-onlain",
+ "vgorode",
+ "voina-angely-i-demony",
+ "voiny-prestolov",
+ "geroi",
+ "gladiatory",
+ "pat-mikolayivoblenergo-berezniguvatska-filiia",
+ "tsok-m-krivii-rig",
+ "dzhaggernaut",
+ "kazaki-3",
+ "kazaki-3-delux-edition",
+ "legenda-nd-feo-minor",
+ "mir-tenei",
+ "moia-derevnia",
+ "moia-sobaka",
+ "para-pa",
+ "poveliteli",
+ "smeshariki",
+ "tsok-krivorizkogo-r-nu",
+ "sparta-wg",
+ "sfera",
+ "sfera-pererozhdenie",
+ "fragoriia",
+ "khokkeinaia-liga-interneta",
+ "g2a-gift-card-vaucher-1-200euro",
+ "atom-fishing-vozvrashchenie",
+ "atom-fishing-ekstrim",
+ "banana-wars",
+ "fantastic-fishing",
+ "tsok-krinichanskogo-r-nu",
+ "ice-kings",
+ "mist-online",
+ "r2-online",
+ "rf-online",
+ "sky2fly",
+ "ufo-online",
+ "u-n-i-t",
+ "avatarika",
+ "bitva-fermerov",
+ "bolelshchiki",
+ "tsok-magdalinivskogo-r-nu",
+ "bratva",
+ "voiny-mafii",
+ "gandzhubasovye-voiny",
+ "godvill",
+ "grani-realnosti",
+ "dotsenty",
+ "zolotaia-butsa",
+ "ingamba",
+ "kolonizatory",
+ "krai-mira",
+ "tsok-mezhivskogo-r-nu",
+ "lordmanser",
+ "magicheskie-zemli",
+ "naemniki",
+ "nebesa",
+ "neboskreby",
+ "osada-onlain",
+ "ostrova",
+ "peredovaia",
+ "pitomtsy",
+ "polnyi-pi",
+ "nikopols-ki-mem-tsok-nikopols-kogo-r-nu",
+ "ponaekhali-tut-mosvar",
+ "sadovaia-imperiia",
+ "stalnoi-legion",
+ "super-gonki",
+ "tanki-onlain",
+ "tekhnomagiia",
+ "tiurma-novyi-srok",
+ "fantazium-2-evoliutsiia",
+ "ekonomicheskaia-onlain-igra-rashka",
+ "amazon-gift-card-us-10",
+ "dilnitsia-ordzhonikidze-tsok-nikopols-kogo-r-nu",
+ "ebay-gift-card-25-us",
+ "ebay-gift-card-5-us",
+ "facebook-game-card-global-10",
+ "facebook-game-card-global-5",
+ "vodokanal-kherson",
+ "gamestop-gift-card-10-us",
+ "gamestop-gift-card-25-us",
+ "google-play-gift-card-us-10",
+ "google-play-gift-card-us-15",
+ "itunes-gift-card-us-10",
+ "nikopols-kii-rem-tsok-nikopols-kogo-r-nu",
+ "itunes-gift-card-us-15",
+ "windows-phone-store-gift-card-us-15",
+ "windows-phone-store-gift-card-us-25",
+ "khersongaz-g-kherson",
+ "xbox-live-gift-card-us-10",
+ "virtualnaia-futbolnaia-liga",
+ "teploenergo-kherson",
+ "khersonoblenergo-khersonskii-belozerskii-resy",
+ "khersonskaia-tets",
+ "khersongaz-berislavskii-filial",
+ "dilnitsia-marganets-tsok-nikopols-kogo-r-nu",
+ "khersongaz-belozerskii-filial",
+ "khersongaz-v-aleksandrovskii-filial",
+ "khersongaz-vysokopolskii-filial",
+ "khersongaz-genicheskii-filial",
+ "ternopolskii-raschetnyi-tsentr",
+ "pat-khmelnitskoblenergo-bilogirskii-rem",
+ "pat-khmelnitskoblenergo-vinkovetskii-rem",
+ "pat-khmelnitskoblenergo-volochiskii-rem",
+ "pat-khmelnitskoblenergo-gorodotskii-rem",
+ "pat-khmelnitskoblenergo-derazhnianskii-rem",
+ "novomoskovskii-mem-tsok-novomoskovskogo-r-nu",
+ "pat-khmelnitskoblenergo-dunaievetskii-rem",
+ "pat-khmelnitskoblenergo-iziaslavskii-rem",
+ "pat-khmelnitskoblenergo-kam-podils-kii-rem",
+ "pat-khmelnitskoblenergo-kam-podils-kiii-mrem",
+ "khersongaz-g-pristanskii-filial",
+ "pat-khmelnitskoblenergo-krasilivskii-rem",
+ "pat-khmelnitskoblenergo-letichivskii-rem",
+ "pat-khmelnitskoblenergo-novoushitskii-rem",
+ "pat-khmelnitskoblenergo-polonskiii-rem",
+ "pat-khmelnitskoblenergo-slavutskii-rem",
+ "pat-mikolayivoblenergo-filiia-mikolayivskogo-r-u",
+ "novomoskovskii-rem-tsok-novomoskovskogo-r-nu",
+ "pat-khmelnitskoblenergo-starokostiantinivskii-rem",
+ "pat-khmelnitskoblenergo-starosiniavskii-rem",
+ "pat-khmelnitskoblenergo-teofipols-kii-rem",
+ "pat-khmelnitskoblenergo-chemerovetskii-rem",
+ "pat-khmelnitskoblenergo-shpetivskii-rem",
+ "khersongaz-kalanchakskii-filial",
+ "pat-khmelnitskoblenergo-khmelnitskii-rem",
+ "pat-khmelnitskoblenergo-iarmolinetskii-rem",
+ "khersongaz-kakhovskii-filial",
+ "dp-gazposttach-pat-ternopilmiskgaz",
+ "pavlogradski-mem-tsok-pavlogradskogo-r-nu",
+ "kp-ternopilmiskteplokomunenergo",
+ "kp-ternopilvodokanal",
+ "khersongaz-novokakhovskii-filial",
+ "khersongaz-skadovskii-filial",
+ "khersongaz-tsiuriupinskii-filial",
+ "khersongaz-chaplinskii-filial",
+ "khersongaz-v-rogachinskii-filial",
+ "iur-yivskii-rem-tsok-pavlogradskogo-r-nu",
+ "natsionalna-politsiia-ukrayini-upo-v-zaporizkii-oblasti",
+ "tov-odesagaz-postachannia",
+ "odessaoblenergo-iuzhnyi-res",
+ "odessateplosnabzhenie",
+ "odessaoblenergo-severnyi-res",
+ "odessaoblenergo-tsentralnyi-res",
+ "kp-osnovanie-utrimannia-budinkiv",
+ "kp-zhitomirvodokanal",
+ "kp-vodokanal-uzhgorod",
+ "tov-kk-domkom-nikopol",
+ "pavlogradski-rem-tsok-pavlogradskogo-r-nu",
+ "tov-keruiucha-kompaniia-domkom-sumi",
+ "tov-stanislavska-teploenergetichna-kompaniia-opalennia",
+ "tov-stanislavska-teploenergetichna-kompaniia-gariache-vodopostachannia",
+ "tov-stanislavska-teploenergetichna-kompaniia-kompl-kommunal",
+ "klub-divosvit",
+ "kp-vodokanal",
+ "dominet-kievskaia-obl",
+ "krasline-pokrovsk",
+ "tti-kovel",
+ "kp-desnianske-chernigivskoyi-miskoyi-radi-chernigov",
+ "petrikovska-dilnitsia-tsok-tsarichanskogo-r-nu",
+ "geonik-iuzhne",
+ "kontsern-miski-teplovi-merezhi",
+ "tov-zaporizhgaz-zbut",
+ "tov-veltum-zaporizhzhia",
+ "dp-tsentrgaz-g-kirovograd",
+ "evrolain-ukrayina-kiyiv",
+ "kvazar-link-melitopol",
+ "auto-ria",
+ "dom-ria",
+ "aliaska-net-ternopol",
+ "tsarichanskii-rem-tsok-tsarichanskogo-r-nu",
+ "kp-porto-frankivskii-odesa",
+ "megogo-legkaia",
+ "megogo-optimalnaia",
+ "megogo-maksimalnaia",
+ "kp-komunalnik-smila",
+ "tov-mits-telemerezha-zhitomir",
+ "okvp-dnipro-kirovograd-kirovogradske-vkg-vodopostachannia",
+ "okvp-dnipro-kirovograd-kirovogradske-vkg-vodovidvedennia",
+ "okvp-dnipro-kirovograd-oleksandriiske-vkg-vodopostachannia",
+ "okvp-dnipro-kirovograd-oleksandriiske-vkg-vodovidvedennia",
+ "petropavlivskii-rem-tsok-petropavlivskogo-r-nu",
+ "okvp-dnipro-kirovograd-znamianske-vkg-vodopostachannia",
+ "okvp-dnipro-kirovograd-znamianske-vkg-vodovidvedennia",
+ "okvp-dnipro-kirovograd-svitlovodske-vkg-vodopostachannia",
+ "okvp-dnipro-kirovograd-svitlovodske-vkg-vodovidvedennia",
+ "okvp-dnipro-kirovograd-smolinske-vkg-vodopostachannia",
+ "okvp-dnipro-kirovograd-smolinske-vkg-vodovidvedennia",
+ "pan-telekom-kiev",
+ "kp-zhitomirteplokomunenergo-zhitomirskoyi-miskoyi-radi",
+ "keruiucha-kompaniia-komenergo-zhitomir",
+ "golfstrim-chernivtsi",
+ "pershotravenska-dilnitsia-tsok-petropavlivskogo-r-nu",
+ "sweet-tv-mariupol",
+ "mkp-mukachivvodokanal",
+ "rai-optic-ivano-frankivsk",
+ "pat-kb-globus-pogashennia-kreditiv",
+ "didgitnet-mariupol",
+ "xata-net",
+ "3dcom-kiyivska-obl",
+ "kp-uzhkg-irpin-kvartplata",
+ "kpp-teploenergopostach-opalennia",
+ "kp-irpinvodokanal",
+ "tsok-pokrovskogo-r-nu",
+ "kpp-teplokomunseris-opalennia",
+ "malta-zhitomir",
+ "mitselink-ivano-frankivsk",
+ "pat-pumb-pogashennia-kreditu",
+ "pat-pumb-popovnennia-kartkovogo-potochnogorakhunku",
+ "dms-ivano-frankivska-obl",
+ "delta",
+ "itlucks-kharkov",
+ "trk-lis-internet",
+ "trk-lis-tv",
+ "p-iatikhatskii-rem-tsok-piatikhatskogo-r-nu",
+ "arslan-net",
+ "wi-fi-house-nikolaev",
+ "isp-belnet-odeska-mikolayivska",
+ "neon-mikolayiv",
+ "kompanion-finans",
+ "vega-telefoniia-lits-schet",
+ "gerts",
+ "avdeevskoe-puvkkh-voda-donbassa",
+ "volnovakhskoe-puvkkh-voda-donbassa",
+ "voda-donbassa-dzerzhinskoe",
+ "pat-mikolayivoblenergo-kazankivska-filiia",
+ "dilnitsia-zhovti-vodi-tsok-piatikhatskogo-r-nu",
+ "dimitrovskoe-puvkkh-voda-donbassa",
+ "dobropolskoe-puvkkh-voda-donbassa",
+ "artemovskoe-puvkkh-voda-donbassa",
+ "konstantinovskoe-puvkkh-voda-donbassa",
+ "krasnolimanskoe-puvkkh-voda-donbassa",
+ "novogrodovskoe-puvkkh-voda-donbassa",
+ "selidovskoe-puvkkh-voda-donbassa",
+ "chasovoiarskoe-rpu-voda-donbassa",
+ "vega-internet",
+ "khmelnitskaia-informatsionnaia-set",
+ "sinelnikivskii-mem-tsok-sinelnikivskogo-r-nu",
+ "intraffik",
+ "alfa-link-kiev",
+ "korbina-telekom-kiev",
+ "nashnet",
+ "lan4ever-vasilkov",
+ "netmaster",
+ "triolan-internet",
+ "triolan-tv",
+ "mariupol-vodokanal",
+ "pp-chereda-sumy",
+ "sinelnikivskii-rem-tsok-sinelnikivskogo-r-nu",
+ "navigator-onlain",
+ "ooo-tisa",
+ "accessnet",
+ "utels-g-kiev",
+ "kyivlink",
+ "pat-dtek-donetskoblenergo-mariupolskii-rem",
+ "simnet",
+ "tvintel-kiev",
+ "brovis-net-brovary",
+ "pridetele-com",
+ "tsok-solonianskogo-r-nu",
+ "za-mistom",
+ "skm-sumy",
+ "milan-kiev",
+ "looknet",
+ "dklan",
+ "ooo-voks",
+ "mixnet-kiev",
+ "netgroup-kiev",
+ "mariupolteploset-gor-voda",
+ "scana",
+ "tsok-sofiyivskogo-r-nu",
+ "sunnet-kiev",
+ "uteam-ivano-frankivsk",
+ "kievskie-interaktivnye-telekomunnikatsii",
+ "pp-chereda-kiev",
+ "magnus-belaia-tserkov",
+ "c-t-net-chernovtsy",
+ "happy-net",
+ "mariupolteploset-tsentr-otopl",
+ "sitel-kiev",
+ "net-city-zhitomir",
+ "tsok-tomakivskogo-r-nu",
+ "modus-global-vishnevoe",
+ "miit",
+ "alfa-tv",
+ "skynet-izmail",
+ "4ok-net-kiev",
+ "proline-kiev",
+ "sunline-kiev",
+ "deltanet-kiev",
+ "rusanovka-net-kiev",
+ "isp-imperial-kirovograd",
+ "shirokivskii-rem-tsok-shirokivskogo-r-nu",
+ "merezha",
+ "chokolovka-net-kiev",
+ "faust-kiev",
+ "misto-tb",
+ "novyi-telekom-kiev",
+ "global-siti-net",
+ "berline-g-kiev",
+ "teneta-kharkov",
+ "netlink",
+ "sitv-ktb-internet-fop-krasnikov-v-v",
+ "inguletska-dilnitsia-tsok-shirokivskogo-r-nu",
+ "sitv-ktb",
+ "o3-freenet",
+ "kichkas-net",
+ "vega-oborudovanie",
+ "tsifral-servis-ukraina-zaporozhe",
+ "gorodok-zaporozhe",
+ "gigabit-zaporozhe",
+ "chernoe-more-ktv",
+ "chernoe-more-internet",
+ "chernoe-more-tstv",
+ "zhek-10-g-chernigov-soderzhanie-domov",
+ "znet",
+ "blagodiinii-fond-oleksandriiskii",
+ "ternet",
+ "norma-4-internet",
+ "infokom",
+ "trk-mirik-tv",
+ "uaprostir",
+ "trion",
+ "nktv-nikolaev",
+ "nktv-ochakov",
+ "zhek-10-g-chernigov-elektroenergiia",
+ "liukslink-lutsk",
+ "boryspil-net",
+ "trk-maibuttia",
+ "krasnoarmeiskoe-ugg-donetskoblgaz",
+ "pat-donetskoblgaz-kramatorske-ugg-druzhkivske-viddilennia",
+ "pat-donetskoblgaz-artemivske-ugg",
+ "pat-donetskoblgaz-krasnoarmiiske-ugg-dokuchayivske-viddilennia",
+ "pat-donetskoblgaz-kramatorske-ugg",
+ "pat-donetskoblgaz-kostiantinivske-ugg",
+ "pat-donetskoblgaz-artemivske-ugg-debaltsevske-viddilennia",
+ "pat-mikolayivoblenergo-filiia-pivdenna",
+ "kp-novozavodskoe-g-chernigov-soderzh-dom",
+ "pat-donetskoblgaz-kostiantinivske-ugg-toretske-viddilennia",
+ "pat-donetskoblgaz-slov-ianske-ugg",
+ "pat-donetskoblgaz-krasnoarmiiske-ugg-mar-yinske-viddilennia",
+ "belovodskii-rem-lugansk-eo",
+ "belokurakinskii-rem-lugansk-eo",
+ "kremenskii-rem-lugansk-eo",
+ "lisichanskii-rem-lugansk-eo",
+ "milovskii-rem-lugansk-eo",
+ "novoaidarskii-rem-lugansk-eo",
+ "novopskovskii-rem-lugansk-eo",
+ "kp-chernigovvodokanal",
+ "popasniavskii-rem-lugansk-eo",
+ "rubezhanskii-rem-lugansk-eo",
+ "severodonetskii-rem-lugansk-eo",
+ "stanichno-luganskii-rem-lugansk-eo",
+ "starobelskii-rem-lugansk-eo",
+ "troitskii-rem-lugansk-eo",
+ "markovskii-rem-lugansk-eo",
+ "mistsevii-obchisliuvalnii-tsentr-m-lutska",
+ "vo-krasnii-liman-teplomerezha",
+ "vo-selidoveteplomerezha",
+ "zhek-13-g-chernigov",
+ "vo-volnovakha-mizhraiteplomerezha",
+ "vo-dimitrivteplomerezha",
+ "vo-druzhkivkateplomerezha",
+ "vo-kramatorsk-mizhraiteplomerezha",
+ "vo-slovianskteplomerezha",
+ "vo-kostiantinivkateplomerezha",
+ "vo-chasiv-iar-teplomerezha",
+ "infoaura",
+ "tsifral-servis-ukraina-kharkov",
+ "kharkivskii-mem-ak-kharkivoblenergo",
+ "ooo-faktoriia-mirts-g-artemovsk",
+ "chp-vils-mirts-g-artemovsk",
+ "zhilservis-1-mirts-g-artemovsk",
+ "npo-informatsionnye-tekhnologii",
+ "chp-kvartal-mirts-g-artemovsk",
+ "ooo-bakhmut-energiia",
+ "pat-ek-khersonoblenergo-visokopils-kii-rem",
+ "pat-ek-khersonoblenergo-genicheskii-rem",
+ "pat-ek-khersonoblenergo-golopristans-kii-rem",
+ "pat-ek-khersonoblenergo-ivanivskii-rem",
+ "merefske-rve-ak-kharkivoblenergo",
+ "pat-ek-khersonoblenergo-kakhovskii-rem",
+ "pat-ek-khersonoblenergo-velikolepetikhskii-rem",
+ "velton-telekom-po-telefonu",
+ "pat-ek-khersonoblenergo-novokakhov-i-berislav-i-rem",
+ "pat-ek-khersonoblenergo-novotroyitskii-rem",
+ "pat-ek-khersonoblenergo-skadovskii-rem",
+ "pat-ek-khersonoblenergo-tsiurupinskii-rem",
+ "pat-ek-khersonoblenergo-chaplinkivskii-rem",
+ "velton-telekom-po-personalnomu-kodu",
+ "katp-052810-g-kramatorsk",
+ "chuguyivskii-rem-ak-kharkivoblenergo",
+ "ooo-zhkk-mk-2010-g-kramatorsk",
+ "sez-zhkg-g-kramatorska",
+ "kramatorskteploset",
+ "kpp-kramatorskii-vodokanal",
+ "trimob-popovnennia-za-osobovim-rakhunkom",
+ "tov-softserv-munitsipalni-tekhnologiyi",
+ "trimob-popovnennia-rakhunku-za-nomerom-telefonu",
+ "pat-sumske-nvo-im-m-v-frunze",
+ "ooo-uk-komenergo-melitopol",
+ "teplovodosnabzhenie-g-boguslav-teplo",
+ "vovchanskii-rem-ak-kharkivoblenergo",
+ "teplovodosnabzhenie-g-boguslav-voda",
+ "vodokanal-g-borispol",
+ "zhek-g-borispol-kievskoi-obl",
+ "bilotserkovteplomerezha",
+ "vodokanal-g-iagotin",
+ "kp-bgs-ko-brovariteplovodoenergiia-opalennia-ta-gvp",
+ "kp-bmr-ko-brovariteplovodoenergiia-khvp-ta-vodovidvedennia",
+ "upravlenie-gorodskim-khoziaistvom-g-vishneve",
+ "ooo-leski-m",
+ "okp-mikolayivoblteploenergo-gariacha-voda",
+ "zmiyivskii-rem-ak-kharkivoblenergo",
+ "okp-mikolayivoblteploenergo-opalennia",
+ "zhkp-mgs-pribuzhzhia",
+ "pat-mikolayivska-teploelektrotsentral-voda",
+ "teploset-g-vyshgorod",
+ "kzhep-24",
+ "pat-mikolayivska-teploelektrotsentral-teplo",
+ "kzhep-mmr-zoria",
+ "tov-sobornoe-1",
+ "zhkp-mmr-pivden",
+ "kp-dez-okean",
+ "lipetske-rve-ak-kharkivoblenergo",
+ "zhek-10",
+ "pat-khmelnitskoblenergo-khmelnitskii-mrem",
+ "mkp-chernivtsiteplokomunenergo",
+ "pat-mikolayivoblenergo-m-mikolayiv",
+ "mkp-mikolayivvodokanal",
+ "teploset-poltava",
+ "ukrtelekom-po-nomeru-telefona",
+ "pridneprovskaia-sub",
+ "g-cherkassy-sluzhba-chistoty",
+ "kp-sub-mitnitsia",
+ "pechenizhskii-rem-ak-kharkivoblenergo",
+ "kp-subsosnivska",
+ "tov-cherkasigaz-zbut-cherkasi-ta-cherkaskii-raion",
+ "ukp-umanteplokommunenergo",
+ "cherkasskaia-tets",
+ "pat-mikolayivoblenergo-novoodeska-filiia",
+ "bogodukhivskii-rem-ak-kharkivoblenergo",
+ "valkovskii-rem-ak-kharkivoblenergo",
+ "kolomakske-rve-ak-kharkivoblenergo",
+ "dergachivskii-rem-ak-kharkivoblenergo",
+ "zachepilovskii-rem-ak-kharkivoblenergo",
+ "zolochivskii-rem-ak-kharkivoblenergo",
+ "krasnogradskii-rem-ak-kharkivoblenergo",
+ "krasnokutskii-rem-ak-kharkivoblenergo",
+ "novovodalazhskii-re-ak-kharkivoblenergo",
+ "balakliiskii-rem-ak-kharkivoblenergo",
+ "pat-mikolayivoblenergo-ochakivska-filiia",
+ "velikoburlukskii-rem-ak-kharkivoblenergo",
+ "borovskii-rem-ak-kharkivoblenergo",
+ "dvorichanskii-rem-ak-kharkivoblenergo",
+ "shevchenkovskii-rem-ak-kharkivoblenergo",
+ "iziumskii-rem-ak-kharkivoblenergo",
+ "kupianskii-rem-ak-kharkivoblenergo",
+ "kegichivskii-rem-ak-kharkivoblenergo",
+ "pervomaiskii-rem-ak-kharkivoblenergo",
+ "sakhnovshchinskii-rem-ak-kharkivoblenergo",
+ "barvinkovskii-rem-ak-kharkivoblenergo",
+ "pat-mikolayivoblenergo-singurivska-filiia",
+ "blizniukovskii-rem-ak-kharkivoblenergo",
+ "lozovskii-rem-ak-kharkivoblenergo",
+ "liubotinskii-rve-ak-kharkivoblenergo",
+ "kp-munitsipalna-investitsiina-upravliaiucha-kompaniia",
+ "vodotekhprom-m-ivano-frankivsk",
+ "teplokomunenergo-m-ivano-frankivsk",
+ "tov-ivano-frankivskgaz-zbut",
+ "pat-prikarpattiaoblenergo",
+ "kp-ivano-frankivskvodoekotekhprom-vodovidvedennia",
+ "kp-ivano-frankivskvodoekotekhprom-vodopostachannia",
+ "stikonet",
+ "pat-mikolayivoblenergo-arbuzinska-filiia",
+ "dmp-ivano-frankivskteplokomunenergo-opalennia",
+ "dmp-ivano-frankivskteplokomunenergo-pidigriv-vodi",
+ "kp-munitsipalna-investitsiina-upravliaiucha-kompaniia-kvartplata",
+ "uzhgorodskii-mrem-zakarpattia-oe",
+ "uzhgorodskii-rem-zakarpattia-oe",
+ "beregivskii-rem-zakarpattia-oe",
+ "velikobereznianskii-rem-zakarpattia-oe",
+ "vinogradivskii-rem-zakarpattia-oe",
+ "volovetskii-rem-zakarpattia-oe",
+ "irshavskii-rem-zakarpattia-oe",
+ "pat-mikolayivoblenergo-bratska-filiia",
+ "mizhgirskii-rem-zakarpattia-oe",
+ "mukachivskii-mrem-zakarpattia-oe",
+ "mukachivskii-rem-zakarpattia-oe",
+ "perechinskii-rem-zakarpattia-oe",
+ "rakhivskii-rem-zakarpattia-oe",
+ "svaliavskii-rem-zakarpattia-oe",
+ "tiachivskii-rem-zakarpattia-oe",
+ "khustskii-rem-zakarpattia-oe",
+ "prat-ek-chernivtsioblenergo-chernivetskii-rem",
+ "prat-ek-chernivtsioblenergo-gertsayivskii-rem",
+ "pat-mikolayivoblenergo-veselinivska-filiia",
+ "prat-ek-chernivtsioblenergo-kitsmanskii-rem",
+ "prat-ek-chernivtsioblenergo-glibotskii-rem",
+ "prat-ek-chernivtsioblenergo-khotinskii-rem",
+ "prat-ek-chernivtsioblenergo-kelmenetskii-rem",
+ "prat-ek-chernivtsioblenergo-novoselitskii-rem",
+ "prat-ek-chernivtsioblenergo-putils-kii-rem",
+ "prat-ek-chernivtsioblenergo-sokirianskii-rem",
+ "prat-ek-chernivtsioblenergo-storozhinetskii-rem",
+ "prat-ek-chernivtsioblenergo-vizhnitskii-rem",
+ "prat-ek-chernivtsioblenergo-zastavnivskii-rem",
+ "pat-mikolayivoblenergo-voznesenska-filiia",
+ "rivneoblvodokanal",
+ "tov-rivneteploenergo-opalennia",
+ "bar-pat-vinnitsiaoblenergo",
+ "bershad-pat-vinnitsiaoblenergo",
+ "vinnitsia-pat-vinnitsiaoblenergo-miski-em",
+ "gaisin-pat-vinnitsiaoblenergo",
+ "zhmerinka-pat-vinnitsiaoblenergo",
+ "zamostia-pat-vinnitsiaoblenergo",
+ "illintsi-pat-vinnitsiaoblenergo",
+ "kalinivka-pat-vinnitsiaoblenergo",
+ "pat-mikolayivoblenergo-vradiyivska-filiia",
+ "koziatin-pat-vinnitsiaoblenergo",
+ "krizhopil-pat-vinnitsiaoblenergo",
+ "lipovets-pat-vinnitsiaoblenergo",
+ "litin-pat-vinnitsiaoblenergo",
+ "mogiliv-podils-kii-pat-vinnitsiaoblenergo",
+ "murovani-kurilivtsi-pat-vinnitsiaoblenergo",
+ "nemiriv-pat-vinnitsiaoblenergo",
+ "orativ-pat-vinnitsiaoblenergo",
+ "pishchanka-pat-vinnitsiaoblenergo",
+ "pogrebishche-pat-vinnitsiaoblenergo",
+ "pat-mikolayivoblenergo-domanivska-filiia",
+ "teplik-pat-vinnitsiaoblenergo",
+ "tivriv-pat-vinnitsiaoblenergo",
+ "tomashpil-pat-vinnitsiaoblenergo",
+ "trostianets-pat-vinnitsiaoblenergo",
+ "tulchin-pat-vinnitsiaoblenergo",
+ "khmilnik-pat-vinnitsiaoblenergo",
+ "chernivtsi-pat-vinnitsiaoblenergo",
+ "chechelnik-pat-vinnitsiaoblenergo",
+ "shargorod-pat-vinnitsiaoblenergo",
+ "iampil-pat-vinnitsiaoblenergo",
+ "pat-mikolayivoblenergo-elanetska-filiia",
+ "ukrtelekom-po-lits-schetu",
+ "tov-ukrayina",
+ "vzhts-ariadna",
+ "zhek-1-suvorovskogo-r-nu",
+ "tov-shumen",
+ "viasat-uatv",
+ "orion-city",
+ "domashnii-telekom-televidenie",
+ "kzhrep-4",
+ "pat-mikolayivoblenergo-krivoozerska-filiia",
+ "pp-region-tsentr",
+ "pp-zhitloservis",
+ "domashnii-telekom-telefoniia",
+ "pp-remzhitloservis",
+ "ek-odesaoblenergo-chernomorskii-rem",
+ "ek-odesaoblenergo-b-dnistrovskii-rem",
+ "ek-odesaoblenergo-biliayivskii-rem",
+ "ek-odesaoblenergo-berezivskii-rem",
+ "ek-odesaoblenergo-veliko-mikhailivskii-rem",
+ "ek-odesaoblenergo-ivanivskii-rem",
+ "pat-mikolayivoblenergo-novobuzka-filiia",
+ "ek-odesaoblenergo-limanskii-rem",
+ "domashnii-telekom-internet",
+ "ek-odesaoblenergo-ovidiopils-kii-rem",
+ "ek-odesaoblenergo-rozdilnianskii-rem",
+ "ek-odesaoblenergo-artsizskii-rem",
+ "ek-odesaoblenergo-bolgradskii-rem",
+ "ek-odesaoblenergo-kiliiskii-rem",
+ "ek-odesaoblenergo-reniiskii-rem",
+ "ek-odesaoblenergo-saratskii-rem",
+ "ek-odesaoblenergo-tarutinskii-rem",
+ "pat-mikolayivoblenergo-pervomaiska-filiia",
+ "ek-odesaoblenergo-tatarbunarskii-rem",
+ "ek-odesaoblenergo-ananyivskii-rem",
+ "datagrup-internet-bum-sputnikovyi-internet",
+ "ek-odesaoblenergo-baltskii-rem",
+ "ek-odesaoblenergo-kodimskii-rem",
+ "ek-odesaoblenergo-oknianskii-rem",
+ "ek-odesaoblenergo-liubashivskii-rem",
+ "ek-odesaoblenergo-mikolayivskii-rem",
+ "ek-odesaoblenergo-savranskii-rem",
+ "ek-odesaoblenergo-zakharivskii-rem",
+ "volsstroi-odessa",
+ "izmail-vodokanal",
+ "ek-odesaoblenergo-shiriaievskii-rem",
+ "ek-odesaoblenergo-izmayils-kii-rem",
+ "ek-odesaoblenergo-podils-kii-rem",
+ "intertelekom",
+ "lifecell_phone",
+ "lifecell-popovnennia-rakhunku-za-nomerom-telef",
+ "lifecell_contract",
+ "lifecell-popovnennia-za-nomerom-dogovoru",
+ "shtrafy-pravil-dd-vinnitsaia-obl",
+ "shtrafy-za-narush-pdd-volynskaia-obl",
+ "shtrafy-za-narush-pdd-dnepr-obl",
+ "shtrafy-za-narush-pdd-donetsk-obl",
+ "izmail-vodokanal-vodootvedenie",
+ "shtrafy-za-narush-pdd-zhitomir-obl",
+ "shtrafy-za-narush-pdd-zakarpat-obl",
+ "shtrafy-za-narush-pdd-zaporozh-obl",
+ "shtrafy-za-narush-pdd-ivano-frank-obl",
+ "shtrafy-za-narush-pdd-kievskaia-obll",
+ "shtrafy-za-narush-pdd-kirovograd-obl",
+ "shtrafy-za-narush-pdd-luganskaia-obl",
+ "shtrafy-za-narush-pdd-lvovskaia-obl",
+ "shtrafy-za-narush-pdd-nikolaev-obl",
+ "shtrafy-za-narush-pdd-odesskaia-obl",
+ "kp-cherkasivodokanal",
+ "shtrafy-za-narush-pdd-poltav-obl",
+ "shtrafy-za-narush-pdd-rovens-obl",
+ "shtrafy-za-narush-pdd-sumskaia-obl",
+ "shtrafy-za-narush-pdd-ternop-obl",
+ "shtrafy-za-narush-pdd-kharkov-obl",
+ "shtrafy-za-narush-pdd-kherson-obl",
+ "shtrafy-za-narush-pdd-khmelnitsk-obl",
+ "shtrafy-za-narush-pdd-cherkas-obl",
+ "shtrafy-za-narush-pdd-chernovetsk-obl",
+ "shtrafy-za-narush-pdd-chernigov-obl",
+ "cherkassy-gres",
+ "shtrafy-za-narush-pdd-g-kiev",
+ "e-rozstrochka",
+ "ks-oshchadna-kasa",
+ "cnm-k1",
+ "cnm-k2",
+ "cnm-k3",
+ "itk-internet-fop-kozlenko-s-m-sumi",
+ "belcom",
+ "xtra-tv",
+ "sistema-zaporozhe",
+ "drabovskii-res",
+ "favorit-sport",
+ "bi-net",
+ "irshansk-telekom",
+ "localnet",
+ "eksi-net",
+ "gentel",
+ "sword",
+ "ukrayinski-optichni-sistemi",
+ "mit-skynet",
+ "monastyrishchenskii-res",
+ "tv-net",
+ "norma-4-televidenie",
+ "otp-bank-pogashenie-kredita",
+ "pollycomm",
+ "homenet",
+ "uacity",
+ "azovgaz-g-mariupol",
+ "interlan-vishgorod",
+ "lanet",
+ "prosto",
+ "chigirinskii-res",
+ "mironivkanet",
+ "volinski-optichni-merezhi",
+ "mtm",
+ "stkom",
+ "vincitynet-vinnitsa",
+ "net-line-03241-4-20-21",
+ "yezzz",
+ "kim",
+ "unitel-iunitel",
+ "itplus",
+ "gorodishchenskii-res",
+ "trk-planeta-chernivtsi",
+ "cityhost",
+ "citydomain",
+ "tm-opensvit",
+ "local-student-networks",
+ "diti-proti-raku-mbf-tsspm",
+ "dopomoga-ditiam-skhodu-mbf-tsspm",
+ "dopomoga-ditiam-dtsp-mbf-tsspm",
+ "dopomoga-glukhim-ditiam-mbf-tsspm",
+ "uvaga-tuberkuloz-mbf-tsspm",
+ "smeliansgii-gres",
+ "stop-gepatit-mbf-tsspm",
+ "dopomoga-ditiam-invalidam-mbf-tsspm",
+ "mii-drug-mbf-tsspm",
+ "suchasna-meditsina-mbf-tsspm",
+ "i-link",
+ "obltelekom",
+ "givts-g-kiev-po-identifikatoru-kvartiry",
+ "kedr",
+ "tov-dnipropetrovskgaz-zbut",
+ "tov-kharkivgaz-zbut",
+ "talnovskii-res",
+ "tov-vinnitsiagaz-zbut",
+ "tov-volingaz-zbut",
+ "dneprvodokanal",
+ "tov-zhitomirgaz-zbut",
+ "tov-zakarpatgaz-zbut",
+ "tov-kiyivoblgaz-zbut",
+ "tov-mikolayivgaz-zbut",
+ "tov-rivnegaz-zbut",
+ "dnepropetrovsk-teploset",
+ "tov-khmelnitskgaz-zbut",
+ "upravlinnia-politsiyi-okhoroni-v-m-kievi",
+ "khristinovskii-res",
+ "tov-chernigivgaz-zbut",
+ "tov-chernivtsigaz-zbut",
+ "dp-gaz-melitopolia-pat-melitopolgaz",
+ "tsok-m-dnipropetrovsk",
+ "pat-kiyivvodokanal-bagatokvartirni-budinki",
+ "pat-kiyivvodokanal-bagatokvartirni-budinki-kholodne-voda-vodovidvedennia",
+ "pat-kiyivvodokanal-bagatokvartirni-budinki-vodovidvedennia-gvp",
+ "tov-kovals-ka-zhitloservis",
+ "pat-ek-zhitomiroblenergo-andrushivskii-rem",
+ "pat-ek-zhitomiroblenergo-baranivskii-rem",
+ "kanevskii-res",
+ "pat-ek-zhitomiroblenergo-berdichivskii-rem",
+ "pat-ek-zhitomiroblenergo-brusilivskii-rem",
+ "pat-ek-zhitomiroblenergo-khoroshivskii-rem",
+ "pat-ek-zhitomiroblenergo-emilchinskii-rem",
+ "pat-ek-zhitomiroblenergo-zhitomirskii-rem",
+ "pat-ek-zhitomiroblenergo-zarichanskii-rem",
+ "pat-ek-zhitomiroblenergo-korostenskii-rem",
+ "pat-ek-zhitomiroblenergo-korostishivskii-rem",
+ "pat-ek-zhitomiroblenergo-luginskii-rem",
+ "pat-ek-zhitomiroblenergo-liubarskii-rem",
+ "smelianskii-res",
+ "pat-ek-zhitomiroblenergo-malinskii-rem",
+ "pat-ek-zhitomiroblenergo-naroditskii-rem",
+ "pat-ek-zhitomiroblenergo-novograd-volinskii-rem",
+ "pat-ek-zhitomiroblenergo-ovrutskii-rem",
+ "pat-ek-zhitomiroblenergo-olevskii-rem",
+ "pat-ek-zhitomiroblenergo-popilnianskii-rem",
+ "pat-ek-zhitomiroblenergo-radomishls-kii-rem",
+ "pat-ek-zhitomiroblenergo-romanivskii-rem",
+ "pat-ek-zhitomiroblenergo-ruzhinskii-rem",
+ "pat-ek-zhitomiroblenergo-pulinskii-rem",
+ "umanskie-es",
+ "pat-ek-zhitomiroblenergo-cherniakhivskii-rem",
+ "pat-ek-zhitomiroblenergo-chudnivskii-rem",
+ "tov-cherkasigaz-zbut-smilianskii-raion",
+ "tov-cherkasigaz-zbut-zolotoniskii-raion",
+ "tov-cherkasigaz-zbut-gorodishchenskii-raion",
+ "tov-cherkasigaz-zbut-kanivskii-raion",
+ "tov-cherkasigaz-zbut-drabivskii-raion",
+ "tov-cherkasigaz-zbut-k-shevchenkivskii-raion",
+ "tov-cherkasigaz-zbut-zhashkivskii-raion",
+ "tov-cherkasigaz-zbut-chornobayivskii-raion",
+ "lisianskii-res",
+ "tov-cherkasigaz-zbut-talnivskii-raion",
+ "tov-cherkasigaz-zbut-m-vatutine",
+ "tov-cherkasigaz-zbut-lisianskii-raion",
+ "tov-cherkasigaz-zbut-shpolianskii-raion",
+ "tov-cherkasigaz-zbut-monastirishchenskii-raion",
+ "tov-cherkasigaz-zbut-chigirinskii-raion",
+ "ov-cherkasigaz-zbut-kamianskii-raion",
+ "tov-cherkasigaz-zbut-katerinopils-kii-raion",
+ "tov-cherkasigaz-zbut-zvenigorodskii-raion",
+ "lksp-lisichanskvodokanal",
+ "katerinopolskii-res",
+ "tov-rivneteploenergo-gvp",
+ "taksi-student-kiev",
+ "taksi-student-kharkov",
+ "taksi-student-lubny",
+ "taksi-evro-zaporozhe",
+ "taksi-imperiia-kiev",
+ "taksi-imperiia-kharkov",
+ "taksi-imperiia-lubny",
+ "taksi-deviatochka-kiev",
+ "taksi-deviatochka-dnepropetrovsk",
+ "chernobaevskii-res",
+ "taksi-turist-kharkov",
+ "taksi-turist-kiev",
+ "taksi-plius-pavlograd",
+ "taksi-plius-dnepropetrovsk",
+ "taksi-turist-lubny",
+ "taksi-plius-nikopol",
+ "maksi-taksi-poltava",
+ "maksi-taksi-sumy",
+ "maksi-taksi-kremenchug",
+ "taksi-aviz-kiev",
+ "cherkasskii-res",
+ "taksi-ivan-zaporozhe",
+ "taksi-ivan-berdiansk",
+ "taksi-ivan-melitopol",
+ "taksi-ivan-kirillovka",
+ "taksi-taksa-zaporozhe",
+ "taksi-ekotrans-zaporozhe",
+ "taksi-terminal-kiev",
+ "taksi-avalon-kiev",
+ "taksi-alfa-kiev",
+ "kamenskii-res",
+ "taksi-piaterka-kiev",
+ "taksi-optimalnoe-zaporozhe",
+ "taksi-optimalnoe-kherson",
+ "taksi-dzhaz-odessa",
+ "taksi-dzhaz-dnepropetrovsk",
+ "taksi-sens-dnepropetrovsk",
+ "taksi-bavariia-kiev",
+ "takci-forsazh-kiev",
+ "taksi-915-zaporozhe",
+ "taksi-avangard348-kiev",
+ "shpolianskii-res",
+ "taksi-avangard-348-odessa",
+ "taksi-1561-1580",
+ "taksi-dzhaz-nikolaev",
+ "taksi-nazari-kiev",
+ "taksi-karat-kiev",
+ "taksi-fly-kiev",
+ "taksi-smail-odessa",
+ "taksi-dialog-kiev",
+ "taksi-domino-kiev",
+ "taksi-korporativnoe-kiev",
+ "kristall-telekom",
+ "zhashkovskii-res",
+ "taksi-1-kiev",
+ "taksi-24-kiev",
+ "taksi-571-kiev",
+ "taksi-milano-kiev",
+ "taksi-3933-kiev",
+ "taksi-3933-dnepropetrovsk",
+ "taksi-3933-nezhin",
+ "taksi-3933-odessa",
+ "taksi-3933-lvov",
+ "taksi-797-kiev",
+ "korsun-shevchenkovskii-res",
+ "taksi-797-kharkov",
+ "taksi-797-poltava",
+ "taksi-797-zaporozhe",
+ "taksi-797-odessa",
+ "taksi-797-lvov",
+ "taksi-liubimoe-kiev",
+ "taksi-662-kiev",
+ "taksi-irbis-kiev",
+ "taksi-373-kiev",
+ "taksi-915-nikolaev",
+ "zolotonoshskii-res",
+ "taksi-2444-odessa",
+ "taksi-alisa-kiev-fop-voropaiev-o-iu-pozyvnye-do-4999",
+ "taksi-5545-kiev",
+ "taksi-liniia-kiev",
+ "taksi-karbon-kiev",
+ "taksi-sierra-kiev",
+ "taksi-avrora-kiev",
+ "taksi-nedorogo-zaporozhe",
+ "peoplenet",
+ "taksi-2444-lvov",
+ "mankovskii-res",
+ "taksi-star-kiev",
+ "taksi-virazh-odessa",
+ "taksi-virazh-dnepropetrovsk",
+ "maksi-taksi-kiev",
+ "travelsim",
+ "khosting-ukraina",
+ "setka",
+ "columbus",
+ "maximum-net-internet",
+ "maximum-net-telebachennia",
+ "zvenigorodskii-res",
+ "aviso-oplata-scheta",
+ "aviso-popolnenie-lichnogo-kabineta",
+ "aviso-partneram",
+ "prolink",
+ "superdeal",
+ "okinet-kiev",
+ "eurolan",
+ "foryounet",
+ "greenet-kiev",
+ "servis-24-kiev",
+ "tov-sumigaz-zbut",
+ "pokupon",
+ "digicom",
+ "kievnet",
+ "ipnet",
+ "sohonet",
+ "alfa-inet-kiev",
+ "kuzia-kiev",
+ "cdc-slaviansk",
+ "rubintelekom-nova-kakhovka",
+ "askad-net-skadovk",
+ "kyivstar_phone",
+ "kiyivstar-popovnennia-rakhunku-za-nomerom-telefonu",
+ "smartnet-kakhovka",
+ "infotech-kiev",
+ "soborka-net-odessa",
+ "satok-kievskaia-obl",
+ "orbita-odessa",
+ "everest-vinnitsia-internet",
+ "everest-vinnitsia-analogove-telebachennia",
+ "everest-vinnitsia-tsifrove-telebachennia",
+ "prolan-kiev",
+ "ukrlink-grup-kiev",
+ "pat-sumioblenergo",
+ "artweb-kiev",
+ "bc-big-net-kievskaia-obl",
+ "tenet-internet-odessa",
+ "tenet-televidenie-odessa",
+ "tenet-internet-nikolaev",
+ "tenet-televidenie-nikolaev",
+ "isp-viplan-kiev",
+ "pivnichline-rovnenskaia-obl",
+ "diskaveri-ivano-frankovsk",
+ "intelekt-chernovtsy",
+ "kyivstar_internet",
+ "kiyivstar-domashnii-kiyivstar",
+ "roket-net-donetskaia-obl",
+ "green-net-kiev",
+ "lider-net-ivano-frankovsk",
+ "startnetwork-kiev",
+ "cid-net-ua-uid-kiev",
+ "cid-net-ua-login-kiev",
+ "bezlimit-net",
+ "artnet-artemovsk",
+ "artnetplus-artemovsk",
+ "arttv-artemovsk",
+ "kyivstar_contract",
+ "kiyivstar-popovnennia-za-osobovim-rakhunkom",
+ "kmkpt-artemovsk",
+ "iaskrave-tv-artemovsk",
+ "zakaz-artemovsk",
+ "5tv-artemovsk",
+ "kiparis-lcc-artemovsk",
+ "pervomaiskii-res",
+ "volodarskii-res",
+ "world-of-tanks",
+ "world-of-warplanes",
+ "world-of-warships",
+ "langate-chernovtsy",
+ "vodafone_phone",
+ "vodafone-po-nomeru-telefona",
+ "warface",
+ "4game",
+ "combat-arms",
+ "11-x-11",
+ "gamenet",
+ "bitva-titanov",
+ "russkaia-rybalka",
+ "varvary",
+ "perfect-world",
+ "bumz",
+ "vodafone_contract",
+ "vodafone-po-litsevomu-schetu",
+ "vikingi",
+ "drakony",
+ "legenda-nd-feo-praim",
+ "geroi-voiny-i-deneg",
+ "razrushiteli",
+ "armored-warfare-proekt-armata",
+ "cross-fire",
+ "pointblank",
+ "prime-world",
+ "war-thunder",
+ "pat-volinoblenergo-volodimir-volinska-filiia",
+ "archeage",
+ "skyforge",
+ "udivitelnyi-kolkhoz",
+ "league-of-legends-470-riot-points",
+ "league-of-legends-1000-riot-points",
+ "league-of-legends-2600-riot-points",
+ "league-of-legends-5300-riot-points",
+ "league-of-legends-8100-riot-points",
+ "league-of-legends-11000-riot-points",
+ "4story",
+ "pat-volinoblenergo-gorokhivska-filiia",
+ "8day",
+ "9-drakonov",
+ "ace-online",
+ "aika-online",
+ "art-of-war-2-online",
+ "bloody-world",
+ "dragon-nest",
+ "firestorm",
+ "gaijin-online",
+ "game-xp",
+ "pat-volinoblenergo-ivanichivska-filiia",
+ "haddan",
+ "jade-dynasty",
+ "artemovsk-gorodskoi-res",
+ "lava-online",
+ "lineage-2",
+ "lost-magic",
+ "metal-war-online",
+ "my-lands",
+ "neverlands",
+ "rappelz",
+ "pat-volinoblenergo-kamin-kashirska-filiia",
+ "artemovsk-selskii-res",
+ "riot",
+ "steam",
+ "tickets-ua",
+ "galaxy-galaktika-znakomstv",
+ "viber",
+ "skype",
+ "loveplanet",
+ "zenit-internet-kurakhovo",
+ "zenit-televidenie-kurakhovo",
+ "pat-volinoblenergo-kivetsivska-filiia",
+ "divan-tv",
+ "trk-briz-odessa",
+ "khmelnitskinfokom-khmelnitskii",
+ "n-line-kiev",
+ "it-liuks-kalush-ofis-vul-b-khmelnitskogo-14",
+ "it-liuks-kalush-ofis-vul-karakaia-9",
+ "bitnet-dobropole",
+ "uik-kiev",
+ "dzerzhinskii-res",
+ "primenet-odessa",
+ "pat-volinoblenergo-kovelsbka-filiia",
+ "stream-network-kalush",
+ "trilogic-group-kherson",
+ "gigatel-rovenskaia-oblast",
+ "trk-ros-telekom-kiev",
+ "ria-com",
+ "vicom",
+ "makler",
+ "starline-telekomunikatsiini-poslugi",
+ "starline-konsultatsiini-poslugi-v-sferi-telekomunikatsii",
+ "starline-inshi-poslugi",
+ "pat-volinoblenergo-lokachinska-filiia",
+ "ars-odesskaia-oblast",
+ "region-odesskaia-oblast",
+ "region-dnepropetrovskaia-oblast",
+ "region-kharkovskaia-oblast",
+ "lanpro-chernovitskaia-oblast",
+ "prikarpatske-vp-zv-iazku",
+ "prikarpatske-vp-zv-iazku-telefoniia",
+ "web-service-nomer-scheta-zhitomirskaia-obl",
+ "web-service-login-zhitomirskaia-obl",
+ "kramatorskii-res",
+ "pat-volinoblenergo-lutska-miska-filiia",
+ "trk-mriia-internet-ovruch",
+ "trk-mriia-televidenie-ovruch",
+ "kopiika-lviv",
+ "laki-netvork-kiev",
+ "toms-kiev",
+ "merlin-telecom-kiev",
+ "mtk-net-chernovtsy",
+ "sinet-kiev",
+ "localka-odessa",
+ "slavianskii-res",
+ "efir-mangush",
+ "pat-volinoblenergo-lutska-raionna-filiia",
+ "detut-kiev",
+ "elt-kiev",
+ "lan-net-kalush",
+ "ntk-provaider-ivano-frankivska-obl",
+ "tenet-wi-fi-2-chasa-odessa-7-grn",
+ "tenet-wi-fi-10-chasov-odessa-25-grn",
+ "tenet-wi-fi-30-chasov-odessa-60-grn",
+ "tenet-wi-fi-100-chasov-odessa-160-grn",
+ "tenet-wi-fi-sutki-odessa-15-grn",
+ "druzhkovskii-res",
+ "pat-volinoblenergo-liubeshivska-filiia",
+ "tenet-wi-fi-troe-sutok-odessa-30-grn",
+ "tenet-wi-fi-nedelia-odessa-60-grn",
+ "tenet-wi-fi-mesiats-odessa-99-grn",
+ "tenet-wi-fi-2-nedeli-odessa-120-grn",
+ "goodline",
+ "firma-radio-vinnitsia",
+ "gigapon-net-poltavskaia-oblast",
+ "hotlan-m-korsun-shevchenkivskii",
+ "inttel-artemovsk",
+ "konstantinovskii-res",
+ "pat-volinoblenergo-liubomls-ka-filiia",
+ "astra-iug-telekom-odessa",
+ "astratelcom-illichevsk",
+ "dobovo-com",
+ "fractal-kharkovkaia-oblast",
+ "adamant-telekom-domen-i-khosting",
+ "adamant-telekom-vps-i-kolokeishn",
+ "domashniaia-set-kiev",
+ "teremki-lan-kiev",
+ "expres-net-zakarpatskaia-obl",
+ "krasnolimanskii-res",
+ "pat-volinoblenergo-shatskii-rem",
+ "internet-tekhnologiyi-kiyiv",
+ "isp-alternativa-kiev",
+ "dianet-zaporozhe",
+ "rubin-plius-telebachennia-m-nova-kakhovka",
+ "wifi-in-ua",
+ "batyevka-net-kiev",
+ "hausenet-brovary",
+ "sk-etalon-polis",
+ "cnl",
+ "kirovskie-es",
+ "pat-volinoblenergo-manevitska-filiia",
+ "tvoinet-sitinet-zaporozhe",
+ "uatel-kievskaia-oblast",
+ "artmedia-bakhmut",
+ "intera-2015",
+ "qlan-kiev",
+ "wulkan-isp-kiev",
+ "bisnet-odesskaia-oblast",
+ "osokorki-online-kiev",
+ "dikii-sad-nikolaev",
+ "bitter-net-ternopil",
+ "pat-volinoblenergo-novovolinska-filiia",
+ "selidovskii-res",
+ "multinet-pavlograd",
+ "lambda-net-ua-kiev",
+ "vivat-tv-kharkov",
+ "gts-dnepropetrovsk",
+ "lan-trace-kievskaia-oblast",
+ "sila-net-kirovograd",
+ "moneyveo",
+ "luxlite-kiev",
+ "dobropolskii-res",
+ "pat-volinoblenergo-ratnivska-filiia",
+ "krivorozhskii-res",
+ "aleksandrovskii-res",
+ "krasnoarmeiskii-res",
+ "express-nikopol-oplata-po-nomeru",
+ "express-nikopol-oplata-po-imeni",
+ "airport",
+ "nak-net",
+ "askon-pereiaslav-khmelnitskii",
+ "kabare-kupon-kiev",
+ "grizli-mariupol",
+ "pat-volinoblenergo-rozhishchenska-filiia",
+ "domolan-kiev",
+ "miranet-sumy",
+ "astra-lvov-vinniki",
+ "telekompleks-kiev",
+ "srazy-network",
+ "global-net-zaporozhe",
+ "itelkom-zaporozhe",
+ "sipnet",
+ "rx-name",
+ "alliancenet",
+ "pat-volinoblenergo-starovizhivska-filiia",
+ "volia",
+ "icn-odessa",
+ "optim-kiev",
+ "m-tel-uman",
+ "sobnet-vinnitskaia-obl",
+ "concert-ua",
+ "wintelecom-vinnitsa",
+ "gaziknet-lvovskaia-obl",
+ "x-net-khotin-net-chernovitskaia-obl",
+ "pat-volinoblenergo-turiiska-filiia",
+ "popovnennia-karti",
+ "mediana-zaporozhe",
+ "trk-kraevid-nikolaev-internet",
+ "trk-kraevid-nikolaev-ktb",
+ "khatanet-pereiaslav-khmelnitskii",
+ "zahidnet-ivano-frankovskaia-obl",
+ "zeus-net-kremenchug",
+ "avdeevskii-res",
+ "ncn-odessa",
+ "domtelenet-volnovakha",
+ "the-best",
+ "givts-g-kiev-po-zheku-i-l-s",
+ "format-mariupol",
+ "triolan-wi-fi",
+ "iport-kievskaia-obl",
+ "lks-okean-odessa",
+ "spaidernet-odessa",
+ "x-net-odessa",
+ "lumina-vyshgorod",
+ "velikonovoselkovskii-res",
+ "kvant-ii-kolomiia",
+ "disavi-line-kharkivska-obl",
+ "tsifral-servis-ukraina-odessa",
+ "vita-net-chernovtsy",
+ "westelecom-odessa",
+ "flynet-kharkov",
+ "itk-internet-fop-perov-andrii-sumi",
+ "marinskii-res",
+ "vilan-kolomiia",
+ "itnet-kolomiia",
+ "limanet-rozdilna",
+ "ultra-cash",
+ "sitv-internet-fop-perov-o-o",
+ "beatle-net-chernigov",
+ "apelsin-net-kievskaia-obl",
+ "volsnet-odessa",
+ "meri-kei",
+ "prat-kiyivski-elektromerezhi-pat-kiyivenergo",
+ "volnovakhskii-res",
+ "sk-raritet",
+ "cdc-oborudovanie-slaviansk",
+ "tsentr-sp-maibutnogo-diti-meteliki",
+ "tsentr-sp-maibutnogo-bank-likiv",
+ "fastynet-kyiv",
+ "pat-kiyivvodokanal-privatnii-sektor",
+ "inbc-m-balta",
+ "novaia-sviaz-nikolaev",
+ "linet-zaporozhskaia-obl",
+ "trk-kraevid-nikolaev-tsoa-podkliuchenie-k-internetu",
+ "trk-kraevid-nikolaev-tsoa-podkliuchenie-k-ktb",
+ "global-credit-pogashenie-kredita",
+ "global-credit-prodlenie-kredita",
+ "tvoyi-groshi-pogashenie-kredita",
+ "tvoyi-groshi-prodlenie-kredita",
+ "dkc-zhitomir",
+ "norma-tv-odessa",
+ "shvidka-pozika",
+ "infomir-odessa",
+ "elan-internet-odessa",
+ "elan-tv-odessa",
+ "primonet-lviv-ta-lvivska-obl",
+ "parus-it-lviv-ta-lvivska-obl",
+ "airnet-m-kharkiv-m-dnipro",
+ "tneu-oplata-za-prozhivannia-v-gurtozhitku",
+ "tneu-za-arkhivnu-dovidku",
+ "tneu-za-navchannia",
+ "tneu-za-fakultativni-zaniattia-ponad-obsiagi-vstanovleni-navchalnim-planom",
+ "tneu-za-kursi-vivchennia-inozemnikh-mov",
+ "tneu-za-navchannia-u-chortkivskomu-koledzhi-ep",
+ "tneu-za-navchannia-u-koledzhi-epit",
+ "tneu-za-orendu",
+ "tneu-vidshkoduvannia-vartosti-vtrachenikh-dokumentiv-pro-osvitu",
+ "tneu-vidshkoduvannia-koshtiv-za-dokumenti-pro-osvitu",
+ "prat-lvivoblenergo-elektroenergiia",
+ "tneu-vidshkoduvannia-vitrat-za-nadani-komunalni-poslugi",
+ "sacura",
+ "tneu-za-vipisku-do-diplomu-pro-osvitu",
+ "ultraxnet-zhitomirska-obl-vinnitska-obl",
+ "nemicom",
+ "nuk-im-adm-makarova-splata-za-navchannia-poslugi-z-oformlennia-dokumentiv-pro-osvitu",
+ "nuk-im-adm-makarova-splata-za-kvartplatu-gurtozhitok-gospodarska-diialnist",
+ "telkom",
+ "kontekh",
+ "totallink-chernivtsi",
+ "bfgnet-koblevo",
+ "radio-network-lvivska-obl-ta-m-lviv",
+ "tsifral-servis-ukraina-dnepropetrovsk",
+ "limnet-lvivska-obl-ta-m-lviv",
+ "cactus",
+ "portal",
+ "netassist-kiev",
+ "beetectelecom-odessa",
+ "miratel-odessa",
+ "homenet-kiev",
+ "tov-magelan-mikolayiv",
+ "kp-miskteplovodenergiia-tsentr-teplopost-ta-gar-voda",
+ "kp-miskteplovodenergiia-tsentr-vodopost-ta-vodovidv-inshe",
+ "kolo-tv-g-kiev",
+ "kp-kharkivski-teplovi-merezhi-opalennia",
+ "kp-kharkivski-teplovi-merezhi-gariache-vodopostachannia",
+ "it-liuks-raion-g-ivano-frankovsk",
+ "zhilservis-2",
+ "sitv-plus-ktb-sumy",
+ "bonus-tv",
+ "skarbnitsia",
+ "svizha-kopiika",
+ "kreditor-khkhi",
+ "pat-chernigivoblenergo-chernigivski-mem",
+ "jamzonet-m-lviv",
+ "pat-chernigivoblenergo-chernigivskii-rem",
+ "pat-chernigivoblenergo-chernigivskii-rem-slavutich",
+ "pat-chernigivoblenergo-bakhmatskii-rem",
+ "pat-chernigivoblenergo-bobrovitskii-rem",
+ "pat-chernigivoblenergo-borznianskii-rem",
+ "pat-chernigivoblenergo-varvinskii-rem",
+ "pat-chernigivoblenergo-gorodnianskii-rem",
+ "pat-chernigivoblenergo-ichnianskii-rem",
+ "pat-chernigivoblenergo-kozeletskii-rem",
+ "pat-chernigivoblenergo-koropskii-rem",
+ "mylan-zhitomir",
+ "finet",
+ "pat-chernigivoblenergo-koriukivskii-rem",
+ "pat-chernigivoblenergo-kulikivskii-rem",
+ "pat-chernigivoblenergo-menskii-rem",
+ "pat-chernigivoblenergo-nizhinskii-rem",
+ "pat-chernigivoblenergo-novgorod-siverskii-rem",
+ "pat-chernigivoblenergo-nosivskii-rem",
+ "pat-chernigivoblenergo-prilutskii-rem",
+ "pat-chernigivoblenergo-ripkinskii-rem",
+ "pat-chernigivoblenergo-semenivskii-rem",
+ "pat-chernigivoblenergo-sosnitskii-rem",
+ "telegroup-internet",
+ "pat-chernigivoblenergo-sribnianskii-rem",
+ "pat-chernigivoblenergo-talalayivskii-rem",
+ "pat-chernigivoblenergo-shchorskii-rem",
+ "tov-poltavagaz-zbut-m-poltava",
+ "tov-poltavagaz-zbut-kobeliatskii-r-n",
+ "tov-poltavagaz-zbut-globinskii-r-n-globino",
+ "tov-poltavagaz-zbut-globinskii-r-n-gradizk",
+ "tov-poltavagaz-zbut-n-sanzharskii-r-n",
+ "tov-poltavagaz-zbut-kozelshchinskii-r-n",
+ "tov-poltavagaz-zbut-reshetilivskii-r-n",
+ "telegroup-telefoniia",
+ "tov-poltavagaz-zbut-dikanskii-r-n",
+ "tov-poltavagaz-zbut-shishitskii-r-n",
+ "tov-poltavagaz-zbut-v-bagachanskii-r-n-v-bagachka",
+ "tov-poltavagaz-zbut-v-bagachanskii-r-n-gogoleve",
+ "tov-poltavagaz-zbut-chutivskii-r-n",
+ "tov-poltavagaz-zbut-karlivskii-r-n",
+ "tov-poltavagaz-zbut-zinkivskii-r-n-zinkiv",
+ "tov-poltavagaz-zbut-zinkivskii-r-n-opishnia",
+ "tov-poltavagaz-zbut-kotelevskii-r-n",
+ "tov-poltavagaz-zbut-mashivskii-r-n",
+ "adamant-telekom-internet",
+ "tov-poltavagaz-zbut-mirgorodskii-r-n",
+ "tov-poltavagaz-zbut-lokhvitskii-r-n",
+ "tov-poltavagaz-zbut-khorols-kii-r-n",
+ "tov-poltavagaz-zbut-chornukhinskii-r-n",
+ "pat-zaporizhzhiaoblenergo-vasilivskii-rem",
+ "pat-zaporizhzhiaoblenergo-vilnianskii-rem",
+ "pat-zaporizhzhiaoblenergo-zaporizkii-rem",
+ "pat-zaporizhzhiaoblenergo-zaporizki-miski-elektrichni-merezhi",
+ "dp-darnitsia-1",
+ "pat-zaporizhzhiaoblenergo-mikhailivskii-rem",
+ "psts",
+ "pat-zaporizhzhiaoblenergo-kam-iansko-dniprovskii-rem-m-kam-ianko-dniprovska",
+ "pat-zaporizhzhiaoblenergo-guliapils-kii-rem",
+ "pat-zaporizhzhiaoblenergo-bilmatskii-rem",
+ "pat-zaporizhzhiaoblenergo-rozivskii-rem",
+ "pat-zaporizhzhiaoblenergo-novomikolayivskii-rem",
+ "pat-zaporizhzhiaoblenergo-orikhivskii-rem",
+ "pat-zaporizhzhiaoblenergo-pologivskii-rem",
+ "pat-zaporizhzhiaoblenergo-tokmatskii-rem",
+ "pat-zaporizhzhiaoblenergo-chernigivskii-rem",
+ "giots-kiev-detskie-sady",
+ "bkm-g-belaia-tserkov",
+ "pat-zaporizhzhiaoblenergo-melitopols-kii-miskii-rem",
+ "pat-zaporizhzhiaoblenergo-melitopols-kii-rem",
+ "pat-zaporizhzhiaoblenergo-iakimivskii-rem",
+ "pat-zaporizhzhiaoblenergo-priazovskii-rem",
+ "pat-zaporizhzhiaoblenergo-berdianskii-rem",
+ "pat-zaporizhzhiaoblenergo-berdianskii-miskii-rem",
+ "pat-zaporizhzhiaoblenergo-primorskii-rem",
+ "pat-zaporizhzhiaoblenergo-veselivskii-rem",
+ "pat-zaporizhzhiaoblenergo-kam-iansko-dniprovskii-rem-m-energodar",
+ "tov-evro-rekonstruktsiia-tsentralizovane-opalennia",
+ "ultranet",
+ "tov-evro-rekonstruktsiia-oplata-tsentralizovanogo-postachannia-gariachoyi-vodi",
+ "kp-berdianskvodokanal-vodopostachannia",
+ "kp-bakhmut-voda",
+ "pat-berdianske-pidpriemstvo-teplovikh-merezh",
+ "osbb-nova-arkadiia",
+ "proskuriv-net",
+ "tov-zhitlo-servis-grup",
+ "viner-telekom",
+ "ilan",
+ "strumin-kharkov",
+ "ukrhostbiz",
+ "nash-prostir-rivne",
+ "monolit-net-borispol",
+ "intro-net-borispol",
+ "vega-telefoniia-nomer-tel",
+ "pat-kiyivoblenergo-volodarskii-rp",
+ "pat-kiyivoblenergo-irpinskii-rem",
+ "pat-kiyivoblenergo-barishivskii-rem",
+ "pat-kiyivoblenergo-bilotserkivskii-rem-raion",
+ "pat-kiyivoblenergo-boguslavskii-rem",
+ "pat-kiyivoblenergo-borispils-kii-rem",
+ "zastava-net",
+ "pat-kiyivoblenergo-borodianskii-rem",
+ "pat-kiyivoblenergo-brovarskii-rem",
+ "pat-kiyivoblenergo-vasilkivskii-rem",
+ "pat-kiyivoblenergo-vishgorodskii-rem",
+ "pat-kiyivoblenergo-zgurivskii-rem",
+ "pat-kiyivoblenergo-ivankivskii-rem",
+ "pat-kiyivoblenergo-kagarlitskii-rem",
+ "pat-kiyivoblenergo-kiievo-sviatoshinskii-rem",
+ "pat-kiyivoblenergo-makarivskii-rem",
+ "pat-kiyivoblenergo-mironivskii-rem",
+ "teztelecom-dlia-turistov",
+ "pat-kiyivoblenergo-obukhivskii-rem",
+ "pat-kiyivoblenergo-pereiaslav-khmelnitskii-rem",
+ "pat-kiyivoblenergo-rokitnianskii-rem",
+ "pat-kiyivoblenergo-skvirskii-rem",
+ "pat-kiyivoblenergo-stavishchenskii-rem",
+ "pat-kiyivoblenergo-tarashchanskii-rem",
+ "pat-kiyivoblenergo-tetiyivskii-rem",
+ "pat-kiyivoblenergo-fastivskii-rem",
+ "pat-kiyivoblenergo-bilotserkivskii-rem-misto",
+ "pat-kiyivoblenergo-iagotinskii-rem",
+ "parimatch-loto",
+ "transportna-karta-kupivlia-20-29-kvitkiv-po-7-40-grn",
+ "transportna-karta-kupivlia-30-39-kvitkiv-po-7-10-grn",
+ "transportna-karta-kupivlia-40-49-kvitkiv-po-6-80-grn",
+ "transportna-karta-kupivlia-50-kvitkiv-po-6-50-grn",
+ "transportna-karta-kupivlia-1-go-kvitka-po-4-grn-tilki-dlia-pilgovikh-kartok",
+ "pat-taskombank-popovnennia-kartki",
+ "tov-kiyivski-merezhi",
+ "kp-tsr-trostianetsvodokanal",
+ "tov-enera-chernigiv",
+ "skynet-novoiavorivsk",
+ "prat-kharkivenergozbut",
+ "tov-prikarpatenergotreid",
+ "prat-sk-asko-ds",
+ "magisom-khmelnitska",
+ "alexcredit-pogashennia",
+ "alexcredit-podovzhennia",
+ "my-credit-pogashennia-kreditu",
+ "giznet-odesa-ta-oblast",
+ "avatar",
+ "radiocom-zaporizka-obl",
+ "it-liuks-telekom-ivano-frankivska",
+ "pp-kp-zhitlovo-budivelna-kompaniia-2",
+ "kp-irpinkomunikatsiiaservic",
+ "olnet-lvivska-obl",
+ "tov-uk-troianda",
+ "homenet-dnipropetrovska",
+ "dts-dnipropetrovska",
+ "west-tv-dnipropetrovska",
+ "tov-uk-polissia",
+ "tov-ooek-ananiyivskii-pidrozdil",
+ "tov-ooek-liubashivska-dilnitsia",
+ "giptel-nikopol",
+ "tov-ooek-b-dnistrovskii-pidrozdil",
+ "tov-ooek-baltskii-pidrozdil",
+ "tov-ooek-kodimska-dilnitsia",
+ "tov-ooek-savranska-dilnitsia",
+ "tov-ooek-biliayivskii-pidrozdil",
+ "tov-ooek-bolgradskii-pidrozdil",
+ "tov-ooek-artsizka-dilnitsia",
+ "tov-ooek-tarutinska-dilnitsia",
+ "tov-ooek-v-mikhailivskii-pidrozdil",
+ "tov-ooek-zakharivska-dilnitsia",
+ "kvant-mostiska",
+ "tov-ooek-ivanivskii-pidrozdil",
+ "tov-ooek-berezovska-dilnitsia",
+ "tov-ooek-izmayils-kii-pidrozdil",
+ "tov-ooek-reniiska-dilnitsia",
+ "tov-ooek-kiliiskii-pidrozdil",
+ "tov-ooek-limanskii-pidrozdil",
+ "tov-ooek-mikolayivskii-pidrozdil",
+ "tov-ooek-ovidiopols-kii-pidrozdil",
+ "tov-ooek-pivdennii-miskii-pidrozdil",
+ "tov-ooek-pivnichnii-miskii-pidrozdil",
+ "kvant-khodoriv",
+ "tov-ooek-podils-kii-pidrozdil",
+ "tov-ooek-oknianska-dilnitsia",
+ "tov-ooek-rozdilnianskii-pidrozdil",
+ "tov-ooek-tatarbunarskii-pidrozdil",
+ "tov-ooek-saratska-dilnitsia",
+ "tov-ooek-tsentralnii-miskii-pidrozdil",
+ "tov-ooek-chornomorskii-pidrozdil",
+ "tov-ooek-shiriayivskii-pidrozdil",
+ "tov-kiyivski-energetichni-poslugi",
+ "tov-mikolayivska-elektropostachalna-kompaniia",
+ "linknet-donetska",
+ "tov-enera-sumi",
+ "tov-cherkasienergozbut",
+ "tov-chernivetska-oek-vizhnitskii-tsok",
+ "tov-chernivetska-oek-gertsayivskii-tsok",
+ "tov-chernivetska-oek-glibotskii-tsok",
+ "tov-chernivetska-oek-zastavnivskii-tsok",
+ "tov-chernivetska-oek-kelmenetskii-tsok",
+ "tov-chernivetska-oek-kitsmanskii-tsok",
+ "tov-chernivetska-oek-novoselitskii-tsok",
+ "tov-chernivetska-oek-putils-kii-tsok",
+ "aska-zhittia",
+ "tov-chernivetska-oek-sokirianskii-tsok",
+ "tov-chernivetska-oek-storozhinetskii-tsok",
+ "tov-chernivetska-oek-khotinskii-tsok",
+ "tov-chernivetska-oek-chernivetskii-tsok",
+ "tov-zakarpattiaenergozbut",
+ "tov-volinelektrozbut",
+ "tov-zhitomirska-oek",
+ "tov-enera-vinnitsia",
+ "tov-khersonska-oblasna-energopostachalna-kompaniia",
+ "tov-dniprovski-energetichni-poslugi-apostolovskii-tsok",
+ "kosmolot",
+ "tov-dniprovski-energetichni-poslugi-vasilkivskii-tsok",
+ "tov-dniprovski-energetichni-poslugi-verkhnodniprovsk-verkhnodniprovskii-tsok",
+ "tov-dniprovski-energetichni-poslugi-vilnogirsk-verkhnodniprovskii-tsok",
+ "tov-dniprovski-energetichni-poslugi-kamianskii-tsok",
+ "tov-dniprovski-energetichni-poslugi-dniprovskii-mtsok",
+ "tov-dniprovski-energetichni-poslugi-dnipro-pravii-pidgorodnianskii-tsok",
+ "tov-dniprovski-energetichni-poslugi-dnipro-livii-pidgorodnianskii-tsok",
+ "tov-dniprovski-energetichni-poslugi-krivorizkii-mtsok",
+ "tov-dniprovski-energetichni-poslugi-krivorizkii-tsok",
+ "tov-dniprovski-energetichni-poslugi-krinichanskii-tsok",
+ "internet-ltc-lvivska",
+ "tov-dniprovski-energetichni-poslugi-magdalinivskii-tsok",
+ "tov-dniprovski-energetichni-poslugi-mezhivskii-tsok",
+ "tov-dniprovski-energetichni-poslugi-nikopols-kii-misto-nikopols-kii-tsok",
+ "tov-dniprovski-energetichni-poslugi-nikopol-selo-nikopols-kii-tsok",
+ "tov-dniprovski-energetichni-poslugi-novomoskovsk-misto-novomoskovskii-tsok",
+ "tov-dniprovski-energetichni-poslugi-novomoskovsk-selo-novomoskovskii-tsok",
+ "tov-dniprovski-energetichni-poslugi-pavlograd-misto-pavlogradskii-tsok",
+ "tov-dniprovski-energetichni-poslugi-pavlograd-selo-pavlogradskii-tsok",
+ "tov-dniprovski-energetichni-poslugi-petropavlivka-petropavlivskii-tsok",
+ "tov-dniprovski-energetichni-poslugi-pershotravensk-petropavlivskii-tsok",
+ "tdv-sk-naftagazstrakh",
+ "tov-dniprovski-energetichni-poslugi-pokrovskii-tsok",
+ "tov-dniprovski-energetichni-poslugi-piatikhatki-piatikhatskii-tsok",
+ "tov-dniprovski-energetichni-poslugi-zhovti-vodi-piatikhatskii-tsok",
+ "tov-dniprovski-energetichni-poslugi-sinelnikove-misto-sinelnikivskii-tsok",
+ "tov-dniprovski-energetichni-poslugi-sinelnikove-selo-sinelnikivskii-tsok",
+ "tov-dniprovski-energetichni-poslugi-solonianskii-tsok",
+ "tov-dniprovski-energetichni-poslugi-marganetska-dilnitsia-nikopols-kii-tsok",
+ "tov-dniprovski-energetichni-poslugi-sofiyivskii-tsok",
+ "tov-dniprovski-energetichni-poslugi-ordzhonikidze-nikopols-kii-tsok",
+ "tov-dniprovski-energetichni-poslugi-tomakivskii-tsok",
+ "likenet-dnipro",
+ "tov-dniprovski-energetichni-poslugi-pavlograd-iuriyivka-pavlogradskii-tsok",
+ "tov-dniprovski-energetichni-poslugi-tsarichanka-tsarichanskii-tsok",
+ "tov-dniprovski-energetichni-poslugi-petrikivka-tsarichanskii-tsok",
+ "tov-dniprovski-energetichni-poslugi-shiroke-shirokivskii-tsok",
+ "tov-dniprovski-energetichni-poslugi-ingulets-shirokivskii-tsok",
+ "tov-kiyivska-oek-iagotinske-vok",
+ "tov-kiyivska-oek-fastivske-vok",
+ "tov-kiyivska-oek-tetiyivske-vok",
+ "tov-kiyivska-oek-tarashchanske-vok",
+ "tov-kiyivska-oek-stavishchenske-vok",
+ "flipnet-zakarpatska",
+ "tov-kiyivska-oek-skvirske-vok",
+ "tov-kiyivska-oek-rokitnianske-vok",
+ "tov-kiyivska-oek-pereiaslav-khmelnitske-vok",
+ "tov-kiyivska-oek-obukhivske-vok",
+ "tov-kiyivska-oek-mironivske-vok",
+ "tov-kiyivska-oek-makarivske-vok",
+ "tov-kiyivska-oek-kiievo-sviatoshinske-vok",
+ "tov-kiyivska-oek-kagarlitske-vok",
+ "tov-kiyivska-oek-irpinske-vok",
+ "tov-kiyivska-oek-ivankivske-vok",
+ "ukrpozika-pogashennia-kreditu",
+ "tov-kiyivska-oek-zgurivske-vok",
+ "tov-kiyivska-oek-vishgorodske-vok",
+ "tov-kiyivska-oek-volodarske-vok",
+ "tov-kiyivska-oek-vasilkivske-vok",
+ "tov-kiyivska-oek-brovarske-vok",
+ "tov-kiyivska-oek-borodianske-vok",
+ "tov-kiyivska-oek-borispils-ke-vok",
+ "tov-kiyivska-oek-boguslavske-vok",
+ "tov-kiyivska-oek-bilotserkivske-vok-raion",
+ "tov-kiyivska-oek-bilotserkivske-vok-misto",
+ "ukrpozika-podovzhennia-na-7-dniv",
+ "tov-kiyivska-oek-barishivske-vok",
+ "tov-rivnenska-oek-kostopils-kii-raion",
+ "tov-rivnenska-oek-rivne-misto",
+ "tov-rivnenska-oek-rivnenskii-raion",
+ "tov-rivnenska-oek-sarnenskii-raion",
+ "tov-rivnenska-oek-bereznivskii-raion",
+ "tov-rivnenska-oek-volodimiretskii-raion",
+ "tov-rivnenska-oek-varash-misto",
+ "tov-rivnenska-oek-goshchanskii-raion",
+ "tov-rivnenska-oek-dubenskii-raion",
+ "ukrpozika-podovzhennia-na-14-dniv",
+ "tov-rivnenska-oek-dubrovitskii-raion",
+ "tov-rivnenska-oek-zdolbunivskii-raion",
+ "tov-rivnenska-oek-koretskii-raion",
+ "tov-rivnenska-oek-mlinivskii-raion",
+ "tov-rivnenska-oek-demidivskii-raion",
+ "tov-rivnenska-oek-ostrozkii-raion",
+ "tov-rivnenska-oek-radivilivskii-raion",
+ "tov-rivnenska-oek-rokitnivskii-raion",
+ "tov-kirovogradska-oek-ustinivske-viddilennia",
+ "tov-kirovogradska-oek-blagovishchenske-viddilennia",
+ "ukrpozika-podovzhennia-na-30-dniv",
+ "tov-kirovogradska-oek-petrivske-viddilennia",
+ "tov-kirovogradska-oek-onufriyivske-viddilennia",
+ "tov-kirovogradska-oek-oleksandrivske-viddilennia",
+ "tov-kirovogradska-oek-novoarkhangels-ke-viddilennia",
+ "tov-kirovogradska-oek-novgorodkivske-viddilennia",
+ "tov-kirovogradska-oek-maloviskivske-viddilennia",
+ "tov-kirovogradska-oek-kompaniyivske-viddilennia",
+ "tov-kirovogradska-oek-kropivnitske-viddilennia",
+ "tov-kirovogradska-oek-znamianske-viddilennia",
+ "tov-kirovogradska-oek-dolinske-viddilennia",
+ "kalush-net-ivano-frankivska",
+ "tov-kirovogradska-oek-dobrovelichkivske-viddilennia",
+ "tov-kirovogradska-oek-golovanivske-viddilennia",
+ "tov-kirovogradska-oek-gaivoronske-viddilennia",
+ "tov-kirovogradska-oek-vilshanske-viddilennia",
+ "tov-kirovogradska-oek-bobrinetske-viddilennia",
+ "tov-kirovogradska-oek-novoukrayinske-viddilennia",
+ "tov-kirovogradska-oek-oleksandriiske-viddilennia",
+ "tov-kirovogradska-oek-novomirgorodske-viddilennia",
+ "tov-kirovogradska-oek-svitlovodske-viddilennia",
+ "tov-kirovogradska-oek-kropivnitske-miske-viddilennia",
+ "kreditna-istoriia-ubki",
+ "tov-rivnenska-oek-zarichnenskii-raion",
+ "tov-donetski-energetichni-poslugi-toretskii-tsok",
+ "tov-donetski-energetichni-poslugi-bakhmutskii-miskii-tsok",
+ "tov-donetski-energetichni-poslugi-bakhmutskii-miskii-tsok-raionna-dilnitsia",
+ "tov-donetski-energetichni-poslugi-kramatorskii-tsok",
+ "tov-donetski-energetichni-poslugi-kostiantinivskii-tsok",
+ "tov-donetski-energetichni-poslugi-slovianskii-tsok",
+ "tov-donetski-energetichni-poslugi-limanskii-tsok",
+ "tov-donetski-energetichni-poslugi-druzhkivskii-tsok",
+ "tov-donetski-energetichni-poslugi-selidivskii-tsok",
+ "kreditnii-reiting-ubki",
+ "tov-donetski-energetichni-poslugi-volnovaskii-tsok",
+ "tov-donetski-energetichni-poslugi-dobropils-kii-tsok",
+ "tov-donetski-energetichni-poslugi-maryinskii-tsok",
+ "tov-donetski-energetichni-poslugi-vugledarska-dilnitsia-tov",
+ "tov-donetski-energetichni-poslugi-avdiyivskii-tsok",
+ "tov-donetski-energetichni-poslugi-velikonovosilkivskii-tsok",
+ "tov-donetski-energetichni-poslugi-pokrovskii-tsok",
+ "tov-donetski-energetichni-poslugi-oleksandrivskii-tsok",
+ "tov-donetski-energetichni-poslugi-krivorizkii-tsok",
+ "tov-donetski-energetichni-poslugi-nikols-kii-tsok",
+ "status-kontrol-ubki",
+ "tov-donetski-energetichni-poslugi-mariupols-kii-tsok",
+ "tov-donetski-energetichni-poslugi-mangushskii-tsok",
+ "tov-zaporizhzhiaelektropostachannia-zaporizke-miske-raionne-viddilennia",
+ "tov-zaporizhzhiaelektropostachannia-zaporizke-raionne-viddilennia",
+ "tov-zaporizhzhiaelektropostachannia-vasilivske-raionne-viddilennia",
+ "tov-zaporizhzhiaelektropostachannia-energodarske-raionne-viddilennia",
+ "tov-zaporizhzhiaelektropostachannia-mikhailivske-raionne-viddilennia",
+ "tov-zaporizhzhiaelektropostachannia-bilmatske-raionne-viddilennia",
+ "tov-zaporizhzhiaelektropostachannia-guliaipils-ke-raionne-viddilennia",
+ "tov-zaporizhzhiaelektropostachannia-novomikolayivske-raionne-viddilennia",
+ "credit-365",
+ "tov-zaporizhzhiaelektropostachannia-vilnianske-raionne-viddilennia",
+ "tov-zaporizhzhiaelektropostachannia-orikhivske-raionne-viddilennia",
+ "tov-zaporizhzhiaelektropostachannia-pologivske-raionne-viddilennia",
+ "tov-zaporizhzhiaelektropostachannia-rozivske-raionne-viddilennia",
+ "tov-zaporizhzhiaelektropostachannia-chernigivske-raionne-viddilennia",
+ "tov-zaporizhzhiaelektropostachannia-iakimivske-raionne-viddilennia",
+ "tov-zaporizhzhiaelektropostachannia-veselivske-raionne-viddilennia",
+ "tov-zaporizhzhiaelektropostachannia-tokmatske-raionne-viddilennia",
+ "tov-zaporizhzhiaelektropostachannia-berdianske-miske-viddilennia",
+ "tov-zaporizhzhiaelektropostachannia-berdianske-raionne-viddilennia",
+ "eurogroshi",
+ "tov-zaporizhzhiaelektropostachannia-priazovske-raionne-viddilennia",
+ "tov-zaporizhzhiaelektropostachannia-primorske-raionne-viddilennia",
+ "tov-zaporizhzhiaelektropostachannia-melitopols-ke-miske-viddilennia",
+ "tov-zaporizhzhiaelektropostachannia-melitopols-ke-raionne-viddilennia",
+ "tov-zaporizhzhiaelektropostachannia-kamiansko-dniprovske-raionne-viddilennia",
+ "tov-lvivgaz-zbut",
+ "crediton",
+ "bystro-zaim",
+ "forza24",
+ "kreditna-otsinka",
+ "vat-ternopiloblenergo-zborivskii-rem",
+ "vat-ternopiloblenergo-kozivskii-rem",
+ "vat-ternopiloblenergo-chortkivskii-rem",
+ "vat-ternopiloblenergo-gusiatinskii-rem",
+ "vat-ternopiloblenergo-zbarazkii-rem",
+ "vat-ternopiloblenergo-zalishchitskii-rem",
+ "vat-ternopiloblenergo-pidvolochiskii-rem",
+ "vat-ternopiloblenergo-terebovlianskii-rem",
+ "vat-ternopiloblenergo-kremenetskii-rem",
+ "vat-ternopiloblenergo-shumskii-rem",
+ "vat-ternopiloblenergo-buchatskii-rem",
+ "vat-ternopiloblenergo-lanivetskii-rem",
+ "vat-ternopiloblenergo-monastiriskii-rem",
+ "khaus-menedzhment-grupp-uzhgorod",
+ "vat-ternopiloblenergo-berezhanskii-rem",
+ "vat-ternopiloblenergo-pidgaietskii-rem",
+ "vat-ternopiloblenergo-ternopils-kii-raionnii-rem",
+ "vat-ternopiloblenergo-ternopils-kii-miskii-rem",
+ "at-kb-privatbank-popovnennia-kartki",
+ "krd-at-raiffaizen-bank-aval-popovnennia-kartkovogo-rakhunku",
+ "at-ukrsibbank-popovnennia-kartki-krim-revolvernoyi-kreditnoyi-liniyi",
+ "at-ukrsibbank-popovnennia-kartki-tilki-revolverna-kreditna-liniia",
+ "goodnet-kievskaia",
+ "kings-net-kievskaia",
+ "tornet-kiev",
+ "sherman",
+ "fiber-net-kiev",
+ "skystar-donetskaia",
+ "five-group",
+ "kp-cherkaska-sluzhba-chistoti-privatnii-sektor",
+ "tov-miskii-zhitlovii-tsentr-vasilkiv",
+ "tov-miskii-zhitlovii-tsentr-obukhiv",
+ "uarnet",
+ "komunalne-ap-1728-rivne",
+ "skai-bank-pogashenie-kredita",
+ "uip-kiyivskaia-obl",
+ "pat-taskombank-pogashennia-kreditu-za-nomerom-rakhunku",
+ "pat-taskombank-pogashennia-kreditu-za-nomerom-dogovoru",
+ "pat-taskombank-popovnennia-depozitnogo-rakhunku",
+ "pat-taskombank-popovnennia-kartkovogo-rakhunku",
+ "taksi-765-lviv",
+ "taksi-765-lutsk",
+ "taksi-765-cherkasi",
+ "taksi-online-uzhgorod",
+ "kp-nk-ekoservis-nova-kakhovka",
+ "taksi-4242-dnipro",
+ "taksi-507-kiev",
+ "taksi-9192-pervomaisk-kiev-odessa-poltava-kherson",
+ "taksi-nikolaevskoe-mikolayiv",
+ "taksi-prometei-odessa",
+ "taksi-kiieva",
+ "taksi-6166-poltava",
+ "taksi-3933-uzhgorod",
+ "taksi-3933-lutsk",
+ "region-taxi-kiev-i-oblast",
+ "bystroe-gruzovoe-taksi-2040-kharkiv",
+ "taxi-domino-571-kiyiv",
+ "taksi-915-zaporizhzhia-chernnigiv-regsat",
+ "taksi-efekt-740-dnipropetrovska",
+ "taxi-764-brovari",
+ "taksi-5505-poltava-sumi-kremenchuk-kiyiv",
+ "taksi-916",
+ "taksi-216",
+ "transportna-karta-kupivlia-1-9-kvitkiv-po-8-00-grn",
+ "transportna-karta-kupivlia-10-19-kvitkiv-po-7-70-grn",
+ "ooo-aragorn-slaviansk-donetskoi",
+ "chp-zhilishchnik-mirts-g-artemovsk",
+ "upr-kompaniia-zhku-mirts-g-artemovsk",
+ "zhreu-g-borispol-kievskoi-obl",
+ "taksi-apelsin-drogobych-truskavets",
+ "kiyivstar-pokupka-nomera",
+ "etherlink",
+ "softlink-kiev",
+ "tov-keruiucha-kompaniia-status",
+ "tov-cherkasigaz-zbut",
+ "taksi-aist-kiev",
+ "taksi-king-kiev",
+ "ooo-telefant",
+ "kahovka-net",
+ "erts-kp-dnipro",
+ "msl-derzhavni-lotereyi",
+ "tov-ternopilelektropostach-ternopil",
+ "tov-ternopilelektropostach-ternopils-kii-r-n",
+ "zbarazh-tov-ternopiloblgaz",
+ "at-otp-bank-popovnennia-kartkovogo-potochnogo-rakhunku",
+ "zheo-1-rts-zenit-kropivnitskii-kvart-plata-ta-elektroenergiia",
+ "zheo-2-rts-zenit-kropivnitskii-kvart-plata-ta-elektroenergiia",
+ "zheo-3-rts-zenit-kropivnitskii-kvart-plata-ta-elektroenergiia",
+ "zheo-4-rts-zenit-kropivnitskii-kvart-plata-ta-elektroenergiia",
+ "zhek-9-rts-zenit-kropivnitskii-kvart-plata-ta-elektroenergiia",
+ "kiyiv-nks",
+ "internet-provaider-bit",
+ "bank-kliringovii-dim",
+ "alrha-fox-fop-dovgun-irina-mikhailivna",
+ "cyberlan-kharkivska",
+ "kp-kamianskoyi-mr-kamianska-teplopostachalna-kompaniia",
+ "kp-kamianskoyi-mr-pivdenni-teplomerezhi",
+ "pp-virobniche-zhrep-4-zhitomir-kvartplata",
+ "kp-zheo-2-poltava",
+ "leodomofon-lvivska-obl",
+ "pp-uzhgorodskii-budinkovii-servis-budinki",
+ "pp-uzhgorodskii-budinkovii-servis-osvitlennia",
+ "domofon-servis-prikarpattia",
+ "tsentralizovane-opalennia-kpvok-kiyivteploenergo",
+ "tsentralizovane-postachannia-gariachoyi-vodi-lichilnik-kpvok-kiyivteploenergo",
+ "kp-mirats-pmr-eko-komuntrans",
+ "kp-mirats-pmr-daiar",
+ "kp-mirats-pmr-uzhkkh",
+ "kp-mirats-pmr-k-p-1",
+ "kp-mirats-pmr-pavlogradzhitloservis",
+ "kp-mirats-pmr-zatishne-misto",
+ "kp-mirats-pmr-pavlogradvodokanal",
+ "kp-kombinat-komunalnikh-pidpriemstv-vasilkiv-voda",
+ "kp-kombinat-komunalnikh-pidpriemstv-vasilkiv-budinki-borgi",
+ "pp-kroshnia-vzhrep-4",
+ "pp-nova-kroshnia-vzhrep-4",
+ "kp-miskvodokanal-sumskoyi-miskoyi-radi-vodopostachannia",
+ "kp-miskvodokanal-sumskoyi-miskoyi-radi-vodovidvedennia",
+ "kp-chornomorskvodokanal",
+ "prosto-tv",
+ "poltavateploenergo-opalennia",
+ "tov-poltavaenergozbut"
+ ]
},
{
"status": "active",
@@ -1245,6 +3372,9 @@
},
"name": {
"en": "Dinpay"
+ },
+ "description": {
+ "en": "Dinpay, also known as DDBill, is a China-based payment service provider specializing in cross-border payment solutions for international merchants looking to access the Chinese market. The platform enables businesses to accept payments from Chinese consumers via popular local methods such as Alipay, WeChat Pay, UnionPay, and online banking. Dinpay focuses on bridging the gap between global e-commerce businesses and Chinese buyers by offering localized checkout experiences, fast settlement, and compliance with Chinese regulatory requirements. Its services include currency conversion, risk control, and transaction monitoring, making it a suitable choice for businesses aiming to grow in Asia. Dinpay and 500+ other payment providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard."
}
},
{
@@ -1280,7 +3410,10 @@
},
"name": {
"en": "dLocal"
- }
+ },
+ "payout_method": [
+ "dlocal"
+ ]
},
{
"status": "active",
@@ -1321,6 +3454,9 @@
{
"status": "active",
"code": "lianlianpay",
+ "description": {
+ "en": "Lianlianpay is one of the leading payment gateway providers in China. It offers a payment orchestration platform that helps businesses streamline their payment operations. The company has been in operation for over 10 years and has a strong track record in the industry. It is one of the few companies that are licensed by the Chinese government to provide payment services. Lianlianpay offers a variety of features that makes it an attractive choice for businesses. Its platform supports multiple currencies, allowing businesses to transact in their local currency. It also offers real-time reporting, so businesses can track their payment activities. Pros: Lianlianpay has a strong focus on security, which is crucial for businesses handling sensitive financial data. The company offers a wide range of payment options, including support for popular e- wallets like Alipay and WeChat Pay. Lianlianpay's platform is scalable and can be customized to meet the specific needs of businesses.Cons: Lianlianpay is a bit pricey compared to some of its competitors. The company's customer support could be more responsive. Overall, Lianlianpay is a reliable and feature-rich payment gateway provider that is well worth considering for businesses looking to streamline their payment operations."
+ },
"vendor": "lianlianpay",
"countries": [
"CL"
@@ -1352,6 +3488,10 @@
},
"name": {
"en": "Paystation"
+ },
+ "description": {
+ "fr": "Paystation est un fournisseur néo-zélandais de solutions de paiement en ligne, permettant aux entreprises locales et internationales de traiter des paiements par carte de crédit et d’autres méthodes numériques. Il offre une API simple à intégrer, des fonctionnalités de tokenisation, une compatibilité PCI DSS, ainsi qu’une interface de gestion intuitive pour les commerçants. Paystation est notamment intégré aux systèmes e-commerce populaires tels que Shopify, WooCommerce et Magento, ce qui facilite son adoption pour les détaillants. Ce prestataire, ainsi que plus de 500 autres, est déjà intégré à la plateforme d’orchestration de paiements de Corefy, permettant à nos clients de commencer à utiliser l’intégration instantanément, sans codage, en saisissant simplement leurs identifiants MID dans le tableau de bord Corefy.",
+ "en": "Paystation is a New Zealand-based provider of online payment solutions, enabling local and international businesses to process credit card and other digital payments. It offers an easy-to-integrate API, tokenization capabilities, PCI DSS compatibility, and an intuitive management interface for merchants. In particular, Paystation is integrated with popular e-commerce systems such as Shopify, WooCommerce and Magento, making it easy for retailers to adopt. This provider, along with over 500 others, is already integrated with Corefy's payment orchestration platform, enabling our customers to start using the integration instantly, without coding, by simply entering their MID credentials into the Corefy dashboard."
}
},
{
@@ -1444,8 +3584,21 @@
"about_payments_code": "astropay"
},
"name": {
- "en": "AstroPay"
- }
+ "en": "AstroPay",
+ "ru": "AstroPay",
+ "uk": "AstroPay"
+ },
+ "description": {
+ "en": "AstroPay is a global payment solution that enables users to make online purchases and deposits without the need for a traditional bank account or credit card. Operating primarily in emerging markets across Latin America, Asia, and Africa, AstroPay offers prepaid cards, a digital wallet, and local payment methods to support fast and secure transactions. Its platform is designed to bridge the gap between merchants and users in regions where access to international banking infrastructure may be limited. AstroPay supports a wide array of currencies and provides services tailored to iGaming, forex, e-commerce, and other online sectors. With a strong emphasis on compliance and user data protection, AstroPay ensures regulatory alignment in the various jurisdictions where it operates. AstroPay and 500+ other payment providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard."
+ },
+ "payout_method": [
+ "pix",
+ "astropay_wallet"
+ ],
+ "payment_method": [
+ "pix_qr",
+ "astropay_wallet"
+ ]
},
{
"status": "active",
@@ -1458,6 +3611,19 @@
"en": "B+S Card Service"
}
},
+ {
+ "status": "active",
+ "code": "rashpay",
+ "vendor": "rashpay",
+ "payment_method": [
+ "payment_card"
+ ],
+ "name": {
+ "en": "RashPay",
+ "ru": "RashPay",
+ "uk": "RashPay"
+ }
+ },
{
"status": "active",
"code": "paybox",
@@ -1465,6 +3631,9 @@
"name": {
"en": "Paybox"
},
+ "description": {
+ "en": "Paybox is a payment service provider offering secure and flexible online payment solutions for businesses of all sizes, primarily across Europe. Originally developed in France and now part of the Verifone group, Paybox enables merchants to accept a wide range of payment methods, including credit and debit cards, digital wallets, and local options like Carte Bancaire. The platform supports e-commerce, mobile, and in-store payments, with features such as real-time transaction processing, fraud prevention, tokenization, and multi-currency capabilities. Paybox is known for its reliability, compliance with European security standards such as PCI DSS and 3D Secure, and its compatibility with various shopping carts and CMS platforms. Paybox and 500+ other payment providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard."
+ },
"payment_method": [
"payment_card"
],
@@ -1567,6 +3736,10 @@
},
"name": {
"en": "GestPay"
+ },
+ "description": {
+ "en": "GestPay is a digital payment gateway developed by Banca Sella, one of Italy’s leading financial institutions, offering a secure and comprehensive suite of online payment services for businesses of all sizes. Designed to support both domestic and international transactions, GestPay enables merchants to accept a wide range of payment methods, including credit and debit cards, digital wallets, and local alternatives. The platform is equipped with features such as tokenization, 3D Secure, fraud prevention, and recurring payments, making it particularly suited for e-commerce, subscription-based services, and marketplaces. Its modular architecture allows for flexible integration via APIs, plugins, or hosted checkout solutions, ensuring compatibility with major CMS platforms and shopping carts. GestPay and 500+ other payment providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard.",
+ "es": "Gestpay fue una plataforma de pagos desarrollada por Banca Sella en Italia, diseñada para comercios electrónicos que necesitaban aceptar pagos con tarjeta y métodos alternativos. Ofrecía servicios como pagos recurrentes, soluciones de seguridad, y soporte multicanal. Actualmente, sus servicios han sido integrados bajo Axerve, la unidad fintech del Grupo Sella. Este y más de 500 proveedores ya están integrados en la plataforma de orquestación de pagos de Corefy, lo que permite a nuestros clientes comenzar a usar la integración al instante sin necesidad de programación, simplemente introduciendo sus credenciales MID en el panel de Corefy."
}
},
{
@@ -1668,10 +3841,15 @@
},
"name": {
"en": "iyzico"
+ },
+ "description": {
+ "ru": "Iyzico — это турецкий платежный провайдер, предоставляющий решения для электронной коммерции, подписок и цифровых сервисов. Компания поддерживает оплату банковскими картами, BKM Express, QR-кодами и другими локальными методами. Iyzico обеспечивает высокий уровень защиты данных, простой процесс интеграции и инструменты по управлению транзакциями. Этот и более чем 500 других провайдеров уже интегрированы в платформу платежной оркестрации Corefy, позволяя клиентам мгновенно начать использовать интеграцию без программирования — достаточно ввести свои MID-данные в панели Corefy.",
+ "fr": "Iyzico est un fournisseur de services de paiement basé en Turquie, proposant une solution tout-en-un pour l’acceptation de paiements en ligne, principalement sur les marchés turc et du Moyen-Orient. Fondée en 2013 et rachetée en 2019 par le groupe PayU (filiale de Naspers), iyzico permet aux entreprises locales et internationales d’accepter des paiements par carte, portefeuilles numériques et virements bancaires, tout en respectant les régulations financières spécifiques à la Turquie. L’entreprise se distingue par son interface conviviale, son API simple à intégrer et ses outils de gestion des risques et de lutte contre la fraude. Elle offre également une fonctionnalité de “paiement protégé” pour accroître la confiance des consommateurs. Ce prestataire, ainsi que plus de 500 autres, est déjà intégré à la plateforme d’orchestration de paiements de Corefy, permettant à nos clients de commencer à utiliser l’intégration instantanément, sans codage, en saisissant simplement leurs identifiants MID dans le tableau de bord Corefy.",
+ "en": "Iyzico is a Turkey-based payment services provider offering an all-in-one solution for accepting online payments, primarily in the Turkish and Middle Eastern markets. Founded in 2013 and acquired in 2019 by the PayU Group (a subsidiary of Naspers), iyzico enables local and international businesses to accept card payments, digital wallets and bank transfers, while complying with Turkey's specific financial regulations. The company stands out for its user-friendly interface, easy-to-integrate API and risk management and anti-fraud tools. It also offers 'protected payment' functionality to increase consumer confidence. This provider, along with over 500 others, is already integrated with Corefy's payment orchestration platform, enabling our customers to start using the integration instantly, without coding, by simply entering their MID credentials into the Corefy dashboard."
}
},
{
- "status": "active",
+ "status": "deprecated",
"code": "yandexcheckout",
"vendor": "yandex",
"categories": [
@@ -1689,7 +3867,7 @@
}
},
{
- "status": "active",
+ "status": "deprecated",
"code": "yandexmoney",
"vendor": "yandex",
"categories": [
@@ -1818,28 +3996,22 @@
"AE"
],
"payment_method": [
- "payment_card",
- "visaelectron",
- "visadebit",
- "vpay",
- "mastercarddebit",
- "account2account",
- "giropay",
- "komercnibanka",
- "raiffeisenbank",
- "banklink",
- "ceskasporitelna",
- "sofortbanking",
- "csob",
- "sepacredittransfer",
- "ekonto"
+ "payment_card"
],
"metadata": {
"about_payments_code": "fondy"
},
"name": {
"en": "FONDY"
- }
+ },
+ "description": {
+ "de": "Fondy ist ein internationaler Zahlungsdienstleister mit Sitz in der Ukraine, der flexible und skalierbare Zahlungslösungen für Online-Händler, Plattformen und Marktplätze anbietet. Die Plattform unterstützt über 300 Zahlungsmethoden, darunter Karten, Apple Pay, Google Pay, SEPA, SWIFT und lokale Banküberweisungen in über 150 Ländern. Fondy bietet Funktionen wie wiederkehrende Zahlungen, Split-Payments, Checkout-Anpassung, Multi-Währungsabrechnung und eine benutzerfreundliche API. Dank einfacher Integration in CMS-Systeme wie WooCommerce, OpenCart und Shopify ist Fondy besonders attraktiv für schnell wachsende Unternehmen. Fondy und über 500 weitere Anbieter sind bereits in Corefys Payment-Orchestration-Plattform integriert, wodurch unsere Kunden die Integration sofort und ohne Programmieraufwand nutzen können – einfach durch Eingabe ihrer MID-Zugangsdaten im Corefy-Dashboard.",
+ "es": "Fondy es un proveedor de servicios de pago con sede en Ucrania que ofrece soluciones completas de procesamiento para negocios en línea. Su plataforma admite pagos con tarjetas, transferencias bancarias, Apple Pay, Google Pay y otros métodos locales en Europa, Reino Unido y Asia Central. Fondy también proporciona herramientas de checkout personalizables, gestión de suscripciones, pagos recurrentes y paneles de análisis. Este y más de 500 proveedores ya están integrados en la plataforma de orquestación de pagos de Corefy, lo que permite a nuestros clientes comenzar a usar la integración al instante sin necesidad de programación, simplemente introduciendo sus credenciales MID en el panel de Corefy.",
+ "en": "Fondy is a Ukraine-based payment service provider offering complete processing solutions for online businesses. Its platform supports card payments, bank transfers, Apple Pay, Google Pay and other local methods in Europe, UK and Central Asia. Fondy also provides customizable checkout tools, subscription management, recurring payments and analytics dashboards. This and more than 500 other vendors are already integrated into Corefy's payment orchestration platform, allowing our customers to start using the integration instantly with no programming required, simply by entering their MID credentials into the Corefy dashboard."
+ },
+ "payout_method": [
+ "payment_card"
+ ]
},
{
"status": "active",
@@ -1849,8 +4021,13 @@
"about_payments_code": "wayforpay"
},
"name": {
- "en": "Wayforpay"
- }
+ "en": "Wayforpay",
+ "ru": "Wayforpay",
+ "uk": "Wayforpay"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
},
{
"status": "active",
@@ -1916,7 +4093,7 @@
}
},
{
- "status": "active",
+ "status": "deprecated",
"code": "robokassa",
"vendor": "robokassa",
"metadata": {
@@ -1940,6 +4117,9 @@
{
"status": "active",
"code": "paydoo",
+ "description": {
+ "en": "There are many payment gateway providers out there, each with their own strengths and weaknesses. Paydoo is a company that specializes in payment orchestration, which means they help facilitate payments between different platforms. They have a lot of experience working with major brands and companies, so they know how to handle large transactions. However, they're not the cheapest option out there. If you're looking for a payment gateway provider that can handle big transactions and has a lot of experience, then Paydoo is a good option. However, if you're on a budget, there are other options available. Paydoo is a payment gateway provider that offers a payment orchestration platform. The company has been in business since 2014 and is headquartered in Germany. Paydoo's platform allows businesses to automate their payments and reduce the need for manual processing. The company offers a variety of features, including support for multiple currencies, fraud detection, and accounting integration. Paydoo also offers a mobile app for managing payments on the go. The biggest advantage of using Paydoo is the ability to automate your payments. This can save you a lot of time and money by reducing the need for manual processing. Paydoo also offers great features like support for multiple currencies, fraud detection, and accounting integration. Another great advantage is the mobile app, which allows you to manage your payments on the go. The only downside of Paydoo is that it is a bit more expensive than some of the other payment gateway providers out there. However, the extra cost is worth it for the time and money you'll save by using the platform. Overall, Paydoo is an excellent choice for businesses looking for a payment gateway provider that offers a powerful and easy-to-use payment orchestration platform."
+ },
"vendor": "paydoo",
"categories": [
"aggregating",
@@ -1998,27 +4178,13 @@
"payment_card"
],
"payment_method": [
- "payment_card",
- "americanexpress",
- "jcb",
- "visaelectron",
- "discover",
- "visadebit",
- "chinaunionpay",
- "mastercarddebit",
- "giropay",
- "directdebit",
- "sofortbanking",
- "trustly",
- "ideal",
- "bank_transfer_klarna",
- "sepadirectdebit"
+ "payment_card"
],
"metadata": {
"about_payments_code": "paydoo"
},
"name": {
- "en": "Paydoo"
+ "en": "Paynt"
}
},
{
@@ -2132,10 +4298,11 @@
"code": "test",
"vendor": "test",
"payment_method": [
- "test"
+ "test",
+ "payment_card"
],
"payout_method": [
- "test"
+ "payment_card"
],
"name": {
"en": "Test",
@@ -2206,6 +4373,10 @@
},
"name": {
"en": "Mollie"
+ },
+ "description": {
+ "ru": "Mollie — это один из ведущих платежных провайдеров Европы, базирующийся в Нидерландах, предоставляющий бизнесам всех размеров удобную платформу для приема онлайн-платежей. Mollie поддерживает карты, банковские переводы, Apple Pay, Klarna, PayPal и множество локальных методов, таких как iDEAL и Bancontact. Платформа известна своей простотой интеграции, прозрачным ценообразованием и надежной технической поддержкой. Этот и более чем 500 других провайдеров уже интегрированы в платформу платежной оркестрации Corefy, позволяя клиентам мгновенно начать использовать интеграцию без программирования — достаточно ввести свои MID-данные в панели Corefy.",
+ "en": "Mollie is one of Europe's leading payment providers based in the Netherlands, providing businesses of all sizes with a convenient platform for accepting online payments. Mollie supports cards, bank transfers, Apple Pay, Klarna, PayPal and many local methods such as iDEAL and Bancontact. The platform is known for its easy integration, transparent pricing and reliable technical support. This and more than 500 other providers are already integrated into Corefy's payment orchestration platform, allowing customers to instantly start using the integration without programming - just enter their MID data in the Corefy dashboard."
}
},
{
@@ -2239,6 +4410,10 @@
},
"name": {
"en": "SIX Payment Services"
+ },
+ "description": {
+ "es": "SIX Payment Services, ahora parte de Worldline, ofrece soluciones completas de pago para comercios físicos y online en Europa. Sus servicios incluyen adquirencia, terminales de punto de venta, soluciones de pago online y procesamiento con tarjetas. Con una fuerte presencia en Suiza, Alemania y Austria, destaca por su fiabilidad, seguridad y cumplimiento con regulaciones europeas. Este y más de 500 proveedores ya están integrados en la plataforma de orquestación de pagos de Corefy, lo que permite a nuestros clientes comenzar a usar la integración al instante sin necesidad de programación, simplemente introduciendo sus credenciales MID en el panel de Corefy.",
+ "en": "SIX Payment Services, now part of Worldline, offers complete payment solutions for physical and online merchants in Europe. Its services include acquiring, point-of-sale terminals, online payment solutions and card processing. With a strong presence in Switzerland, Germany and Austria, it stands out for its reliability, security and compliance with European regulations. It and more than 500 other vendors are already integrated into Corefy's payment orchestration platform, allowing our customers to start using the integration instantly without any programming, simply by entering their MID credentials in the Corefy dashboard."
}
},
{
@@ -2249,14 +4424,21 @@
"payment_card"
],
"name": {
- "en": "TrustPay",
- "ru": "TrustPay",
- "uk": "TrustPay"
+ "en": "finby",
+ "ru": "finby",
+ "uk": "finby"
+ },
+ "description": {
+ "de": "TrustPay ist ein europäischer Zahlungsdienstleister mit Sitz in der Slowakei, der sich auf umfassende Zahlungslösungen für den digitalen Handel spezialisiert hat. Das Unternehmen ist als E-Geld-Institut lizenziert und von der Nationalbank der Slowakei reguliert, wodurch es in der gesamten EU agieren kann. TrustPay bietet eine breite Palette von Dienstleistungen an, darunter Kartenzahlungen, SEPA- und SWIFT-Überweisungen, Instant Payments, Massenzahlungen sowie den Zugang zu lokalen Zahlungsmethoden in zahlreichen Ländern. Besonders geschätzt wird TrustPay für seine schnelle Kontoeröffnung, transparente Preisgestaltung und zuverlässige Infrastruktur, die sowohl für E-Commerce-Unternehmen als auch für Finanzdienstleister geeignet ist. Die Plattform legt großen Wert auf Sicherheit und Compliance, einschließlich PCI-DSS-Zertifizierung und moderner Betrugspräventionsmechanismen. Ein weiteres Merkmal ist das benutzerfreundliche Online-Banking-Interface für Händler, das eine einfache Verwaltung von Zahlungen und Berichten ermöglicht. TrustPay und über 500 weitere Anbieter sind bereits in Corefys Payment-Orchestration-Plattform integriert, wodurch unsere Kunden die Integration sofort und ohne Programmieraufwand nutzen können – einfach durch Eingabe ihrer MID-Zugangsdaten im Corefy-Dashboard.",
+ "en": "TrustPay is a European payment service provider based in Slovakia that specializes in comprehensive payment solutions for digital commerce. The company is licensed as an e-money institution and regulated by the National Bank of Slovakia, allowing it to operate throughout the EU. TrustPay offers a wide range of services, including card payments, SEPA and SWIFT transfers, instant payments, retail payments and access to local payment methods in numerous countries. TrustPay is particularly valued for its fast account opening, transparent pricing and reliable infrastructure, which is suitable for both e-commerce companies and financial service providers. The platform places great emphasis on security and compliance, including PCI-DSS certification and advanced fraud prevention mechanisms. Another feature is the user-friendly online banking interface for merchants, which enables easy management of payments and reporting. TrustPay and over 500 other providers are already integrated into Corefy's payment orchestration platform, allowing our customers to use the integration immediately and without programming - simply by entering their MID credentials in the Corefy dashboard."
}
},
{
"status": "active",
"code": "ccnow",
+ "description": {
+ "en": "As one of the leading payment gateway providers, CCNow has a lot to offer businesses looking for a payment orchestration platform. The company specializes in providing secure payment solutions that are easy to use and manage. With CCNow, businesses can take advantage of a variety of features, including a user-friendly interface - the CCNow platform is designed to be user-friendly, making it easy for businesses to get started with using the system. Flexible payment options - CCNow offers businesses a variety of payment options to choose from, allowing them to tailor their payment solution to fit their specific needs. Robust security - CCNow understands the importance of security when it comes to online payments. As such, the company has implemented a number of security measures to ensure that all transactions are safe and secure. Excellent customer support - CCNow offers excellent customer support, providing businesses with the help they need to get started with using the platform. Overall, CCNow is an excellent choice for businesses looking for a payment gateway provider. The company offers a user-friendly platform, flexible payment options, and robust security measures. In addition, CCNow provides excellent customer support, making it easy for businesses to get started with using the system."
+ },
"vendor": "ccnow",
"categories": [
"aggregating",
@@ -2335,6 +4517,12 @@
},
"name": {
"en": "Novalnet AG"
+ },
+ "description": {
+ "ru": "Novalnet — это немецкий платежный провайдер и платежный институт, лицензированный BaFin, предлагающий комплексные решения для электронной коммерции. Компания предоставляет поддержку приема платежей по банковским картам, SEPA-дебетам, счетам, электронным кошелькам и множеству локальных методов оплаты. Novalnet предлагает API-интеграции, модульные решения для популярных CMS, инструменты по борьбе с мошенничеством и автоматическую обработку подписок. Провайдер обслуживает бизнесы в Европе и за ее пределами, обеспечивая полную платежную инфраструктуру «под ключ». Этот и более чем 500 других провайдеров уже интегрированы в платформу платежной оркестрации Corefy, позволяя клиентам мгновенно начать использовать интеграцию без программирования — достаточно ввести свои MID-данные в панели Corefy.",
+ "es": "Novalnet es un proveedor alemán de servicios de pago completo que ofrece soluciones de procesamiento para empresas online, incluyendo adquirencia, pagos recurrentes, prevención de fraudes, gestión de suscripciones y conciliación financiera. Su plataforma admite más de 150 métodos de pago en todo el mundo y está especialmente adaptada a los requisitos del mercado europeo. Novalnet es conocido por su enfoque integral, cumplimiento con PCI DSS y soporte técnico especializado. Este y más de 500 proveedores ya están integrados en la plataforma de orquestación de pagos de Corefy, lo que permite a nuestros clientes comenzar a usar la integración al instante sin necesidad de programación, simplemente introduciendo sus credenciales MID en el panel de Corefy.",
+ "fr": "Novalnet est un prestataire de services de paiement basé en Allemagne, offrant une solution complète pour l’acceptation et le traitement des paiements en ligne. Sa plateforme prend en charge une large gamme de méthodes de paiement, notamment les cartes bancaires, les virements SEPA, PayPal, les portefeuilles numériques, ainsi que des solutions locales comme SOFORT ou giropay. Novalnet cible principalement les PME et grandes entreprises européennes avec une offre modulaire incluant des fonctionnalités avancées de prévention de la fraude, d’abonnement, de recouvrement et d’automatisation comptable. Forte d’une conformité stricte aux régulations européennes (y compris PCI DSS et PSD2), l’entreprise se positionne comme un partenaire fiable pour les entreprises recherchant une couverture complète du cycle de paiement. Ce prestataire, ainsi que plus de 500 autres, est déjà intégré à la plateforme d’orchestration de paiements de Corefy, permettant à nos clients de commencer à utiliser l’intégration instantanément, sans codage, en saisissant simplement leurs identifiants MID dans le tableau de bord Corefy.",
+ "en": "Novalnet is a payment service provider based in Germany, offering a complete solution for accepting and processing online payments. Its platform supports a wide range of payment methods, including bankcards, SEPA transfers, PayPal, digital wallets, as well as local solutions such as SOFORT or giropay. Novalnet primarily targets European SMEs and large corporations, with a modular offering including advanced fraud prevention, subscription, collection and accounting automation functionalities. Strictly compliant with European regulations (including PCI DSS and PSD2), the company is positioned as a reliable partner for companies seeking complete payment cycle coverage. This provider, along with over 500 others, is already integrated with Corefy's payment orchestration platform, enabling our customers to start using the integration instantly, without coding, by simply entering their MID credentials into the Corefy dashboard."
}
},
{
@@ -2393,6 +4581,10 @@
},
"name": {
"en": "Pay.nl"
+ },
+ "description": {
+ "de": "Pay.nl ist ein niederländischer Zahlungsdienstleister, der eine umfassende All-in-One-Plattform für Online- und Offline-Zahlungen anbietet. Das Unternehmen richtet sich an E-Commerce-Shops, stationäre Händler und Plattformbetreiber und ermöglicht den Zugang zu über 50 nationalen und internationalen Zahlungsmethoden, darunter iDEAL, Bancontact, Kreditkarten, PayPal, Apple Pay, Klarna und SEPA-Überweisungen. Neben der Zahlungsabwicklung bietet Pay.nl Funktionen wie Abonnementverwaltung, integriertes Risk-Management, POS-Lösungen, QR-Code-Zahlungen, Zahlungslinks sowie detaillierte Analytik- und Reporting-Tools. Die Plattform lässt sich einfach in gängige Shopsysteme wie Shopify, WooCommerce, Magento oder Lightspeed integrieren. Besonders für Händler im Benelux-Raum bietet Pay.nl eine starke lokale Expertise, hohe Conversion-Raten durch optimierte Checkout-Prozesse und schnelle Auszahlungsmöglichkeiten. Sicherheitsstandards wie PCI-DSS-Zertifizierung und Zwei-Faktor-Authentifizierung sind selbstverständlich integriert. Pay.nl und über 500 weitere Anbieter sind bereits in Corefys Payment-Orchestration-Plattform integriert, wodurch unsere Kunden die Integration sofort und ohne Programmieraufwand nutzen können – einfach durch Eingabe ihrer MID-Zugangsdaten im Corefy-Dashboard.",
+ "en": "Pay.nl is a Dutch payment service provider that offers a comprehensive all-in-one platform for online and offline payments. The company is aimed at e-commerce stores, stationary merchants and platform operators and provides access to over 50 national and international payment methods, including iDEAL, Bancontact, credit cards, PayPal, Apple Pay, Klarna and SEPA transfers. In addition to payment processing, Pay.nl offers functions such as subscription management, integrated risk management, POS solutions, QR code payments, payment links and detailed analytics and reporting tools. The platform can be easily integrated into common store systems such as Shopify, WooCommerce, Magento or Lightspeed. Especially for merchants in the Benelux region, Pay.nl offers strong local expertise, high conversion rates thanks to optimized checkout processes and fast payout options. Security standards such as PCI DSS certification and two-factor authentication are of course integrated. Pay.nl and over 500 other providers are already integrated into Corefy's payment orchestration platform, allowing our customers to use the integration immediately and without any programming effort - simply by entering their MID access data in the Corefy dashboard."
}
},
{
@@ -2476,6 +4668,9 @@
{
"status": "active",
"code": "hipay",
+ "description": {
+ "en": "HiPay is a leading payment gateway provider and payment orchestration platform. HiPay offers a complete suite of solutions to help businesses accept and process payments online, in-store and via mobile devices. HiPay's technology enables businesses to take advantage of the latest payment methods and technologies, including Apple Pay, Android Pay, Samsung Pay and Google Wallet. HiPay also offers fraud prevention solutions to help businesses protect themselves from fraudulent chargebacks and other risks associated with online payments. HiPay is a payment gateway provider and payment orchestration platform. It enables businesses to accept and process payments online, in-store, and on mobile devices. HiPay also helps businesses manage their fraud prevention and risk management strategies. HiPay offers a wide range of features and services that can benefit businesses of all sizes. For example, HiPay's fraud prevention tools can help businesses reduce the risk of fraudulent activity. HiPay's Payment Orchestration Platform can help businesses streamline their payment processing by integrating with multiple payment providers. This can save businesses time and money by reducing the need to use multiple payment processors. If you're looking for a payment gateway provider, Hipay is definitely worth considering. They offer a robust and feature-rich payment orchestration platform that can streamline your entire payment process. Plus, their customer support is excellent - they're always quick to respond to any questions or concerns you may have. "
+ },
"vendor": "hipay",
"categories": [
"aggregating",
@@ -2694,6 +4889,11 @@
},
"name": {
"en": "Paddle"
+ },
+ "description": {
+ "ru": "Paddle — это британская платформа для управления платежами и подписками, разработанная специально для SaaS-компаний и разработчиков цифровых продуктов. Она объединяет биллинг, оплату, налогообложение, соответствие нормативным требованиям и аналитику в одном решении, позволяя бизнесам ускорять рост и выходить на международные рынки без необходимости интеграции с десятками отдельных провайдеров. Paddle берет на себя расчеты с конечными клиентами, включая НДС и локальные требования, выступая как торговый посредник, что упрощает ведение глобальной деятельности. Этот и более чем 500 других провайдеров уже интегрированы в платформу платежной оркестрации Corefy, позволяя клиентам мгновенно начать использовать интеграцию без программирования — достаточно ввести свои MID-данные в панели Corefy.",
+ "uk": "Paddle — це повноцінна платформа для SaaS-бізнесів, яка поєднує функціональність платіжного провайдера, білінгу, податкового агента та управління підписками. Компанія бере на себе всі аспекти міжнародної торгівлі — від процесингу платежів до ПДВ/податку з продажу, дозволяючи розробникам та стартапам зосередитися на продукті. Paddle особливо зручний для продажу цифрових продуктів і програмного забезпечення в усьому світі, забезпечуючи відповідність місцевим вимогам і автоматизацію фінансових операцій. Цей та понад 500 інших провайдерів вже інтегровані в платформу платіжної оркестрації Corefy, що дозволяє клієнтам миттєво розпочати використання інтеграції без програмування — достатньо ввести свої MID-дані в дашборді Corefy.",
+ "en": "Paddle is a complete platform for SaaS businesses that combines the functionality of a payment provider, billing, tax agent, and subscription management. The company takes care of all aspects of international trade, from payment processing to VAT/sales tax, allowing developers and startups to focus on the product. Paddle is especially convenient for selling digital products and software around the world, ensuring compliance with local requirements and automating financial transactions. This and more than 500 other providers are already integrated into Corefy's payment orchestration platform, allowing customers to instantly start using the integration without programming - just enter their MID data in the Corefy dashboard."
}
},
{
@@ -2742,7 +4942,10 @@
"vendor": "ingspain",
"name": {
"en": "ING Bank Poland"
- }
+ },
+ "payment_method": [
+ "ingpl"
+ ]
},
{
"status": "active",
@@ -2822,25 +5025,42 @@
},
"name": {
"en": "Oplata.com"
+ },
+ "description": {
+ "en": "Oplata is a payment service provider offering a comprehensive suite of online payment solutions designed for merchants across industries such as e-commerce, travel, and digital services. The platform enables businesses to accept a wide variety of payment methods, including bank cards, e-wallets, and alternative local options, with support for multiple currencies and regions. Oplata focuses on delivering secure, fast, and user-friendly transaction processing, featuring tools for fraud prevention, recurring billing, and real-time reporting. Its flexible integration options—ranging from APIs to hosted payment pages—make it easy for businesses to embed payment functionality into their platforms. Oplata and 500+ other payment providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard."
}
},
{
"status": "active",
"code": "cardpay",
+ "description": {
+ "en": "What You Need to Know About CardPay: You can start processing credit cards with CardPay in just a few minutes with its simple set-up. This prepaid account service is a registered Independent Sales Organization (ISO) of Wells Fargo Bank. Card/Pay's business practices and rates vary based on the type of transaction you perform - swiped transactions versus keyed transactions and internet e-commerce. Here's what you need to know about CardPay. The Cardpay payment system is governed by the Central Bank of Cyprus, the same regulator that oversees all banking jurisdictions. As a result, Cardpay users can use their account to conduct transactions on all banking channels. Those looking to set up a Cardpay account should know that the company offers a number of ways to accept payments online. With a wide variety of payment methods, it can help you grow your business with greater convenience. If you're in the IT industry, the CardPay payment system is an excellent option. It's built to provide maximum comfort for the clients and employees of IT companies. The service is designed by leading IT professionals to make the work easier for companies working in these fields. If you're based in Europe, Hong Kong, Singapore, or another OECD country, CardPay is an ideal choice. Offshore companies aren't eligible for CardPay, though.",
+ "de": "Cardpay ist ein globaler Zahlungsdienstleister mit Fokus auf digitale Unternehmen, der umfassende Acquiring- und Issuing-Dienstleistungen anbietet. Das Unternehmen, Teil der Unlimint-Gruppe, stellt eine modulare Zahlungsplattform bereit, die eine Vielzahl von Zahlungsmethoden wie Kreditkarten, alternative Zahlarten, Wallets und lokale Zahlungsoptionen unterstützt. Cardpay bietet Lösungen für Unternehmen in schnell wachsenden Branchen wie E-Commerce, Fintech, Gaming und digitalen Dienstleistungen. Neben der Zahlungsabwicklung umfasst das Angebot Funktionen wie Betrugsprävention, wiederkehrende Zahlungen, White-Label-Kartenprogramme und API-basierte Integrationen. Das Unternehmen ist weltweit tätig, mit regulatorischen Genehmigungen in Europa, Asien und Lateinamerika, und legt hohen Wert auf Compliance, Sicherheit (PCI-DSS) und Skalierbarkeit. Cardpay und über 500 weitere Anbieter sind bereits in Corefys Payment-Orchestration-Plattform integriert, wodurch unsere Kunden die Integration sofort und ohne Programmieraufwand nutzen können – einfach durch Eingabe ihrer MID-Zugangsdaten im Corefy-Dashboard.",
+ "ru": "Cardpay (ныне Unlimint) — это международный платежный провайдер, предлагающий решения для электронной коммерции, в том числе эквайринг банковских карт, локальные методы оплаты, мультивалютную обработку и инструменты по борьбе с мошенничеством. Компания обслуживает бизнесы в различных секторах — от торговли до финтеха и iGaming — и имеет лицензии в ЕС и ряде других юрисдикций. Cardpay предоставляет гибкий API, кастомизацию платежных форм и интеграции с популярными платформами. Этот и более чем 500 других провайдеров уже интегрированы в платформу платежной оркестрации Corefy, позволяя клиентам мгновенно начать использовать интеграцию без программирования — достаточно ввести свои MID-данные в панели Corefy."
+ },
"vendor": "cardpay",
"metadata": {
"about_payments_code": "cardpay"
},
"name": {
- "en": "Unlimint"
+ "en": "Unlimit"
},
"countries": [
- "UA",
- "RU"
+ "UA"
],
"payment_method": [
+ "payment_card_email",
"payment_card",
- "payment_card_email"
+ "neteller",
+ "paypal",
+ "sepa_transfer",
+ "online_banking",
+ "applepay",
+ "googlepay",
+ "cardpay_crypto",
+ "bancontact",
+ "blik",
+ "ideal"
],
"payout_method": [
"payment_card",
@@ -2909,7 +5129,9 @@
"about_payments_code": "portmone"
},
"name": {
- "en": "Portmone.com"
+ "en": "Portmone",
+ "ru": "Portmone",
+ "uk": "Portmone"
},
"payment_method": [
"payment_card",
@@ -2925,6 +5147,9 @@
},
"name": {
"en": "Skypay"
+ },
+ "description": {
+ "en": "SkyPay is a digital payment service provider offering secure and efficient online payment processing solutions for businesses across various industries, including e-commerce, digital services, and high-risk verticals like iGaming. The platform supports multiple payment methods, including global credit and debit cards, alternative payment systems, and localized options, allowing merchants to accept payments from customers worldwide. SkyPay focuses on speed, security, and scalability, providing features such as real-time transaction monitoring, fraud prevention, and multi-currency processing. With flexible integration options via APIs or hosted payment pages, SkyPay helps businesses streamline their payment operations while maintaining compliance and enhancing customer experience. SkyPay and 500+ other payment providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard."
}
},
{
@@ -2941,6 +5166,11 @@
{
"status": "active",
"code": "ratepay",
+ "description": {
+ "en": "Ratepay is a payment orchestration platform that enables businesses to securely accept and process payments from multiple payment gateway providers. Ratepay offers a variety of features and benefits that make it an attractive option for businesses of all sizes. However, there are also some potential downsides to using the platform, which businesses should be aware of before signing up. One of the biggest advantages of using Ratepay is that it simplifies the process of accepting and processing payments. Businesses can connect their existing payment gateway providers to the platform, and then use Ratepay to manage all of their transactions in one place. This can save a lot of time and hassle, particularly for businesses that need to accept payments from multiple different sources. Another benefit of Ratepay is that it offers a high level of security. All payments made through the platform are encrypted, and businesses can choose to have their data stored off-site in a secure location. This helps to protect businesses from fraud and data breaches. However, there are also some potential downsides to using Ratepay. One of these is that the platform charges a fee for each transaction. This fee can add up, particularly for businesses that process a lot of payments. Another potential downside is that the platform is not available in all countries. This means that businesses in some countries may not be able to use the platform to accept payments from customers located in other countries. Overall, Ratepay is a payment orchestration platform that offers a variety of features and benefits. However, businesses should be aware of the potential downsides to using the platform before signing up.",
+ "ru": "Ratepay — это немецкий финтех-провайдер, специализирующийся на платежных решениях “покупка в рассрочку”, “покупка по счету” и “предоплата” для электронной коммерции. Компания работает с крупными ритейлерами и маркетплейсами, беря на себя весь платежный риск и предоставляя пользователям удобные и гибкие варианты расчета. Ratepay интегрируется с популярными платежными системами и платформами, обеспечивая высокую степень соответствия требованиям и защиту данных. Этот и более чем 500 других провайдеров уже интегрированы в платформу платежной оркестрации Corefy, позволяя клиентам мгновенно начать использовать интеграцию без программирования — достаточно ввести свои MID-данные в панели Corefy.",
+ "fr": "Ratepay est un prestataire de solutions de paiement allemand spécialisé dans les options de paiement différé, comme le paiement sur facture, le paiement échelonné et le prélèvement automatique. Il cible principalement les marchés DACH, où ces méthodes sont largement adoptées, en offrant des solutions personnalisées basées sur des évaluations de crédit en temps réel. Ratepay se distingue par son modèle de garantie de paiement, où le commerçant reçoit les fonds même en cas de défaut du client, et par son approche centrée sur la gestion des risques. Ce prestataire, ainsi que plus de 500 autres, est déjà intégré à la plateforme d’orchestration de paiements de Corefy, permettant à nos clients de commencer à utiliser l’intégration instantanément, sans codage, en saisissant simplement leurs identifiants MID dans le tableau de bord Corefy."
+ },
"vendor": "ratepay",
"countries": [
"AU",
@@ -2985,6 +5215,9 @@
},
"name": {
"en": "PAYUNITY"
+ },
+ "description": {
+ "en": "PayUnity is an international payment gateway and processing platform designed to support merchants in accepting secure, multi-channel payments globally. With a focus on e-commerce, hospitality, travel, and high-risk industries, PayUnity provides access to a wide range of payment methods, including credit and debit cards, alternative payment systems, and localized options. The platform offers advanced features such as tokenization, 3D Secure authentication, fraud prevention tools, and recurring billing capabilities. PayUnity emphasizes global reach, compliance with international standards like PCI DSS, and seamless integration through APIs or hosted payment solutions. Its modular and scalable infrastructure allows businesses to tailor the payment experience to their specific needs while maintaining performance and security. PayUnity and 500+ other payment providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard."
}
},
{
@@ -2999,7 +5232,7 @@
}
},
{
- "status": "active",
+ "status": "deprecated",
"code": "platron",
"vendor": "platron",
"metadata": {
@@ -3131,6 +5364,10 @@
},
"name": {
"en": "VoguePay"
+ },
+ "description": {
+ "fr": "VoguePay est un prestataire de services de paiement basé au Nigeria, conçu pour faciliter les paiements en ligne de manière simple, sécurisée et accessible, tant pour les entreprises locales que pour les commerçants internationaux opérant en Afrique. Il prend en charge les paiements par carte bancaire, portefeuilles numériques, virements bancaires locaux, et propose également des fonctionnalités telles que la facturation récurrente, l’intégration e-commerce et des services de conformité. L’un des objectifs de VoguePay est de promouvoir l’inclusion financière sur le continent africain en fournissant une infrastructure moderne adaptée aux spécificités régionales. Ce prestataire, ainsi que plus de 500 autres, est déjà intégré à la plateforme d’orchestration de paiements de Corefy, permettant à nos clients de commencer à utiliser l’intégration instantanément, sans codage, en saisissant simplement leurs identifiants MID dans le tableau de bord Corefy.",
+ "en": "VoguePay is a Nigeria-based payment service provider designed to make online payments simple, secure and accessible for both local businesses and international merchants operating in Africa. It supports credit card payments, digital wallets, local bank transfers, and also offers features such as recurring billing, e-commerce integration and compliance services. One of VoguePay's objectives is to promote financial inclusion on the African continent by providing a modern infrastructure adapted to regional specificities. This provider, along with over 500 others, is already integrated with Corefy's payment orchestration platform, enabling our customers to start using the integration instantly, without coding, by simply entering their MID credentials into the Corefy dashboard."
}
},
{
@@ -3142,7 +5379,10 @@
},
"name": {
"en": "Oonex"
- }
+ },
+ "payment_method": [
+ "payment_card"
+ ]
},
{
"status": "active",
@@ -3208,6 +5448,9 @@
{
"status": "active",
"code": "codapay",
+ "description": {
+ "en": "Codapay is one of the leading payment gateway providers in Southeast Asia. The company has a strong focus on providing a seamless payment experience for merchants and customers alike. Codapay is one of the leading payment gateway providers in Asia. The company offers a payment orchestration platform that helps businesses streamline their payments and improve their bottom line. Codapay has a strong focus on security and compliance, and its platform is used by some of the largest companies in the world. The company is headquartered in Singapore and has offices in Indonesia, Malaysia, Thailand, and Vietnam. Codapay's platform is designed to help businesses automate their payments and reduce their costs. The platform integrates with popular accounting software, such as QuickBooks, to make it easy for businesses to manage their finances. Codapay also offers a mobile app that allows businesses to accept payments from customers using their smartphones. The Codapay platform enables merchants to accept payments from multiple channels, including credit and debit cards, e-wallets, and bank transfers. Customers can also pay using their preferred payment method. Codapay has a robust fraud detection and prevention system in place to protect both merchants and customers from fraudulent activities. The company also offers 24/7 customer support to help resolve any issues that may arise. Overall, Codapay is a reliable and trustworthy payment gateway provider that offers a hassle-free experience for both merchants and customers."
+ },
"vendor": "codapay",
"countries": [
"ID",
@@ -3244,6 +5487,9 @@
"status": "active",
"code": "mopay",
"vendor": "mopay",
+ "description": {
+ "en": "Mopay is a mobile payment platform that enables users to send and receive money, make purchases, and pay bills directly from their mobile devices. The app supports transactions through major mobile money services, providing a convenient and secure way to manage financial activities. With features like QR code scanning for swift payments and a user-friendly interface, Mopay simplifies the payment process for both individuals and merchants. This and 500+ providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard."
+ },
"countries": [
"AX",
"AL",
@@ -3321,6 +5567,9 @@
{
"status": "active",
"code": "fireballpsp",
+ "description": {
+ "en": "If you're looking for a payment gateway provider, you've probably come across FireballPSP. They're a company that specializes in payment orchestration, and they offer a variety of services to help businesses streamline their payments. But what exactly is payment orchestration, and how can it benefit your business? In this FireballPSP review, we'll take a closer look at the company and their offerings to help you decide if they're the right fit for you. What is Payment Orchestration? Payment orchestration is the process of managing and coordinating multiple payment types and providers. This can include anything from credit cards and ACH payments to international transactions and fraud prevention. For businesses, this can be a helpful way to streamline payments and reduce the risk of fraud. It can also help you save money on transaction fees by consolidating multiple providers into one platform. What Does FireballPSP Offer? FireballPSP offers a variety of payment orchestration services to businesses of all sizes. Their platform includes features such as: credit card processing; ACH payments; international payments; fraud prevention; recurring billing; invoicing; and more!"
+ },
"vendor": "fireballpsp",
"countries": [
"AU",
@@ -3431,6 +5680,12 @@
},
"name": {
"en": "Payza"
+ },
+ "description": {
+ "de": "Payza war ein Online-Zahlungsdienstleister, der Zahlungen per Kreditkarte, Banküberweisung und E-Wallet unterstützte und sich insbesondere an Freelancer, kleine Unternehmen und Nutzer in Schwellenländern richtete. Die Plattform ermöglichte internationale Überweisungen, Massenzahlungen und Währungsumrechnung. Aufgrund regulatorischer Schwierigkeiten stellte Payza jedoch den Betrieb ein und ist nicht mehr aktiv. Dennoch bleibt das Konzept eines globalen Wallets mit Fiat- und Krypto-Funktionen ein Vorreiter für heutige Anbieter. Payza und über 500 weitere Anbieter sind bereits in Corefys Payment-Orchestration-Plattform integriert, wodurch unsere Kunden die Integration sofort und ohne Programmieraufwand nutzen können – einfach durch Eingabe ihrer MID-Zugangsdaten im Corefy-Dashboard.",
+ "uk": "Payza — міжнародна платіжна система, яка пропонувала гаманці, обмін валют, оплату товарів онлайн і P2P-перекази. У 2018 році компанія опинилась у центрі розслідування через порушення фінансових регуляцій у США. Через це платформа припинила діяльність у багатьох країнах, а її власників було звинувачено у відмиванні коштів. Попри колишню популярність, сервіс нині не вважається надійним або активним платіжним провайдером. Цей та понад 500 інших провайдерів вже інтегровані в платформу платіжної оркестрації Corefy, що дозволяє клієнтам миттєво розпочати використання інтеграції без програмування — достатньо ввести свої MID-дані в дашборді Corefy.",
+ "es": "Payza fue un proveedor global de pagos digitales que ofrecía servicios como procesamiento de pagos con tarjeta, transferencias de dinero en línea, y wallets digitales. Estuvo operativo en más de 190 países y permitió transacciones en múltiples divisas. Sin embargo, en los últimos años, Payza enfrentó problemas legales relacionados con lavado de dinero y cesó sus operaciones en varios mercados. Este y más de 500 proveedores ya están integrados en la plataforma de orquestación de pagos de Corefy, lo que permite a nuestros clientes comenzar a usar la integración al instante sin necesidad de programación, simplemente introduciendo sus credenciales MID en el panel de Corefy.",
+ "en": "Payza was a global digital payments provider that offered services such as card payment processing, online money transfers, and digital wallets. It was operational in more than 190 countries and allowed transactions in multiple currencies. However, in recent years, Payza faced legal issues related to money laundering and ceased operations in several markets. It and more than 500 other providers are already integrated into Corefy's payment orchestration platform, allowing our customers to start using the integration instantly with no programming required, simply by entering their MID credentials in Corefy's dashboard."
}
},
{
@@ -3483,6 +5738,9 @@
{
"status": "deprecated",
"code": "paysec",
+ "description": {
+ "en": "PaySec Appoints Koen Vanpraet As CEO: PaySec is an Asian payments specialist that has recently appointed Koen Vanpraet as its new CEO. Vanpraet, a global payments expert, will continue to build on PaySec's success by bringing its payments technology to new international markets. The company already offers reliable payment solutions to customers across a number of regions throughout Asia, including China, the Philippines, India, and the Middle East. With Vanpraet at the helm, PaySec is poised to expand even further into the Indian economy. The company is unlisted and has a paid-up capital of INR 1.00 lakh. Its registered office is in Tiruvallur, Tamil Nadu. Its board comprises of 2 directors - Faritha and Rowther Abdulla Khaleel Ahmed. The company has been operational for only one year, and its financial statements are not yet available. However, the company has an active status and plans to submit its first annual financial statements in the near future."
+ },
"vendor": "paysec",
"metadata": {
"about_payments_code": "paysec"
@@ -3545,7 +5803,6 @@
"payment_method": [
"china_citic_bank",
"industrial_bank",
- "china_guangfa_bank",
"china_merchants_bank",
"china_postal_savings_bank",
"bank_of_china",
@@ -3629,58 +5886,41 @@
"unionpay_qr"
],
"payout_method": [
- "bank_central_asia",
- "bank_negara_indonesia",
- "bank_rakyat_indonesia",
- "btn_bank",
- "cimb_clicks_indonesia",
- "danamon_bank",
- "mandiri_bank",
- "permata_bank",
- "industrial_and_commercial_bank_of_china",
- "bank_of_china",
- "bank_of_communication",
"china_citic_bank",
- "china_everbright_bank",
- "shanghai_pudong_development_bank",
- "china_guangfa_bank",
- "beijing_rural_commercial_bank",
- "bank_of_ningbo",
- "ping_an_bank",
- "china_zheshang_bank",
- "bank_of_guangzhou",
- "china_minsheng_bank",
"china_merchants_bank",
- "bank_of_dalian",
- "zhuhai_rural_credit_cooperatives",
- "hankou_bank",
+ "bank_of_china",
"agricultural_bank_of_china",
+ "china_everbright_bank",
"china_construction_bank",
- "china_industrial_bank",
- "bank_of_east_asia",
- "shanghai_rural_commercial_bank",
- "china_bohai_bank",
- "bank_of_nanjing",
- "hangzhou_city_commercial_bank",
- "huishang_bank",
- "bank_of_shanghai",
- "bank_of_chengdu",
- "shenzhen_develop_bank",
- "bank_of_beijing",
+ "ping_an_bank",
+ "bank_of_communication",
+ "industrial_and_commercial_bank_of_china",
+ "shanghai_pudong_development_bank",
+ "china_minsheng_bank",
"bank_of_jiangsu",
- "shude_rural_credit_union",
- "yaodu_rural_credit_union",
"jin_shang_commercial_bank",
+ "yaodu_rural_credit_union",
+ "shude_rural_credit_union",
+ "bank_of_beijing",
+ "shenzhen_develop_bank",
+ "bank_of_chengdu",
+ "bank_of_shanghai",
+ "huishang_bank",
+ "hangzhou_city_commercial_bank",
+ "shanghai_rural_commercial_bank",
+ "bank_of_east_asia",
+ "zhuhai_rural_credit_cooperatives",
"siam_commercial_bank",
"krung_thai_bank",
"krungsri",
- "bangko_bank",
"kasikorn_bank",
+ "bangko_bank",
+ "united_overseas_bank",
+ "public_bank_berhad",
"cimb_bank",
+ "rhb_bank",
"hong_leong_bank",
"may_bank",
- "public_bank_berhad",
- "rhb_bank",
"acb_bank",
"vietcom_bank",
"vietin_bank",
@@ -3734,6 +5974,9 @@
"status": "active",
"code": "cardinity",
"vendor": "cardinity",
+ "description": {
+ "en": "Cardinity is a licensed payment service provider based in the European Union, offering secure and straightforward online payment processing for e-commerce businesses. Regulated by the Bank of Lithuania and compliant with PSD2 and PCI DSS standards, Cardinity specializes in enabling merchants to accept credit and debit card payments globally. The platform supports major card networks like Visa and Mastercard, and is designed to serve a wide range of industries, including those considered high-risk. Cardinity provides features such as recurring billing, fraud protection, multi-currency support, and seamless API integration, making it a flexible and scalable solution for growing businesses. Its user-friendly interface and transparent pricing structure appeal to both startups and established companies looking to expand their online payment capabilities. Cardinity and 500+ other payment providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard."
+ },
"countries": [
"AD",
"AU",
@@ -3772,8 +6015,13 @@
"about_payments_code": "cardinity"
},
"name": {
- "en": "Cardinity"
- }
+ "en": "Nomupay",
+ "ru": "Nomupay",
+ "uk": "Nomupay"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
},
{
"status": "active",
@@ -3843,11 +6091,18 @@
},
"name": {
"en": "DIBS Payment Services"
+ },
+ "description": {
+ "de": "DIBS Payment Services ist einer der führenden skandinavischen Zahlungsdienstleister und wurde 2014 von Nets übernommen. Das Unternehmen bietet umfassende Lösungen für Online-Zahlungen, insbesondere in den nordischen Ländern, mit Unterstützung für gängige Zahlungsmethoden wie Kreditkarten, MobilePay, Swish, Vipps, Banküberweisungen und mehr. DIBS zeichnet sich durch einfache Integration, hohe Sicherheitsstandards (PCI-DSS-konform) und eine besonders benutzerfreundliche Checkout-Erfahrung aus. Die Plattform eignet sich ideal für kleine bis mittelgroße Online-Händler sowie große Plattformen, die ihren skandinavischen Kunden lokal bevorzugte Zahlungsmethoden bereitstellen wollen. DIBS Payment Services und über 500 weitere Anbieter sind bereits in Corefys Payment-Orchestration-Plattform integriert, wodurch unsere Kunden die Integration sofort und ohne Programmieraufwand nutzen können – einfach durch Eingabe ihrer MID-Zugangsdaten im Corefy-Dashboard.",
+ "en": "DIBS Payment Services is one of the leading Scandinavian payment service providers and was acquired by Nets in 2014. The company offers comprehensive solutions for online payments, especially in the Nordics, with support for common payment methods such as credit cards, MobilePay, Swish, Vipps, bank transfers and more. DIBS is characterized by easy integration, high security standards (PCI-DSS compliant) and a particularly user-friendly checkout experience. The platform is ideal for small to medium-sized online merchants as well as large platforms that want to provide their Scandinavian customers with locally preferred payment methods. DIBS Payment Services and over 500 other providers are already integrated into Corefy's payment orchestration platform, allowing our customers to use the integration immediately and without any programming effort - simply by entering their MID credentials in the Corefy dashboard."
}
},
{
"status": "active",
"code": "wirecapital",
+ "description": {
+ "en": "There are a lot of different payment gateway providers out there. They all have their pros and cons, but one company that stands out is Wirecapital. Wirecapital is a payment orchestration platform that helps businesses streamline their payments. It offers a lot of features that other payment gateway providers don’t, such as tools for invoicing, fraud prevention, and accounting. The downside of Wirecapital is that it’s a bit more expensive than some of the other options out there. But if you need a robust payment gateway solution, it’s definitely worth considering. If you're looking for a payment gateway provider, you've probably come across Wirecapital. Wirecapital is a Payment Orchestration Platform that helps businesses automate and streamline their payments. In this review, we'll take a look at the pros and cons of using Wirecapital to help you decide if it's the right provider for your business. There are a lot of different payment gateway providers out there, and each has its own pros and cons. WireCapital is one such provider, and it offers a payment orchestration platform that can be beneficial for businesses. However, like all providers, it also has some drawbacks that should be considered before using it. On the plus side, WireCapital's platform is very user-friendly and easy to set up. It also offers a lot of features and options, which can be helpful for businesses that need to customize their payment processing. In addition, WireCapital is one of the few providers that doesn't charge any transaction fees."
+ },
"vendor": "wirecapital",
"metadata": {
"about_payments_code": "wirecapital"
@@ -3893,12 +6148,19 @@
},
"name": {
"en": "RocketGate"
+ },
+ "description": {
+ "ru": "RocketGate — это американский платежный провайдер, ориентированный на подписочные модели и повторяющиеся платежи. Компания предлагает инструменты для управления биллингом, интеллектуальную маршрутизацию транзакций, антифрод и отчетность в режиме реального времени. RocketGate широко используется в сферах цифровых сервисов, развлечений и e-commerce. Этот и более чем 500 других провайдеров уже интегрированы в платформу платежной оркестрации Corefy, позволяя клиентам мгновенно начать использовать интеграцию без программирования — достаточно ввести свои MID-данные в панели Corefy.",
+ "en": "RocketGate is an American payment provider focused on subscription models and recurring payments. The company offers billing management tools, intelligent transaction routing, anti-fraud and real-time reporting. RocketGate is widely used in the digital services, entertainment, and e-commerce industries. This and more than 500 other providers are already integrated into Corefy's payment orchestration platform, allowing customers to instantly start using the integration without programming - just enter their MID data in the Corefy dashboard."
}
},
{
"status": "active",
"code": "caledoncardservices",
"vendor": "caledoncardservices",
+ "description": {
+ "en": "Caledon Card Services is a Canadian payment processor that provides secure and customizable merchant services for businesses across various industries, including retail, hospitality, and e-commerce. Specializing in credit and debit card processing, Caledon offers reliable transaction solutions through point-of-sale terminals, virtual terminals, and e-commerce gateways. The company focuses on delivering personalized service, fast settlement times, and competitive pricing, with support for major card networks such as Visa, Mastercard, and Interac. Caledon also provides advanced reporting tools and fraud prevention features to help merchants manage their payment operations efficiently. Caledon Card Services and 500+ other payment providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard."
+ },
"metadata": {
"about_payments_code": "caledoncardservices"
},
@@ -3999,6 +6261,9 @@
},
"name": {
"en": "Zaypay"
+ },
+ "description": {
+ "en": "Zaypay is a micropayment platform that enables merchants to accept small-value payments from customers worldwide using a wide range of local payment methods, including SMS, phone calls, prepaid cards, and direct carrier billing. Designed for digital goods and online services, Zaypay simplifies the payment process by allowing users to pay without needing a credit card or bank account, making it especially effective in markets with limited access to traditional banking. The platform supports over 50 countries and is often used for monetizing online content, donations, and virtual goods. Zaypay offers easy integration through APIs and hosted payment pages, along with tools for managing transactions and revenue reporting. Zaypay and 500+ other payment providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard."
}
},
{
@@ -4139,8 +6404,14 @@
"ru": "Dotpay",
"uk": "Dotpay"
},
+ "description": {
+ "de": "Dotpay ist ein etablierter polnischer Zahlungsdienstleister, der umfassende Lösungen für den Online-Zahlungsverkehr anbietet und insbesondere im E-Commerce weit verbreitet ist. Das Unternehmen gehört zur Nets Group und stellt eine zentrale Schnittstelle für über 200 Zahlungsmethoden bereit, darunter Online-Banking, Kartenzahlungen, BLIK, Ratenzahlungen, E-Wallets und Barzahlungen über Partnernetzwerke. Dotpay ermöglicht es Händlern, ihren Kunden eine große Auswahl lokal bevorzugter Zahlungsarten anzubieten, was zu höheren Conversion-Raten und einem verbesserten Kundenerlebnis führt. Die Plattform ist vollständig PCI-DSS-konform, bietet Betrugspräventionstools, detaillierte Berichte und unterstützt wiederkehrende Zahlungen sowie Massenzahlungen. Sie lässt sich einfach in Shopsysteme wie Magento, WooCommerce oder PrestaShop integrieren und eignet sich sowohl für kleine Online-Shops als auch für große Marktplätze. Dotpay und über 500 weitere Anbieter sind bereits in Corefys Payment-Orchestration-Plattform integriert, wodurch unsere Kunden die Integration sofort und ohne Programmieraufwand nutzen können – einfach durch Eingabe ihrer MID-Zugangsdaten im Corefy-Dashboard.",
+ "ru": "Dotpay — это польский платежный провайдер, предлагающий решения для онлайн-бизнеса, включая оплату банковскими картами, прямые банковские переводы, BLIK, Google Pay и другие локальные методы. Компания обслуживает широкий спектр отраслей, от электронной коммерции до благотворительных организаций, и предлагает API-интеграции, поддержку нескольких валют и надежную защиту данных. Dotpay входит в группу Nexi (ранее Nets), одного из крупнейших платежных холдингов Европы. Этот и более чем 500 других провайдеров уже интегрированы в платформу платежной оркестрации Corefy, позволяя клиентам мгновенно начать использовать интеграцию без программирования — достаточно ввести свои MID-данные в панели Corefy.",
+ "fr": "Dotpay est un prestataire de services de paiement polonais spécialisé dans l’acceptation de paiements en ligne pour les entreprises opérant sur le marché polonais et européen. Il propose une large gamme de méthodes de paiement locales et internationales, notamment les cartes bancaires, les virements bancaires express, BLIK, et d’autres options populaires en Pologne. Dotpay est particulièrement apprécié des e-commerçants pour sa fiabilité, ses intégrations prêtes à l’emploi avec les principales plateformes CMS, et ses outils de reporting et de gestion des paiements. Il est conforme aux normes PCI DSS et à la réglementation polonaise sur les paiements électroniques. Ce prestataire, ainsi que plus de 500 autres, est déjà intégré à la plateforme d’orchestration de paiements de Corefy, permettant à nos clients de commencer à utiliser l’intégration instantanément, sans codage, en saisissant simplement leurs identifiants MID dans le tableau de bord Corefy.",
+ "en": "Dotpay is a Polish payment service provider specialized in accepting online payments for companies operating in the Polish and European markets. It offers a wide range of local and international payment methods, including credit cards, express bank transfers, BLIK, and other options popular in Poland. Dotpay is particularly appreciated by e-merchants for its reliability, out-of-the-box integrations with leading CMS platforms, and its reporting and payment management tools. It complies with PCI DSS standards and Polish regulations on electronic payments. This provider, along with over 500 others, is already integrated with Corefy's payment orchestration platform, enabling our customers to start using the integration instantly, without coding, by simply entering their MID credentials into the Corefy dashboard."
+ },
"payout_method": [
- "banktransfer"
+ "bank_transfer"
]
},
{
@@ -4152,6 +6423,11 @@
},
"name": {
"en": "tpay.com"
+ },
+ "description": {
+ "uk": "Tpay.com — це польський платіжний провайдер, який забезпечує бізнесам широкий спектр платіжних рішень, включаючи миттєві банківські перекази, оплату банківськими картками, BLIK, Google Pay, Apple Pay та інші локальні методи. Компанія спеціалізується на обслуговуванні інтернет-магазинів і SaaS-сервісів, пропонуючи просту інтеграцію, швидке підключення та високий рівень безпеки транзакцій. Tpay.com є ліцензованим оператором платіжних послуг у Польщі та підтримує роботу з понад 350 банками й фінансовими установами. Цей та понад 500 інших провайдерів вже інтегровані в платформу платіжної оркестрації Corefy, що дозволяє клієнтам миттєво розпочати використання інтеграції без програмування — достатньо ввести свої MID-дані в дашборді Corefy.",
+ "ru": "Tpay (ранее tpay.com) — польский платежный провайдер, предоставляющий решения для электронной коммерции, включая онлайн-эквайринг, быстрые банковские переводы, оплату по QR-коду и BLIK. Компания предлагает более 300 интеграций с банками, CMS и ERP-системами, а также высокий уровень автоматизации процессов. Tpay активно сотрудничает с польскими и международными торговыми площадками, предоставляя безопасные и локализованные платежные инструменты. Этот и более чем 500 других провайдеров уже интегрированы в платформу платежной оркестрации Corefy, позволяя клиентам мгновенно начать использовать интеграцию без программирования — достаточно ввести свои MID-данные в панели Corefy.",
+ "en": "Tpay (formerly tpay.com) is a Polish payment provider offering e-commerce solutions including online acquiring, fast bank transfers, QR code payment and BLIK. The company offers more than 300 integrations with banks, CMS and ERP systems, as well as a high level of process automation. Tpay actively cooperates with Polish and international marketplaces, providing secure and localized payment tools. This and more than 500 other providers are already integrated into Corefy's payment orchestration platform, allowing customers to instantly start using the integration without programming - just enter their MID data in the Corefy panel."
}
},
{
@@ -4177,12 +6453,22 @@
},
"name": {
"en": "SegPay"
+ },
+ "description": {
+ "en": "Segpay is a global payment service provider specializing in high-risk and subscription-based industries such as adult entertainment, digital media, and online services. Founded in 2005 and headquartered in Florida, USA, Segpay offers merchant acquiring, payment processing, fraud prevention, and compliance services with a strong emphasis on customer protection and regulatory adherence. The platform supports multiple currencies and payment methods, including credit cards and alternative payments, and is known for its real-time reporting, dynamic billing options, and chargeback management tools. As a PCI DSS Level 1-certified provider and EU-licensed payment institution, Segpay ensures a secure and fully compliant payment environment. This and 500+ providers are already integrated to Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard.",
+ "de": "Segpay ist ein globaler Zahlungsdienstleister, der sich auf die sichere Abwicklung von Online-Zahlungen für Unternehmen mit erhöhtem Risiko spezialisiert hat, insbesondere in Branchen wie digitale Inhalte, Erwachsenenunterhaltung, Software und Abonnements. Das Unternehmen mit Sitz in den USA wurde 2005 gegründet und bietet umfassende Lösungen für Händler, darunter Zahlungsabwicklung, Risikomanagement, Compliance-Services, Abonnement-Management und Reporting-Tools. Segpay ist bekannt für seine starke Ausrichtung auf gesetzliche Konformität, einschließlich der Einhaltung von PCI-DSS-Standards und lokal geltenden Regulierungen. Händler profitieren von einem automatisierten Betrugspräventionssystem, das Transaktionen in Echtzeit überwacht, sowie von umfangreichen Anpassungsmöglichkeiten beim Checkout. Darüber hinaus unterstützt Segpay mehrere Zahlungsmethoden, darunter Kreditkarten, Debitkarten und wiederkehrende Zahlungen, um globale Reichweite und hohe Conversion-Raten zu ermöglichen. Die Plattform ist so konzipiert, dass sie sowohl für etablierte Unternehmen als auch für wachsende Startups skalierbar ist. Segpay und über 500 weitere Anbieter sind bereits in Corefys Payment-Orchestration-Plattform integriert, wodurch unsere Kunden die Integration sofort und ohne Programmieraufwand nutzen können – einfach durch Eingabe ihrer MID-Zugangsdaten im Corefy-Dashboard.",
+ "ru": "Segpay — это американский платежный провайдер, лицензированный в ЕС и США, специализирующийся на высокорисковых отраслях, включая цифровой контент, развлечения и подписочные сервисы. Компания предлагает услуги по обработке карт, подпискам, управлению рисками, KYC/AML, мониторингу транзакций и отчетности. Segpay поддерживает международные платежные потоки, обеспечивая безопасность и соответствие нормативным требованиям для мерчантов по всему миру. Этот и более чем 500 других провайдеров уже интегрированы в платформу платежной оркестрации Corefy, позволяя клиентам мгновенно начать использовать интеграцию без программирования — достаточно ввести свои MID-данные в панели Corefy.",
+ "uk": "Segpay — це американський платіжний провайдер, який спеціалізується на обслуговуванні високоризикових галузей, зокрема індустрії розваг для дорослих, ігрових сервісів і підписок. Компанія пропонує комплексні рішення з процесингу карткових платежів, управління білінгом, боротьби з шахрайством та відповідності вимогам регуляторів. Segpay працює відповідно до стандарту PCI DSS і забезпечує інструменти для звітності, повернення коштів і моніторингу транзакцій. Платформа підтримує кілька валют і мов, а також надає цілодобову підтримку. Цей та понад 500 інших провайдерів вже інтегровані в платформу платіжної оркестрації Corefy, що дозволяє клієнтам миттєво розпочати використання інтеграції без програмування — достатньо ввести свої MID-дані в дашборді Corefy.",
+ "es": "Segpay es un proveedor de servicios de pago regulado que se especializa en el procesamiento de pagos seguros para comerciantes de alto riesgo, incluidos sectores como entretenimiento para adultos, software y suscripciones. Fundado en 2005, opera bajo supervisión europea y estadounidense, ofreciendo herramientas antifraude, gestión de contracargos y soporte para pagos internacionales. Segpay se centra en garantizar el cumplimiento normativo (PCI DSS, SCA) y en proporcionar informes detallados para los comerciantes. Este y más de 500 proveedores ya están integrados en la plataforma de orquestación de pagos de Corefy, lo que permite a nuestros clientes comenzar a usar la integración al instante sin necesidad de programación, simplemente introduciendo sus credenciales MID en el panel de Corefy."
}
},
{
"status": "active",
"code": "peachpayments",
"vendor": "peachpayments",
+ "payment_method": [
+ "payment_card"
+ ],
"metadata": {
"about_payments_code": "peachpayments"
},
@@ -4199,6 +6485,11 @@
},
"name": {
"en": "Payssion"
+ },
+ "description": {
+ "ru": "Payssion — это международный платежный агрегатор, предоставляющий доступ к сотням локальных методов оплаты по всему миру. Компания предлагает простую интеграцию для разработчиков и бизнесов, позволяя принимать платежи через банки, терминалы, электронные кошельки и предоплаченные карты в странах Азии, Латинской Америки, Европы и Ближнего Востока. Payssion популярен среди онлайн-сервисов, игр, SaaS и платформ цифрового контента. Этот и более чем 500 других провайдеров уже интегрированы в платформу платежной оркестрации Corefy, позволяя клиентам мгновенно начать использовать интеграцию без программирования — достаточно ввести свои MID-данные в панели Corefy.",
+ "es": "Payssion es un proveedor de pagos enfocado en facilitar la aceptación de métodos de pago alternativos locales en más de 200 países. Su solución es especialmente útil para pequeñas y medianas empresas que desean expandirse globalmente sin lidiar con la complejidad de las integraciones locales. Payssion admite wallets, transferencias, pagos en efectivo y métodos específicos de regiones como Asia, América Latina y Europa del Este. Este y más de 500 proveedores ya están integrados en la plataforma de orquestación de pagos de Corefy, lo que permite a nuestros clientes comenzar a usar la integración al instante sin necesidad de programación, simplemente introduciendo sus credenciales MID en el panel de Corefy.",
+ "en": "Payssion is a payment provider focused on facilitating the acceptance of local alternative payment methods in over 200 countries. Its solution is especially useful for small and medium-sized businesses that want to expand globally without dealing with the complexity of local integrations. Payssion supports wallets, transfers, cash payments and methods specific to regions such as Asia, Latin America and Eastern Europe. This and more than 500 other providers are already integrated into Corefy's payment orchestration platform, allowing our customers to start using the integration instantly with no programming required, simply by entering their MID credentials into the Corefy dashboard."
}
},
{
@@ -4218,6 +6509,9 @@
{
"status": "active",
"code": "payofix",
+ "description": {
+ "en": "Payofix Payment Providers: Several factors are important when choosing a payment processor, and Payofix can help you out with both. For sme businesses, Payofix can help you out by offering high-risk processing, as well as a merchant account. With this service, your business can easily connect with your existing payment processor to make payments. Whether you want to accept payments from credit card customers, or provide payment processing services for small businesses, you'll find it easy to find the right one for your business."
+ },
"vendor": "payofix",
"metadata": {
"about_payments_code": "payofix"
@@ -4373,6 +6667,10 @@
},
"name": {
"en": "PayPlug"
+ },
+ "description": {
+ "es": "PayPlug es un proveedor de servicios de pago con sede en Francia, parte del grupo BPCE, especializado en ofrecer soluciones simples y seguras de procesamiento de pagos para pequeñas y medianas empresas. Su plataforma permite aceptar pagos con tarjeta en línea y en tiendas físicas, con herramientas de análisis, prevención de fraudes y funcionalidades para mejorar la conversión. PayPlug se integra fácilmente con CMS populares como PrestaShop, Magento y WooCommerce. Este y más de 500 proveedores ya están integrados en la plataforma de orquestación de pagos de Corefy, lo que permite a nuestros clientes comenzar a usar la integración al instante sin necesidad de programación, simplemente introduciendo sus credenciales MID en el panel de Corefy.",
+ "en": "PayPlug is a France-based payment service provider, part of the BPCE group, specialized in offering simple and secure payment processing solutions for small and medium-sized businesses. Its platform allows accepting card payments online and in physical stores, with analytics tools, fraud prevention and conversion-enhancing functionalities. PayPlug easily integrates with popular CMSs such as PrestaShop, Magento and WooCommerce. This and more than 500 other vendors are already integrated into Corefy's payment orchestration platform, allowing our customers to start using the integration instantly with no programming required, simply by entering their MID credentials in Corefy's dashboard."
}
},
{
@@ -4589,6 +6887,11 @@
},
"name": {
"en": "WePay"
+ },
+ "description": {
+ "ru": "WePay — это платежная платформа, принадлежащая JPMorgan Chase, предлагающая решения для встраиваемых платежей в SaaS и платформенные бизнесы. Она позволяет интеграторам быстро запускать оплату с карт, ACH, цифровых кошельков, а также управлять рекуррентными платежами и возвратами. WePay обеспечивает высокий уровень соответствия требованиям и интеграцию с банковской инфраструктурой США. Этот и более чем 500 других провайдеров уже интегрированы в платформу платежной оркестрации Corefy, позволяя клиентам мгновенно начать использовать интеграцию без программирования — достаточно ввести свои MID-данные в панели Corefy.",
+ "uk": "WePay — це американський платіжний провайдер, який належить банківській групі JPMorgan Chase та спеціалізується на інтегрованих платіжних рішеннях для SaaS-платформ і онлайн-сервісів. Компанія пропонує API-рішення для вбудовування прийому платежів напряму в програмне забезпечення, забезпечуючи гнучкість і контроль для розробників. Серед основних можливостей — обробка карткових платежів, ACH-переказів, автоматичне врахування комісій, керування підписками та захист від шахрайства. WePay також пропонує white-label рішення, що дозволяє брендам зберігати контроль над UX. Завдяки партнерству з JPMorgan, сервіс забезпечує стабільність, регуляторну відповідність і доступ до банківської інфраструктури. Цей та понад 500 інших провайдерів вже інтегровані в платформу платіжної оркестрації Corefy, що дозволяє клієнтам миттєво розпочати використання інтеграції без програмування — достатньо ввести свої MID-дані в дашборді Corefy.",
+ "en": "WePay is an American payment provider owned by the JPMorgan Chase banking group that specializes in integrated payment solutions for SaaS platforms and online services. The company offers API solutions for embedding payment acceptance directly into software, providing flexibility and control for developers. The main features include processing card payments, ACH transfers, automatic commission accounting, subscription management, and fraud protection. WePay also offers a white-label solution that allows brands to maintain control over UX. Thanks to a partnership with JPMorgan, the service provides stability, regulatory compliance, and access to banking infrastructure. This and more than 500 other providers are already integrated into the Corefy payment orchestration platform, allowing customers to instantly start using the integration without programming - just enter their MID data in the Corefy dashboard."
}
},
{
@@ -4611,6 +6914,10 @@
},
"name": {
"en": "CURO payments"
+ },
+ "description": {
+ "de": "CURO Payments ist ein niederländischer Zahlungsdienstleister, der sich auf maßgeschneiderte Payment-Lösungen für Unternehmen mit komplexen Anforderungen spezialisiert hat – insbesondere in den Bereichen E-Commerce, digitales Marketing, Abonnements und grenzüberschreitende Dienstleistungen. Das Unternehmen bietet eine modulare Plattform, über die Händler verschiedenste Zahlungsmethoden integrieren können, darunter Kreditkarten, SEPA-Überweisungen, Sofortüberweisung, iDEAL, Bancontact und viele weitere. CURO Payments übernimmt dabei nicht nur die technische Zahlungsabwicklung, sondern auch die vollständige Transaktionsabwicklung im Namen des Händlers (Merchant of Record), inklusive Auszahlung, Risikomanagement, Steuerabwicklung und regulatorischer Konformität. Dies macht die Lösung besonders attraktiv für internationale Anbieter, die sich nicht mit länderspezifischen Anforderungen befassen möchten. Die Plattform zeichnet sich durch hohe Sicherheit, Flexibilität und zuverlässigen Support aus und lässt sich nahtlos über API in bestehende Systeme integrieren. CURO Payments und über 500 weitere Anbieter sind bereits in Corefys Payment-Orchestration-Plattform integriert, wodurch unsere Kunden die Integration sofort und ohne Programmieraufwand nutzen können – einfach durch Eingabe ihrer MID-Zugangsdaten im Corefy-Dashboard.",
+ "en": "CURO Payments is a Dutch payment service provider that specializes in tailor-made payment solutions for companies with complex requirements - especially in the areas of e-commerce, digital marketing, subscriptions and cross-border services. The company offers a modular platform that allows merchants to integrate a wide range of payment methods, including credit cards, SEPA transfers, Sofortüberweisung, iDEAL, Bancontact and many more. CURO Payments not only handles the technical payment processing, but also the complete transaction processing on behalf of the merchant (merchant of record), including payout, risk management, tax processing and regulatory compliance. This makes the solution particularly attractive for international providers who do not want to deal with country-specific requirements. The platform is characterized by high security, flexibility and reliable support and can be seamlessly integrated into existing systems via API. CURO Payments and over 500 other providers are already integrated into Corefy's payment orchestration platform, allowing our customers to use the integration immediately and without programming effort - simply by entering their MID access data in the Corefy dashboard."
}
},
{
@@ -4661,12 +6968,17 @@
"status": "active",
"code": "checkoutcom",
"vendor": "checkoutcom",
- "metadata": {
- "about_payments_code": "checkoutcom"
- },
"name": {
- "en": "Checkout.com"
- }
+ "en": "Checkout.com",
+ "ru": "Checkout.com",
+ "uk": "Checkout.com"
+ },
+ "payment_method": [
+ "payment_card"
+ ],
+ "payout_method": [
+ "payment_card"
+ ]
},
{
"status": "active",
@@ -4687,13 +6999,11 @@
"en": "PayPal"
},
"payment_method": [
+ "payment_card",
"paypal"
],
"payout_method": [
- "paypal",
- "paypal_id",
- "paypal_email",
- "paypal_phone"
+ "paypal"
]
},
{
@@ -4741,6 +7051,10 @@
},
"name": {
"en": "Start2Pay"
+ },
+ "description": {
+ "en": "Start2Pay is a global payment service provider offering tailored payment processing solutions for online businesses, particularly in high-risk industries such as iGaming, forex, and digital services. The platform supports a wide variety of payment methods, including international credit and debit cards, local banking options, and alternative payments, allowing merchants to serve customers across multiple markets. Start2Pay emphasizes compliance, security, and efficiency, featuring real-time transaction monitoring, fraud prevention tools, and multi-currency support. Its infrastructure is built for scalability and easy integration, with options for API and hosted checkout to suit different business models. Start2Pay and 500+ other payment providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard.",
+ "ru": "Start2Pay — это международный платежный провайдер, специализирующийся на обработке онлайн-платежей, массовых выплатах и подключении локальных методов оплаты. Компания предлагает адаптируемые решения для iGaming, торговли, финтеха и цифровых сервисов. Среди возможностей — поддержка карт, банковских переводов, электронных кошельков и криптовалют. Start2Pay предоставляет высоконастраиваемую платформу, ориентированную на простую интеграцию и глобальный охват. Этот и более чем 500 других провайдеров уже интегрированы в платформу платежной оркестрации Corefy, позволяя клиентам мгновенно начать использовать интеграцию без программирования — достаточно ввести свои MID-данные в панели Corefy."
}
},
{
@@ -4889,6 +7203,23 @@
"en": "Alpha Payments Cloud"
}
},
+ {
+ "status": "active",
+ "code": "litepay",
+ "vendor": "litepay",
+ "name": {
+ "en": "LitePay",
+ "ru": "LitePay",
+ "uk": "LitePay"
+ },
+ "description": {
+ "en": "Litepay is a digital payment solution developed to facilitate fast, secure, and user-friendly transactions using cryptocurrencies, with a particular focus on Litecoin. Originally introduced as a platform that would allow merchants to accept Litecoin payments and instantly convert them to fiat currencies, Litepay aimed to bridge the gap between traditional finance and digital currencies. Although the original Litepay project was discontinued shortly after its launch, various services and providers have since adopted similar names to offer crypto payment processing, wallet services, and merchant tools, often emphasizing low transaction fees and global accessibility. Depending on the current iteration or entity operating under the Litepay name, the core objective remains simplifying the acceptance of crypto payments for online businesses. Litepay and 500+ other payment providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard.",
+ "de": "Litepay war ein Zahlungsprojekt, das ursprünglich dazu gedacht war, Litecoin als Zahlungsmittel im Handel zu etablieren. Die Idee hinter Litepay war, eine benutzerfreundliche Infrastruktur bereitzustellen, mit der Händler Litecoin-Zahlungen akzeptieren und direkt in Fiat-Währungen umwandeln können, um sich vor Kursschwankungen zu schützen. Das Projekt umfasste Pläne für eine Litepay-Debitkarte, ein Händler-Zahlungsgateway sowie Wallet-Dienste. Trotz hoher Erwartungen in der Krypto-Community wurde das Projekt im Jahr 2018 eingestellt, bevor es vollständig umgesetzt wurde, unter anderem aufgrund von mangelnder Transparenz, interner Herausforderungen und ausbleibender Investorenunterstützung. Heute ist Litepay als aktiver Zahlungsdienstleister nicht mehr im Einsatz. Dennoch sind Litecoin-Zahlungen über andere Anbieter weiterhin möglich. Litepay und über 500 weitere Anbieter sind bereits in Corefys Payment-Orchestration-Plattform integriert, wodurch unsere Kunden die Integration sofort und ohne Programmieraufwand nutzen können – einfach durch Eingabe ihrer MID-Zugangsdaten im Corefy-Dashboard."
+ },
+ "payment_method": [
+ "card_transfer"
+ ]
+ },
{
"status": "active",
"code": "cardcomplete",
@@ -4915,12 +7246,14 @@
"status": "active",
"code": "dusupay",
"vendor": "dusupay",
- "metadata": {
- "about_payments_code": "dusupay"
- },
"name": {
- "en": "DusuPay"
- }
+ "en": "Dusupay",
+ "ru": "Dusupay",
+ "uk": "Dusupay"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
},
{
"status": "active",
@@ -4931,6 +7264,10 @@
},
"name": {
"en": "Paybox by Verifone"
+ },
+ "description": {
+ "de": "Paybox Services, ein französischer Anbieter für Zahlungsgateways und Teil von Point (heute Verifone), bietet seit den 2000er Jahren Lösungen für Online- und Offline-Zahlungen. Die Plattform ermöglicht die Annahme von Kreditkarten, SEPA-Lastschriften, Wallets und lokalen Zahlungsmethoden in Frankreich und Europa. Sie richtet sich besonders an Unternehmen mit mittlerem bis hohem Transaktionsvolumen, die Wert auf Stabilität, Compliance und Integration in bestehende Kassensysteme legen. Paybox Services und über 500 weitere Anbieter sind bereits in Corefys Payment-Orchestration-Plattform integriert, wodurch unsere Kunden die Integration sofort und ohne Programmieraufwand nutzen können – einfach durch Eingabe ihrer MID-Zugangsdaten im Corefy-Dashboard.",
+ "en": "Paybox Services, a French payment gateway provider and part of Point (now Verifone), has been offering solutions for online and offline payments since the 2000s. The platform enables the acceptance of credit cards, SEPA direct debits, wallets and local payment methods in France and Europe. It is particularly aimed at companies with medium to high transaction volumes that value stability, compliance and integration into existing POS systems. Paybox Services and over 500 other providers are already integrated into Corefy's payment orchestration platform, allowing our customers to use the integration immediately and without any programming effort - simply by entering their MID access data in the Corefy dashboard."
}
},
{
@@ -5028,6 +7365,12 @@
{
"status": "active",
"code": "ppro",
+ "description": {
+ "en": "PPro is a company that specializes in payment orchestration. This means that they help businesses streamline their payments so that they are easier to manage and more efficient. They work with a variety of clients, including small businesses, e-commerce companies, and even enterprise-level businesses. PPro has a lot of experience in the industry, and they have a good reputation for being a reliable and trustworthy company. PPro offers a lot of features that can help businesses streamline their payments. They have a simple, easy-to-use interface that makes it easy to keep track of your payments and see where they are going. They also offer a variety of payment options, so you can choose the one that best fits your needs. Additionally, PPro offers a lot of security features so you can be sure that your payments are safe and secure. Overall, PPro is a great company that can help you streamline your payments and make them more efficient. They have a lot of experience in the industry, and they offer a variety of features that can help you make your payments more efficient. If you are looking for a company to help you with your payment needs, then PPro is a great option.",
+ "de": "PPRO ist ein weltweit agierender Anbieter für lokale Zahlungslösungen, der es Zahlungsdienstleistern, Gateways und Unternehmen ermöglicht, ihre Reichweite durch die Integration lokaler Zahlungsmethoden zu erweitern. Das in London ansässige Unternehmen bietet eine umfassende Infrastruktur, über die mehr als 300 alternative Zahlungsmethoden in über 100 Märkten abgedeckt werden, darunter E-Wallets, Banküberweisungen, Ratenzahlungen und Barzahlungssysteme. PPRO übernimmt dabei die regulatorischen Anforderungen, das Risikomanagement, die technische Abwicklung sowie die Auszahlungskonsolidierung, sodass Partner sich vollständig auf ihr Geschäft konzentrieren können. Durch die Bereitstellung einer einheitlichen API ermöglicht PPRO einen schnellen Markteintritt ohne separate Integrationen für jede einzelne Zahlungsmethode. Die Plattform ist besonders attraktiv für Unternehmen, die international expandieren möchten und dabei auf lokal bevorzugte Zahlungsmethoden angewiesen sind, um Conversion-Raten zu maximieren. PPRO und über 500 weitere Anbieter sind bereits in Corefys Payment-Orchestration-Plattform integriert, wodurch unsere Kunden die Integration sofort und ohne Programmieraufwand nutzen können – einfach durch Eingabe ihrer MID-Zugangsdaten im Corefy-Dashboard.",
+ "es": "PPRO es un proveedor global de infraestructura de pagos que permite a empresas y PSPs ofrecer métodos de pago locales en más de 100 países. En lugar de procesar pagos directamente, PPRO actúa como agregador de métodos alternativos, facilitando la integración de wallets, transferencias, pagos en efectivo y soluciones locales. Su enfoque está en mejorar las tasas de conversión y ayudar a sus socios a expandirse internacionalmente sin complejidad técnica. Este y más de 500 proveedores ya están integrados en la plataforma de orquestación de pagos de Corefy, lo que permite a nuestros clientes comenzar a usar la integración al instante sin necesidad de programación, simplemente introduciendo sus credenciales MID en el panel de Corefy.",
+ "fr": "PPRO est une infrastructure de paiement transfrontalière basée au Royaume-Uni, qui permet aux prestataires de services de paiement et aux entreprises d’accéder à un vaste éventail de méthodes de paiement locales à travers le monde. PPRO agit en tant qu’agrégateur de paiements alternatifs, facilitant l’intégration de solutions comme Alipay, Bancontact, iDEAL, Boleto et bien d’autres, par le biais d’une API unique. L’entreprise se distingue par ses fonctionnalités de compliance, de conversion des devises et de règlement unifié, simplifiant ainsi les opérations financières internationales. Elle est particulièrement utile pour les entreprises en expansion globale cherchant à optimiser les conversions en s’adaptant aux préférences de paiement locales. Ce prestataire, ainsi que plus de 500 autres, est déjà intégré à la plateforme d’orchestration de paiements de Corefy, permettant à nos clients de commencer à utiliser l’intégration instantanément, sans codage, en saisissant simplement leurs identifiants MID dans le tableau de bord Corefy."
+ },
"vendor": "ppro",
"categories": [
"distributing"
@@ -5045,7 +7388,9 @@
"about_payments_code": "ppro"
},
"name": {
- "en": "PPRO Financial Ltd"
+ "en": "PPRO",
+ "ru": "PPRO",
+ "uk": "PPRO"
}
},
{
@@ -5179,6 +7524,10 @@
},
"name": {
"en": "DOKU"
+ },
+ "description": {
+ "es": "DOKU es uno de los principales proveedores de pagos digitales en Indonesia, que ofrece una amplia gama de servicios como billetera electrónica, adquirencia con tarjetas, transferencias bancarias y pagos en efectivo. Conectando a empresas con múltiples métodos de pago locales, DOKU permite a los comercios adaptarse al ecosistema financiero indonesio. Su enfoque se centra en la inclusión financiera y en facilitar el comercio electrónico en el sudeste asiático. Este y más de 500 proveedores ya están integrados en la plataforma de orquestación de pagos de Corefy, lo que permite a nuestros clientes comenzar a usar la integración al instante sin necesidad de programación, simplemente introduciendo sus credenciales MID en el panel de Corefy.",
+ "en": "DOKU is one of the leading digital payment providers in Indonesia, offering a wide range of services such as e-wallet, card acquiring, bank transfers and cash payments. By connecting businesses with multiple local payment methods, DOKU enables merchants to adapt to the Indonesian financial ecosystem. Its focus is on financial inclusion and facilitating e-commerce in Southeast Asia. It and more than 500 other vendors are already integrated into Corefy's payment orchestration platform, allowing our customers to start using the integration instantly without any programming, simply by entering their MID credentials into Corefy's dashboard."
}
},
{
@@ -5190,6 +7539,10 @@
},
"name": {
"en": "Red Dot Payment"
+ },
+ "description": {
+ "ru": "Red Dot Payment — это сингапурский платежный провайдер, специализирующийся на решениях для электронной коммерции и гостиничного бизнеса в Юго-Восточной Азии. Компания предлагает обработку карт, локальные платежные методы, антифрод-инструменты и кастомные платежные страницы. Red Dot Payment входит в группу PayU и ориентирован на поддержку трансграничных транзакций, локализацию платежного опыта и обеспечение высокого уровня безопасности. Этот и более чем 500 других провайдеров уже интегрированы в платформу платежной оркестрации Corefy, позволяя клиентам мгновенно начать использовать интеграцию без программирования — достаточно ввести свои MID-данные в панели Corefy.",
+ "en": "Red Dot Payment is a Singapore-based payment provider specializing in e-commerce and hospitality solutions in Southeast Asia. The company offers card processing, local payment methods, anti-fraud tools and custom payment pages. Red Dot Payment is part of the PayU group and is focused on supporting cross-border transactions, localizing the payment experience and providing a high level of security. This and more than 500 other providers are already integrated into Corefy's payment orchestration platform, allowing customers to instantly start using the integration without programming - just enter their MID data in the Corefy dashboard."
}
},
{
@@ -5201,6 +7554,9 @@
},
"name": {
"en": "KeyCollect"
+ },
+ "description": {
+ "en": "KeyCollect SA is a Swiss-based payment service provider founded in 2008 by a team of online payment industry experts. Operating from Zürich, the company focuses on delivering secure and reliable online payment processing solutions at competitive costs. KeyCollect offers a range of services designed to facilitate seamless transactions for businesses, emphasizing security and efficiency in its operations. This and 500+ providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard."
}
},
{
@@ -5245,6 +7601,10 @@
},
"name": {
"en": "eNett International"
+ },
+ "description": {
+ "de": "eNett war ein Spezialanbieter für virtuelle Kreditkarten (VCCs) im B2B-Zahlungsverkehr, vor allem für die Reisebranche. Die Plattform ermöglichte Reiseunternehmen, Hotelbuchungsplattformen und anderen Firmenkunden die Ausstellung temporärer, einmal nutzbarer Mastercard-Zahlungen zur sicheren Abwicklung von Lieferanten- und Partnerzahlungen. Die Vorteile lagen in erhöhter Kontrolle, Betrugsschutz, Transparenz und automatischer Abstimmung von Zahlungen. eNett war Teil der Travelport-Gruppe und wurde 2020 von WEX übernommen. Die Technologie lebt in neuen Produkten unter WEX weiter. eNett und über 500 weitere Anbieter sind bereits in Corefys Payment-Orchestration-Plattform integriert, wodurch unsere Kunden die Integration sofort und ohne Programmieraufwand nutzen können – einfach durch Eingabe ihrer MID-Zugangsdaten im Corefy-Dashboard.",
+ "en": "eNett was a specialist provider of virtual credit cards (VCCs) for B2B payments, primarily for the travel industry. The platform enabled travel companies, hotel booking platforms and other corporate customers to issue temporary, single-use Mastercard payments to securely process supplier and partner payments. The benefits were increased control, fraud protection, transparency and automatic reconciliation of payments. eNett was part of the Travelport Group and was acquired by WEX in 2020. The technology lives on in new products under WEX. eNett and over 500 other suppliers are already integrated into Corefy's payment orchestration platform, allowing our customers to use the integration immediately and without programming effort - simply by entering their MID credentials in the Corefy dashboard."
}
},
{
@@ -5302,6 +7662,11 @@
},
"name": {
"en": "CardinalCommerce"
+ },
+ "description": {
+ "de": "CardinalCommerce, ein Unternehmen von Visa, bietet Authentifizierungslösungen für Online-Zahlungen mit Schwerpunkt auf 3D Secure 2.0. Die Plattform hilft Händlern, die Anforderungen der PSD2-SCA (Starke Kundenauthentifizierung) zu erfüllen und gleichzeitig die Conversion-Raten zu maximieren. CardinalCommerce ermöglicht eine risikobasierte Authentifizierung, reduziert Chargebacks und verbessert die Kundenerfahrung durch reibungslose Sicherheitsprozesse. Die Lösung lässt sich nahtlos in bestehende Zahlungssysteme integrieren. CardinalCommerce und über 500 weitere Anbieter sind bereits in Corefys Payment-Orchestration-Plattform integriert, wodurch unsere Kunden die Integration sofort und ohne Programmieraufwand nutzen können – einfach durch Eingabe ihrer MID-Zugangsdaten im Corefy-Dashboard.",
+ "ru": "CardinalCommerce — это дочерняя компания Visa, предоставляющая решения по аутентификации онлайн-платежей. Она специализируется на технологиях 3D Secure (включая 3DS2), обеспечивая безопасные и удобные транзакции для продавцов и покупателей. CardinalCommerce помогает снижать количество мошеннических операций, повышать уровень авторизаций и соответствовать международным стандартам безопасности. Этот и более чем 500 других провайдеров уже интегрированы в платформу платежной оркестрации Corefy, позволяя клиентам мгновенно начать использовать интеграцию без программирования — достаточно ввести свои MID-данные в панели Corefy.",
+ "en": "CardinalCommerce is a subsidiary of Visa that provides online payment authentication solutions. It specializes in 3D Secure technologies (including 3DS2), providing secure and convenient transactions for merchants and shoppers. CardinalCommerce helps reduce fraudulent transactions, increase authorization rates, and meet international security standards. This and more than 500 other providers are already integrated into Corefy's payment orchestration platform, allowing customers to instantly start using the integration without programming - just enter their MID credentials in the Corefy dashboard."
}
},
{
@@ -5329,6 +7694,9 @@
{
"status": "active",
"code": "europabank",
+ "description": {
+ "en": "Europabank is a leading payment gateway provider that offers a complete payment orchestration platform. The company has over 15 years of experience in the industry and provides a robust, scalable and secure solution that helps businesses streamline their payment operations. Europabank's platform enables businesses to accept and process payments from multiple channels, including credit cards, debit cards, e-wallets and bank transfers. The company also offers a wide range of value-added services, such as fraud prevention, customer support and merchant onboarding. Europabank is headquartered in Belgium and serves customers in over 30 countries. There are many payment gateway providers out there, but not all of them offer the same level of service or features. Europabank is a leading provider of payment orchestration services, and they have a lot to offer their clients. One of the things that sets Europabank apart from other providers is their focus on security. They use the latest encryption technologies to ensure that your data is safe, and they have a team of experts who are always working to improve their security measures. Another thing that makes Europabank stand out is their customer service. They are always available to help you with any questions or issues you may have, and they will do whatever it takes to make sure you are satisfied with their service. Europabank is a great choice for businesses of all sizes who are looking for a reliable and secure payment gateway provider. If you are looking for a provider that can offer you the best features and customer service, then Europabank is the right choice for you."
+ },
"vendor": "europabank",
"countries": [
"BE"
@@ -5499,6 +7867,11 @@
},
"name": {
"en": "PayEx"
+ },
+ "description": {
+ "de": "PayEx ist ein skandinavischer Zahlungsdienstleister mit Hauptsitz in Schweden, der umfassende Lösungen für Zahlungsabwicklung, Fakturierung, Finanzierung und Inkasso anbietet. Als Teil der Swedbank-Gruppe bietet PayEx sowohl Online- als auch Point-of-Sale-Zahlungslösungen an und richtet sich an Unternehmen jeder Größe in den nordischen Ländern und darüber hinaus. Die Plattform unterstützt eine Vielzahl von Zahlungsmethoden, darunter Kredit- und Debitkarten, Mobile Payments, Online-Banking, Ratenzahlungen und Rechnungsstellung. Besonders geschätzt wird PayEx für seine benutzerfreundliche Abwicklung, starke Sicherheitsstandards, PCI-DSS-Konformität und hohe Zuverlässigkeit. Neben der Zahlungsabwicklung bietet PayEx auch Dienstleistungen zur Kundenfinanzierung und zum Forderungsmanagement, was eine ganzheitliche Lösung für Unternehmen darstellt, die ihren Cashflow optimieren möchten. Die API ist flexibel und lässt sich leicht in gängige E-Commerce-Systeme integrieren, wodurch Händler ihre Zahlungslösungen individuell anpassen können. PayEx und über 500 weitere Anbieter sind bereits in Corefys Payment-Orchestration-Plattform integriert, wodurch unsere Kunden die Integration sofort und ohne Programmieraufwand nutzen können – einfach durch Eingabe ihrer MID-Zugangsdaten im Corefy-Dashboard.",
+ "ru": "PayEx — это скандинавский платежный провайдер, входящий в состав группы Swedbank. Компания предоставляет услуги эквайринга, счет-фактурирования, подписочной модели и управления дебиторской задолженностью. PayEx работает с бизнесами всех размеров в Швеции, Норвегии и других странах Северной Европы, обеспечивая надежные и локализованные платежные решения. Этот и более чем 500 других провайдеров уже интегрированы в платформу платежной оркестрации Corefy, позволяя клиентам мгновенно начать использовать интеграцию без программирования — достаточно ввести свои MID-данные в панели Corefy.",
+ "en": "PayEx is a Scandinavian payment provider, part of Swedbank Group. The company provides acquiring, invoicing, subscription model and receivables management services. PayEx works with businesses of all sizes in Sweden, Norway and other Nordic countries to provide reliable and localized payment solutions. This and more than 500 other providers are already integrated into Corefy's payment orchestration platform, allowing customers to instantly start using the integration without programming - just enter their MID data in the Corefy dashboard."
}
},
{
@@ -5521,6 +7894,10 @@
},
"name": {
"en": "Mobipaid"
+ },
+ "description": {
+ "de": "MobiPaid ist ein internationaler Zahlungsdienstleister, der sich auf mobile Rechnungsstellung und sofortige Zahlungsaufforderungen per SMS, E-Mail, QR-Code oder Social Media konzentriert. Die Plattform ermöglicht es Händlern, Zahlungen direkt über mobile Geräte zu initiieren, wodurch insbesondere Kleinunternehmen, Freiberufler und Außendienstleister profitieren. Unterstützt werden Kreditkarten, digitale Wallets und lokale Zahlungsmethoden in über 40 Währungen. MobiPaid benötigt kein physisches POS-Gerät und bietet eine cloudbasierte Infrastruktur mit Reporting, Mehrbenutzerverwaltung und API-Integration. MobiPaid und über 500 weitere Anbieter sind bereits in Corefys Payment-Orchestration-Plattform integriert, wodurch unsere Kunden die Integration sofort und ohne Programmieraufwand nutzen können – einfach durch Eingabe ihrer MID-Zugangsdaten im Corefy-Dashboard.",
+ "en": "MobiPaid is an international payment service provider that focuses on mobile invoicing and instant payment requests via SMS, email, QR code or social media. The platform enables merchants to initiate payments directly via mobile devices, benefiting small businesses, freelancers and field service providers in particular. Credit cards, digital wallets and local payment methods in over 40 currencies are supported. MobiPaid does not require a physical POS device and offers a cloud-based infrastructure with reporting, multi-user management and API integration. MobiPaid and over 500 other providers are already integrated into Corefy's payment orchestration platform, allowing our customers to use the integration immediately and without programming effort - simply by entering their MID credentials in the Corefy dashboard."
}
},
{
@@ -5537,6 +7914,9 @@
{
"status": "active",
"code": "text2pay",
+ "description": {
+ "en": "If you're looking for a payment gateway provider, you've probably heard of Text2Pay. They're a popular choice for businesses that need to accept payments online. But what are the pros and cons of using Text2Pay? Let's take a closer look. If you're looking for a payment gateway provider, you've probably come across 2Pay. In this article, we'll take a closer look at what 2Pay does and how it can benefit your business. 2Pay is a payment orchestration platform that helps businesses automate and streamline their billing and payments process. The company offers a suite of tools to help businesses manage their finances, including a payment gateway, invoicing, and accounting software. PROS: Easy to use platform: Text2Pay is designed to be easy to use, even if you're not a tech expert. Their platform is straightforward and easy to navigate. Affordable: Text2Pay is one of the most affordable payment gateway providers on the market. They offer competitive pricing and don't have any hidden fees. Reliable: When it comes to payments, you can't afford to have any downtime. Text2Pay is a reliable platform that will keep your payments running smoothly. 2Pay's payment gateway is one of the most popular features of the platform. The gateway allows businesses to accept credit card payments from customers around the world. The company also offers a fraud protection service to help businesses avoid chargebacks and fraudulent transactions."
+ },
"vendor": "text2pay",
"countries": [
"CA",
@@ -5610,6 +7990,11 @@
},
"name": {
"en": "Verotel"
+ },
+ "description": {
+ "en": "Verotel is a global payment service provider specializing in processing online payments for high-risk industries, particularly adult entertainment, digital content, and other subscription-based services. Founded in 1998 and registered as a certified Payment Institution in the Netherlands, Verotel enables merchants to accept credit and debit card payments securely and compliantly. The platform supports recurring billing, one-click payments, and robust fraud prevention mechanisms, all tailored to the needs of businesses that often face limitations with traditional payment processors. Verotel offers easy integration, real-time reporting, and tools to help merchants manage subscriptions and chargebacks effectively. Verotel and 500+ other payment providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard.",
+ "de": "Verotel ist ein spezialisierter Zahlungsdienstleister mit Sitz in den Niederlanden, der sich auf die Abwicklung von Online-Zahlungen für Anbieter digitaler Inhalte und insbesondere die Erwachsenenunterhaltungsbranche konzentriert. Seit 1998 aktiv, bietet Verotel Lösungen für Einmalzahlungen, Abonnements, wiederkehrende Zahlungen sowie umfassendes Risikomanagement und rechtliche Compliance. Die Plattform ist PCI-DSS-konform, unterstützt mehrere Währungen und bietet eine API sowie White-Label-Zahlungsseiten für nahtlose Integration. Verotel richtet sich an internationale Händler, die in regulierten, aber umsatzstarken Branchen tätig sind. Verotel und über 500 weitere Anbieter sind bereits in Corefys Payment-Orchestration-Plattform integriert, wodurch unsere Kunden die Integration sofort und ohne Programmieraufwand nutzen können – einfach durch Eingabe ihrer MID-Zugangsdaten im Corefy-Dashboard.",
+ "ru": "Verotel — это один из старейших платежных провайдеров, специализирующийся на высокорисковых сегментах, таких как adult-индустрия. Компания предлагает услуги по приему платежей, управлению подписками, автоматизации биллинга, а также предоставляет отчетность и инструменты соответствия нормативным требованиям. Verotel работает с бизнесами по всему миру и обеспечивает гибкие схемы интеграции. Этот и более чем 500 других провайдеров уже интегрированы в платформу платежной оркестрации Corefy, позволяя клиентам мгновенно начать использовать интеграцию без программирования — достаточно ввести свои MID-данные в панели Corefy."
}
},
{
@@ -5626,6 +8011,12 @@
{
"status": "active",
"code": "comerciaglobalpayments",
+ "description": {
+ "en": "If you're looking for a payment gateway provider that can help you with payment orchestration, Comerica Global Payments is a great option. Their platform is designed to help businesses streamline their payment processes, making it easier and more efficient to get paid. Plus, they offer competitive rates and a wide range of features, so you're sure to find a solution that fits your needs. There are a lot of different payment gateway providers out there, and choosing the right one can be a daunting task. However, if you're looking for a payment orchestration platform that can make your life a lot easier, you should definitely check out Comerica Global Payments. Comerica Global Payments is a leading provider of payment gateway solutions. Their platform is designed to streamline the entire payments process, from start to finish. And because they work with some of the biggest names in the business, you can rest assured that your transactions will be processed quickly and securely. If you're looking for a payment gateway provider that can offer you the convenience and peace of mind that you deserve, Comerica Global Payments is definitely worth checking out. Some of the key features of Comerciaglobalpayments include: support for multiple payment types - Comerciaglobalpayments supports a wide range of payment types, including credit cards, debit cards, and ACH transfers. This makes it easy for businesses to accept payments from a variety of customers. Flexible pricing - Comerciaglobalpayments offers flexible pricing options, so businesses can choose the plan that best suits their needs. There are no long-term contracts or hidden fees, so businesses can scale up or down as needed. Robust security - Comerciaglobalpayments uses the latest security technologies to protect businesses and their customers. All data is encrypted and stored securely, so businesses can rest assured that their information is safe. If you're looking for a payment gateway provider that offers all of the features and benefits you need, Comerciaglobalpayments is the perfect option.",
+ "de": "Comercia Global Payments ist ein Joint Venture zwischen der CaixaBank und Global Payments, das als einer der führenden Zahlungsdienstleister in Spanien agiert. Das Unternehmen bietet umfassende Lösungen für den stationären und digitalen Handel, darunter POS-Terminals, E-Commerce-Gateways, mobile Zahlungen, kontaktlose Technologien und fortschrittliche Analytik-Tools. Comercia Global Payments betreut kleine und große Unternehmen in verschiedenen Branchen und stellt eine robuste und skalierbare Infrastruktur bereit, die sowohl nationale als auch internationale Transaktionen unterstützt. Die Plattform ist mit einer Vielzahl von Zahlungsmethoden kompatibel – von Kredit- und Debitkarten bis hin zu digitalen Wallets – und ermöglicht eine hohe Conversion-Rate durch optimierte Checkout-Prozesse und fortschrittliches Risikomanagement. Durch die enge Verbindung zur CaixaBank profitieren Händler zudem von integrierten Bankdienstleistungen und einem starken lokalen Support. Comercia Global Payments und über 500 weitere Anbieter sind bereits in Corefys Payment-Orchestration-Plattform integriert, wodurch unsere Kunden die Integration sofort und ohne Programmieraufwand nutzen können – einfach durch Eingabe ihrer MID-Zugangsdaten im Corefy-Dashboard.",
+ "ru": "Comercia Global Payments — это совместное предприятие CaixaBank и Global Payments, предоставляющее решения для приема онлайн- и офлайн-платежей в Европе, особенно в Испании. Компания предлагает торговый эквайринг, прием карт, терминалы POS, а также инструменты по управлению рисками и аналитике. Этот и более чем 500 других провайдеров уже интегрированы в платформу платежной оркестрации Corefy, позволяя клиентам мгновенно начать использовать интеграцию без программирования — достаточно ввести свои MID-данные в панели Corefy.",
+ "es": "Comercia Global Payments es una joint venture entre CaixaBank y Global Payments que ofrece servicios de adquirencia y procesamiento de pagos para negocios en España y Portugal. Proporciona soluciones para comercio físico y electrónico, incluyendo TPV, pagos online, contactless, e integración con plataformas de e-commerce. Es conocido por su fiabilidad, soporte local y cumplimiento normativo en la región ibérica. Este y más de 500 proveedores ya están integrados en la plataforma de orquestación de pagos de Corefy, lo que permite a nuestros clientes comenzar a usar la integración al instante sin necesidad de programación, simplemente introduciendo sus credenciales MID en el panel de Corefy."
+ },
"vendor": "comerciaglobalpayments",
"categories": [
"acquiring"
@@ -5735,6 +8126,9 @@
{
"status": "active",
"code": "heidelpay",
+ "description": {
+ "en": "Heidelpay is a payment gateway provider that offers a payment orchestration platform. The company is based in Germany and was founded in 2007. Heidelpay has a wide range of features and services that make it a good choice for businesses of all sizes. However, there are some downsides to using the platform, such as high fees and limited customer support. Overall, Heidelpay is a good option for businesses looking for a comprehensive payment solution. There are a lot of payment gateway providers out there, and it can be tough to know which one to choose. Heidelpay is one option that offers a lot of features and benefits. Here's a look at some of the pros and cons of using Heidelpay. The main advantages of using Heidelpay are: security and compliance - Heidelpay takes security and compliance very seriously, and offers a number of features to help keep your payments safe and compliant. Wide range of features - Heidelpay offers a wide range of features, including support for multiple currencies, multi-lingual customer support, fraud prevention tools, and more. Easy to use - Heidelpay’s platform is easy to use, and offers a number of features to help make payments easy and efficient."
+ },
"vendor": "heidelpay",
"categories": [
"collecting",
@@ -5944,6 +8338,10 @@
},
"name": {
"en": "Bambora"
+ },
+ "description": {
+ "de": "Bambora ist ein internationaler Zahlungsdienstleister mit starken Wurzeln in Skandinavien und wurde inzwischen in Worldline integriert. Die Plattform bietet Lösungen für den stationären Handel, E-Commerce und Mobile Payments. Händler können Zahlungen per Karte, Überweisung, Wallet oder Rechnung akzeptieren. Besonders geschätzt wird Bambora für seine einfache Integration, transparente Gebührenstruktur und gute Supportqualität. Die Lösung eignet sich für KMUs und wachsende Online-Händler, die schnelle und flexible Zahlungslösungen suchen. Bambora und über 500 weitere Anbieter sind bereits in Corefys Payment-Orchestration-Plattform integriert, wodurch unsere Kunden die Integration sofort und ohne Programmieraufwand nutzen können – einfach durch Eingabe ihrer MID-Zugangsdaten im Corefy-Dashboard.",
+ "en": "Bambora is an international payment service provider with strong roots in Scandinavia and has now been integrated into Worldline. The platform offers solutions for stationary retail, e-commerce and mobile payments. Merchants can accept payments by card, bank transfer, wallet or invoice. Bambora is particularly appreciated for its simple integration, transparent fee structure and good support quality. The solution is suitable for SMEs and growing online merchants looking for fast and flexible payment solutions. Bambora and over 500 other providers are already integrated into Corefy's payment orchestration platform, allowing our customers to use the integration immediately and without any programming effort - simply by entering their MID credentials in the Corefy dashboard."
}
},
{
@@ -5960,6 +8358,9 @@
{
"status": "active",
"code": "ingenicopaymentservices",
+ "description": {
+ "en": "Ingenico Payment Services is a worldline brand. They have recently announced a partnership with the Ant Group, which will allow acquirers to implement Alipay+. As a result, merchants will be able to accept Alipay+ and other payment methods. Interested merchants should contact Ingenico for more information. Ingenico ePayments does not have a BBB accreditation. However, their branch does have an A+ rating. The company does not receive many complaints regarding their service. The Ingenico Group is made up of three companies: Ingenico Payment Services, Ingenico Smart Terminals, and Ingenico Healthcare GmbH. These companies each offer unique products and services to businesses. Ingenico ePayments has a global presence in Paris, France, and U.S. headquarters in Alpharetta, Georgia. The company does not publish rates, but their rates appear to vary by location and type of business."
+ },
"vendor": "ingenicopaymentservices",
"categories": [
"distributing",
@@ -6064,6 +8465,10 @@
{
"status": "active",
"code": "paygol",
+ "description": {
+ "en": "Three Benefits of Paygol: If you are a Latin American and are looking for a simple payment solution, Paygol might be your answer. It provides a variety of payment methods and a personalized customer service to make your life easier. It even accepts local currency to boost sales of many businesses. Learn more about this payment solution by reading on! Here are three benefits of Paygol: Pago Digital and Paygol are both e-commerce platforms that offer local payment options for global businesses. Together, the companies provide card payment solutions, mobile payments, and local alternative methods to grow their businesses. Through this acquisition, PayRetailers continues to build out their technology and teams across Latin America and Europe. Paygol and Pago Digital are two of the many Latin American markets in which PayRetailers operates. These acquisitions will increase the company's technical expertise, marketing resources, and financial investment.",
+ "de": "Paygol ist ein globaler Zahlungsdienstleister mit Schwerpunkt auf alternativen Zahlungsmethoden, der es Unternehmen ermöglicht, Zahlungen aus Schwellenländern und schwer erreichbaren Märkten zu akzeptieren. Die Plattform unterstützt lokale Banküberweisungen, mobile Zahlungen, Barzahlungssysteme und Carrier Billing in Regionen wie Lateinamerika, Afrika, Asien und Osteuropa. Paygol richtet sich an Unternehmen in den Bereichen Gaming, digitale Medien, soziale Netzwerke und Online-Services, die lokale Präferenzen bedienen möchten. Die Integration erfolgt über API oder Plugins, ergänzt durch Betrugsschutz und Echtzeit-Analysen. Paygol und über 500 weitere Anbieter sind bereits in Corefys Payment-Orchestration-Plattform integriert, wodurch unsere Kunden die Integration sofort und ohne Programmieraufwand nutzen können – einfach durch Eingabe ihrer MID-Zugangsdaten im Corefy-Dashboard."
+ },
"vendor": "paygol",
"categories": [
"aggregating",
@@ -6255,15 +8660,27 @@
"status": "active",
"code": "payhub",
"vendor": "payhub",
- "countries": [
- "UM"
- ],
- "metadata": {
- "about_payments_code": "payhub"
+ "name": {
+ "en": "PayHub",
+ "ru": "PayHub",
+ "uk": "PayHub"
},
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "worldline",
+ "vendor": "worldline",
"name": {
- "en": "PayHub"
- }
+ "en": "Worldline",
+ "ru": "Worldline",
+ "uk": "Worldline"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
},
{
"status": "active",
@@ -6302,6 +8719,10 @@
"status": "active",
"code": "webbilling",
"vendor": "webbilling",
+ "description": {
+ "en": "Webbilling was a payment service provider that specialized in offering carrier billing solutions primarily for high-risk and digital content industries. It enabled merchants to accept payments through direct carrier billing, allowing customers to charge online purchases to their mobile phone bills. Headquartered in Germany, Webbilling operated across various European markets and provided a convenient alternative to credit cards, especially in regions with lower card penetration. The service focused on maximizing conversions by simplifying the checkout process, particularly for adult entertainment, gaming, and other digital service providers. This and 500+ providers are already integrated to Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard.",
+ "es": "Webbilling fue un proveedor de pagos especializado en facturación de pagos recurrentes para la industria de contenidos digitales, especialmente para adultos. Ofrecía soluciones de facturación directa con operadores y pagos con tarjeta en países europeos. Sin embargo, la empresa cesó sus operaciones hace varios años y ya no está activa. Este y más de 500 proveedores ya están integrados en la plataforma de orquestación de pagos de Corefy, lo que permite a nuestros clientes comenzar a usar la integración al instante sin necesidad de programación, simplemente introduciendo sus credenciales MID en el panel de Corefy."
+ },
"countries": [
"AX",
"AL",
@@ -6395,8 +8816,27 @@
"about_payments_code": "stripe"
},
"name": {
- "en": "Stripe"
- }
+ "en": "Stripe",
+ "uk": "Stripe",
+ "ru": "Stripe"
+ },
+ "payment_method": [
+ "payment_card",
+ "link",
+ "applepay",
+ "googlepay",
+ "bank_transfer_klarna",
+ "revolut_bank",
+ "mobilepay",
+ "multibanco",
+ "bancontact",
+ "blik",
+ "eps",
+ "ideal",
+ "przelewy24",
+ "twint",
+ "amazon_pay"
+ ]
},
{
"status": "active",
@@ -6636,8 +9076,22 @@
},
{
"status": "active",
- "code": "paymentwall",
- "vendor": "paymentwall",
+ "code": "avangate",
+ "vendor": "avangate",
+ "metadata": {
+ "about_payments_code": "avangate"
+ },
+ "name": {
+ "en": "Avangate Inc."
+ },
+ "description": {
+ "en": "Avangate, now operating as 2Checkout (and part of Verifone), is a global monetization platform that enables digital businesses to sell products and services online. It specializes in subscription billing, global payments, and eCommerce management for software, SaaS, and digital goods companies. The platform supports payments in over 200 countries and territories, offering more than 45 payment methods and 100 currencies, along with localized checkout experiences. Avangate helps businesses manage the entire customer lifecycle—from acquisition to renewal—while providing tools for fraud prevention, tax compliance, invoicing, and partner management. Its flexible APIs and integrations make it easy to embed payment and billing functionalities into any digital product or service. Avangate and 500+ other payment providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard."
+ }
+ },
+ {
+ "status": "active",
+ "code": "pay4",
+ "vendor": "pay4",
"countries": [
"AX",
"AL",
@@ -6645,10 +9099,8 @@
"AU",
"BY",
"BE",
- "BM",
"BA",
"BG",
- "CA",
"HR",
"CZ",
"DK",
@@ -6670,7 +9122,6 @@
"LT",
"LU",
"ML",
- "MX",
"MD",
"MC",
"ME",
@@ -6682,110 +9133,39 @@
"RS",
"SK",
"ES",
- "PM",
"SJ",
"SE",
"CH",
"RW",
- "AE",
- "UM"
+ "AE"
],
"metadata": {
- "about_payments_code": "paymentwall"
+ "about_payments_code": "pay4"
},
"name": {
- "en": "Paymentwall"
+ "en": "PAY4"
}
},
{
"status": "active",
- "code": "avangate",
- "vendor": "avangate",
+ "code": "sentrypayments",
+ "vendor": "sentrypayments",
"metadata": {
- "about_payments_code": "avangate"
+ "about_payments_code": "sentrypayments"
},
"name": {
- "en": "Avangate Inc."
- }
- },
- {
- "status": "active",
- "code": "pay4",
- "vendor": "pay4",
- "countries": [
- "AX",
- "AL",
- "AD",
- "AU",
- "BY",
- "BE",
- "BA",
- "BG",
- "HR",
- "CZ",
- "DK",
- "EE",
- "FO",
- "FJ",
- "FR",
- "DE",
- "GI",
- "GR",
- "GG",
- "HU",
- "IS",
- "IM",
- "IT",
- "JE",
- "LV",
- "LI",
- "LT",
- "LU",
- "ML",
- "MD",
- "MC",
- "ME",
- "NL",
- "NO",
- "PT",
- "RO",
- "SM",
- "RS",
- "SK",
- "ES",
- "SJ",
- "SE",
- "CH",
- "RW",
- "AE"
- ],
- "metadata": {
- "about_payments_code": "pay4"
- },
- "name": {
- "en": "PAY4"
- }
- },
- {
- "status": "active",
- "code": "sentrypayments",
- "vendor": "sentrypayments",
- "metadata": {
- "about_payments_code": "sentrypayments"
- },
- "name": {
- "en": "SentryPayments"
- }
- },
- {
- "status": "active",
- "code": "monetaru",
- "vendor": "monetaru",
- "metadata": {
- "about_payments_code": "monetaru"
- },
- "name": {
- "en": "Moneta.RU"
+ "en": "SentryPayments"
+ }
+ },
+ {
+ "status": "deprecated",
+ "code": "monetaru",
+ "vendor": "monetaru",
+ "metadata": {
+ "about_payments_code": "monetaru"
+ },
+ "name": {
+ "en": "Moneta.RU"
}
},
{
@@ -6883,6 +9263,10 @@
},
"name": {
"en": "YeePay"
+ },
+ "description": {
+ "ru": "Yeepay — это китайский платежный провайдер, предоставляющий решения для обработки онлайн-платежей, мобильных транзакций и офлайн-эквайринга. Компания обслуживает более миллиона бизнесов в Китае, включая авиацию, образование, страхование, туризм и e-commerce. Yeepay поддерживает UnionPay, WeChat Pay, Alipay и другие популярные методы оплаты, а также предлагает возможности по автоматизации выплат. Этот и более чем 500 других провайдеров уже интегрированы в платформу платежной оркестрации Corefy, позволяя клиентам мгновенно начать использовать интеграцию без программирования — достаточно ввести свои MID-данные в панели Corefy.",
+ "en": "Yeepay is a Chinese payment provider that provides online payment processing, mobile transaction processing and offline acquiring solutions. The company serves more than one million businesses in China, including aviation, education, insurance, travel and e-commerce. Yeepay supports UnionPay, WeChat Pay, Alipay and other popular payment methods, and offers payment automation capabilities. This and more than 500 other providers are already integrated into Corefy's payment orchestration platform, allowing customers to instantly start using the integration without programming - just enter their MID data in the Corefy dashboard."
}
},
{
@@ -6913,6 +9297,10 @@
},
"name": {
"en": "UNIVERSUM Group - FlexiPay®"
+ },
+ "description": {
+ "de": "Flexipay ist ein Zahlungsdienstleister, der flexible Ratenzahlungsmodelle und Finanzierungslösungen für Online-Händler anbietet. Die Plattform ermöglicht es Kunden, Einkäufe sofort zu tätigen und über einen festgelegten Zeitraum in Raten zu begleichen – mit oder ohne Zinsen, je nach Modell. Flexipay prüft die Kreditwürdigkeit der Kunden in Echtzeit und übernimmt das Ausfallrisiko, wodurch Händler sofort ihr Geld erhalten. Die Lösung verbessert die Kaufkraft der Kunden und steigert die Conversion-Raten. Flexipay und über 500 weitere Anbieter sind bereits in Corefys Payment-Orchestration-Plattform integriert, wodurch unsere Kunden die Integration sofort und ohne Programmieraufwand nutzen können – einfach durch Eingabe ihrer MID-Zugangsdaten im Corefy-Dashboard.",
+ "en": "Flexipay is a payment service provider that offers flexible installment payment models and financing solutions for online retailers. The platform enables customers to make purchases immediately and pay in installments over a fixed period of time - with or without interest, depending on the model. Flexipay checks customers' creditworthiness in real time and assumes the risk of default, allowing merchants to receive their money immediately. The solution improves customers' purchasing power and increases conversion rates. Flexipay and over 500 other providers are already integrated into Corefy's payment orchestration platform, allowing our customers to use the integration immediately and without any programming effort - simply by entering their MID credentials in the Corefy dashboard."
}
},
{
@@ -6929,6 +9317,9 @@
{
"status": "active",
"code": "vikingpay",
+ "description": {
+ "en": "Vikingpay is a payment orchestration platform that enables businesses to connect with multiple payment gateway providers. This allows businesses to have more flexibility in how they process payments and can potentially save on transaction fees. Vikingpay also offers a suite of tools to help businesses manage their payments, including invoicing, reconciliation, and fraud detection. One of the main advantages of using Vikingpay is that it can help businesses save money on transaction fees. By connecting with multiple payment gateway providers, businesses can get the best rates for each transaction. Vikingpay also offers a number of features designed to help businesses streamline their payment processes. These include invoicing, reconciliation, and fraud detection tools. There are a few potential downsides to using Vikingpay. First, it is a relatively new company, so there is some risk that it may not be able to continue providing the same level of service in the future. Second, businesses will need to set up accounts with multiple payment gateway providers, which can be time-consuming and may require additional fees. Overall, Vikingpay is a promising payment orchestration platform that offers businesses a number of advantages, including lower transaction fees and streamlined payment processing. While there are some risks associated with using a relatively new company, Vikingpay appears to be a solid choice for businesses looking for a comprehensive solution for their payment needs."
+ },
"vendor": "vikingpay",
"countries": [
"AX",
@@ -7128,6 +9519,9 @@
},
"payment_method": [
"payment_card"
+ ],
+ "payout_method": [
+ "payment_card"
]
},
{
@@ -7135,84 +9529,105 @@
"code": "interkassa",
"vendor": "interkassa",
"payment_method": [
- "webmoneytransfer",
"payment_card",
- "beeline",
- "megafon",
- "mts",
+ "webmoneytransfer",
+ "advcash",
+ "easypay",
"exmo",
- "yandexmoney",
- "tele2ru",
- "euroset",
- "svyaznoy",
"perfectmoney",
- "alfaclick",
- "psbretail",
- "easypay",
"mminvoicing",
- "advcash",
- "upi_aggregated",
- "bank_of_india",
- "maharashtra_bank_india",
- "canara_bank",
- "central_bank_of_india",
- "union_bank_of_india",
- "cosmos_bank_india",
- "deutsche_bank_india",
- "dcb_bank_india",
- "dhanalaxmi_bank_india",
- "federal_bank_india",
- "hdfc_bank",
- "icici_bank",
- "idfc_bank_india",
- "indian_bank",
- "indian_overseas_bank",
- "indusind_bank",
- "idbi_bank",
- "j_k_bank_india",
- "karnataka_bank",
- "karurvysya_bank_india",
- "kotak_mahindra_bank",
- "lakshmi_vilas_bank_india",
- "punjab_national_bank",
- "shamrao_vithal_cooperative_bank_india",
- "south_indian_bank",
- "state_bank_of_india",
- "tamilnad_mercantile_bank_india",
- "uco_bank_india",
- "yes_bank",
"paytm",
- "mobikwik",
- "airtel_money",
- "reliance_jio",
- "olamoney",
- "freecharge",
"phonepe",
- "allahabad_bank",
- "axis_bank",
- "corporation_bank",
- "oriental_bank_of_commerce",
- "city_union_bank",
- "vijaya_bank",
- "united_bank_of_india",
- "state_bank_of_india",
- "rbl_bank",
- "andhra_bank",
- "bank_of_baroda",
- "csb_bank",
- "au_small_finance_bank"
+ "bank_transfer",
+ "pix",
+ "picpay",
+ "upi",
+ "imps",
+ "bancobrasil",
+ "banco_bradesco",
+ "banco_caixa",
+ "bancoitau",
+ "banco_santander",
+ "boleto_bancario",
+ "loteria",
+ "blik",
+ "ideal",
+ "bancontact",
+ "applepay",
+ "googlepay",
+ "multibanco",
+ "mb_way",
+ "skrill",
+ "neteller"
],
"payout_method": [
"payment_card",
"bank_transfer",
- "upi"
+ "upi",
+ "pix",
+ "imps",
+ "paytm",
+ "sepa_transfer"
],
"name": {
"en": "Interkassa"
},
"description": {
- "ru": "«Interkassa» – это система, позволяющая онлайн-магазинам, сайтам и другим торговым площадкам принимать все возможные формы оплаты в максимально сжатые сроки. Мы предлагаем клиентам более 50 платежных инструментов и работаем в 5 валютных зонах: гривна, рубль, доллар, евро и лари. Запустившись в 2009 году, сегодня «Interkassa» сотрудничает с более 10.000 компаний в СНГ и Европе. Кроме того, мы являемся партнером 10 ведущих провайдеров электронной коммерции и представляем самые распространенные европейские платежные системы. Обеспечивая современные платежные решения всех направлений и полную поддержку клиентов, «Interkassa» каждый день работает над развитием и усовершенствованием электронной коммерции, делая ее еще удобнее и безопаснее.",
- "en": "«Interkassa» is a system that allows online stores, websites and other trading platforms to accept all possible forms of payment as soon as possible. We offer our clients more than 50 payment instruments and work in 5 currency zones: hryvnia, ruble, dollar, euro and lari. Launched in 2009, today «Interkassa» cooperates with over 10,000 companies in the CIS and Europe. In addition, we are partners with the top 10 e-commerce providers and represent the most common European payment systems. Providing modern payment solutions in all directions and full customer support, «Interkassa» works every day to develop and improve e-commerce, making it even more convenient and secure."
+ "ru": "Interkassa — международный платежный агрегатор, предоставляющий более 100 валют и более 70 способов оплаты по всему миру. Сервис предлагает популярные способы оплаты, в том числе карточные платежи, Apple Pay, Google Pay, QR-коды, электронные кошельки и мобильные платежи. Интеркасса работает в Украине, странах СНГ (кроме России и Белоруссии), Европе, Латинской Америке, Африке, Азии, Австралии и Новой Зеландии. Интеркасса обеспечивает бесшовную интеграцию с API или готовыми плагинами CMS, доступные тарифные планы и круглосуточную поддержку 7 дней в неделю. Компания работает на рынке с 2009 года, поддерживает более 4000 бизнесов и обрабатывает 10+ миллионов транзакций в месяц.",
+ "en": "Interkassa is an international payment aggregator, providing 100+ currencies and 70+ payment methods worldwide. The service offers popular payment methods, including card payments, Apple Pay, Google Pay, QR codes, e-wallets, and mobile payments. Interkassa operates in Ukraine, CIS countries (except russia and belarus), Europe, Latin America, Africa, Asia, Australia and New Zealand. It ensures seamless integration with API or ready-made CMS plugins, affordable pricing plans and 24/7 support. The company has been working on the market since 2009, supports more than 4000 businesses and processes 10+ million transactions per month."
+ }
+ },
+ {
+ "status": "active",
+ "code": "unityfinance",
+ "vendor": "unityfinance",
+ "payment_method": [
+ "blik",
+ "bancontact",
+ "ideal",
+ "applepay",
+ "googlepay",
+ "payment_card",
+ "webmoneytransfer",
+ "advcash",
+ "easypay",
+ "exmo",
+ "perfectmoney",
+ "mminvoicing",
+ "bank_transfer",
+ "pix",
+ "picpay",
+ "phonepe",
+ "paytm",
+ "upi",
+ "imps",
+ "boleto_bancario",
+ "loteria",
+ "bancobrasil",
+ "banco_bradesco",
+ "banco_caixa",
+ "bancoitau",
+ "banco_santander",
+ "mb_way",
+ "multibanco",
+ "skrill",
+ "neteller",
+ "openbanking"
+ ],
+ "payout_method": [
+ "payment_card",
+ "bank_transfer",
+ "upi",
+ "pix",
+ "imps",
+ "paytm",
+ "sepa_transfer",
+ "blik"
+ ],
+ "name": {
+ "en": "UnityFinance",
+ "ru": "UnityFinance",
+ "uk": "UnityFinance"
}
},
{
@@ -7414,15 +9829,14 @@
"status": "active",
"code": "easypay",
"vendor": "easypay",
- "countries": [
- "PT"
- ],
- "metadata": {
- "about_payments_code": "easypay"
- },
"name": {
- "en": "easypay"
- }
+ "en": "EasyPay",
+ "ru": "EasyPay",
+ "uk": "EasyPay"
+ },
+ "payout_method": [
+ "payment_card"
+ ]
},
{
"status": "active",
@@ -7447,7 +9861,10 @@
},
"name": {
"en": "RBK Money"
- }
+ },
+ "payment_method": [
+ "payment_card"
+ ]
},
{
"status": "active",
@@ -8002,6 +10419,12 @@
{
"status": "active",
"code": "safecharge",
+ "description": {
+ "en": "SafeCharge Review - Does SafeCharge Work With Payment Orchestration Platforms? Safecharge offers payment solutions for online businesses. Its innovative technologies, secure payment systems, and risk profiling help merchants manage their payments and boost their checkout flow. Safecharge enables online businesses to offer payment methods in preferred languages, currencies, and languages of choice to customers. The company offers a variety of payment solutions that help businesses minimize chargebacks and credit card fraud. Its innovative technology also enables merchants to provide a secure, seamless checkout process. To configure SafeCharge for use with PaymentsOS, you must enable the IPN. It also supports mobile transactions. Ensure that the payment method matches the type of the transaction. Failure to configure the IPN method will result in the transaction not being approved. The PaymentsOS server does not allow a payment that has the same type of authorization as the payment method. SafeCharge supports all major payment methods, including credit cards. Besides credit cards and debit cards, SafeCharge supports mobile payments. Despite its reputation as a reliable payment method, SafeCharge offers some drawbacks for brokers. Although SafeCharge accepts over 150 currencies, it is not a cheap option for online trading. Additionally, it may cost too much for the average trader. If you are unsure about whether or not SafeCharge is right for you, read on. The company has a history of improving its service and is constantly striving to improve its services.",
+ "de": "SafeCharge, ein Unternehmen der Nuvei-Gruppe, ist ein internationaler Zahlungsdienstleister, der sich auf maßgeschneiderte Zahlungslösungen für globale Händler spezialisiert hat. Die Plattform bietet umfassende Acquiring- und Gateway-Dienste, unterstützt über 150 Zahlungsmethoden und deckt alle gängigen Karten sowie lokale Alternativen ab. SafeCharge richtet sich an Unternehmen aus den Bereichen iGaming, Reise, Einzelhandel und digitale Dienstleistungen. Neben der Zahlungsabwicklung bietet die Plattform Betrugsprävention, Tokenisierung, Risikomanagement, PCI-DSS-Konformität und flexible APIs für einfache Integration. SafeCharge und über 500 weitere Anbieter sind bereits in Corefys Payment-Orchestration-Plattform integriert, wodurch unsere Kunden die Integration sofort und ohne Programmieraufwand nutzen können – einfach durch Eingabe ihrer MID-Zugangsdaten im Corefy-Dashboard.",
+ "ru": "SafeCharge — это глобальный платежный провайдер, входящий в состав Nuvei, специализирующийся на обработке карт, локальных методах оплаты и решениях для e-commerce и цифровых платформ. Компания предлагает полный стек платежных решений, включая инструменты для повышения конверсии, защиты от мошенничества, соответствия требованиям и управления рисками. SafeCharge обслуживает бизнесы по всему миру, обеспечивая надежную инфраструктуру и поддержку в большом количестве валют и регионов. Этот и более чем 500 других провайдеров уже интегрированы в платформу платежной оркестрации Corefy, позволяя клиентам мгновенно начать использовать интеграцию без программирования — достаточно ввести свои MID-данные в панели Corefy.",
+ "uk": "SafeCharge — європейський платіжний провайдер, що входить до складу Nuvei Group. Компанія надає рішення для прийому онлайн- та офлайн-платежів, білінгу, керування ризиками й підтримки глобальної відповідності. SafeCharge працює з широким спектром карткових і альтернативних методів оплати, а також пропонує потужний API, інструменти для аналітики та управління транзакціями. Провайдер орієнтується на e-commerce, подорожі, цифрові сервіси та фінтех-компанії. Цей та понад 500 інших провайдерів вже інтегровані в платформу платіжної оркестрації Corefy, що дозволяє клієнтам миттєво розпочати використання інтеграції без програмування — достатньо ввести свої MID-дані в дашборді Corefy."
+ },
"vendor": "safecharge",
"categories": [
"collecting",
@@ -8010,69 +10433,21 @@
"aggregating"
],
"payment_method": [
- "payment_card",
- "cashu",
- "bancontactmistercash",
- "cartebancaires",
- "neosurf",
- "girocard",
- "paysafecard",
- "teleingreso",
- "chinaunionpay",
- "americanexpress",
- "ukash",
- "jcb",
- "dinersclub",
- "cartebleue",
- "visaelectron",
- "discover",
- "visadebit",
- "vpay",
- "mastercarddebit",
- "carrierbilling",
- "smsbilling",
- "wiretransfer",
- "directdebit",
- "euteller",
- "ideal",
- "sepacredittransfer",
- "giropay",
- "safetypay",
- "billmelater",
- "boleto_bancario",
- "sepadirectdebit",
- "polipayonline",
- "elektronischeslastschriftverfahren",
- "trustly",
- "bank_transfer_klarna",
- "7eleven",
- "pagofacil",
- "przelewy24",
- "sofortbanking",
- "eps",
- "abaqoos",
- "paypal",
- "alipay",
- "clickandbuy",
- "neteller",
- "payfastwallet",
- "visacheckout",
- "qiwi",
- "webmoneytransfer",
- "moneta",
- "zimpler",
- "toditocash",
- "skrill",
- "yandexmoney"
+ "payment_card"
],
"metadata": {
"about_payments_code": "safecharge"
},
"name": {
"en": "Nuvei"
- }
- },
- {
+ },
+ "payout_method": [
+ "payment_card",
+ "bank_transfer",
+ "sepa_transfer"
+ ]
+ },
+ {
"status": "active",
"code": "spryng",
"vendor": "spryng",
@@ -8101,6 +10476,9 @@
"status": "active",
"code": "buckaroo",
"vendor": "buckaroo",
+ "description": {
+ "en": "Buckaroo is a Netherlands-based payment service provider that offers a full suite of payment and subscription management solutions tailored for businesses across sectors like retail, e-commerce, B2B, and services. The platform supports over 40 national and international payment methods, including iDEAL, Bancontact, PayPal, credit cards, and buy-now-pay-later options, enabling merchants to serve both local and cross-border customers. Buckaroo also offers tools for invoicing, recurring billing, credit management, and marketplace payments, making it a robust platform for managing the entire payment lifecycle. With a focus on reliability, scalability, and compliance, Buckaroo helps businesses streamline their financial processes while enhancing the customer experience. Buckaroo and 500+ other payment providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard."
+ },
"categories": [
"aggregating",
"distributing",
@@ -8248,12 +10626,22 @@
},
"name": {
"en": "PayU"
+ },
+ "description": {
+ "de": "PayU ist ein globaler Zahlungsdienstleister mit starker Präsenz in aufstrebenden Märkten wie Indien, Lateinamerika, Mittel- und Osteuropa sowie Afrika. Als Teil der Prosus/Naspers-Gruppe bietet PayU eine umfassende Zahlungsplattform mit lokal bevorzugten Zahlungsmethoden, Acquiring-Diensten, wiederkehrenden Zahlungen, Kreditvergabe und Risikomanagement. Das Unternehmen arbeitet mit über 450.000 Händlern weltweit zusammen und unterstützt mehr als 400 Zahlungsmethoden in über 50 Ländern. PayU bietet APIs, SDKs und vorkonfigurierte Plug-ins für einfache Integration und richtet sich an schnell wachsende Unternehmen im E-Commerce, Fintech und digitalen Dienstleistungen. PayU und über 500 weitere Anbieter sind bereits in Corefys Payment-Orchestration-Plattform integriert, wodurch unsere Kunden die Integration sofort und ohne Programmieraufwand nutzen können – einfach durch Eingabe ihrer MID-Zugangsdaten im Corefy-Dashboard.",
+ "en": "PayU is a global payment service provider with a strong presence in emerging markets such as India, Latin America, Central and Eastern Europe and Africa. As part of the Prosus/Naspers Group, PayU offers a comprehensive payment platform with locally preferred payment methods, acquiring services, recurring payments, credit and risk management. The company works with over 450,000 merchants worldwide and supports more than 400 payment methods in over 50 countries. PayU offers APIs, SDKs and pre-configured plug-ins for easy integration and is aimed at fast-growing companies in e-commerce, fintech and digital services. PayU and over 500 other providers are already integrated into Corefy's payment orchestration platform, allowing our customers to use the integration immediately and without programming effort - simply by entering their MID credentials in the Corefy dashboard."
}
},
{
"status": "active",
"code": "docdatapayments",
"vendor": "docdatapayments",
+ "description": {
+ "en": "Docdata Payments was a Dutch payment service provider that offered a comprehensive range of online payment solutions tailored to e-commerce businesses. It enabled merchants to accept a wide variety of local and international payment methods, including credit cards, direct debits, and e-wallets, through a single integration. Docdata Payments focused on reliability, security, and flexibility, helping businesses manage transactions efficiently while ensuring compliance with regulatory standards. In 2015, Docdata Payments was acquired by Ingram Micro and later became part of CM.com, a global communications and payments platform. Its services have since been integrated into CM.com’s broader offering, providing enhanced capabilities such as conversational commerce, messaging, and payment processing under a unified infrastructure. Docdata Payments and 500+ other payment providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard.",
+ "de": "Docdata Payments war ein niederländischer Zahlungsdienstleister, der sich auf umfassende Payment-Lösungen für den E-Commerce spezialisiert hatte. Das Unternehmen bot eine modulare Plattform zur Abwicklung nationaler und internationaler Online-Zahlungen mit Unterstützung für Kreditkarten, SEPA-Überweisungen, iDEAL, PayPal, Sofortüberweisung und viele weitere Zahlungsmethoden. Docdata Payments war bekannt für seine starke Ausrichtung auf die Bedürfnisse von Online-Händlern in Europa, insbesondere durch Funktionen wie automatisierte Rechnungsstellung, Multi-Channel-Zahlungen, Rückerstattungsmanagement und umfassende Reporting-Tools. Die Lösung zeichnete sich durch hohe Sicherheitsstandards, PCI-DSS-Konformität und einfache Integration in gängige Shopsysteme aus. Im Jahr 2015 wurde Docdata Payments von Ingram Micro übernommen und später in das Zahlungsangebot von CM.com integriert, wodurch die Marke als eigenständiger Anbieter vom Markt verschwand, die Technologie und Dienstleistungen jedoch weitergeführt wurden. Docdata Payments und über 500 weitere Anbieter sind bereits in Corefys Payment-Orchestration-Plattform integriert, wodurch unsere Kunden die Integration sofort und ohne Programmieraufwand nutzen können – einfach durch Eingabe ihrer MID-Zugangsdaten im Corefy-Dashboard.",
+ "es": "Docdata Payments, antes un proveedor independiente de pagos con sede en los Países Bajos, ofrecía soluciones de procesamiento de pagos para comerciantes en línea en Europa. Permitía pagos con tarjeta, domiciliaciones SEPA, transferencias bancarias y métodos de pago alternativos. Fue adquirido por Ingram Micro y sus servicios fueron posteriormente integrados o descontinuados. Este y más de 500 proveedores ya están integrados en la plataforma de orquestación de pagos de Corefy, lo que permite a nuestros clientes comenzar a usar la integración al instante sin necesidad de programación, simplemente introduciendo sus credenciales MID en el panel de Corefy.",
+ "fr": "Docdata Payments était un prestataire néerlandais de services de paiement fournissant des solutions pour le e-commerce européen. L’entreprise proposait le traitement des cartes bancaires, les virements, les prélèvements SEPA et d’autres moyens de paiement. En 2015, Docdata Payments a été rachetée par Ingram Micro, et ses activités ont depuis été intégrées à d’autres services technologiques. Bien que la marque soit moins visible aujourd’hui, certains marchands historiques utilisent encore les anciennes connexions de Docdata pour leurs paiements. Ce prestataire, ainsi que plus de 500 autres, est déjà intégré à la plateforme d’orchestration de paiements de Corefy, permettant à nos clients de commencer à utiliser l’intégration instantanément, sans codage, en saisissant simplement leurs identifiants MID dans le tableau de bord Corefy."
+ },
"categories": [
"distributing",
"collecting",
@@ -8344,23 +10732,6 @@
"en": "BitcoinPay"
}
},
- {
- "status": "active",
- "code": "sirumobile",
- "vendor": "sirumobile",
- "countries": [
- "FJ",
- "NO",
- "SE",
- "AE"
- ],
- "metadata": {
- "about_payments_code": "sirumobile"
- },
- "name": {
- "en": "Siru Mobile"
- }
- },
{
"status": "active",
"code": "bitcoinpaygate",
@@ -8457,6 +10828,9 @@
},
"name": {
"en": "Kalixa Payments Group"
+ },
+ "description": {
+ "en": "Kalixa was a global payment service provider offering end-to-end payment solutions for businesses, including payment processing, issuing, and acquiring services. The company supported a broad range of payment methods, including credit and debit cards, digital wallets, and alternative payment options, serving industries such as travel, e-commerce, and digital entertainment. Kalixa aimed to simplify the complexities of global payments by providing a unified platform with tools for fraud prevention, real-time reporting, and multi-currency support. In 2016, Kalixa was acquired by PXP Financial, and its services have since been integrated into the PXP Financial ecosystem, continuing to support merchants with robust, secure, and scalable payment infrastructure. Kalixa and 500+ other payment providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard."
}
},
{
@@ -8602,6 +10976,11 @@
},
"name": {
"en": "StreamPay"
+ },
+ "description": {
+ "de": "StreamPay ist ein aufstrebender Zahlungsdienstleister, der sich auf nahtlose Online-Zahlungslösungen für digitale Plattformen spezialisiert. Die Plattform unterstützt gängige Zahlungsmethoden wie Kreditkarten, Banküberweisungen und digitale Wallets, mit besonderem Fokus auf Geschwindigkeit, Sicherheit und Benutzerfreundlichkeit. Neben Standard-Zahlungsgateways bietet StreamPay APIs für maßgeschneiderte Integrationen, Tools zur Betrugsprävention und Transaktionsanalysen in Echtzeit. StreamPay eignet sich besonders für Streaming-Plattformen, digitale Inhalte und SaaS-Modelle, die ein zuverlässiges und flexibles Zahlungssystem benötigen. StreamPay und über 500 weitere Anbieter sind bereits in Corefys Payment-Orchestration-Plattform integriert, wodurch unsere Kunden die Integration sofort und ohne Programmieraufwand nutzen können – einfach durch Eingabe ihrer MID-Zugangsdaten im Corefy-Dashboard.",
+ "ru": "StreamPay — это перспективный платежный провайдер, специализирующийся на бесшовных онлайн-решениях для цифровых платформ. Платформа поддерживает распространенные методы оплаты, такие как банковские карты, переводы и цифровые кошельки, уделяя особое внимание скорости, безопасности и удобству использования. Помимо стандартных платежных шлюзов, StreamPay предлагает API для кастомных интеграций, инструменты для предотвращения мошенничества и аналитику транзакций в реальном времени. StreamPay особенно хорошо подходит для стриминговых сервисов, платформ цифрового контента и SaaS-моделей, которым требуется надежная и гибкая платежная система. StreamPay и более 500 других провайдеров уже интегрированы в платформу оркестрации платежей Corefy, что позволяет нашим клиентам мгновенно начать пользоваться интеграцией без программирования — достаточно ввести MID-данные в личном кабинете Corefy.",
+ "en": "StreamPay is a promising payment provider specializing in seamless online solutions for digital platforms. The platform supports common payment methods such as bank cards, transfers and digital wallets, with a focus on speed, security and usability. In addition to standard payment gateways, StreamPay offers APIs for custom integrations, fraud prevention tools, and real-time transaction analytics. StreamPay is particularly well suited for streaming services, digital content platforms and SaaS models that require a reliable and flexible payment system. StreamPay and over 500 other providers are already integrated into Corefy's payment orchestration platform, allowing our customers to instantly start using the integration without programming - just enter MID data in Corefy's personal account."
}
},
{
@@ -8717,6 +11096,10 @@
},
"name": {
"en": "Linkpay"
+ },
+ "description": {
+ "ru": "LinkPay — это платежный провайдер, предлагающий простую и быструю оплату через платежные ссылки. Сервис позволяет бизнесам создавать индивидуальные ссылки для разовых или регулярных платежей, которые можно отправить клиенту по электронной почте, в мессенджерах или социальных сетях. LinkPay поддерживает оплату картами и альтернативными методами, предлагая удобную интеграцию и безопасную обработку транзакций. Этот и более чем 500 других провайдеров уже интегрированы в платформу платежной оркестрации Corefy, позволяя клиентам мгновенно начать использовать интеграцию без программирования — достаточно ввести свои MID-данные в панели Corefy.",
+ "en": "LinkPay is a payment provider that offers easy and fast payment through payment links. The service allows businesses to create customized links for one-time or recurring payments that can be sent to the customer via email, messenger or social media. LinkPay supports card and alternative payment methods, offering easy integration and secure transaction processing. This and more than 500 other providers are already integrated into Corefy's payment orchestration platform, allowing customers to instantly start using the integration without programming - just enter their MID data in the Corefy dashboard."
}
},
{
@@ -8986,6 +11369,10 @@
},
"name": {
"en": "CoinGate"
+ },
+ "description": {
+ "ru": "CoinGate — это литовский криптоплатежный провайдер, позволяющий онлайн-бизнесам принимать более 70 криптовалют, включая Bitcoin, Ethereum и USDT. Компания предлагает прямую оплату, инвойсы, плагины для CMS, API и опцию автоматической конверсии в фиатные валюты. CoinGate обслуживает широкий спектр отраслей и обеспечивает соблюдение стандартов безопасности, таких как KYC и AML. Этот и более чем 500 других провайдеров уже интегрированы в платформу платежной оркестрации Corefy, позволяя клиентам мгновенно начать использовать интеграцию без программирования — достаточно ввести свои MID-данные в панели Corefy.",
+ "en": "CoinGate is a Lithuanian crypto-payment provider that allows online businesses to accept over 70 cryptocurrencies, including Bitcoin, Ethereum, and USDT. The company offers direct payment, invoices, CMS plugins, APIs, and an option for automatic conversion to fiat currencies. CoinGate serves a wide range of industries and enforces security standards such as KYC and AML. This and more than 500 other providers are already integrated into Corefy's payment orchestration platform, allowing customers to instantly start using the integration without programming - just enter their MID data in the Corefy dashboard."
}
},
{
@@ -9085,6 +11472,9 @@
{
"status": "active",
"code": "payobin",
+ "description": {
+ "en": "Payobin is a payment orchestration platform that enables businesses to connect to multiple payment gateway providers through a single interface. This can simplify the process of accepting payments, as businesses can use Payobin to connect to multiple providers and choose the one that best suits their needs. There are some advantages and disadvantages to using Payobin. One advantage is that businesses can save time by using Payobin to connect to multiple payment gateway providers. This can make it easier to find the right provider for your business, as you can compare rates and features side-by-side. Another advantage is that Payobin offers discounts on transaction fees when you use their platform. There are some disadvantages to using Payobin as well. One downside is that they charge a monthly fee for their service. This fee can add up, especially if you're a small business. Another downside is that Payobin only offers support during business hours. This means that if you have any questions or problems outside of business hours, you'll have to wait until the next day to get help. Overall, Payobin is a payment orchestration platform that can be beneficial for businesses. It can save time by simplifying the process of connecting to multiple payment gateway providers. However, there are some drawbacks, such as the monthly fee and lack of after-hours support."
+ },
"vendor": "payobin",
"metadata": {
"about_payments_code": "payobin"
@@ -9132,6 +11522,19 @@
"en": "NextPay"
}
},
+ {
+ "status": "active",
+ "code": "megagatepay",
+ "vendor": "megagatepay",
+ "name": {
+ "en": "MegaGatePay",
+ "ru": "MegaGatePay",
+ "uk": "MegaGatePay"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
{
"status": "active",
"code": "datatrans",
@@ -9299,7 +11702,10 @@
},
"name": {
"en": "Axcess Merchant Services"
- }
+ },
+ "payment_method": [
+ "payment_card"
+ ]
},
{
"status": "active",
@@ -9327,6 +11733,12 @@
"status": "active",
"code": "smart2pay",
"vendor": "smart2pay",
+ "description": {
+ "en": "Smart2Pay, now operating under the name Nuvei Local Payments, is a global payment service provider that enables merchants to accept local and alternative payment methods in over 100 countries. The platform offers access to a wide range of payment options including bank transfers, e-wallets, prepaid cards, and cash payments, making it particularly valuable for businesses looking to expand their reach in emerging markets. Smart2Pay’s unified API allows for seamless integration and simplifies the complexity of managing multiple local payment providers. With a focus on compliance, fraud prevention, and localization, Smart2Pay supports industries such as digital content, e-commerce, gaming, and travel. This and 500+ providers are already integrated to Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard.",
+ "de": "Smart2Pay, jetzt Teil von Nuvei, ist ein globaler Zahlungsdienstleister, der sich auf lokale Zahlungsmethoden spezialisiert hat und Händlern hilft, internationale Kunden durch bevorzugte, regionale Zahlungsoptionen zu erreichen. Das Unternehmen bietet Zugang zu über 300 lokalen Zahlungsmethoden in mehr als 100 Ländern, darunter Banküberweisungen, Prepaid-Lösungen, E-Wallets und Barzahlungen. Smart2Pay ermöglicht es Unternehmen, ihre Conversion-Raten zu steigern, indem sie ihren Kunden Zahlungsoptionen anbieten, die sie kennen und denen sie vertrauen. Die Plattform unterstützt sowohl einmalige Zahlungen als auch wiederkehrende Abrechnungsmodelle und bietet Tools zur Betrugsprävention, Währungsumrechnung und umfangreicher Berichterstattung. Händler erhalten zudem Zugang zu einem einzigen API-Endpunkt, der alle unterstützten Zahlungsmethoden integriert und den technischen Aufwand minimiert. Die Lösung eignet sich besonders für E-Commerce, Gaming, digitale Inhalte und andere globale Online-Geschäfte. Smart2Pay und über 500 weitere Anbieter sind bereits in Corefys Payment-Orchestration-Plattform integriert, wodurch unsere Kunden die Integration sofort und ohne Programmieraufwand nutzen können – einfach durch Eingabe ihrer MID-Zugangsdaten im Corefy-Dashboard.",
+ "es": "Smart2Pay, parte del grupo Nuvei, es un proveedor global de soluciones de pago que ofrece acceso a más de 200 métodos de pago locales en más de 90 países. Su plataforma es ideal para empresas que buscan expansión internacional y adaptación a preferencias de pago locales. Además de métodos alternativos, Smart2Pay ofrece servicios de adquirencia, gestión de riesgos y cumplimiento. Este y más de 500 proveedores ya están integrados en la plataforma de orquestación de pagos de Corefy, lo que permite a nuestros clientes comenzar a usar la integración al instante sin necesidad de programación, simplemente introduciendo sus credenciales MID en el panel de Corefy.",
+ "fr": "Smart2Pay, désormais partie de Nuvei, est un fournisseur de services de paiement spécialisé dans l’acceptation de méthodes de paiement alternatives à l’échelle mondiale. Il propose une couverture étendue de plus de 80 pays, avec des moyens de paiement locaux comme Boleto au Brésil, Alipay en Chine ou iDEAL aux Pays-Bas. Sa plateforme permet aux commerçants d’intégrer ces options via une API unifiée, avec des fonctionnalités de reporting, de prévention de la fraude et de conformité. Ce prestataire, ainsi que plus de 500 autres, est déjà intégré à la plateforme d’orchestration de paiements de Corefy, permettant à nos clients de commencer à utiliser l’intégration instantanément, sans codage, en saisissant simplement leurs identifiants MID dans le tableau de bord Corefy."
+ },
"categories": [
"aggregating",
"distributing",
@@ -9484,9 +11896,7 @@
"paysafecard",
"paysafecash",
"resursbank",
- "visaelectron",
- "americanexpress",
- "dinersclub",
+ "payment_card",
"jcb",
"cartebleue",
"dankort",
@@ -9495,7 +11905,6 @@
"rapidtransfer",
"giropay",
"directdebit",
- "bank_transfer_klarna",
"nordeasolo",
"ideal",
"eps",
@@ -9503,17 +11912,30 @@
"przelewy24",
"epaybg",
"trustly",
+ "alipay",
"astropaydirect",
"astropaymanual",
"astropaycash",
"astropayunion",
- "payment_card"
+ "cash",
+ "boleto_bancario",
+ "pix",
+ "online_banking",
+ "mach",
+ "blik",
+ "mybank2",
+ "mb_way",
+ "multibanco",
+ "bank_transfer_klarna"
],
"payout_method": [
"skrill"
],
"name": {
"en": "Skrill"
+ },
+ "description": {
+ "en": "Skrill is a globally recognized digital wallet and online payment platform that enables individuals and businesses to send, receive, and store money securely. Founded in 2001 and now part of the Paysafe Group, Skrill supports a wide range of payment services, including international money transfers, card payments, cryptocurrency transactions, and prepaid card issuance. It’s widely used in industries such as e-commerce, iGaming, forex, and digital services, offering fast and cost-effective payment options in over 100 countries and 40 currencies. Skrill is known for its user-friendly interface, high security standards, and additional features like loyalty rewards and one-click checkout. Merchants benefit from its global reach, robust fraud protection, and seamless integration options via APIs and plugins. Skrill and 500+ other payment providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard."
}
},
{
@@ -9541,6 +11963,9 @@
{
"status": "active",
"code": "chronopay",
+ "description": {
+ "en": "Chronopay is a payment orchestration platform that enables businesses to streamline and automate their payment gateway providers. It offers a wide range of features and integrations that make it an ideal solution for businesses of all sizes. However, it is important to note that Chronopay is not a replacement for your existing payment gateway provider. Rather, it is designed to complement and optimize your current provider. One of the main benefits of using Chronopay is its ability to save you time and money. The platform consolidates all of your payments into one easy-to-use interface, which can save you hours each month. In addition, Chronopay’s pricing structure is designed to be highly competitive, with discounts available for businesses that process large volumes of payments. Another key benefit of Chronopay is its flexibility. The platform can be easily customized to meet the specific needs of your business. For example, you can choose which payment gateway providers you would like to use, as well as which currencies you would like to accept. In addition, Chronopay’s API enables you to seamlessly integrate the platform with your existing systems and processes. Despite its many advantages, there are some drawbacks to using Chronopay. First and foremost, the platform is not free. While it is typically priced very competitively, it will still add an additional cost to your business’s bottom line. In addition, Chronopay does not offer 24/7 customer support, which could be an issue if you experience any problems with the platform. Overall, Chronopay is a powerful and flexible payment orchestration platform that can save you time and money. However, it is important to weigh the pros and cons before deciding if it is the right solution for your business. "
+ },
"vendor": "chronopay",
"countries": [
"LV",
@@ -9634,6 +12059,9 @@
{
"status": "active",
"code": "ecomprocessing",
+ "description": {
+ "en": "Ecomprocessing is a payment gateway provider and payment orchestration platform. It offers businesses a way to streamline their payments by integrating with multiple payment providers. This can save businesses time and money by reducing the need to manage multiple payment providers. Ecomprocessing has been in business since 2009 and is based in Riga, Latvia. The company provides its services to businesses in over 30 countries. It has a team of over 50 employees who are dedicated to providing the best possible service to its clients. The company has a strong focus on security and compliance. It is PCI DDS compliant and is registered with the EU Data Protection Agency. This ensures that businesses can trust Ecomprocessing with their payment data. Ecomprocessing offers a variety of features to its clients. These include recurring payments, multiple currencies, fraud prevention, and support for popular eCommerce platforms. The company also offers a comprehensive API that allows businesses to integrate their payment processing with other systems. Overall, Ecomprocessing is a great choice for businesses looking for a payment gateway provider that can offer them flexibility and security. The company’s focus on compliance and security makes it a good choice for businesses that need to ensure their payment data is safe. And the company’s comprehensive API makes it a good choice for businesses that need to integrate their payment processing with other systems. "
+ },
"vendor": "ecomprocessing",
"metadata": {
"about_payments_code": "ecomprocessing"
@@ -9646,65 +12074,21 @@
"status": "active",
"code": "truevo",
"vendor": "truevo",
- "countries": [
- "AU",
- "BE",
- "BG",
- "HR",
- "CY",
- "CZ",
- "DK",
- "EE",
- "FJ",
- "FR",
- "DE",
- "GI",
- "GR",
- "HU",
- "IS",
- "IT",
- "LV",
- "LI",
- "LT",
- "LU",
- "ML",
- "NL",
- "NO",
- "AX",
- "PT",
- "RO",
- "SK",
- "ES",
- "SE",
- "CH",
- "AE"
- ],
"metadata": {
"about_payments_code": "truevo"
},
"name": {
- "en": "Truevo Payments"
- }
- },
- {
- "status": "active",
- "code": "transactpro",
- "vendor": "transactpro",
- "countries": [
- "EE",
- "DE",
- "IS",
- "LV",
- "LT",
- "RW",
- "AE"
- ],
- "metadata": {
- "about_payments_code": "transactpro"
+ "en": "Truevo",
+ "ru": "Truevo",
+ "uk": "Truevo"
},
- "name": {
- "en": "Transact Pro"
- }
+ "description": {
+ "de": "Truevo ist ein europäischer Zahlungsdienstleister mit Sitz in Malta, der Kartenzahlungen, mobile Zahlungen und E-Commerce-Transaktionen in Echtzeit ermöglicht. Die Plattform richtet sich an Unternehmen jeder Größe und bietet eine komplette End-to-End-Zahlungslösung, einschließlich Acquiring, POS-Terminals, virtuellen Terminals, Karten-Issuing und Abwicklung von Online-Zahlungen. Truevo unterstützt Zahlungen in mehreren Währungen und bietet integrierte Tools zur Umsatzanalyse, Betrugsprävention und Kundenbindung. Besonders geschätzt wird die einfache Integration über Plug-ins oder APIs sowie der persönliche Kundensupport. Truevo und über 500 weitere Anbieter sind bereits in Corefys Payment-Orchestration-Plattform integriert, wodurch unsere Kunden die Integration sofort und ohne Programmieraufwand nutzen können – einfach durch Eingabe ihrer MID-Zugangsdaten im Corefy-Dashboard.",
+ "en": "Truevo is a European payment service provider based in Malta that enables real-time card payments, mobile payments and e-commerce transactions. The platform is aimed at businesses of all sizes and offers a complete end-to-end payment solution, including acquiring, POS terminals, virtual terminals, card issuance and online payment processing. Truevo supports multi-currency payments and offers integrated tools for revenue analysis, fraud prevention and customer retention. The simple integration via plug-ins or APIs and the personal customer support are particularly appreciated. Truevo and over 500 other providers are already integrated into Corefy's payment orchestration platform, allowing our customers to use the integration immediately and without any programming effort - simply by entering their MID credentials in the Corefy dashboard."
+ },
+ "payment_method": [
+ "payment_card"
+ ]
},
{
"status": "active",
@@ -9736,7 +12120,9 @@
"about_payments_code": "chasepaymentech"
},
"name": {
- "en": "J.P. Morgan Commerce Solutions"
+ "en": "Chase",
+ "ru": "Chase",
+ "uk": "Chase"
}
},
{
@@ -9759,6 +12145,9 @@
},
"name": {
"en": "Zombaio"
+ },
+ "description": {
+ "en": "Zombaio is a specialized payment service provider that caters primarily to high-risk and adult entertainment industries, offering merchant accounts and credit card processing services. The company enables businesses operating in sectors with elevated compliance requirements to accept global payments via Visa, Mastercard, and other major networks. Zombaio is known for its tailored onboarding process, fraud prevention tools, recurring billing capabilities, and support for age verification services. Its platform also provides chargeback management and compliance assistance to help merchants meet the specific regulatory demands of high-risk industries. This and 500+ providers are already integrated to Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard."
}
},
{
@@ -9886,6 +12275,11 @@
},
"name": {
"en": "PAYONE"
+ },
+ "description": {
+ "ru": "Payone — это немецкий платежный провайдер, предоставляющий комплексные решения для приема платежей онлайн и офлайн. Компания предлагает эквайринг, обработку банковских карт, поддержку локальных методов оплаты, а также POS-решения для розничной торговли. Payone входит в группу Ingenico/Worldline и обслуживает преимущественно рынки Германии, Австрии и других стран Европы. Провайдер обеспечивает высокую надежность, безопасность и гибкость в управлении платежными потоками для компаний из различных отраслей. Этот и более чем 500 других провайдеров уже интегрированы в платформу платежной оркестрации Corefy, позволяя клиентам мгновенно начать использовать интеграцию без программирования — достаточно ввести свои MID-данные в панели Corefy.",
+ "fr": "Payone est un prestataire de services de paiement basé en Allemagne, résultant d’une coentreprise entre Ingenico et les caisses d’épargne allemandes. Il fournit des solutions de paiement complètes pour les commerçants physiques et en ligne, avec un fort accent sur le marché DACH. Sa plateforme supporte les cartes de crédit, les prélèvements SEPA, les portefeuilles électroniques et les méthodes de paiement locales comme giropay et SOFORT. Payone est reconnu pour sa conformité rigoureuse, son infrastructure fiable et ses outils de gestion des risques. Ce prestataire, ainsi que plus de 500 autres, est déjà intégré à la plateforme d’orchestration de paiements de Corefy, permettant à nos clients de commencer à utiliser l’intégration instantanément, sans codage, en saisissant simplement leurs identifiants MID dans le tableau de bord Corefy.",
+ "en": "Payone is a payment service provider based in Germany, resulting from a joint venture between Ingenico and the German savings banks. It provides comprehensive payment solutions for physical and online merchants, with a strong focus on the DACH market. Its platform supports credit cards, SEPA direct debits, e-wallets and local payment methods such as giropay and SOFORT. Payone is renowned for its rigorous compliance, reliable infrastructure and risk management tools. This provider, along with over 500 others, is already integrated with Corefy's payment orchestration platform, enabling our customers to start using the integration instantly, without coding, by simply entering their MID credentials in the Corefy dashboard."
}
},
{
@@ -10095,6 +12489,10 @@
},
"name": {
"en": "Fortumo"
+ },
+ "description": {
+ "ru": "Fortumo — это международный платежный провайдер, специализирующийся на мобильных платежах и прямом операторском биллинге. Компания позволяет пользователям оплачивать цифровые услуги с баланса мобильного телефона без необходимости использования банковской карты. Fortumo работает с сотнями мобильных операторов в более чем 80 странах, предоставляя доступ к пользователям без банковского обслуживания. Этот и более чем 500 других провайдеров уже интегрированы в платформу платежной оркестрации Corefy, позволяя клиентам мгновенно начать использовать интеграцию без программирования — достаточно ввести свои MID-данные в панели Corefy.",
+ "en": "Fortumo is an international payment provider specializing in mobile payments and direct carrier billing. The company allows users to pay for digital services from their cell phone balance without the need for a bank card. Fortumo works with hundreds of mobile operators in more than 80 countries to provide unbanked access to users. This and more than 500 other providers are already integrated into Corefy's payment orchestration platform, allowing customers to instantly start using the integration without programming - just enter their MID data in the Corefy dashboard."
}
},
{
@@ -10138,7 +12536,7 @@
}
},
{
- "status": "active",
+ "status": "deprecated",
"code": "walletone",
"vendor": "walletone",
"categories": [
@@ -10241,6 +12639,11 @@
},
"name": {
"en": "Intelligent Payments"
+ },
+ "description": {
+ "ru": "Intelligent Payments — это европейский провайдер платежных услуг, базирующийся в Гибралтаре, специализирующийся на мультиканальных решениях для приема и обработки платежей. Компания предлагает торговый эквайринг, инструменты управления рисками, динамическую маршрутизацию транзакций и аналитику в реальном времени. Intelligent Payments обслуживает как крупные международные бренды, так и средний бизнес, предлагая поддержку в различных валютах и рынках. Этот и более чем 500 других провайдеров уже интегрированы в платформу платежной оркестрации Corefy, позволяя клиентам мгновенно начать использовать интеграцию без программирования — достаточно ввести свои MID-данные в панели Corefy.",
+ "uk": "Intelligent Payments — європейський платіжний провайдер, який надає рішення для обробки онлайн-платежів, управління ризиками, підтримки мультивалютності та оптимізації платіжних потоків. Компанія входить до групи Paysafe й забезпечує прийом карток, альтернативних методів, white-label платформи та гнучкі API. Основна аудиторія — середній та великий бізнес, зокрема в галузях подорожей, цифрових сервісів і електронної торгівлі. Цей та понад 500 інших провайдерів вже інтегровані в платформу платіжної оркестрації Corefy, що дозволяє клієнтам миттєво розпочати використання інтеграції без програмування — достатньо ввести свої MID-дані в дашборді Corefy.",
+ "en": "Intelligent Payments is a European payment provider that provides solutions for online payment processing, risk management, multi-currency support, and payment flow optimization. The company is part of the Paysafe group and provides card acceptance, alternative methods, white-label platforms, and flexible APIs. The main audience is medium and large businesses, in particular in the travel, digital services, and e-commerce industries. This and more than 500 other providers are already integrated into Corefy's payment orchestration platform, allowing customers to instantly start using the integration without programming - just enter their MID data in the Corefy dashboard."
}
},
{
@@ -10339,6 +12742,9 @@
"status": "active",
"code": "g2apay",
"vendor": "g2apay",
+ "description": {
+ "en": "G2A PAY is a global online payment gateway developed by G2A.COM, primarily designed to serve digital commerce businesses, especially in the gaming and entertainment sectors. The platform supports over 200 global and local payment methods, including credit cards, e-wallets, bank transfers, and regional options tailored to specific markets. G2A PAY offers features such as multi-currency processing, fraud prevention tools, and a streamlined checkout experience aimed at maximizing conversion rates. With a strong emphasis on accessibility and scalability, it caters to merchants looking to expand internationally without the need for multiple individual integrations. This and 500+ providers are already integrated to Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard."
+ },
"categories": [
"collecting",
"distributing",
@@ -10379,6 +12785,11 @@
{
"status": "active",
"code": "be2bill",
+ "description": {
+ "en": "Be2bill is a payment gateway provider that offers a payment orchestration platform. The company has been in business since 2006 and is headquartered in France. Be2bill works with over 100 banks and financial institutions worldwide. The company's services are used by major e-commerce companies such as Amazon, eBay, and AliExpress. Be2bill offers a wide range of features and services that allow businesses to streamline their payment processing. The company's platform is highly customizable and can be integrated with many different types of software. Be2bill's services are reliable and secure, making it a great choice for businesses that need a reliable payment solution. The company's payment orchestration platform enables businesses to streamline their payment operations and reduce costs. Be2bill also provides a range of value-added services such as customer support, data analytics, and risk management. Be2bill is a trusted partner of major banks and financial institutions around the world. The company has a strong focus on security and compliance, and is PCI DSS compliant. Be2bill is also a member of the European Payments Council. Overall, Be2bill is a reliable and experienced payment gateway provider that offers a range of features and services to businesses. The company's payment orchestration platform is particularly helpful for businesses that want to streamline their payment operations. Be2bill's focus on security and compliance makes it a trusted partner for banks and financial institutions.",
+ "es": "Be2bill, ahora parte de Dalenys (Grupo Natixis), es un proveedor de servicios de pago francés que ofrece soluciones para comerciantes en línea y físicos. Su plataforma proporciona adquirencia, procesamiento con tarjeta, pagos móviles y herramientas de conversión. Be2bill se orienta a comerciantes con alto volumen de ventas y destaca por su enfoque personalizado y sus herramientas de lucha contra el fraude. Este y más de 500 proveedores ya están integrados en la plataforma de orquestación de pagos de Corefy, lo que permite a nuestros clientes comenzar a usar la integración al instante sin necesidad de programación, simplemente introduciendo sus credenciales MID en el panel de Corefy.",
+ "fr": "Be2bill est une solution de paiement en ligne développée par Rentabiliweb, une société française faisant partie du groupe Natixis. Elle est conçue pour répondre aux besoins des commerçants en ligne en matière d’encaissement par carte bancaire, avec un accent sur la performance des taux d’autorisation et la lutte contre la fraude. Be2bill propose une passerelle de paiement intégrée à des services d’acquisition, ce qui permet un traitement direct des transactions sans passer par une banque tierce. Son offre inclut également des outils analytiques, la gestion d’abonnements et la compatibilité avec plusieurs modèles économiques, y compris le B2B et le B2C. Ce prestataire, ainsi que plus de 500 autres, est déjà intégré à la plateforme d’orchestration de paiements de Corefy, permettant à nos clients de commencer à utiliser l’intégration instantanément, sans codage, en saisissant simplement leurs identifiants MID dans le tableau de bord Corefy."
+ },
"vendor": "be2bill",
"categories": [
"aggregating",
@@ -10527,11 +12938,20 @@
},
"name": {
"en": "MultiSafepay"
+ },
+ "description": {
+ "de": "MultiSafepay ist ein niederländischer Zahlungsdienstleister, der umfassende Zahlungslösungen für Online-Händler bietet. Die Plattform unterstützt eine breite Palette von Zahlungsmethoden – darunter iDEAL, Bancontact, Kreditkarten, PayPal, Klarna, Apple Pay und viele mehr – und ist besonders auf die Anforderungen des Benelux-Marktes abgestimmt. MultiSafepay bietet außerdem Funktionen wie wiederkehrende Zahlungen, Zahlung auf Rechnung, Risikomanagement, Reporting, Zahlungslinks und eine einheitliche API für einfache Integration. Durch direkte Bankbeziehungen und eigenen Acquiring-Ansatz profitieren Händler von schnellen Auszahlungen und optimierter Kostenstruktur. MultiSafepay und über 500 weitere Anbieter sind bereits in Corefys Payment-Orchestration-Plattform integriert, wodurch unsere Kunden die Integration sofort und ohne Programmieraufwand nutzen können – einfach durch Eingabe ihrer MID-Zugangsdaten im Corefy-Dashboard.",
+ "en": "MultiSafepay is a Dutch payment service provider that offers comprehensive payment solutions for online merchants. The platform supports a wide range of payment methods - including iDEAL, Bancontact, credit cards, PayPal, Klarna, Apple Pay and many more - and is specially tailored to the requirements of the Benelux market. MultiSafepay also offers features such as recurring payments, payment on account, risk management, reporting, payment links and a unified API for easy integration. Thanks to direct bank relationships and its own acquiring approach, merchants benefit from fast payouts and an optimized cost structure. MultiSafepay and over 500 other providers are already integrated into Corefy's payment orchestration platform, allowing our customers to use the integration immediately and without programming effort - simply by entering their MID credentials in the Corefy dashboard."
}
},
{
"status": "active",
"code": "boacompra",
+ "description": {
+ "en": "If you're looking for a payment gateway provider, BoaCompra is definitely worth considering. They offer a comprehensive payment orchestration platform that can be tailored to your specific needs. And with over 20 years of experience in the industry, they're definitely a company you can trust. One of the things we really like about BoaCompra is their commitment to security. They use the latest encryption technologies to ensure that your data is always safe and secure. And their fraud prevention measures are top-notch, so you can rest assured that your transactions are always protected. Another thing we appreciate about BoaCompra is their customer service. They have a dedicated team of support professionals who are always available to help you with any issues you may have. And their online resources are extensive, so you can always find the answers you need. Overall, we're very impressed with BoaCompra and we think they're a great choice for any business that needs a payment gateway provider. If you're looking for a comprehensive and customizable platform, they're definitely worth considering. And if you need any assistance, their customer service team is always happy to help.",
+ "ru": "BoaCompra — это бразильский платежный провайдер, входящий в группу PagSeguro, предоставляющий международным бизнесам доступ к локальным платежным методам в Латинской Америке. Платформа поддерживает Boleto, PIX, банковские переводы, кредитные карты и электронные кошельки. BoaCompra обслуживает e-commerce, игры, стриминг и цифровые услуги, обеспечивая локализацию платежей и высокую конверсию в странах региона. Этот и более чем 500 других провайдеров уже интегрированы в платформу платежной оркестрации Corefy, позволяя клиентам мгновенно начать использовать интеграцию без программирования — достаточно ввести свои MID-данные в панели Corefy.",
+ "es": "BoaCompra, parte de PagSeguro, es un proveedor de pagos brasileño que facilita la aceptación de métodos de pago locales en América Latina para comerciantes internacionales. Admite boletos, transferencias bancarias, pagos en efectivo y wallets locales en países como Brasil, Chile, Colombia y México. BoaCompra destaca por su conocimiento profundo del mercado latinoamericano y su enfoque en maximizar las conversiones con soluciones localizadas. Este y más de 500 proveedores ya están integrados en la plataforma de orquestación de pagos de Corefy, lo que permite a nuestros clientes comenzar a usar la integración al instante sin necesidad de programación, simplemente introduciendo sus credenciales MID en el panel de Corefy."
+ },
"vendor": "boacompra",
"categories": [
"distributing",
@@ -10584,6 +13004,9 @@
{
"status": "active",
"code": "payboutique",
+ "description": {
+ "en": "If you're looking for a payment gateway provider, PayBoutique is definitely worth considering. They offer a robust and feature-rich platform that can help you streamline your payment processing. However, there are a few things to keep in mind before signing up. First, PayBoutique doesn't work with every country. If you're doing business internationally, you'll need to make sure that they support the countries you're doing business in. Otherwise, you'll need to use another provider. Second, PayBoutique charges a monthly fee for their service. This isn't necessarily a bad thing, but it's something to be aware of before signing up. Make sure you factor this into your budget when considering PayBoutique. Overall, PayBoutique is a great choice for a payment gateway provider. They offer a lot of features and have a very user-friendly platform. Just be sure to keep their limitations in mind before signing up. There are a lot of different payment gateway providers out there, and it can be tough to decide which one is right for your business. Payment orchestration platforms like Payboutique can make things a lot easier by allowing you to connect to multiple providers at once and manage all of your payments in one place. But before you sign up for any service, it's important to understand the pros and cons. One of the biggest advantages of using a payment orchestration platform is that it can save you a lot of time and money. Instead of having to deal with different providers individually, you can just connect to Payboutique and let them handle everything. This can simplify your accounting and help you avoid late fees or other problems that can arise from dealing with multiple providers. Another advantage of using Payboutique is that they offer a lot of flexibility when it comes to payments. You can choose which payment gateway providers you want to use, and you can also change your provider if you find a better deal elsewhere. This can be a big help if your business is growing and you need to scale up your payment processing capabilities"
+ },
"vendor": "payboutique",
"categories": [
"distributing"
@@ -10606,6 +13029,9 @@
{
"status": "active",
"code": "hipaymobile",
+ "description": {
+ "en": "When it comes to finding a payment gateway provider, there are a few things you need to take into account. One of them is whether the company offers a payment orchestration platform. Hipaymobile is one such company that deals with payment orchestration. But what exactly does that mean? And more importantly, what are the pros and cons of using Hipaymobile? In short, a payment orchestration platform helps businesses automate their payments. This includes everything from processing transactions to issuing refunds and managing fraud. It can be a big time-saver for businesses that process a lot of payments on a daily basis. There are, of course, some drawbacks to using such a platform. One of them is that it can be expensive. Another is that it can be complex to set up and use. But if you're looking for a way to streamline your payment processing, Hipaymobile is definitely worth considering. There are many payment gateway providers out there, but not all of them offer the same features and benefits. Hipaymobile is a payment orchestration platform that helps businesses streamline their payments process. Here are some of the pros and cons of using Hipaymobile. Pros: can help businesses save time and money by streamlining the payment process; offers a wide range of features and options; is a trusted and well-established company."
+ },
"vendor": "hipaymobile",
"categories": [
"aggregating"
@@ -10714,6 +13140,11 @@
{
"status": "active",
"code": "altapay",
+ "description": {
+ "en": "There are many payment gateway providers out there, but not all of them offer the same features and benefits. When looking for a payment gateway provider, it's important to find one that offers a robust platform with plenty of features and benefits. Altapay is one such provider. Altapay offers a payment orchestration platform that helps businesses streamline their payments. The platform is designed to work with multiple payment types, including credit cards, debit cards, and ACH payments. It also offers fraud protection and dispute management tools. One of the best things about Altapay is that it offers a free trial so you can try out the platform before committing to it. This is a great way to see if it's the right fit for your business. If you're looking for a payment gateway provider that offers a robust platform with plenty of features and benefits, Altapay is a great option to consider. If you're looking for a payment gateway provider, you can't go wrong with Altapay. They offer a complete payment orchestration platform that makes it easy to accept and process payments from all major credit cards and digital wallets. Plus, their customer service is top-notch - they're always quick to respond to any questions or concerns you may have. ",
+ "de": "AltaPay ist ein dänischer Zahlungsdienstleister, der umfassende Payment-Gateway- und Acquiring-Lösungen für internationale Händler anbietet. Das Unternehmen, Teil der Valitor-Gruppe, ermöglicht die Akzeptanz und Verarbeitung einer Vielzahl von Zahlungsarten, darunter Kredit- und Debitkarten, Mobile Wallets, SEPA-Zahlungen, lokale Banküberweisungen sowie Raten- und Rechnungskaufmethoden in über 100 Ländern. AltaPay ist besonders auf die Anforderungen von Unternehmen mit komplexen Geschäftsmodellen ausgerichtet, darunter Omnichannel-Händler, Marktplätze und Plattformanbieter. Die Plattform bietet Funktionen wie Zahlungsabgleich, Tokenisierung, Risikomanagement, wiederkehrende Zahlungen, intelligente Transaktionsweiterleitung und umfassende Reporting-Tools. Dank offener APIs und vorkonfigurierter Integrationen für ERP-, POS- und E-Commerce-Systeme lässt sich AltaPay flexibel in bestehende Infrastrukturen einbinden. Händler profitieren von einer einheitlichen Schnittstelle für globale Zahlungen mit lokalem Fokus. AltaPay und über 500 weitere Anbieter sind bereits in Corefys Payment-Orchestration-Plattform integriert, wodurch unsere Kunden die Integration sofort und ohne Programmieraufwand nutzen können – einfach durch Eingabe ihrer MID-Zugangsdaten im Corefy-Dashboard.",
+ "fr": "AltaPay est un fournisseur danois de services de paiement qui propose une plateforme omnicanale permettant aux entreprises d’accepter, gérer et reconcilier des paiements en ligne et en magasin. Elle s’adresse particulièrement aux détaillants et e-commerçants à l’international, en leur fournissant un accès à un large éventail de moyens de paiement locaux et globaux, tels que les cartes bancaires, Klarna, PayPal ou les virements bancaires. La solution d’AltaPay inclut également des outils de reporting, de prévention de la fraude, et d’intégration ERP, facilitant le suivi et la gestion des transactions à grande échelle. La société se distingue par sa capacité à centraliser les flux de paiement sur plusieurs marchés via une interface unique, contribuant ainsi à simplifier les opérations financières des marchands. Ce prestataire, ainsi que plus de 500 autres, est déjà intégré à la plateforme d’orchestration de paiements de Corefy, permettant à nos clients de commencer à utiliser l’intégration instantanément, sans codage, en saisissant simplement leurs identifiants MID dans le tableau de bord Corefy."
+ },
"vendor": "altapay",
"categories": [
"distributing",
@@ -10821,6 +13252,9 @@
{
"status": "active",
"code": "payzoff",
+ "description": {
+ "en": "Payzoff is a payment orchestration platform that enables businesses to securely accept and process payments from multiple payment gateway providers. It offers a simple, intuitive interface that makes it easy to get started and scale as your needs grow. Payzoff provides all the features you need to streamline your payment processing, including support for recurring payments, refunds, and more. Overall, Payzoff is an excellent choice for businesses of all sizes that need a reliable and user-friendly payment processing solution. Payzoff offers a comprehensive suite of features to help businesses automate their payments. With Payzoff, businesses can manage invoices, recurring payments, and refund requests easily and efficiently. Payzoff also offers integrated fraud prevention tools to help businesses protect themselves from fraudulent chargebacks. One of the biggest advantages of using Payzoff is that it makes it easy to manage multiple payment gateway providers from a single interface. This can save you a lot of time and hassle, especially if you have multiple businesses or projects that use different payment gateway providers. Another big plus is that Payzoff is highly customizable, so you can tailor it to fit your specific needs. And if you ever need assistance, the company's customer support team is always happy to help. Payzoff is one of the leading payment gateway providers in the market today. The company has a strong reputation for reliability and security, and offers competitive pricing. Payzoff's platform is easy to use and offers a wide range of features to help businesses streamline their payment processes. Overall, Payzoff is an excellent choice for businesses looking for a robust and user-friendly payment gateway solution."
+ },
"vendor": "payzoff",
"categories": [
"distributing",
@@ -11020,11 +13454,20 @@
},
"name": {
"en": "Clearhaus"
+ },
+ "description": {
+ "de": "Clearhaus ist ein dänischer Acquirer, der Kartenzahlungen für europäische Händler ermöglicht. Das Unternehmen ist besonders auf E-Commerce fokussiert und bietet schnelle Kontoeröffnung, transparente Preisgestaltung und einfache API-Integration. Clearhaus unterstützt Visa, Mastercard, Apple Pay und Google Pay sowie die neuesten 3D Secure-Standards. Mit Fokus auf Sicherheit und Benutzerfreundlichkeit richtet sich Clearhaus an Start-ups, Scale-ups und etablierte Online-Shops in Europa. Clearhaus und über 500 weitere Anbieter sind bereits in Corefys Payment-Orchestration-Plattform integriert, wodurch unsere Kunden die Integration sofort und ohne Programmieraufwand nutzen können – einfach durch Eingabe ihrer MID-Zugangsdaten im Corefy-Dashboard.",
+ "en": "Clearhaus is a Danish acquirer that facilitates card payments for European merchants. The company is particularly focused on e-commerce and offers fast account opening, transparent pricing and easy API integration. Clearhaus supports Visa, Mastercard, Apple Pay and Google Pay as well as the latest 3D Secure standards. With a focus on security and ease of use, Clearhaus is aimed at start-ups, scale-ups and established online stores in Europe. Clearhaus and over 500 other providers are already integrated into Corefy's payment orchestration platform, allowing our customers to use the integration immediately and without any programming effort - simply by entering their MID credentials in the Corefy dashboard."
}
},
{
"status": "active",
"code": "adyen",
+ "description": {
+ "en": "Is Adyen the Best Payment Orchestration Platform? The company continues to add new customers and expand into new geographies. In October, Adyen entered Canada. It has also introduced a new terminal that enables merchants to accept popular payment methods like PayPal and Apple Pay. Overall, the company has a solid business model and is growing quickly. Still, it is not the best option for low-volume merchants. Its limitations also limit its ability to serve physical storefronts. As a payment gateway, Adyen offers online, mobile, and in-person payment processing. It claims to be a direct global processor with Visa and MasterCard and has raised $250 million in venture capital to further expand its payments platform. The company claims to process $90 billion of payments worldwide per year and had $727 million in revenue in 2017. It was recently announced that eBay plans to replace PayPal with Adyen over three years. However, it is important to keep in mind that Adyen's pricing model is more complicated than a flat-rate model. In addition to these benefits, Adyen offers a number of integrations. It has home-built plugins for Magento 2, SAP Commerce Cloud, Shopware 6, and several Oracle and Salesforce products. Ultimately, it can be a good choice for marketplace businesses. There are also many benefits to choosing Adyen, but if you're just starting out, it is not the best option for you. Consider these options before deciding on a payment gateway for your business.",
+ "ru": "Adyen — это один из крупнейших глобальных платежных провайдеров, базирующийся в Нидерландах. Компания обслуживает бизнесы любого масштаба, от стартапов до глобальных корпораций, предлагая единое решение для онлайн- и офлайн-платежей, а также транзакций в мобильных приложениях. Adyen обеспечивает поддержку более чем 250 платежных методов, включая карты, локальные решения и цифровые кошельки, а также предоставляет инструменты для аналитики, предотвращения мошенничества и соответствия нормативным требованиям. Этот и более чем 500 других провайдеров уже интегрированы в платформу платежной оркестрации Corefy, позволяя клиентам мгновенно начать использовать интеграцию без программирования — достаточно ввести свои MID-данные в панели Corefy.",
+ "uk": "Adyen — один із найпотужніших глобальних платіжних провайдерів, що пропонує єдину платформу для обробки платежів у фізичних точках, онлайн і в мобільних додатках. Компанія працює з понад 200 платіжними методами і валютами, надаючи бізнесам інструменти для боротьби з шахрайством, аналітики, токенізації карток і управління ризиками. Adyen обслуговує таких клієнтів, як Uber, Spotify, Microsoft і eBay, вирізняючись масштабованістю, високим аптаймом та гнучкістю налаштувань. Цей та понад 500 інших провайдерів вже інтегровані в платформу платіжної оркестрації Corefy, що дозволяє клієнтам миттєво розпочати використання інтеграції без програмування — достатньо ввести свої MID-дані в дашборді Corefy."
+ },
"vendor": "adyen",
"categories": [
"collecting",
@@ -11243,6 +13686,9 @@
{
"status": "active",
"code": "maxpay",
+ "description": {
+ "en": "Maxpay is a payment gateway provider that offers a payment orchestration platform. It promises to make it easy for businesses to accept and manage payments, as well as to provide a number of features and benefits. But does Maxpay really deliver? In this review, we'll take a closer look at the company and its offerings to see if it's a good fit for your business. As your business grows, you'll need to start thinking about how to accept payments from your customers. There are a few different options out there for payment gateway providers and payment orchestration platforms. Maxpay is one such company that offers payment solutions for businesses of all sizes. In this article, we'll take a look at the pros and cons of using Maxpay as your payment provider. PROS: Maxpay offers a robust and scalable platform that can grow with your business. The company has a long history in the industry, so you can be confident in their experience and expertise. Maxpay provides 24/7 customer support so you can always get help when you need it. There are no hidden fees or charges with Maxpay – you'll know exactly what you're paying for upfront. When it comes to payment gateway providers, Maxpay is one of the most popular names in the business. They offer a wide range of services and have a lot of satisfied customers. However, like any other company, they have their pros and cons. In this Maxpay review, we'll take a closer look at what they offer and whether or not they're the right choice for your business."
+ },
"vendor": "maxpay",
"categories": [
"collecting",
@@ -11250,27 +13696,19 @@
"distributing"
],
"payment_method": [
- "americanexpress",
- "payment_card",
- "ukash",
- "jcb",
- "dinersclub",
- "paysafecard",
- "cashu",
- "discover",
- "chinaunionpay",
- "smsbilling",
- "safetypay",
- "sofortbanking",
- "boleto_bancario",
- "sepacredittransfer"
+ "payment_card"
],
"metadata": {
"about_payments_code": "maxpay"
},
"name": {
"en": "Maxpay"
- }
+ },
+ "payout_method": [
+ "qiwi",
+ "payment_card",
+ "yandexmoney"
+ ]
},
{
"status": "active",
@@ -11303,6 +13741,10 @@
},
"name": {
"en": "EMS"
+ },
+ "description": {
+ "es": "EMS es un proveedor de soluciones de pago con sede en los Países Bajos, enfocado en procesamiento de tarjetas y adquirencia para comercios europeos. Fundado como una empresa conjunta entre First Data y ABN AMRO, ofrece servicios de TPV físicos y virtuales, pagos móviles y terminales inteligentes. EMS destaca por su atención al cliente en mercados locales, su seguridad y cumplimiento con estándares europeos. Este y más de 500 proveedores ya están integrados en la plataforma de orquestación de pagos de Corefy, lo que permite a nuestros clientes comenzar a usar la integración al instante sin necesidad de programación, simplemente introduciendo sus credenciales MID en el panel de Corefy.",
+ "en": "EMS is a Netherlands-based payment solutions provider focused on card processing and acquiring for European merchants. Founded as a joint venture between First Data and ABN AMRO, it offers physical and virtual POS services, mobile payments and smart terminals. EMS stands out for its customer service in local markets, its security and compliance with European standards. It and more than 500 other providers are already integrated into Corefy's payment orchestration platform, allowing our clients to start using the integration instantly without any programming, simply by entering their MID credentials into the Corefy dashboard."
}
},
{
@@ -11395,6 +13837,9 @@
{
"status": "active",
"code": "kingpaypayments",
+ "description": {
+ "en": "Why KingPay Is the Best Payment Orchestration Platform: If you're considering offering online payment services, KingPay may be a good choice. KingPay's innovative payment processing technology offers high-frequency and secure omni-channel processing, along with a broad range of alternative payment methods. Whether your business accepts credit cards, digital currency, or other payment methods, you'll find the right solution for your business. KingPay also supports international business transactions, so you can accept payments from all over the world, no matter where they're processed."
+ },
"vendor": "kingpaypayments",
"categories": [
"collecting",
@@ -11653,6 +14098,10 @@
},
"name": {
"en": "EBANX"
+ },
+ "description": {
+ "es": "EBANX es un proveedor de pagos con sede en Brasil que permite a empresas globales aceptar pagos locales en América Latina. Admite tarjetas nacionales, boletos bancarios, transferencias y wallets digitales en países como Brasil, México, Colombia, Chile, Perú y Argentina. EBANX se destaca por su enfoque en pagos localizados y su infraestructura que simplifica la expansión internacional de comercios digitales en mercados emergentes. Este y más de 500 proveedores ya están integrados en la plataforma de orquestación de pagos de Corefy, lo que permite a nuestros clientes comenzar a usar la integración al instante sin necesidad de programación, simplemente introduciendo sus credenciales MID en el panel de Corefy.",
+ "en": "EBANX is a Brazil-based payment provider that enables global businesses to accept local payments in Latin America. It supports domestic cards, boletos bancários, wire transfers and digital wallets in countries such as Brazil, Mexico, Colombia, Chile, Peru and Argentina. EBANX stands out for its focus on localized payments and its infrastructure that simplifies the international expansion of digital merchants in emerging markets. It and more than 500 other providers are already integrated into Corefy's payment orchestration platform, allowing our customers to start using the integration instantly without any programming, simply by entering their MID credentials in the Corefy dashboard."
}
},
{
@@ -11751,8 +14200,11 @@
}
},
{
- "status": "active",
+ "status": "deprecated",
"code": "dengionline",
+ "description": {
+ "en": "As your business grows, you'll need to find a payment gateway provider that can offer you the features and flexibility you need. Dengionline is one of the leading payment gateway providers, offering a wide range of features and a robust platform that can scale with your business. When it comes to payment gateway providers, you want one that offers a reliable platform and plenty of features. That's exactly what you'll get with Dengionline. Their platform is designed to handle a large volume of transactions, so it can easily scale as your business grows. Plus, they offer a wide range of features, including support for multiple currencies, fraud protection, and more. If you're looking for a payment gateway provider that can offer you the features and flexibility you need, Dengionline is a great option. There are a myriad of payment gateway providers out there, and picking the right one can be a daunting task. But with Dengi Online, you can rest assured that you're getting a top-notch payment orchestration platform. Dengi Online has been in the business for over 10 years, and they know how to get the job done right. They offer a wide range of features, including support for multiple currencies, fraud protection, and much more. What's more, Dengi Online is constantly innovating and adding new features to their platform. So if you're looking for a payment gateway that will keep up with your ever-changing needs, Dengi Online is the way to go."
+ },
"vendor": "dengionline",
"categories": [
"distributing",
@@ -11786,6 +14238,12 @@
"status": "active",
"code": "worldpay",
"vendor": "worldpay",
+ "description": {
+ "en": "Worldpay is one of the largest global payment processing companies, offering a comprehensive suite of solutions for businesses of all sizes to accept payments in-store, online, and via mobile. Originally based in the UK and now part of FIS (Fidelity National Information Services), Worldpay serves millions of merchants worldwide and supports over 300 payment methods across more than 120 currencies. Its services include card acquiring, payment gateway solutions, fraud prevention, recurring billing, and advanced data analytics. Worldpay is known for its strong presence in both low-risk and high-risk industries, providing scalable infrastructure and global reach for enterprises seeking to grow internationally. The platform is PCI DSS compliant and offers robust APIs and hosted checkout options to suit various integration needs. Worldpay and 500+ other payment providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard.",
+ "de": "Worldpay ist einer der weltweit größten Zahlungsdienstleister, der umfassende Omnichannel-Zahlungslösungen für Unternehmen jeder Größe anbietet. Mit starker Präsenz in Europa, den USA und Asien unterstützt Worldpay über 300 Zahlungsmethoden, darunter Karten, Wallets, Banküberweisungen und Ratenzahlungssysteme. Die Plattform bietet Acquiring, Risikomanagement, dynamische Währungsumrechnung, Reporting und globale Compliance – alles über eine skalierbare API. Besonders im E-Commerce, in der Reisebranche und im Einzelhandel ist Worldpay ein bevorzugter Anbieter für internationales Wachstum. Worldpay und über 500 weitere Anbieter sind bereits in Corefys Payment-Orchestration-Plattform integriert, wodurch unsere Kunden die Integration sofort und ohne Programmieraufwand nutzen können – einfach durch Eingabe ihrer MID-Zugangsdaten im Corefy-Dashboard.",
+ "uk": "Worldpay — один із найбільших платіжних провайдерів у світі, який обслуговує підприємства в понад 140 країнах. Компанія пропонує комплексні рішення для обробки онлайн, офлайн та мобільних платежів, підтримує понад 300 способів оплати, включаючи локальні методи, банківські картки та електронні гаманці. Worldpay забезпечує потужний захист від шахрайства, гнучку аналітику та відповідність міжнародним стандартам безпеки. Його часто використовують великі корпорації, e-commerce, iGaming і туристичні сервіси. Цей та понад 500 інших провайдерів вже інтегровані в платформу платіжної оркестрації Corefy, що дозволяє клієнтам миттєво розпочати використання інтеграції без програмування — достатньо ввести свої MID-дані в дашборді Corefy.",
+ "es": "Worldpay, parte del grupo FIS, es uno de los mayores proveedores de procesamiento de pagos a nivel global. Ofrece soluciones de adquirencia, procesamiento con tarjetas, pagos alternativos y pagos omnicanal para empresas de todos los tamaños. Con presencia en más de 146 países, Worldpay es conocido por su infraestructura escalable, altos estándares de seguridad y capacidades avanzadas de análisis y prevención de fraudes. Este y más de 500 proveedores ya están integrados en la plataforma de orquestación de pagos de Corefy, lo que permite a nuestros clientes comenzar a usar la integración al instante sin necesidad de programación, simplemente introduciendo sus credenciales MID en el panel de Corefy."
+ },
"categories": [
"distributing",
"aggregating",
@@ -11852,46 +14310,10 @@
"UM"
],
"payment_method": [
- "girocard",
- "payment_card",
- "paysafecard",
- "cashu",
- "americanexpress",
- "ukash",
- "bancontactmistercash",
- "cartebleue",
- "visaelectron",
- "cartebancaires",
- "visadebit",
- "mastercarddebit",
- "neosurf",
- "postepay",
- "elektronischeslastschriftverfahren",
- "directdebit",
- "trustly",
- "ideal",
- "enetsdirectdebit",
- "bank_transfer_klarna",
- "giropay",
- "safetypay",
- "sofortbanking",
- "usemyservices",
- "boleto_bancario",
- "sepadirectdebit",
- "polipayonline",
- "acceptemail",
- "tenpay",
- "qiwi",
- "dokuwallet",
- "vmevisa",
- "paypal",
- "alipay",
- "applepay",
- "yandexmoney",
- "neteller",
- "dwolla",
- "masterpass",
- "visacheckout"
+ "payment_card"
+ ],
+ "payout_method": [
+ "payment_card"
],
"metadata": {
"about_payments_code": "worldpay"
@@ -12033,6 +14455,10 @@
},
"name": {
"en": "allpago - accept payments in Latin America"
+ },
+ "description": {
+ "es": "Allpago, ahora parte de PPRO, fue un proveedor de pagos centrado en América Latina que permitía a comerciantes internacionales aceptar pagos locales en países como Brasil, México, Colombia, Chile y Argentina. Ofrecía métodos de pago alternativos, adquirencia local, cumplimiento normativo y mitigación de riesgos, facilitando la entrada de empresas extranjeras a estos mercados. Tras su adquisición por PPRO, sus servicios se integraron en una infraestructura global de pagos. Este y más de 500 proveedores ya están integrados en la plataforma de orquestación de pagos de Corefy, lo que permite a nuestros clientes comenzar a usar la integración al instante sin necesidad de programación, simplemente introduciendo sus credenciales MID en el panel de Corefy.",
+ "en": "Allpago, now part of PPRO, was a Latin America-focused payment provider that enabled international merchants to accept local payments in countries such as Brazil, Mexico, Colombia, Chile and Argentina. It offered alternative payment methods, local acquiring, regulatory compliance and risk mitigation, facilitating the entry of foreign companies into these markets. Following its acquisition by PPRO, its services were integrated into a global payments infrastructure. It and more than 500 other providers are now integrated into Corefy's payment orchestration platform, allowing our clients to start using the integration instantly with no programming required, simply by entering their MID credentials into the Corefy dashboard."
}
},
{
@@ -12127,6 +14553,11 @@
},
"name": {
"en": "QuickPay"
+ },
+ "description": {
+ "de": "QuickPay ist ein dänischer Zahlungsdienstleister, der sich auf flexible, sichere und einfach zu integrierende Zahlungslösungen für Online-Händler spezialisiert hat. Die Plattform unterstützt über 30 internationale und lokale Zahlungsmethoden, darunter Visa, Mastercard, MobilePay, Apple Pay, Klarna und PayPal. QuickPay ist besonders in den nordischen Ländern stark vertreten und bietet eine stabile, skalierbare Infrastruktur, die sich leicht in gängige Shopsysteme wie Shopify, WooCommerce oder Magento einbinden lässt. Mit Funktionen wie wiederkehrenden Zahlungen, Zahlungslinks, API-Zugang, Fraud-Prevention und Echtzeitberichten richtet sich QuickPay an kleine und große E-Commerce-Unternehmen gleichermaßen. QuickPay und über 500 weitere Anbieter sind bereits in Corefys Payment-Orchestration-Plattform integriert, wodurch unsere Kunden die Integration sofort und ohne Programmieraufwand nutzen können – einfach durch Eingabe ihrer MID-Zugangsdaten im Corefy-Dashboard.",
+ "ru": "Quickpay — это датский платежный провайдер, предоставляющий платежные шлюзы для онлайн-магазинов и сервисов по всей Европе. Компания поддерживает карты, мобильные кошельки, банковские переводы и локальные методы оплаты, включая MobilePay и Swish. Quickpay предлагает API-интеграции, расширенные функции безопасности и простые модули для популярных CMS. Этот и более чем 500 других провайдеров уже интегрированы в платформу платежной оркестрации Corefy, позволяя клиентам мгновенно начать использовать интеграцию без программирования — достаточно ввести свои MID-данные в панели Corefy.",
+ "en": "Quickpay is a Danish payment provider that provides payment gateways for online stores and services across Europe. The company supports cards, mobile wallets, bank transfers and local payment methods including MobilePay and Swish. Quickpay offers API integrations, advanced security features, and simple modules for popular CMSs. This and more than 500 other providers are already integrated into Corefy's payment orchestration platform, allowing customers to instantly start using the integration without programming - just enter their MID data in the Corefy dashboard."
}
},
{
@@ -12181,6 +14612,9 @@
{
"status": "active",
"code": "algocharge",
+ "description": {
+ "en": "AlgoCharge is a payment orchestration platform that enables businesses to manage and automate their payments. AlgoCharge integrates with multiple payment gateway providers, making it easy to accept and process payments from customers. AlgoCharge offers a variety of features to help businesses streamline their payment processing, including recurring billing, invoicing, and fraud detection. AlgoCharge is a versatile and powerful tool for businesses of all sizes. Pros: allows businesses to manage and automate their payments; integrates with multiple payment gateway providers; easy to accept and process payments from customers. Cons: some businesses may find the platform difficult to use; the company does not provide customer support; there is a lack of documentation on the platform. AlgoCharge is a payment orchestration platform that enables businesses to manage and automate their payments. AlgoCharge integrates with multiple payment gateway providers, making it easy to accept and process payments from customers. Some businesses may find the platform difficult to use, but for businesses that are comfortable with using similar platforms, AlgoCharge should pose no problems. The company does not provide customer support, but there is a lack of documentation on the platform. Overall, AlgoCharge is a good payment orchestration platform for businesses that are looking to automate their payments."
+ },
"vendor": "algocharge",
"categories": [
"distributing"
@@ -12267,24 +14701,109 @@
"status": "active",
"code": "paymentasia",
"vendor": "paymentasia",
- "categories": [
- "collecting",
- "distributing",
- "aggregating"
- ],
"payment_method": [
- "americanexpress",
- "jcb",
- "payment_card",
- "discover",
- "chinaunionpay",
- "bitcoin"
+ "bank_transfer_aggregated"
],
- "metadata": {
- "about_payments_code": "paymentasia"
- },
- "name": {
- "en": "Payment Asia"
+ "payout_method": [
+ "ab_bank",
+ "asia_commercial_bank",
+ "agri_bank",
+ "anz_bank",
+ "bac_a_bank",
+ "baoviet_bank",
+ "bidv_bank",
+ "omllvcb_bank",
+ "citibank_n_a",
+ "dong_a_bank",
+ "exim_bank_vietnam",
+ "gp_bank",
+ "hd_bank",
+ "hsbc_bank",
+ "kien_long_bank",
+ "lien_viet_post_bank",
+ "mb_bank",
+ "mhb_bank",
+ "maritime_bank",
+ "nam_a_bank",
+ "ocb_bank",
+ "ocean_bank",
+ "petrolimex_bank",
+ "pvcom_bank",
+ "sacom_bank",
+ "scb_bank",
+ "sea_bank",
+ "saigon_bank",
+ "shb_bank",
+ "shinhan_bank",
+ "standard_chartered_bank",
+ "techcom_bank",
+ "tp_bank",
+ "vietcom_bank",
+ "vib_bank",
+ "viet_a_bank",
+ "viet_bank",
+ "viet_capital_bank",
+ "vietin_bank",
+ "vp_bank",
+ "vrb_bank",
+ "bank_for_agriculture",
+ "krungsri",
+ "bangko_bank",
+ "cimb_thai_bank",
+ "citibank_n_a",
+ "government_housing_bank",
+ "government_savings_bank",
+ "industrial_and_commercial_bank_of_china",
+ "islamic_bank_of_thailand",
+ "kasikorn_bank",
+ "kiatnakin_bank",
+ "krung_thai_bank",
+ "land_and_houses_bank",
+ "siam_commercial_bank",
+ "standard_chartered_bank_thai",
+ "thanachart_bank",
+ "thai_credit_retail_bank",
+ "tisco_bank",
+ "thai_military_bank",
+ "uob_bank",
+ "asia_united_bank",
+ "bdo_bank",
+ "bdo_network_bank",
+ "philippine_islands_family_bank",
+ "coins_ph",
+ "bank_of_commerce",
+ "philippine_islands_bank",
+ "china_bank",
+ "china_bank_savings",
+ "cebuana_lhuillier",
+ "citi_bank",
+ "ctbc_bank",
+ "philippines_development_bank",
+ "eastwest_bank",
+ "gcash",
+ "grabpay_wallet",
+ "philippines_land_bank",
+ "may_bank",
+ "metro_bank",
+ "m_lhuillier",
+ "philippine_bank_of_communications",
+ "philippine_national_bank",
+ "pera_hub_bank",
+ "ps_bank",
+ "veterans_bank",
+ "pay_maya",
+ "rcbc",
+ "robinsons_bank",
+ "sterling_bank",
+ "philippines_security_bank",
+ "union_bank",
+ "ucpb",
+ "villarica_pawnshop"
+ ],
+ "name": {
+ "en": "Payment Asia",
+ "ru": "Payment Asia",
+ "uk": "Payment Asia"
}
},
{
@@ -12384,6 +14903,10 @@
},
"name": {
"en": "2000Charge.com"
+ },
+ "description": {
+ "de": "2000Charge ist ein US-amerikanischer Zahlungsdienstleister, der sich auf alternative Zahlungsmethoden für internationale Märkte spezialisiert hat. Seit seiner Gründung unterstützt das Unternehmen Händler dabei, Kunden weltweit zu erreichen, indem es eine breite Palette lokaler Zahlungsmöglichkeiten anbietet, darunter Lastschriftverfahren, Online-Banküberweisungen, Prepaid-Lösungen und andere nicht-kartenbasierte Zahlarten. Die Plattform richtet sich insbesondere an Unternehmen im Bereich digitale Inhalte, Abonnement-Services, E-Commerce und Telekommunikation. 2000Charge ermöglicht eine nahtlose Integration über eine zentrale API und übernimmt dabei das Risikomanagement, die Abwicklung und die Währungsumrechnung. Ein zentrales Merkmal ist die Fähigkeit, Zahlungen in Regionen mit geringer Kreditkartennutzung zu ermöglichen, was die globale Reichweite und Conversion-Rate für Händler deutlich erhöht. Zusätzlich stellt 2000Charge umfassende Berichte und Tools zur Verfügung, um die Zahlungsleistung zu überwachen und zu optimieren. 2000Charge und über 500 weitere Anbieter sind bereits in Corefys Payment-Orchestration-Plattform integriert, wodurch unsere Kunden die Integration sofort und ohne Programmieraufwand nutzen können – einfach durch Eingabe ihrer MID-Zugangsdaten im Corefy-Dashboard.",
+ "en": "2000Charge is a US-based payment service provider specializing in alternative payment methods for international markets. Since its inception, the company has helped merchants reach customers worldwide by offering a wide range of local payment options, including direct debit, online bank transfers, prepaid solutions and other non-card-based payment methods. The platform is particularly aimed at businesses in the digital content, subscription services, e-commerce and telecommunications sectors. 2000Charge enables seamless integration via a central API, taking care of risk management, settlement and currency conversion. A key feature is the ability to enable payments in regions with low credit card usage, significantly increasing global reach and conversion rates for merchants. In addition, 2000Charge provides comprehensive reports and tools to monitor and optimize payment performance. 2000Charge and over 500 other providers are already integrated with Corefy's payment orchestration platform, allowing our customers to use the integration immediately and without programming - simply by entering their MID credentials in the Corefy dashboard."
}
},
{
@@ -12426,6 +14949,9 @@
{
"status": "active",
"code": "asiapay",
+ "description": {
+ "en": "Asiapay is a payment orchestration platform that enables businesses to streamline their payment processing. It offers a single, integrated solution for managing all your payment gateway providers, allowing you to easily switch between them and get the best rates for your transactions. Asiapay also provides fraud detection and prevention, so you can be sure your transactions are safe and secure. There are many benefits to using Asiapay, including the following: streamlined payment processing - Asiapay makes it easy to manage all your payment gateway providers in one place, so you can save time and money on transaction fees; fraud detection and prevention - Asiapay's fraud detection and prevention capabilities help you keep your transactions safe and secure; competitive rates - Asiapay offers competitive rates for your transactions, so you can save money on payment processing fees. However, there are some drawbacks to using Asiapay as well, including the following: limited customization options - Asiapay's platform is not highly customizable, so you may not be able to tailor it to your specific needs; no free trial - Asiapay does not offer a free trial, so you'll need to sign up for a paid plan in order to use the platform. Overall, Asiapay is a good option for businesses who are looking for a streamlined payment processing solution. However, it's important to weigh the pros and cons before deciding if it's the right platform for you."
+ },
"vendor": "asiapay",
"categories": [
"collecting",
@@ -12490,6 +15016,9 @@
"status": "active",
"code": "multicards",
"vendor": "multicards",
+ "description": {
+ "en": "Multicards is a global payment service provider offering secure and versatile online payment processing solutions tailored to international e-commerce businesses. With a history dating back to the 1990s, Multicards enables merchants to accept a wide range of payment methods, including credit and debit cards, direct debits, bank transfers, and various local payment options across multiple currencies and countries. The platform is designed to support subscription billing, fraud prevention, and multi-language interfaces, making it particularly suitable for businesses with a global customer base. Multicards provides robust reporting and reconciliation tools, along with customizable checkout experiences to enhance conversion rates. Its services cater to both low- and high-risk industries, ensuring compliance with regulatory standards like PCI DSS. Multicards and 500+ other payment providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard."
+ },
"categories": [
"aggregating",
"distributing",
@@ -12615,6 +15144,12 @@
},
"name": {
"en": "2C2P"
+ },
+ "description": {
+ "de": "2C2P ist ein führender Zahlungsdienstleister in Südostasien, der umfassende Omnichannel-Zahlungslösungen für Unternehmen in der Region anbietet. Das Unternehmen mit Sitz in Singapur ermöglicht die Abwicklung von Online-, mobilen und In-Store-Zahlungen über mehr als 250 Zahlungsmethoden, darunter Kreditkarten, Mobile Wallets wie GrabPay und TrueMoney, lokale Banküberweisungen, Alipay und WeChat Pay. 2C2P ist besonders stark in Märkten wie Thailand, Malaysia, Indonesien und den Philippinen vertreten und bietet zusätzlich Dienstleistungen wie Echtzeit-Reporting, Abo-Verwaltung, Betrugsprävention und Währungsumrechnung. Die Plattform richtet sich an Unternehmen in den Bereichen Handel, Reisen, Bildung, Regierung und Finanzdienstleistungen, die in der ASEAN-Region expandieren möchten. 2C2P und über 500 weitere Anbieter sind bereits in Corefys Payment-Orchestration-Plattform integriert, wodurch unsere Kunden die Integration sofort und ohne Programmieraufwand nutzen können – einfach durch Eingabe ihrer MID-Zugangsdaten im Corefy-Dashboard.",
+ "es": "2C2P es una empresa de tecnología financiera con sede en Asia que ofrece soluciones de procesamiento de pagos para empresas que operan en el Sudeste Asiático y más allá. Admite pagos con tarjeta, transferencias bancarias locales, pagos en efectivo y wallets digitales. Su plataforma es utilizada por grandes comercios, aerolíneas y operadores de telecomunicaciones. 2C2P se destaca por su enfoque en pagos localizados, cumplimiento normativo regional y herramientas de conciliación y reporting. Este y más de 500 proveedores ya están integrados en la plataforma de orquestación de pagos de Corefy, lo que permite a nuestros clientes comenzar a usar la integración al instante sin necesidad de programación, simplemente introduciendo sus credenciales MID en el panel de Corefy.",
+ "fr": "2C2P (Cash and Card Payment Processor) est une société de technologie financière basée en Asie du Sud-Est, spécialisée dans les solutions de paiement pour les entreprises souhaitant opérer sur les marchés asiatiques. Fondée en Thaïlande et avec une présence dans plusieurs pays, 2C2P propose une plateforme qui prend en charge les cartes bancaires, les virements bancaires locaux, les portefeuilles numériques et les paiements en espèces. Elle collabore avec des institutions financières régionales pour offrir une couverture étendue, tout en assurant la conformité avec les régulations locales. Elle est notamment utilisée par de grandes entreprises du e-commerce, du voyage et de l’éducation. Ce prestataire, ainsi que plus de 500 autres, est déjà intégré à la plateforme d’orchestration de paiements de Corefy, permettant à nos clients de commencer à utiliser l’intégration instantanément, sans codage, en saisissant simplement leurs identifiants MID dans le tableau de bord Corefy.",
+ "en": "2C2P (Cash and Card Payment Processor) is a financial technology company based in Southeast Asia, specializing in payment solutions for companies wishing to operate in Asian markets. Founded in Thailand and with a presence in several countries, 2C2P offers a platform that supports bank cards, local bank transfers, digital wallets and cash payments. It works with regional financial institutions to offer extensive coverage, while ensuring compliance with local regulations. It is used in particular by major companies in the e-commerce, travel and education sectors. This provider, along with over 500 others, is already integrated with Corefy's payment orchestration platform, enabling our customers to start using the integration instantly, without coding, by simply entering their MID credentials into the Corefy dashboard."
}
},
{
@@ -12672,7 +15207,7 @@
},
{
"status": "active",
- "code": "assist",
+ "code": "deprecated",
"vendor": "assist",
"categories": [
"distributing"
@@ -12694,6 +15229,9 @@
{
"status": "active",
"code": "aibmerchantservices",
+ "description": {
+ "en": "If you're looking for a payment orchestration platform that can help you take your business to the next level, you should definitely check out IBM Merchant Services. They offer a wide range of services that can help you streamline your payment processing, making it easier and more efficient than ever before. One of the best things about IBM Merchant Services is that they work with a variety of different payment gateway providers. This means that you can choose the one that best fits your needs, whether it's a traditional provider like PayPal or a more innovative option like Stripe. Another great thing about IBM Merchant Services is their commitment to security. They use the latest encryption technology to ensure that your data is always safe and secure. They also have a fraud prevention team that is constantly working to keep your account safe from hackers. Overall, IBM Merchant Services is a great choice for businesses of all sizes. They offer a variety of services that can help you streamline your payment processing, making it more efficient and secure. If you're looking for a payment gateway provider that can help you take your business to the next level, IBM Merchant Services is definitely worth considering."
+ },
"vendor": "aibmerchantservices",
"categories": [
"acquiring"
@@ -12713,6 +15251,9 @@
{
"status": "active",
"code": "payfort",
+ "description": {
+ "en": "If you're looking for a payment gateway provider, you've probably heard of Payfort. But what exactly is Payfort? Payfort is a payment orchestration platform that helps businesses accept and manage payments. Payment gateway providers like Payfort make it possible for businesses to process credit and debit card transactions, as well as other types of electronic payments. With Payfort, businesses can accept payments from customers all over the world. Payfort also offers features like fraud protection and customer support, so businesses can be confident that their transactions are safe and secure. Overall, Payfort is a great choice for businesses that need a reliable payment gateway provider. If you're looking for a company that can help you accept and manage payments, Payfort is a great option to consider. One of the benefits of using Payfort is that they offer a unified API that makes it easy to integrate with your existing systems. They also have a robust security system in place, so you can be sure that your transactions are safe and secure. Overall, Payfort is a great choice for businesses who need a reliable and user-friendly payment gateway provider. If you're looking for a company that can help you streamline your payment processing, then Payfort is definitely worth considering."
+ },
"vendor": "payfort",
"categories": [
"aggregating",
@@ -12848,12 +15389,13 @@
}
},
{
- "status": "active",
+ "status": "deprecated",
"code": "perfectmoney",
"vendor": "perfectmoney",
"payment_method": [
"perfectmoney_account",
- "perfectmoney_voucher"
+ "perfectmoney_voucher",
+ "perfectmoney"
],
"payout_method": [
"perfectmoney_transfer"
@@ -12862,9 +15404,25 @@
"en": "Perfect Money"
}
},
+ {
+ "status": "active",
+ "code": "city24",
+ "vendor": "city24",
+ "payout_method": [
+ "payment_card"
+ ],
+ "name": {
+ "en": "City24",
+ "ru": "City24",
+ "uk": "City24"
+ }
+ },
{
"status": "active",
"code": "abilipay",
+ "description": {
+ "en": "Abilipay is a payment orchestration platform that enables businesses to accept and process payments from multiple payment gateway providers. It offers a single integration point for all your payment gateway providers, making it easy to manage your payment processing. Abilipay also offers a fraud prevention system and advanced reporting tools. The main advantages of using Abilipay are its ease of use and its ability to accept payments from multiple payment gateway providers. Additionally, the fraud prevention system and advanced reporting tools help you keep track of your payment processing and prevent fraudulent activity. However, there are a few disadvantages to using Abilipay. First, it is a bit more expensive than some other payment processing platforms. Second, it does not offer support for all countries. Finally, it is not as widely accepted as some other payment processors. Overall, Abilipay is a good choice for businesses that want an easy-to-use platform that can accept payments from multiple payment gateway providers. It is also a good choice for businesses that need a fraud prevention system and advanced reporting tools. However, it is more expensive than some other payment processing platforms and it is not as widely accepted as some other payment processors."
+ },
"vendor": "abilipay",
"categories": [
"distributing"
@@ -12969,64 +15527,17 @@
"UM"
],
"payment_method": [
- "payment_card",
- "cartasi",
- "bancontactmistercash",
- "aura",
- "girocard",
- "paysafecard",
- "debitobradesco",
- "chinaunionpay",
- "dankort",
- "americanexpress",
- "hipercard",
- "ukash",
- "jcb",
- "dinersclub",
- "cartebleue",
- "visaelectron",
- "discover",
- "visadebit",
- "vpay",
- "uatp",
- "mastercarddebit",
- "postepay",
- "wiretransfer",
- "mybank2",
- "directdebit",
- "bradescocomercioeletronico",
- "ideal",
- "sepacredittransfer",
- "giropay",
- "barpay",
- "boleto_bancario",
- "sepadirectdebit",
- "polipayonline",
- "paybybill",
- "elektronischeslastschriftverfahren",
- "maybanknetbankingphillipines",
- "postpay",
- "cimbclicksinternetbanking",
- "paydirekt",
- "bank_transfer_klarna",
- "ekonto",
- "przelewy24",
- "sofortbanking",
- "acceptemail",
- "eps",
- "paypal",
- "alipay",
- "moneta",
- "mercadopago",
- "skrill",
- "yandexmoney"
+ "payment_card"
],
"metadata": {
"about_payments_code": "wirecard"
},
"name": {
"en": "Wirecard"
- }
+ },
+ "payout_method": [
+ "payment_card"
+ ]
},
{
"status": "active",
@@ -13075,6 +15586,10 @@
},
"name": {
"en": "iPay88"
+ },
+ "description": {
+ "ru": "iPay88 — это один из ведущих платежных провайдеров в Юго-Восточной Азии, базирующийся в Малайзии. Компания предлагает решения для онлайн-эквайринга, банковских переводов, мобильных кошельков и других методов оплаты. iPay88 обслуживает тысячи торговых точек и поддерживает интеграции с локальными банками и платежными платформами, включая FPX, Boost, Touch ’n Go и другие. Провайдер обеспечивает высокий уровень безопасности и совместимость с различными CMS. Этот и более чем 500 других провайдеров уже интегрированы в платформу платежной оркестрации Corefy, позволяя клиентам мгновенно начать использовать интеграцию без программирования — достаточно ввести свои MID-данные в панели Corefy.",
+ "en": "iPay88 is one of the leading payment providers in Southeast Asia based in Malaysia. The company offers solutions for online acquiring, bank transfers, mobile wallets and other payment methods. iPay88 serves thousands of merchants and supports integrations with local banks and payment platforms including FPX, Boost, Touch 'n Go and others. The provider offers a high level of security and compatibility with various CMSs. This and more than 500 other providers are already integrated into Corefy's payment orchestration platform, allowing customers to instantly start using the integration without programming - just enter their MID data in the Corefy dashboard."
}
},
{
@@ -13291,7 +15806,7 @@
}
},
{
- "status": "active",
+ "status": "deprecated",
"code": "uniteller",
"vendor": "uniteller",
"metadata": {
@@ -13321,6 +15836,10 @@
},
"name": {
"en": "Payline"
+ },
+ "description": {
+ "de": "Payline ist ein französischer Zahlungsdienstleister, der umfassende E-Commerce- und Point-of-Sale-Zahlungslösungen anbietet. Das Unternehmen gehört zur Monext-Gruppe und unterstützt mehr als 150 Zahlungsmethoden, darunter internationale Karten, Wallets, SEPA-Zahlungen und lokale Optionen wie Cartes Bancaires. Die Plattform ist modular aufgebaut und richtet sich an Unternehmen jeder Größe, mit besonderem Fokus auf französische und europäische Händler. Payline bietet darüber hinaus fortschrittliche Funktionen wie Abo-Verwaltung, wiederkehrende Zahlungen, Mobile-Payments, Tokenisierung und Betrugsprävention in Echtzeit. Dank flexibler API-Integration und umfangreicher Plugins für gängige Shopsysteme wie PrestaShop oder Magento lässt sich Payline leicht in bestehende E-Commerce-Infrastrukturen einbinden. Payline und über 500 weitere Anbieter sind bereits in Corefys Payment-Orchestration-Plattform integriert, wodurch unsere Kunden die Integration sofort und ohne Programmieraufwand nutzen können – einfach durch Eingabe ihrer MID-Zugangsdaten im Corefy-Dashboard.",
+ "en": "Payline is a French payment service provider that offers comprehensive e-commerce and point-of-sale payment solutions. The company is part of the Monext Group and supports more than 150 payment methods, including international cards, wallets, SEPA payments and local options such as Cartes Bancaires. The platform has a modular structure and is aimed at companies of all sizes, with a particular focus on French and European merchants. Payline also offers advanced features such as subscription management, recurring payments, mobile payments, tokenization and real-time fraud prevention. Thanks to flexible API integration and extensive plugins for common store systems such as PrestaShop or Magento, Payline can be easily integrated into existing e-commerce infrastructures. Payline and over 500 other providers are already integrated into Corefy's payment orchestration platform, allowing our customers to use the integration immediately and without any programming effort - simply by entering their MID access data in the Corefy dashboard."
}
},
{
@@ -13331,17 +15850,34 @@
"about_payments_code": "ccbill"
},
"name": {
- "en": "CCBill"
- }
+ "en": "CCBill",
+ "ru": "CCBill",
+ "uk": "CCBill"
+ },
+ "description": {
+ "en": "CCBill is a global payment service provider known for its strong presence in high-risk industries such as adult entertainment, dating, and digital services. Established in the U.S. in 1998, the company offers a comprehensive suite of services including credit card and ACH processing, recurring billing, fraud protection, and compliance management. CCBill enables businesses to accept payments in multiple currencies and provides advanced tools for subscription management, chargeback mitigation, and analytics. The platform also includes a robust affiliate management system, making it a popular choice for businesses with recurring revenue models. This and 500+ providers are already integrated to Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard.",
+ "de": "CCBill ist ein US-basierter Zahlungsdienstleister, der sich auf die Abwicklung von Zahlungen in Märkten mit erhöhtem Risiko spezialisiert hat, darunter Erwachsenenunterhaltung, Online-Dienste, Mitgliedschaftsplattformen und Abonnementmodelle. Die Plattform bietet umfangreiche Funktionen wie wiederkehrende Zahlungen, Abo-Verwaltung, Risikomanagement, internationale Zahlungsmethoden und umfassendes Reporting. CCBill fungiert zudem als Merchant of Record (MoR), übernimmt somit rechtliche und steuerliche Verantwortung und vereinfacht die Expansion in globale Märkte. Die API und Plug-ins ermöglichen eine flexible Integration in bestehende Systeme. CCBill und über 500 weitere Anbieter sind bereits in Corefys Payment-Orchestration-Plattform integriert, wodurch unsere Kunden die Integration sofort und ohne Programmieraufwand nutzen können – einfach durch Eingabe ihrer MID-Zugangsdaten im Corefy-Dashboard.",
+ "ru": "CCBill — это американский платежный провайдер, специализирующийся на обслуживании высокорисковых отраслей, таких как adult, развлечения и подписочные сервисы. Компания предлагает прием карт, автоматическое выставление счетов, управление подписками, защиту от возвратов и аналитические инструменты. CCBill также предоставляет комплексные отчеты и функции по соответствию требованиям (compliance), включая поддержание стандартов безопасности данных. Этот и более чем 500 других провайдеров уже интегрированы в платформу платежной оркестрации Corefy, позволяя клиентам мгновенно начать использовать интеграцию без программирования — достаточно ввести свои MID-данные в панели Corefy.",
+ "uk": "CCBill — це американський платіжний провайдер, який спеціалізується на підтримці підписних сервісів, зокрема у сфері розваг для дорослих, SaaS, благодійності та нішевої електронної комерції. Компанія пропонує рішення для періодичних списань, антифрод-системи, токенізацію, білінг і підтримку декількох валют. Завдяки понад 20-річному досвіду CCBill здобула репутацію стабільного провайдера для високоризикових бізнесів, які потребують гнучких і надійних платіжних рішень. Цей та понад 500 інших провайдерів вже інтегровані в платформу платіжної оркестрації Corefy, що дозволяє клієнтам миттєво розпочати використання інтеграції без програмування — достатньо ввести свої MID-дані в дашборді Corefy.",
+ "es": "CCBill es un proveedor de servicios de pago reconocido por su especialización en el procesamiento de pagos para industrias con altos requisitos de cumplimiento, como el entretenimiento para adultos, servicios web y contenidos digitales. Fundado en 1998, ofrece adquirencia global, gestión de suscripciones, facturación recurrente y herramientas de prevención de fraudes. CCBill también proporciona servicios de cumplimiento y gestión de afiliados, ayudando a los comerciantes a escalar sus operaciones de forma segura. Este y más de 500 proveedores ya están integrados en la plataforma de orquestación de pagos de Corefy, lo que permite a nuestros clientes comenzar a usar la integración al instante sin necesidad de programación, simplemente introduciendo sus credenciales MID en el panel de Corefy."
+ },
+ "payment_method": [
+ "payment_card"
+ ]
},
{
"status": "active",
"code": "emerchantpay",
"vendor": "emerchantpay",
"name": {
- "en": "EmerchantPay",
- "ru": "EmerchantPay",
- "uk": "EmerchantPay"
+ "en": "emerchantpay",
+ "ru": "emerchantpay",
+ "uk": "emerchantpay"
+ },
+ "description": {
+ "en": "emerchantpay is a leading global payment service provider and acquirer for online, mobile, in-store and over-the-phone payments. Their global payments solution is available through a simple integration, offering a diverse range of features, including global acquiring, global and local payment methods, advanced fraud management and performance optimisation. They empower businesses to design seamless and engaging payment experiences for their consumers.",
+ "es": "eMerchantPay es un proveedor global de servicios de pago con soluciones para comercio electrónico, retail y juegos en línea. Ofrece adquirencia, procesamiento con tarjetas, métodos alternativos, prevención de fraude y gestión de riesgos. Con licencia europea y presencia internacional, permite a empresas operar en múltiples monedas y mercados. Su enfoque combina tecnología avanzada con cumplimiento regulatorio estricto. Este y más de 500 proveedores ya están integrados en la plataforma de orquestación de pagos de Corefy, lo que permite a nuestros clientes comenzar a usar la integración al instante sin necesidad de programación, simplemente introduciendo sus credenciales MID en el panel de Corefy.",
+ "fr": "emerchantpay est un prestataire de services de paiement global, basé au Royaume-Uni, offrant des solutions complètes d’acceptation des paiements en ligne, mobile et en magasin. La plateforme prend en charge une large variété de méthodes de paiement, y compris les cartes, portefeuilles numériques, virements bancaires et solutions locales dans plus de 150 pays. Elle propose également des services de gestion des risques, d’analyse de données et de prévention de la fraude. emerchantpay cible les secteurs du voyage, de la finance, du jeu, et du retail avec une approche personnalisée et une infrastructure certifiée PCI DSS. Ce prestataire, ainsi que plus de 500 autres, est déjà intégré à la plateforme d’orchestration de paiements de Corefy, permettant à nos clients de commencer à utiliser l’intégration instantanément, sans codage, en saisissant simplement leurs identifiants MID dans le tableau de bord Corefy."
},
"payment_method": [
"payment_card"
@@ -13356,7 +15892,10 @@
},
"name": {
"en": "CyberSource"
- }
+ },
+ "payment_method": [
+ "payment_card"
+ ]
},
{
"status": "active",
@@ -13398,6 +15937,9 @@
{
"status": "active",
"code": "nihaopay",
+ "description": {
+ "en": "If you're looking for a payment gateway provider, you've probably come across NihaoPay. But what is it exactly? And what are its pros and cons? NihaoPay is a payment orchestration platform. That means it offers a way for businesses to streamline their payment processing by integrating with multiple payment providers. This can make things a lot simpler and more efficient for businesses that need to accept payments from different sources. On the plus side, NihaoPay's platform can save businesses a lot of time and hassle. It's also been designed to be highly scalable, so it can grow with your business. There are some potential downsides to using NihaoPay, however. First, it's not the cheapest option out there. Second, it's still a relatively new company, so there's always the risk that something could go wrong. Overall, NihaoPay is a promising payment gateway provider. It's not perfect, but it could be a good fit for businesses that need to accept payments from multiple sources. There are a lot of different payment gateway providers out there, and it can be hard to know which one is right for your business. NihaoPay is a payment orchestration platform that helps businesses streamline their payments and make them more efficient. Here are some pros and cons of using NihaoPay: PROS: Easy to use interface. Supports multiple currencies. Can be used for both online and offline payments. Offers a variety of features such as invoicing, recurring payments, and fraud detection."
+ },
"vendor": "nihaopay",
"countries": [
"AX",
@@ -13487,6 +16029,11 @@
{
"status": "active",
"code": "fibonatix",
+ "description": {
+ "en": "Established in 2010, Fibonatix is a payment services partner that provides payment gateway and orchestration services that help businesses meet their payment needs. With offices in Israel, the UK and Germany, Fibonatix has become one of the world’s leading payment gateway providers, and their orchestration platform streamlines payment processing for businesses. With a strong focus on security and compliance, Fibonatix is FCA-regulated and a trusted partner for businesses of all sizes. Their payment platform is easy to use and offers a wide range of payment-enabling features, making it an excellent choice for business owners looking for a comprehensive payment solution. Features of the Fibonatix platform include support for various payment types, including credit and debit cards and ACH payments; fraud prevention tools; multi-currency support; API access for developers. Fibonatix’s vast industry experience and robust, feature-rich payment platform make it a great choice for any business looking to partner with an expert payments solution provider.",
+ "es": "Fibonatix es un proveedor global de servicios de adquirencia y soluciones de pago para empresas con necesidades específicas, incluyendo sectores de alto riesgo. Ofrece procesamiento de pagos, servicios de cumplimiento, gestión de riesgos y asesoramiento financiero. Con presencia en Reino Unido, Alemania e Israel, Fibonatix se destaca por su enfoque personalizado y su asistencia para que los comerciantes naveguen regulaciones complejas. Este y más de 500 proveedores ya están integrados en la plataforma de orquestación de pagos de Corefy, lo que permite a nuestros clientes comenzar a usar la integración al instante sin necesidad de programación, simplemente introduciendo sus credenciales MID en el panel de Corefy.",
+ "fr": "Fibonatix est un fournisseur de services de paiement basé au Royaume-Uni, proposant des solutions de traitement des paiements, de gestion des risques et de conseil réglementaire. Il s’adresse particulièrement aux entreprises en croissance cherchant à s’étendre à l’international tout en respectant les exigences de conformité financière. Sa plateforme prend en charge les cartes bancaires, les portefeuilles électroniques, les paiements récurrents et des solutions personnalisées selon le secteur d’activité. Ce prestataire, ainsi que plus de 500 autres, est déjà intégré à la plateforme d’orchestration de paiements de Corefy, permettant à nos clients de commencer à utiliser l’intégration instantanément, sans codage, en saisissant simplement leurs identifiants MID dans le tableau de bord Corefy."
+ },
"vendor": "fibonatix",
"categories": [
"aggregating",
@@ -13567,13 +16114,26 @@
{
"status": "active",
"code": "razorpay",
+ "description": {
+ "en": "If you're looking for a payment gateway provider, Razorpay is a great option. They offer a payment orchestration platform that makes it easy to manage your payments and get them processed quickly and efficiently. However, there are some drawbacks to using Razorpay as well. First, their fees can be on the high side. Additionally, they don't have as many features and integrations as some of the other providers out there. But overall, if you're looking for a good payment gateway provider, Razorpay is worth considering. Razorpay is a payment orchestration platform that helps businesses accept, process, and disburse payments. In this article, we'll take a look at the pros and cons of using Razorpay as your payment gateway provider. PROS: Interoperability: Razorpay offers seamless integrations with multiple payment gateways and processors, making it easy to accept payments from anywhere in the world. Flexibility: With Razorpay, you can tailor the payment experience to your unique business needs. There's no need to worry about inflexible or one-size-fits-all solutions. Scalability: As your business grows, Razorpay can scale with you. Their platform is designed to support businesses of all sizes, from small startups to large enterprises. Security: Razorpay takes security seriously and offers advanced fraud detection and prevention features.",
+ "ru": "Razorpay — это один из ведущих платежных провайдеров Индии, предлагающий комплексную платформу для обработки онлайн-платежей, выставления счетов, автоматизации подписок и управления финансами. Компания поддерживает более 100 методов оплаты, включая UPI, банковские карты, кошельки и EMI. Razorpay обслуживает как малые предприятия, так и крупные корпорации, обеспечивая масштабируемость, гибкость и высокий уровень безопасности. Этот и более чем 500 других провайдеров уже интегрированы в платформу платежной оркестрации Corefy, позволяя клиентам мгновенно начать использовать интеграцию без программирования — достаточно ввести свои MID-данные в панели Corefy.",
+ "uk": "Razorpay — це індійський платіжний провайдер, який надає рішення для онлайн-процесингу, інвойсингу, автоматизації виплат і фінансового обліку. Компанія підтримує широкий спектр способів оплати, включаючи UPI, банківські картки, EMI, гаманці та банківські перекази. Razorpay також пропонує API для інтеграції, платіжні сторінки, підтримку підписок і інструменти для боротьби з шахрайством. Він є одним із лідерів на індійському ринку завдяки простоті інтеграції та фінансовим сервісам для малого і середнього бізнесу. Цей та понад 500 інших провайдерів вже інтегровані в платформу платіжної оркестрації Corefy, що дозволяє клієнтам миттєво розпочати використання інтеграції без програмування — достатньо ввести свої MID-дані в дашборді Corefy.",
+ "es": "Razorpay es una plataforma de pagos líder en India que ofrece soluciones completas para empresas, desde procesamiento de pagos hasta emisión de facturas, gestión de suscripciones, préstamos y cuentas empresariales. Su infraestructura admite pagos con tarjeta, UPI, net banking, wallets y más. Razorpay es conocida por su enfoque centrado en desarrolladores, con APIs robustas y un ecosistema diseñado para startups y empresas digitales del mercado indio. Este y más de 500 proveedores ya están integrados en la plataforma de orquestación de pagos de Corefy, lo que permite a nuestros clientes comenzar a usar la integración al instante sin necesidad de programación, simplemente introduciendo sus credenciales MID en el panel de Corefy."
+ },
"vendor": "razorpay",
"metadata": {
"about_payments_code": "razorpay"
},
"name": {
"en": "Razorpay"
- }
+ },
+ "payment_method": [
+ "upi",
+ "bank_transfer_aggregated"
+ ],
+ "payout_method": [
+ "upi"
+ ]
},
{
"status": "active",
@@ -13617,6 +16177,10 @@
},
"name": {
"en": "JetPay"
+ },
+ "description": {
+ "ru": "JetPay — это платежный провайдер, предлагающий решения для приема онлайн-платежей, эквайринга банковских карт и поддержки альтернативных методов. Компания обеспечивает безопасную и стабильную платежную инфраструктуру для e-commerce и цифровых бизнесов. Среди возможностей — гибкая интеграция, отчетность и инструменты для минимизации рисков. Этот и более чем 500 других провайдеров уже интегрированы в платформу платежной оркестрации Corefy, позволяя клиентам мгновенно начать использовать интеграцию без программирования — достаточно ввести свои MID-данные в панели Corefy.",
+ "en": "JetPay is a payment provider offering solutions for online payment acceptance, bank card acquiring and alternative methods support. The company provides secure and stable payment infrastructure for e-commerce and digital businesses. Features include flexible integration, reporting and tools to minimize risk. This and more than 500 other providers are already integrated into Corefy's payment orchestration platform, allowing customers to instantly start using the integration without programming - just enter their MID data in the Corefy dashboard."
}
},
{
@@ -13681,6 +16245,13 @@
},
"name": {
"en": "Epoch"
+ },
+ "description": {
+ "ru": "Epoch — это американский платежный провайдер с более чем 25-летним опытом, специализирующийся на подписочных сервисах, цифровых продуктах и развлекательной индустрии. Компания предлагает комплексные решения для управления подписками, включая биллинг, прием карт и альтернативных платежей, защиту от возвратов, отчетность и соответствие требованиям PCI DSS. Epoch обслуживает клиентов по всему миру, предоставляя масштабируемую платформу и гибкую интеграцию. Этот и более чем 500 других провайдеров уже интегрированы в платформу платежной оркестрации Corefy, позволяя клиентам мгновенно начать использовать интеграцию без программирования — достаточно ввести свои MID-данные в панели Corefy.",
+ "uk": "Epoch — один із найстаріших гравців у сфері онлайн-платежів, який працює з 1996 року. Компанія спеціалізується на цифрових підписках, зокрема в індустрії контенту для дорослих, і пропонує гнучкий білінг, автоматизацію повторюваних списань, підтримку декількох платіжних методів і аналітику. Epoch забезпечує високу відповідність регуляторним вимогам, антифрод-захист і інтеграцію з різними CMS та партнерами. Це рішення обирають бізнеси, які шукають надійного партнера з глибоким досвідом у сфері підписних моделей. Цей та понад 500 інших провайдерів вже інтегровані в платформу платіжної оркестрації Corefy, що дозволяє клієнтам миттєво розпочати використання інтеграції без програмування — достатньо ввести свої MID-дані в дашборді Corefy.",
+ "es": "Epoch es un proveedor global de pagos con más de 25 años de experiencia, especializado en el procesamiento de pagos recurrentes y suscripciones, principalmente para negocios digitales y de entretenimiento para adultos. Ofrece una infraestructura robusta para pagos con tarjeta, cumplimiento con normativas globales y herramientas avanzadas de gestión de clientes. Epoch se destaca por su enfoque en la transparencia y la prevención de fraudes, así como por su soporte dedicado para comerciantes. Este y más de 500 proveedores ya están integrados en la plataforma de orquestación de pagos de Corefy, lo que permite a nuestros clientes comenzar a usar la integración al instante sin necesidad de programación, simplemente introduciendo sus credenciales MID en el panel de Corefy.",
+ "fr": "Epoch est un prestataire de services de paiement américain spécialisé dans les solutions de facturation pour les entreprises numériques, notamment dans les secteurs du divertissement pour adultes, des adhésions et des contenus numériques. Fondée en 1996, Epoch propose des outils de traitement de paiement par carte, de facturation récurrente, d’assistance client multilingue et de prévention de la fraude. Sa plateforme inclut également des outils de reporting avancés et de conformité réglementaire, facilitant la gestion de la monétisation globale pour les commerçants internationaux. Ce prestataire, ainsi que plus de 500 autres, est déjà intégré à la plateforme d’orchestration de paiements de Corefy, permettant à nos clients de commencer à utiliser l’intégration instantanément, sans codage, en saisissant simplement leurs identifiants MID dans le tableau de bord Corefy.",
+ "en": "Epoch is an American payment services provider specializing in billing solutions for digital businesses, particularly in the adult entertainment, membership and digital content sectors. Founded in 1996, Epoch offers card payment processing, recurring billing, multilingual customer support and fraud prevention tools. Its platform also includes advanced reporting and regulatory compliance tools, facilitating global monetization management for international merchants. This provider, along with over 500 others, is already integrated with Corefy's payment orchestration platform, enabling our customers to start using the integration instantly, without coding, by simply entering their MID credentials into the Corefy dashboard."
}
},
{
@@ -13702,12 +16273,20 @@
"about_payments_code": "ecommpay"
},
"name": {
- "en": "ECOMMPAY",
- "ru": "ECOMMPAY",
- "uk": "ECOMMPAY"
+ "en": "Ecommpay",
+ "ru": "Ecommpay",
+ "uk": "Ecommpay"
+ },
+ "description": {
+ "en": "Headquartered in London, Ecommpay operates as a fully authorised payment institution regulated by the Financial Conduct Authority, while also being a principal member of both Visa and Mastercard, with Level 1 PCI DSS compliance. Ecommpay's end-to-end payment solution brings together direct acquiring capabilities, over 100 alternative payment methods, Direct Debits, open banking features, and mass payout options — all accessible through a single, seamless integration.",
+ "de": "ECommPay ist ein internationaler Zahlungsdienstleister mit Sitz in London, der sich auf maßgeschneiderte Zahlungslösungen für E-Commerce, Reise, Gaming und Finanzdienstleistungen spezialisiert hat. Die Plattform ermöglicht die Annahme von über 100 Zahlungsmethoden weltweit – darunter Karten, Wallets und lokale Optionen – mit Fokus auf Conversion-Optimierung, Sicherheit und internationale Skalierbarkeit. ECommPay bietet eine einheitliche API für Acquiring und alternative Zahlungen, fortschrittliche Risikomanagement-Tools, Tokenisierung sowie detailliertes Reporting. Mit eigener Technologie, Acquirer-Lizenz und PCI-DSS-Zertifizierung erfüllt das Unternehmen höchste Standards. ECommPay und über 500 weitere Anbieter sind bereits in Corefys Payment-Orchestration-Plattform integriert, wodurch unsere Kunden die Integration sofort und ohne Programmieraufwand nutzen können – einfach durch Eingabe ihrer MID-Zugangsdaten im Corefy-Dashboard.",
+ "es": "Ecommpay es un proveedor de soluciones de pago global con enfoque en empresas de comercio electrónico, viajes, iGaming y software. Ofrece una plataforma unificada que combina adquirencia, procesamiento de tarjetas, pagos alternativos y soluciones antifraude personalizadas. Ecommpay facilita la aceptación de pagos en más de 100 monedas y múltiples países, integrando métodos de pago locales y soluciones de pago recurrente. Destaca por su enfoque en la seguridad y cumplimiento, cumpliendo con PCI DSS y otros estándares clave. Este y más de 500 proveedores ya están integrados en la plataforma de orquestación de pagos de Corefy, lo que permite a nuestros clientes comenzar a usar la integración al instante sin necesidad de programación, simplemente introduciendo sus credenciales MID en el panel de Corefy."
},
"payment_method": [
"payment_card"
+ ],
+ "payout_method": [
+ "payment_card"
]
},
{
@@ -13783,6 +16362,10 @@
{
"status": "active",
"code": "praxispay",
+ "description": {
+ "en": "Praxispay Review - Payment Orchestration Platform For Brokers: There are many advantages to using Praxispay. The software is easy to use and allows for flexible rules to control your payments. You can set the limits for each customer and VIP level and choose the payment method that works best for your business. In addition, you can configure credit card rules and BIN country rules right in the back office software. Once you've set up your payments, Praxis will automatically route all your transactions to the best performing payment service provider. For larger companies, you may want to consider the Praxis Cashier. This hosted payment page provides a full payment processing solution for brokers. The company operates in Spain, Cyprus, and Ukraine, and has an extensive multi-language support service. Praxis Cashier offers integration with almost all PSPs and supports most card issuers. While other payment processing solutions require a third-party payment processor, Praxis Cashier does the same thing. This software allows you to accept payments from all major card issuers and support all types of payment methods.",
+ "es": "PraxisPay es una plataforma de orquestación de pagos que permite a empresas conectarse fácilmente con múltiples PSPs y métodos de pago a través de una única integración. Ofrece funcionalidades como enrutamiento inteligente de transacciones, antifraude, panel de control unificado y herramientas de gestión de riesgo. Praxis es especialmente popular en sectores como forex, iGaming y e-commerce, donde la diversidad de opciones de pago y la optimización de tasas de conversión son clave. Este y más de 500 proveedores ya están integrados en la plataforma de orquestación de pagos de Corefy, lo que permite a nuestros clientes comenzar a usar la integración al instante sin necesidad de programación, simplemente introduciendo sus credenciales MID en el panel de Corefy."
+ },
"vendor": "praxispay",
"metadata": {
"about_payments_code": "praxispay"
@@ -13841,6 +16424,10 @@
},
"name": {
"en": "First Data Merchant Services"
+ },
+ "description": {
+ "es": "First Data Merchant Solutions, parte de Fiserv, es un proveedor global de servicios de adquirencia y procesamiento de pagos. Ofrece soluciones para comercio físico y online, incluyendo TPV, e-commerce, pagos móviles y gestión de suscripciones. Con una red internacional y décadas de experiencia, First Data brinda herramientas de análisis, prevención de fraudes y cumplimiento normativo. Este y más de 500 proveedores ya están integrados en la plataforma de orquestación de pagos de Corefy, lo que permite a nuestros clientes comenzar a usar la integración al instante sin necesidad de programación, simplemente introduciendo sus credenciales MID en el panel de Corefy.",
+ "en": "First Data Merchant Solutions, part of Fiserv, is a global provider of acquiring and payment processing services. It offers solutions for physical and online commerce, including POS, e-commerce, mobile payments and subscription management. With an international network and decades of experience, First Data provides analytics, fraud prevention and compliance tools. It and more than 500 other vendors are already integrated into Corefy's payment orchestration platform, allowing our clients to start using the integration instantly without any programming, simply by entering their MID credentials into the Corefy dashboard."
}
},
{
@@ -13884,6 +16471,10 @@
},
"name": {
"en": "PayZen"
+ },
+ "description": {
+ "de": "PayZen ist ein französischer Zahlungsdienstleister, der sichere und modulare E-Commerce-Zahlungslösungen anbietet. Die Plattform wurde von Lyra Network entwickelt und unterstützt über 150 Zahlungsarten, darunter Kreditkarten, SEPA-Lastschrift, PayPal, Sofortüberweisung und lokale Wallets. Mit Fokus auf französische und europäische Märkte bietet PayZen Funktionen wie Abo-Verwaltung, Ratenzahlung, 3D Secure, Betrugsprävention und mehrsprachige Checkout-Seiten. Dank einfacher Plug-and-Play-Integration und einer gut dokumentierten API eignet sich PayZen besonders für Online-Händler im Gesundheitswesen, im Einzelhandel und im öffentlichen Sektor. PayZen und über 500 weitere Anbieter sind bereits in Corefys Payment-Orchestration-Plattform integriert, wodurch unsere Kunden die Integration sofort und ohne Programmieraufwand nutzen können – einfach durch Eingabe ihrer MID-Zugangsdaten im Corefy-Dashboard.",
+ "en": "PayZen is a French payment service provider that offers secure and modular e-commerce payment solutions. The platform was developed by Lyra Network and supports over 150 payment methods, including credit cards, SEPA direct debit, PayPal, Sofortüberweisung and local wallets. With a focus on French and European markets, PayZen offers features such as subscription management, installment payments, 3D Secure, fraud prevention and multilingual checkout pages. Thanks to easy plug-and-play integration and a well-documented API, PayZen is particularly suitable for online merchants in the healthcare, retail and public sectors. PayZen and over 500 other providers are already integrated into Corefy's payment orchestration platform, allowing our customers to use the integration immediately and without programming - simply by entering their MID credentials in the Corefy dashboard."
}
},
{
@@ -14049,6 +16640,10 @@
},
"name": {
"en": "BOKU"
+ },
+ "description": {
+ "es": "Boku es un proveedor de pagos móviles líder especializado en facturación directa con operadores móviles (DCB) y carteras digitales. Permite a los usuarios pagar productos y servicios con su saldo móvil, especialmente útil en mercados emergentes y para usuarios sin tarjeta de crédito. Con una red que abarca más de 70 países, Boku facilita pagos seguros en sectores como juegos, entretenimiento y suscripciones digitales. Este y más de 500 proveedores ya están integrados en la plataforma de orquestación de pagos de Corefy, lo que permite a nuestros clientes comenzar a usar la integración al instante sin necesidad de programación, simplemente introduciendo sus credenciales MID en el panel de Corefy.",
+ "en": "Boku is a leading mobile payment provider specializing in direct billing with mobile operators (DCB) and digital wallets. It enables users to pay for products and services with their mobile balance, especially useful in emerging markets and for users without a credit card. With a network spanning more than 70 countries, Boku facilitates secure payments in sectors such as gaming, entertainment and digital subscriptions. It and more than 500 other providers are already integrated into Corefy's payment orchestration platform, allowing our customers to start using the integration instantly with no programming required, simply by entering their MID credentials into the Corefy dashboard."
}
},
{
@@ -14071,6 +16666,10 @@
},
"name": {
"en": "Coinify"
+ },
+ "description": {
+ "ru": "Coinify — это датский платежный провайдер, специализирующийся на криптовалютах. Компания предлагает бизнесам возможность приема и конвертации цифровых активов, таких как Bitcoin и Ethereum, в фиатные валюты. Coinify обеспечивает автоматизированную обработку транзакций, защиту от волатильности и соблюдение стандартов KYC/AML. Этот и более чем 500 других провайдеров уже интегрированы в платформу платежной оркестрации Corefy, позволяя клиентам мгновенно начать использовать интеграцию без программирования — достаточно ввести свои MID-данные в панели Corefy.",
+ "en": "Coinify is a Danish payment provider specializing in cryptocurrencies. The company offers businesses the ability to accept and convert digital assets such as Bitcoin and Ethereum into fiat currencies. Coinify provides automated transaction processing, volatility protection, and KYC/AML compliance. This and more than 500 other providers are already integrated into Corefy's payment orchestration platform, allowing customers to instantly start using the integration without programming - just enter their MID data in the Corefy dashboard."
}
},
{
@@ -14096,6 +16695,10 @@
},
"name": {
"en": "Paytrail"
+ },
+ "description": {
+ "de": "Paytrail ist ein führender Zahlungsdienstleister in Finnland, der Online-Händlern eine sichere, staatlich regulierte Plattform für den Empfang von Zahlungen bietet. Die Lösung unterstützt alle gängigen Zahlungsmethoden im finnischen Markt, darunter Online-Banking, Kreditkarten, MobilePay und Rechnungskauf. Paytrail ist besonders im E-Commerce weit verbreitet und bietet API-Schnittstellen, Rückerstattungsfunktionen, Rechnungsstellung und Betrugsprävention. Die Plattform ist Teil der Nets-Gruppe und von der finnischen Finanzaufsicht lizenziert. Paytrail und über 500 weitere Anbieter sind bereits in Corefys Payment-Orchestration-Plattform integriert, wodurch unsere Kunden die Integration sofort und ohne Programmieraufwand nutzen können – einfach durch Eingabe ihrer MID-Zugangsdaten im Corefy-Dashboard.",
+ "en": "Paytrail is a leading payment service provider in Finland that offers online merchants a secure, state-regulated platform for receiving payments. The solution supports all common payment methods in the Finnish market, including online banking, credit cards, MobilePay and purchase on account. Paytrail is widely used especially in e-commerce and offers API interfaces, refund functions, invoicing and fraud prevention. The platform is part of the Nets Group and is licensed by the Finnish Financial Supervisory Authority. Paytrail and over 500 other providers are already integrated into Corefy's payment orchestration platform, allowing our customers to use the integration immediately and without programming - simply by entering their MID credentials in the Corefy dashboard."
}
},
{
@@ -14115,6 +16718,11 @@
{
"status": "active",
"code": "trustpayglobal",
+ "description": {
+ "en": "Trustpay Global and Payen - A Comparison of Payment Orchestration Platforms: The payment services provider Trustpay Global has announced the appointment of Tom Matthews and Chase Emson to its board of directors. Both men have extensive experience in the payments industry, including leading roles at PayPal and eBay. Their combined experience of more than 30 years in the financial sector gives them an invaluable perspective. They are committed to providing businesses and consumers with a secure payment environment and offer a wide range of innovative products and services. This article provides an overview of each company's key features. In addition to their growing portfolio, Trustpay Global's technology has recently been used by more than two billion people globally. Online payments now account for 10% of all retail payments worldwide, and are expected to double in the next five years. While TPG has historically focuses on European and UK merchants, the company's global footprint has grown quickly in developing markets, where internet adoption is high but digital payment providers are rare. As a result, TPG has achieved significant revenue growth and EBITDA, demonstrating its global reach. Payen's commerce payment application offers a range of payment methods. This includes credit card processing, as well as local payment options. The service accepts over 110 currencies worldwide, including more than 72 traditional and international methods. Furthermore, Payen's proprietary technology helps merchants reduce the number of abandoned transactions at checkout. If your business is looking to grow internationally, Payen is an excellent option. You can easily sign up for a free trial and discover how their platform works.",
+ "de": "TrustPay Global ist nicht zu verwechseln mit dem slowakischen Anbieter TrustPay. Es handelt sich um einen Anbieter von Zahlungs-Gateways, der Lösungen für Online-Zahlungen in verschiedenen Regionen anbietet. Die Plattform unterstützt Karten, Wallets, Überweisungen und andere Zahlungsarten, richtet sich aber eher an kleine bis mittlere Unternehmen, die eine einfache Möglichkeit zur Zahlungsabwicklung suchen. TrustPay Global und über 500 weitere Anbieter sind bereits in Corefys Payment-Orchestration-Plattform integriert, wodurch unsere Kunden die Integration sofort und ohne Programmieraufwand nutzen können – einfach durch Eingabe ihrer MID-Zugangsdaten im Corefy-Dashboard.",
+ "es": "TrustPay Global no debe confundirse con el proveedor eslovaco TrustPay. Se trata de un proveedor de pasarelas de pago que ofrece soluciones para pagos en línea en diversas regiones. La plataforma admite tarjetas, monederos electrónicos, transferencias bancarias y otros métodos de pago, y está orientada principalmente a pequeñas y medianas empresas que buscan una forma sencilla de procesar pagos. TrustPay Global y más de 500 proveedores ya están integrados en la plataforma de orquestación de pagos de Corefy, lo que permite a nuestros clientes utilizar la integración de inmediato y sin necesidad de programación, simplemente ingresando sus credenciales MID en el panel de Corefy."
+ },
"vendor": "trustpayglobal",
"metadata": {
"about_payments_code": "trustpayglobal"
@@ -14165,6 +16773,9 @@
{
"status": "active",
"code": "powerpay21",
+ "description": {
+ "en": "Powerpay21 is a payment orchestration platform that enables businesses to securely accept and process payments from multiple payment gateway providers. Powerpay21 offers a wide range of features and integrations that make it an ideal solution for businesses of all sizes. One of the key benefits of Powerpay21 is its ability to streamline the payment process by consolidating multiple payment gateway providers into one platform. This can save businesses time and money by reducing the need for separate merchant accounts and payment processing fees. Powerpay21 also offers robust security features, such as fraud detection and data encryption, that protect businesses and their customers from online threats. Despite its many advantages, Powerpay21 does have some drawbacks. One potential downside is that it requires businesses to sign up for a monthly subscription in order to use the platform. Additionally, Powerpay21 is not available in all countries, so businesses with international customers may need to look elsewhere for a payment solution. Overall, Powerpay21 is a powerful and feature-rich payment orchestration platform that can save businesses time and money. However, it is important to weigh the pros and cons of the platform before signing up for a subscription."
+ },
"vendor": "powerpay21",
"metadata": {
"about_payments_code": "powerpay21"
@@ -14318,6 +16929,11 @@
},
"name": {
"en": "OnePAY"
+ },
+ "description": {
+ "de": "Onepay ist ein vietnamesischer Zahlungsdienstleister, der sichere Online-Transaktionen für E-Commerce-Plattformen und Unternehmen in Südostasien ermöglicht. Die Plattform ist offizieller Partner von Visa und Mastercard in Vietnam und unterstützt sowohl lokale Banküberweisungen als auch internationale Karten- und Wallet-Zahlungen. Onepay bietet eine robuste API, schnelle Zahlungsabwicklung, Betrugsprävention, Mehrwährungsabrechnung und lokale Supportdienste. Besonders attraktiv ist Onepay für Unternehmen, die in den vietnamesischen oder angrenzenden Märkten expandieren wollen. Onepay und über 500 weitere Anbieter sind bereits in Corefys Payment-Orchestration-Plattform integriert, wodurch unsere Kunden die Integration sofort und ohne Programmieraufwand nutzen können – einfach durch Eingabe ihrer MID-Zugangsdaten im Corefy-Dashboard.",
+ "fr": "Onepay est un prestataire de paiement vietnamien offrant une passerelle de paiement pour les entreprises locales et internationales. Il permet l’acceptation de paiements par carte bancaire (Visa, Mastercard, JCB) ainsi que par des moyens de paiement locaux comme VNPay ou les virements bancaires nationaux. Onepay propose des intégrations faciles avec les plateformes e-commerce, des outils de gestion de transactions et des solutions pour le secteur touristique, un segment clé au Vietnam. Ce prestataire, ainsi que plus de 500 autres, est déjà intégré à la plateforme d’orchestration de paiements de Corefy, permettant à nos clients de commencer à utiliser l’intégration instantanément, sans codage, en saisissant simplement leurs identifiants MID dans le tableau de bord Corefy.",
+ "en": "Onepay is a Vietnamese payment service provider offering a payment gateway for local and international companies. It accepts credit card payments (Visa, Mastercard, JCB) as well as local payment methods such as VNPay or domestic bank transfers. Onepay offers easy integration with e-commerce platforms, transaction management tools and solutions for the tourism sector, a key segment in Vietnam. This provider, along with over 500 others, is already integrated with Corefy's payment orchestration platform, enabling our customers to start using the integration instantly, without coding, by simply entering their MID credentials in the Corefy dashboard."
}
},
{
@@ -14334,6 +16950,9 @@
{
"status": "active",
"code": "kiwipay",
+ "description": {
+ "en": "Payment Orchestration Platform - What is KiwiPay? In a nutshell, kiwipay is a payment method that is similar to PayPal, but a little more secure. When you use Kiwipay, your credit card number and billing information are not stored on their servers. Instead, they are encrypted and sent directly to the merchant. Moreover, you'll receive immediate email notification of your Transaction, including the outcome and the receipt. It's also important to print these emails for your records. Kiwipay was created by Galen King, a Nelson entrepreneur and designer who founded Lucid Design. The company has offices in the Bridge Street Collective, a shared workspace for creative professionals. He set up Kiwipay as a side project of his design business. However, he subsequently changed the name. The company's registered office address is 1105, Ashoka Estate 24, Barakhamba Road, New Delhi, Central Delhi - 110001, India. After acquiring Meal Temple Group in 2020, KiwiGo evolved into a super app, offering 10 services to millions of users in Southeast Asia. Last year, KiwiPay announced plans to expand its services to seven other countries. The company signed an agreement with the Laos Ministry of Finance, Central Bank, and Development Bank to provide cashless payment channels to visitors of Laos. The new agreement paves the way for KiwiPay's global expansion."
+ },
"vendor": "kiwipay",
"countries": [
"NZ"
@@ -14357,7 +16976,7 @@
}
},
{
- "status": "active",
+ "status": "deprecated",
"code": "platon",
"vendor": "platon",
"payment_method": [
@@ -14367,9 +16986,25 @@
"payment_card"
],
"name": {
- "en": "PSP Platon",
- "ru": "PSP Platon",
- "uk": "PSP Platon"
+ "en": "TrustyPay",
+ "ru": "TrustyPay",
+ "uk": "TrustyPay"
+ }
+ },
+ {
+ "status": "active",
+ "code": "trustypay",
+ "vendor": "trustypay",
+ "payment_method": [
+ "payment_card"
+ ],
+ "payout_method": [
+ "payment_card"
+ ],
+ "name": {
+ "en": "TrustyPay",
+ "ru": "TrustyPay",
+ "uk": "TrustyPay"
}
},
{
@@ -14432,6 +17067,9 @@
{
"status": "active",
"code": "cardgateplus",
+ "description": {
+ "en": "Cardgate is a payment gateway provider that offers a payment orchestration platform. The company has been in business since 2006 and is headquartered in the Netherlands. Cardgate provides online businesses with a way to accept credit card and other electronic payments. The company also offers merchant services, such as fraud protection and chargeback management. Cardgate's platform is scalable and can be customized to meet the needs of businesses of all sizes. There are many payment gateway providers out there, but not all of them offer the same features and benefits. Payment orchestration platforms like Cardgate make it easy to manage your payments, whether you're a small business or a large enterprise. Here are some of the key benefits of using Cardgate. Easy to use - the platform is designed to be user-friendly, so you can get started quickly and without any headaches. Scalable - as your business grows, so does the platform. It's easy to add new users, products, and services. Secure - your data is safe with Cardgate. The platform uses the latest security technologies to keep your information safe and secure. Flexible - there are many customization options available, so you can tailor the platform to your specific needs. Affordable - the platform is very affordable, especially when compared to other payment gateway providers. Overall, Cardgate is a reliable and trusted payment gateway provider that offers a robust payment orchestration platform. The company's fees may be higher than some of its competitors, but it provides valuable services that can help businesses protect themselves from fraud and manage chargebacks."
+ },
"vendor": "cardgateplus",
"metadata": {
"about_payments_code": "cardgateplus"
@@ -14482,6 +17120,9 @@
},
"name": {
"en": "Optile"
+ },
+ "description": {
+ "en": "Optile, now part of Payoneer, is a global payment orchestration platform that enables businesses to streamline and optimize their entire payment infrastructure through a single integration. The platform is designed to connect merchants with a vast network of payment service providers, acquirers, and local payment methods, supporting over 100 payment options across 160 countries. Optile’s solution focuses on improving user experience, increasing conversion rates, and reducing operational complexity by enabling intelligent payment routing, failover mechanisms, and unified transaction monitoring. With features such as tokenization, retry logic, and data-driven analytics, Optile helps enterprises enhance payment performance while maintaining control and transparency across providers. Optile and 500+ other payment providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard."
}
},
{
@@ -14508,6 +17149,10 @@
},
"name": {
"en": "hyperWALLET"
+ },
+ "description": {
+ "ru": "Hyperwallet — это платежная платформа от PayPal, специализирующаяся на глобальных выплатах. Она позволяет компаниям осуществлять массовые выплаты в более чем 200 странах с помощью банковских переводов, карт, электронных кошельков и других методов. Hyperwallet предлагает интерфейсы настраиваемых платежных порталов, автоматизацию процессов и соответствие требованиям локальных регуляторов. Этот и более чем 500 других провайдеров уже интегрированы в платформу платежной оркестрации Corefy, позволяя клиентам мгновенно начать использовать интеграцию без программирования — достаточно ввести свои MID-данные в панели Corefy.",
+ "en": "Hyperwallet is a payment platform from PayPal that specializes in global payments. It allows companies to make bulk payments in more than 200 countries via bank transfers, cards, e-wallets and other methods. Hyperwallet offers customizable payment portal interfaces, process automation and compliance with local regulators. This and more than 500 other providers are already integrated into Corefy's payment orchestration platform, allowing customers to instantly start using the integration without programming - just enter their MID data in the Corefy dashboard."
}
},
{
@@ -14525,15 +17170,14 @@
"status": "active",
"code": "paymentz",
"vendor": "paymentz",
- "countries": [
- "IN"
- ],
- "metadata": {
- "about_payments_code": "paymentz"
- },
"name": {
- "en": "Paymentz"
- }
+ "en": "Paio",
+ "ru": "Paio",
+ "uk": "Paio"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
},
{
"status": "active",
@@ -14544,6 +17188,10 @@
},
"name": {
"en": "GMO Payment Gateway"
+ },
+ "description": {
+ "fr": "GMO Payment Gateway est l’un des principaux prestataires de services de paiement au Japon, proposant des solutions complètes pour les paiements en ligne, récurrents et en point de vente. Il prend en charge les cartes de crédit, les virements bancaires locaux, les portefeuilles électroniques et les paiements mobiles comme Konbini ou Pay-easy, très populaires au Japon. L’entreprise est cotée à la Bourse de Tokyo et dessert des milliers de commerçants dans les secteurs de l’e-commerce, des services publics et du divertissement numérique. GMO PG est reconnu pour sa fiabilité, sa conformité rigoureuse et sa technologie de pointe. Ce prestataire, ainsi que plus de 500 autres, est déjà intégré à la plateforme d’orchestration de paiements de Corefy, permettant à nos clients de commencer à utiliser l’intégration instantanément, sans codage, en saisissant simplement leurs identifiants MID dans le tableau de bord Corefy.",
+ "en": "GMO Payment Gateway is one of Japan's leading payment service providers, offering comprehensive solutions for online, recurring and point-of-sale payments. It supports credit cards, local bank transfers, e-wallets and mobile payments such as Konbini or Pay-easy, which are very popular in Japan. The company is listed on the Tokyo Stock Exchange and serves thousands of merchants in the e-commerce, utilities and digital entertainment sectors. GMO PG is renowned for its reliability, rigorous compliance and state-of-the-art technology. This provider, along with over 500 others, is already integrated with Corefy's payment orchestration platform, enabling our customers to start using the integration instantly, without coding, by simply entering their MID credentials into the Corefy dashboard."
}
},
{
@@ -14563,13 +17211,25 @@
{
"status": "active",
"code": "certusfinance",
+ "description": {
+ "en": "If you're looking for a payment gateway provider, CertusFinance is definitely worth considering. They offer a robust and scalable payment orchestration platform that can save you a lot of time and money. On the downside, CertusFinance's fees can be a bit higher than some of their competitors. But overall, they're a great choice if you need a reliable and powerful payment gateway solution. There are a number of payment gateway providers out there, and CertusFinance is one of them. They offer a payment orchestration platform that can help businesses automate their payments. Here are some pros and cons of using CertusFinance: If you're looking for a payment gateway provider, CertusFinance is a great option. They offer a payment orchestration platform that can help you streamline your payments and get them processed quickly and efficiently. One of the great things about CertusFinance is that they offer a wide range of payment options, so you can find the right fit for your business. They also have a robust fraud prevention system in place, so you can rest assured that your transactions are safe and secure. However, one downside of CertusFinance is that their fees can be on the high side. Make sure to compare their rates with other providers before making a decision. Overall, though, CertusFinance is a great choice for businesses that need a reliable and efficient payment gateway provider."
+ },
"vendor": "certusfinance",
"name": {
"en": "Certus Finance",
"ru": "Certus Finance",
"uk": "Certus Finance"
-
- }
+ },
+ "payment_method": [
+ "payment_card",
+ "bank_transfer",
+ "upi_qr"
+ ],
+ "payout_method": [
+ "bank_transfer",
+ "upi",
+ "certus_transfer"
+ ]
},
{
"status": "active",
@@ -14579,7 +17239,13 @@
"en": "UApay",
"ru": "UApay",
"uk": "UApay"
- }
+ },
+ "payment_method": [
+ "payment_card"
+ ],
+ "payout_method": [
+ "payment_card"
+ ]
},
{
"status": "active",
@@ -14706,6 +17372,119 @@
"en": "Faturah"
}
},
+ {
+ "status": "active",
+ "code": "instaxchange",
+ "vendor": "instaxchange",
+ "name": {
+ "en": "Instaxchange",
+ "ru": "Instaxchange",
+ "uk": "Instaxchange"
+ },
+ "description": {
+ "en": "InstaXchange is a licensed financial services provider specializing in fiat-to-crypto and crypto-to-fiat transactions, offering a seamless platform for businesses and individuals to buy and sell cryptocurrencies. Operating under UAB Coin Sonic in Lithuania, InstaXchange facilitates instant bank transfers through named SEPA accounts and supports direct card payments, ensuring efficient and secure transactions . The platform emphasizes transparency with a clear fee structure and provides 24/7 customer support to assist users. InstaXchange’s infrastructure is designed for easy integration, allowing businesses to incorporate crypto payment solutions without extensive technical requirements. This and 500+ providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard."
+ },
+ "payment_method": [
+ "ideal_crypto",
+ "pay_id_crypto",
+ "pix_crypto",
+ "interac_crypto",
+ "sepa_transfer_crypto",
+ "upi_crypto",
+ "applepay_crypto",
+ "googlepay_crypto",
+ "payment_card_crypto",
+ "fawry_crypto"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "klasha",
+ "vendor": "klasha",
+ "name": {
+ "en": "Klasha",
+ "ru": "Klasha",
+ "uk": "Klasha"
+ },
+ "description": {
+ "en": "Klasha is a fintech company that enables seamless cross-border commerce for African consumers and global merchants by providing localized payment solutions. Headquartered in Lagos and operating across several African countries, Klasha allows businesses to accept payments in local African currencies while settling globally in USD, GBP, or EUR. The platform supports various local payment methods such as mobile money, bank transfers, and card payments, catering to the unique preferences and infrastructure of the African market. In addition to payment processing, Klasha offers tools for currency conversion, checkout optimization, and last-mile logistics support to help international merchants sell effectively in Africa. Klasha and 500+ other payment providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard."
+ },
+ "payment_method": [
+ "payment_card",
+ "m_pesa",
+ "mobile",
+ "mtn",
+ "mtn_cog",
+ "mtn_civ",
+ "zamtel",
+ "vodacom",
+ "tigo_pesa",
+ "halotel",
+ "airtel_money",
+ "bank_transfer",
+ "moov",
+ "wave",
+ "orange_money",
+ "tnm",
+ "free_money",
+ "orange_money_civ",
+ "orange_money_sen",
+ "airtel_money_cog",
+ "airtel_money_gab"
+ ],
+ "payout_method": [
+ "zenith_bank",
+ "guaranty_trust_bank",
+ "access_bank_nigeria",
+ "united_bankfor_africa",
+ "first_bankof_nigeria",
+ "fidelity_bank_nigeria",
+ "ecobank_nigeria",
+ "stanbic_bank_nigeria",
+ "union_bankof_nigeria",
+ "sterling_bank",
+ "fsmb_nigeria",
+ "titan_trust_bank",
+ "absa_bank",
+ "access_bank",
+ "african_bank",
+ "albaraka_bank",
+ "bank_zero",
+ "bidvest_bank",
+ "capitec_bank",
+ "citi_bank",
+ "discovery_bank",
+ "finbond_mutual_bank",
+ "first_national_bank",
+ "first_rand_bank",
+ "grindrod_bank",
+ "hsbc_south_africa",
+ "investec_bank",
+ "jpmorgan_chase_bank",
+ "ned_bank",
+ "olympus_mobile_bank",
+ "rand_merchant_bank",
+ "rmb_private_bank",
+ "sasfin_bank",
+ "south_african_bank_of_athens",
+ "standard_bank",
+ "standard_chartered_bank",
+ "tyme_bank",
+ "ubank",
+ "vbs_mutual_bank",
+ "momo",
+ "bank_transfer",
+ "tigo_pesa",
+ "airtel_money",
+ "zamtel",
+ "mtn",
+ "halotel",
+ "orange_money",
+ "moov",
+ "m_pesa",
+ "tnm"
+ ]
+ },
{
"status": "active",
"code": "bankfrick",
@@ -14769,12 +17548,8 @@
"code": "paymaster",
"vendor": "paymaster",
"payment_method": [
- "webmoneytransfer",
- "easypay",
- "nsmep",
- "privat24",
- "test",
- "bank_card"
+ "payment_card",
+ "blik"
],
"name": {
"en": "Paymaster"
@@ -14905,6 +17680,13 @@
},
"name": {
"en": "GP webpay"
+ },
+ "description": {
+ "de": "GP webpay ist ein führendes Zahlungsgateway in Tschechien und der Slowakei, das von Global Payments Europe betrieben wird. Die Plattform ermöglicht sichere Online-Zahlungen über Kreditkarten, Debitkarten sowie digitale Wallets und erfüllt die Sicherheitsanforderungen von PCI-DSS und 3D Secure. GP webpay richtet sich vor allem an E-Commerce-Händler in Mittel- und Osteuropa und bietet eine benutzerfreundliche Schnittstelle, Mehrwährungsunterstützung, detailliertes Reporting und Unterstützung in mehreren Sprachen. Dank stabiler Infrastruktur und lokaler Bankpartnerschaften eignet sich GP webpay ideal für Händler, die in der CEE-Region tätig sind. GP webpay und über 500 weitere Anbieter sind bereits in Corefys Payment-Orchestration-Plattform integriert, wodurch unsere Kunden die Integration sofort und ohne Programmieraufwand nutzen können – einfach durch Eingabe ihrer MID-Zugangsdaten im Corefy-Dashboard.",
+ "ru": "GP webpay — это крупнейший платежный шлюз в Чехии, предоставляющий решения для приема онлайн-платежей по банковским картам и другим методам оплаты. Сервис поддерживает Visa, Mastercard, Maestro, а также локальные чешские и словацкие платежные системы. GP webpay используется банками и торговыми площадками для безопасной и быстрой обработки транзакций, предлагает защиту 3D Secure и совместимость с различными платформами. Этот и более чем 500 других провайдеров уже интегрированы в платформу платежной оркестрации Corefy, позволяя клиентам мгновенно начать использовать интеграцию без программирования — достаточно ввести свои MID-данные в панели Corefy.",
+ "fr": "GP webpay est une passerelle de paiement en ligne principalement utilisée en République tchèque et en Slovaquie. Elle permet aux commerçants d’accepter des paiements par cartes bancaires, y compris Visa, Mastercard, Maestro et Diners Club, ainsi que d’autres méthodes de paiement locales. GP webpay est reconnue pour sa sécurité élevée, sa conformité aux normes PCI DSS et son intégration facile aux plateformes e-commerce. Elle est soutenue par Global Payments Europe, ce qui garantit un service stable et fiable. Ce prestataire, ainsi que plus de 500 autres, est déjà intégré à la plateforme d’orchestration de paiements de Corefy, permettant à nos clients de commencer à utiliser l’intégration instantanément, sans codage, en saisissant simplement leurs identifiants MID dans le tableau de bord Corefy.",
+ "uk": "GP webpay — це провідний платіжний шлюз у Чехії та Словаччині, що дозволяє бізнесам приймати онлайн-платежі через банківські картки, Apple Pay, Google Pay та інші способи. Рішення розроблено компанією Global Payments та орієнтоване на локальний бізнес, підтримуючи чеську та словацьку мови, локальні валюти та відповідність регуляторним вимогам. GP webpay забезпечує високий рівень безпеки завдяки використанню стандартів 3D Secure та PCI DSS, а також сумісність з банками регіону. Цей та понад 500 інших провайдерів вже інтегровані в платформу платіжної оркестрації Corefy, що дозволяє клієнтам миттєво розпочати використання інтеграції без програмування — достатньо ввести свої MID-дані в дашборді Corefy.",
+ "en": "GP webpay is the leading payment gateway in the Czech Republic and Slovakia, enabling businesses to accept online payments via bank cards, Apple Pay, Google Pay, and other methods. The solution was developed by Global Payments and is focused on local businesses, supporting Czech and Slovak languages, local currencies, and regulatory compliance. GP webpay provides a high level of security through the use of 3D Secure and PCI DSS standards, as well as compatibility with banks in the region. This and more than 500 other providers are already integrated into the Corefy payment orchestration platform, allowing customers to instantly start using the integration without programming - just enter their MID data in the Corefy dashboard."
}
},
{
@@ -14930,6 +17712,10 @@
},
"name": {
"en": "Payoo"
+ },
+ "description": {
+ "de": "Payoo ist ein vietnamesischer Zahlungsdienstleister, der Online- und Offline-Zahlungen, Rechnungszahlungen und digitale Geldbörsenlösungen anbietet. Die Plattform wird von VietUnion betrieben und arbeitet mit großen Banken, Einzelhändlern und Behörden zusammen. Payoo ermöglicht Zahlungen über POS-Geräte, Apps, Webseiten und Bankautomaten und deckt zahlreiche Anwendungsfälle wie Telekommunikation, Energieversorger, Bildung und E-Commerce ab. Payoo und über 500 weitere Anbieter sind bereits in Corefys Payment-Orchestration-Plattform integriert, wodurch unsere Kunden die Integration sofort und ohne Programmieraufwand nutzen können – einfach durch Eingabe ihrer MID-Zugangsdaten im Corefy-Dashboard.",
+ "en": "Payoo is a Vietnamese payment service provider that offers online and offline payments, bill payments and digital wallet solutions. The platform is operated by VietUnion and works with major banks, retailers and government agencies. Payoo enables payments via POS devices, apps, websites and ATMs and covers numerous use cases such as telecommunications, utilities, education and e-commerce. Payoo and over 500 other providers are already integrated into Corefy's payment orchestration platform, allowing our customers to use the integration immediately and without programming effort - simply by entering their MID credentials in the Corefy dashboard."
}
},
{
@@ -14952,6 +17738,10 @@
},
"name": {
"en": "GoInterpay"
+ },
+ "description": {
+ "en": "Gointerpay is a cross-border e-commerce payment platform that helps merchants expand globally by offering access to localized payment methods across emerging markets. Specializing in alternative payment solutions, Gointerpay enables online businesses to accept payments from international customers using methods they trust—such as local bank transfers, e-wallets, and region-specific options—rather than relying solely on credit cards. The platform is particularly beneficial for merchants targeting Latin America, Asia, and other underbanked regions, offering features like real-time currency conversion, fraud management, and full compliance with local regulations. This and 500+ providers are already integrated to Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard.",
+ "es": "Gointerpay es un proveedor de soluciones de pago transfronterizas que permite a comerciantes internacionales vender en mercados emergentes con métodos de pago locales. A través de su red global, ofrece adquirencia local, prevención de fraudes y cumplimiento normativo en países de Asia, América Latina, Europa del Este y África. Su plataforma ayuda a mejorar las tasas de conversión al proporcionar experiencias de pago adaptadas a cada región. Este y más de 500 proveedores ya están integrados en la plataforma de orquestación de pagos de Corefy, lo que permite a nuestros clientes comenzar a usar la integración al instante sin necesidad de programación, simplemente introduciendo sus credenciales MID en el panel de Corefy."
}
},
{
@@ -15069,6 +17859,12 @@
},
"name": {
"en": "DaoPay"
+ },
+ "description": {
+ "en": "DaoPay is a global payment service provider that specializes in enabling merchants to accept payments via phone and mobile billing. Established in Austria, DaoPay allows users to make purchases by charging transactions directly to their phone bills or using prepaid mobile credit, making it especially popular in regions with limited access to banking or credit cards. The platform supports voice calls, SMS payments, and direct carrier billing, and is commonly used in industries like online gaming, entertainment, and digital content. With a focus on accessibility, security, and ease of use, DaoPay helps businesses reach broader audiences by offering simple and inclusive payment options. This and 500+ providers are already integrated to Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard.",
+ "de": "Daopay ist ein international tätiger Zahlungsdienstleister, der sich auf telefoniebasierte Zahlungen und Carrier Billing spezialisiert hat. Mit Sitz in Österreich ermöglicht Daopay die Abrechnung digitaler Güter über Mobilfunkrechnungen oder Anrufe, wodurch auch Nutzer ohne Kreditkarte Zugang zu Online-Services erhalten. Die Lösung ist besonders beliebt in den Bereichen Online-Gaming, digitale Medien und Unterhaltungsdienste. Daopay deckt über 60 Länder ab und bietet lokale Carrier-Integrationen, dynamische Preisgestaltung, Compliance-Management und umfassende Transaktionsberichte. Die einfache API-Integration macht die Lösung sowohl für Startups als auch für große Plattformen attraktiv, die alternative Zahlungsmethoden anbieten wollen. Daopay und über 500 weitere Anbieter sind bereits in Corefys Payment-Orchestration-Plattform integriert, wodurch unsere Kunden die Integration sofort und ohne Programmieraufwand nutzen können – einfach durch Eingabe ihrer MID-Zugangsdaten im Corefy-Dashboard.",
+ "es": "Daopay es un proveedor de pagos especializado en soluciones de pago mediante teléfono, SMS y facturación directa con operadores móviles. Fundado en Austria, permite a los usuarios realizar pagos sin necesidad de tarjeta de crédito, lo que lo convierte en una opción ideal para pagos digitales rápidos, especialmente en industrias como el gaming, entretenimiento y contenidos digitales. Su cobertura se extiende a más de 60 países, y su enfoque en pagos móviles lo hace accesible a usuarios sin servicios bancarios tradicionales. Este y más de 500 proveedores ya están integrados en la plataforma de orquestación de pagos de Corefy, lo que permite a nuestros clientes comenzar a usar la integración al instante sin necesidad de programación, simplemente introduciendo sus credenciales MID en el panel de Corefy.",
+ "fr": "Daopay est un fournisseur de services de paiement autrichien spécialisé dans les solutions de facturation via téléphone mobile, ligne fixe et cartes bancaires. Initialement axé sur le paiement par appel téléphonique, Daopay a évolué vers une plateforme multicanal permettant aux commerçants d’offrir des options de paiement alternatives, notamment dans les secteurs du gaming, du divertissement et des services numériques. Grâce à son expertise dans le domaine des paiements vocaux et mobiles, Daopay permet aux utilisateurs finaux d’effectuer des transactions sans carte bancaire, ce qui en fait une solution précieuse pour les marchés à faible bancarisation. Elle propose également des services de facturation directe par opérateur mobile dans plus de 60 pays. Ce prestataire, ainsi que plus de 500 autres, est déjà intégré à la plateforme d’orchestration de paiements de Corefy, permettant à nos clients de commencer à utiliser l’intégration instantanément, sans codage, en saisissant simplement leurs identifiants MID dans le tableau de bord Corefy."
}
},
{
@@ -15085,6 +17881,9 @@
{
"status": "active",
"code": "satchelpay",
+ "description": {
+ "en": "There are a few different types of payment gateway providers out there, but one that is becoming increasingly popular is the satchelpay platform. This type of platform offers a variety of benefits for businesses, but there are also some potential drawbacks to consider. Here's a look at the pros and cons of using a satchelpay platform for your business. As a business owner, you have a lot of options when it comes to choosing a payment gateway provider. But what if you want more than just a payment gateway? What if you need a platform that can handle all of your payment processing needs? That's where SatchelPay comes in. SatchelPay is a payment orchestration platform that offers businesses a complete solution for managing their payments. With SatchelPay, you can accept payments from multiple sources, automate billing and invoicing, and track your spending in real-time. Pros: can help you save money on transaction fees: One of the biggest advantages of using a satchelpay platform is that it can help you save money on transaction fees. By consolidating all of your payment processing onto one platform, you'll be able to reduce your overall costs. Offers more flexibility and control: Another advantage of using a satchelpay platform is that it gives you more flexibility and control over your payments. With this type of platform, you'll be able to set up custom payment rules and preferences that can help streamline your process. Can help you improve your customer service: A satchelpay platform can also help you improve your customer service. By consolidating all of your payments onto one platform, you'll be able to provide your customers with a smoother and more streamlined experience."
+ },
"vendor": "satchelpay",
"name": {
"en": "Satchel"
@@ -15096,43 +17895,28 @@
{
"status": "active",
"code": "advcash",
+ "description": {
+ "en": "AdvCash Review - Is AdvCash Right For You? If you are looking to use a cryptocurrency, you should check out Advacash. This service is available in both English and Russian, making it available to consumers worldwide. To get started, visit their official website, and click the \"Become a client\" button. Once you're there, click \"Login\" in the top right corner of the screen, and then click \"Register.\" In a new window, you'll be asked to enter a little bit of information about yourself. You can have a personal account or a business account, and you'll be asked to confirm your email address when you're done. AdvCash has a referral program that rewards account holders for referring others. If you refer a new user, AdvCash will credit your account with a commission, up to 20%, for each successful referral transaction. Another unique feature of AdvCash is its Merchant API technology, which allows developers to access and use all of the payment platform's features. You can also automate sending and receiving payments, and obtain transaction history data from the platform. AdvCash's user interface is easy to navigate. The site features appealing aesthetics and a list of supported currencies. Although AdvCash has lower numbers of clients than some of the other top payment systems, the service offers a wide range of benefits. It's suitable for Internet business owners and freelancers, as it offers an easy-to-use, convenient card with a corresponding balance linked to an electronic wallet. A number of fees apply, and AdvCash is not a perfect alternative to other payment systems. If you're looking to buy or sell cryptocurrencies online, Advanced Cash may be the right choice."
+ },
"vendor": "advcash",
"name": {
- "en": "AdvCash",
- "ru": "AdvCash",
- "uk": "AdvCash"
+ "en": "Volet.com",
+ "ru": "Volet.com",
+ "uk": "Volet.com"
},
"payment_method": [
- "qiwi",
- "sepadirectdebit",
- "sepacredittransfer",
- "yandexmoney",
- "privat24",
- "exmo",
- "bank_card",
- "bitcoin",
- "litecoin",
- "bitcoin_cash",
- "ripple",
"advcash_wallet"
],
"payout_method": [
- "bitcoin",
- "ethereum",
- "litecoin",
- "bitcoin_cash",
- "ripple",
- "exmo",
- "sepa_credit_transfer",
- "bank_card",
- "yandexmoney",
- "qiwi",
"advcash_wallet"
]
},
{
"status": "active",
"code": "geopaynet",
+ "description": {
+ "en": "Geopaynet is a payment orchestration platform that enables businesses to streamline their payment operations. It offers a wide range of features and integrations with popular payment gateway providers, making it an ideal solution for businesses of all sizes. Geopaynet's platform is designed to simplify and automate the payment process, saving businesses time and money. It offers a wide range of features, including: Payment gateway integrations: Geopaynet integrates with popular payment gateway providers, making it easy for businesses to accept payments. Merchant account management: Geopaynet provides a streamlined way for businesses to manage their merchant accounts. Recurring billing: Geopaynet makes it easy to set up recurring billing for customers, making it convenient for them to make payments on a regular basis. Fraud prevention: Geopaynet offers fraud prevention tools to help businesses protect themselves from fraudulent activity. Pros: Wide range of features: Geopaynet offers a comprehensive set of features to streamline your payment operations, including support for multiple currencies, automatic reconciliation, and fraud detection. Easy to use: The platform is easy to use, with a simple interface that makes it easy to get started. Affordable: Geopaynet is very affordable, with plans starting at just $9 per month. Overall, Geopaynet is a great option for businesses looking for a comprehensive and easy-to-use payment orchestration platform. It's affordable and offers a wide range of features, although it does have some limitations in terms of supported payment gateways."
+ },
"vendor": "geopaynet",
"countries": [
"UA"
@@ -15141,14 +17925,15 @@
"en": "GEO Pay",
"ru": "GEO Pay",
"uk": "GEO Pay"
-
},
"payment_method": [
"geopaynet",
- "binancepay"
+ "binancepay",
+ "card_transfer"
],
"payout_method": [
- "geopaynet"
+ "geopaynet",
+ "payment_card"
]
},
{
@@ -15158,6 +17943,13 @@
"name": {
"en": "XPAY"
},
+ "description": {
+ "de": "xPay.ua ist ein ukrainischer Zahlungsdienstleister, der Online-Zahlungen für E-Commerce und Dienstleistungsanbieter in der Ukraine ermöglicht. Die Plattform bietet Integration mit ukrainischen Banken, unterstützt gängige Karten (Visa, Mastercard), Apple Pay, Google Pay und lokale Zahlungsmethoden. xPay.ua richtet sich an kleine und mittelständische Unternehmen, die ihren Kunden einfache, sichere und lokal optimierte Zahlungswege bieten wollen. Die Lösung bietet einfache API-Anbindung, schnelle Auszahlung und persönlichen Support. xPay.ua und über 500 weitere Anbieter sind bereits in Corefys Payment-Orchestration-Plattform integriert, wodurch unsere Kunden die Integration sofort und ohne Programmieraufwand nutzen können – einfach durch Eingabe ihrer MID-Zugangsdaten im Corefy-Dashboard.",
+ "ru": "XPay.ua — украинский платежный сервис, предлагающий быстрый прием онлайн-платежей с помощью банковских карт, Apple Pay, Google Pay, криптовалют и других методов. Компания ориентируется на малый и средний бизнес, предоставляя удобный личный кабинет, кастомизированные платежные страницы, автоматическую генерацию счетов и быстрое подключение без лишней бюрократии. Платформа поддерживает гривну и локальные банковские системы. Этот и более 500 других провайдеров уже интегрированы в платформу оркестрации платежей Corefy, что позволяет клиентам мгновенно начать пользоваться интеграцией без программирования — достаточно ввести свои MID-данные в дашборде Corefy.",
+ "uk": "XPay.ua — український платіжний сервіс, який пропонує швидкий прийом онлайн-платежів через банківські картки, Apple Pay, Google Pay, криптовалюти та інші методи. Компанія фокусується на малому й середньому бізнесі, надаючи зручний особистий кабінет, кастомні платіжні сторінки, автоматичне виставлення рахунків і швидке підключення без зайвої бюрократії. Платформа забезпечує підтримку гривні та локальних банківських систем. Цей та понад 500 інших провайдерів вже інтегровані в платформу платіжної оркестрації Corefy, що дозволяє клієнтам миттєво розпочати використання інтеграції без програмування — достатньо ввести свої MID-дані в дашборді Corefy.",
+ "es": "XPayUA es un proveedor ucraniano de soluciones de pago que ofrece servicios de adquirencia, procesamiento de tarjetas y pagos electrónicos para comercios en línea. Su plataforma admite múltiples métodos de pago, incluyendo tarjetas Visa y Mastercard, así como integraciones con bancos locales. Está enfocado en facilitar pagos seguros y rápidos dentro del ecosistema digital ucraniano. Este y más de 500 proveedores ya están integrados en la plataforma de orquestación de pagos de Corefy, lo que permite a nuestros clientes comenzar a usar la integración al instante sin necesidad de programación, simplemente introduciendo sus credenciales MID en el panel de Corefy.",
+ "en": "XPayUA is a Ukrainian payment solutions provider offering acquiring, card processing and electronic payment services for online merchants. Its platform supports multiple payment methods, including Visa and Mastercard, as well as integrations with local banks. It is focused on facilitating secure and fast payments within the Ukrainian digital ecosystem. It and more than 500 other vendors are already integrated into Corefy's payment orchestration platform, allowing our customers to start using the integration instantly with no programming required, simply by entering their MID credentials in Corefy's dashboard."
+ },
"payment_method": [
"payment_card"
],
@@ -15166,7 +17958,7 @@
]
},
{
- "status": "active",
+ "status": "deprecated",
"code": "paymentcenter",
"vendor": "paymentcenter",
"payout_method": [
@@ -15174,11 +17966,17 @@
],
"name": {
"en": "Payment Center"
- }
+ },
+ "payment_method": [
+ "payment_card"
+ ]
},
{
"status": "active",
"code": "paymegaio",
+ "description": {
+ "en": "If you're looking for a payment gateway provider that can help you with payment orchestration, Paymegaio is a great option. They offer a platform that makes it easy to manage your payments, and they have a wide range of features that make them a great choice for businesses of all sizes. One of the best things about Paymegaio is their customer support. They're always available to help you with any issues you may have, and they're quick to respond to questions or concerns. Their team is also very knowledgeable and can help you get the most out of their platform. Another great thing about Paymegaio is their pricing. Their plans are very affordable, and they offer discounts for businesses that process a high volume of transactions. Overall, they're a great value for the money, and you'll be able to save a lot of money by using their platform. If you're looking for a payment gateway provider that offers great features and pricing, Paymegaio is a great choice. Their platform is easy to use, and their customer support is top-notch. You'll be able to save time and money by using their platform, and you'll be able to get the most out of your payments."
+ },
"vendor": "paymegaio",
"name": {
"en": "Paymega.io"
@@ -15205,11 +18003,29 @@
]
},
{
- "status": "deprecated",
+ "status": "active",
"code": "twelvelive",
"vendor": "twelvelive",
"name": {
- "en": "Twelve.live"
+ "en": "Twelve",
+ "ru": "Twelve",
+ "uk": "Twelve"
+ },
+ "payment_method": [
+ "payment_card"
+ ],
+ "payout_method": [
+ "card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "sobini",
+ "vendor": "sobini",
+ "name": {
+ "en": "Sobini",
+ "ru": "Sobini",
+ "uk": "Sobini"
},
"payment_method": [
"payment_card"
@@ -15221,20 +18037,135 @@
{
"status": "active",
"code": "spoynt",
+ "description": {
+ "en": "Spoynt payment processing system: A payment invoice is the heart of the Spoynt payment processing system. It includes customer information, payment card numbers, and account authorisation data. It is similar to a contract between the merchant and the gateway protocol. The system also provides payment invoice dashboards and direct integration with APIs. Besides a ready-made checkout page, Spoynt also offers a hosted payment page. The integration with APIs ensures secure data storage and payment processing, and ensures that payment receipts are delivered to the client."
+ },
"vendor": "spoynt",
"name": {
"en": "Spoynt"
},
"payment_method": [
- "payment_card"
+ "payment_card",
+ "sepa_transfer",
+ "jeton_wallet",
+ "spush_pay",
+ "applepay",
+ "googlepay",
+ "paysafecard",
+ "bitcoin",
+ "tether",
+ "ethereum",
+ "binancepay",
+ "dogecoin",
+ "skrill",
+ "neteller",
+ "mb_way",
+ "multibanco",
+ "payshop",
+ "blik",
+ "eps",
+ "bank_transfer",
+ "swiffy_eft",
+ "snapscan_qr",
+ "palmpay",
+ "opay",
+ "mobile",
+ "airtel_money",
+ "mtn",
+ "halotel",
+ "tigo_pesa",
+ "vodacom",
+ "zamtel",
+ "upi",
+ "viettelpay",
+ "techcom_bank_qr",
+ "vietin_bank_qr",
+ "bca_va",
+ "bni_va",
+ "bri_va",
+ "bsi_va",
+ "cimb_ca",
+ "mandiri_va",
+ "permata_va",
+ "qris",
+ "ovo",
+ "shopeepay",
+ "dana",
+ "promptpay",
+ "pix",
+ "pse",
+ "nequi",
+ "efecty",
+ "interac",
+ "card_transfer",
+ "m10",
+ "emanat",
+ "sepa_transfer_instant",
+ "revolut_bank",
+ "wise",
+ "n26_bank",
+ "bunq",
+ "capitec_pay",
+ "vodafone_pay"
],
"payout_method": [
- "payment_card"
+ "payment_card",
+ "papara",
+ "interac",
+ "turkey_finans_katilim_bank",
+ "akbank",
+ "qnb_finansbank",
+ "totens_sparebank",
+ "sparebanken_vest",
+ "storebrand",
+ "dnb_bank",
+ "danske_bank",
+ "sbanken_bank",
+ "nordea_bank",
+ "sparebank_1_smn",
+ "hegra_sparebank",
+ "ininal",
+ "turkey_is_bank",
+ "ing_bank_turkey",
+ "turkey_econom_bank",
+ "ziraat_bank",
+ "pix",
+ "bank_transfer",
+ "spush_pay",
+ "jeton_wallet",
+ "blik",
+ "capitec_bank",
+ "safaricom",
+ "airtel_money",
+ "equitel",
+ "mtn",
+ "vodafone_ghana",
+ "orange_money",
+ "halotel",
+ "tigo_pesa",
+ "zamtel",
+ "upi",
+ "momo",
+ "bca_bank",
+ "bni_bank",
+ "bri_bank",
+ "danamon_bank",
+ "mandiri_bank",
+ "permata_bank",
+ "panin_bank",
+ "ovo",
+ "shopeepay",
+ "dana",
+ "nequi",
+ "m10"
]
},
{
"status": "active",
"code": "payeer",
+ "description": {
+ "en": "The Positives of Payeer As One of the Top Cryptocurrency Payment Providers: If you've been considering e-currencies as a payment option, Payeer has a lot of positives to offer. Not only can you accept payments in fiat currency, but you can also send and receive them in cryptocurrencies. With a free account, you can try a variety of services and currencies. Listed below are the benefits of using Payeer. If you're in the market for a new payment provider, Payeer could be a good fit for your needs. Users of Payeer are able to open a business account to manage funds. It is possible to replenish your account through the company's account, and you can participate in surveys to help improve the platform. You can also use your personal account to make payments through a Payeer-approved merchant. Once you've signed up, you'll be able to add funds to your account, as well as participate in rewards programs that can earn you money. In addition to its convenience, Payeer offers competitive fees. While depositing funds is free, receiving funds from another payment processor charges 0.95 percent. A 2% currency conversion fee is charged, and the company also charges specified amounts for password recovery and auto-reminder. While the service has many positives, it is important to understand its terms and fees before signing up. Ultimately, Payeer is an excellent choice for many cryptocurrency traders."
+ },
"vendor": "payeer",
"payment_method": [
"payeer",
@@ -15265,14 +18196,14 @@
"beeline",
"mts",
"megafon",
+ "payment_card",
+ "yandexmoney",
"advcash_wallet",
"tele2ru",
"bitcoin",
"ethereum",
"bitcoin_cash",
- "litecoin",
- "dash",
- "payment_card"
+ "litecoin"
],
"name": {
"en": "Payeer"
@@ -15281,6 +18212,11 @@
{
"status": "active",
"code": "tranzzo",
+ "description": {
+ "en": "If you're looking for a payment gateway provider, you'll want to check out Tranzzo. They offer a payment orchestration platform that makes it easy to manage your payments and keep track of your transactions. Plus, they have a great reputation for security and customer service. This company provides opportunities for business development in the CIS region, Europe, North America (Canada), Latin America, Africa, and Asia. With Tranzzo, businesses get 50+ of the most popular payment methods in a single integration — international and local cards, e-wallets, alternative methods, and cryptocurrency. For companies that want to process payments under their own brand, Tranzzo offers white-label software with multiple payment methods. Tranzzo provides payments via Visa, Mastercard, UnionPay, RuPay, UZCARD, HUMOCARD cards. With this service, you can connect international and local digital wallets such as ApplePay, GooglePay, Samsung Pay, PayPal, Visa Click to Pay, and WeChat Pay. The payment platform also offers bank transfers, vouchers, mobile payments and other solutions to meet your customers' preferences. Tranzzo was established in 2017 and currently has offices located in Kyiv (Ukraine), Warsaw (Poland), and London (United Kingdom). It has a team of over 100 employees who are dedicated to providing the best possible service to their clients. The company has a strong focus on security and compliance, and all of their products are PCI DSS compliant. The Tranzzo payment gateway is available in over 190 countries and supports over 30 different currencies. The platform is designed to be scalable so that it can grow with your business. Tranzzo also offers a wide range of features, including recurring billing, invoicing, VTS and MDES card tokenization, fraud prevention, and more. If you are looking for a payment gateway provider that can offer you a comprehensive solution, then Tranzzo is a great option to consider. Their platform is easy to use and their team is very responsive. You can be sure that you are in good hands with Tranzzo.",
+ "de": "Tranzzo ist ein ukrainischer Zahlungsdienstleister, der E-Commerce-Zahlungen in über 150 Ländern ermöglicht. Die Plattform unterstützt Kreditkarten, Apple Pay, Google Pay, lokale Zahlungsmethoden sowie Abonnements und wiederkehrende Zahlungen. Tranzzo bietet ein flexibles API-Gateway, Zahlungslinks, Tokenisierung, 3D Secure und Reporting-Tools. Besonders für osteuropäische Händler bietet Tranzzo eine lokal optimierte Lösung mit hohem Sicherheitsstandard. Tranzzo und über 500 weitere Anbieter sind bereits in Corefys Payment-Orchestration-Plattform integriert, wodurch unsere Kunden die Integration sofort und ohne Programmieraufwand nutzen können – einfach durch Eingabe ihrer MID-Zugangsdaten im Corefy-Dashboard.",
+ "fr": "Tranzzo est un prestataire de services de paiement basé en Ukraine, qui propose une plateforme flexible pour le traitement des paiements par cartes, portefeuilles électroniques, virements bancaires et méthodes locales. Elle cible les marchands opérant dans les secteurs du e-commerce, du SaaS, de la billetterie et des services numériques. Tranzzo met l’accent sur la simplicité d’intégration, la gestion des paiements récurrents, les outils de lutte contre la fraude et le support client multilingue. Elle est également conforme aux normes PCI DSS. Ce prestataire, ainsi que plus de 500 autres, est déjà intégré à la plateforme d’orchestration de paiements de Corefy, permettant à nos clients de commencer à utiliser l’intégration instantanément, sans codage, en saisissant simplement leurs identifiants MID dans le tableau de bord Corefy."
+ },
"vendor": "tranzzo",
"name": {
"en": "Tranzzo"
@@ -15290,10 +18226,10 @@
],
"payment_method": [
"payment_card",
- "applepay"
+ "applepay",
+ "googlepay"
],
- "payout_method": [
- ]
+ "payout_method": []
},
{
"status": "active",
@@ -15302,10 +18238,8 @@
"name": {
"en": "CoinPayments"
},
- "payment_method": [
- ],
- "payout_method": [
- ]
+ "payment_method": [],
+ "payout_method": []
},
{
"status": "active",
@@ -15314,10 +18248,8 @@
"name": {
"en": "Payoneer"
},
- "payment_method": [
- ],
- "payout_method": [
- ]
+ "payment_method": [],
+ "payout_method": []
},
{
"status": "active",
@@ -15326,10 +18258,8 @@
"name": {
"en": "Neteller"
},
- "countries": [
- ],
- "payment_method": [
- ],
+ "countries": [],
+ "payment_method": [],
"payout_method": [
"neteller"
]
@@ -15337,41 +18267,49 @@
{
"status": "active",
"code": "australpay",
+ "description": {
+ "en": "Australpay is a payment orchestration platform that enables businesses to connect with multiple payment gateway providers. This allows businesses to accept payments from a variety of payment methods, including credit and debit cards, e-wallets, and bank transfers. Australpay also provides fraud protection and dispute resolution services. PROS: Allows businesses to receive payments from multiple payment gateway providers. Can help streamline payment processing. CONS: If not used carefully, can lead to duplicate payments or other errors. May charge higher fees than some standalone payment gateway providers. Australpay is a great solution for businesses that want to streamline their payment processing. The platform is easy to use and provides a wide range of features. The fraud protection and dispute resolution services are particularly valuable, as they can help businesses avoid costly chargebacks. Overall, Australpay is an excellent choice for businesses looking for a comprehensive payment solution. Overall, Australpay can be a great way to streamline payment processing for businesses that accept payments from multiple sources. However, it's important to be aware of the potential drawbacks before using the platform."
+ },
"vendor": "australpay",
"name": {
"en": "AustralPay"
},
- "countries": [
- ],
- "payment_method": [
- ],
- "payout_method": [
- ]
+ "countries": [],
+ "payment_method": [],
+ "payout_method": []
},
{
"status": "active",
"code": "wire2pay",
+ "description": {
+ "en": "Wire2Pay is a payment orchestration platform that connects merchants with multiple payment gateway providers. This allows businesses to have more flexibility in how they accept payments, and also helps to reduce costs by consolidating all of their payments into one platform. There are some clear advantages to using Wire2Pay. First, the platform makes it easy to connect with multiple payment gateway providers, which can save businesses time and money. Second, by consolidating all of their payments into one platform, businesses can reduce their overall costs. Finally, Wire2Pay offers a number of features that can help businesses streamline their payment processing, including automated fraud detection and dispute resolution. There are also some potential drawbacks to using Wire2Pay. First, because the platform connects merchants with multiple payment gateway providers, it can be more complicated to set up and use than a single provider. Second, businesses may need to pay additional fees to use Wire2Pay, depending on their payment gateway providers. Finally, Wire2Pay may not be available in all countries. Overall, Wire2Pay is a helpful platform for businesses that want to consolidate their payments and save money. However, businesses should be aware of the potential drawbacks before signing up for the service."
+ },
"vendor": "wire2pay",
"name": {
"en": "Wire2Pay"
},
- "payment_method": [
- ],
- "payout_method": [
- ]
+ "payment_method": [],
+ "payout_method": []
},
{
"status": "active",
"code": "leogaming",
+ "description": {
+ "en": "If you're looking for a payment orchestration platform that can help you streamline your payment processing, LeoGaming is a great option to consider. This company specializes in helping businesses automate their payments, making it easier and more efficient to get paid. One of the biggest advantages of using LeoGaming is that it's compatible with many different payment gateway providers. This means that you can use the platform regardless of which provider you're currently using, which can make things much simpler. Another plus is that LeoGaming offers a wide range of features, including recurring payments, invoicing, and fraud prevention. This makes it a very comprehensive solution for businesses that need to streamline their payments. However, there are a few potential downsides to using LeoGaming. First, it's a bit more expensive than some of the other payment orchestration platforms on the market. This may not be a big deal for larger businesses, but it could be a concern for smaller companies that are working with a tight budget. Another potential downside is that LeoGaming doesn't have a very user-friendly interface. This can make it difficult to set up and use, especially for businesses that don't have much experience with payment processing. Overall, LeoGaming is a great option for businesses that need to streamline their payment processing. It's compatible with many different payment gateway providers, offers a wide range of features, and can help you save time and money. However, it's important to keep in mind that it's a bit more expensive than some of the other options on the market, and it doesn't have the most user-friendly interface.",
+ "ru": "LeoGaming — это украинский платежный провайдер и небанковская финансовая организация, специализирующаяся на приеме онлайн-платежей, пополнении электронных кошельков и оплате цифровых сервисов, включая игры, телевидение и связь. Компания работает с международными и украинскими партнерами, предоставляя удобные инструменты для интеграции и высокую скорость обработки транзакций. LeoGaming также активно развивает направления fintech и сотрудничает с крупными банками и провайдерами. Этот и более чем 500 других провайдеров уже интегрированы в платформу платежной оркестрации Corefy, позволяя клиентам мгновенно начать использовать интеграцию без программирования — достаточно ввести свои MID-данные в панели Corefy."
+ },
"vendor": "leogaming",
"name": {
"en": "LeoGaming"
},
- "countries": [
- ],
- "payment_method": [
- ],
+ "countries": [],
+ "payment_method": [],
"payout_method": [
+ "payment_card",
+ "vodafone_phone",
+ "lifecell_phone",
+ "kyivstar_phone",
+ "mobile"
]
},
{
@@ -15381,12 +18319,9 @@
"name": {
"en": "MoneyMovers"
},
- "countries": [
- ],
- "payment_method": [
- ],
- "payout_method": [
- ]
+ "countries": [],
+ "payment_method": [],
+ "payout_method": []
},
{
"status": "active",
@@ -15398,10 +18333,8 @@
"countries": [
"UA"
],
- "payment_method": [
- ],
- "payout_method": [
- ]
+ "payment_method": [],
+ "payout_method": []
},
{
"status": "active",
@@ -15410,13 +18343,11 @@
"name": {
"en": "Decta"
},
- "countries": [
- ],
+ "countries": [],
"payment_method": [
"payment_card"
],
- "payout_method": [
- ]
+ "payout_method": []
},
{
"status": "active",
@@ -15425,8 +18356,7 @@
"name": {
"en": "Hashconnect"
},
- "countries": [
- ],
+ "countries": [],
"payment_method": [
"payment_card"
],
@@ -15445,8 +18375,8 @@
"UA"
],
"payout_method": [
- "parimatch-loto",
- "parimatch_account"
+ "parimatch_account",
+ "pokermatch_account"
]
},
{
@@ -15454,53 +18384,48 @@
"code": "platio",
"vendor": "platio",
"name": {
- "en": "Platio"
- },
- "countries": [
- ],
- "payment_method": [
- "payment_card"
- ],
- "payout_method": [
- "payment_card"
- ]
- },
- {
- "status": "active",
- "code": "paymentwall",
- "vendor": "paymentwall",
- "name": {
- "en": "Paymentwall"
+ "en": "Platio",
+ "ru": "Platio",
+ "uk": "Platio"
},
+ "countries": [],
"payment_method": [
- "payment_card"
+ "payment_card",
+ "sbp"
],
"payout_method": [
+ "payment_card",
+ "qiwi",
+ "yoomoney",
+ "bank_transfer"
]
},
{
- "status": "active",
+ "status": "deprecated",
"code": "piastrix",
+ "description": {
+ "en": "Benefits of Piastrix Payment Providers: If you are an avid online casino player, you should consider using the Piastrix payment provider. This service allows players to make deposits into online casinos and receive winnings in their account. It also allows you to choose the method of payment you wish to use to fund your account. It is easy to use, and the website of this payment provider offers a variety of benefits to its users. Below are some of these benefits. Listed below are some of the benefits you can expect from Piastrix.Players can also use Piastrix for playing live dealer games. In these games, players can select the appropriate mode, such as roulette, baccarat, blackjack, and bingo. Players can also select a VIP area in the lobby for high-stakes players. They can also choose a betting table that suits their skill level. Piastrix is recognized and used by many players around the world. Whether you want to bet on the hottest online casino games or enjoy a game of poker, you can use Piastrix to deposit and withdraw money at any time. Another benefit of using Piastrix is the fact that it works across multiple countries, including Russia. Although Piastrix started as a Russian-language service, it has quickly expanded its reach to include countries in the former Soviet Union. Today, it's accepted in Georgia, Belarus, Ukraine, Kazakhstan, and Belarus, as well as Russia. Customers can pay with their Russian ruble, euro, or US dollar. If you're not satisfied with Piastrix, you can try a different payment provider."
+ },
"vendor": "piastrix",
"name": {
"en": "Piastrix"
},
"payment_method": [
"qiwi",
+ "piastrix",
"payment_card",
- "applepay",
- "beeline",
- "bitcoin_cash",
+ "bitcoin",
"ethereum",
- "megafon",
- "mts",
- "terminal_rf",
- "piastrix",
- "tele2ru",
"yandexmoney",
"perfectmoney",
"payeer",
"alfaclick",
+ "beeline",
+ "mts",
+ "megafon",
+ "tele2ru",
+ "applepay",
+ "terminal_rf",
"tether"
],
"payout_method": [
@@ -15524,15 +18449,25 @@
{
"status": "active",
"code": "billline",
+ "description": {
+ "en": "bill_line is a Ukrainian fintech company with a global focus. It developed and is constantly upgrading a payment system for any online business. bill_line's clients are online stores, marketplaces, banks, insurance companies, charity organisations and any other companies with online payment operations. Their main payment service provider features are custom checkout pages, individual payment links, recurring payments, and reliable cascading of transactions. bill_line team implements the client care principle at every stage of interaction with the client, from the connection request to integration and transaction support.",
+ "ru": "bill_line – украинская финтех-компания, разработавшая и развивающая платежное решение для любого онлайн-бизнеса. Клиенты bill_line – интернет-магазины, маркетплейсы, банки, страховые компании, благотворительные организации и любые другие компании с платежными операциями в интернете. Среди особенностей компании как платежного сервис-провайдера – возможности создания кастомных checkout-страниц, платежных ссылок, настройки рекуррентных платежей и надежного каскадирования транзакций. Команда bill_line внедряет принцип client care на каждом этапе взаимодействия с клиентом, от запроса на подключение до интеграции и сопровождения транзакций.",
+ "uk": "bill_line – українська фінтех-компанія, яка розробила і розвиває платіжне рішення для будь-якого онлайн-бізнесу. Клієнти bill_line — інтернет-магазини, маркетплейси, банки, страхові компанії, благодійні організації та будь-які інші компанії з платіжними операціями в інтернеті. Серед особливостей компанії як платіжного сервіс-провайдера – можливості створення кастомних checkout-сторінок, платіжних посилань, налаштування рекурентних платежів та надійне каскадування транзакцій. Команда bill_line впроваджує принцип client care на кожному етапі взаємодії з клієнтом, від запиту на підключення до інтеграції та супроводу транзакцій."
+ },
"vendor": "billline",
"name": {
- "en": "BillLine"
+ "en": "bill_line"
},
"payment_method": [
- "payment_card"
+ "payment_card",
+ "pix",
+ "applepay",
+ "googlepay",
+ "openbanking"
],
"payout_method": [
- "payment_card"
+ "payment_card",
+ "pix"
]
},
{
@@ -15554,23 +18489,32 @@
"en": "EasyBits.io"
},
"payment_method": [
- "payment_card"
+ "card_transfer",
+ "payment_card",
+ "bitcoin",
+ "ethereum",
+ "tether"
],
"payout_method": [
- "payment_card"
+ "payment_card",
+ "bank_transfer",
+ "bitcoin",
+ "ethereum",
+ "tether"
]
},
{
"status": "active",
"code": "enfins",
+ "description": {
+ "en": "When it comes to choosing a payment gateway provider, there are a few things you need to take into account. The first is whether the company offers a payment orchestration platform. This type of platform can help you streamline your payments and make sure that all of your transactions are processed smoothly. Another thing to consider is the fees associated with using the payment gateway provider. Some providers charge a flat fee per transaction, while others charge a percentage of the total transaction amount. Make sure to compare rates before selecting a provider. Finally, you'll want to consider the customer service and support offered by the payment gateway provider. Things can sometimes go wrong with payments, so it's important to have someone you can reach out to for help if needed. There are a few key things to keep in mind when choosing a payment gateway provider. The first is whether the company offers a payment orchestration platform. This type of platform can help you streamline your payments and make sure that all of your transactions are processed smoothly. Another thing to consider is the fees associated with using the payment gateway provider. Some providers charge a flat fee per transaction, while others charge a percentage of the total transaction amount. Make sure to compare rates before selecting a provider."
+ },
"vendor": "enfins",
"name": {
"en": "Enfins"
},
- "payment_method": [
- ],
- "payout_method": [
- ]
+ "payment_method": [],
+ "payout_method": []
},
{
"status": "active",
@@ -15579,6 +18523,11 @@
"name": {
"en": "PayLink"
},
+ "description": {
+ "uk": "Paylink — це платіжний сервіс, що дозволяє бізнесам створювати платіжні посилання, які можна надсилати клієнтам для зручної та швидкої оплати. Такий формат особливо зручний для дистанційних продажів, виставлення рахунків у месенджерах, email або через соціальні мережі. Paylink часто підтримує різні способи оплати, включаючи банківські картки, локальні методи й електронні гаманці. Це робить сервіс привабливим для малого та середнього бізнесу, фрілансерів і компаній без інтернет-магазинів. Цей та понад 500 інших провайдерів вже інтегровані в платформу платіжної оркестрації Corefy, що дозволяє клієнтам миттєво розпочати використання інтеграції без програмування — достатньо ввести свої MID-дані в дашборді Corefy.",
+ "ru": "Paylink — это платежный провайдер, специализирующийся на предоставлении решений для онлайн-оплаты через платежные ссылки. Сервис позволяет бизнесам быстро и безопасно получать платежи без необходимости создавать полноценный интернет-магазин. Paylink предлагает простую генерацию платежных ссылок, которые можно отправить клиенту через e-mail, мессенджеры или соцсети. Поддерживаются различные методы оплаты, включая банковские карты и электронные кошельки. Этот и более чем 500 других провайдеров уже интегрированы в платформу платежной оркестрации Corefy, позволяя клиентам мгновенно начать использовать интеграцию без программирования — достаточно ввести свои MID-данные в панели Corefy.",
+ "en": "Paylink is a payment provider specializing in providing online payment solutions through payment links. The service allows businesses to quickly and securely receive payments without the need to create a full-fledged online store. Paylink offers simple generation of payment links that can be sent to the customer via e-mail, messengers or social networks. Various payment methods are supported, including bank cards and e-wallets. This and more than 500 other providers are already integrated into Corefy's payment orchestration platform, allowing customers to instantly start using the integration without programming - just enter their MID data in the Corefy dashboard."
+ },
"payment_method": [
"payment_card",
"masterpass"
@@ -15597,8 +18546,11 @@
"name": {
"en": "CardGate"
},
- "countries": [
- ],
+ "description": {
+ "en": "Cardgate by PayCore.io is a payment gateway solution designed to facilitate secure and efficient online card processing for businesses across various industries. Operating as part of the broader PayCore.io ecosystem, Cardgate provides a unified API that allows merchants to accept credit and debit card payments globally, while benefiting from advanced fraud protection, dynamic routing, and real-time transaction monitoring. The platform supports 3D Secure, tokenization, and customizable checkout options, enabling merchants to optimize conversion rates and ensure compliance with international security standards such as PCI DSS. Cardgate is particularly suitable for high-risk sectors and businesses looking to consolidate payment operations under a single infrastructure.",
+ "ru": "Cardgate от PayCore.io — это платежный шлюз, разработанный для безопасной и эффективной обработки онлайн-платежей по картам для бизнеса в различных отраслях. Являясь частью экосистемы PayCore.io, Cardgate предлагает единый API, который позволяет торговцам принимать платежи по кредитным и дебетовым картам по всему миру, с доступом к продвинутой защите от мошенничества, динамической маршрутизации и мониторингу транзакций в реальном времени. Платформа поддерживает 3D Secure, токенизацию и настраиваемые варианты оформления платежей, что помогает оптимизировать конверсию и обеспечивать соответствие международным стандартам безопасности, таким как PCI DSS. Cardgate особенно хорошо подходит для высокорисковых секторов и компаний, стремящихся централизовать платежные операции в рамках единой инфраструктуры."
+ },
+ "countries": [],
"payment_method": [
"payment_card",
"applepay",
@@ -15613,8 +18565,7 @@
"name": {
"en": "Gate"
},
- "countries": [
- ],
+ "countries": [],
"payment_method": [
"payment_card",
"applepay",
@@ -15631,18 +18582,28 @@
},
"payment_method": [
"swift",
- "bank_transfer",
- "cash"
+ "cash",
+ "payment_card"
],
"payout_method": [
"swift",
"bank_transfer",
- "cash"
+ "cash",
+ "payment_card",
+ "bkash_limited",
+ "nagad_wallet",
+ "etisalat_cash",
+ "cib_smart_wallet",
+ "vodafone_cash"
]
},
{
"status": "active",
"code": "accentpay",
+ "description": {
+ "en": "Accentpay Review - Online Casinos That Accept Accentpay: If you've been looking for an online casino that accepts Accentpay, you've come to the right place. This company specializes in online gambling and has earned a great reputation over the years. They pay out winnings quickly and offer great promotions. If you're looking to play online casino games, you might want to read our Accentpay review. You can't go wrong with Accentpay. It's one of the top payment systems on the internet. It's free to sign up for Accentpay, but you will have to link a banking account in order to use the service. Once you've done that, you're ready to start making payments! You can also set up mobile payments and cash payments. The most important thing to remember when setting up your AccentPay account is that you're a resident of one of the following countries: Canada, Australia, and New Zealand. The service has a wide range of payment methods, so it should work for you. If you're an online casino player, AccentPay offers an easy way to deposit funds into your online casino account. You can use your local currency if you want to avoid currency conversion. You can also ping back your winnings to your AccentPay account. It may take up to five business days to process a transaction, so you should be patient. But if you play online casino games through Accentpay, you can expect fast, safe, and secure payments.",
+ "ru": "AccentPay — это международный провайдер платежных услуг, предлагающий решения для обработки карточных транзакций и альтернативных методов оплаты. Компания работает с онлайн-бизнесами в различных отраслях, предоставляя гибкие платежные интерфейсы, поддержку различных валют, а также инструменты по управлению рисками и предотвращению мошенничества. AccentPay ориентирован на глобальные рынки и обеспечивает надежную инфраструктуру для проведения безопасных и быстрых платежей. Этот и более чем 500 других провайдеров уже интегрированы в платформу платежной оркестрации Corefy, позволяя клиентам мгновенно начать использовать интеграцию без программирования — достаточно ввести свои MID-данные в панели Corefy."
+ },
"vendor": "accentpay",
"name": {
"en": "Accentpay"
@@ -15652,6 +18613,8 @@
"yandexmoney",
"alfaclick",
"smsbilling",
+ "promsvyazbank",
+ "sberbank",
"payment_card"
],
"payout_method": [
@@ -15668,12 +18631,12 @@
"name": {
"en": "Connectum"
},
- "countries": [
- ],
+ "countries": [],
"payment_method": [
"payment_card"
],
"payout_method": [
+ "payment_card"
]
},
{
@@ -15685,25 +18648,24 @@
},
"payout_method": [
"payment_card",
+ "steam",
"vodafone_phone",
"lifecell_phone",
- "kyivstar_phone",
"ukrtelekom_phone",
- "3mob_utel_phone",
- "steam",
+ "world_of_tanks",
"lineage_2",
"archeage",
"warface",
- "world_of_tanks",
"world_of_warships",
- "world_of_warplanes",
"dragon_nest",
"perfect_world",
+ "world_of_warplanes",
"allody_online",
- "tanki_online",
+ "kyivstar_phone",
"my_lands",
"riot",
"skyforge",
+ "tanki_online",
"information_technology",
"ipnet",
"war_thunder",
@@ -15718,7 +18680,9 @@
"kyivstar_contract",
"vodafone_contract",
"intertelekom_contract",
- "globalmoney"
+ "3mob_utel_phone",
+ "globalmoney",
+ "mobile"
]
},
{
@@ -15733,7 +18697,8 @@
"payment_card"
],
"payout_method": [
- "qiwi"
+ "qiwi",
+ "payment_card"
]
},
{
@@ -15741,31 +18706,53 @@
"code": "rapyd",
"vendor": "rapyd",
"name": {
- "en": "Rapyd.net"
- }
+ "en": "Rapyd",
+ "ru": "Rapyd",
+ "uk": "Rapyd"
+ },
+ "payment_method": [
+ "payment_card"
+ ],
+ "payout_method": [
+ "rapyd",
+ "payment_card"
+ ]
},
{
"status": "active",
"code": "alfabank",
"vendor": "alfabank",
"name": {
- "en": "Alfa-Bank",
- "ru": "Альфа-Банк",
- "uk": "Альфа-Банк"
+ "en": "Sense Bank",
+ "ru": "Сенс Банк",
+ "uk": "Сенс Банк"
},
"countries": [
- "UA",
- "RU"
+ "UA"
],
"payment_method": [
"payment_card",
"googlepay",
- "applepay"
+ "applepay",
+ "paysense"
],
"payout_method": [
"payment_card"
]
},
+ {
+ "status": "active",
+ "code": "sensebank",
+ "vendor": "sensebank",
+ "name": {
+ "en": "Sense Bank",
+ "ru": "Сенс Банк",
+ "uk": "Сенс Банк"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
{
"status": "active",
"code": "concord",
@@ -15776,14 +18763,14 @@
"uk": "Конкорд Банк"
},
"countries": [
- "UA",
- "RU"
+ "UA"
],
"payment_method": [
"payment_card",
"applepay",
"masterpass",
- "googlepay"
+ "googlepay",
+ "neopay"
],
"payout_method": [
"payment_card"
@@ -15796,9 +18783,12 @@
"name": {
"en": "Procard"
},
+ "description": {
+ "ru": "Procard — это платежный провайдер, предлагающий решения для онлайн-эквайринга, обработки банковских карт и альтернативных методов оплаты. Компания предоставляет API-интеграции, инструменты для контроля рисков, отчетность и гибкие возможности настройки платежных сценариев. Procard ориентирован на международный рынок, обслуживая различные ниши электронной коммерции. Этот и более чем 500 других провайдеров уже интегрированы в платформу платежной оркестрации Corefy, позволяя клиентам мгновенно начать использовать интеграцию без программирования — достаточно ввести свои MID-данные в панели Corefy.",
+ "en": "Procard is a payment provider offering solutions for online acquiring, bank card processing and alternative payment methods. The company provides API integrations, risk control tools, reporting and flexible payment script customization options. Procard is internationally focused, serving various e-commerce niches. This and more than 500 other providers are already integrated into Corefy's payment orchestration platform, allowing customers to instantly start using the integration without programming - just enter their MID data in the Corefy dashboard."
+ },
"countries": [
- "UA",
- "RU"
+ "UA"
],
"payment_method": [
"payment_card"
@@ -15817,15 +18807,14 @@
"uk": "Форвард Банк"
},
"countries": [
- "UA",
- "RU"
+ "UA"
],
"payment_method": [
"payment_card"
]
},
{
- "status": "active",
+ "status": "deprecated",
"code": "paylogic",
"vendor": "softlogic",
"name": {
@@ -15858,7 +18847,7 @@
]
},
{
- "status": "active",
+ "status": "deprecated",
"code": "tkbpay",
"vendor": "tkbbank",
"name": {
@@ -15877,7 +18866,7 @@
]
},
{
- "status": "active",
+ "status": "deprecated",
"code": "adgroup",
"vendor": "adgroup",
"name": {
@@ -15886,6 +18875,11 @@
"uk": "ADgroup"
},
"payment_method": [
+ "payment_card",
+ "qiwi"
+ ],
+ "payout_method": [
+ "payment_card",
"qiwi"
]
},
@@ -15898,6 +18892,12 @@
"ru": "Mercuryo",
"uk": "Mercuryo"
},
+ "description": {
+ "en": "Mercuryo is a global payments infrastructure platform that enables businesses to accept, store, and exchange cryptocurrencies and fiat currencies through a single API. Headquartered in the United Kingdom, Mercuryo offers a suite of services including fiat-to-crypto onramps, crypto wallets, payout solutions, and compliance-as-a-service for fintechs, wallets, and marketplaces. The platform supports a wide range of digital assets and fiat currencies, providing real-time exchange and settlement capabilities. Mercuryo is known for its robust KYC/AML compliance, seamless user experience, and strong emphasis on regulatory alignment, making it a reliable partner for businesses seeking to integrate crypto payments into their operations. This and 500+ providers are already integrated to Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard.",
+ "de": "Mercuryo ist ein globaler Zahlungsdienstleister, der sich auf Fiat-zu-Krypto- und Krypto-zu-Fiat-Zahlungen spezialisiert hat. Das Unternehmen ermöglicht es Online-Plattformen, Wallets, Börsen und E-Commerce-Anbietern, Kryptowährungen wie Bitcoin, Ethereum, USDT und mehr direkt über Kreditkarte, Apple Pay, Google Pay und Banküberweisung zu akzeptieren. Mercuryo bietet eine sichere und vollständig konforme Infrastruktur, einschließlich KYC/AML-Verfahren, Betrugsschutz und einem regulierten Zahlungsrahmen. Zusätzlich stellt die Plattform eine API zur Verfügung, die eine einfache Integration in bestehende Zahlungssysteme erlaubt, sowie eine benutzerfreundliche Oberfläche für Endnutzer. Besonders attraktiv ist Mercuryo für Web3-Projekte, Fintechs und Unternehmen, die ihren Kunden moderne Krypto-Zahlungsoptionen bereitstellen möchten. Mercuryo und über 500 weitere Anbieter sind bereits in Corefys Payment-Orchestration-Plattform integriert, wodurch unsere Kunden die Integration sofort und ohne Programmieraufwand nutzen können – einfach durch Eingabe ihrer MID-Zugangsdaten im Corefy-Dashboard.",
+ "uk": "Mercuryo — це європейська платіжна платформа, яка спеціалізується на обміні фіатних валют і криптовалют. Сервіс надає можливість купувати та продавати криптоактиви за допомогою банківських карток, Apple Pay, Google Pay і локальних платіжних методів. Mercuryo також пропонує API для інтеграції криптооперацій у фінансові застосунки, біржі або гаманці. Компанія регулюється у Великобританії та ЄС, дотримується вимог KYC/AML і працює з такими токенами, як BTC, ETH, USDT тощо. Цей та понад 500 інших провайдерів вже інтегровані в платформу платіжної оркестрації Corefy, що дозволяє клієнтам миттєво розпочати використання інтеграції без програмування — достатньо ввести свої MID-дані в дашборді Corefy.",
+ "fr": "Mercuryo est une société fintech spécialisée dans les paiements en crypto-monnaies et les conversions instantanées en fiat. Basée au Royaume-Uni et réglementée en Europe, elle propose une infrastructure qui permet aux entreprises d’intégrer les paiements crypto via une API simple et sécurisée. Les utilisateurs finaux peuvent payer en Bitcoin, Ethereum et d’autres devises numériques, tandis que les marchands reçoivent les fonds en devises classiques. Mercuryo offre également un portefeuille mobile, des solutions B2B pour les échanges crypto, ainsi que des outils de conformité et de prévention du blanchiment. Ce prestataire, ainsi que plus de 500 autres, est déjà intégré à la plateforme d’orchestration de paiements de Corefy, permettant à nos clients de commencer à utiliser l’intégration instantanément, sans codage, en saisissant simplement leurs identifiants MID dans le tableau de bord Corefy."
+ },
"payment_method": [
"mercuryo",
"payment_card"
@@ -15915,6 +18915,10 @@
"ru": "Paysafecard",
"uk": "Paysafecard"
},
+ "description": {
+ "uk": "Paysafecard — це передплачений платіжний метод, який дозволяє користувачам оплачувати покупки в інтернеті без потреби в банківському рахунку чи кредитній картці. Заснований у 2000 році в Австрії, сервіс став популярним серед користувачів, які цінують анонімність і безпеку онлайн-операцій. Користувачі купують ваучери з унікальним PIN-кодом у фізичних точках продажу або онлайн, після чого використовують ці коди для оплати на тисячах партнерських сайтах, включно з іграми, розвагами та цифровими сервісами. Paysafecard також є частиною Paysafe Group — великого гравця у сфері електронних платежів. Цей та понад 500 інших провайдерів вже інтегровані в платформу платіжної оркестрації Corefy, що дозволяє клієнтам миттєво розпочати використання інтеграції без програмування — достатньо ввести свої MID-дані в дашборді Corefy.",
+ "en": "Paysafecard is a prepaid payment method that allows users to pay for online purchases without the need for a bank account or credit card. Founded in 2000 in Austria, the service has become popular among users who value anonymity and security of online transactions. Users purchase vouchers with a unique PIN code at physical points of sale or online, and then use these codes to pay at thousands of partner sites, including games, entertainment, and digital services. Paysafecard is also part of the Paysafe Group, a major player in the electronic payments industry. This and more than 500 other providers are already integrated into Corefy's payment orchestration platform, allowing customers to instantly start using the integration without programming - just enter their MID data in the Corefy dashboard."
+ },
"payment_method": [
"paysafecard"
],
@@ -15941,11 +18945,16 @@
{
"status": "active",
"code": "paymentwall",
+ "description": {
+ "en": "Paymentwall is a payment gateway provider and payment orchestration platform. The company offers a suite of services that enable businesses to accept and process payments from customers around the world. Paymentwall provides a single platform that allows businesses to manage all their payment needs in one place. The company’s services include: a payment gateway that enables businesses to accept credit card, debit card, and alternative payments from customers around the world; a merchant account that allows businesses to process payments in multiple currencies; a fraud management system that helps businesses protect themselves from fraud and chargebacks; a customer support team that provides 24/7 assistance to businesses. Paymentwall is a trusted partner of some of the world’s leading companies, including Amazon, Facebook, Google, Microsoft, and Spotify. The company has processed billions of dollars in payments for its clients and is constantly innovating to offer the latest payment solutions to businesses of all sizes. If you’re looking for a payment gateway provider that can help you grow your business globally, Paymentwall is a great option. The company’s services are reliable and easy to use, and its customer support team is always available to help you with any questions or issues you may have.",
+ "de": "Paymentwall ist ein globaler Zahlungsdienstleister, der Unternehmen eine zentrale Plattform für die Abwicklung von Zahlungen in über 200 Ländern bietet. Besonders bekannt ist Paymentwall für seine breite Unterstützung alternativer Zahlungsmethoden, darunter Prepaid-Karten, E-Wallets, Banküberweisungen, Carrier Billing und lokale Zahlungsmethoden wie Alipay oder Boleto. Die Plattform richtet sich vor allem an digitale Unternehmen in den Bereichen Gaming, SaaS, Streaming und E-Commerce, die internationale Reichweite benötigen. Zusätzlich bietet Paymentwall Tools für Risikomanagement, Betrugserkennung, globale Steuerkonformität sowie ein eigenes CRM-System für Zahlungsabwicklung. Die Lösung ist PCI-DSS-zertifiziert und ermöglicht eine einfache Integration über API oder Plugins. Paymentwall und über 500 weitere Anbieter sind bereits in Corefys Payment-Orchestration-Plattform integriert, wodurch unsere Kunden die Integration sofort und ohne Programmieraufwand nutzen können – einfach durch Eingabe ihrer MID-Zugangsdaten im Corefy-Dashboard.",
+ "fr": "Paymentwall est une plateforme de paiement globale basée aux États-Unis, offrant plus de 150 méthodes de paiement alternatives dans plus de 200 pays. Elle cible principalement les entreprises du numérique comme les éditeurs de jeux, les plateformes SaaS, le streaming ou les contenus digitaux. Paymentwall propose une solution clé en main comprenant le traitement des paiements, la prévention de la fraude, le support client et la gestion des abonnements. Elle permet aux entreprises d’accepter des paiements dans des régions mal desservies par les cartes bancaires traditionnelles. Ce prestataire, ainsi que plus de 500 autres, est déjà intégré à la plateforme d’orchestration de paiements de Corefy, permettant à nos clients de commencer à utiliser l’intégration instantanément, sans codage, en saisissant simplement leurs identifiants MID dans le tableau de bord Corefy."
+ },
"vendor": "paymentwall",
"name": {
- "en": "paymentwall",
- "ru": "paymentwall",
- "uk": "paymentwall"
+ "en": "Paymentwall",
+ "ru": "Paymentwall",
+ "uk": "Paymentwall"
},
"payment_method": [
"payment_card"
@@ -15954,11 +18963,14 @@
{
"status": "active",
"code": "wlandpay",
+ "description": {
+ "en": "Wlandpay Review - How to Find the Best Payment Orchestration Platform: Wlandpay is a secure online payment system that can be used to transfer funds across countries. With just one click, employees can send and receive payments from overseas companies. Unlike bank accounts, where funds can be stolen and transferred only after the payment has been confirmed, Wlandpay does not require any personal information. It has more than 440 slot machines and detailed instructions on how to use them. If you're new to online slots, Wlandpay has some helpful tips that will make the whole process much easier."
+ },
"vendor": "wlandpay",
"name": {
- "en": "Wlandpay",
- "ru": "Wlandpay",
- "uk": "Wlandpay"
+ "en": "Wonderlandpay",
+ "ru": "Wonderlandpay",
+ "uk": "Wonderlandpay"
},
"payment_method": [
"payment_card"
@@ -15967,14 +18979,20 @@
{
"status": "active",
"code": "exactly",
+ "description": {
+ "en": "exactly® - Payment System is a robust platform designed to empower online businesses with enhanced capabilities and features. It facilitates growth by supporting major global and local currencies streamlining international and local transactions. Partnering merchants have access to a wide range of features that allow for continuous expansion in the online business world. These features include recurring payments, one-click payments, payment links, and other options to enhance convenience and promote business growth. The system seamlessly interacts with primary card types such as VISA, MasterCard, UnionPay, and various local payment methods, including MultiBanco, MBWay, etc. Security is paramount within exactly® Payment System, adhering rigorously to PCI DSS and 3D Secure 2 compliance standards, integrating advanced anti-fraud protection, and implementing two-factor authentication measures. exactly® makes global transactions simple, cost-effective, and practical, ensuring a smooth experience regardless of the preferred payment method."
+ },
"vendor": "exactly",
"name": {
- "en": "Exactly",
- "ru": "Exactly",
- "uk": "Exactly"
+ "en": "exactly",
+ "ru": "exactly",
+ "uk": "exactly"
},
"payment_method": [
"payment_card"
+ ],
+ "payout_method": [
+ "payment_card"
]
},
{
@@ -15986,16 +19004,71 @@
"ru": "Xpate",
"uk": "Xpate"
},
+ "description": {
+ "uk": "Xpate — це платіжна платформа з офісами в ЄС, яка пропонує рішення для онлайн-торгівлі, банкінгу та масових виплат. Компанія надає інструменти для прийому карткових платежів, керування рахунками, інтеграції з банками та white-label продуктів. Особливістю Xpate є спрощений UX і підтримка зростаючих бізнесів у сфері фінтеху, маркетплейсів, підписок та ігор. Цей та понад 500 інших провайдерів вже інтегровані в платформу платіжної оркестрації Corefy, що дозволяє клієнтам миттєво розпочати використання інтеграції без програмування — достатньо ввести свої MID-дані в дашборді Corefy.",
+ "en": "Xpate is a payment platform with offices in the EU that offers solutions for online commerce, banking, and mass payments. The company provides tools for card payment acceptance, account management, bank integration, and white-label products. Xpate's specialty is a simplified UX and support for growing fintech, marketplace, subscription, and gaming businesses. This and more than 500 other providers are already integrated into Corefy's payment orchestration platform, allowing customers to instantly start using the integration without programming - just enter their MID data in the Corefy dashboard."
+ },
+ "payment_method": [
+ "payment_card"
+ ],
+ "payout_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "fyst",
+ "vendor": "fyst",
+ "name": {
+ "en": "FYST",
+ "ru": "FYST",
+ "uk": "FYST"
+ },
+ "payment_method": [
+ "payment_card"
+ ],
+ "payout_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "dropayment",
+ "vendor": "dropayment",
+ "name": {
+ "en": "Dropayment",
+ "ru": "Dropayment",
+ "uk": "Dropayment"
+ },
+ "description": {
+ "en": "Dropayment is a payment service provider focused on delivering flexible and secure online payment solutions tailored to the needs of digital merchants, especially those operating in high-risk and rapidly growing industries like iGaming, e-commerce, and digital content. The company supports a variety of global and local payment methods, enabling merchants to reach broader audiences and facilitate smooth cross-border transactions. Dropayment emphasizes seamless integration, offering APIs and hosted payment pages, along with tools for fraud prevention, real-time transaction monitoring, and chargeback management. Its infrastructure is built to support multi-currency payments and scalable merchant onboarding, helping businesses grow with confidence in complex regulatory environments. Dropayment and 500+ other payment providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard."
+ },
"payment_method": [
"payment_card"
],
- "payout_method" : [
+ "payout_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "epayglobal",
+ "vendor": "epayglobal",
+ "name": {
+ "en": "Epay",
+ "ru": "Epay",
+ "uk": "Epay"
+ },
+ "payment_method": [
"payment_card"
]
},
{
"status": "active",
"code": "cypix",
+ "description": {
+ "en": "What You Need to Know About Cypix Payment Providers: If you are new to the world of cryptocurrency and want to know more about cypix payment providers, then read this article. We will cover the pros and cons of each provider and why they're important. Read on to discover why these companies are the best. And, as always, we recommend that you use them responsibly! After all, a secure site is essential for any cryptocurrency, and cypix payment providers are no exception."
+ },
"vendor": "cypix",
"name": {
"en": "Cypix",
@@ -16010,7 +19083,7 @@
]
},
{
- "status": "active",
+ "status": "deprecated",
"code": "paysoft",
"vendor": "softlogic",
"name": {
@@ -16036,15 +19109,20 @@
"uk": "MuchBetter"
},
"payment_method": [
- "muchbetter"
+ "muchbetter",
+ "interac"
],
"payout_method": [
- "muchbetter"
+ "muchbetter",
+ "interac"
]
},
{
"status": "active",
"code": "winpay",
+ "description": {
+ "en": "Winpay Review - Payment Orchestration Platform and Expense App: Winpay is a payroll system that supports a two tier costing structure, which allows employees to be allocated to different departments within a cost centre. You can also define up to seven different cost centres. Costing breakdown reports are also available and allow you to generate several different types of costing statements. It also has a host of payment options including cash, cheque, bank transfer, EFT and superannuation. Employees can be paid via plain paper group certificates, bank transfers and EFT. Additionally, the software also allows you to archive terminated employees and produce a copy of their employment history. Users of Winpay should also consider acquiring a separate mobile app. This application is designed to integrate with various WinPay Expense Module features. You can use this app to submit and review claims, approve them, forward them, reject them, and query additional information. You can also customize and store multiple profiles for each employee. And once you've configured a Winpay account, you can view and manage your data from anywhere. The Winpay Expense App is an indispensable tool for those who need to keep track of their expenses and keep track of their employees."
+ },
"vendor": "winpay",
"name": {
"en": "Global Financial Innovations",
@@ -16055,7 +19133,7 @@
"payment_card"
],
"payout_method": [
- "winpay"
+ "payment_card"
]
},
{
@@ -16077,6 +19155,9 @@
{
"status": "active",
"code": "selcom",
+ "description": {
+ "en": "Selcom is a payment gateway provider that offers a payment orchestration platform. The company has been in business since 2006 and is headquartered in New York, NY. Selcom's platform enables businesses to manage their payments through a single interface. The platform integrates with popular accounting software, such as QuickBooks and Xero, and can also be used to process credit card payments, direct debits, and other types of payments. Selcom charges a monthly fee for its service, which is based on the number of transactions processed. There are no setup or hidden fees. Selcom also offers discounts for annual prepayment. When it comes to payment gateway providers, Selcom is definitely a company to consider. They offer a wide range of services and have a good reputation in the industry. However, there are some things to be aware of before doing business with Selcom. Here are some pros to consider: wide range of services - Selcom offers a lot of different payment gateway options, so you're likely to find one that fits your needs; good reputation - Selcom is a well-established company with a good reputation in the industry. If you're looking for a payment gateway provider, Selcom is a great option. They offer a payment orchestration platform that makes it easy to manage your payments. However, there are some things to keep in mind before signing up with Selcom."
+ },
"vendor": "selcom",
"name": {
"en": "Selcom",
@@ -16121,12 +19202,11 @@
"code": "cashfree",
"vendor": "cashfree",
"name": {
- "en": "Cashfree",
- "ru": "Cashfree",
- "uk": "Cashfree"
+ "en": "Cashfree Payments",
+ "ru": "Cashfree Payments",
+ "uk": "Cashfree Payments"
},
- "payment_method": [
- ],
+ "payment_method": [],
"payout_method": [
"cashfree_upi",
"cashfree_bank_transfer"
@@ -16157,9 +19237,28 @@
"ru": "PayPoint",
"uk": "PayPoint"
},
- "payment_method": [
-
- ],
+ "description": {
+ "de": "PayPoint ist ein britisches Unternehmen, das Zahlungslösungen für Einzelhandel, Online-Handel und Versorgungsunternehmen bereitstellt. Besonders bekannt ist PayPoint für sein Netzwerk aus über 28.000 Verkaufsstellen im Vereinigten Königreich, an denen Kunden Rechnungen begleichen, Prepaid-Karten aufladen oder Online-Bestellungen abholen können. Neben Point-of-Sale-Lösungen bietet PayPoint auch Online-Payment-Services, einschließlich Kartenakzeptanz, wiederkehrende Zahlungen und Risikomanagement. Die Plattform wird häufig von Energieversorgern, Telekommunikationsanbietern und öffentlichen Diensten genutzt, um ihren Kunden flexible Zahlungsmöglichkeiten zu bieten. PayPoint und über 500 weitere Anbieter sind bereits in Corefys Payment-Orchestration-Plattform integriert, wodurch unsere Kunden die Integration sofort und ohne Programmieraufwand nutzen können – einfach durch Eingabe ihrer MID-Zugangsdaten im Corefy-Dashboard.",
+ "en": "PayPoint is a British company that provides payment solutions for retail, online commerce and utility companies. PayPoint is particularly well known for its network of over 28,000 points of sale in the UK where customers can pay bills, top up prepaid cards or collect online orders. In addition to point-of-sale solutions, PayPoint also offers online payment services, including card acceptance, recurring payments and risk management. The platform is widely used by energy suppliers, telecommunications providers and public services to offer their customers flexible payment options. PayPoint and over 500 other providers are already integrated into Corefy's payment orchestration platform, allowing our customers to use the integration immediately and without programming - simply by entering their MID credentials in the Corefy dashboard."
+ },
+ "payment_method": [],
+ "payout_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "payway",
+ "vendor": "payway",
+ "name": {
+ "en": "Payway",
+ "ru": "Payway",
+ "uk": "Payway"
+ },
+ "description": {
+ "uk": "PayWay — це платіжний шлюз, створений австралійським банком Westpac, який дозволяє компаніям безпечно приймати онлайн-платежі. Сервіс підтримує оплату банківськими картками, зберігання токенізованих платіжних даних і налаштування періодичних списань. PayWay орієнтований на австралійський ринок і надає бізнесам API, інтерфейси та інструменти для інтеграції з сайтами, мобільними додатками та іншими системами. Його вирізняє висока довіра та стабільність завдяки банківському походженню. Цей та понад 500 інших провайдерів вже інтегровані в платформу платіжної оркестрації Corefy, що дозволяє клієнтам миттєво розпочати використання інтеграції без програмування — достатньо ввести свої MID-дані в дашборді Corefy.",
+ "en": "PayWay is a payment gateway created by the Australian bank Westpac that allows companies to securely accept online payments. The service supports payment by bank cards, storage of tokenized payment data, and setting up recurring debits. PayWay is focused on the Australian market and provides businesses with APIs, interfaces, and tools for integration with websites, mobile applications, and other systems. It is distinguished by high trust and stability due to its banking background. This and more than 500 other providers are already integrated into Corefy's payment orchestration platform, allowing customers to instantly start using the integration without programming - just enter their MID data in the Corefy dashboard."
+ },
"payout_method": [
"payment_card"
]
@@ -16171,6 +19270,10 @@
"name": {
"en": "Any.Money"
},
+ "description": {
+ "ru": "Any.Money — это платежный провайдер, предлагающий услуги по приему платежей, мультивалютной обработке и p2p-переводам. Компания предоставляет инструменты для онлайн-бизнесов, включая API-интеграции, кастомные платежные страницы и поддержку широкого набора платежных методов. Особое внимание уделяется быстроте транзакций, безопасности и масштабируемости решений. Этот и более чем 500 других провайдеров уже интегрированы в платформу платежной оркестрации Corefy, позволяя клиентам мгновенно начать использовать интеграцию без программирования — достаточно ввести свои MID-данные в панели Corefy.",
+ "en": "Any.Money is a payment provider offering payment acceptance, multi-currency processing, and p2p transfers. The company provides tools for online businesses, including API integrations, custom payment pages, and support for a wide range of payment methods. It emphasizes fast transactions, security, and scalable solutions. This and more than 500 other providers are already integrated into Corefy's payment orchestration platform, allowing customers to instantly start using the integration without programming - just enter their MID data in the Corefy dashboard."
+ },
"payment_method": [
"qiwi",
"litecoin",
@@ -16178,7 +19281,8 @@
"bitcoin",
"bitcoin_cash",
"tether",
- "payment_card"
+ "payment_card",
+ "anymoney"
],
"payout_method": [
"mobile",
@@ -16188,21 +19292,57 @@
"ethereum",
"bitcoin",
"bitcoin_cash",
- "tether"
+ "tether",
+ "bank_transfer"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "payua",
+ "vendor": "payua",
+ "name": {
+ "en": "Pay UA",
+ "ru": "Pay UA",
+ "uk": "Pay UA"
+ },
+ "payment_method": [
+ "card_transfer"
+ ],
+ "payout_method": [
+ "payment_card"
]
},
{
"status": "active",
"code": "alikassa",
+ "description": {
+ "en": "Alikassa - A Review of Alikassa Payment Providers: Before signing up for Alikassa, make sure to read the terms and conditions of their service. While this payment provider is designed for international usage, it is not suitable for users in all countries. For instance, you cannot use Alikassa to send money to other users. Alikassa is not responsible for the content of any messages sent by its users. In addition, the terms and conditions of its service also stipulate that the user must comply with local and international laws. Before signing up with Alikassa, you must determine the validity of your account. Alikassa does not accept transactions made with a non-registered payment instrument. In such cases, you will be liable for any fees associated with the use of your account. Alikassa also charges a reversal or chargeback fee when the transaction fails. Regardless of whether your payment method is accepted, you should check the Alikassa website to confirm that you can receive payments. If your payment goes through Alikassa, you can withdraw your funds at any time. The company will hold the funds in a pooled account until you instruct it otherwise. After that, you can access your account on the Alikassa website and withdraw or make payments to third parties. Alikassa is not a bank or escrow. Rather, it acts as an agent to collect payment funds."
+ },
"vendor": "alikassa",
"name": {
"en": "AliKassa"
},
"payment_method": [
- "payment_card"
+ "payment_card",
+ "promptpay_qr",
+ "truemoney",
+ "bank_transfer_qr",
+ "ovo",
+ "dana",
+ "linkaja",
+ "shopeepay",
+ "bank_central_asia",
+ "bank_negara_indonesia",
+ "bank_neo_commerce",
+ "bank_rakyat_indonesia",
+ "permata_bank",
+ "mandiri_bank",
+ "cimb_niaga",
+ "online_banking"
],
"payout_method": [
- "payment_card"
+ "payment_card",
+ "interac"
]
},
{
@@ -16213,10 +19353,18 @@
"en": "Paysafe"
},
"payout_method": [
- "neteller"
+ "neteller",
+ "payment_card",
+ "paysafecard",
+ "skrill"
],
"payment_method": [
- "neteller"
+ "neteller",
+ "payment_card",
+ "skrill",
+ "paysafecard",
+ "applepay",
+ "googlepay"
]
},
{
@@ -16231,9 +19379,7 @@
"payment_method": [
"bank_transfer_klarna"
],
- "payout_method" : [
-
- ]
+ "payout_method": []
},
{
"status": "active",
@@ -16248,7 +19394,7 @@
"vcreditos",
"vcreditos_push"
],
- "payout_method" : [
+ "payout_method": [
"vcreditos"
]
},
@@ -16273,16 +19419,14 @@
"code": "cauri",
"vendor": "cauri",
"name": {
- "en": "Cauri",
- "ru": "Cauri",
- "uk": "Cauri"
+ "en": "Kale",
+ "ru": "Kale",
+ "uk": "Kale"
},
"payment_method": [
"payment_card"
],
- "payout_method": [
-
- ]
+ "payout_method": []
},
{
"status": "active",
@@ -16293,8 +19437,7 @@
"ru": "Nium",
"uk": "Nium"
},
- "payment_method": [
- ],
+ "payment_method": [],
"payout_method": [
"bank_transfer"
]
@@ -16311,22 +19454,22 @@
"payment_method": [
"payment_card"
],
- "payout_method": [
- ]
+ "payout_method": []
},
{
"status": "active",
"code": "pumb",
"vendor": "pumb",
"name": {
- "en": "The First Ukrainian International Bank",
- "ru": "Первый Украинский Международный Банк",
- "uk": "Перший Український Міжнародний Банк"
+ "en": "PUMB",
+ "ru": "PUMB",
+ "uk": "PUMB"
},
"payment_method": [
"payment_card"
],
"payout_method": [
+ "payment_card"
]
},
{
@@ -16338,10 +19481,15 @@
"ru": "2click",
"uk": "2click"
},
+ "description": {
+ "uk": "TwoClick — це платіжний сервіс, орієнтований на простоту та швидкість обробки транзакцій. Його головна перевага — інтуїтивно зрозумілий процес оплати в два кліки, що зменшує кількість кроків для користувача та підвищує конверсію. Сервіс може підтримувати різні способи оплати, зокрема банківські картки та електронні гаманці, і часто використовується в електронній комерції та підписних сервісах. Завдяки спрощеному UX, він особливо привабливий для бізнесів, які прагнуть підвищити зручність платежів без складної інтеграції. Цей та понад 500 інших провайдерів вже інтегровані в платформу платіжної оркестрації Corefy, що дозволяє клієнтам миттєво розпочати використання інтеграції без програмування — достатньо ввести свої MID-дані в дашборді Corefy.",
+ "en": "TwoClick is a payment service focused on simplicity and speed of transaction processing. Its main advantage is an intuitive two-click payment process that reduces the number of steps for the user and increases conversion. The service can support various payment methods, including bank cards and e-wallets, and is often used in e-commerce and subscription services. Thanks to its simplified UX, it is especially attractive for businesses looking to improve payment convenience without complex integration. This and more than 500 other providers are already integrated into Corefy's payment orchestration platform, allowing customers to instantly start using the integration without programming - just enter their MID data in the Corefy dashboard."
+ },
"payment_method": [
"payment_card"
],
"payout_method": [
+ "payment_card"
]
},
{
@@ -16379,11 +19527,11 @@
"payment_card"
],
"payout_method": [
- "payment_card"
+ "bank_transfer"
]
},
{
- "status": "active",
+ "status": "deprecated",
"code": "royalpay",
"vendor": "royalpay",
"name": {
@@ -16407,21 +19555,22 @@
"ru": "Bilderlings",
"uk": "Bilderlings"
},
+ "description": {
+ "en": "Bilderlings is a UK-licensed fintech company and electronic money institution that provides a comprehensive range of financial services, including online payment processing, current accounts, and merchant acquiring. Regulated by the Financial Conduct Authority (FCA), Bilderlings offers secure and compliant solutions tailored for both individuals and businesses, with a focus on international clients, including those in high-risk sectors. The platform supports card payments, SEPA and SWIFT transfers, and multi-currency accounts, enabling efficient global transactions. With tools for fraud prevention, real-time reporting, and streamlined onboarding, Bilderlings combines the flexibility of fintech with the reliability of traditional banking. Bilderlings and 500+ other payment providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard."
+ },
"payment_method": [
"payment_card"
],
- "payout_method": [
-
- ]
+ "payout_method": []
},
{
"status": "active",
"code": "pivdennybank",
"vendor": "pivdennybank",
"name": {
- "en": "Bank Pivdenny",
- "ru": "Банк Південний",
- "uk": "Банк Південний"
+ "en": "Pivdenny Bank",
+ "ru": "Pivdenny Bank",
+ "uk": "Pivdenny Bank"
},
"countries": [
"UA"
@@ -16436,16 +19585,27 @@
{
"status": "active",
"code": "paysage",
+ "description": {
+ "en": "Paysage is a payment orchestration platform that helps businesses streamline their payment processing. It offers a single interface for all your payment gateway providers, making it easy to manage and track payments. With Paysage, you can also automate repetitive tasks, such as billing and invoicing. This can save you time and money, and help you focus on running your business. Paysage's features include recurring billing, invoicing, and report generation. It also provides a fraud prevention system and supports 3D Secure authentication. Paysage is PCI DSS compliant and offers 24/7 customer support. Paysage is ideal for businesses that need to process high volumes of transactions, as it can handle up to 10,000 transactions per second. The platform is also scalable, so businesses can easily add more payment gateway providers as their needs grow. Paysage offers a free trial, so businesses can try out the platform before committing to a subscription. There are three subscription plans available, starting at $99 per month. Paysage also offers a custom pricing option for businesses that need more than 10,000 transactions per second. Pros: unified interface for managing multiple payment gateway providers, support for multiple currencies and languages, recurring billing and invoicing, fraud prevention system, 24/7 customer support. Paysage is a great solution for businesses of all sizes. If you're looking for a way to simplify your payment processing, Paysage is worth considering."
+ },
"vendor": "paysage",
"name": {
- "en": "PaySage.io",
- "ru": "PaySage.io",
- "uk": "PaySage.io"
+ "en": "COLIBRIX",
+ "ru": "COLIBRIX",
+ "uk": "COLIBRIX"
},
"payment_method": [
- "payment_card"
+ "payment_card",
+ "bank_transfer",
+ "blik",
+ "applepay",
+ "googlepay",
+ "mb_way",
+ "multibanco",
+ "paysage_crypto",
+ "openbanking"
],
- "payout_method" : [
+ "payout_method": [
"payment_card"
]
},
@@ -16461,13 +19621,19 @@
"payment_method": [
"payment_card"
],
- "payout_method" : [
+ "payout_method": [
"payment_card"
]
},
{
"status": "active",
"code": "coinspaid",
+ "description": {
+ "en": "CoinsPaid Review - Is CoinsPaid Right For Your Business? If you are new to cryptocurrency, you may be wondering what CoinsPaid can do for you. CoinsPaid is a platform that can help you manage both types of assets, including cryptocurrency. They offer a payment processing service and an OTC platform, and a hot wallet system for storing cryptocurrency. CoinsPaid is currently looking to expand its offerings with a White Label program. This could make the platform the most attractive choice for a cryptocurrency merchant. CoinsPaid supports more than 30 cryptocurrencies. The service has a settling feature where clients can set up multiple counterparties and addresses with one click. You can also withdraw to a bank account using the CoinsPaid utility token. It offers instant conversion to various fiat currencies, and a mlro officer and in-house compliance department. Its fee structure is competitive, so if you're a business owner looking to get into crypto payments, CoinsPaid may be the best option for you. As a crypto payment processor, CoinsPaid eliminates the risks associated with fluctuating exchange rates for merchants. Moreover, merchants can also convert their revenue to fiat currency for accounting and reporting purposes. CoinsPaid has successfully passed two cybersecurity audits and offers a commercial wallet, an OTC exchange, and a SaaS payment platform. It claims to revolutionise the payments market in Latin America. You can check out CoinsPaid reviews here to get an idea of what it can do for your business.",
+ "de": "CoinsPaid ist ein führender Krypto-Zahlungsdienstleister, der Unternehmen weltweit die Annahme, Verwaltung und Auszahlung von Kryptowährungen ermöglicht. Mit Sitz in Estland bietet CoinsPaid eine vollständig regulierte Infrastruktur für Krypto-Zahlungen, die speziell auf die Bedürfnisse von E-Commerce, iGaming, digitalen Dienstleistungen und FinTechs zugeschnitten ist. Die Plattform unterstützt mehr als 20 Kryptowährungen, darunter Bitcoin, Ethereum, USDT und viele weitere, sowie automatische Umrechnungen in Fiat-Währungen. CoinsPaid bietet zusätzlich eine Krypto-Wallet, ein OTC-Desk und eine White-Label-Lösung für Unternehmen, die eigene Krypto-Produkte anbieten möchten. Sicherheit hat dabei höchste Priorität: CoinsPaid ist nach ISO/IEC 27001 zertifiziert und setzt auf ein mehrschichtiges Sicherheitskonzept inklusive Cold Storage und Echtzeitüberwachung. Durch die einfache API-Integration, schnelle Auszahlungsprozesse und geringe Transaktionsgebühren ist CoinsPaid besonders beliebt bei internationalen Händlern, die ihren Kunden moderne und sichere Zahlungsoptionen bieten wollen. CoinsPaid und über 500 weitere Anbieter sind bereits in Corefys Payment-Orchestration-Plattform integriert, wodurch unsere Kunden die Integration sofort und ohne Programmieraufwand nutzen können – einfach durch Eingabe ihrer MID-Zugangsdaten im Corefy-Dashboard.",
+ "ru": "CoinsPaid — это криптовалютный платежный провайдер, предоставляющий решения для приема и отправки цифровых активов в режиме реального времени. Компания предлагает кошельки, автоматическую конвертацию криптовалют в фиат, массовые выплаты, white label решения и интеграции с платформами e-commerce. CoinsPaid соответствует требованиям AML/KYC и обслуживает бизнесы в различных секторах, включая iGaming, финтех и цифровые сервисы. Этот и более чем 500 других провайдеров уже интегрированы в платформу платежной оркестрации Corefy, позволяя клиентам мгновенно начать использовать интеграцию без программирования — достаточно ввести свои MID-данные в панели Corefy.",
+ "fr": "CoinsPaid est une infrastructure de paiement cryptographique basée en Estonie, permettant aux commerçants d’accepter des paiements en crypto-monnaies tout en recevant des règlements en monnaie fiduciaire. La plateforme prend en charge une large gamme de crypto-actifs, propose des conversions instantanées, des outils de gestion de trésorerie, ainsi qu’un portefeuille crypto pour les utilisateurs finaux. CoinsPaid est reconnu pour sa conformité, ses audits réguliers et ses certifications de sécurité. Il est particulièrement populaire dans les secteurs du iGaming, des services numériques et du commerce international. Ce prestataire, ainsi que plus de 500 autres, est déjà intégré à la plateforme d’orchestration de paiements de Corefy, permettant à nos clients de commencer à utiliser l’intégration instantanément, sans codage, en saisissant simplement leurs identifiants MID dans le tableau de bord Corefy."
+ },
"vendor": "coinspaid",
"name": {
"en": "CoinsPaid",
@@ -16480,9 +19646,11 @@
"ethereum",
"litecoin",
"ripple",
- "tether"
+ "tether",
+ "usd_coin",
+ "coinspaid"
],
- "payout_method":[
+ "payout_method": [
"bitcoin",
"bitcoin_cash",
"ethereum",
@@ -16494,17 +19662,23 @@
{
"status": "active",
"code": "amlnode",
+ "description": {
+ "en": "There are many payment gateway providers out there, but not all of them offer the same capabilities. Amlnode is a payment orchestration platform that provides users with the ability to automate their payment processes. This means that users can connect their various payment processors and gateways into one platform, making it easier to manage their payments. Amlnode also offers a number of other features, including fraud detection and prevention, which makes it a valuable tool for businesses of all sizes. If you're looking for a payment gateway provider that can offer you the ability to automate your payment processes, Amlnode is a great option. Their fraud detection and prevention capabilities make them a valuable tool for businesses of all sizes. There are various payment gateway providers that allow businesses to take and process payments online. Payment orchestration platforms provide a way for businesses to manage these payments, as well as connect with different payment gateway providers. Amlnode is one such payment orchestration platform that allows businesses to connect with multiple payment gateway providers and manage their payments in one place. In this review, we'll take a look at Amlnode's features and pricing to see if it's the right fit for your business. Features: supports multiple payment gateway providers; easy to use interface; robust reporting and analytics; customizable rules and settings. Bottom line: Amlnode is a great payment orchestration platform for businesses that need to connect with multiple payment gateway providers. It's easy to use and has robust reporting and analytics features. However, pricing may be a bit high for some businesses."
+ },
"vendor": "amlnode",
"name": {
- "en": "AML Node",
- "ru": "AML Node",
- "uk": "AML node"
+ "en": "AMLNode",
+ "ru": "AMLNode",
+ "uk": "AMLNode"
},
"payment_method": [
"bitcoin",
"bitcoin_cash",
"litecoin",
- "tether"
+ "tether",
+ "waves",
+ "ethereum",
+ "ethereum_classic"
]
},
{
@@ -16537,14 +19711,14 @@
}
},
{
- "status": "active",
+ "status": "deprecated",
"code": "mineexchange",
"vendor": "mineexchange",
"payment_method": [
"payment_card",
"qiwi"
],
- "payout_method" : [
+ "payout_method": [
"payment_card",
"qiwi"
],
@@ -16559,19 +19733,20 @@
"code": "ukrgasbank",
"vendor": "ukrgasbank",
"name": {
- "uk": "Укргазбанк",
- "en": "UkrGasBank",
- "ru": "Укргазбанк"
+ "en": "Ukrgasbank",
+ "ru": "Ukrgasbank",
+ "uk": "Ukrgasbank"
},
"payment_method": [
- "payment_card"
+ "payment_card",
+ "applepay"
],
"payout_method": [
"payment_card"
]
},
{
- "status": "active",
+ "status": "deprecated",
"code": "tome",
"vendor": "tome",
"payment_method": [
@@ -16583,7 +19758,7 @@
"sbp_tome_qr",
"sbp"
],
- "payout_method" : [
+ "payout_method": [
"payment_card",
"yandexmoney",
"qiwi",
@@ -16596,7 +19771,7 @@
}
},
{
- "status": "active",
+ "status": "deprecated",
"code": "russianstandardbank",
"vendor": "russianstandardbank",
"payment_method": [
@@ -16619,11 +19794,17 @@
},
"payout_method": [
"payment_card"
+ ],
+ "payment_method": [
+ "payment_card"
]
},
{
"status": "deprecated",
"code": "transferhub",
+ "description": {
+ "en": "There are a lot of payment gateway providers out there, but not all of them offer the same features and benefits. TransferHub is a payment orchestration platform that helps businesses automate their payments and get more control over their finances. One of the key benefits of using TransferHub is that it offers a lot of flexibility when it comes to payment options. You can use it to accept credit cards, debit cards, and even ACH payments. This means that you can choose the payment method that works best for your business, and you don’t have to worry about getting locked into one particular provider. Another benefit of using TransferHub is that it provides a lot of visibility into your payments. You can see exactly where your money is going, and you can track your spending over time. This information can be invaluable for businesses that need to stay on top of their finances.Overall, TransferHub is a great choice for businesses that need a little extra help when it comes to managing their payments. If you’re looking for a payment gateway provider that offers more features and benefits than the average provider, TransferHub is definitely worth considering."
+ },
"vendor": "transferhub",
"name": {
"en": "TransferHub",
@@ -16640,11 +19821,14 @@
{
"status": "active",
"code": "kunapay",
+ "description": {
+ "en": "KUNA Pay is a flexible crypto payment platform. It enables companies to accept payments in a wide range of cryptocurrencies, including Tether, Ethereum, Bitcoin, and more. With KUNA Pay, you can easily set up the acceptance of crypto payments. Optionally, business have an ability to receive an API to integrate on a company’s website. The benefits also include a security guarantee and a support team available at all times. Moreover, businesses are provided with the ability to convert the accepted payments into EUR or Tether as soon as they have crypto received."
+ },
"vendor": "kunapay",
"name": {
- "en": "Kuna Pay",
- "ru": "Kuna Pay",
- "uk": "Kuna Pay"
+ "en": "KUNA Pay",
+ "ru": "KUNA Pay",
+ "uk": "KUNA Pay"
},
"payment_method": [
"payment_card"
@@ -16706,7 +19890,9 @@
"ru": "Forta"
},
"payment_method": [
- "payment_card"
+ "payment_card",
+ "sbp",
+ "sbp_qr"
],
"payout_method": [
"payment_card"
@@ -16715,6 +19901,9 @@
{
"status": "active",
"code": "pay2kassa",
+ "description": {
+ "en": "Pay2kassa is a payment orchestration platform that helps businesses automate and manage their payments. The platform consolidates all of your payment gateway providers into one easy-to-use interface, making it simpler and faster to process payments. Pay2kassa also offers built-in fraud protection and dispute management tools to help you keep your business safe. The biggest advantage of using Pay2kassa is the time and money you'll save by streamlining your payment processing. Instead of dealing with multiple payment gateway providers, you can use Pay2kassa's platform to manage all of your payments in one place. This can save you significant time and resources, which can be better spent on growing your business. Another advantage of Pay2kassa is the fraud protection and dispute management tools that come with the platform. These tools can help you protect your business from fraudulent activity and resolve any disputes that may arise. The only downside of using Pay2kassa is the cost. The platform charges a monthly fee, which can be a bit pricey for small businesses. However, the time and money you'll save by using Pay2kassa's platform may outweigh the cost. Overall, Pay2kassa is a great payment orchestration platform for businesses of all sizes. The platform can save you time and money by consolidating your payment gateway providers into one easy-to-use interface. Additionally, the fraud protection and dispute management tools can help you protect your business and resolve any issues that may arise."
+ },
"vendor": "pay2kassa",
"name": {
"en": "Pay2Kassa",
@@ -16729,7 +19918,7 @@
]
},
{
- "status": "active",
+ "status": "deprecated",
"code": "easypayru",
"vendor": "easypayru",
"name": {
@@ -16766,8 +19955,16 @@
"ru": "Trust Payments",
"uk": "Trust Payments"
},
+ "description": {
+ "de": "Trust Payments ist ein globaler Zahlungsdienstleister, der sich auf sichere Omnichannel-Zahlungslösungen für regulierte Branchen wie Glücksspiel, Reisen, Finanzdienstleistungen und E-Commerce konzentriert. Die Plattform bietet Acquiring, Gateway-Services, Zahlungslinks, POS-Lösungen, wiederkehrende Zahlungen und umfangreiche Datenanalysen. Trust Payments ist PCI-DSS-zertifiziert und verfügt über eigene Lizenzen für Kartenakzeptanz sowie eine starke Präsenz in Europa, Großbritannien und Nordamerika. Die flexible API und umfangreichen Integrationen machen Trust Payments ideal für Unternehmen, die hohe Transaktionsvolumen, regulatorische Anforderungen und internationales Wachstum effizient abwickeln möchten. Trust Payments und über 500 weitere Anbieter sind bereits in Corefys Payment-Orchestration-Plattform integriert, wodurch unsere Kunden die Integration sofort und ohne Programmieraufwand nutzen können – einfach durch Eingabe ihrer MID-Zugangsdaten im Corefy-Dashboard.",
+ "es": "Trust Payments es un proveedor global de soluciones de pago omnicanal que ofrece adquirencia, procesamiento de pagos y tecnología para comercio electrónico, retail, iGaming y servicios financieros. Con presencia en Reino Unido, Europa y EE. UU., su plataforma admite más de 180 monedas y una amplia gama de métodos de pago locales e internacionales. Destaca por su enfoque en la seguridad, cumplimiento con PCI DSS y funciones de prevención de fraudes integradas. Este y más de 500 proveedores ya están integrados en la plataforma de orquestación de pagos de Corefy, lo que permite a nuestros clientes comenzar a usar la integración al instante sin necesidad de programación, simplemente introduciendo sus credenciales MID en el panel de Corefy.",
+ "en": "Trust Payments is a global provider of omni-channel payment solutions offering acquiring, payment processing and technology for e-commerce, retail, iGaming and financial services. With a presence in the UK, Europe and the US, its platform supports over 180 currencies and a wide range of local and international payment methods. It stands out for its focus on security, PCI DSS compliance and integrated fraud prevention features. It and more than 500 other vendors are already integrated into Corefy's payment orchestration platform, allowing our customers to start using the integration instantly with no programming required, simply by entering their MID credentials into the Corefy dashboard."
+ },
"payment_method": [
"payment_card"
+ ],
+ "payout_method": [
+ "payment_card"
]
},
{
@@ -16783,7 +19980,11 @@
"payment_card"
],
"payout_method": [
- "payment_card"
+ "payment_card",
+ "bank_transfer",
+ "bitcoin",
+ "ethereum",
+ "tether"
]
},
{
@@ -16796,13 +19997,18 @@
"uk": "EasyTransfer"
},
"payment_method": [
+ "card_transfer",
"payment_card",
+ "bitcoin",
"ethereum",
- "tether",
- "bitcoin"
+ "tether"
],
"payout_method": [
- "payment_card"
+ "payment_card",
+ "bank_transfer",
+ "bitcoin",
+ "ethereum",
+ "tether"
]
},
{
@@ -16823,9 +20029,9 @@
"code": "transactworld",
"vendor": "transactworld",
"name": {
- "en": "Transact World",
- "ru": "Transact World",
- "uk": "Transact World"
+ "en": "TransactWorld",
+ "ru": "TransactWorld",
+ "uk": "TransactWorld"
},
"payment_method": [
"payment_card"
@@ -16872,6 +20078,10 @@
"ru": "Rubikon Soft",
"uk": "Rubikon Soft"
},
+ "description": {
+ "ru": "Rubikonsoft — это финтех-компания, предоставляющая решения для автоматизации финансовых процессов, биллинга и интеграции с банковскими системами. Она предлагает технологии для управления платежными потоками, выставления счетов, а также подключения платежных инструментов через API. Rubikonsoft работает с B2B-клиентами, включая банки, страховые и телеком-компании, предоставляя им кастомные финансовые решения. Этот и более чем 500 других провайдеров уже интегрированы в платформу платежной оркестрации Corefy, позволяя клиентам мгновенно начать использовать интеграцию без программирования — достаточно ввести свои MID-данные в панели Corefy.",
+ "en": "Rubikonsoft is a fintech company providing solutions for financial process automation, billing and integration with banking systems. It offers technologies for managing payment flows, invoicing, and connecting payment instruments via APIs. Rubikonsoft works with B2B clients including banks, insurance and telecom companies to provide them with custom financial solutions. This and more than 500 other providers are already integrated into Corefy's payment orchestration platform, allowing customers to instantly start using the integration without programming - just enter their MID data in the Corefy dashboard."
+ },
"payout_method": [
"payment_card"
]
@@ -16887,6 +20097,9 @@
},
"payout_method": [
"payment_card"
+ ],
+ "payment_method": [
+ "payment_card"
]
},
{
@@ -16906,19 +20119,32 @@
{
"status": "active",
"code": "gumballpay",
+ "description": {
+ "en": "GumballPay Review - Payment Orchestration Platform and Payment Gateway Providers in Colombia. GumballPay is an online payment facilitator that enables players to deposit funds to their accounts. While the payment gateway itself does not settle the payments, online operators can create an account through GumballPay and integrate it with their websites. The platform then gives players access to their options through a separate application known as GumballPlay. The system accepts credit cards, including MasterCard, VISA, and Discover. For more information, visit the website of GumballPay. GumBallPay provides a fast payment processing service for both individuals and businesses. It is also compatible with most major shopping carts, and adheres to the highest legal and banking practices. Its 24/7 customer support team is available to answer any questions about the platform and the services. The company leverages its industry relationships and banking partners to provide secure payment processing services. As a certified member of the Better Business Bureau, GumBallPay is committed to protecting its clients' data. GumballPay also offers merchants other benefits besides payment processing. Aside from reducing merchant account fees, GumBallPay offers faster processing times. If your company uses credit cards in Colombia, you may want to sign up with GumballPay as a way to make them more accessible to your customers. As the number of mobile users grows in Colombia, you may also want to provide them with secure payment options. As a result, GumBallPay can help you reach new customers by connecting you to local merchants."
+ },
"vendor": "gumballpay",
"name": {
- "en": "GumballPay",
- "ru": "GumballPay",
- "uk": "GumballPay"
+ "en": "Finera",
+ "ru": "Finera",
+ "uk": "Finera"
},
"payment_method": [
+ "payment_card",
+ "ideal",
+ "openbanking",
+ "applepay",
+ "googlepay"
+ ],
+ "payout_method": [
"payment_card"
]
},
{
"status": "active",
"code": "paypound",
+ "description": {
+ "en": "Paypound is a leading provider of payment gateway services and payment orchestration platforms. They have a long history of providing excellent service and innovative solutions to their clients. They are a trusted partner for many businesses, large and small. Paypound has a wide range of payment gateway services that they offer. They have a number of different options for businesses to choose from, depending on their needs. They also offer a variety of different payment methods, so businesses can find the right fit for them. Their platform is easy to use and helps businesses streamline their payments. Paypound is a great choice for businesses looking for a reliable and trusted payment gateway provider. They offer a wide range of services and have a long history of providing excellent service to their clients. If you are looking for a payment gateway provider, Paypound should be at the top of your list. Paypound's payment gateway services are reliable and secure. Their platform is easy to use and integrates seamlessly with your existing systems. Their customer service is outstanding, and they offer 24/7 support. There are many reasons to choose Paypound as your payment gateway provider andpayment orchestration platform. They are a trusted partner with a long history of providing excellent service. Their platforms are reliable, secure, and easy to use. And their customer service is outstanding. If you're looking for a partner that can help you grow your business, Paypound is the right choice."
+ },
"vendor": "paypound",
"name": {
"en": "PayPound",
@@ -16938,6 +20164,10 @@
"ru": "BlackRabbit",
"uk": "BlackRabbit"
},
+ "description": {
+ "en": "Black Rabbit is a crypto payment processor operated by Magua Pay Inc., a Canadian money services business. The company offers services including crypto-to-fiat exchange, mass payments, and a flexible API, supporting processing in more than five different currencies and providing a payment page in over ten languages. However, as of March 2025, both the Black Rabbit and Magua Pay websites have become inaccessible, raising concerns about the company’s operational status. Reports indicate that Black Rabbit has been associated with high-risk payment processing activities, including facilitating transactions for unauthorized offshore brokers. Due to these issues, caution is advised when considering engagement with Black Rabbit’s services. This and 500+ providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard.",
+ "ru": "Black Rabbit — это криптоплатежный провайдер, работающий под управлением компании Magua Pay Inc., зарегистрированной в Канаде как организация, предоставляющая финансовые услуги (MSB). Компания предлагала услуги обмена криптовалюты на фиат, массовых выплат и гибкий API, поддерживая обработку в более чем пяти валютах и предоставляя платежную страницу на более чем десяти языках. Однако с марта 2025 года сайты Black Rabbit и Magua Pay стали недоступны, что вызывает сомнения относительно текущего статуса их деятельности. По сообщениям, Black Rabbit связывают с высокорисковой обработкой платежей, включая проведение транзакций для нелицензированных офшорных брокеров. В связи с этим рекомендуется соблюдать осторожность при рассмотрении сотрудничества с данным провайдером. Этот и более 500 других провайдеров уже интегрированы в платформу оркестрации платежей Corefy, что позволяет нашим клиентам мгновенно начать пользоваться интеграцией без программирования — достаточно ввести MID-данные в личном кабинете Corefy."
+ },
"payment_method": [
"payment_card"
],
@@ -16950,12 +20180,17 @@
"code": "solidgate",
"vendor": "solidgate",
"name": {
- "en": "Solid",
- "ru": "Solid",
- "uk": "Solid"
+ "en": "Solidgate",
+ "ru": "Solidgate",
+ "uk": "Solidgate"
+ },
+ "description": {
+ "uk": "Solidgate — це український платіжний провайдер, який надає комплексну інфраструктуру для прийому онлайн-платежів у сфері e-commerce, SaaS і цифрових послуг. Компанія спеціалізується на автоматизації білінгу, багатовалютній підтримці, антифрод-захисті, smart routing і гнучкій API-інтеграції. Solidgate допомагає бізнесам масштабуватися на міжнародному рівні, зберігаючи високу конверсію та відповідність фінансовим стандартам. Серед клієнтів компанії — технологічні стартапи, стрімінгові сервіси та маркетплейси. Цей та понад 500 інших провайдерів вже інтегровані в платформу платіжної оркестрації Corefy, що дозволяє клієнтам миттєво розпочати використання інтеграції без програмування — достатньо ввести свої MID-дані в дашборді Corefy.",
+ "en": "Solidgate is a Ukrainian payment provider that provides a comprehensive infrastructure for accepting online payments in the e-commerce, SaaS, and digital services sectors. The company specializes in billing automation, multi-currency support, anti-fraud protection, smart routing, and flexible API integration. Solidgate helps businesses scale internationally while maintaining high conversion rates and compliance with financial standards. The company's clients include tech startups, streaming services, and marketplaces. This and more than 500 other providers are already integrated into Corefy's payment orchestration platform, allowing customers to instantly start using the integration without programming - just enter their MID data in the Corefy dashboard."
},
"payment_method": [
- "payment_card"
+ "payment_card",
+ "applepay"
]
},
{
@@ -16995,6 +20230,12 @@
},
"payout_method": [
"payment_card"
+ ],
+ "payment_method": [
+ "payment_card",
+ "card_transfer",
+ "papara",
+ "payfix"
]
},
{
@@ -17006,8 +20247,15 @@
"ru": "GetaPay",
"uk": "GetaPay"
},
+ "description": {
+ "en": "GetaPay is a payment service provider offering tailored online payment solutions for businesses in sectors such as e-commerce, digital services, and high-risk industries like iGaming and forex. The platform enables merchants to accept a variety of payment methods, including international credit and debit cards, alternative payment systems, and localized banking options. GetaPay emphasizes fast onboarding, secure transaction processing, and flexible integration through APIs or hosted payment pages. With features like fraud prevention, chargeback management, and multi-currency support, GetaPay is designed to help merchants optimize conversion rates and expand their global reach. GetaPay and 500+ other payment providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard.",
+ "ru": "Getapay — это международный платежный провайдер, предлагающий бизнесам комплексные решения для приема платежей, включая карточные транзакции, альтернативные методы оплаты и криптовалюты. Платформа предоставляет инструменты по управлению транзакциями, защите от мошенничества и автоматизации платежного процесса, а также предлагает быструю интеграцию и поддержку множества валют. Этот и более чем 500 других провайдеров уже интегрированы в платформу платежной оркестрации Corefy, позволяя клиентам мгновенно начать использовать интеграцию без программирования — достаточно ввести свои MID-данные в панели Corefy."
+ },
"payment_method": [
"payment_card"
+ ],
+ "payout_method": [
+ "payment_card"
]
},
{
@@ -17026,11 +20274,15 @@
{
"status": "active",
"code": "changecoins",
+ "description": {
+ "ru": "Сhangecoins Pay — это платежная платформа для приема оплат в криптовалюте. Универсальное решение подходит для банков, PSP, онлайн-бизнеса. Сервис поддерживает более 50 валют и предлагает простое подключение с помощью готового SDK. На платформе нулевой роллинг-резерв, полностью отсутствуют чарджбеки.",
+ "en": "Сhangecoins Pay is a platform to accept cryptocurrency payments. It's a one-stop solution for banks, PSPs, and online businesses. The service supports over 50 currencies and offers simple integration using a ready-made SDK. There is zero rolling reserve on the platform and no chargebacks at all."
+ },
"vendor": "changecoins",
"name": {
- "en": "ChangeCoins",
- "ru": "ChangeCoins",
- "uk": "ChangeCoins"
+ "en": "Сhangecoins Pay",
+ "ru": "Сhangecoins Pay",
+ "uk": "Сhangecoins Pay"
},
"payment_method": [
"bitcoin",
@@ -17038,15 +20290,46 @@
"tether",
"binance_coin",
"dogecoin",
- "payment_card"
+ "payment_card",
+ "wallet_aggregated",
+ "upi",
+ "net_banking",
+ "bank_transfer",
+ "mobile"
],
"payout_method": [
+ "bank_transfer",
"bitcoin",
"ethereum",
"tether",
"binance_coin",
"dogecoin",
- "payment_card"
+ "payment_card",
+ "upi",
+ "access_bank_nigeria",
+ "diamond_bank_nigeria",
+ "citi_bank_nigeria",
+ "ecobank_nigeria",
+ "fidelity_bank_nigeria",
+ "first_bankof_nigeria",
+ "polaris_bank_nigeria",
+ "stanbic_bank_nigeria",
+ "etranzact",
+ "first_city_monument_bank",
+ "fsdh_merchant_bank",
+ "guaranty_trust_bank",
+ "heritage_bank",
+ "jaiz_bank",
+ "keystone_bank",
+ "npfmicrofinance_bank",
+ "safetrust_mortgage_bank",
+ "standard_chartered_bank",
+ "sterling_bank",
+ "union_bankof_nigeria",
+ "united_bankfor_africa",
+ "unity_bank",
+ "wema_bank",
+ "zenith_bank"
]
},
{
@@ -17058,6 +20341,10 @@
"ru": "VOLT",
"uk": "VOLT"
},
+ "description": {
+ "es": "Volt es un proveedor de tecnología de pagos especializado en Open Banking, que permite realizar transferencias bancarias instantáneas entre consumidores y comerciantes en Europa y otros mercados. Fundado en Reino Unido, Volt conecta con más de 5,000 bancos a través de su infraestructura API, facilitando pagos rápidos, seguros y sin intermediarios. Es una opción atractiva para empresas que buscan reducir costes y tiempos de liquidación en comparación con los pagos con tarjeta. Este y más de 500 proveedores ya están integrados en la plataforma de orquestación de pagos de Corefy, lo que permite a nuestros clientes comenzar a usar la integración al instante sin necesidad de programación, simplemente introduciendo sus credenciales MID en el panel de Corefy.",
+ "en": "Volt is a payments technology provider specializing in Open Banking, enabling instant bank transfers between consumers and merchants in Europe and other markets. Founded in the UK, Volt connects to more than 5,000 banks through its API infrastructure, facilitating fast, secure and unmediated payments. It is an attractive option for companies looking to reduce costs and settlement times compared to card payments. It and more than 500 other providers are already integrated into Corefy's payment orchestration platform, allowing our customers to start using the integration instantly without any programming, simply by entering their MID credentials in the Corefy dashboard."
+ },
"payment_method": [
"payment_card"
]
@@ -17116,11 +20403,15 @@
"ru": "OPay",
"uk": "OPay"
},
+ "description": {
+ "de": "OPay ist ein führender afrikanischer Fintech-Anbieter mit Ursprung in Nigeria, der mobile Zahlungen, Wallet-Dienste, Überweisungen, Versorgungszahlungen und E-Commerce-Lösungen bereitstellt. Die Plattform zielt darauf ab, finanzielle Inklusion in Schwellenländern zu fördern, insbesondere für Nutzer ohne Zugang zu traditionellen Bankdienstleistungen. Mit Millionen von Nutzern in Afrika bietet OPay auch eine App für Händler, Zahlungs-QRs und API-basierte Lösungen für Online-Shops. OPay und über 500 weitere Anbieter sind bereits in Corefys Payment-Orchestration-Plattform integriert, wodurch unsere Kunden die Integration sofort und ohne Programmieraufwand nutzen können – einfach durch Eingabe ihrer MID-Zugangsdaten im Corefy-Dashboard.",
+ "ru": "OPay — это финтех-платформа, основанная в Нигерии, предоставляющая широкий спектр финансовых услуг, включая мобильные платежи, переводы, счета и POS-решения. OPay активно используется миллионами пользователей в Африке и помогает повышать финансовую доступность, особенно в регионах с ограниченным доступом к традиционному банкингу. Этот и более чем 500 других провайдеров уже интегрированы в платформу платежной оркестрации Corefy, позволяя клиентам мгновенно начать использовать интеграцию без программирования — достаточно ввести свои MID-данные в панели Corefy.",
+ "en": "OPay is a fintech platform based in Nigeria that provides a wide range of financial services including mobile payments, transfers, bills and POS solutions. OPay is actively used by millions of users in Africa and is helping to improve financial inclusion, especially in regions with limited access to traditional banking. This and more than 500 other providers are already integrated into Corefy's payment orchestration platform, allowing customers to instantly start using the integration without programming - just enter their MID data in the Corefy dashboard."
+ },
"payment_method": [
"payment_card"
],
- "payout_method": [
- ]
+ "payout_method": []
},
{
"status": "active",
@@ -17184,13 +20475,41 @@
"status": "active",
"code": "decard",
"vendor": "decard",
+ "description": {
+ "en": "DeCard is a next-generation payment solution developed by DCS Card Centre in partnership with Visa, designed to bridge traditional finance and digital assets. Operating on a top-up model, DeCard allows users to fund their accounts using either fiat currency or select digital assets like USDT and USDC, which are converted into fiat through MAS-licensed Digital Payment Token service providers. This approach enables users to spend only what they have, promoting financial responsibility. The card is accepted at over 150 million merchant locations worldwide and supports integration with digital wallets such as Google Pay and Apple Pay. With features like competitive conversion rates, no annual fees, and capped ATM withdrawal charges, DeCard offers a cost-effective and secure payment experience. This and 500+ providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard.",
+ "ru": "Decard — это платежный провайдер, предлагающий решения для приема банковских карт, предоплаченных продуктов и альтернативных методов оплаты. Платформа ориентирована на быстрый запуск онлайн-платежей, гибкость интеграций, антифрод-защиту и отчетность. Decard обслуживает компании в сферах торговли, подписок и цифровых услуг. Этот и более чем 500 других провайдеров уже интегрированы в платформу платежной оркестрации Corefy, позволяя клиентам мгновенно начать использовать интеграцию без программирования — достаточно ввести свои MID-данные в панели Corefy."
+ },
"name": {
"en": "Decard",
"ru": "Decard",
"uk": "Decard"
},
"payment_method": [
- "payment_card"
+ "payment_card",
+ "upi",
+ "imps",
+ "neft",
+ "paytm",
+ "rtgs",
+ "phonepe",
+ "bank_transfer",
+ "bank_transfer_qr",
+ "cash",
+ "ovo",
+ "dana",
+ "linkaja",
+ "promptpay",
+ "shopeepay",
+ "truemoney"
+ ],
+ "payout_method": [
+ "upi",
+ "imps",
+ "phonepe",
+ "paytm",
+ "rtgs",
+ "neft",
+ "bank_transfer"
]
},
{
@@ -17202,6 +20521,10 @@
"ru": "Unlimco",
"uk": "Unlimco"
},
+ "description": {
+ "ru": "Unlimco — это финтех-компания, предоставляющая платежные решения для онлайн-бизнесов, включая прием карт, локальные методы оплаты, криптовалюты и массовые выплаты. Платформа ориентирована на компании, работающие на международных рынках, предлагая быструю интеграцию, антифрод-защиту, мультивалютную поддержку и адаптацию под отраслевые особенности. Unlimco обслуживает клиентов в сфере e-commerce, гейминга, инвестиций и телекоммуникаций. Этот и более чем 500 других провайдеров уже интегрированы в платформу платежной оркестрации Corefy, позволяя клиентам мгновенно начать использовать интеграцию без программирования — достаточно ввести свои MID-данные в панели Corefy.",
+ "en": "Unlimco is a fintech company providing payment solutions for online businesses, including card acceptance, local payment methods, cryptocurrencies and bulk payments. The platform targets companies operating in international markets, offering fast integration, anti-fraud protection, multi-currency support and industry-specific customization. Unlimco serves clients in e-commerce, gaming, investment and telecommunications. This and more than 500 other providers are already integrated into Corefy's payment orchestration platform, allowing customers to instantly start using the integration without programming - just enter their MID data in the Corefy dashboard."
+ },
"payment_method": [
"payment_card"
]
@@ -17211,9 +20534,125 @@
"code": "constantpos",
"vendor": "constantpos",
"name": {
- "en": "Constantpos",
- "ru": "Constantpos",
- "uk": "Constantpos"
+ "en": "Constant Payments",
+ "ru": "Constant Payments",
+ "uk": "Constant Payments"
+ },
+ "payment_method": [
+ "payment_card"
+ ],
+ "payout_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "globaltransactioncharge",
+ "vendor": "globaltransactioncharge",
+ "name": {
+ "en": "GlobalTransactionCharge",
+ "ru": "GlobalTransactionCharge",
+ "uk": "GlobalTransactionCharge"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "bzpay",
+ "vendor": "bzpay",
+ "name": {
+ "en": "BZPAY",
+ "ru": "BZPAY",
+ "uk": "BZPAY"
+ },
+ "description": {
+ "en": "BZPAY is a Mexican fintech company providing comprehensive electronic payment solutions for businesses of all sizes. Their offerings include point-of-sale terminals (BZPOS and BZLITE), digital payment tools (BZLINK and BZCOMMERCE), and a robust payment gateway supporting credit card transactions, refunds, and transaction status queries via XML-based APIs. BZPAY emphasizes rapid fund settlement, with merchants receiving payouts within 24 hours, and offers customizable commission structures without minimum transaction requirements. The platform supports all major card networks and provides features like interest-free installment payments. Security is a top priority, with compliance to PCI standards and oversight by the Comisión Nacional Bancaria y de Valores (CNBV) and Banco de México. This and 500+ providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard."
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "khanpay",
+ "vendor": "khanpay",
+ "name": {
+ "en": "KhanPay",
+ "ru": "KhanPay",
+ "uk": "KhanPay"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "paymentfarm",
+ "vendor": "paymentfarm",
+ "name": {
+ "en": "Paymentfarm",
+ "ru": "Paymentfarm",
+ "uk": "Paymentfarm"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "procardpay",
+ "vendor": "procard",
+ "name": {
+ "en": "Procard.Pay",
+ "ru": "Procard.Pay",
+ "uk": "Procard.Pay"
+ },
+ "payment_method": [
+ "payment_card"
+ ],
+ "payout_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "axipays",
+ "vendor": "axipays",
+ "name": {
+ "en": "Axipays",
+ "ru": "Axipays",
+ "uk": "Axipays"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "epb",
+ "vendor": "epb",
+ "name": {
+ "en": "Europrombank (EPB)",
+ "ru": "Europrombank (EPB)",
+ "uk": "Europrombank (EPB)"
+ },
+ "payment_method": [
+ "payment_card"
+ ],
+ "payout_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "payermax",
+ "vendor": "payermax",
+ "name": {
+ "en": "PayerMax",
+ "ru": "PayerMax",
+ "uk": "PayerMax"
},
"payment_method": [
"payment_card"
@@ -17222,6 +20661,9 @@
{
"status": "active",
"code": "stepfourpay",
+ "description": {
+ "en": "There are many payment gateway providers out there, but not all of them offer the same features and benefits. Payment orchestration platforms like StepfourPay can provide a more complete picture of your transactions and help you manage your payments more effectively. Let's take a closer look at what StepfourPay has to offer. StepfourPay is a payment orchestration platform that helps businesses streamline their payment processes. With StepfourPay, you can connect to multiple payment gateway providers and view all of your transactions in one place. This makes it easy to see where your money is going and track your spending. StepfourPay also offers a number of features that can save you time and money. For example, you can set up automatic payments so that you don't have to manually enter your payment information each time. You can also set up recurring payments for customers who need to make regular payments. If you're looking for a payment gateway provider that offers more than just basic payment processing, StepfourPay is worth considering. With its comprehensive view of your transactions and powerful automation features, StepfourPay can help you take control of your payments and save time and money."
+ },
"vendor": "stepfourpay",
"name": {
"en": "Step4Pay",
@@ -17232,6 +20674,19 @@
"payment_card"
]
},
+ {
+ "status": "active",
+ "code": "magicpayments",
+ "vendor": "magicpayments",
+ "name": {
+ "en": "Magic Payments",
+ "ru": "Magic Payments",
+ "uk": "Magic Payments"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
{
"status": "active",
"code": "reeves",
@@ -17267,9 +20722,9 @@
"code": "eupaymentz",
"vendor": "eupaymentz",
"name": {
- "en": "EUPaymentz",
- "ru": "EUPaymentz",
- "uk": "EUPaymentz"
+ "en": "EU Paymentz",
+ "ru": "EU Paymentz",
+ "uk": "EU Paymentz"
},
"payment_method": [
"payment_card"
@@ -17280,14 +20735,27 @@
"code": "unonapay",
"vendor": "unonapay",
"name": {
- "en": "UNONAPAY",
- "ru": "UNONAPAY",
- "uk": "UNONAPAY"
+ "en": "UnonaPay",
+ "ru": "UnonaPay",
+ "uk": "UnonaPay"
},
"payment_method": [
"payment_card"
]
},
+ {
+ "status": "active",
+ "code": "poli",
+ "vendor": "poli",
+ "name": {
+ "en": "POLi",
+ "ru": "POLi",
+ "uk": "POLi"
+ },
+ "payment_method": [
+ "bank_transfer"
+ ]
+ },
{
"status": "active",
"code": "1payment",
@@ -17363,10 +20831,24 @@
"uk": "Payelata"
},
"payment_method": [
- "payment_card"
+ "payment_card",
+ "card_transfer",
+ "sbp",
+ "binancepay",
+ "gatepay",
+ "bybit_pay",
+ "pix_qr",
+ "bank_transfer",
+ "online_banking",
+ "nequi",
+ "upi",
+ "nequi_qr"
],
"payout_method": [
- "payment_card"
+ "payment_card",
+ "mobile",
+ "pix",
+ "bank_transfer"
]
},
{
@@ -17382,8 +20864,29 @@
"qiwi",
"payment_card"
],
+ "payout_method": [
+ "qiwi",
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "fenige",
+ "vendor": "fenige",
+ "name": {
+ "en": "Fenige",
+ "ru": "Fenige",
+ "uk": "Fenige"
+ },
+ "description": {
+ "ru": "Fenige — это польская платежная компания, лицензированная KNF (польским финансовым регулятором), предоставляющая решения для приема платежей и денежных переводов. Провайдер предлагает API для интернет-магазинов, поддержку локальных и международных переводов, а также инструменты по соответствию требованиям безопасности. Fenige активно сотрудничает с банками и финансовыми организациями, предоставляя удобные и быстрые платежные сервисы. Этот и более чем 500 других провайдеров уже интегрированы в платформу платежной оркестрации Corefy, позволяя клиентам мгновенно начать использовать интеграцию без программирования — достаточно ввести свои MID-данные в панели Corefy.",
+ "en": "Fenige is a Polish payment company licensed by KNF (Polish financial regulator), providing solutions for accepting payments and money transfers. The provider offers APIs for online stores, support for local and international transfers, and security compliance tools. Fenige actively cooperates with banks and financial organizations to provide convenient and fast payment services. This and more than 500 other providers are already integrated into Corefy's payment orchestration platform, allowing customers to instantly start using the integration without programming - just enter their MID data in the Corefy dashboard."
+ },
"payout_method": [
"payment_card"
+ ],
+ "payment_method": [
+ "payment_card"
]
},
{
@@ -17396,11 +20899,53 @@
"uk": "Jeton"
},
"payment_method": [
+ "jeton_wallet"
+ ],
+ "payout_method": [
+ "jeton_wallet"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "jetonlp",
+ "vendor": "jetonlp",
+ "name": {
+ "en": "JetonLP",
+ "ru": "JetonLP",
+ "uk": "JetonLP"
+ },
+ "payment_method": [
+ "bank_transfer",
"paypay",
- "bank_transfer"
+ "pix",
+ "interac",
+ "boleto_bancario",
+ "community_bank",
+ "cepbank",
+ "pagoefectivo_cip",
+ "pagoefectivo",
+ "papara",
+ "online_banking_qr"
],
"payout_method": [
- "bank_transfer"
+ "ziraat_bank",
+ "turkey_econom_bank",
+ "ing_bank_turkey",
+ "turkey_is_bank",
+ "ininal",
+ "hegra_sparebank",
+ "sparebank_1_smn",
+ "nordea_bank",
+ "sbanken_bank",
+ "danske_bank",
+ "dnb_bank",
+ "storebrand",
+ "totens_sparebank",
+ "sparebanken_vest",
+ "qnb_finansbank",
+ "turkey_finans_katilim_bank",
+ "akbank",
+ "bank_transfer_token"
]
},
{
@@ -17408,12 +20953,16 @@
"code": "micropayments",
"vendor": "micropayments",
"name": {
- "en": "MicroPayments",
- "ru": "MicroPayments",
- "uk": "MicroPayments"
+ "en": "Micropayment AG",
+ "ru": "Micropayment AG",
+ "uk": "Micropayment AG"
},
"payout_method": [
"payment_card"
+ ],
+ "payment_method": [
+ "paysafecard",
+ "sofort"
]
},
{
@@ -17421,12 +20970,15 @@
"code": "ems",
"vendor": "ems",
"name": {
- "en": "EMS",
- "ru": "EMS",
- "uk": "EMS"
+ "en": "European Merchant Services",
+ "ru": "European Merchant Services",
+ "uk": "European Merchant Services"
},
"payout_method": [
"payment_card"
+ ],
+ "payment_method": [
+ "payment_card"
]
},
{
@@ -17447,12 +20999,15 @@
"code": "paymentrush",
"vendor": "paymentrush",
"name": {
- "en": "Payment Rush",
- "ru": "Payment Rush",
- "uk": "Payment Rush"
+ "en": "PaymentRush",
+ "ru": "PaymentRush",
+ "uk": "PaymentRush"
},
"payment_method": [
"paymentrush"
+ ],
+ "payout_method": [
+ "bank_transfer"
]
},
{
@@ -17477,6 +21032,9 @@
"ru": "cards2cards",
"uk": "cards2cards"
},
+ "payment_method": [
+ "payment_card"
+ ],
"payout_method": [
"payment_card"
]
@@ -17490,10 +21048,39 @@
"ru": "ConnPay",
"uk": "ConnPay"
},
+ "description": {
+ "en": "ConnPay is a PCI DSS-compliant payment gateway solution developed by CONNECTGROUP DWC-LLC, a UAE-based IT company. It offers a comprehensive suite of international payment processing services, supporting various transaction types associated with bank card payments. ConnPay’s platform is designed to facilitate seamless integration for businesses, providing tools for efficient payment management and processing. This and 500+ providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard.",
+ "ru": "ConnPay — это международный платежный провайдер, предлагающий торговый эквайринг, прием банковских карт и альтернативных платежных методов для онлайн-бизнесов. Компания предоставляет API-интеграции, платежные страницы, мультивалютную поддержку и инструменты для управления рисками. ConnPay работает с различными отраслями, включая e-commerce, iGaming и SaaS, обеспечивая гибкость и соответствие нормативным требованиям. Этот и более чем 500 других провайдеров уже интегрированы в платформу платежной оркестрации Corefy, позволяя клиентам мгновенно начать использовать интеграцию без программирования — достаточно ввести свои MID-данные в панели Corefy."
+ },
"payment_method": [
+ "payment_card",
+ "sbp",
+ "sbp_qr"
+ ],
+ "payout_method": [
"payment_card"
]
},
+ {
+ "status": "active",
+ "code": "payneteasy",
+ "vendor": "payneteasy",
+ "name": {
+ "en": "Payneteasy",
+ "ru": "Payneteasy",
+ "uk": "Payneteasy"
+ },
+ "payment_method": [
+ "bank_transfer_aggregated",
+ "payment_card",
+ "openbanking"
+ ],
+ "payout_method": [
+ "bank_transfer",
+ "payment_card",
+ "interac"
+ ]
+ },
{
"status": "active",
"code": "inqud",
@@ -17505,6 +21092,22 @@
},
"payout_method": [
"payment_card"
+ ],
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "paymomentum",
+ "vendor": "paymomentum",
+ "name": {
+ "en": "Pay Momentum",
+ "ru": "Pay Momentum",
+ "uk": "Pay Momentum"
+ },
+ "payment_method": [
+ "payment_card"
]
},
{
@@ -17516,11 +21119,24 @@
"ru": "PaySoft Solutions",
"uk": "PaySoft Solutions"
},
+ "description": {
+ "en": "PaySoft Solutions is a payment service provider operating in the Ukrainian market, offering secure and efficient internet acquiring services for merchants across various industries. The company supports a range of payment methods, including Visa and Mastercard card payments, as well as digital wallets like Apple Pay and Google Pay. For payouts, PaySoft Solutions provides options such as card payouts, bank transfers, and mobile payments via Ukrainian telecom operators like Lifecell, Kyivstar, and Vodafone. Their platform is designed to facilitate seamless payment processing and fund disbursement, catering to the needs of businesses seeking reliable transaction solutions. This and 500+ providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard.",
+ "ru": "PaySoft Solutions — это платежный провайдер, предлагающий решения для обработки карточных транзакций, электронных кошельков и банковских переводов. Компания обслуживает онлайн-бизнесы в различных секторах, предоставляя гибкую архитектуру, защиту от мошенничества, отчетность и возможность масштабирования. Провайдер ориентирован на международный рынок, обеспечивая поддержку множества валют и локальных платежных решений. Этот и более чем 500 других провайдеров уже интегрированы в платформу платежной оркестрации Corefy, позволяя клиентам мгновенно начать использовать интеграцию без программирования — достаточно ввести свои MID-данные в панели Corefy.",
+ "uk": "PaySoft Solutions — провайдер електронних платежів, який надає рішення для прийому карткових та локальних платежів онлайн. Компанія фокусується на зручному білінгу, інтеграції з сайтами та підписних моделях. Відомо, що сервіс орієнтується на глобальний ринок і забезпечує підтримку кількох валют, а також інструменти для моніторингу й звітності. Детальна перевірена інформація обмежена. Цей та понад 500 інших провайдерів вже інтегровані в платформу платіжної оркестрації Corefy, що дозволяє клієнтам миттєво розпочати використання інтеграції без програмування — достатньо ввести свої MID-дані в дашборді Corefy."
+ },
"payment_method": [
- "payment_card"
+ "payment_card",
+ "applepay",
+ "googlepay",
+ "m10"
],
"payout_method": [
- "payment_card"
+ "payment_card",
+ "lifecell_phone",
+ "kyivstar_phone",
+ "vodafone_phone",
+ "bank_transfer",
+ "m10"
]
},
{
@@ -17532,18 +21148,141 @@
"ru": "Monetix",
"uk": "Monetix"
},
- "payment_method": [
- "payment_card"
- ]
- },
- {
- "status": "active",
- "code": "pandigitalnetwork",
- "vendor": "pandigitalnetwork",
- "name": {
- "en": "Pan Digital Network",
- "ru": "Pan Digital Network",
- "uk": "Pan Digital Network"
+ "description": {
+ "en": "Monetix is a payment service provider offering a comprehensive suite of solutions tailored for online businesses seeking global reach and flexibility. Founded in 2019, Monetix delivers a unified platform that supports both acquiring and alternative payment methods, enabling merchants to accept payments and process payouts efficiently across various currencies and regions. The platform features smart routing and cascading technologies, optimizing transaction flows based on factors like geography, currency, and card BINs to enhance approval rates and reduce declines. Merchants benefit from customizable payment pages that align with their brand identity, as well as robust API integrations that facilitate seamless connectivity with existing systems. Monetix also offers automated and manual payout options, catering to diverse operational needs. With a focus on security and compliance, the company adheres to PCI DSS Level 1 standards and employs SSL encryption to safeguard transaction data. This and 500+ providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard",
+ "ru": "Monetix — это финтех-компания из Швейцарии, предлагающая платежные решения для электронной коммерции, брокеров и финансовых учреждений. Провайдер обеспечивает прием платежей, проведение трансакций, мультивалютную обработку, а также доступ к средствам через IBAN-счета и интеграцию с банковскими системами. Monetix акцентирует внимание на соблюдении нормативных требований, конфиденциальности и надежности, предлагая услуги как для B2B, так и для B2C сегментов. Этот и более чем 500 других провайдеров уже интегрированы в платформу платежной оркестрации Corefy, позволяя клиентам мгновенно начать использовать интеграцию без программирования — достаточно ввести свои MID-данные в панели Corefy.",
+ "es": "Monetix es un proveedor de servicios de pago que ofrece una completa gama de soluciones diseñadas para empresas en línea que buscan alcance global y flexibilidad. Fundada en 2019, Monetix proporciona una plataforma unificada que admite tanto servicios de adquisición como métodos de pago alternativos, lo que permite a los comerciantes aceptar pagos y procesar desembolsos de manera eficiente en distintas monedas y regiones. La plataforma incorpora tecnologías de enrutamiento inteligente y cascada, optimizando el flujo de transacciones según factores como la geografía, la moneda y los BIN de las tarjetas para mejorar las tasas de aprobación y reducir los rechazos. Los comerciantes se benefician de páginas de pago personalizables que reflejan la identidad de su marca, así como de integraciones API robustas que permiten una conexión fluida con los sistemas existentes. Monetix también ofrece opciones de pagos automáticos y manuales, adaptándose a diferentes necesidades operativas. Con un fuerte enfoque en la seguridad y el cumplimiento, la empresa cumple con los estándares PCI DSS Nivel 1 y utiliza encriptación SSL para proteger los datos de las transacciones. Este y más de 500 proveedores ya están integrados en la plataforma de orquestación de pagos de Corefy, lo que permite a nuestros clientes comenzar a utilizar la integración de inmediato y sin necesidad de programación, simplemente ingresando sus credenciales MID en el panel de Corefy."
+ },
+ "payment_method": [
+ "online_banking",
+ "bank_transfer",
+ "ovo",
+ "online_banking_qr",
+ "momopay",
+ "truemoney",
+ "dana",
+ "shopeepay",
+ "indonesia_va",
+ "promptpay",
+ "touchngo",
+ "boost",
+ "duitnow",
+ "grabpay",
+ "7eleven",
+ "coins_ph",
+ "gcash",
+ "maya",
+ "payment_card",
+ "jazzcash",
+ "easypaisa",
+ "philippines_va",
+ "vodafone_mpesa",
+ "dutch_bangla_bank_limited_rocket",
+ "united_commercial_bank_upay",
+ "bkash_limited",
+ "nagad_wallet",
+ "card_transfer",
+ "openbanking",
+ "applepay"
+ ],
+ "payout_method": [
+ "payment_card",
+ "artha_graha_bank",
+ "bukopin_bank",
+ "bank_central_asia",
+ "cimb_niaga",
+ "commonwealth_bank",
+ "danamon_bank",
+ "hsbc_bank_indonesia",
+ "mandiri_bank",
+ "maybank_berhad",
+ "mega_bank",
+ "bank_negara_indonesia",
+ "ocbc_bank_indonesia",
+ "panin_bank",
+ "permata_bank",
+ "bank_rakyat_indonesia",
+ "sinar_mas_bank",
+ "sumut_bank",
+ "btpn_bank",
+ "maspion_bank",
+ "mestika_bank",
+ "united_overseas_bank_indonesia",
+ "agri_bank",
+ "asia_commercial_bank",
+ "vietcom_bank",
+ "bidv_bank",
+ "dong_a_bank",
+ "exim_bank",
+ "exim_bank_vietnam",
+ "lien_viet_post_bank",
+ "bac_a_bank",
+ "ocb_bank",
+ "pvcom_bank",
+ "sacom_bank",
+ "saigon_bank",
+ "sea_bank",
+ "united_overseas_bank",
+ "vietin_bank",
+ "techcom_bank",
+ "woori_bank",
+ "bangko_bank",
+ "krungsri",
+ "cimb_thai_bank",
+ "government_savings_bank",
+ "kasikorn_bank",
+ "kiatnakin_bank",
+ "krung_thai_bank",
+ "siam_commercial_bank",
+ "thanachart_bank",
+ "hsbc_bank_thailand",
+ "tmbthanachart_bank",
+ "affin_bank_berhad",
+ "alliance_bank",
+ "ambank_berhad",
+ "bank_islam_malaysia",
+ "bank_simpanan_nasional_berhad",
+ "cimb_bank",
+ "citi_bank",
+ "hong_leong_bank",
+ "hsbc_bank_malaysia_berhad",
+ "ocbc_bank",
+ "public_bank_berhad",
+ "bank_rakyat_malaysia_berhad",
+ "rhb_bank",
+ "standard_chartered_bank",
+ "uob_bank",
+ "banko_de_oro",
+ "banko_de_oro_corporate",
+ "philippine_islands_bank",
+ "philippines_development_bank",
+ "eastwest_bank",
+ "philippines_land_bank",
+ "metro_bank",
+ "philippine_national_bank",
+ "rcbc",
+ "philippines_security_bank",
+ "sterling_bank",
+ "union_bank",
+ "jazzcash",
+ "easypaisa",
+ "vodafone_mpesa",
+ "bank_transfer",
+ "dutch_bangla_bank_limited_rocket",
+ "united_commercial_bank_upay",
+ "bkash_limited",
+ "sepa_transfer",
+ "nagad_wallet"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "pandigitalnetwork",
+ "vendor": "pandigitalnetwork",
+ "name": {
+ "en": "Pan Digital Network",
+ "ru": "Pan Digital Network",
+ "uk": "Pan Digital Network"
},
"payment_method": [
"payment_card"
@@ -17558,6 +21297,9 @@
"ru": "Oppey",
"uk": "Oppey"
},
+ "description": {
+ "en": "Oppey is a fintech company providing online payment processing solutions tailored for digital businesses, with a particular focus on sectors such as iGaming, e-commerce, and SaaS. The platform supports a wide array of payment methods, including major credit and debit cards as well as alternative and local options, enabling merchants to accept payments globally. Oppey emphasizes high approval rates, seamless integration, and regulatory compliance, offering tools such as fraud detection, transaction analytics, and real-time monitoring to ensure secure and efficient payment flows. The service is designed to be flexible and scalable, making it suitable for both startups and established businesses looking to optimize their global payment infrastructure. Oppey and 500+ other payment providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard."
+ },
"payment_method": [
"payment_card"
]
@@ -17567,9 +21309,9 @@
"code": "firstatlanticcommerce",
"vendor": "firstatlanticcommerce",
"name": {
- "en": "First Atlantic Commerce",
- "ru": "First Atlantic Commerce",
- "uk": "First Atlantic Commerce"
+ "en": "Powertranz",
+ "ru": "Powertranz",
+ "uk": "Powertranz"
},
"payment_method": [
"payment_card"
@@ -17619,6 +21361,67 @@
"payment_card"
]
},
+ {
+ "status": "active",
+ "code": "justipay",
+ "vendor": "justipay",
+ "name": {
+ "en": "Justipay",
+ "ru": "Justipay",
+ "uk": "Justipay"
+ },
+ "payment_method": [
+ "payment_card",
+ "bank_transfer",
+ "applepay",
+ "googlepay",
+ "mb_way",
+ "blik",
+ "interac_aggregated",
+ "bancontact",
+ "ideal"
+ ],
+ "payout_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "todapay",
+ "vendor": "todapay",
+ "payment_method": [
+ "payment_card",
+ "bank_transfer_klarna",
+ "eps",
+ "ideal",
+ "mb_way",
+ "multibanconet",
+ "neteller",
+ "paysafecard",
+ "rapidtransfer",
+ "skrill",
+ "openbanking",
+ "bank_transfer",
+ "sepa_transfer",
+ "interac",
+ "blik",
+ "mybank2",
+ "abn_amro_bank",
+ "berliner_sparkasse",
+ "commerzbank",
+ "ing",
+ "postbank",
+ "rabobank",
+ "revolut_bank",
+ "snsbank",
+ "unicredit"
+ ],
+ "name": {
+ "en": "TODA Pay",
+ "ru": "TODA Pay",
+ "uk": "TODA Pay"
+ }
+ },
{
"status": "active",
"code": "payecards",
@@ -17632,6 +21435,19 @@
"payment_card"
]
},
+ {
+ "status": "active",
+ "code": "topay",
+ "vendor": "topay",
+ "name": {
+ "en": "ToPay",
+ "ru": "ToPay",
+ "uk": "ToPay"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
{
"status": "active",
"code": "ensopay",
@@ -17673,15 +21489,20 @@
"ru": "Virtual Pay",
"uk": "Virtual Pay"
},
+ "description": {
+ "ru": "Virtual Pay — это африканский платежный провайдер, лицензированный Центральным банком Кении, предоставляющий решения для электронной коммерции, включая прием карт, мобильных денег и локальных платежных методов. Компания обслуживает как местные, так и международные бизнесы, предлагая безопасные платежные шлюзы, API-интеграции и инструменты для борьбы с мошенничеством. Virtual Pay обеспечивает доступ к рынкам Восточной и Южной Африки, включая интеграции с популярными мобильными кошельками. Этот и более чем 500 других провайдеров уже интегрированы в платформу платежной оркестрации Corefy, позволяя клиентам мгновенно начать использовать интеграцию без программирования — достаточно ввести свои MID-данные в панели Corefy.",
+ "es": "VirtualPay es un proveedor de soluciones de pago con sede en África Oriental que ofrece procesamiento de pagos para empresas digitales en sectores como comercio electrónico, viajes, seguros y entretenimiento. Su plataforma admite pagos con tarjeta, wallets móviles y transferencias bancarias en varios países africanos. VirtualPay se centra en facilitar la inclusión financiera en mercados emergentes a través de infraestructura segura y regulada. Este y más de 500 proveedores ya están integrados en la plataforma de orquestación de pagos de Corefy, lo que permite a nuestros clientes comenzar a usar la integración al instante sin necesidad de programación, simplemente introduciendo sus credenciales MID en el panel de Corefy.",
+ "en": "VirtualPay is an East Africa-based payment solutions provider that offers payment processing for digital businesses in sectors such as e-commerce, travel, insurance and entertainment. Its platform supports card payments, mobile wallets and bank transfers in several African countries. VirtualPay is focused on facilitating financial inclusion in emerging markets through secure and regulated infrastructure. It and more than 500 other providers are already integrated into Corefy's payment orchestration platform, allowing our clients to start using the integration instantly with no programming required, simply by entering their MID credentials in Corefy's dashboard."
+ },
"payment_method": [
"safaricom",
"airtel_money",
"vodacom",
"tigo_pesa",
- "halotel",
+ "halo_pesa",
"mtn",
- "equitel",
- "zantel_ezypesa"
+ "zantel_ezypesa",
+ "equitel"
],
"payout_method": [
"airtel_money",
@@ -17695,9 +21516,9 @@
"code": "exbaseio",
"vendor": "exbaseio",
"name": {
- "en": "EXBASE.IO",
- "ru": "EXBASE.IO",
- "uk": "EXBASE.IO"
+ "en": "EXBASE",
+ "ru": "EXBASE",
+ "uk": "EXBASE"
},
"payout_method": [
"payment_card"
@@ -17707,7 +21528,7 @@
]
},
{
- "status": "active",
+ "status": "deprecated",
"code": "bankotkritie",
"vendor": "bankotkritie",
"name": {
@@ -17727,14 +21548,44 @@
"code": "bp",
"vendor": "bp",
"name": {
- "en": "BP",
- "ru": "BP",
- "uk": "BP"
+ "en": "Boxplat",
+ "ru": "Boxplat",
+ "uk": "Boxplat"
},
"payout_method": [
"payment_card"
],
"payment_method": [
+ "payment_card",
+ "applepay",
+ "googlepay"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "moneliq",
+ "vendor": "moneliq",
+ "name": {
+ "en": "Moneliq",
+ "ru": "Moneliq",
+ "uk": "Moneliq"
+ },
+ "payment_method": [
+ "applepay",
+ "googlepay",
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "nebeus",
+ "vendor": "nebeus",
+ "name": {
+ "en": "Nebeus",
+ "ru": "Nebeus",
+ "uk": "Nebeus"
+ },
+ "payout_method": [
"payment_card"
]
},
@@ -17748,6 +21599,37 @@
"uk": "PAYCOS"
},
"payment_method": [
+ "payment_card",
+ "monobank",
+ "otpbank",
+ "pumb",
+ "sensebank",
+ "privatbank",
+ "card_transfer_aggregated",
+ "ziraat_bank",
+ "garanti_bbva",
+ "turkiye_finans_bank",
+ "papara",
+ "leobank",
+ "rabitabank",
+ "kapital_bank",
+ "international_bank_of_azerbaijan",
+ "unibank",
+ "azer_turk_bank",
+ "m10",
+ "card_transfer_uzcard",
+ "card_transfer_humo",
+ "pix",
+ "pix_qr",
+ "picpay",
+ "boleto_bancario",
+ "bank_transfer",
+ "payment_card",
+ "card_transfer_aggregated_p2p"
+ ],
+ "payout_method": [
+ "pix",
+ "bank_transfer",
"payment_card"
]
},
@@ -17761,7 +21643,8 @@
"uk": "Budpay"
},
"payment_method": [
- "payment_card"
+ "payment_card",
+ "budpay_aggregated"
]
},
{
@@ -17773,6 +21656,9 @@
"ru": "WB Payment",
"uk": "WB Payment"
},
+ "payment_method": [
+ "payment_card"
+ ],
"payout_method": [
"payment_card",
"tether",
@@ -17819,6 +21705,9 @@
"ru": "PayStudio",
"uk": "PayStudio"
},
+ "description": {
+ "en": "PayStudio is a payment service provider that offers a range of financial solutions tailored to the needs of online merchants, particularly in high-risk and digital sectors such as iGaming, forex, and e-commerce. The company focuses on delivering reliable acquiring services, card payment processing, alternative payment methods, and advanced fraud prevention tools. With an emphasis on compliance, security, and performance, PayStudio enables businesses to accept payments globally while optimizing approval rates and reducing chargebacks. The platform is built to be flexible and scalable, supporting multi-currency transactions and seamless integration through APIs or hosted solutions. PayStudio and 500+ other payment providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard."
+ },
"payment_method": [
"payment_card"
]
@@ -17832,6 +21721,10 @@
"ru": "ContactPay",
"uk": "ContactPay"
},
+ "description": {
+ "en": "ContactPay is a payment service provider offering digital payment solutions designed to streamline online transactions for businesses across various industries, including e-commerce, travel, and digital content. The platform supports a wide range of payment methods, including major card networks, alternative payment options, and local methods to facilitate cross-border commerce. ContactPay focuses on delivering secure, fast, and scalable payment processing with features like fraud prevention, real-time analytics, and multi-currency support. Its API-driven infrastructure and flexible integration options make it suitable for businesses aiming to optimize checkout experiences and improve transaction success rates. ContactPay and 500+ other payment providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard.",
+ "ru": "ContactPay — это финтех-компания, предоставляющая решения для обработки онлайн-платежей, банковских переводов и альтернативных методов оплаты. Провайдер ориентирован на интеграцию с e-commerce и цифровыми сервисами, предлагая простой API, отчетность, кастомизацию платежных страниц и мультивалютную поддержку. Этот и более чем 500 других провайдеров уже интегрированы в платформу платежной оркестрации Corefy, позволяя клиентам мгновенно начать использовать интеграцию без программирования — достаточно ввести свои MID-данные в панели Corefy."
+ },
"payment_method": [
"payment_card"
],
@@ -17897,12 +21790,24 @@
"code": "dimocopayments",
"vendor": "dimocopayments",
"name": {
- "en": "DIMOCO Payments",
- "ru": "DIMOCO Payments",
- "uk": "DIMOCO Payments"
+ "en": "DIMOCO",
+ "ru": "DIMOCO",
+ "uk": "DIMOCO"
+ },
+ "description": {
+ "en": "DIMOCO Payments is an Austria-based payment service provider specializing in carrier billing and acquiring services, offering tailored payment solutions for businesses across various industries, including e-commerce, mobility, lifestyle, and iGaming. Licensed by the Austrian Financial Market Authority (FMA), DIMOCO enables merchants to accept payments through a wide array of methods, such as credit and debit cards, alternative payment methods, and direct carrier billing, which allows consumers to charge purchases directly to their mobile phone bills. This approach is particularly beneficial for reaching underbanked populations and facilitating microtransactions for digital content. DIMOCO’s platform emphasizes flexibility, security, and compliance, providing features like intelligent payment routing, fraud prevention, and mobile identity services to enhance transaction success rates and user authentication. The company has also partnered with IXOPAY to leverage advanced payment orchestration capabilities, improving transaction efficiency and scalability for high-risk merchants. This and 500+ providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard.",
+ "fr": "Dimoco Payments est un prestataire de services de paiement basé en Autriche, spécialisé dans les solutions de paiement numériques à destination des entreprises européennes. L’entreprise propose une passerelle de paiement permettant l’acceptation de paiements par carte, portefeuille électronique, virement bancaire et bien d’autres méthodes locales. En tant qu’institution de paiement agréée, Dimoco Payments met l’accent sur la conformité réglementaire, la sécurité des transactions et la couverture des préférences de paiement spécifiques à chaque marché. Grâce à son infrastructure, elle permet aux commerçants de traiter des paiements en ligne de manière fiable, notamment dans les secteurs des contenus numériques, du e-commerce et des services par abonnement. Dimoco Payments fait partie des plus anciens acteurs de son segment en Europe, ce qui renforce sa crédibilité auprès des entreprises à la recherche de solutions stables et conformes. Ce prestataire, ainsi que plus de 500 autres, est déjà intégré à la plateforme d’orchestration de paiements de Corefy, permettant à nos clients de commencer à utiliser l’intégration instantanément, sans codage, en saisissant simplement leurs identifiants MID dans le tableau de bord Corefy."
},
"payment_method": [
- "payment_card"
+ "payment_card",
+ "carrierbilling",
+ "bancontact",
+ "blik",
+ "eps",
+ "multibanco",
+ "mybank2",
+ "przelewy24",
+ "payu"
]
},
{
@@ -17910,12 +21815,15 @@
"code": "leobank",
"vendor": "leobank",
"name": {
- "en": "LeoBank",
- "ru": "LeoBank",
- "uk": "LeoBank"
+ "en": "Digimeth",
+ "ru": "Digimeth",
+ "uk": "Digimeth"
},
"payment_method": [
- "payment_card"
+ "payment_card",
+ "blik",
+ "applepay",
+ "googlepay"
]
},
{
@@ -17945,9 +21853,9 @@
"code": "bennupay",
"vendor": "bennupay",
"name": {
- "en": "bennupay",
- "ru": "bennupay",
- "uk": "bennupay"
+ "en": "Bennupay",
+ "ru": "Bennupay",
+ "uk": "Bennupay"
},
"payment_method": [
"payment_card"
@@ -17963,7 +21871,11 @@
"uk": "Trustly"
},
"payment_method": [
- "trustly"
+ "trustly",
+ "trustly_paynplay"
+ ],
+ "payout_method": [
+ "bank_transfer"
]
},
{
@@ -17988,8 +21900,8671 @@
"ru": "Kiberpay",
"uk": "Kiberpay"
},
+ "payment_method": [
+ "payment_card"
+ ],
+ "payout_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "hawex",
+ "vendor": "hawex",
+ "name": {
+ "en": "HAWEX",
+ "ru": "HAWEX",
+ "uk": "HAWEX"
+ },
+ "payment_method": [
+ "payment_card"
+ ],
+ "payout_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "paytoneio",
+ "vendor": "paytoneio",
+ "name": {
+ "en": "Paytone.io",
+ "ru": "Paytone.io",
+ "uk": "Paytone.io"
+ },
+ "payment_method": [
+ "payment_card"
+ ],
+ "payout_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "transfr",
+ "vendor": "transfr",
+ "name": {
+ "en": "Transfr",
+ "ru": "Transfr",
+ "uk": "Transfr"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "honeypay",
+ "vendor": "honeypay",
+ "name": {
+ "en": "MilkyPay",
+ "ru": "MilkyPay",
+ "uk": "MilkyPay"
+ },
+ "payment_method": [
+ "payment_card"
+ ],
+ "payout_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "inwizo",
+ "vendor": "inwizo",
+ "name": {
+ "en": "Inwizo",
+ "ru": "Inwizo",
+ "uk": "Inwizo"
+ },
+ "description": {
+ "en": "Inwizo is a London-based payment service provider offering a comprehensive suite of solutions designed to simplify global transactions for businesses. Established in 2018, Inwizo supports over 80 popular payment methods, including Visa, Mastercard, Alipay, and PayPal, catering to a diverse customer base across various markets. Their platform encompasses online payments, point-of-sale systems, and global card acquiring, enabling merchants to accept payments seamlessly both online and in-store. Inwizo emphasizes security and efficiency, employing advanced fraud prevention tools powered by machine learning and providing detailed reporting and analytics for informed decision-making. With a user-friendly interface and a focus on conversion optimization, Inwizo aims to enhance customer experiences and drive business growth. This and 500+ providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard.",
+ "ru": "Inwizo — это европейский платежный провайдер, предлагающий решения для электронной коммерции, включая прием банковских карт, локальных методов оплаты и альтернативных платежных систем. Компания обслуживает онлайн-бизнесы, предоставляя им доступ к надежной инфраструктуре для проведения платежей и управления рисками. Inwizo также предлагает инструменты для борьбы с мошенничеством и поддержку различных валют. Этот и более чем 500 других провайдеров уже интегрированы в платформу платежной оркестрации Corefy, позволяя клиентам мгновенно начать использовать интеграцию без программирования — достаточно ввести свои MID-данные в панели Corefy."
+ },
+ "payment_method": [
+ "payment_card",
+ "card_transfer",
+ "m10",
+ "emanat",
+ "openbanking"
+ ],
+ "payout_method": [
+ "payment_card",
+ "m10",
+ "emanat"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "kvitum",
+ "vendor": "kvitum",
+ "name": {
+ "en": "Qostiq",
+ "ru": "Qostiq",
+ "uk": "Qostiq"
+ },
+ "payout_method": [
+ "payment_card",
+ "kvitum",
+ "altel_tele2",
+ "activ_kcell",
+ "beeline"
+ ],
+ "payment_method": [
+ "payment_card",
+ "kvitum",
+ "altel_tele2",
+ "activ_kcell",
+ "beeline",
+ "bank_transfer"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "maguapay",
+ "vendor": "maguapay",
+ "name": {
+ "en": "Magua Pay",
+ "ru": "Magua Pay",
+ "uk": "Magua Pay"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "planbpay",
+ "vendor": "planbpay",
+ "name": {
+ "en": "Planbpay",
+ "ru": "Planbpay",
+ "uk": "Planbpay"
+ },
+ "payment_method": [
+ "payment_card"
+ ],
+ "payout_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "monobank",
+ "vendor": "monobank",
+ "name": {
+ "en": "Monobank",
+ "ru": "Monobank",
+ "uk": "Monobank"
+ },
+ "payment_method": [
+ "monobank",
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "virtpay",
+ "vendor": "virtpay",
+ "name": {
+ "en": "Virtpay",
+ "ru": "Virtpay",
+ "uk": "Virtpay"
+ },
+ "description": {
+ "en": "Virtpay is a versatile payment gateway integrated with Corefy’s platform, enabling businesses to process credit card transactions securely and efficiently. The platform supports 3D Secure v2 authentication, enhancing transaction security and reducing fraud risks. Virtpay’s integration with Corefy allows merchants to manage payments seamlessly, offering features like merchant management, reconciliations, analytics, and a comprehensive dashboard. This and 500+ providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard."
+ },
+ "payment_method": [
+ "payment_card"
+ ],
+ "payout_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "payretailers",
+ "vendor": "payretailers",
+ "name": {
+ "en": "PayRetailers",
+ "ru": "PayRetailers",
+ "uk": "PayRetailers"
+ },
+ "description": {
+ "ru": "PayRetailers — это финтех-компания из Испании, предоставляющая международным бизнесам доступ к локальным платежным методам в Латинской Америке. Платформа поддерживает оплату через карты, банковские переводы, наличные и электронные кошельки в странах, включая Бразилию, Мексику, Чили и Перу. PayRetailers предлагает единую интеграцию и отчетность, адаптированную под местную специфику. Этот и более чем 500 других провайдеров уже интегрированы в платформу платежной оркестрации Corefy, позволяя клиентам мгновенно начать использовать интеграцию без программирования — достаточно ввести свои MID-данные в панели Corefy.",
+ "en": "PayRetailers is a fintech company from Spain that provides international businesses with access to localized payment methods in Latin America. The platform supports payments via cards, bank transfers, cash and e-wallets in countries including Brazil, Mexico, Chile and Peru. PayRetailers offers unified integration and reporting customized to local specifics. This and more than 500 other providers are already integrated into Corefy's payment orchestration platform, allowing customers to instantly start using the integration without programming - just enter their MID data in the Corefy dashboard."
+ },
+ "payout_method": [
+ "pix",
+ "spei",
+ "bank_transfer"
+ ],
+ "payment_method": [
+ "pix",
+ "spei",
+ "pse",
+ "banco_guayaquil",
+ "banco_pichincha",
+ "banco_bci",
+ "mach",
+ "khipu",
+ "webpay",
+ "multicaja",
+ "banco_de_credito",
+ "bbva_continental",
+ "caja_arequipa",
+ "caja_huancayo",
+ "caja_tacna",
+ "caja_trujillo",
+ "interbank",
+ "scotiabank",
+ "banco_nacional",
+ "transfer_bancaria",
+ "bbva_bancomer",
+ "banco_estado",
+ "banco_santander",
+ "banco_falabella",
+ "banco_de_chile",
+ "banco_de_credito_cash",
+ "bbva_continental_cash",
+ "caja_arequipa_cash",
+ "caja_huancayo_cash",
+ "caja_tacna_cash",
+ "caja_trujillo_cash",
+ "ripley_cash",
+ "tambo_cash",
+ "kasnet_cash",
+ "banco_nacional_cash",
+ "a_cuenta_cash",
+ "lider_cash",
+ "express_lider_cash",
+ "banco_guayaquil_cash",
+ "banco_pichincha_cash",
+ "pichincha_mi_vecino_cash",
+ "red_activa_cash",
+ "mi_comisariato_cash",
+ "banco_de_antigua_cash",
+ "fundacion_genesis_cash",
+ "caja_desarrollo_cash",
+ "oxxo_cash",
+ "bbva_bancomer_cash",
+ "scotiabank_cash",
+ "banco_azteca_cash",
+ "soriana_cash",
+ "open_pay_cash",
+ "farmacias_santa_maria_cash",
+ "calimax_cash",
+ "western_union_panama_cash",
+ "bbva_frances",
+ "banco_credicoop",
+ "wilobank",
+ "galicia",
+ "icbc",
+ "macro",
+ "banco_nacion",
+ "banco_ciudad",
+ "hsbc",
+ "supervielle",
+ "spenn",
+ "halo_pesa",
+ "vodafone_pay",
+ "tigo",
+ "airtel_money",
+ "bank_transfer",
+ "cash"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "remitos",
+ "vendor": "remitos",
+ "name": {
+ "en": "Remitos",
+ "ru": "Remitos",
+ "uk": "Remitos"
+ },
+ "payment_method": [
+ "payment_card"
+ ],
+ "payout_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "payecardsakurateco",
+ "vendor": "payecardsakurateco",
+ "name": {
+ "en": "PayeCards Akurateco",
+ "ru": "PayeCards Akurateco",
+ "uk": "PayeCards Akurateco"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "v9pay",
+ "vendor": "v9pay",
+ "name": {
+ "en": "V9Pay",
+ "ru": "V9Pay",
+ "uk": "V9Pay"
+ },
+ "payment_method": [
+ "bank_transfer",
+ "momo",
+ "zalopay",
+ "viettelpay"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "beonpaypayouts",
+ "vendor": "beonpaypayouts",
+ "name": {
+ "en": "VP Payouts",
+ "ru": "VP Payouts",
+ "uk": "VP Payouts"
+ },
+ "payout_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "agentglobal",
+ "vendor": "agentglobal",
+ "name": {
+ "en": "AgentGlobal",
+ "ru": "AgentGlobal",
+ "uk": "AgentGlobal"
+ },
+ "payout_method": [
+ "payment_card"
+ ],
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "scpay",
+ "vendor": "scpay",
+ "name": {
+ "en": "SecurePay",
+ "ru": "SecurePay",
+ "uk": "SecurePay"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "passpoint",
+ "vendor": "passpoint",
+ "name": {
+ "en": "Passpoint",
+ "ru": "Passpoint",
+ "uk": "Passpoint"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "bingopay",
+ "vendor": "bingopay",
+ "name": {
+ "en": "BingoPay",
+ "ru": "BingoPay",
+ "uk": "BingoPay"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "alycepay",
+ "vendor": "alycepay",
+ "name": {
+ "en": "Alycepay",
+ "ru": "Alycepay",
+ "uk": "Alycepay"
+ },
+ "payout_method": [
+ "bank_transfer",
+ "upi",
+ "imps"
+ ],
+ "payment_method": [
+ "upi",
+ "payment_card",
+ "bank_transfer"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "apcopay",
+ "vendor": "apcopay",
+ "name": {
+ "en": "Apcopay",
+ "ru": "Apcopay",
+ "uk": "Apcopay"
+ },
+ "description": {
+ "de": "APCOPAY ist ein internationaler Zahlungsdienstleister mit Sitz in Malta, der sich auf Omnichannel-Zahlungslösungen für Unternehmen in verschiedensten Branchen spezialisiert hat – darunter E-Commerce, iGaming, Reisen, Finanzen und digitale Dienstleistungen. Die Plattform bietet eine zentralisierte Zahlungsinfrastruktur, die mehr als 40 Zahlungsmethoden und über 240 Transaktionswährungen unterstützt, darunter Kredit- und Debitkarten, digitale Wallets, Banküberweisungen sowie lokale Zahlungsoptionen weltweit. APCOPAY legt besonderen Fokus auf Flexibilität und Sicherheit – mit einer skalierbaren API, PCI-DSS-Zertifizierung, Tokenisierung und integrierten Betrugspräventionstools. Die Lösung umfasst auch Abonnementverwaltung, Multi-Currency-Abrechnung, wiederkehrende Zahlungen und intelligente Routing-Funktionen, um Conversion-Raten zu optimieren. Darüber hinaus ist APCOPAY für seine starke Präsenz in regulierten Märkten wie dem iGaming-Bereich bekannt, wo Lizenzkonformität und schnelle Auszahlung entscheidend sind. APCOPAY und über 500 weitere Anbieter sind bereits in Corefys Payment-Orchestration-Plattform integriert, wodurch unsere Kunden die Integration sofort und ohne Programmieraufwand nutzen können – einfach durch Eingabe ihrer MID-Zugangsdaten im Corefy-Dashboard.",
+ "en": "APCOPAY is an international payment service provider based in Malta, specializing in omnichannel payment solutions for businesses in a wide range of industries - including e-commerce, iGaming, travel, finance and digital services. The platform offers a centralized payment infrastructure that supports more than 40 payment methods and over 240 transaction currencies, including credit and debit cards, digital wallets, bank transfers and local payment options worldwide. APCOPAY places particular focus on flexibility and security - with a scalable API, PCI DSS certification, tokenization and integrated fraud prevention tools. The solution also includes subscription management, multi-currency billing, recurring payments and intelligent routing features to optimize conversion rates. In addition, APCOPAY is known for its strong presence in regulated markets such as iGaming, where license compliance and fast payout are critical. APCOPAY and over 500 other providers are already integrated into Corefy's payment orchestration platform, allowing our customers to use the integration immediately and without any programming effort - simply by entering their MID credentials in the Corefy dashboard."
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "azulpay",
+ "vendor": "azulpay",
+ "name": {
+ "en": "Azul Pay",
+ "ru": "Azul Pay",
+ "uk": "Azul Pay"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "boombill",
+ "vendor": "boombill",
+ "name": {
+ "en": "Boom-Bill",
+ "ru": "Boom-Bill",
+ "uk": "Boom-Bill"
+ },
+ "description": {
+ "en": "Boombill is a payment service provider that facilitates online transactions with a focus on offering customized solutions for high-risk industries, including iGaming, adult entertainment, and digital services. The company delivers a suite of tools for merchants, including payment processing, fraud prevention, and chargeback management. Boombill supports multiple payment methods such as credit cards, alternative payment solutions, and localized options tailored to different regions, aiming to enhance transaction success rates and user experience. With an emphasis on compliance and secure processing, Boombill helps merchants navigate complex regulatory landscapes while optimizing revenue streams. Boombill and 500+ other payment providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard."
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "revolut",
+ "vendor": "revolut",
+ "name": {
+ "en": "Revolut",
+ "ru": "Revolut",
+ "uk": "Revolut"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "virtouspayments",
+ "vendor": "virtouspayments",
+ "name": {
+ "en": "Virtous Payments",
+ "ru": "Virtous Payments",
+ "uk": "Virtous Payments"
+ },
+ "payment_method": [
+ "upi",
+ "yes_bank",
+ "idbi_bank",
+ "union_bank_of_india",
+ "punjab_national_bank",
+ "kotak_mahindra_bank",
+ "karnataka_bank",
+ "j_k_bank_india",
+ "indusind_bank",
+ "indian_bank",
+ "dcb_bank_india",
+ "uco_bank_india",
+ "cosmos_bank_india",
+ "central_bank_of_india",
+ "maharashtra_bank_india",
+ "bank_of_baroda",
+ "canara_bank",
+ "bank_of_india",
+ "state_bank_of_india",
+ "hdfc_bank",
+ "icici_bank",
+ "axis_bank",
+ "freecharge",
+ "airtel_money",
+ "olamoney",
+ "phonepe",
+ "paytm",
+ "mobikwik",
+ "punjab_sind_bank",
+ "kanata_sahakari_bank",
+ "amazon_pay"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "gateexpress",
+ "vendor": "gateexpress",
+ "name": {
+ "en": "Gate Express",
+ "ru": "Gate Express",
+ "uk": "Gate Express"
+ },
+ "description": {
+ "ru": "GateExpress — это платежный провайдер, предлагающий решения для обработки онлайн-платежей, включая прием карт, электронных кошельков и других альтернативных методов. Компания работает с интернет-магазинами и цифровыми платформами, предоставляя интерфейсы API, защиту от мошенничества и аналитику платежей. GateExpress также может предлагать мультивалютную поддержку и кастомизируемые платежные страницы. Этот и более чем 500 других провайдеров уже интегрированы в платформу платежной оркестрации Corefy, позволяя клиентам мгновенно начать использовать интеграцию без программирования — достаточно ввести свои MID-данные в панели Corefy.",
+ "en": "GateExpress is a payment provider offering solutions for processing online payments, including acceptance of cards, e-wallets and other alternative methods. The company works with online stores and digital platforms to provide APIs, fraud protection, and payment analytics. GateExpress can also offer multi-currency support and customizable payment pages. This and more than 500 other providers are already integrated into Corefy's payment orchestration platform, allowing customers to instantly start using the integration without programming - just enter their MID data in the Corefy dashboard."
+ },
+ "payment_method": [
+ "payment_card",
+ "bank_transfer_aggregated"
+ ],
+ "payout_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "flexify",
+ "vendor": "flexify",
+ "description": {
+ "en": "Flexify Finance is a Canadian-registered fintech company providing comprehensive global payment solutions for businesses of all sizes. Licensed by FINTRAC, Flexify offers a secure, PCI DSS-compliant platform supporting over 60 payment methods and more than 20 currencies, including USD, EUR, UAH, INR, NGN, KES, TRY, and KGS. Their services encompass card acquiring, digital wallets, open banking, cryptocurrency payments, and mass payouts, catering to industries such as e-commerce, iGaming, and high-risk sectors. Flexify’s platform features cascading and routing technologies to optimize transaction success rates and offers seamless integration through APIs and CMS plugins. This and 500+ providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard.",
+ "uk": "Flexify Finance — це фінтех-компанія, зареєстрована в Канаді, що надає комплексні глобальні платіжні рішення для бізнесу будь-якого розміру. Має ліцензію FINTRAC і пропонує безпечну платформу, що відповідає стандарту PCI DSS, з підтримкою понад 60 платіжних методів і більш ніж 20 валют, зокрема USD, EUR, UAH, INR, NGN, KES, TRY та KGS. Послуги компанії охоплюють картковий еквайринг, електронні гаманці, відкритий банкінг, криптоплатежі та масові виплати, орієнтуючись на такі галузі, як електронна комерція, гемблінг та інші високоризикові сектори. Платформа Flexify використовує каскадні та маршрутизуючі технології для підвищення успішності транзакцій і забезпечує зручну інтеграцію через API та плагіни для CMS. Цей та понад 500 інших провайдерів уже інтегровані в платформу платіжної оркестрації Corefy, що дозволяє нашим клієнтам миттєво розпочати використання інтеграції без програмування — достатньо ввести свої MID-дані в дашборді Corefy."
+ },
+ "name": {
+ "en": "Flexify.finance",
+ "ru": "Flexify.finance",
+ "uk": "Flexify.finance"
+ },
+ "payment_method": [
+ "payment_card",
+ "applepay",
+ "googlepay"
+ ],
+ "payout_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "billingcx",
+ "vendor": "billingcx",
+ "name": {
+ "en": "Billing.CX",
+ "ru": "Billing.CX",
+ "uk": "Billing.CX"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "paywise",
+ "vendor": "paywise",
+ "name": {
+ "en": "PayWise",
+ "ru": "PayWise",
+ "uk": "PayWise"
+ },
+ "payment_method": [
+ "paywise_cash"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "dectasoap",
+ "vendor": "dectasoap",
+ "name": {
+ "en": "DectaSoap",
+ "ru": "DectaSoap",
+ "uk": "DectaSoap"
+ },
+ "payout_method": [
+ "payment_card"
+ ],
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "lava",
+ "vendor": "lava",
+ "name": {
+ "en": "Lava",
+ "ru": "Lava",
+ "uk": "Lava"
+ },
+ "payment_method": [
+ "payment_card"
+ ],
+ "payout_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "lemanpay",
+ "vendor": "lemanpay",
+ "name": {
+ "en": "LemanPay",
+ "ru": "LemanPay",
+ "uk": "LemanPay"
+ },
+ "description": {
+ "en": "LemanPay is a cryptocurrency payment gateway that enables businesses to accept digital currency transactions globally. The platform supports a variety of cryptocurrencies, including Bitcoin, Litecoin, and Tether, providing flexibility for both merchants and customers. LemanPay offers features such as instant global transactions, a complete SaaS solution, and a PHP library for easy integration with existing systems. Designed with a focus on security and efficiency, LemanPay ensures seamless processing of crypto payments, making it a suitable choice for businesses looking to expand their payment options in the digital currency space. This and 500+ providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard.",
+ "ru": "LemanPay — это платежный провайдер, предлагающий решения для обработки онлайн-платежей, эквайринга и поддержки альтернативных методов оплаты. Компания ориентируется на европейский рынок и обеспечивает своим клиентам доступ к мультивалютной обработке, API-интеграциям и инструментам по борьбе с мошенничеством. LemanPay обслуживает e-commerce, финтех и цифровые сервисы. Этот и более чем 500 других провайдеров уже интегрированы в платформу платежной оркестрации Corefy, позволяя клиентам мгновенно начать использовать интеграцию без программирования — достаточно ввести свои MID-данные в панели Corefy."
+ },
+ "payment_method": [
+ "payment_card",
+ "blik",
+ "polipayonline"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "abex",
+ "vendor": "abex",
+ "name": {
+ "en": "Abex",
+ "ru": "Abex",
+ "uk": "Abex"
+ },
+ "payout_method": [
+ "payment_card",
+ "bitcoin",
+ "ethereum",
+ "tether",
+ "tron",
+ "near_protocol",
+ "usd_coin"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "finhub",
+ "vendor": "finhub",
+ "name": {
+ "en": "FinHub",
+ "ru": "FinHub",
+ "uk": "FinHub"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "crederes",
+ "vendor": "crederes",
+ "name": {
+ "en": "Crederes",
+ "ru": "Crederes",
+ "uk": "Crederes"
+ },
+ "description": {
+ "en": "Crederes is a European payment service provider offering acquiring, processing, and risk management solutions tailored to the needs of high-risk and high-volume industries such as iGaming, e-commerce, and financial services. The company focuses on delivering compliant, secure, and efficient payment processing through a flexible infrastructure that supports credit and debit cards, alternative payment methods, and regional banking options. Crederes combines technical reliability with a consultative approach, helping merchants optimize transaction routing, manage chargebacks, and meet regulatory requirements across jurisdictions. The platform is designed to integrate seamlessly with existing systems, offering real-time reporting, fraud monitoring, and scalable configurations to suit various business models. Crederes and 500+ other payment providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard."
+ },
+ "payment_method": [
+ "payment_card",
+ "googlepay",
+ "applepay"
+ ],
+ "payout_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "starpago",
+ "vendor": "starpago",
+ "name": {
+ "en": "Starpago",
+ "ru": "Starpago",
+ "uk": "Starpago"
+ },
+ "payment_method": [
+ "pix"
+ ],
+ "payout_method": [
+ "pix",
+ "bancamia",
+ "banco_agrario",
+ "banco_av_villas",
+ "bbva_colombia",
+ "banco_caja_social",
+ "coopcentral",
+ "credifinanciera",
+ "davivienda_bank",
+ "bogota_bank",
+ "occidente_bank",
+ "banco_falabella",
+ "gnb_sudameris_bank",
+ "bancoitau",
+ "banco_pichincha",
+ "bancopopular",
+ "santander_colombia",
+ "banco_serfinanza",
+ "banco_union",
+ "colombia_bank",
+ "bancoomeva",
+ "cfa_cooperativa",
+ "citibank",
+ "coltefinanciera",
+ "confiar_cooperativa",
+ "coofinep",
+ "cotrafa",
+ "daviplata",
+ "iris",
+ "lulo_bank",
+ "movii",
+ "nequi",
+ "scotiabank"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "payproglobal",
+ "vendor": "payproglobal",
+ "name": {
+ "en": "PayPro Global"
+ },
+ "description": {
+ "en": "PayPro Global is a leading e-commerce growth solution for Software, SaaS, video games & digital product developers worldwide. They give you cutting-edge technology, expert support team, available 24/7, powerful analytics & marketing tools, and an unmatched level of customisation in one complete e-commerce platform sure to fast-track your global growth. Apart from offering excellent payment processing services, the PayPro Global all-in-one dynamic solution brings forward more than 110 currencies and over 70 payment options and currencies while delivering excellent customer service and lifting the burden of tax management. They accelerate international expansion, handling tedious office tasks and allowing you to focus on what matters most: your product. Supercharge your sales locally and globally through strategic acquiring, alternative payment methods, and smart transaction routing while optimizing your business decisions with their analytics and reporting tools. Simplify subscription & billing management with their dedicated tools, increasing customer loyalty, and acquisition. Their methods of billing subscribers simplify the entire process, propelling your products forward as they analyse data and act accordingly. They increase customer loyalty by providing the most streamlined experience possible. Being part of the payments industry for over 15 years and having logged millions of orders, PayPro Global has the means, experience, and knowledge to manage your sales and scale your SaaS successfully. Future-proof your business with PayPro Global.",
+ "de": "PayPro Global ist ein international tätiger Zahlungsdienstleister, der sich auf Software-, SaaS- und digitale Produktunternehmen spezialisiert hat. Mit Hauptsitz in Kanada bietet PayPro Global eine umfassende E-Commerce-Plattform, die nicht nur die Zahlungsabwicklung übernimmt, sondern auch Funktionen für Abonnementverwaltung, Steuerberechnung, Währungsumrechnung, Betrugsprävention, Lizenzierung und Customer Support integriert. Die Lösung ermöglicht es Unternehmen, weltweit digitale Produkte zu verkaufen und dabei lokale Zahlungsmethoden, über 110 Währungen sowie verschiedene Abrechnungsmodelle wie Einmalzahlungen, Abonnements oder nutzungsbasierte Abrechnungen zu nutzen. PayPro Global positioniert sich nicht nur als Zahlungsabwickler, sondern als vollständiger Merchant-of-Record (MoR), der die gesamte Steuer- und Compliance-Verantwortung übernimmt – einschließlich Umsatzsteuer, Mehrwertsteuer und DSGVO-konformer Datenverarbeitung. Besonders attraktiv ist die Plattform für Unternehmen, die international skalieren möchten, ohne sich um länderspezifische Regularien kümmern zu müssen. PayPro Global und über 500 weitere Anbieter sind bereits in Corefys Payment-Orchestration-Plattform integriert, wodurch unsere Kunden die Integration sofort und ohne Programmieraufwand nutzen können – einfach durch Eingabe ihrer MID-Zugangsdaten im Corefy-Dashboard.",
+ "ru": "PayPro Global — это платежный провайдер и система управления цифровой коммерцией, ориентированная на разработчиков программного обеспечения, SaaS и цифровых продуктов. Компания предлагает комплексное решение для биллинга, налогообложения, управления подписками и приема платежей. PayPro Global обеспечивает локализацию для более чем 110 стран, поддержку различных платежных методов и автоматизацию расчетов с пользователями. Этот и более чем 500 других провайдеров уже интегрированы в платформу платежной оркестрации Corefy, позволяя клиентам мгновенно начать использовать интеграцию без программирования — достаточно ввести свои MID-данные в панели Corefy.",
+ "uk": "PayPro Global — це канадський платіжний провайдер, що спеціалізується на обслуговуванні SaaS, EdTech та інших цифрових продуктів. Платформа поєднує прийом платежів, білінг, податкову відповідність, антифрод, підтримку підписок і локалізовану оплату у понад 100 валютах. PayPro Global позиціює себе як Merchant of Record, беручи на себе податкові та юридичні ризики замість клієнта. Компанія орієнтована на глобальні технологічні бізнеси, яким потрібна автоматизована та відповідна до регуляторних вимог платіжна інфраструктура. Цей та понад 500 інших провайдерів вже інтегровані в платформу платіжної оркестрації Corefy, що дозволяє клієнтам миттєво розпочати використання інтеграції без програмування — достатньо ввести свої MID-дані в дашборді Corefy.",
+ "es": "PayPro Global es una empresa de tecnología de pagos que ofrece soluciones integrales de comercio electrónico para empresas de software, SaaS y productos digitales. Su plataforma cubre procesamiento de pagos global, gestión de impuestos, suscripciones, facturación recurrente, cumplimiento normativo y localización de experiencia de compra. PayPro Global ayuda a los negocios digitales a escalar internacionalmente sin lidiar con la complejidad de pagos globales y obligaciones fiscales. Este y más de 500 proveedores ya están integrados en la plataforma de orquestación de pagos de Corefy, lo que permite a nuestros clientes comenzar a usar la integración al instante sin necesidad de programación, simplemente introduciendo sus credenciales MID en el panel de Corefy."
+ }
+ },
+ {
+ "status": "active",
+ "code": "payes",
+ "vendor": "payes",
+ "name": {
+ "en": "Payes",
+ "ru": "Payes",
+ "uk": "Payes"
+ },
+ "payment_method": [
+ "payment_card",
+ "upi"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "copay",
+ "vendor": "copay",
+ "name": {
+ "en": "Copay",
+ "ru": "Copay",
+ "uk": "Copay"
+ },
+ "payment_method": [
+ "bank_transfer",
+ "online_banking",
+ "online_banking_qr",
+ "zalopay",
+ "momo"
+ ],
+ "payout_method": [
+ "bank_transfer"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "electropay",
+ "vendor": "electropay",
+ "name": {
+ "en": "ElectroPay",
+ "ru": "ElectroPay",
+ "uk": "ElectroPay"
+ },
+ "payout_method": [
+ "payment_card",
+ "lifecell_phone",
+ "kyivstar_phone",
+ "vodafone_phone",
+ "bank_transfer"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "hwx",
+ "vendor": "hwx",
+ "name": {
+ "en": "HWX",
+ "ru": "HWX",
+ "uk": "HWX"
+ },
+ "payout_method": [
+ "sepa_transfer"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "thenoy",
+ "vendor": "thenoy",
+ "name": {
+ "en": "THENOY",
+ "ru": "THENOY",
+ "uk": "THENOY"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "securepaycard",
+ "vendor": "securepaycard",
+ "name": {
+ "en": "Securepaycard",
+ "ru": "Securepaycard",
+ "uk": "Securepaycard"
+ },
+ "payment_method": [
+ "payment_card"
+ ],
+ "payout_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "swiffy",
+ "vendor": "swiffy",
+ "name": {
+ "en": "Swiffy",
+ "ru": "Swiffy",
+ "uk": "Swiffy"
+ },
+ "description": {
+ "en": "Swiffy EFT is a South African payment provider offering real-time electronic funds transfer (EFT) solutions that allow consumers to pay directly from their bank accounts without using credit or debit cards. The service is tailored for e-commerce businesses and aims to streamline online payments by enabling instant, secure bank transfers through a wide network of major South African banks. Swiffy EFT ensures that transactions are completed quickly and safely, improving checkout conversion rates while reducing the risk of chargebacks commonly associated with card payments. The system is designed to be user-friendly and is particularly suited for merchants looking to offer local payment methods that resonate with South African consumers. Swiffy EFT and 500+ other payment providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard."
+ },
+ "payment_method": [
+ "swiffy_eft"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "yapily",
+ "vendor": "yapily",
+ "name": {
+ "en": "Yapily",
+ "ru": "Yapily",
+ "uk": "Yapily"
+ },
+ "payment_method": [
+ "bank_transfer"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "aps",
+ "vendor": "aps",
+ "name": {
+ "en": "Advanced Payment Solutions (APS)",
+ "ru": "Advanced Payment Solutions (APS)",
+ "uk": "Advanced Payment Solutions (APS)"
+ },
+ "payment_method": [
+ "payment_card"
+ ],
+ "payout_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "webpays",
+ "vendor": "webpays",
+ "name": {
+ "en": "WebPays",
+ "ru": "WebPays",
+ "uk": "WebPays"
+ },
+ "description": {
+ "en": "WebPays is a global payment service provider offering secure and flexible payment solutions for online merchants, particularly those operating in high-risk industries such as iGaming, forex, adult entertainment, and e-commerce. The platform enables businesses to accept a wide range of payment methods, including international credit and debit cards, local payment options, and alternative methods, helping them cater to diverse markets. WebPays focuses on delivering high approval rates, fraud prevention tools, multi-currency support, and real-time transaction monitoring. Its infrastructure is designed for scalability and easy integration via APIs or hosted payment pages, providing merchants with a reliable and compliant way to manage their payment operations. WebPays and 500+ other payment providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard."
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "amazonpaymentservices",
+ "vendor": "amazonpaymentservices",
+ "name": {
+ "en": "Amazon Payment Services",
+ "ru": "Amazon Payment Services",
+ "uk": "Amazon Payment Services"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "lpb",
+ "vendor": "lpb",
+ "name": {
+ "en": "LPB",
+ "ru": "LPB",
+ "uk": "LPB"
+ },
+ "description": {
+ "en": "LPB Bank (Latvijas Pasta Banka) is a Latvia-based financial institution that offers a wide range of banking and financial services, including payment processing and merchant acquiring for businesses operating locally and internationally. The bank provides tailored solutions for e-commerce companies, including support for card payments, SEPA and SWIFT transfers, multi-currency accounts, and fraud prevention tools. LPB Bank specializes in servicing digital businesses and high-risk industries, offering streamlined onboarding and a focus on compliance with EU regulations, including AML and KYC standards. Its infrastructure is designed to support fast, secure transactions and reliable cross-border banking. LPB and 500+ other payment providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard.",
+ "ru": "LPB Bank — это латвийский банк, предлагающий платежные решения для e-commerce, включая интернет-эквайринг, SEPA-переводы, мультивалютные счета и расчетные услуги для финтех-компаний. Банк активно сотрудничает с международными клиентами, предоставляя надежную финансовую инфраструктуру и поддержку платежных операций. Этот и более чем 500 других провайдеров уже интегрированы в платформу платежной оркестрации Corefy, позволяя клиентам мгновенно начать использовать интеграцию без программирования — достаточно ввести свои MID-данные в панели Corefy."
+ },
+ "payment_method": [
+ "payment_card",
+ "applepay",
+ "googlepay"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "zepto",
+ "vendor": "zepto",
+ "name": {
+ "en": "Zepto",
+ "ru": "Zepto",
+ "uk": "Zepto"
+ },
+ "payment_method": [
+ "pay_id",
+ "bank_transfer"
+ ],
+ "payout_method": [
+ "bank_transfer"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "nmi",
+ "vendor": "nmi",
+ "name": {
+ "en": "NMI",
+ "ru": "NMI",
+ "uk": "NMI"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "skpay",
+ "vendor": "skpay",
+ "name": {
+ "en": "SKPay",
+ "ru": "SKPay",
+ "uk": "SKPay"
+ },
+ "description": {
+ "en": "SKPay is a digital payment service provider that delivers comprehensive solutions for businesses looking to accept online payments efficiently and securely. The platform supports a range of global and local payment methods, including credit and debit cards, bank transfers, and alternative payment options, making it suitable for e-commerce, digital services, and high-risk industries. SKPay focuses on providing fast onboarding, real-time transaction processing, fraud prevention, and multi-currency support to help merchants expand their operations across borders. Its infrastructure is built for scalability and ease of integration, offering both API and hosted checkout options to streamline payment experiences. SKPay and 500+ other payment providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard."
+ },
+ "payment_method": [
+ "woori_bank",
+ "acb_bank",
+ "exim_bank",
+ "sacom_bank",
+ "vietcom_bank",
+ "bidv_bank",
+ "hong_leong_bank",
+ "dong_a_bank",
+ "shinhan_bank",
+ "uobt",
+ "techom_bank",
+ "vietin_bank",
+ "momo",
+ "zalopay",
+ "vib_bank",
+ "agri_bank",
+ "saigon_bank",
+ "vrb_bank",
+ "ab_bank",
+ "baoviet_bank",
+ "public_bank_vietnam",
+ "pvcom_bank",
+ "kien_long_bank",
+ "mb_bank",
+ "standard_chartered_bank_vietnam",
+ "petrolimex_bank",
+ "viet_capital_bank",
+ "viet_a_bank",
+ "ocean_bank",
+ "nam_a_bank",
+ "indovina_bank",
+ "lien_viet_post_bank",
+ "industrial_bank_ho_chi_minh",
+ "bac_a_bank",
+ "maritime_bank",
+ "cooperative_bank",
+ "gp_bank",
+ "industrial_bank_hanoi",
+ "sea_bank",
+ "hd_bank",
+ "cimb_bank",
+ "shb_bank",
+ "scb_bank",
+ "vp_bank",
+ "tp_bank",
+ "ncb_bank",
+ "viet_bank",
+ "omllvcb_bank",
+ "ocb_bank",
+ "cfc_bank"
+ ],
+ "payout_method": [
+ "woori_bank",
+ "acb_bank",
+ "exim_bank",
+ "sacom_bank",
+ "vietcom_bank",
+ "bidv_bank",
+ "hong_leong_bank",
+ "dong_a_bank",
+ "shinhan_bank",
+ "uobt",
+ "techom_bank",
+ "vietin_bank",
+ "vib_bank",
+ "agri_bank",
+ "saigon_bank",
+ "vrb_bank",
+ "ab_bank",
+ "baoviet_bank",
+ "public_bank_vietnam",
+ "pvcom_bank",
+ "kien_long_bank",
+ "mb_bank",
+ "standard_chartered_bank_vietnam",
+ "petrolimex_bank",
+ "viet_capital_bank",
+ "viet_a_bank",
+ "ocean_bank",
+ "nam_a_bank",
+ "indovina_bank",
+ "lien_viet_post_bank",
+ "industrial_bank_ho_chi_minh",
+ "bac_a_bank",
+ "maritime_bank",
+ "cooperative_bank",
+ "gp_bank",
+ "industrial_bank_hanoi",
+ "sea_bank",
+ "hd_bank",
+ "cimb_bank",
+ "shb_bank",
+ "scb_bank",
+ "vp_bank",
+ "tp_bank",
+ "ncb_bank",
+ "viet_bank",
+ "omllvcb_bank",
+ "ocb_bank",
+ "cfc_bank",
+ "momo",
+ "zalopay"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "toshani",
+ "vendor": "toshani",
+ "name": {
+ "en": "Toshani Digital",
+ "ru": "Toshani Digital",
+ "uk": "Toshani Digital"
+ },
+ "payment_method": [
+ "upi_qr"
+ ],
+ "payout_method": [
+ "imps",
+ "rtgs",
+ "neft"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "mxpay",
+ "vendor": "mxpay",
+ "description": {
+ "en": "MXPay is a digital payment platform offering a comprehensive suite of financial services tailored for businesses and individuals. The platform enables users to send and receive money, request payments, process voucher payments, utilize escrow services, and withdraw funds. With support for over 24 payment gateways worldwide, MXPay facilitates seamless transactions across various channels. Additional features include real-time tracking, multi-currency support, robust security measures, user-friendly interfaces, quick settlements, and 24/7 customer support, making it a versatile solution for diverse payment needs. This and 500+ providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard."
+ },
+ "name": {
+ "en": "MXPay",
+ "ru": "MXPay",
+ "uk": "MXPay"
+ },
+ "payout_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "walletto",
+ "vendor": "walletto",
+ "name": {
+ "en": "Walletto",
+ "ru": "Walletto",
+ "uk": "Walletto"
+ },
+ "payment_method": [
+ "payment_card"
+ ],
+ "payout_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "sbpay",
+ "vendor": "sbpay",
+ "name": {
+ "en": "SBPay",
+ "ru": "SBPay",
+ "uk": "SBPay"
+ },
+ "payment_method": [
+ "sbp"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "pagsmile",
+ "vendor": "pagsmile",
+ "name": {
+ "en": "Pagsmile",
+ "ru": "Pagsmile",
+ "uk": "Pagsmile"
+ },
+ "description": {
+ "ru": "Pagsmile — это бразильский платежный провайдер, специализирующийся на локальных методах оплаты для электронной коммерции в Латинской Америке. Платформа предлагает доступ к таким популярным методам, как Boleto, PIX, банковские переводы и мобильные кошельки, а также поддерживает оплату картами. Pagsmile позволяет международным компаниям принимать платежи от клиентов в Бразилии, Аргентине, Мексике и других странах региона. Этот и более чем 500 других провайдеров уже интегрированы в платформу платежной оркестрации Corefy, позволяя клиентам мгновенно начать использовать интеграцию без программирования — достаточно ввести свои MID-данные в панели Corefy.",
+ "es": "Pagsmile es un proveedor de pagos centrado en América Latina que permite a empresas globales aceptar pagos locales en mercados emergentes, especialmente en Brasil, México y otros países latinoamericanos. Su oferta incluye métodos populares como boletos bancarios, transferencias locales, pagos en efectivo y wallets digitales. Pagsmile destaca por facilitar la entrada de negocios internacionales a estos mercados complejos mediante la localización de pagos, procesamiento rápido y cumplimiento normativo. Este y más de 500 proveedores ya están integrados en la plataforma de orquestación de pagos de Corefy, lo que permite a nuestros clientes comenzar a usar la integración al instante sin necesidad de programación, simplemente introduciendo sus credenciales MID en el panel de Corefy.",
+ "en": "Pagsmile is a Latin America-focused payments provider that enables global businesses to accept local payments in emerging markets, especially in Brazil, Mexico and other Latin American countries. Its offerings include popular methods such as boletos bancários, local transfers, cash payments and digital wallets. Pagsmile excels at facilitating international business entry into these complex markets through payment localization, fast processing and regulatory compliance. It and more than 500 other providers are already integrated into Corefy's payment orchestration platform, allowing our clients to start using the integration instantly with no programming required, simply by entering their MID credentials into the Corefy dashboard."
+ },
+ "payment_method": [
+ "pix",
+ "pix_qr",
+ "picpay",
+ "boleto_bancario",
+ "bank_transfer",
+ "loteria",
+ "rapipago",
+ "khipu"
+ ],
+ "payout_method": [
+ "pix",
+ "bank_transfer"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "paygames",
+ "vendor": "paygames",
+ "name": {
+ "en": "EasyPayGames",
+ "ru": "EasyPayGames",
+ "uk": "EasyPayGames"
+ },
+ "description": {
+ "en": "PayGames is a payment service provider specializing in tailored solutions for the gaming and digital entertainment industries. The platform enables developers, publishers, and gaming merchants to accept a wide range of payment methods globally, including credit and debit cards, e-wallets, and local alternatives. PayGames focuses on providing seamless checkout experiences, fast payment processing, and high conversion rates, all while maintaining robust fraud prevention and compliance standards. Its infrastructure is built to handle high transaction volumes and support recurring billing models, making it ideal for in-game purchases, subscriptions, and virtual goods. PayGames and 500+ other payment providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard."
+ },
+ "payment_method": [
+ "payment_card"
+ ],
+ "payout_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "cashonex",
+ "vendor": "cashonex",
+ "name": {
+ "en": "CashOneX",
+ "ru": "CashOneX",
+ "uk": "CashOneX"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "vanilapay",
+ "vendor": "vanilapay",
+ "name": {
+ "en": "VanilaPay",
+ "ru": "VanilaPay",
+ "uk": "VanilaPay"
+ },
+ "payment_method": [
+ "payment_card",
+ "qiwi"
+ ],
+ "payout_method": [
+ "payment_card",
+ "qiwi",
+ "mobile"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "paytriot",
+ "vendor": "paytriot",
+ "name": {
+ "en": "Paytriot",
+ "ru": "Paytriot",
+ "uk": "Paytriot"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "code": "neopay",
+ "status": "active",
+ "description": {
+ "en": "Neopay is a European open banking payments solutions provider. They deliver localized payment experiences across Europe with less hassle, lower costs and more conversions. Their focus is various payments products and solutions that can be adopted to specific business needs. They offer incoming payments, payouts & refunds, one-click payments, bulk payments, subscription payments, active payment links, user ID verification, cards payments, POS lending, Buy now Pay later, and 12Play for iGaming companies which helps onboard customers faster and easier. Neopay operates in 15 European countries and can add the countries you need. Their clients are mainly e-commerce, utilities, iGaming companies. The company processes 2 million payments per month. It is a publicly listed company (ticker NEOFI:VLX) with an EMI license. It operates under PSD2and is supervised by Bank of Lithuania. Their other businesses are crowdfunding and P2P lending.",
+ "de": "Neopay ist ein Anbieter für Open-Banking-Zahlungen, der Konto-zu-Konto-Transaktionen über direkte Bankverbindungen ermöglicht. Die Plattform nutzt PSD2-konforme APIs, um Echtzeitüberweisungen mit geringeren Gebühren als Kartenzahlungen anzubieten. Neopay richtet sich an Händler in Europa, die eine sichere, transparente und schnelle Zahlungsalternative wünschen. Die Lösung eignet sich besonders für E-Commerce, Versorgungsunternehmen und Plattformbetreiber. Neopay und über 500 weitere Anbieter sind bereits in Corefys Payment-Orchestration-Plattform integriert, wodurch unsere Kunden die Integration sofort und ohne Programmieraufwand nutzen können – einfach durch Eingabe ihrer MID-Zugangsdaten im Corefy-Dashboard.",
+ "ru": "Neopay — это финтех-провайдер из Литвы, предлагающий решение для мгновенных банковских переводов через API-интеграции на базе открытого банкинга. Компания предоставляет прямой доступ к банковским платежным системам ЕС, позволяя бизнесам принимать средства от клиентов без посредников, используя платежные инициирующие сервисы (PIS). Neopay работает с онлайн-ритейлом, финансовыми сервисами и SaaS-платформами. Этот и более чем 500 других провайдеров уже интегрированы в платформу платежной оркестрации Corefy, позволяя клиентам мгновенно начать использовать интеграцию без программирования — достаточно ввести свои MID-данные в панели Corefy.",
+ "es": "Neopay es un proveedor de tecnología de pagos centrado en soluciones de Open Banking. Facilita transferencias bancarias instantáneas directamente entre cuentas del consumidor y del comerciante, eliminando la necesidad de tarjetas. Su solución mejora las tasas de conversión y reduce los costes de transacción, siendo ideal para sectores como iGaming, comercio electrónico y servicios financieros. Este y más de 500 proveedores ya están integrados en la plataforma de orquestación de pagos de Corefy, lo que permite a nuestros clientes comenzar a usar la integración al instante sin necesidad de programación, simplemente introduciendo sus credenciales MID en el panel de Corefy."
+ },
+ "vendor": "neopay",
+ "name": {
+ "en": "Neopay",
+ "ru": "Neopay",
+ "uk": "Neopay"
+ }
+ },
+ {
+ "status": "active",
+ "code": "exxogate",
+ "vendor": "exxogate",
+ "name": {
+ "en": "Exxogate",
+ "ru": "Exxogate",
+ "uk": "Exxogate"
+ },
+ "description": {
+ "en": "Exxogate is a payment service provider offering online payment processing and commerce solutions for internet businesses of all sizes. It supports various payment methods, including online banking, mobile payments, QR codes, UPI, digital wallets, and wire transfers, catering to regions such as Southeast Asia, the Gulf Cooperation Council (GCC) countries, and India. The platform emphasizes flexibility with features like cascading payments, allowing repeated transactions through alternative gateways if the primary channel is unavailable, and supports bulk payouts to clients’ bank cards, phones, or other sources. Security is a priority, offering 3D Secure authorization, an anti-fraud module with customizable filters, and comprehensive support for disputed payments and refunds. Real-time transaction monitoring and transparent reporting tools are also integral parts of their service. This and 500+ providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard."
+ },
+ "payment_method": [
+ "hdfc_bank",
+ "viettelpay",
+ "truemoney",
+ "ovo",
+ "dana",
+ "gopay",
+ "va_may_bank",
+ "icici_bank",
+ "indusind_bank",
+ "state_bank_of_india",
+ "kotak_mahindra_bank",
+ "idfc_bank_india",
+ "axis_bank",
+ "bandhan_bank",
+ "bank_of_baroda",
+ "federal_bank_india",
+ "idbi_bank",
+ "india_post_payment_bank",
+ "j_k_bank_india",
+ "karnataka_bank",
+ "lakshmi_vilas_bank_india",
+ "paytm_payments_bank",
+ "ujjivan_small_finance_bank",
+ "techcom_bank",
+ "sacom_bank",
+ "vietcom_bank",
+ "asia_commercial_bank",
+ "dong_a_bank",
+ "vietin_bank",
+ "bidv_bank",
+ "exim_bank",
+ "agri_bank",
+ "bank_central_asia",
+ "bank_negara_indonesia",
+ "mandiri_bank",
+ "bank_rakyat_indonesia",
+ "bank_negara_indonesia_va",
+ "affin_bank_berhad",
+ "alliance_bank",
+ "ambank_berhad",
+ "bank_islam_malaysia",
+ "bank_rakyat_malaysia_berhad",
+ "bank_simpanan_nasional_berhad",
+ "cimb_bank",
+ "citi_bank",
+ "hong_leong_bank",
+ "hsbc_bank_malaysia_berhad",
+ "maybank_berhad",
+ "ocbc_bank",
+ "public_bank_berhad",
+ "rhb_bank_fpx",
+ "united_overseas_bank_berhad",
+ "payment_card",
+ "saraswat_cooperative_bank",
+ "krung_thai_bank",
+ "siam_commercial_bank",
+ "bangko_bank",
+ "kasikorn_bank",
+ "thai_military_bank",
+ "krungsri",
+ "cimb_thai_bank",
+ "government_savings_bank",
+ "united_overseas_bank_thai",
+ "government_housing_bank",
+ "hong_kong_shanghai_bank",
+ "standard_chartered_bank_thai",
+ "land_and_houses_bank",
+ "krungthai_bank",
+ "kiatnakin_bank",
+ "asia_commercial_bank_qr",
+ "bidv_bank_qr",
+ "vietcom_bank_qr",
+ "vietin_bank_qr",
+ "momo_qr",
+ "zalo_qr",
+ "vietnam_prosperity_commerial_bank_qr",
+ "military_commercial_bank_qr",
+ "techcom_bank_qr",
+ "thai_qr_payment",
+ "online_banking_qr",
+ "artha_graha_bank",
+ "bukopin_bank",
+ "commonwealth_bank",
+ "danamon_bank",
+ "mega_bank",
+ "maspion_bank",
+ "mestika_bank",
+ "panin_bank",
+ "sumut_bank",
+ "sinar_mas_bank",
+ "btpn_bank",
+ "cimb_niaga",
+ "hsbc_bank_indonesia",
+ "ocbc_bank_indonesia",
+ "permata_bank",
+ "united_overseas_bank_indonesia",
+ "upi",
+ "airtel_money",
+ "reliance_jio",
+ "freecharge",
+ "phonepe",
+ "amazon_pay",
+ "olamoney",
+ "mobikwik",
+ "paytm",
+ "jiomoney",
+ "maharashtra_bank_india",
+ "central_bank_of_india",
+ "canara_bank",
+ "bank_of_india",
+ "city_union_bank",
+ "indian_bank",
+ "indian_overseas_bank",
+ "indian_development_bank",
+ "karurvysya_bank_india",
+ "south_indian_bank",
+ "union_bank_of_india",
+ "yes_bank",
+ "andhra_bank",
+ "uco_bank_india",
+ "csb_bank",
+ "allahabad_bank",
+ "dhanalaxmi_bank_india",
+ "laxmi_vilas_bank",
+ "punjab_national_bank",
+ "standard_chartered_bank_india",
+ "punjab_sind_bank",
+ "rupay",
+ "india_bank_selection",
+ "boost",
+ "cimb_bank_fpx",
+ "may_bank_fpx",
+ "public_bank_fpx",
+ "standard_chartered_bank_malaysia_fpx",
+ "rhb_bank",
+ "bank_islam_malaysia_fpx",
+ "hong_leong_bank_fpx",
+ "hsbc_bank_malaysia_fpx",
+ "uob_fpx",
+ "ocbc_bank_fpx",
+ "alliance_bank_fpx",
+ "ambank_fpx",
+ "bank_simpanan_nasional_fpx",
+ "affin_bank_fpx",
+ "bank_rakyat_malaysia_fpx",
+ "curfex",
+ "tpbank",
+ "shb_bank",
+ "mb_bank",
+ "vib_bank",
+ "ab_bank",
+ "vp_bank",
+ "scb_bank",
+ "uobt",
+ "tmbthanachart_bank",
+ "rhb_bank",
+ "gcash",
+ "maya",
+ "bank_transfer",
+ "bank_transfer_va",
+ "bank_transfer_qr",
+ "mtn",
+ "safaricom",
+ "equitel",
+ "airteltigo",
+ "vodafone_cash",
+ "mtn_group",
+ "vodafone_pay",
+ "ecocash",
+ "tigo_pesa",
+ "vodacom",
+ "orange_money",
+ "zamtel",
+ "bkash_limited",
+ "nagad_wallet",
+ "dutch_bangla_bank_limited_rocket",
+ "united_commercial_bank_upay",
+ "pix",
+ "picpay",
+ "paybol",
+ "nova_bank",
+ "pse"
+ ],
+ "payout_method": [
+ "hdfc_bank",
+ "icici_bank",
+ "indusind_bank",
+ "state_bank_of_india",
+ "kotak_mahindra_bank",
+ "idfc_bank_india",
+ "axis_bank",
+ "bandhan_bank",
+ "bank_of_baroda",
+ "federal_bank_india",
+ "idbi_bank",
+ "india_post_payment_bank",
+ "j_k_bank_india",
+ "karnataka_bank",
+ "lakshmi_vilas_bank_india",
+ "paytm_payments_bank",
+ "ujjivan_small_finance_bank",
+ "bank_transfer",
+ "techcom_bank",
+ "sacom_bank",
+ "vietcom_bank",
+ "asia_commercial_bank",
+ "dong_a_bank",
+ "vietin_bank",
+ "bidv_bank",
+ "exim_bank",
+ "agri_bank",
+ "bank_central_asia",
+ "bank_negara_indonesia",
+ "mandiri_bank",
+ "bank_rakyat_indonesia",
+ "bank_negara_indonesia_va",
+ "affin_bank_berhad",
+ "alliance_bank",
+ "ambank_berhad",
+ "bank_islam_malaysia",
+ "bank_rakyat_malaysia_berhad",
+ "bank_simpanan_nasional_berhad",
+ "cimb_bank",
+ "citi_bank",
+ "hong_leong_bank",
+ "hsbc_bank_malaysia_berhad",
+ "maybank_berhad",
+ "ocbc_bank",
+ "public_bank_vietnam",
+ "rhb_bank",
+ "united_overseas_bank_berhad",
+ "asia_commercial_bank_qr",
+ "bidv_bank_qr",
+ "vietcom_bank_qr",
+ "vietin_bank_qr",
+ "momo_qr",
+ "zalo_qr",
+ "vietnam_prosperity_commerial_bank_qr",
+ "military_commercial_bank_qr",
+ "techcom_bank_qr",
+ "artha_graha_bank",
+ "bukopin_bank",
+ "commonwealth_bank",
+ "danamon_bank",
+ "mega_bank",
+ "maspion_bank",
+ "mestika_bank",
+ "panin_bank",
+ "sumut_bank",
+ "sinar_mas_bank",
+ "btpn_bank",
+ "cimb_niaga",
+ "hsbc_bank_indonesia",
+ "ocbc_bank_indonesia",
+ "permata_bank",
+ "united_overseas_bank_indonesia",
+ "upi",
+ "upi_payout",
+ "krung_thai_bank",
+ "siam_commercial_bank",
+ "bangko_bank",
+ "kasikorn_bank",
+ "thai_military_bank",
+ "krungsri",
+ "cimb_thai_bank",
+ "government_savings_bank",
+ "united_overseas_bank_thai",
+ "government_housing_bank",
+ "hong_kong_shanghai_bank",
+ "standard_chartered_bank_thai",
+ "land_and_houses_bank",
+ "thai_qr_payment",
+ "uob_bank",
+ "tmbthanachart_bank",
+ "krungthai_bank",
+ "kiatnakin_bank",
+ "maharashtra_bank_india",
+ "central_bank_of_india",
+ "canara_bank",
+ "bank_of_india",
+ "city_union_bank",
+ "indian_bank",
+ "indian_overseas_bank",
+ "karurvysya_bank_india",
+ "south_indian_bank",
+ "union_bank_of_india",
+ "yes_bank",
+ "andhra_bank",
+ "andhra_pragathi_grameena_bank",
+ "uco_bank_india",
+ "allahabad_bank",
+ "punjab_national_bank",
+ "deutsche_bank_india",
+ "equitas_bank",
+ "rbl_bank",
+ "vib_bank",
+ "ab_bank",
+ "dbs_bank_india",
+ "bank_bjb",
+ "bank_dki",
+ "bank_bpd_diy",
+ "bank_jateng",
+ "bank_jatim",
+ "bank_nagari",
+ "bank_riau_kepri",
+ "bank_sumselbabel",
+ "bank_kalbar",
+ "bank_kaltimtara",
+ "bank_kalteng",
+ "bank_sulselbar",
+ "bank_bpd_bali",
+ "bank_maluku_malut",
+ "bank_papua",
+ "bank_banten",
+ "bank_bnp",
+ "bank_muamalat",
+ "shinhan_bank",
+ "bank_qnb_indonesia",
+ "btn_bank",
+ "bank_woori_saudara",
+ "bank_jasa_jakarta",
+ "bank_keb_hana_indonesia",
+ "bank_mnc",
+ "bank_sbi_indonesia",
+ "bank_digital_bca",
+ "bank_nationalnobu",
+ "bank_ina_perdana",
+ "prima_master_bank",
+ "bank_sahabat_sampoerna",
+ "bank_multiarta_sentosa",
+ "bank_index",
+ "bank_victoria",
+ "bank_harda_internasional",
+ "ibk_bank_indonesia",
+ "bank_ctbc_indonesia",
+ "citibank_indonesia",
+ "bank_ccb_indonesia",
+ "mufg_bank",
+ "bank_dbs_indonesia",
+ "bank_capital_indonesia",
+ "bank_of_china_jakarta_branch",
+ "bank_bumi_arta",
+ "bank_rabobank",
+ "bank_jtrust_indonesia",
+ "bank_mayapada",
+ "bank_idrk",
+ "community_bank",
+ "pg_bank",
+ "momiji_bank",
+ "smbc_trust_bank",
+ "nagasaki_bank",
+ "77_bank",
+ "chiba_bank",
+ "shinsei_bank",
+ "kitakyushu_bank",
+ "aeon_bank",
+ "bank_of_america_corporation",
+ "tama_shinkin_bank",
+ "shiga_bank",
+ "chiba_kogyo_bank",
+ "hiroshima_bank",
+ "mizuho_bank",
+ "aichi_doctors_credit_cooperative",
+ "hyaku_jyushi_bank",
+ "ikeda_senshu_bank",
+ "jpmorgan_chase_bank",
+ "amagasaki_shinkin_bank",
+ "michinoku_bank",
+ "daito_bank",
+ "miyazaki_bank",
+ "kirayaka_bank",
+ "jouyou_bank",
+ "osaka_shinkin_bank",
+ "abashiri_shinkin_bank",
+ "aomori_bank",
+ "tochigi_bank",
+ "tohoku_bank",
+ "kanagawa_bank",
+ "shimizu_bank",
+ "iyo_bank",
+ "ashikaga_bank",
+ "daisan_bank",
+ "kiyou_bank",
+ "chukyo_bank",
+ "hsbc_hong_kong",
+ "sbj_bank",
+ "japan_post_bank",
+ "nagano_bank",
+ "juroku_banks",
+ "ogaki_kyoritsu_bank",
+ "sumitomo_mitsui_banking_corporation",
+ "toyama_bank",
+ "suruga_bank",
+ "awa_bank",
+ "saitama_resona_bank",
+ "ryukyu_bank",
+ "hyakugo_banks",
+ "shonai_bank",
+ "seven_bank",
+ "tomato_bank",
+ "nishi_nihon_city_bank",
+ "yamagata_bank",
+ "chikubo_bank",
+ "shikoku_bank",
+ "fukushima_bank",
+ "sendai_bank",
+ "higo_bank",
+ "musashino_bank",
+ "akita_bank",
+ "saikyo_bank",
+ "hokkaido_bank",
+ "citibank_n_a",
+ "oita_bank",
+ "yokohama_bank",
+ "rakuten_bank",
+ "aichi_bank",
+ "daishi_bank",
+ "san_in_godo_bank",
+ "okinawa_kaiho_bank",
+ "kumamoto_bank",
+ "tottori_bank",
+ "hiroshima_shinkin_bank",
+ "saga_kyoei_bank",
+ "yamanashi_chuo_bank",
+ "mie_bank",
+ "aozora_bank",
+ "tsukuba_bank",
+ "howa_bank",
+ "oita_mirai_shinkin_bank",
+ "okinawa_bank",
+ "nagoya_bank",
+ "lawson_bank",
+ "sony_bank",
+ "aichi_shogin",
+ "shinwa_bank",
+ "minato_bank",
+ "fukuoka_chuo_bank",
+ "shizuoka_bank",
+ "resona_bank",
+ "tokyo_star_bank",
+ "paypay",
+ "hokuto_bank",
+ "tokushima_bank",
+ "yamaguchi_bank",
+ "kagawa_bank",
+ "towa_bank",
+ "fukui_bank",
+ "abukuma_shinkin_bank",
+ "minami_nippon_bank",
+ "touhou_bank",
+ "miyazaki_taiyo_bank",
+ "sumishin_sbi_net_bank",
+ "mitsubishi_ufj_trust_and_banking",
+ "shizuoka_chuo_bank",
+ "deutsche_bank",
+ "kyoto_bank",
+ "hachijuni_bank",
+ "keiyo_bank",
+ "north_pacific_bank",
+ "first_bank_of_toyama",
+ "kansai_mirai_bank",
+ "mitsubishi_ufj_bank",
+ "ehime_bank",
+ "aichi_shinkin_bank",
+ "kochi_bank",
+ "fukuoka_bank",
+ "iwate_bank",
+ "shimane_bank",
+ "daiwa_next_bank",
+ "jibun_bank",
+ "jyuhachi_bank",
+ "hokuetsu_bank",
+ "kagoshima_bank",
+ "kiraboshi_bank",
+ "nanto_bank",
+ "kita_nippon_bank",
+ "hokkoku_bank",
+ "fukuho_bank",
+ "taiko_bank",
+ "kyoto_chuo_shinkin_bank",
+ "kyoto_shinkin_bank",
+ "hokuriku_bank",
+ "higashi_nippon_bank",
+ "taisho_bank",
+ "tajima_bank",
+ "gunma_bank",
+ "saga_bank",
+ "industrial_bank_of_korea",
+ "standard_chartered_bank_korea",
+ "citibank_korea",
+ "k_bank_south_korea",
+ "kf_of_ccc_bank",
+ "local_cooperative_federation_bank",
+ "aba_bank_cambodia",
+ "wing_bank_cambodia",
+ "acleda_bank_cambodia",
+ "standard_chartered_bank",
+ "shb_bank",
+ "gp_bank",
+ "saigon_bank",
+ "ocean_bank",
+ "nam_a_bank",
+ "tp_bank",
+ "industrial_bank_ho_chi_minh",
+ "viet_a_bank",
+ "bank_of_china",
+ "kyongnam_bank",
+ "kwangju_bank",
+ "kookmin_bank",
+ "daegu_bank",
+ "busan_bank",
+ "kdb_bank",
+ "kakao_bank",
+ "suhyup_bank",
+ "woori_bank",
+ "korea_post_bank",
+ "jeonbuk_bank",
+ "jeju_bank",
+ "keb_hana_bank",
+ "nonghyup_bank",
+ "credit_union_bank",
+ "access_bank_nigeria",
+ "first_bankof_nigeria",
+ "guaranty_trust_bank",
+ "zenith_bank",
+ "sterling_bank",
+ "providus_bank",
+ "unity_bank",
+ "absa_bank",
+ "first_national_bank",
+ "standard_bank",
+ "ned_bank",
+ "capitec_bank",
+ "investec_bank",
+ "mtn",
+ "airtel_money",
+ "safaricom",
+ "equitel",
+ "airteltigo",
+ "vodafone_cash",
+ "mtn_group",
+ "vodafone_ghana",
+ "ecocash",
+ "tigo_pesa",
+ "vodacom",
+ "orange_money",
+ "zamtel",
+ "pay_maya",
+ "gcash",
+ "bkash_limited",
+ "nagad_wallet",
+ "dutch_bangla_bank_limited_rocket",
+ "united_commercial_bank_upay",
+ "pix",
+ "diamond_bank_nigeria",
+ "citi_bank_nigeria",
+ "ecobank_nigeria",
+ "fsmb_nigeria",
+ "fidelity_bank_nigeria",
+ "polaris_bank_nigeria",
+ "stanbic_bank_nigeria",
+ "tyme_bank",
+ "african_bank",
+ "paybol",
+ "nova_bank",
+ "bidvest_bank",
+ "coronation_merchant_bank",
+ "enterprise_bank_limited",
+ "etranzact",
+ "fsdh_merchant_bank",
+ "heritage_bank",
+ "jaiz_bank",
+ "keystone_bank",
+ "npfmicrofinance_bank",
+ "safetrust_mortgage_bank",
+ "standard_chartered_bank",
+ "sterling_bank",
+ "union_bankof_nigeria",
+ "united_bankfor_africa",
+ "unity_bank",
+ "wema_bank",
+ "zenith_bank"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "maxpayment",
+ "vendor": "maxpayment",
+ "name": {
+ "en": "Maxpayment",
+ "ru": "Maxpayment",
+ "uk": "Maxpayment"
+ },
+ "payment_method": [
+ "payment_card",
+ "papara",
+ "bank_transfer",
+ "pep",
+ "instant_papara"
+ ],
+ "payout_method": [
+ "bank_transfer",
+ "papara",
+ "pep"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "forestpayment",
+ "vendor": "forestpayment",
+ "name": {
+ "en": "ForestPayment",
+ "ru": "ForestPayment",
+ "uk": "ForestPayment"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "paytony",
+ "vendor": "paytony",
+ "name": {
+ "en": "Paytony",
+ "ru": "Paytony",
+ "uk": "Paytony"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "conceptpay",
+ "vendor": "conceptpay",
+ "name": {
+ "en": "ConceptPay",
+ "ru": "ConceptPay",
+ "uk": "ConceptPay"
+ },
+ "payment_method": [
+ "payment_card"
+ ],
+ "payout_method": [
+ "payment_card",
+ "sepa_transfer"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "impaya",
+ "vendor": "impaya",
+ "name": {
+ "en": "Impaya",
+ "ru": "Impaya",
+ "uk": "Impaya"
+ },
+ "description": {
+ "en": "Impaya is a Riga-based payment service provider offering a comprehensive suite of online payment solutions tailored for both low- and high-risk merchants. Founded in 2015, the company operates under the legal entity Impaya Payments Ltd. Impaya supports a wide array of payment methods, including credit and debit cards, e-wallets, SEPA direct debits, and local bank transfers, facilitating transactions in over 170 countries. Their platform emphasizes security and scalability, featuring 3D Secure and non-3D Secure terminals, recurring billing, and support for Google Pay and Apple Pay. Impaya also offers white-label solutions, enabling businesses to customize the payment experience to their brand. Integration is streamlined through plugins for platforms like WHMCS and WooCommerce, and the company provides multilingual technical support around the clock. This and 500+ providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard."
+ },
+ "payment_method": [
+ "payment_card",
+ "mb_way",
+ "pay_id",
+ "multibanco",
+ "applepay",
+ "googlepay"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "vevopay",
+ "vendor": "vevopay",
+ "name": {
+ "en": "VevoPay",
+ "ru": "VevoPay",
+ "uk": "VevoPay"
+ },
+ "description": {
+ "en": "VevoPay is a digital payment service provider that facilitates seamless online transactions for businesses, particularly in regions where alternative payment methods are prevalent. Specializing in offering a variety of local payment options, VevoPay enables merchants to cater to diverse customer preferences, enhancing the overall payment experience. The platform supports integrations with various payment methods, ensuring flexibility and adaptability for businesses aiming to expand their reach. VevoPay’s infrastructure is designed to provide secure, efficient, and user-friendly payment solutions, making it a valuable partner for merchants seeking to optimize their payment processes. This and 500+ providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard.",
+ "ru": "VevoPay — это поставщик цифровых платежных услуг, обеспечивающий беспрепятственные онлайн-транзакции для бизнеса, особенно в регионах с широким распространением альтернативных методов оплаты. Специализируясь на предоставлении различных локальных способов оплаты, VevoPay позволяет торговцам учитывать предпочтения разных категорий клиентов, улучшая общий пользовательский опыт при оплате. Платформа поддерживает интеграции с различными платежными методами, обеспечивая гибкость и адаптивность для компаний, стремящихся расширить свое присутствие. Инфраструктура VevoPay разработана для обеспечения безопасных, эффективных и удобных платежных решений, что делает этого провайдера ценным партнером для бизнеса, желающего оптимизировать свои процессы приема платежей. Этот и более 500 других провайдеров уже интегрированы в платформу оркестрации платежей Corefy, что позволяет нашим клиентам мгновенно начать пользоваться интеграцией без программирования — достаточно ввести MID-данные в личном кабинете Corefy."
+ },
+ "payout_method": [
+ "papara",
+ "bank_transfer",
+ "mefete",
+ "payfix",
+ "parazula",
+ "fups",
+ "cmt",
+ "pep"
+ ],
+ "payment_method": [
+ "papara",
+ "payment_card",
+ "bank_transfer",
+ "mefete",
+ "payfix",
+ "parazula",
+ "fups",
+ "pep"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "localpayments",
+ "vendor": "localpayments",
+ "name": {
+ "en": "Localpayment",
+ "ru": "Localpayment",
+ "uk": "Localpayment"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "convergegate",
+ "vendor": "convergegate",
+ "name": {
+ "en": "Converge Gate",
+ "ru": "Converge Gate",
+ "uk": "Converge Gate"
+ },
+ "payment_method": [
+ "blik",
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "whitepay",
+ "vendor": "whitepay",
+ "name": {
+ "en": "Whitepay",
+ "ru": "Whitepay",
+ "uk": "Whitepay"
+ },
+ "description": {
+ "de": "Whitepay ist ein innovativer Krypto-Zahlungsdienstleister aus der Ukraine, der es Händlern ermöglicht, Kryptowährungen einfach und sicher zu akzeptieren – sowohl online als auch im stationären Handel. Das Unternehmen stellt POS-Terminals, Online-Checkout-Integrationen und QR-Code-Zahlungslösungen zur Verfügung, die mit führenden Kryptowährungen wie Bitcoin, Ethereum und USDT kompatibel sind. Whitepay richtet sich an Einzelhändler, Wohltätigkeitsorganisationen und E-Commerce-Plattformen, die auf moderne Zahlungsarten setzen möchten. Besonders in osteuropäischen Märkten hat sich Whitepay als nutzerfreundliche und rechtssichere Lösung etabliert. Whitepay und über 500 weitere Anbieter sind bereits in Corefys Payment-Orchestration-Plattform integriert, wodurch unsere Kunden die Integration sofort und ohne Programmieraufwand nutzen können – einfach durch Eingabe ihrer MID-Zugangsdaten im Corefy-Dashboard.",
+ "ru": "Whitepay — это украинский платежный провайдер, предлагающий решения для приема криптовалютных платежей онлайн и офлайн. Компания предоставляет POS-терминалы, платежные кнопки, инвойсы и поддержку Bitcoin, Ethereum, USDT и других популярных активов. Whitepay активно сотрудничает с украинским бизнесом и международными фондами, обеспечивая прозрачность, защиту и быстрое внедрение криптоплатежей. Этот и более чем 500 других провайдеров уже интегрированы в платформу платежной оркестрации Corefy, позволяя клиентам мгновенно начать использовать интеграцию без программирования — достаточно ввести свои MID-данные в панели Corefy.",
+ "en": "Whitepay is a Ukrainian payment provider offering solutions for accepting cryptocurrency payments online and offline. The company provides POS terminals, payment buttons, invoices and support for Bitcoin, Ethereum, USDT and other popular assets. Whitepay actively cooperates with Ukrainian businesses and international funds, providing transparency, protection and fast implementation of crypto-payments. This and more than 500 other providers are already integrated into Corefy's payment orchestration platform, allowing customers to instantly start using the integration without programming - just enter their MID data in the Corefy panel."
+ },
+ "payment_method": [
+ "payment_card",
+ "whitepay"
+ ],
+ "payout_method": [
+ "payment_card",
+ "tether"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "kluwp",
+ "vendor": "kluwp",
+ "payment_method": [
+ "payment_card"
+ ],
+ "name": {
+ "en": "Kluwp",
+ "ru": "Kluwp",
+ "uk": "Kluwp"
+ }
+ },
+ {
+ "status": "active",
+ "code": "odeonpay",
+ "vendor": "odeonpay",
+ "name": {
+ "en": "OdeonPay",
+ "ru": "OdeonPay",
+ "uk": "OdeonPay"
+ },
+ "payment_method": [
+ "hdfc_bank",
+ "icici_bank",
+ "indusind_bank",
+ "state_bank_of_india",
+ "kotak_mahindra_bank",
+ "idfc_bank_india",
+ "axis_bank",
+ "bandhan_bank",
+ "bank_of_baroda",
+ "federal_bank_india",
+ "idbi_bank",
+ "india_post_payment_bank",
+ "j_k_bank_india",
+ "karnataka_bank",
+ "lakshmi_vilas_bank_india",
+ "paytm_payments_bank",
+ "ujjivan_small_finance_bank",
+ "techcom_bank",
+ "sacom_bank",
+ "vietcom_bank",
+ "asia_commercial_bank",
+ "dong_a_bank",
+ "vietin_bank",
+ "bidv_bank",
+ "exim_bank",
+ "agri_bank",
+ "bank_central_asia",
+ "bank_negara_indonesia",
+ "mandiri_bank",
+ "bank_rakyat_indonesia",
+ "affin_bank_berhad",
+ "alliance_bank",
+ "ambank_berhad",
+ "bank_islam_malaysia",
+ "bank_rakyat_malaysia_berhad",
+ "bank_simpanan_nasional_berhad",
+ "cimb_bank",
+ "citi_bank",
+ "hong_leong_bank",
+ "hsbc_bank_malaysia_berhad",
+ "maybank_berhad",
+ "ocbc_bank",
+ "public_bank_berhad",
+ "rhb_bank",
+ "united_overseas_bank_berhad",
+ "payment_card",
+ "saraswat_cooperative_bank",
+ "asia_commercial_bank_qr",
+ "bidv_bank_qr",
+ "vietcom_bank_qr",
+ "vietin_bank_qr",
+ "momo_qr",
+ "zalo_qr",
+ "vietnam_prosperity_commerial_bank_qr",
+ "military_commercial_bank_qr",
+ "techcom_bank_qr",
+ "artha_graha_bank",
+ "bukopin_bank",
+ "commonwealth_bank",
+ "danamon_bank",
+ "mega_bank",
+ "maspion_bank",
+ "mestika_bank",
+ "panin_bank",
+ "sumut_bank",
+ "sinar_mas_bank",
+ "btpn_bank",
+ "cimb_niaga",
+ "hsbc_bank_indonesia",
+ "ocbc_bank_indonesia",
+ "permata_bank",
+ "united_overseas_bank_indonesia",
+ "upi",
+ "airtel_money",
+ "reliance_jio",
+ "freecharge",
+ "phonepe",
+ "amazon_pay",
+ "olamoney",
+ "mobikwik",
+ "paytm",
+ "jiomoney",
+ "maharashtra_bank_india",
+ "central_bank_of_india",
+ "canara_bank",
+ "bank_of_india",
+ "city_union_bank",
+ "indian_bank",
+ "indian_overseas_bank",
+ "indian_development_bank",
+ "karurvysya_bank_india",
+ "south_indian_bank",
+ "union_bank_of_india",
+ "yes_bank",
+ "andhra_bank",
+ "uco_bank_india",
+ "csb_bank",
+ "allahabad_bank",
+ "dhanalaxmi_bank_india",
+ "laxmi_vilas_bank",
+ "punjab_national_bank",
+ "standard_chartered_bank_india",
+ "punjab_sind_bank",
+ "rupay",
+ "india_bank_selection",
+ "sepa_transfer",
+ "virtual_bank_aggregated",
+ "easypaisa",
+ "jazzcash",
+ "upi_qr"
+ ],
+ "payout_method": [
+ "hdfc_bank",
+ "icici_bank",
+ "indusind_bank",
+ "state_bank_of_india",
+ "kotak_mahindra_bank",
+ "idfc_bank_india",
+ "axis_bank",
+ "bandhan_bank",
+ "bank_of_baroda",
+ "federal_bank_india",
+ "idbi_bank",
+ "india_post_payment_bank",
+ "j_k_bank_india",
+ "karnataka_bank",
+ "lakshmi_vilas_bank_india",
+ "paytm_payments_bank",
+ "ujjivan_small_finance_bank",
+ "bank_transfer",
+ "techcom_bank",
+ "sacom_bank",
+ "vietcom_bank",
+ "asia_commercial_bank",
+ "dong_a_bank",
+ "vietin_bank",
+ "bidv_bank",
+ "exim_bank",
+ "agri_bank",
+ "bank_central_asia",
+ "bank_negara_indonesia",
+ "mandiri_bank",
+ "bank_rakyat_indonesia",
+ "affin_bank_berhad",
+ "alliance_bank",
+ "ambank_berhad",
+ "bank_islam_malaysia",
+ "bank_rakyat_malaysia_berhad",
+ "bank_simpanan_nasional_berhad",
+ "cimb_bank",
+ "citi_bank",
+ "hong_leong_bank",
+ "hsbc_bank_malaysia_berhad",
+ "maybank_berhad",
+ "ocbc_bank",
+ "public_bank_vietnam",
+ "rhb_bank",
+ "united_overseas_bank_berhad",
+ "asia_commercial_bank_qr",
+ "bidv_bank_qr",
+ "vietcom_bank_qr",
+ "vietin_bank_qr",
+ "momo_qr",
+ "zalo_qr",
+ "vietnam_prosperity_commerial_bank_qr",
+ "military_commercial_bank_qr",
+ "techcom_bank_qr",
+ "artha_graha_bank",
+ "bukopin_bank",
+ "commonwealth_bank",
+ "danamon_bank",
+ "mega_bank",
+ "maspion_bank",
+ "mestika_bank",
+ "panin_bank",
+ "sumut_bank",
+ "sinar_mas_bank",
+ "btpn_bank",
+ "cimb_niaga",
+ "hsbc_bank_indonesia",
+ "ocbc_bank_indonesia",
+ "permata_bank",
+ "united_overseas_bank_indonesia",
+ "upi",
+ "upi_payout",
+ "sepa_transfer",
+ "virtual_bank_aggregated",
+ "easypaisa",
+ "jazzcash"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "gatetwoway",
+ "vendor": "gatetwoway",
+ "name": {
+ "en": "Gate2way",
+ "ru": "Gate2way",
+ "uk": "Gate2way"
+ },
+ "description": {
+ "en": "Gate2way is a high-risk merchant account provider that specializes in delivering tailored payment processing solutions for online businesses operating in complex industries. With a focus on sectors such as iGaming, forex, and digital content, Gate2way offers a comprehensive suite of services, including payment processing, corporate account setup, and incorporation assistance. The company supports over 500 currencies, enabling merchants to cater to a global customer base with localized strategies. Gate2way provides flexible integration options, including server-to-server and hosted payment page solutions, ensuring seamless technical implementation for businesses. By leveraging a network of payment providers, Gate2way facilitates direct connections to popular processing products, enhancing transaction efficiency and success rates. This and 500+ providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard."
+ },
+ "payment_method": [
+ "payment_card",
+ "skrill",
+ "neteller",
+ "paysafecard",
+ "rapidtransfer",
+ "blik",
+ "polipayonline"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "spartapay",
+ "vendor": "spartapay",
+ "name": {
+ "en": "Sparta-Pay",
+ "ru": "Sparta-Pay",
+ "uk": "Sparta-Pay"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "payplanet",
+ "vendor": "payplanet",
+ "payout_method": [
+ "payment_card"
+ ],
+ "name": {
+ "en": "PayPlanet",
+ "ru": "PayPlanet",
+ "uk": "PayPlanet"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "cryptohawex",
+ "vendor": "cryptohawex",
+ "payment_method": [
+ "payment_card",
+ "bitcoin",
+ "tether",
+ "tron",
+ "usd_coin",
+ "ethereum",
+ "dai_coin",
+ "binance_smart_chain",
+ "venom"
+ ],
+ "payout_method": [
+ "bitcoin",
+ "tether",
+ "tron",
+ "usd_coin",
+ "ethereum",
+ "dai_coin",
+ "binance_smart_chain",
+ "venom"
+ ],
+ "name": {
+ "en": "CryptoHawex",
+ "ru": "CryptoHawex",
+ "uk": "CryptoHawex"
+ }
+ },
+ {
+ "status": "active",
+ "code": "cashbulls",
+ "vendor": "cashbulls",
+ "name": {
+ "en": "Cash Bulls",
+ "ru": "Cash Bulls",
+ "uk": "Cash Bulls"
+ },
+ "description": {
+ "en": "CashBulls is a payment service provider offering tailored online payment solutions for businesses operating in high-risk and fast-growing sectors such as iGaming, e-commerce, and digital services. The company delivers acquiring services, card processing, alternative payment methods, and merchant accounts, helping businesses accept payments globally with a focus on speed, security, and flexibility. CashBulls emphasizes ease of integration, high approval rates, and compliance with industry standards, providing tools for fraud prevention, transaction monitoring, and multi-currency processing. Its infrastructure supports scalable growth and enables merchants to reach international markets with localized payment experiences. CashBulls and 500+ other payment providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard.",
+ "ru": "CashBulls — это платежный провайдер, предлагающий индивидуальные онлайн-решения для бизнеса, работающего в высокорисковых и быстрорастущих отраслях, таких как гемблинг, электронная коммерция и цифровые услуги. Компания предоставляет услуги эквайринга, обработки карт, альтернативных методов оплаты и открытия мерчант-счетов, помогая бизнесу принимать платежи по всему миру с упором на скорость, безопасность и гибкость. CashBulls делает акцент на простой интеграции, высоком проценте одобрения транзакций и соблюдении отраслевых стандартов, предлагая инструменты для предотвращения мошенничества, мониторинга транзакций и обработки в разных валютах. Инфраструктура компании поддерживает масштабируемый рост и позволяет торговцам выходить на международные рынки с учетом локальных особенностей оплаты. CashBulls и более 500 других платежных провайдеров уже интегрированы в платформу оркестрации платежей Corefy, что позволяет нашим клиентам мгновенно начать пользоваться интеграцией без программирования — достаточно ввести MID-данные в личном кабинете Corefy."
+ },
+ "payment_method": [
+ "payment_card",
+ "sepa_transfer",
+ "upi",
+ "blik",
+ "applepay",
+ "googlepay"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "noda",
+ "vendor": "noda",
+ "payment_method": [
+ "sepa_transfer",
+ "payment_card"
+ ],
+ "payout_method": [
+ "sepa_transfer"
+ ],
+ "name": {
+ "en": "Noda",
+ "ru": "Noda",
+ "uk": "Noda"
+ },
+ "description": {
+ "de": "Noda ist ein innovativer Open-Banking-Zahlungsdienstleister mit Sitz in Großbritannien, der auf Konto-zu-Konto-Zahlungen via PSD2-API spezialisiert ist. Händler können über Noda direkte Banküberweisungen in Echtzeit akzeptieren, ohne Zwischenhändler oder Kartenakzeptanzkosten. Die Plattform richtet sich an digitale Unternehmen, die Zahlungsabwicklung, KYC-Prozesse und Smart Analytics in einem System vereinen möchten. Die Lösung bietet schnelle Integration, transparente Gebühren und Zugang zu Hunderten Banken in Europa. Noda und über 500 weitere Anbieter sind bereits in Corefys Payment-Orchestration-Plattform integriert, wodurch unsere Kunden die Integration sofort und ohne Programmieraufwand nutzen können – einfach durch Eingabe ihrer MID-Zugangsdaten im Corefy-Dashboard.",
+ "ru": "Noda — это платежный провайдер, работающий по модели open banking, предоставляющий бизнесам возможность приема платежей напрямую с банковских счетов клиентов. Компания предлагает мгновенные переводы без использования карт, что снижает комиссии и повышает скорость расчетов. Noda активно работает в Европе и Великобритании, предоставляя простые API-решения для e-commerce и цифровых платформ. Этот и более чем 500 других провайдеров уже интегрированы в платформу платежной оркестрации Corefy, позволяя клиентам мгновенно начать использовать интеграцию без программирования — достаточно ввести свои MID-данные в панели Corefy.",
+ "en": "Noda is a payment provider operating on an open banking model, providing businesses with the ability to accept payments directly from customers' bank accounts. The company offers instant transfers without the use of cards, which reduces fees and increases the speed of settlements. Noda is active in Europe and the UK, providing simple API solutions for e-commerce and digital platforms. This and more than 500 other providers are already integrated into Corefy's payment orchestration platform, allowing customers to instantly start using the integration without programming - just enter their MID data in the Corefy dashboard."
+ }
+ },
+ {
+ "status": "active",
+ "code": "blablapay",
+ "vendor": "blablapay",
+ "payment_method": [
+ "payment_card"
+ ],
+ "name": {
+ "en": "BlaBlaPay",
+ "ru": "BlaBlaPay",
+ "uk": "BlaBlaPay"
+ },
+ "description": {
+ "en": "BlablaPay is a digital payment service provider that offers online payment processing solutions tailored to the needs of e-commerce businesses and platforms operating in high-risk industries. The company provides services such as card acquiring, alternative payment methods, and merchant accounts, supporting seamless and secure transactions across various regions. BlablaPay focuses on delivering fast onboarding, fraud prevention, and scalable infrastructure, helping businesses manage their payment flows more effectively. With multi-currency support and a range of integration options, BlablaPay enables merchants to expand globally while maintaining compliance and operational efficiency. BlablaPay and 500+ other payment providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard.",
+ "ru": "BlablaPay — это провайдер цифровых платежных услуг, предлагающий решения для онлайн-эквайринга, адаптированные под нужды бизнеса в сфере электронной коммерции и платформ, работающих в высокорисковых отраслях. Компания предоставляет услуги по приему карт, альтернативным методам оплаты и открытию мерчант-счетов, обеспечивая безопасные и бесшовные транзакции в различных регионах. BlablaPay делает акцент на быстром онбординге, предотвращении мошенничества и масштабируемой инфраструктуре, помогая компаниям эффективно управлять платежными потоками. Благодаря поддержке мультивалютности и широкому выбору вариантов интеграции, BlablaPay позволяет торговцам выходить на глобальные рынки, сохраняя соответствие требованиям и высокую операционную эффективность. BlablaPay и более 500 других платежных провайдеров уже интегрированы в платформу оркестрации платежей Corefy, что позволяет нашим клиентам мгновенно начать пользоваться интеграцией без программирования — достаточно ввести MID-данные в личном кабинете Corefy."
+ }
+ },
+ {
+ "status": "active",
+ "code": "usbxpay",
+ "vendor": "usbxpay",
+ "payment_method": [
+ "payment_card"
+ ],
+ "name": {
+ "en": "USBxPAY",
+ "ru": "USBxPAY",
+ "uk": "USBxPAY"
+ }
+ },
+ {
+ "status": "active",
+ "code": "icard",
+ "vendor": "icard",
+ "payment_method": [
+ "payment_card"
+ ],
+ "name": {
+ "en": "iCard",
+ "ru": "iCard",
+ "uk": "iCard"
+ }
+ },
+ {
+ "status": "active",
+ "code": "paydex",
+ "vendor": "paydex",
+ "name": {
+ "en": "Paydex",
+ "ru": "Paydex",
+ "uk": "Paydex"
+ },
+ "payment_method": [
+ "payment_card"
+ ],
+ "payout_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "nummuspay",
+ "vendor": "nummuspay",
+ "payment_method": [
+ "payment_card"
+ ],
+ "name": {
+ "en": "NummusPay",
+ "ru": "NummusPay",
+ "uk": "NummusPay"
+ }
+ },
+ {
+ "status": "active",
+ "code": "uniongate",
+ "vendor": "uniongate",
+ "payment_method": [
+ "payment_card"
+ ],
+ "name": {
+ "en": "UnionGate",
+ "ru": "UnionGate",
+ "uk": "UnionGate"
+ }
+ },
+ {
+ "status": "active",
+ "code": "payabl",
+ "vendor": "payabl",
+ "payment_method": [
+ "payment_card",
+ "applepay",
+ "googlepay"
+ ],
+ "payout_method": [
+ "payment_card"
+ ],
+ "name": {
+ "en": "Payabl.",
+ "ru": "Payabl.",
+ "uk": "Payabl."
+ },
+ "description": {
+ "de": "payabl. ist ein europäischer Zahlungsdienstleister mit Spezialisierung auf Hochrisikobranchen wie iGaming, Reisen und digitale Inhalte. Die Plattform bietet Acquiring-Services, Zahlungs-Gateway, KYC/AML-Compliance, Risikomanagement sowie Zugang zu über 100 Zahlungsmethoden. Als PCI-DSS-konformer Anbieter mit Sitz in Zypern und Deutschland unterstützt payabl. internationale Händler mit maßgeschneiderten Lösungen und einem hohen Grad an Regulierungskonformität. payabl. und über 500 weitere Anbieter sind bereits in Corefys Payment-Orchestration-Plattform integriert, wodurch unsere Kunden die Integration sofort und ohne Programmieraufwand nutzen können – einfach durch Eingabe ihrer MID-Zugangsdaten im Corefy-Dashboard.",
+ "en": "payabl. is a European payment service provider specializing in high-risk industries such as iGaming, travel and digital content. The platform offers acquiring services, payment gateway, KYC/AML compliance, risk management and access to over 100 payment methods. As a PCI-DSS compliant provider based in Cyprus and Germany, payabl. supports international merchants with customized solutions and a high level of regulatory compliance. payabl. and over 500 other providers are already integrated into Corefy's payment orchestration platform, allowing our customers to use the integration immediately and without programming effort - simply by entering their MID credentials in the Corefy dashboard."
+ }
+ },
+ {
+ "status": "active",
+ "code": "cryptomus",
+ "vendor": "cryptomus",
+ "description": {
+ "en": "Cryptomus offers its global clientele fast and convenient crypto processing services. With the platform there are no borders - it is possible to work with clients from anywhere in the world. Develop your project in Europe, Canada, Asia, Latin America and Africa. Whether you are a beginner or an experienced crypto enthusiast, Cryptomus is here to help you work with a project of any size. Over 20 coins are available. And you’ll never have to worry about your funds with Cryptomus, it’s volatile- and hacker-proof, and by the way, there’s always a support team you can rely on. The platform was founded in 2022 in Vancouver, Canada, but has already gained the trust and support of customers and partners. If you are looking for a multi-functional crypto payment processing platform, then Cryptomus is the right choice for you.",
+ "de": "Cryptomus ist ein Krypto-Zahlungsdienstleister, der Unternehmen die Annahme und Verwaltung von Kryptowährungen wie Bitcoin, Ethereum, USDT und vielen weiteren ermöglicht. Die Plattform bietet Funktionen wie automatische Währungsumrechnung, Massenzahlungen, QR-Codes und White-Label-Lösungen. Cryptomus richtet sich an Online-Händler, Dienstleister und digitale Plattformen, die moderne, sichere und schnelle Zahlungsoptionen anbieten möchten. Die Integration erfolgt per API oder mit Plugins für Shopsysteme. Cryptomus und über 500 weitere Anbieter sind bereits in Corefys Payment-Orchestration-Plattform integriert, wodurch unsere Kunden die Integration sofort und ohne Programmieraufwand nutzen können – einfach durch Eingabe ihrer MID-Zugangsdaten im Corefy-Dashboard.",
+ "ru": "Cryptomus — это криптовалютный платежный провайдер, предоставляющий сервисы для приема и хранения цифровых активов. Компания предлагает бизнесам решения для интеграции криптоплатежей, автоматическую конвертацию в фиат, массовые выплаты и кошельки. Cryptomus поддерживает популярные токены и блокчейны, обеспечивает KYC/AML и удобную панель управления транзакциями. Этот и более чем 500 других провайдеров уже интегрированы в платформу платежной оркестрации Corefy, позволяя клиентам мгновенно начать использовать интеграцию без программирования — достаточно ввести свои MID-данные в панели Corefy."
+ },
+ "payment_method": [
+ "ethereum",
+ "tether",
+ "bitcoin",
+ "tron",
+ "digital_cash",
+ "litecoin",
+ "binance_coin",
+ "binance_usd",
+ "polygon",
+ "toncoin"
+ ],
+ "payout_method": [
+ "ethereum",
+ "tether",
+ "bitcoin",
+ "tron",
+ "digital_cash",
+ "litecoin",
+ "binance_coin",
+ "binance_usd",
+ "polygon",
+ "toncoin"
+ ],
+ "name": {
+ "en": "Cryptomus",
+ "ru": "Cryptomus",
+ "uk": "Cryptomus"
+ }
+ },
+ {
+ "status": "active",
+ "code": "fiatsystems",
+ "vendor": "fiatsystems",
+ "payment_method": [
+ "payment_card"
+ ],
+ "name": {
+ "en": "FiatSystems",
+ "ru": "FiatSystems",
+ "uk": "FiatSystems"
+ }
+ },
+ {
+ "status": "active",
+ "code": "bitexpro",
+ "vendor": "bitexpro",
+ "payout_method": [
+ "advcash_wallet",
+ "payeer",
+ "bitexpro_wallet",
+ "hero_payments",
+ "payment_card",
+ "bitexpro_p2p"
+ ],
+ "payment_method": [
+ "advcash_wallet",
+ "payment_card",
+ "payeer",
+ "hero_payments",
+ "bitexpro_p2p",
+ "bitexpro_wallet",
+ "bank_transfer_aggregated",
+ "wise",
+ "revolut_bank",
+ "n26_bank",
+ "ing_group_bank",
+ "abn_amro_bank",
+ "rabobank",
+ "societe_generale_bank",
+ "credit_mutuel_bank",
+ "la_banque_postale",
+ "aktivbank",
+ "commerzbank",
+ "deutsche_bank",
+ "bnp_paribas_bank",
+ "mobile"
+ ],
+ "name": {
+ "en": "BitexPRO",
+ "ru": "BitexPRO",
+ "uk": "BitexPRO"
+ }
+ },
+ {
+ "status": "active",
+ "code": "antrpay",
+ "vendor": "antrpay",
+ "description": {
+ "en": "AntrPay is a digital payment platform designed to facilitate seamless, secure, and fast online transactions for businesses and consumers. It provides a range of services including online payment processing, merchant accounts, and support for multiple local and international payment methods. AntrPay focuses on enhancing user experience by offering simplified checkout flows, strong fraud prevention mechanisms, and real-time transaction monitoring. The platform is tailored for various industries, including e-commerce, digital services, and financial platforms, helping businesses manage their payment operations efficiently and scale across markets. AntrPay and 500+ other payment providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard.",
+ "ru": "AntrPay — это цифровая платформа для оплаты, созданная для обеспечения быстрых, безопасных и бесшовных онлайн-транзакций как для бизнеса, так и для потребителей. Она предлагает широкий спектр услуг, включая онлайн-эквайринг, мерчант-счета и поддержку множества локальных и международных методов оплаты. AntrPay уделяет особое внимание улучшению пользовательского опыта за счет упрощенных сценариев оформления платежей, надежных механизмов предотвращения мошенничества и мониторинга транзакций в реальном времени. Платформа адаптирована для различных отраслей, включая электронную коммерцию, цифровые сервисы и финансовые платформы, помогая компаниям эффективно управлять платежными процессами и масштабироваться на новые рынки. AntrPay и более 500 других платежных провайдеров уже интегрированы в платформу оркестрации платежей Corefy, что позволяет нашим клиентам мгновенно начать пользоваться интеграцией без программирования — достаточно ввести MID-данные в личном кабинете Corefy."
+ },
+ "payment_method": [
+ "payment_card",
+ "sbp"
+ ],
+ "payout_method": [
+ "payment_card",
+ "bank_transfer"
+ ],
+ "name": {
+ "en": "Antrpay",
+ "ru": "Antrpay",
+ "uk": "Antrpay"
+ }
+ },
+ {
+ "status": "active",
+ "code": "b2pay",
+ "vendor": "b2pay",
+ "name": {
+ "en": "Paylink",
+ "ru": "Paylink",
+ "uk": "Paylink"
+ },
+ "description": {
+ "en": "Paylink is a global payment service provider offering a comprehensive suite of solutions for online businesses, including card acquiring, payouts, and digital wallet services. The platform supports major card networks such as Visa, Mastercard, American Express, Discover, JCB, and UnionPay, enabling merchants to accept payments from customers worldwide. Paylink also facilitates payouts to cards globally in EUR and issues both virtual and physical cards for projects, providing flexibility in managing funds. With APIs supporting card-to-card (C2C), peer-to-peer (P2P), and original credit transfer (OCT) transactions, Paylink ensures seamless integration and efficient payment processing. Operating in a multi-jurisdictional regulated environment, Paylink emphasizes security and compliance, offering services in over 190 countries. This and 500+ providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard.",
+ "de": "Paylink ist ein Krypto-Zahlungsdienstleister, der Unternehmen eine einfache Möglichkeit bietet, Kryptowährungen als Zahlungsmittel zu akzeptieren. Die Lösung wurde von Bit2Me, einer führenden spanischen Krypto-Plattform, entwickelt und richtet sich vor allem an Händler, die in Europa und darüber hinaus digitale Währungen in ihren Verkaufsprozess integrieren möchten. Paylink ermöglicht es, Zahlungen in verschiedenen Kryptowährungen wie Bitcoin, Ethereum, USDT und anderen zu empfangen, mit der Option, diese automatisch in Fiat-Währungen umzuwandeln, um Kursschwankungen zu minimieren. Die Plattform bietet ein benutzerfreundliches Dashboard, detaillierte Transaktionsübersichten, ein flexibles API-Interface sowie Plug-and-Play-Integrationen für beliebte E-Commerce-Systeme. Zusätzlich unterstützt Paylink QR-Code-Zahlungen für den stationären Handel und bietet hohe Sicherheitsstandards, einschließlich Zwei-Faktor-Authentifizierung und Wallet-Verschlüsselung. Die Lösung eignet sich besonders für Unternehmen im E-Commerce, Tourismus, digitalen Dienstleistungen und anderen Branchen, die moderne und sichere Zahlungsalternativen anbieten möchten. Paylink und über 500 weitere Anbieter sind bereits in Corefys Payment-Orchestration-Plattform integriert, wodurch unsere Kunden die Integration sofort und ohne Programmieraufwand nutzen können – einfach durch Eingabe ihrer MID-Zugangsdaten im Corefy-Dashboard."
+ },
+ "payment_method": [
+ "payment_card",
+ "upi"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "maldopay",
+ "vendor": "maldopay",
+ "description": {
+ "en": "MaldoPay is a Malta-based payment gateway established in 2016, offering a comprehensive suite of payment solutions tailored for e-commerce, iGaming, and other online industries. The platform supports a wide array of payment methods, including credit and debit cards, bank transfers, e-vouchers, digital wallets, and cryptocurrencies like Bitcoin, enabling merchants to cater to diverse customer preferences across multiple regions. MaldoPay’s integration options, such as iFrame and JSON, provide flexibility for businesses to customize their checkout experiences, while its PCI DSS compliance ensures robust security measures are in place to protect transaction data. With services available in over 15 countries, MaldoPay facilitates seamless global transactions, making it a reliable partner for businesses seeking to expand their payment capabilities. This and 500+ providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard."
+ },
+ "payment_method": [
+ "payment_card",
+ "bank_transfer",
+ "online_banking_qr",
+ "maldo_crypto",
+ "papara",
+ "instant_papara",
+ "paykwik",
+ "instant_bank_transfer",
+ "payfix",
+ "mefete",
+ "pep",
+ "astropay",
+ "community_bank"
+ ],
+ "payout_method": [
+ "bank_transfer",
+ "papara",
+ "maldo_crypto",
+ "payfix",
+ "mefete"
+ ],
+ "name": {
+ "en": "MaldoPay",
+ "ru": "MaldoPay",
+ "uk": "MaldoPay"
+ }
+ },
+ {
+ "status": "active",
+ "code": "sirpaga",
+ "vendor": "sirpaga",
+ "payment_method": [
+ "payment_card"
+ ],
+ "name": {
+ "en": "Sirpaga",
+ "ru": "Sirpaga",
+ "uk": "Sirpaga"
+ },
+ "description": {
+ "en": "Sirpaga is a payment service provider offering digital transaction solutions tailored for online businesses in sectors such as e-commerce, digital services, and high-risk industries like iGaming. The platform supports a variety of payment methods, including major card networks, alternative payment options, and local payment systems, enabling merchants to process transactions globally. Sirpaga focuses on delivering secure, fast, and reliable payment experiences, with built-in fraud prevention tools, real-time analytics, and multi-currency support. Its infrastructure is designed for seamless integration via API or hosted checkout, allowing businesses to optimize conversion rates and expand into new markets efficiently. Sirpaga and 500+ other payment providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard."
+ }
+ },
+ {
+ "status": "active",
+ "code": "prmoney",
+ "vendor": "prmoney",
+ "payment_method": [
+ "payment_card"
+ ],
+ "name": {
+ "en": "PrMoney",
+ "ru": "PrMoney",
+ "uk": "PrMoney"
+ }
+ },
+ {
+ "status": "active",
+ "code": "addonpayments",
+ "vendor": "addonpayments",
+ "payment_method": [
+ "payment_card"
+ ],
+ "name": {
+ "en": "Addon Payments",
+ "ru": "Addon Payments",
+ "uk": "Addon Payments"
+ }
+ },
+ {
+ "status": "active",
+ "code": "pionpay",
+ "vendor": "pionpay",
+ "payment_method": [
+ "payment_card",
+ "multibanco",
+ "blik",
+ "googlepay",
+ "applepay"
+ ],
+ "name": {
+ "en": "PionPay",
+ "ru": "PionPay",
+ "uk": "PionPay"
+ }
+ },
+ {
+ "status": "active",
+ "code": "libernetix",
+ "vendor": "libernetix",
+ "payment_method": [
+ "payment_card",
+ "applepay",
+ "googlepay"
+ ],
+ "name": {
+ "en": "Libernetix",
+ "ru": "Libernetix",
+ "uk": "Libernetix"
+ },
+ "description": {
+ "en": "Libernetix is a financial technology company offering payment and banking solutions tailored for digital businesses, particularly in the fintech and e-commerce sectors. Its services include online payment processing, merchant accounts, virtual IBANs, and cross-border transaction support. Libernetix enables businesses to accept a variety of local and international payment methods while ensuring compliance with regulatory standards and maintaining high levels of security. The platform is designed to provide a seamless experience through efficient onboarding, transparent pricing, and real-time transaction monitoring. With a focus on flexibility and scalability, Libernetix helps businesses grow by simplifying access to global payment infrastructure. Libernetix and 500+ other payment providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard.",
+ "ru": "Libernetix — это финтех-компания, предлагающая платежные и банковские решения, адаптированные для цифрового бизнеса, особенно в сферах финтеха и электронной коммерции. В перечень ее услуг входят онлайн-эквайринг, мерчант-счета, виртуальные IBAN и поддержка трансграничных транзакций. Libernetix позволяет компаниям принимать разнообразные локальные и международные способы оплаты, обеспечивая при этом соблюдение нормативных требований и высокий уровень безопасности. Платформа ориентирована на создание бесшовного пользовательского опыта благодаря эффективному онбордингу, прозрачному ценообразованию и мониторингу транзакций в реальном времени. С акцентом на гибкость и масштабируемость, Libernetix помогает бизнесу расти, упрощая доступ к глобальной платежной инфраструктуре. Libernetix и более 500 других платежных провайдеров уже интегрированы в платформу оркестрации платежей Corefy, что позволяет нашим клиентам мгновенно начать пользоваться интеграцией без программирования — достаточно ввести MID-данные в личном кабинете Corefy."
+ }
+ },
+ {
+ "status": "active",
+ "code": "paymecrypto",
+ "vendor": "paymecrypto",
+ "payment_method": [
+ "payment_card",
+ "sbp"
+ ],
+ "name": {
+ "en": "PaymeCrypto",
+ "ru": "PaymeCrypto",
+ "uk": "PaymeCrypto"
+ }
+ },
+ {
+ "status": "active",
+ "code": "epro",
+ "vendor": "epro",
+ "payment_method": [
+ "payment_card"
+ ],
+ "name": {
+ "en": "E-PRO",
+ "ru": "E-PRO",
+ "uk": "E-PRO"
+ },
+ "description": {
+ "en": "ePro is a payment solution developed by SafeCharge (now part of Nuvei) that facilitates alternative payment processing for online merchants, particularly in high-risk industries such as iGaming, digital content, and forex. ePro functions as a localized deposit method that allows users to fund their accounts through familiar and trusted local banking systems or vouchers, improving conversion rates and user experience in regions where card usage is limited or where users prefer alternative payment channels. The system is built to be compliant, secure, and easy to integrate, offering merchants a way to expand their reach and support local preferences without operational complexity. ePro and 500+ other payment providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard."
+ }
+ },
+ {
+ "status": "active",
+ "code": "pay2play",
+ "vendor": "pay2play",
+ "description": {
+ "en": "Pay2Play is a fintech payment service provider specializing in peer-to-peer (P2P) payment solutions tailored for high-risk industries such as iGaming, forex, cryptocurrency, and online poker. The platform emphasizes secure, private, and efficient transactions, offering features like instant settlements (T+0), 24/7 support, and a 1:1 exchange rate. Pay2Play’s infrastructure is designed for seamless integration, providing businesses with a reliable and user-friendly payment processing experience. This and 500+ providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard.",
+ "ru": "Pay2Play — это финтех-провайдер платежных услуг, специализирующийся на P2P-решениях (платежи от пользователя к пользователю), адаптированных для высокорисковых отраслей, таких как гемблинг, форекс, криптовалюты и онлайн-покер. Платформа делает акцент на безопасность, конфиденциальность и эффективность транзакций, предлагая такие функции, как моментальные расчеты (T+0), круглосуточная поддержка и обмен по курсу 1:1. Инфраструктура Pay2Play разработана для легкой интеграции, обеспечивая надежный и удобный пользовательский опыт в обработке платежей. Этот и более 500 других провайдеров уже интегрированы в платформу оркестрации платежей Corefy, что позволяет нашим клиентам мгновенно начать пользоваться интеграцией без программирования — достаточно ввести MID-данные в личном кабинете Corefy."
+ },
+ "payment_method": [
+ "card_transfer_uzcard",
+ "card_transfer_humo",
+ "card_transfer",
+ "bank_transfer"
+ ],
+ "payout_method": [
+ "payment_card"
+ ],
+ "name": {
+ "en": "pay2play",
+ "ru": "pay2play",
+ "uk": "pay2play"
+ }
+ },
+ {
+ "status": "active",
+ "code": "paytonegate",
+ "vendor": "paytonegate",
+ "payment_method": [
+ "payment_card",
+ "bank_transfer"
+ ],
+ "payout_method": [
+ "3_line",
+ "ab_mfb",
+ "abbey_mortgage_bank",
+ "above_only_mfb",
+ "abu_mfb",
+ "access_bank_nigeria",
+ "access_yelloand_beta",
+ "accessmoney",
+ "accion_mfb",
+ "addosser_mfb",
+ "adeyemi_college_staff_mfb",
+ "afekhafe_mfb",
+ "ag_mortgage_bank",
+ "al_barkah_mfb",
+ "al_hayat_mfb",
+ "alekun_mfb",
+ "alert_mfb",
+ "allworkers_mfb",
+ "alpha_kapital_mfb",
+ "amju_unique_mfb",
+ "amml_mfb",
+ "apeks_mfb",
+ "arise_mfb",
+ "aso_savings_and_loans",
+ "assetmatrix_mfb",
+ "astrapolaris_mfb",
+ "auchi_mfb",
+ "baines_credit_mfb",
+ "balogun_gambari_mfb",
+ "baobab_mfb",
+ "bc_kash_mfb",
+ "boctrust_mfb",
+ "bosak_mfb",
+ "bowen_mfb",
+ "brent_mortgage_bank",
+ "brethren_mfb",
+ "brightway_mfb",
+ "cellulant",
+ "cemcs_mfb",
+ "chikum_mfb",
+ "cit_mfb",
+ "citibank_nigeria",
+ "consumer_mfb",
+ "contec_global_infotech",
+ "coronation_merchant_bank",
+ "covenant",
+ "credit_afrique_mfb",
+ "daylight_mfb",
+ "ebarcs_mfb",
+ "eagle_flight_mfb",
+ "eartholeum",
+ "ecobank_bank",
+ "ecobank_xpress",
+ "edfin_mfb",
+ "ekondo_mfb",
+ "emeralds_mfb",
+ "empire_trust_mfb",
+ "esan_mfb",
+ "esoe_mfb",
+ "etranzact",
+ "evangel_mfb",
+ "fast_mfb",
+ "fbn_quest_merchant_bank",
+ "fcmb_easy_account",
+ "fct_mfb",
+ "federal_university_dutse_mfb",
+ "fedpoly_nasarawa_mfb",
+ "fets",
+ "ffs_microfinance",
+ "fidelity_bank",
+ "fidelity_mobile",
+ "fidfund_mfb",
+ "finatrust_mfb",
+ "first_apple",
+ "first_bankof_nigeria",
+ "first_city_monument_bank",
+ "first_gen_mortgage_bank",
+ "first_multiple_mfb",
+ "first_option_mfb",
+ "first_royal_mfb",
+ "first_trust_mortgage_bank",
+ "firstmonie_wallet",
+ "flutterwave_tech_solutions",
+ "fortis_mfb",
+ "fortis_mobile",
+ "fsdh_merchant_bank",
+ "full_range_mfb",
+ "futo_mfb",
+ "gashua_mfb",
+ "gateway_mortgage_bank",
+ "globus_bank",
+ "glory_mfb",
+ "gomoney",
+ "gowans_mfb",
+ "greenbank_mfb",
+ "greenville_mfb",
+ "grooming_mfb",
+ "gt_mobile_money",
+ "guaranty_trust_bank",
+ "hackman_mfb",
+ "haggai_mortgage_bank",
+ "hala_mfb",
+ "hasal_mfb",
+ "hedonmark",
+ "heritage_bank",
+ "ibile_mfb",
+ "ikire_mfb",
+ "imo_state_mfb",
+ "imperial_homes_mortgage_bank",
+ "infinity_mfb",
+ "infinity_trust_mortgage_bank",
+ "innovectives_kesh",
+ "interswitch",
+ "irl_mfb",
+ "itex_integrated_services",
+ "jaiz_bank",
+ "jubilee_life",
+ "kadpoly_mfb",
+ "kcmb_mfb",
+ "kegow",
+ "keystone_bank",
+ "kontagora_mfb",
+ "kredi_bank",
+ "kuda_mfb",
+ "la_fayette_mfb",
+ "lagos_building_investment_company",
+ "lapo_mfb",
+ "lavender_mfb",
+ "lovonus_mfb",
+ "m_kudi",
+ "mainstreet_mfb",
+ "malachy_mfb",
+ "megapraise_mfb",
+ "microvis_mfb",
+ "midland_mfb",
+ "mimoney_intellifin_solutions",
+ "mint_finex_mfb",
+ "money_trust_mfb",
+ "moneybox",
+ "mutual_benefits_mifb",
+ "mutual_trust_mfb",
+ "nargata_mfb",
+ "ndiorah_mfb",
+ "new_dawn_mfb",
+ "new_prudential_bank",
+ "nigerian_navy_mfb",
+ "nigerian_police_force_mfb",
+ "nirsal_mfb",
+ "nnew_women_mfb",
+ "nova_merchant_bank",
+ "ohafia_mfb",
+ "okpoga_mfb",
+ "olabisi_onabanjo_university_mfb",
+ "omiye_mfb",
+ "omoluabi_mortgage_bank",
+ "one_finance",
+ "paga",
+ "page_financials",
+ "palmpay",
+ "parallex_mfb",
+ "parkway_readycash",
+ "patrickgold_mfb",
+ "payattitude_online",
+ "paycom",
+ "paystack_payments",
+ "pecantrust_mfb",
+ "pennywise_mfb",
+ "personal_trust_mfb",
+ "petra_mfb",
+ "pillar_mfb",
+ "platinum_mortgage_bank",
+ "polaris_bank",
+ "polyuwana_mfb",
+ "prestige_mfb",
+ "providus_bank",
+ "purplemoney_mfb",
+ "quickfund_mfb",
+ "rahama_mfb",
+ "rand_merchant_bank",
+ "refuge_mortgage_bank",
+ "regent_mfb",
+ "reliance_mfb",
+ "renmoney_mfb",
+ "richway_mfb",
+ "rolez_bank",
+ "royal_exchange_mfb",
+ "rubies_mfb",
+ "safe_haven_mfb",
+ "safetrust_mortgage_bank",
+ "sagamu_mfb",
+ "seed_capital_mfb",
+ "sparkle_bank",
+ "stanbic_ibtc",
+ "stanbic_ibtc_ease_wal",
+ "standard_chartered_bank",
+ "stanford_mfb",
+ "stellas_mfb",
+ "sterling_bank",
+ "sulspap_mfb",
+ "suntrust_bank",
+ "tagpay",
+ "taj_bank",
+ "tcf_mfb",
+ "team_apt",
+ "teasy_mobile",
+ "titan_trust_bank",
+ "trident_mfb",
+ "trustbank_mfb",
+ "trustfund_mfb",
+ "uniben_mfb",
+ "unical_mfb",
+ "union_bankof_nigeria",
+ "united_bankfor_africa",
+ "unity_bank",
+ "unn_mfb",
+ "vfd_mfb",
+ "virtue_mfb",
+ "visa_mfb",
+ "vtnetwork",
+ "wema_bank",
+ "wetland_mfb",
+ "xslnce_mfb",
+ "yes_mfb",
+ "zenith_bank",
+ "zenith_mobile",
+ "zinternet"
+ ],
+ "name": {
+ "en": "Paytone",
+ "ru": "Paytone",
+ "uk": "Paytone"
+ }
+ },
+ {
+ "status": "active",
+ "code": "pinpay",
+ "vendor": "pinpay",
+ "payment_method": [
+ "payment_card"
+ ],
+ "name": {
+ "en": "PinPay",
+ "ru": "PinPay",
+ "uk": "PinPay"
+ },
+ "description": {
+ "ru": "PinPay — это ливанский провайдер цифровых платежей, предлагающий широкий спектр финансовых услуг для физических лиц, предприятий и банков. Компания предоставляет решения для электронных платежей, включая онлайн- и мобильные транзакции, оплату счетов, переводы средств и интеграции с банками. PinPay активно сотрудничает с финансовыми учреждениями в Ливане, помогая цифровизировать банковские услуги и предоставлять пользователям доступ к безопасным и удобным способам оплаты. Этот и более чем 500 других провайдеров уже интегрированы в платформу платежной оркестрации Corefy, позволяя клиентам мгновенно начать использовать интеграцию без программирования — достаточно ввести свои MID-данные в панели Corefy.",
+ "en": "PinPay is a Lebanese digital payments provider offering a wide range of financial services to individuals, businesses and banks. The company provides e-payment solutions including online and mobile transactions, bill payments, fund transfers and bank integrations. PinPay actively partners with financial institutions in Lebanon to help digitize banking services and provide users with access to secure and convenient payment methods. This and more than 500 other providers are already integrated into Corefy's payment orchestration platform, allowing customers to instantly start using the integration without programming - just enter their MID data in the Corefy dashboard."
+ }
+ },
+ {
+ "status": "active",
+ "code": "paymtech",
+ "vendor": "paymtech",
+ "payment_method": [
+ "payment_card"
+ ],
+ "name": {
+ "en": "Paymtech",
+ "ru": "Paymtech",
+ "uk": "Paymtech"
+ }
+ },
+ {
+ "status": "active",
+ "code": "ubankconnect",
+ "vendor": "ubankconnect",
+ "name": {
+ "en": "UBank Connect",
+ "ru": "UBank Connect",
+ "uk": "UBank Connect"
+ },
+ "description": {
+ "en": "UBank Connect is a Dubai-based fintech company specializing in alternative payment solutions tailored for emerging markets across Asia, Africa, Latin America, and Europe. The platform offers a comprehensive suite of services, including card payments, e-wallets, bank transfers, QR payments, and peer-to-peer transactions, all accessible through a single API integration. UBank Connect supports over 100 local and international payment methods, such as UPI, FPX, JazzCash, Easypaisa, Alipay, and AstroPay, enabling businesses to cater to diverse customer preferences. With a strong emphasis on security and compliance, the company provides features like 3D Secure, PCI DSS certification, fraud prevention, and pre-authentication services. UBank Connect is particularly suited for high-risk industries, including iGaming, forex, and digital commerce, offering real-time transaction processing, dedicated bank accounts, and direct connections to local banks. This and 500+ providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard."
+ },
+ "payment_method": [
+ "upi",
+ "airtel_money",
+ "bank_of_india",
+ "maharashtra_bank_india",
+ "canara_bank",
+ "csb_bank",
+ "central_bank_of_india",
+ "city_union_bank",
+ "cosmos_bank_india",
+ "dcb_bank_india",
+ "deutsche_bank_india",
+ "dhanalaxmi_bank_india",
+ "federal_bank_india",
+ "hdfc_bank",
+ "icici_bank",
+ "idfc_bank_india",
+ "indian_overseas_bank",
+ "indusind_bank",
+ "j_k_bank_india",
+ "karnataka_bank",
+ "karurvysya_bank_india",
+ "paytm",
+ "phonepe",
+ "punjab_national_bank",
+ "saraswat_cooperative_bank",
+ "south_indian_bank",
+ "tamilnad_mercantile_bank_india",
+ "spcbl",
+ "uco_bank_india",
+ "union_bank_of_india",
+ "state_bank_of_india",
+ "kasikorn_bank",
+ "siam_commercial_bank",
+ "vietcom_bank",
+ "techcom_bank",
+ "promptpay_qr",
+ "vnpay_qr",
+ "hong_leong_bank",
+ "maybank_berhad",
+ "public_bank",
+ "truemoney",
+ "ovo",
+ "gopay",
+ "momopay",
+ "bank_transfer",
+ "payzapp",
+ "maya",
+ "gcash",
+ "gcash_qr"
+ ],
+ "payout_method": [
+ "imps",
+ "rtgs",
+ "neft",
+ "krungsri",
+ "bangko_bank",
+ "cimb_thai_bank",
+ "government_savings_bank",
+ "kasikorn_bank",
+ "kiatnakin_bank",
+ "krung_thai_bank",
+ "siam_commercial_bank",
+ "tmbthanachart_bank",
+ "asia_commercial_bank",
+ "dong_a_bank",
+ "vietcom_bank",
+ "vietin_bank",
+ "sacom_bank",
+ "techcom_bank",
+ "exim_bank",
+ "bidv_bank",
+ "bank_negara_indonesia",
+ "mandiri_bank",
+ "bank_central_asia",
+ "bank_rakyat_indonesia",
+ "va_mandiri",
+ "may_bank",
+ "industrial_bank_ho_chi_minh",
+ "kookmin_bank",
+ "woori_bank",
+ "shinhan_bank",
+ "keb_hana_bank",
+ "nhbank_bank",
+ "nonghyup_bank",
+ "sc_first_bank",
+ "citi_bank",
+ "korea_post_bank",
+ "kyongnam_bank",
+ "kwangju_bank",
+ "daegu_bank",
+ "busan_bank",
+ "kdb_bank",
+ "kfcc_bank",
+ "suhyup_bank",
+ "credit_union_bank",
+ "jeonbuk_bank",
+ "jeju_bank",
+ "daishin_bank",
+ "db_financial_investment_bank",
+ "yuanta_bank",
+ "meritz_bank",
+ "bookook_bank",
+ "nhqv_bank",
+ "ebest_investment_bank",
+ "kiwoom_bank",
+ "hana_financial_bank",
+ "hanwha_bank",
+ "industrial_and_commercial_bank_of_china",
+ "kakaopay_bank",
+ "bnk_bank",
+ "ktb_bank",
+ "bnpparibas_bank",
+ "china_construction_bank",
+ "kakao_bank",
+ "k_bank",
+ "toss_bank",
+ "korea_foss_bank",
+ "gcash",
+ "easypaisa",
+ "jazzcash",
+ "bank_transfer",
+ "pay_maya"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "paylama",
+ "vendor": "paylama",
+ "payment_method": [
+ "payment_card"
+ ],
+ "name": {
+ "en": "PayLama",
+ "ru": "PayLama",
+ "uk": "PayLama"
+ }
+ },
+ {
+ "status": "active",
+ "code": "centiwise",
+ "vendor": "centiwise",
+ "payment_method": [
+ "payment_card"
+ ],
+ "name": {
+ "en": "Centiwise",
+ "ru": "Centiwise",
+ "uk": "Centiwise"
+ },
+ "description": {
+ "en": "Centiwise is a payment service provider offering customized payment solutions for businesses operating in high-risk and cross-border industries, such as iGaming, e-commerce, and digital services. The company focuses on delivering secure, compliant, and scalable transaction processing, supporting a variety of payment methods including credit and debit cards, alternative payment options, and regional solutions. Centiwise aims to optimize approval rates and reduce friction in online transactions through smart routing, fraud prevention tools, and real-time analytics. Its platform is designed for flexibility, allowing seamless integration via APIs and tailored onboarding processes that suit the specific needs of each merchant. Centiwise and 500+ other payment providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard."
+ }
+ },
+ {
+ "status": "active",
+ "code": "payport",
+ "vendor": "payport",
+ "name": {
+ "en": "PayPort",
+ "ru": "PayPort",
+ "uk": "PayPort"
+ },
+ "description": {
+ "en": "PayPort is a multi-channel payment infrastructure provider offering a comprehensive suite of services for businesses seeking to streamline their global payment operations. The platform supports over 100 payment methods across more than 30 countries, including card-to-card transfers, bank transfers, alternative payment methods (APMs), and cryptocurrency transactions with assets like BTC, ETH, and USDT. PayPort’s infrastructure is designed for rapid deployment, allowing businesses to go live within two days, and offers features such as smart routing, cascading, and real-time fraud prevention to optimize transaction success rates and reduce processing costs. With a focus on industries like fintech, e-commerce, and gaming, PayPort provides a user-friendly API, multilingual support, and robust security measures to ensure seamless and secure payment experiences. This and 500+ providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard.",
+ "uk": "Payport — це платіжний провайдер, який пропонує рішення для онлайн-комерції, зокрема послуги інтернет-еквайрингу, приймання банківських карток, електронних гаманців та локальних способів оплати. Компанія надає інструменти для управління ризиками, боротьби з шахрайством і аналітики в реальному часі, що дозволяє бізнесам безпечно та ефективно приймати платежі по всьому світу. Завдяки адаптивній інтеграції, Payport підтримує різні бізнес-моделі, включаючи iGaming, e-commerce та цифрові сервіси. Цей та понад 500 інших провайдерів вже інтегровані в платформу платіжної оркестрації Corefy, що дозволяє клієнтам миттєво розпочати використання інтеграції без програмування — достатньо ввести свої MID-дані в дашборді Corefy.",
+ "ru": "Payport — это платежный провайдер, базирующийся в Великобритании, специализирующийся на автоматизации обработки платежей и предоставлении решений для мгновенных переводов, преимущественно в сфере цифровых активов. Компания предоставляет услуги в том числе для криптовалютных компаний, поддерживая мгновенные пополнения и вывод средств, а также интеграцию с банковскими системами через API. Payport направлена на упрощение работы с цифровыми деньгами и повышение скорости и прозрачности транзакций. Этот и более чем 500 других провайдеров уже интегрированы в платформу платежной оркестрации Corefy, позволяя клиентам мгновенно начать использовать интеграцию без программирования — достаточно ввести свои MID-данные в панели Corefy."
+ },
+ "payment_method": [
+ "card_transfer",
+ "cash",
+ "wise",
+ "advcash",
+ "bank_transfer",
+ "mobile",
+ "upi",
+ "neft",
+ "paytm",
+ "imps",
+ "rtgs",
+ "phonepe",
+ "bkash_limited",
+ "nagad_wallet"
+ ],
+ "payout_method": [
+ "bank_transfer",
+ "payment_card",
+ "cash",
+ "wise",
+ "advcash_wallet",
+ "mobile",
+ "upi",
+ "neft",
+ "paytm",
+ "imps",
+ "rtgs",
+ "phonepe",
+ "bkash_limited"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "katarun",
+ "vendor": "katarun",
+ "description": {
+ "en": "Katarun is a payment service provider offering streamlined solutions for businesses to manage both payments and payouts. Integrated with Corefy’s platform, Katarun supports key payout methods such as bank transfers and card payments, enabling merchants to process transactions efficiently. The provider’s integration with Corefy facilitates a seamless setup, allowing clients to initiate transactions without the need for extensive coding. This and 500+ providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard."
+ },
+ "payment_method": [
+ "payment_card",
+ "sepa_transfer",
+ "mb_way",
+ "multibanco",
+ "payshop",
+ "bizum",
+ "bank_transfer",
+ "blik"
+ ],
+ "payout_method": [
+ "bank_transfer",
+ "payment_card"
+ ],
+ "name": {
+ "en": "Katarun",
+ "ru": "Katarun",
+ "uk": "Katarun"
+ }
+ },
+ {
+ "status": "active",
+ "code": "futuritypay",
+ "vendor": "futuritypay",
+ "payment_method": [
+ "payment_card"
+ ],
+ "name": {
+ "en": "Futuritypay",
+ "ru": "Futuritypay",
+ "uk": "Futuritypay"
+ }
+ },
+ {
+ "status": "active",
+ "code": "smartgates",
+ "vendor": "smartgates",
+ "payment_method": [
+ "payment_card"
+ ],
+ "name": {
+ "en": "Smartgates",
+ "ru": "Smartgates",
+ "uk": "Smartgates"
+ }
+ },
+ {
+ "status": "active",
+ "code": "rumbapay",
+ "vendor": "rumbapay",
+ "payment_method": [
+ "upi"
+ ],
+ "name": {
+ "en": "RumbaPay",
+ "ru": "RumbaPay",
+ "uk": "RumbaPay"
+ }
+ },
+ {
+ "status": "active",
+ "code": "polyana",
+ "vendor": "polyana",
+ "payment_method": [
+ "payment_card"
+ ],
+ "name": {
+ "en": "Polyana",
+ "ru": "Polyana",
+ "uk": "Polyana"
+ }
+ },
+ {
+ "status": "active",
+ "code": "clearjunction",
+ "vendor": "clearjunction",
+ "payment_method": [
+ "bank_transfer"
+ ],
+ "payout_method": [
+ "bank_transfer"
+ ],
+ "name": {
+ "en": "Clear Junction",
+ "ru": "Clear Junction",
+ "uk": "Clear Junction"
+ },
+ "description": {
+ "en": "Clear Junction is a London-based financial institution and global payments provider that offers end-to-end regulated payment solutions for banks, financial institutions, and fintech companies. Specializing in cross-border payments, virtual IBANs, and correspondent account services, Clear Junction enables clients to access faster and more secure global payment networks. The company is authorized and regulated by the UK’s Financial Conduct Authority (FCA), ensuring high standards of compliance, transparency, and operational integrity. Its platform supports a wide range of currencies and provides access to major financial infrastructures, including SEPA, SWIFT, and Faster Payments. Clear Junction’s solutions are particularly beneficial for businesses seeking to streamline B2B transactions, manage multiple accounts efficiently, and expand their international reach without establishing local banking relationships. Clear Junction and 500+ other payment providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard.",
+ "de": "Clear Junction ist ein in Großbritannien ansässiger Zahlungsdienstleister, der sich auf Infrastrukturlösungen für Banken, Zahlungsunternehmen und Finanzinstitutionen spezialisiert hat. Die Plattform ermöglicht internationalen Zahlungsverkehr, SEPA- und SWIFT-Zahlungen, E-Geld-Konten, virtuelle IBANs und Wallet-Services. Clear Junction fungiert als Brücke zwischen traditionellen Banken und modernen Fintechs und erfüllt dabei höchste regulatorische Standards einschließlich FCA-Lizenzierung und AML/KYC-Vorgaben. Besonders geschätzt wird die Plattform für ihre Zuverlässigkeit, Geschwindigkeit und Compliance-Fähigkeit. Clear Junction und über 500 weitere Anbieter sind bereits in Corefys Payment-Orchestration-Plattform integriert, wodurch unsere Kunden die Integration sofort und ohne Programmieraufwand nutzen können – einfach durch Eingabe ihrer MID-Zugangsdaten im Corefy-Dashboard.",
+ "ru": "Clear Junction — это лондонская платежная инфраструктура и финтех-компания, предоставляющая банковские счета, трансграничные платежи, услуги корреспондентского банкинга и расчеты в реальном времени. Она обслуживает финансовые учреждения, небанковские организации и финтех-платформы, обеспечивая доступ к платежной инфраструктуре Великобритании, ЕС и СНГ. Clear Junction зарегистрирована как электронное денежное учреждение и предоставляет решения с высоким уровнем соответствия требованиям регуляторов. Этот и более чем 500 других провайдеров уже интегрированы в платформу платежной оркестрации Corefy, позволяя клиентам мгновенно начать использовать интеграцию без программирования — достаточно ввести свои MID-данные в панели Corefy."
+ }
+ },
+ {
+ "status": "active",
+ "code": "overpay",
+ "vendor": "overpay",
+ "payment_method": [
+ "payment_card"
+ ],
+ "name": {
+ "en": "Overpay",
+ "ru": "Overpay",
+ "uk": "Overpay"
+ }
+ },
+ {
+ "status": "active",
+ "code": "paystage",
+ "vendor": "paystage",
+ "payment_method": [
+ "bank_transfer",
+ "payment_card",
+ "oriental_wallet",
+ "gcash",
+ "grabpay",
+ "union_bank",
+ "palawan_pawnshop",
+ "cebuana_pawnshop",
+ "paygate",
+ "instapay",
+ "qr_ph"
+ ],
+ "payout_method": [
+ "bank_transfer",
+ "oriental_wallet",
+ "union_bank",
+ "instapay",
+ "pesonet"
+ ],
+ "name": {
+ "en": "PayStage",
+ "ru": "PayStage",
+ "uk": "PayStage"
+ }
+ },
+ {
+ "status": "active",
+ "code": "gigadat",
+ "vendor": "gigadat",
+ "payout_method": [
+ "interac_etransfer",
+ "bank_transfer"
+ ],
+ "payment_method": [
+ "interac_aggregated"
+ ],
+ "name": {
+ "en": "Gigadat",
+ "ru": "Gigadat",
+ "uk": "Gigadat"
+ },
+ "description": {
+ "en": "Gigadat is a Canadian payment service provider that partners with Interac to offer secure and convenient bank transfer solutions for online merchants. It enables businesses to accept payments directly from customers’ bank accounts through Interac Online and Interac e-Transfer, which are widely used and trusted across Canada. Gigadat is particularly popular in industries like iGaming, e-commerce, and digital services, offering fast, frictionless transactions and real-time payment confirmation. The platform is known for its focus on compliance, user privacy, and fraud prevention, making it a reliable partner for merchants looking to serve Canadian customers. This and 500+ providers are already integrated to Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard.",
+ "ru": "Gigadat — это канадский провайдер платежных решений, предоставляющий доступ к Interac и другим локальным методам оплаты. Компания обслуживает онлайн-торговлю и игровые платформы, предлагая мгновенные банковские переводы, надежную KYC-проверку и высокую скорость зачисления средств. Gigadat позволяет канадским пользователям удобно оплачивать услуги и товары без использования карт, напрямую со своих банковских счетов. Этот и более чем 500 других провайдеров уже интегрированы в платформу платежной оркестрации Corefy, позволяя клиентам мгновенно начать использовать интеграцию без программирования — достаточно ввести свои MID-данные в панели Corefy."
+ }
+ },
+ {
+ "status": "active",
+ "code": "betterbro",
+ "vendor": "betterbro",
+ "payout_method": [
+ "binancepay",
+ "bank_transfer"
+ ],
+ "payment_method": [
+ "binancepay",
+ "openbanking",
+ "blik",
+ "bank_transfer",
+ "mercadopago",
+ "astropay",
+ "naranjax",
+ "banco_nacion"
+ ],
+ "name": {
+ "en": "Betterbro",
+ "ru": "Betterbro",
+ "uk": "Betterbro"
+ }
+ },
+ {
+ "status": "active",
+ "code": "aifory",
+ "vendor": "aifory",
+ "payment_method": [
+ "payment_card"
+ ],
+ "name": {
+ "en": "Aifory",
+ "ru": "Aifory",
+ "uk": "Aifory"
+ }
+ },
+ {
+ "status": "active",
+ "code": "hr24",
+ "vendor": "hr24",
+ "payment_method": [
+ "payment_card"
+ ],
+ "name": {
+ "en": "HR-24",
+ "ru": "HR-24",
+ "uk": "HR-24"
+ }
+ },
+ {
+ "status": "active",
+ "code": "totalprocessing",
+ "vendor": "totalprocessing",
+ "payment_method": [
+ "payment_card"
+ ],
+ "name": {
+ "en": "Total Processing",
+ "ru": "Total Processing",
+ "uk": "Total Processing"
+ }
+ },
+ {
+ "status": "active",
+ "code": "prismpay",
+ "vendor": "prismpay",
+ "payment_method": [
+ "payment_card"
+ ],
+ "name": {
+ "en": "Prismpay",
+ "ru": "Prismpay",
+ "uk": "Prismpay"
+ }
+ },
+ {
+ "status": "active",
+ "code": "empayre",
+ "vendor": "empayre",
+ "payment_method": [
+ "payment_card"
+ ],
+ "payout_method": [
+ "payment_card"
+ ],
+ "name": {
+ "en": "Empayre",
+ "ru": "Empayre",
+ "uk": "Empayre"
+ }
+ },
+ {
+ "status": "deprecated",
+ "code": "saltarpay",
+ "vendor": "saltarpay",
+ "payment_method": [
+ "payment_card"
+ ],
+ "name": {
+ "en": "TouraPay",
+ "ru": "TouraPay",
+ "uk": "TouraPay"
+ }
+ },
+ {
+ "status": "active",
+ "code": "tourapay",
+ "vendor": "tourapay",
+ "payment_method": [
+ "payment_card"
+ ],
+ "name": {
+ "en": "TouraPay",
+ "ru": "TouraPay",
+ "uk": "TouraPay"
+ }
+ },
+ {
+ "status": "active",
+ "code": "paysafebd",
+ "vendor": "paysafebd",
+ "payment_method": [
+ "upi",
+ "imps"
+ ],
+ "payout_method": [
+ "upi",
+ "imps"
+ ],
+ "name": {
+ "en": "Paysafebd",
+ "ru": "Paysafebd",
+ "uk": "Paysafebd"
+ }
+ },
+ {
+ "status": "active",
+ "code": "sgate",
+ "vendor": "sgate",
+ "payment_method": [
+ "payment_card"
+ ],
+ "payout_method": [
+ "payment_card",
+ "sepa_transfer"
+ ],
+ "name": {
+ "en": "Sgate",
+ "ru": "Sgate",
+ "uk": "Sgate"
+ }
+ },
+ {
+ "status": "active",
+ "code": "aliumpay",
+ "vendor": "aliumpay",
+ "payment_method": [
+ "payment_card",
+ "googlepay",
+ "applepay"
+ ],
+ "payout_method": [
+ "payment_card"
+ ],
+ "name": {
+ "en": "AliumPay",
+ "ru": "AliumPay",
+ "uk": "AliumPay"
+ },
+ "description": {
+ "en": "AliumPay is a payment service provider offering digital payment solutions tailored for online businesses operating in sectors such as e-commerce, digital services, and high-risk industries. The platform supports a wide range of payment methods, including global card schemes, local alternatives, and bank transfers, allowing merchants to process transactions securely and efficiently across multiple markets. AliumPay emphasizes flexible integration options, real-time transaction monitoring, and tools for fraud prevention to help businesses optimize conversion rates and reduce payment risk. With multi-currency support and scalable infrastructure, AliumPay enables merchants to expand globally while ensuring compliance with regulatory standards. AliumPay and 500+ other payment providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard.",
+ "ru": "AliumPay — это платежный провайдер, предоставляющий решения для обработки онлайн-платежей, включая эквайринг карт, альтернативные методы оплаты и мультивалютную поддержку. Компания обслуживает широкий спектр отраслей, включая e-commerce и цифровые сервисы, предлагая клиентам API-интеграции, платежные страницы и инструменты по управлению рисками. AliumPay стремится обеспечить быструю интеграцию и гибкие настройки под нужды бизнеса. Этот и более чем 500 других провайдеров уже интегрированы в платформу платежной оркестрации Corefy, позволяя клиентам мгновенно начать использовать интеграцию без программирования — достаточно ввести свои MID-данные в панели Corefy."
+ }
+ },
+ {
+ "status": "active",
+ "code": "cpay",
+ "vendor": "cpay",
+ "payment_method": [
+ "payment_card"
+ ],
+ "name": {
+ "en": "C.Pay",
+ "ru": "C.Pay",
+ "uk": "C.Pay"
+ }
+ },
+ {
+ "status": "active",
+ "code": "bitpace",
+ "vendor": "bitpace",
+ "payment_method": [
+ "polkadot",
+ "algorand",
+ "chainlink",
+ "eos",
+ "bitcoin",
+ "litecoin",
+ "ethereum",
+ "ripple",
+ "bitcoin_cash",
+ "cardano",
+ "tron",
+ "stellar",
+ "tether"
+ ],
+ "name": {
+ "en": "Bitpace",
+ "ru": "Bitpace",
+ "uk": "Bitpace"
+ }
+ },
+ {
+ "status": "active",
+ "code": "nayem",
+ "vendor": "nayem",
+ "name": {
+ "en": "Nayem",
+ "ru": "Nayem",
+ "uk": "Nayem"
+ },
+ "payout_method": [
+ "bkash_limited",
+ "nagad_wallet"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "payfuture",
+ "vendor": "payfuture",
+ "payment_method": [
+ "upi_qr",
+ "axis_bank",
+ "state_bank_of_india",
+ "federal_bank_india",
+ "yes_bank",
+ "bank_of_india",
+ "maharashtra_bank_india",
+ "canara_bank",
+ "csb_bank",
+ "central_bank_of_india",
+ "city_union_bank",
+ "cosmos_bank_india",
+ "dcb_bank_india",
+ "deutsche_bank_india",
+ "dhanalaxmi_bank_india",
+ "hdfc_bank",
+ "icici_bank",
+ "idbi_bank",
+ "idfc_bank_india",
+ "indian_bank",
+ "indian_overseas_bank",
+ "indusind_bank",
+ "j_k_bank_india",
+ "kanata_sahakari_bank",
+ "karnataka_bank",
+ "shamrao_vithal_cooperative_bank_india",
+ "south_indian_bank",
+ "tamilnad_mercantile_bank_india",
+ "uco_bank_india",
+ "union_bank_of_india",
+ "paytm",
+ "phonepe",
+ "jiomoney",
+ "olamoney",
+ "freecharge",
+ "pix_qr",
+ "hong_leong_bank_qr",
+ "hsbc_bank_malaysia_berhad_qr",
+ "maybank_berhad_qr",
+ "public_bank_qr",
+ "rhb_bank_qr",
+ "united_overseas_bank_berhad_qr",
+ "asia_commercial_bank_qr",
+ "bidv_bank_qr",
+ "dong_a_bank_qr",
+ "exim_bank_qr",
+ "sacom_bank_qr",
+ "techcom_bank_qr",
+ "vietcom_bank_qr",
+ "vietin_bank_qr",
+ "vp_bank_qr",
+ "karurvysya_bank_india",
+ "lakshmi_vilas_bank_india",
+ "punjab_national_bank",
+ "cimb_bank",
+ "upi",
+ "bank_transfer",
+ "cash",
+ "bank_transfer_aggregated"
+ ],
+ "payout_method": [
+ "bank_transfer"
+ ],
+ "name": {
+ "en": "Payfuture",
+ "ru": "Payfuture",
+ "uk": "Payfuture"
+ }
+ },
+ {
+ "status": "active",
+ "code": "techtopay",
+ "vendor": "techtopay",
+ "payment_method": [
+ "payment_card"
+ ],
+ "name": {
+ "en": "TechToPay",
+ "ru": "TechToPay",
+ "uk": "TechToPay"
+ }
+ },
+ {
+ "status": "active",
+ "code": "airpay",
+ "vendor": "airpay",
+ "payment_method": [
+ "upi"
+ ],
+ "name": {
+ "en": "airpay",
+ "ru": "airpay",
+ "uk": "airpay"
+ },
+ "description": {
+ "de": "AirPay ist ein indischer Zahlungsdienstleister, der eine umfassende digitale Plattform für Unternehmen und Konsumenten bereitstellt, um sowohl Online- als auch Offline-Zahlungen effizient abzuwickeln. Das Unternehmen wurde 2012 gegründet und bietet eine Omnichannel-Zahlungslösung, die verschiedene Zahlungsmethoden wie Kredit- und Debitkarten, Netbanking, UPI (Unified Payments Interface), Wallets sowie Bargeldtransaktionen über angeschlossene Händler unterstützt. AirPay richtet sich an KMUs, Großunternehmen, Banken, Bildungseinrichtungen und staatliche Organisationen, die ihren Kunden ein nahtloses Zahlungserlebnis bieten möchten. Die Plattform bietet zusätzliche Funktionen wie automatisierte Rechnungsstellung, mehrsprachige Benutzeroberflächen, Echtzeit-Reporting, Risikomanagement und API-basierte Integration. Ein Alleinstellungsmerkmal ist die Interoperabilität zwischen Online- und stationären Zahlungen, wodurch Kunden kanalübergreifend agieren können. AirPay legt zudem großen Wert auf finanzielle Inklusion, indem es Lösungen für Regionen mit geringer digitaler Abdeckung anbietet. AirPay und über 500 weitere Anbieter sind bereits in Corefys Payment-Orchestration-Plattform integriert, wodurch unsere Kunden die Integration sofort und ohne Programmieraufwand nutzen können – einfach durch Eingabe ihrer MID-Zugangsdaten im Corefy-Dashboard.",
+ "en": "AirPay is an Indian payment service provider that offers a comprehensive digital platform for businesses and consumers to efficiently process both online and offline payments. Founded in 2012, the company offers an omnichannel payment solution that supports various payment methods such as credit and debit cards, net banking, UPI (Unified Payments Interface), wallets and cash transactions through affiliated merchants. AirPay is aimed at SMEs, large enterprises, banks, educational institutions and government organizations that want to offer their customers a seamless payment experience. The platform offers additional features such as automated invoicing, multilingual user interfaces, real-time reporting, risk management and API-based integration. A unique selling point is the interoperability between online and stationary payments, allowing customers to operate across channels. AirPay also places great emphasis on financial inclusion by offering solutions for regions with low digital coverage. AirPay and over 500 other providers are already integrated into Corefy's payment orchestration platform, allowing our customers to use the integration immediately and without any programming effort - simply by entering their MID credentials in the Corefy dashboard."
+ }
+ },
+ {
+ "status": "active",
+ "code": "siquro",
+ "vendor": "siquro",
+ "payment_method": [
+ "payment_card",
+ "openbanking",
+ "eps",
+ "ideal",
+ "bank_transfer_klarna",
+ "mb_way",
+ "multibanconet",
+ "neteller",
+ "paysafecard",
+ "rapidtransfer",
+ "skrill",
+ "przelewy24",
+ "mybank2",
+ "commerzbank",
+ "revolut_bank",
+ "postbank",
+ "unicredit",
+ "berliner_sparkasse",
+ "ing",
+ "rabobank",
+ "abn_amro_bank",
+ "snsbank"
+ ],
+ "name": {
+ "en": "Siquro",
+ "ru": "Siquro",
+ "uk": "Siquro"
+ }
+ },
+ {
+ "status": "active",
+ "code": "paysecure",
+ "description": {
+ "en": "As a trusted global payment company, Paysecure specialises in providing a one-stop-shop solution for streamlined and optimised online transactions. Its comprehensive suite of products, including payments processing, orchestration platform, and the innovative User Trust Score, is designed to elevate business capabilities. Paysecure boasts its own proprietary feature-rich solutions developed by a dedicated in-house tech team which facilitate seamless integration with PSPs and acquirers across diverse industries covering iGaming, e-commerce, forex, eSports, and more. Its agile approach enables custom integrations with any payment method within a 4-working-day timeframe. The platform has the capability to process up to 5,000 trx/sec, enabling flexibility in settlement currencies and competitive forex rates even in challenging jurisdictions such as LATAM or Africa. It also displays a smart routing mechanism with +50 parameters and +10 types of reports to analyse transactions. With coverage spanning various geographies, including the EU, UK, Canada, Asia, the Middle East, and more, Paysecure ensures accessibility to payment processing worldwide, regardless of the currency involved (+180 global and local currencies). With an acceptance rate benchmark set at 80%, Paysecure provides merchants with daily support to enhance their acceptance rates and not fall behind a minimum rate of 75%, thus ensuring seamless transactions and minimizing revenue loss from declined payments. With a single payment gateway integration, Paysecure offers both B2B and B2C entities the flexibility to access diverse payment methods and swift payouts, accelerate transaction speeds, achieve market readiness, reduce fraud and chargebacks and ultimately boost sales conversion results."
+ },
+ "vendor": "paysecure",
+ "payment_method": [
+ "payment_card",
+ "quick_bit",
+ "bank_transfer",
+ "pix",
+ "interac"
+ ],
+ "payout_method": [
+ "pix",
+ "interac"
+ ],
+ "name": {
+ "en": "Paysecure",
+ "ru": "Paysecure",
+ "uk": "Paysecure"
+ }
+ },
+ {
+ "status": "active",
+ "code": "paylinkio",
+ "vendor": "paylinkio",
+ "name": {
+ "en": "Paylinkio",
+ "ru": "Paylinkio",
+ "uk": "Paylinkio"
+ },
+ "description": {
+ "en": "Paylink.io is a digital payment platform that enables businesses and freelancers to accept payments online through customizable and easy-to-use payment links. Designed for simplicity and flexibility, Paylink.io allows users to generate and share secure payment requests via email, SMS, or social media, making it ideal for remote sales, service providers, and small businesses without a traditional e-commerce setup. The platform supports various payment methods, including major credit and debit cards, and offers features such as multi-currency support, recurring billing, and transaction tracking. With no need for a full-scale integration, Paylink.io helps streamline the payment process while ensuring secure and compliant transactions. Paylink.io and 500+ other payment providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard."
+ },
+ "payment_method": [
+ "payment_card"
+ ],
+ "payout_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "bitso",
+ "vendor": "bitso",
+ "payout_method": [
+ "polygon",
+ "stellar",
+ "solana",
+ "bitcoin",
+ "tether"
+ ],
+ "name": {
+ "en": "Bitso",
+ "ru": "Bitso",
+ "uk": "Bitso"
+ }
+ },
+ {
+ "status": "active",
+ "code": "btgate",
+ "vendor": "btgate",
+ "name": {
+ "en": "btGate",
+ "ru": "btGate",
+ "uk": "btGate"
+ },
+ "payment_method": [
+ "payment_card",
+ "googlepay",
+ "applepay"
+ ],
+ "payout_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "triplea",
+ "vendor": "triplea",
+ "payment_method": [
+ "crypto"
+ ],
+ "name": {
+ "en": "Triple-A",
+ "ru": "Triple-A",
+ "uk": "Triple-A"
+ },
+ "description": {
+ "ru": "TripleA — это криптовалютный платежный провайдер, лицензированный Сингапурским финансовым регулятором (MAS), предлагающий бизнесам прием Bitcoin, Ethereum, USDT и других криптовалют. Компания предоставляет автоматическую конвертацию в фиат, инвойсы, плагины для CMS и API-интеграции. TripleA фокусируется на прозрачности, KYC/AML и совместимости с международными стандартами. Этот и более чем 500 других провайдеров уже интегрированы в платформу платежной оркестрации Corefy, позволяя клиентам мгновенно начать использовать интеграцию без программирования — достаточно ввести свои MID-данные в панели Corefy.",
+ "en": "TripleA is a cryptocurrency payment provider licensed by the Singapore Financial Regulator (MAS) offering businesses to accept Bitcoin, Ethereum, USDT and other cryptocurrencies. The company provides automatic conversion to fiat, invoices, CMS plugins, and API integration. TripleA focuses on transparency, KYC/AML and compatibility with international standards. This and more than 500 other providers are already integrated into Corefy's payment orchestration platform, allowing customers to instantly start using the integration without programming - just enter their MID data in the Corefy dashboard."
+ }
+ },
+ {
+ "status": "active",
+ "code": "vppay",
+ "vendor": "vppay",
+ "payment_method": [
+ "payment_card"
+ ],
+ "name": {
+ "en": "VPPay",
+ "ru": "VPPay",
+ "uk": "VPPay"
+ }
+ },
+ {
+ "status": "active",
+ "code": "paypugs",
+ "vendor": "paypugs",
+ "payment_method": [
+ "payment_card"
+ ],
+ "name": {
+ "en": "PayPugs",
+ "ru": "PayPugs",
+ "uk": "PayPugs"
+ }
+ },
+ {
+ "status": "active",
+ "code": "safexpay",
+ "vendor": "safexpay",
+ "payout_method": [
+ "bank_transfer"
+ ],
+ "name": {
+ "en": "Safexpay",
+ "ru": "Safexpay",
+ "uk": "Safexpay"
+ }
+ },
+ {
+ "status": "active",
+ "code": "pay4fun",
+ "vendor": "pay4fun",
+ "payment_method": [
+ "pay4fun"
+ ],
+ "payout_method": [
+ "pay4fun"
+ ],
+ "name": {
+ "en": "Pay4fun",
+ "ru": "Pay4fun",
+ "uk": "Pay4fun"
+ },
+ "description": {
+ "ru": "Pay4Fun — это лицензированный платежный провайдер из Бразилии, предоставляющий решения для онлайн-платежей, включая электронный кошелек, предоплаченные карты и локальные методы оплаты. Платформа активно используется в сегментах e-commerce и iGaming, предлагая простую интеграцию, защиту от мошенничества и поддержку платежей в реале (BRL). Pay4Fun соответствует требованиям Бразильского центрального банка и поддерживает быстрые локальные расчеты. Этот и более чем 500 других провайдеров уже интегрированы в платформу платежной оркестрации Corefy, позволяя клиентам мгновенно начать использовать интеграцию без программирования — достаточно ввести свои MID-данные в панели Corefy.",
+ "en": "Pay4Fun is a licensed payment provider from Brazil that offers online payment solutions, including an e-wallet, prepaid cards, and local payment methods. The platform is actively used in the e-commerce and iGaming sectors, providing easy integration, fraud protection, and support for payments in Brazilian real (BRL). Pay4Fun complies with the requirements of the Central Bank of Brazil and supports fast local settlements. This provider, along with more than 500 others, is already integrated into the Corefy payment orchestration platform, allowing clients to start using the integration instantly without any coding — they simply need to enter their MID details in the Corefy dashboard."
+ }
+ },
+ {
+ "status": "active",
+ "code": "pay4fungo",
+ "vendor": "pay4fun",
+ "payment_method": [
+ "pix",
+ "boleto_bancario",
+ "bank_transfer"
+ ],
+ "payout_method": [
+ "pix"
+ ],
+ "name": {
+ "en": "Pay4funGo",
+ "ru": "Pay4funGo",
+ "uk": "Pay4funGo"
+ }
+ },
+ {
+ "status": "active",
+ "code": "paytocrypt",
+ "vendor": "paytocrypt",
+ "payment_method": [
+ "payment_card"
+ ],
+ "name": {
+ "en": "Paytocrypt",
+ "ru": "Paytocrypt",
+ "uk": "Paytocrypt"
+ }
+ },
+ {
+ "status": "active",
+ "code": "ragapay",
+ "vendor": "ragapay",
+ "description": {
+ "en": "Ragapay is a UK-based payment service provider specializing in high-risk industries such as gaming, gambling, forex, crypto, CBD, and nutraceuticals. The company offers a comprehensive suite of services, including global card acquiring, fiat-to-crypto on-ramp solutions, IBAN accounts, and PCI DSS certification. Ragapay supports a wide range of payment methods, including credit and debit cards, bank transfers, mobile payments, and digital wallets like Apple Pay and Google Pay, enabling businesses to accept payments from customers worldwide, excluding OFAC-restricted and sanctioned countries. With a focus on security and compliance, Ragapay provides features such as fraud prevention, chargeback protection, and 24/7 customer support. The platform is designed to facilitate seamless international transactions, offering competitive transaction fees and fast settlement times. This and 500+ providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard."
+ },
+ "payment_method": [
+ "payment_card"
+ ],
+ "name": {
+ "en": "Ragapay",
+ "ru": "Ragapay",
+ "uk": "Ragapay"
+ }
+ },
+ {
+ "status": "active",
+ "code": "wealthpay",
+ "vendor": "wealthpay",
+ "name": {
+ "en": "WealthPay",
+ "ru": "WealthPay",
+ "uk": "WealthPay"
+ },
+ "description": {
+ "en": "WealthPay is a Southeast Asia-focused payment service provider established in 2006, offering secure and efficient transaction solutions for businesses and consumers across the region. The platform supports a variety of payment methods, including bank transfers and e-wallets, and is integrated with major banks in countries like Thailand, Vietnam, and Indonesia. WealthPay is particularly popular in industries such as online gaming and e-commerce, providing features like real-time settlements and robust security measures to ensure reliable payment processing. This and 500+ providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard."
+ },
+ "payout_method": [
+ "krungsri",
+ "bangko_bank",
+ "cimb_thai_bank",
+ "government_savings_bank",
+ "kasikorn_bank",
+ "kiatnakin_bank",
+ "krungthai_bank",
+ "siam_commercial_bank",
+ "tmbthanachart_bank",
+ "asia_commercial_bank",
+ "dong_a_bank",
+ "vietcom_bank",
+ "vietin_bank",
+ "sacom_bank",
+ "techcom_bank",
+ "exim_bank",
+ "bidv_bank",
+ "hdfc_bank",
+ "icici_bank",
+ "axis_bank",
+ "indusind_bank",
+ "state_bank_of_india",
+ "bank_of_baroda",
+ "punjab_national_bank",
+ "yes_bank",
+ "bank_of_india",
+ "kotak_mahindra_bank",
+ "idfc_bank_india"
+ ],
+ "payment_method": [
+ "online_banking",
+ "truemoney",
+ "promptpay",
+ "vnpay_qr",
+ "momopay",
+ "upi"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "payforia",
+ "vendor": "payforia",
+ "payment_method": [
+ "payment_card"
+ ],
+ "name": {
+ "en": "Payforia",
+ "ru": "Payforia",
+ "uk": "Payforia"
+ }
+ },
+ {
+ "status": "active",
+ "code": "onlypay",
+ "vendor": "onlypay",
+ "payment_method": [
+ "payment_card",
+ "orange_cash",
+ "instapay",
+ "vodafone_cash"
+ ],
+ "payout_method": [
+ "orange_cash",
+ "instapay",
+ "vodafone_cash"
+ ],
+ "name": {
+ "en": "Onlypay",
+ "ru": "Onlypay",
+ "uk": "Onlypay"
+ },
+ "description": {
+ "en": "OnlyPay is a digital payment platform offering fast, secure, and flexible payment processing services tailored to online businesses across various sectors, including e-commerce, gaming, and digital services. The provider focuses on enabling merchants to accept a wide range of payment methods, including major credit and debit cards, alternative payment solutions, and region-specific options to support cross-border transactions. OnlyPay emphasizes ease of integration, fraud prevention, and compliance, helping businesses improve approval rates while ensuring security and regulatory alignment. The platform is designed to be scalable, with real-time reporting, seamless onboarding, and tools for managing high-risk transaction environments. OnlyPay and 500+ other payment providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard.",
+ "ru": "OnlyPay — это платформа цифровых платежей, предлагающая быстрые, безопасные и гибкие услуги по обработке платежей, адаптированные для онлайн-бизнесов в различных сферах, включая электронную коммерцию, гемблинг и цифровые сервисы. Провайдер помогает торговцам принимать широкий спектр способов оплаты, включая основные кредитные и дебетовые карты, альтернативные решения и региональные варианты для поддержки трансграничных транзакций. OnlyPay делает акцент на легкости интеграции, предотвращении мошенничества и соблюдении нормативных требований, помогая бизнесам повышать уровень одобрения транзакций при обеспечении безопасности и соответствия. Платформа масштабируема, включает отчеты в реальном времени, простое подключение и инструменты для работы с транзакциями в высокорисковых средах. OnlyPay и более 500 других платежных провайдеров уже интегрированы в платформу оркестрации платежей Corefy, что позволяет нашим клиентам мгновенно начать пользоваться интеграцией без программирования — достаточно ввести MID-данные в личном кабинете Corefy.",
+ "es": "OnlyPay es una plataforma de pagos digitales que ofrece servicios de procesamiento de pagos rápidos, seguros y flexibles, adaptados a empresas en línea de diversos sectores, como el comercio electrónico, los juegos y los servicios digitales. El proveedor se centra en permitir que los comerciantes acepten una amplia gama de métodos de pago, incluidas tarjetas de crédito y débito principales, soluciones de pago alternativas y opciones específicas de cada región para facilitar las transacciones transfronterizas. OnlyPay pone énfasis en la facilidad de integración, la prevención del fraude y el cumplimiento normativo, ayudando a las empresas a mejorar las tasas de aprobación mientras garantiza la seguridad y el alineamiento regulatorio. La plataforma está diseñada para escalar, con informes en tiempo real, incorporación fluida y herramientas para gestionar entornos de transacciones de alto riesgo. OnlyPay y más de 500 proveedores de pagos ya están integrados en la plataforma de orquestación de pagos de Corefy, lo que permite a nuestros clientes comenzar a usar la integración al instante y sin necesidad de codificación, simplemente ingresando sus credenciales MID en el panel de Corefy."
+ }
+ },
+ {
+ "status": "active",
+ "code": "dst",
+ "vendor": "dst",
+ "description": {
+ "en": "DST is a telecommunications company based in Brunei, offering a range of services including mobile, broadband, and digital solutions. Through its MyDST platform, DST provides customers with convenient options to manage their accounts, pay bills, purchase add-ons, and make donations online. The platform supports various payment methods, ensuring secure and efficient transactions for both individuals and businesses. This and 500+ providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard."
+ },
+ "payment_method": [
+ "payment_card"
+ ],
+ "name": {
+ "en": "DeStream",
+ "ru": "DeStream",
+ "uk": "DeStream"
+ }
+ },
+ {
+ "status": "deprecated",
+ "code": "abb",
+ "vendor": "abb",
+ "payment_method": [
+ "payment_card"
+ ],
+ "name": {
+ "en": "ABB",
+ "ru": "ABB",
+ "uk": "ABB"
+ }
+ },
+ {
+ "status": "active",
+ "code": "anspacepay",
+ "vendor": "anspacepay",
+ "payment_method": [
+ "pix",
+ "pix_qr"
+ ],
+ "payout_method": [
+ "pix"
+ ],
+ "name": {
+ "en": "AnSpacePay",
+ "ru": "AnSpacePay",
+ "uk": "AnSpacePay"
+ }
+ },
+ {
+ "status": "active",
+ "code": "freepayment",
+ "vendor": "freepayment",
+ "payment_method": [
+ "payment_card",
+ "sbp",
+ "blik",
+ "applepay",
+ "googlepay"
+ ],
+ "payout_method": [
+ "payment_card"
+ ],
+ "name": {
+ "en": "FreePayment",
+ "ru": "FreePayment",
+ "uk": "FreePayment"
+ }
+ },
+ {
+ "status": "active",
+ "code": "thepaymentconsultant",
+ "vendor": "thepaymentconsultant",
+ "payment_method": [
+ "payment_card"
+ ],
+ "name": {
+ "en": "The Payment Consultant",
+ "ru": "The Payment Consultant",
+ "uk": "The Payment Consultant"
+ }
+ },
+ {
+ "status": "active",
+ "code": "triple000",
+ "vendor": "triple000",
+ "payment_method": [
+ "payment_card"
+ ],
+ "name": {
+ "en": "Triple000",
+ "ru": "Triple000",
+ "uk": "Triple000"
+ }
+ },
+ {
+ "status": "active",
+ "code": "sqalapay",
+ "vendor": "sqalapay",
+ "payment_method": [
+ "pix_qr",
+ "pix"
+ ],
+ "payout_method": [
+ "pix"
+ ],
+ "name": {
+ "en": "Sqala",
+ "ru": "Sqala",
+ "uk": "Sqala"
+ },
+ "description": {
+ "en": "Sqala is a payment service provider delivering digital payment solutions tailored for online merchants operating across sectors like e-commerce, digital services, and high-risk industries. The platform enables businesses to accept a broad range of payment methods, including international card payments, alternative options, and local methods, helping to expand their reach and optimize conversions. Sqala emphasizes secure and scalable transaction processing, offering features such as fraud prevention, real-time analytics, and multi-currency support. With flexible integration options through APIs or hosted checkouts, Sqala is designed to streamline payment operations and simplify global expansion. Sqala and 500+ other payment providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard."
+ }
+ },
+ {
+ "status": "active",
+ "code": "yelopay",
+ "vendor": "yelopay",
+ "payment_method": [
+ "payment_card"
+ ],
+ "name": {
+ "en": "YeloPay",
+ "ru": "YeloPay",
+ "uk": "YeloPay"
+ }
+ },
+ {
+ "status": "active",
+ "code": "zenwallet",
+ "vendor": "zenwallet",
+ "payment_method": [
+ "zen_wallet"
+ ],
+ "payout_method": [
+ "zen_wallet"
+ ],
+ "name": {
+ "en": "ZEN.COM",
+ "ru": "ZEN.COM",
+ "uk": "ZEN.COM"
+ }
+ },
+ {
+ "status": "active",
+ "code": "onevision",
+ "vendor": "onevision",
+ "payment_method": [
+ "payment_card"
+ ],
+ "payout_method": [
+ "payment_card"
+ ],
+ "name": {
+ "en": "Onevision",
+ "ru": "Onevision",
+ "uk": "Onevision"
+ }
+ },
+ {
+ "status": "active",
+ "code": "alliancepay",
+ "vendor": "alliancepay",
+ "name": {
+ "en": "AlliancePay",
+ "ru": "AlliancePay",
+ "uk": "AlliancePay"
+ },
+ "payment_method": [
+ "payment_card"
+ ],
+ "payout_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "payadmit",
+ "vendor": "payadmit",
+ "name": {
+ "en": "Payadmit",
+ "ru": "Payadmit",
+ "uk": "Payadmit"
+ },
+ "description": {
+ "en": "PayAdmit is a digital payment service provider that delivers tailored payment solutions for online businesses across various industries, including iGaming, e-commerce, SaaS, and high-risk sectors. The platform supports a wide range of payment methods, including credit and debit cards, alternative payments, local banking options, and cryptocurrency processing. PayAdmit focuses on providing secure, compliant, and flexible infrastructure, featuring advanced fraud prevention tools, chargeback management, multi-currency support, and seamless API integration. With an emphasis on fast onboarding and global reach, PayAdmit helps merchants expand their customer base while maintaining a high level of control and transparency over their transaction flows. PayAdmit and 500+ other payment providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard.",
+ "ru": "PayAdmit — это платежный провайдер, предоставляющий решения для приема банковских карт, электронных кошельков, локальных методов оплаты и криптовалют. Платформа предлагает простой API, antifraud-инструменты, поддержку различных отраслей, включая гемблинг и финтех. PayAdmit ориентирован на быстрое масштабирование и глобальный охват. Этот и более чем 500 других провайдеров уже интегрированы в платформу платежной оркестрации Corefy, позволяя клиентам мгновенно начать использовать интеграцию без программирования — достаточно ввести свои MID-данные в панели Corefy."
+ },
+ "payment_method": [
+ "payment_card",
+ "newera_payment_technologies_ltd_bazpay",
+ "applepay",
+ "bitexpro",
+ "calypso_pay_ltd_empayre",
+ "hkma_fps",
+ "calypso_pay_ltd_gateexpress",
+ "googlepay",
+ "bank_transfer_aggregated",
+ "sibs_mbway",
+ "neteller",
+ "raggett_limited_paycos",
+ "sepa_transfer",
+ "skrill",
+ "okpay_finance_ltd_slyse",
+ "newera_payment_technologies_ltd_bazpayuah",
+ "bitexpro_advwallet",
+ "bitexpro_payeer",
+ "revolut_bank",
+ "openbanking",
+ "paysafecard",
+ "blik",
+ "przelewy24",
+ "multibanco",
+ "mybank2",
+ "eps",
+ "bancontact",
+ "crypto_aggregated",
+ "interac",
+ "polipayonline",
+ "ideal",
+ "epay",
+ "cash",
+ "mach",
+ "qr_code",
+ "cash",
+ "tunzer",
+ "bank_transfer",
+ "qr_payment_aggregated",
+ "pix"
+ ],
+ "payout_method": [
+ "payment_card",
+ "hkma_fps",
+ "bank_transfer"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "twopayler",
+ "vendor": "twopayler",
+ "payment_method": [
+ "card_transfer"
+ ],
+ "payout_method": [
+ "payment_card"
+ ],
+ "name": {
+ "en": "2PayLer",
+ "ru": "2PayLer",
+ "uk": "2PayLer"
+ }
+ },
+ {
+ "status": "active",
+ "code": "cirxuspay",
+ "vendor": "cirxuspay",
+ "payment_method": [
+ "payment_card"
+ ],
+ "name": {
+ "en": "Cirxus Pay",
+ "ru": "Cirxus Pay",
+ "uk": "Cirxus Pay"
+ }
+ },
+ {
+ "status": "active",
+ "code": "finvert",
+ "vendor": "finvert",
+ "payment_method": [
+ "payment_card"
+ ],
+ "name": {
+ "en": "Finvert",
+ "ru": "Finvert",
+ "uk": "Finvert"
+ }
+ },
+ {
+ "status": "active",
+ "code": "northpeakpay",
+ "vendor": "northpeakpay",
+ "payment_method": [
+ "payment_card"
+ ],
+ "name": {
+ "en": "Northpeak Pay",
+ "ru": "Northpeak Pay",
+ "uk": "Northpeak Pay"
+ }
+ },
+ {
+ "status": "active",
+ "code": "centpays",
+ "vendor": "centpays",
+ "payment_method": [
+ "payment_card"
+ ],
+ "name": {
+ "en": "Centpays",
+ "ru": "Centpays",
+ "uk": "Centpays"
+ }
+ },
+ {
+ "status": "active",
+ "code": "123pay",
+ "vendor": "123pay",
+ "name": {
+ "en": "OneTwoThreePay",
+ "ru": "OneTwoThreePay",
+ "uk": "OneTwoThreePay"
+ },
+ "countries": [
+ "IN"
+ ],
+ "payment_method": [
+ "upi",
+ "payment_card"
+ ],
+ "payout_method": [
+ "bank_transfer"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "redqueen",
+ "vendor": "redqueen",
+ "payment_method": [
+ "payment_card"
+ ],
+ "name": {
+ "en": "Red Queen",
+ "ru": "Red Queen",
+ "uk": "Red Queen"
+ }
+ },
+ {
+ "status": "active",
+ "code": "paywings",
+ "vendor": "paywings",
+ "name": {
+ "en": "PayWings",
+ "ru": "PayWings",
+ "uk": "PayWings"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "rubinpay",
+ "vendor": "rubinpay",
+ "name": {
+ "en": "RubinPay",
+ "ru": "RubinPay",
+ "uk": "RubinPay"
+ },
+ "description": {
+ "en": "RubinPay is a payment service provider offering card payment processing solutions through Corefy’s platform. While specific details about RubinPay’s services are limited, it is known to support payment card transactions, enabling businesses to accept card payments efficiently. Integration with Corefy allows merchants to connect their RubinPay accounts seamlessly, facilitating streamlined payment operations. This and 500+ providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard."
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "wallet378",
+ "vendor": "wallet378",
+ "name": {
+ "en": "Wallet378",
+ "ru": "Wallet378",
+ "uk": "Wallet378"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "symoco",
+ "vendor": "symoco",
+ "name": {
+ "en": "Symoco",
+ "ru": "Symoco",
+ "uk": "Symoco"
+ },
+ "description": {
+ "en": "Symoco is a Canadian-based payment service provider offering secure and efficient international payment solutions for businesses and individuals. Registered as a Money Services Business (MSB) with FINTRAC, Symoco specializes in cross-border transactions, supporting over 14 currencies and operations in more than 120 countries. The platform provides features such as real-time fraud prevention, customizable payment solutions, and advanced tracking capabilities. Symoco caters to a diverse range of industries, including e-commerce, SaaS, logistics, and travel, offering services like instant payments, smart banking, and crypto access. With a focus on simplifying complex financial operations, Symoco ensures secure transactions and compliance with Canadian regulations. This and 500+ providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard.",
+ "ru": "Symoco — это платежный сервис-провайдер из Канады, предлагающий безопасные и эффективные международные платежные решения для бизнеса и частных лиц. Зарегистрированный как организация, предоставляющая финансовые услуги (MSB) в FINTRAC, Symoco специализируется на трансграничных транзакциях, поддерживает более 14 валют и осуществляет операции в более чем 120 странах. Платформа предлагает такие функции, как предотвращение мошенничества в реальном времени, настраиваемые платежные решения и расширенные возможности отслеживания. Symoco обслуживает широкий спектр отраслей, включая электронную коммерцию, SaaS, логистику и туризм, предоставляя такие услуги, как мгновенные платежи, умный банкинг и доступ к криптовалютам. С акцентом на упрощение сложных финансовых операций Symoco обеспечивает безопасность транзакций и соответствие канадским нормативным требованиям. Этот и более 500 других провайдеров уже интегрированы в платформу оркестрации платежей Corefy, что позволяет нашим клиентам мгновенно начать пользоваться интеграцией без программирования — достаточно ввести MID-данные в личном кабинете Corefy."
+ },
+ "payment_method": [
+ "payment_card",
+ "sbp_qr"
+ ],
+ "payout_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "networx",
+ "vendor": "networx",
+ "name": {
+ "en": "Networx",
+ "ru": "Networx",
+ "uk": "Networx"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "paylinkvip",
+ "vendor": "paylinkvip",
+ "name": {
+ "en": "PaylinkVip",
+ "ru": "PaylinkVip",
+ "uk": "PaylinkVip"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "jmitsolutions",
+ "vendor": "jmitsolutions",
+ "name": {
+ "en": "JM IT Solutions",
+ "ru": "JM IT Solutions",
+ "uk": "JM IT Solutions"
+ },
+ "payment_method": [
+ "payment_card",
+ "applepay",
+ "googlepay"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "neonpay",
+ "vendor": "neonpay",
+ "name": {
+ "en": "Neonpay",
+ "ru": "Neonpay",
+ "uk": "Neonpay"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "match2pay",
+ "vendor": "match2pay",
+ "name": {
+ "en": "Match2Pay",
+ "ru": "Match2Pay",
+ "uk": "Match2Pay"
+ },
+ "payment_method": [
+ "bitcoin",
+ "tether",
+ "usd_coin",
+ "ethereum",
+ "binance_coin",
+ "tron"
+ ],
+ "payout_method": [
+ "bitcoin",
+ "tether",
+ "usd_coin",
+ "ethereum",
+ "binance_coin"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "projectonsolutionslimited",
+ "vendor": "projectonsolutionslimited",
+ "name": {
+ "en": "ProjectOn",
+ "ru": "ProjectOn",
+ "uk": "ProjectOn"
+ },
+ "description": {
+ "en": "ProjectOn Solutions Limited is a Hong Kong-based fintech company specializing in providing comprehensive IT and payment solutions tailored for e-commerce startups and digital businesses. Established in 2022, the company offers a full suite of services designed to enhance and manage various internet-based ventures, focusing on modern payment tools that facilitate effortless data collection, storage, and transaction completion with minimal customer effort. ProjectOn’s offerings include payment processing, payment gateway services, and profit-oriented project management, all driven by a team of experienced e-commerce industry professionals. The company emphasizes security and compliance, ensuring that its solutions are both reliable and user-friendly. This and 500+ providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard."
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "concryt",
+ "vendor": "concryt",
+ "name": {
+ "en": "Concryt",
+ "ru": "Concryt",
+ "uk": "Concryt"
+ },
+ "description": {
+ "en": "Concryt is a Barcelona-based fintech company established in 2023, specializing in comprehensive payment and banking solutions for businesses worldwide. The company offers a diverse range of services, including card acquiring, alternative payment methods (APMs), bank transfers, and outbound credit transfers (OCTs), catering to both deposits and payouts. Concryt also facilitates B2B banking services such as account opening and foreign exchange, leveraging its extensive global banking network to provide seamless financial operations . Emphasizing security and compliance, Concryt’s platform operates entirely on Amazon Web Services (AWS) and adheres to the General Data Protection Regulation (GDPR) standards . This and 500+ providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard.",
+ "ru": "Concryt — это платежный провайдер, предоставляющий решения для приема платежей в криптовалютах. Платформа предлагает инструменты для интеграции с e-commerce, автоматическую конвертацию цифровых активов в фиат, кошельки и инвойсы. Concryt ориентирован на бизнесы, стремящиеся расширить платежные опции и работать с криптовалютами легально и удобно. Этот и более чем 500 других провайдеров уже интегрированы в платформу платежной оркестрации Corefy, позволяя клиентам мгновенно начать использовать интеграцию без программирования — достаточно ввести свои MID-данные в панели Corefy."
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "paymaxis",
+ "vendor": "paymaxis",
+ "name": {
+ "en": "PayMaxis",
+ "ru": "PayMaxis",
+ "uk": "PayMaxis"
+ },
+ "payment_method": [
+ "payment_card"
+ ],
+ "payout_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "transacto",
+ "vendor": "transacto",
+ "name": {
+ "en": "TRANSACTO",
+ "ru": "TRANSACTO",
+ "uk": "TRANSACTO"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "confirmo",
+ "vendor": "confirmo",
+ "name": {
+ "en": "Confirmo",
+ "ru": "Confirmo",
+ "uk": "Confirmo"
+ },
+ "payment_method": [
+ "crypto_aggregated"
+ ],
+ "payout_method": [
+ "usd_coin",
+ "tether"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "madfin",
+ "vendor": "madfin",
+ "name": {
+ "en": "MADFIN",
+ "ru": "MADFIN",
+ "uk": "MADFIN"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "uapayio",
+ "vendor": "uapayio",
+ "name": {
+ "en": "UA Pay",
+ "ru": "UA Pay",
+ "uk": "UA Pay"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "elitepay",
+ "vendor": "elitepay",
+ "name": {
+ "en": "Elitepay",
+ "ru": "Elitepay",
+ "uk": "Elitepay"
+ },
+ "payment_method": [
+ "akbank",
+ "citibank_turkey",
+ "qnb_finansbank",
+ "papara",
+ "payfix",
+ "parazula"
+ ],
+ "payout_method": [
+ "deniz_bank",
+ "qnb_finansbank",
+ "turkey_econom_bank",
+ "ziraat_bank",
+ "garanti_bbva",
+ "halk_bank",
+ "turkey_is_bank",
+ "vakif_bank",
+ "yapi_kredi_bank",
+ "akbank",
+ "kuveyt_turk_katilim_bank",
+ "turkey_finans_katilim_bank",
+ "payfix",
+ "papara",
+ "parazula"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "inswitch",
+ "vendor": "inswitch",
+ "name": {
+ "en": "Inswitch",
+ "ru": "Inswitch",
+ "uk": "Inswitch"
+ },
+ "description": {
+ "es": "Inswitch es un proveedor de tecnología financiera que permite a empresas ofrecer servicios de pagos, billeteras digitales, remesas, y emisión de tarjetas virtuales mediante una plataforma modular basada en APIs. Con foco en América Latina, facilita la inclusión financiera digital, permitiendo a las empresas lanzar soluciones fintech rápidamente con cumplimiento normativo local. Este y más de 500 proveedores ya están integrados en la plataforma de orquestación de pagos de Corefy, lo que permite a nuestros clientes comenzar a usar la integración al instante sin necesidad de programación, simplemente introduciendo sus credenciales MID en el panel de Corefy.",
+ "en": "Inswitch is a financial technology provider that enables companies to offer payment services, digital wallets, remittances, and virtual card issuance through a modular API-based platform. With a focus on Latin America, it facilitates digital financial inclusion, enabling companies to launch fintech solutions quickly with local regulatory compliance. This and more than 500 other providers are already integrated into Corefy's payment orchestration platform, allowing our clients to start using the integration instantly with no programming required, simply by entering their MID credentials in Corefy's dashboard."
+ },
+ "payment_method": [
+ "spei",
+ "payment_card",
+ "cash",
+ "bank_transfer",
+ "multicaja",
+ "servipag",
+ "acertemos",
+ "apostar",
+ "apuestascucuta75",
+ "bancamia",
+ "agrario_bank",
+ "caja_social_bank",
+ "comercial_avvillas_bank",
+ "coomeva_bank",
+ "cooperativo_bank",
+ "davivienda_bank",
+ "bogota_desarrollo_bank",
+ "occidente_bank",
+ "falabella_bank",
+ "gnb_sudameris_bank",
+ "popular_bank",
+ "santander_colombia_bank",
+ "serfinanza_bank",
+ "colombia_bank",
+ "bbva_colombia",
+ "colombia_bank_cah",
+ "efecty",
+ "gana",
+ "gana_gana",
+ "jer",
+ "la_perla",
+ "puntored",
+ "su_chance",
+ "su_suerte",
+ "super_pagos",
+ "powwi",
+ "boleto_bancario",
+ "pix",
+ "bbva",
+ "bcp",
+ "interbank",
+ "pago_effective",
+ "tambo",
+ "agentes_bank"
+ ],
+ "payout_method": [
+ "spei",
+ "chilean_commercial_bank",
+ "efecty",
+ "cash",
+ "bbva",
+ "prymera_bank",
+ "inter_bank",
+ "kasnet",
+ "bbva_bancomer",
+ "banco_santander",
+ "banorte"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "buckzy",
+ "vendor": "buckzy",
+ "name": {
+ "en": "Buckzy",
+ "ru": "Buckzy",
+ "uk": "Buckzy"
+ },
+ "payment_method": [
+ "upi_qr",
+ "upi"
+ ],
+ "payout_method": [
+ "upi"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "carespay",
+ "vendor": "carespay",
+ "name": {
+ "en": "CaresPAY",
+ "ru": "CaresPAY",
+ "uk": "CaresPAY"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "pylon",
+ "vendor": "pylon",
+ "name": {
+ "en": "Pylon",
+ "ru": "Pylon",
+ "uk": "Pylon"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "altitudepay",
+ "vendor": "altitudepay",
+ "name": {
+ "en": "Altitude Pay",
+ "ru": "Altitude Pay",
+ "uk": "Altitude Pay"
+ },
+ "description": {
+ "en": "AltitudePay is a PCI DSS-certified payment gateway platform that facilitates the acceptance, processing, storage, and transmission of payment data between various participants in the payment process. It supports multiple payment methods, including card payments, and offers integration options through APIs, POS terminals, and virtual terminals for manual entry of payment data received by email or phone. The platform provides access to user accounts with different roles such as Merchant, Reseller, and Manager, each with specific access rights and functionalities. AltitudePay’s integration with Corefy allows merchants to manage transactions efficiently. This and 500+ providers are already integrated into Corefy’s payment orchestration platform, allowing clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard."
+ },
+ "payment_method": [
+ "payment_card",
+ "applepay",
+ "googlepay"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "paycc",
+ "vendor": "paycc",
+ "name": {
+ "en": "Pay CC",
+ "ru": "Pay CC",
+ "uk": "Pay CC"
+ },
+ "description": {
+ "ru": "PayCC — это платежный провайдер, предоставляющий решения для приема онлайн-платежей с помощью банковских карт, электронных кошельков и альтернативных методов оплаты. Платформа ориентирована на удобство интеграции и быструю обработку транзакций, предлагая функции по борьбе с мошенничеством и поддержку разных валют. Этот и более чем 500 других провайдеров уже интегрированы в платформу платежной оркестрации Corefy, позволяя клиентам мгновенно начать использовать интеграцию без программирования — достаточно ввести свои MID-данные в панели Corefy.",
+ "uk": "PayCC — це платіжний провайдер, що надає рішення для прийому онлайн-платежів за допомогою банківських карток, електронних гаманців і альтернативних методів оплати. Платформа орієнтована на зручну інтеграцію та швидку обробку транзакцій, пропонуючи функції боротьби з шахрайством і підтримку різних валют. Цей та понад 500 інших провайдерів уже інтегровані в платформу платіжної оркестрації Corefy, що дозволяє клієнтам миттєво розпочати використання інтеграції без програмування — достатньо ввести свої MID-дані в панелі Corefy.",
+ "en": "PayCC is a payment provider that provides solutions for accepting online payments via bank cards, e-wallets and alternative payment methods. The platform is focused on easy integration and fast transaction processing, offering anti-fraud features and support for different currencies. This and more than 500 other providers are already integrated into Corefy's payment orchestration platform, allowing customers to instantly start using the integration without programming - just enter their MID data in the Corefy dashboard."
+ },
+ "payment_method": [
+ "payment_card",
+ "applepay",
+ "googlepay"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "pavpay",
+ "vendor": "pavpay",
+ "name": {
+ "en": "PavPay",
+ "ru": "PavPay",
+ "uk": "PavPay"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "crystalbank",
+ "vendor": "crystalbank",
+ "name": {
+ "en": "CrystalBank",
+ "ru": "CrystalBank",
+ "uk": "CrystalBank"
+ },
+ "payment_method": [
+ "payment_card"
+ ],
+ "payout_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "optipay",
+ "vendor": "optipay",
+ "payment_method": [
+ "payment_card"
+ ],
+ "name": {
+ "en": "Optipay",
+ "ru": "Optipay",
+ "uk": "Optipay"
+ }
+ },
+ {
+ "status": "active",
+ "code": "connectivity",
+ "vendor": "connectivity",
+ "payment_method": [
+ "payment_card"
+ ],
+ "name": {
+ "en": "Connectivity",
+ "ru": "Connectivity",
+ "uk": "Connectivity"
+ }
+ },
+ {
+ "status": "active",
+ "code": "kunapaycrypto",
+ "vendor": "kunapaycrypto",
+ "name": {
+ "en": "KUNA Pay Crypto",
+ "ru": "KUNA Pay Crypto",
+ "uk": "KUNA Pay Crypto"
+ },
+ "payment_method": [
+ "kunapay_crypto"
+ ],
+ "payout_method": [
+ "payment_card",
+ "bank_transfer",
+ "kunapay_crypto",
+ "tether",
+ "bitcoin"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "payforu",
+ "vendor": "payforu",
+ "name": {
+ "en": "PayForU",
+ "ru": "PayForU",
+ "uk": "PayForU"
+ },
+ "payment_method": [
+ "card_transfer",
+ "sbp"
+ ],
+ "payout_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "paymob",
+ "vendor": "paymob",
+ "name": {
+ "en": "Paymob",
+ "ru": "Paymob",
+ "uk": "Paymob"
+ },
+ "description": {
+ "de": "Paymob ist ein führender Zahlungsdienstleister mit Sitz in Ägypten, der Online- und Offline-Zahlungslösungen für den MENA-Raum (Nahost und Nordafrika) bereitstellt. Die Plattform unterstützt Kartenzahlungen, mobile Wallets, QR-Zahlungen, Ratenzahlungen und direkte Banküberweisungen. Paymob richtet sich an Händler, Startups und Großunternehmen, die in Schwellenmärkten tätig sind und lokale Zahlungspräferenzen berücksichtigen möchten. Die Integration erfolgt über eine flexible API und wird durch umfassenden Kundensupport begleitet. Paymob und über 500 weitere Anbieter sind bereits in Corefys Payment-Orchestration-Plattform integriert, wodurch unsere Kunden die Integration sofort und ohne Programmieraufwand nutzen können – einfach durch Eingabe ihrer MID-Zugangsdaten im Corefy-Dashboard.",
+ "en": "Paymob is a leading payment service provider based in Egypt that provides online and offline payment solutions for the MENA region (Middle East and North Africa). The platform supports card payments, mobile wallets, QR payments, installment payments and direct bank transfers. Paymob is aimed at merchants, start-ups and large companies that operate in emerging markets and want to take local payment preferences into account. Integration takes place via a flexible API and is accompanied by comprehensive customer support. Paymob and over 500 other providers are already integrated into Corefy's payment orchestration platform, allowing our customers to use the integration immediately and without any programming effort - simply by entering their MID credentials in the Corefy dashboard."
+ },
+ "payment_method": [
+ "vodafone_cash",
+ "etisalat_cash",
+ "cib_smart_wallet"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "globalotc",
+ "vendor": "globalotc",
+ "name": {
+ "en": "GlobalOTC",
+ "ru": "GlobalOTC",
+ "uk": "GlobalOTC"
+ },
+ "payout_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "kora",
+ "vendor": "kora",
+ "name": {
+ "en": "Kora",
+ "ru": "Kora",
+ "uk": "Kora"
+ },
+ "payment_method": [
+ "payment_card",
+ "bank_transfer",
+ "mobile",
+ "opay",
+ "palmpay"
+ ],
+ "payout_method": [
+ "bank_transfer",
+ "airtel_money",
+ "equitel",
+ "safaricom",
+ "mtn",
+ "vodafone_ghana",
+ "t_kash",
+ "telkom_kenya",
+ "access_bank_nigeria",
+ "diamond_bank_nigeria",
+ "citi_bank_nigeria",
+ "ecobank_nigeria",
+ "fidelity_bank_nigeria",
+ "first_bankof_nigeria",
+ "polaris_bank_nigeria",
+ "stanbic_bank_nigeria",
+ "coronation_merchant_bank",
+ "etranzact",
+ "first_city_monument_bank",
+ "fsdh_merchant_bank",
+ "guaranty_trust_bank",
+ "heritage_bank",
+ "jaiz_bank",
+ "keystone_bank",
+ "npfmicrofinance_bank",
+ "safetrust_mortgage_bank",
+ "safetrust_mortgage_bank",
+ "standard_chartered_bank",
+ "sterling_bank",
+ "union_bankof_nigeria",
+ "united_bankfor_africa",
+ "unity_bank",
+ "wema_bank",
+ "zenith_bank",
+ "orange_money",
+ "absa_bank",
+ "african_bank",
+ "bidvest_bank",
+ "first_national_bank",
+ "investec_bank",
+ "ned_bank",
+ "standard_bank",
+ "tyme_bank",
+ "etisalat",
+ "vodafone_egypt",
+ "orange_money",
+ "airteltigo"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "mids",
+ "vendor": "mids",
+ "name": {
+ "en": "MIDs",
+ "ru": "MIDs",
+ "uk": "MIDs"
+ },
+ "payment_method": [
+ "payment_card",
+ "bank_transfer",
+ "bank_transfer_klarna",
+ "rapidtransfer",
+ "mybank2",
+ "applepay",
+ "googlepay",
+ "blik",
+ "eps",
+ "ideal",
+ "mb_way",
+ "multibanco",
+ "neteller",
+ "paysafecard",
+ "skrill",
+ "yape",
+ "pago_efectivo",
+ "seven_eleven",
+ "circulo_k",
+ "santander_supernet",
+ "western_union",
+ "nubank",
+ "rapidpagos",
+ "banco_caixa",
+ "scotiabank_cash",
+ "banco_de_chile",
+ "gcash",
+ "grabpay",
+ "thai_qr_payment",
+ "scotiabank",
+ "interbank",
+ "webpay",
+ "pse",
+ "spei",
+ "picpay",
+ "upi",
+ "pix",
+ "boleto_bancario",
+ "oxxo",
+ "bbva",
+ "pagofacil",
+ "paypal",
+ "mercadopago"
+ ],
+ "payout_method": [
+ "bank_transfer",
+ "sepa_transfer",
+ "eft",
+ "ach"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "rivierapay",
+ "vendor": "rivierapay",
+ "name": {
+ "en": "RivieraPay",
+ "ru": "RivieraPay",
+ "uk": "RivieraPay"
+ },
+ "payment_method": [
+ "mobile"
+ ],
+ "payout_method": [
+ "mobile"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "paywisesolutions",
+ "vendor": "paywisesolutions",
+ "name": {
+ "en": "Paywise Solutions",
+ "ru": "Paywise Solutions",
+ "uk": "Paywise Solutions"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "wirebloom",
+ "vendor": "wirebloom",
+ "name": {
+ "en": "Wirebloom",
+ "ru": "Wirebloom",
+ "uk": "Wirebloom"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "creditum",
+ "vendor": "creditum",
+ "name": {
+ "en": "Creditum",
+ "ru": "Creditum",
+ "uk": "Creditum"
+ },
+ "payment_method": [
+ "payment_card",
+ "neteller",
+ "paysafecard",
+ "skrill"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "mifinity",
+ "vendor": "mifinity",
+ "name": {
+ "en": "MiFinity",
+ "ru": "MiFinity",
+ "uk": "MiFinity"
+ },
+ "description": {
+ "uk": "MiFinity — глобальний платіжний провайдер, який спеціалізується на цифрових гаманцях, електронних переказах, виведенні коштів і масових виплатах. Сервіс підтримує понад 40 валют і пропонує інтеграції для iGaming, подорожей, e-commerce та фінансових сервісів. MiFinity дотримується регуляторних стандартів ЄС та має ліцензії FCA та інші, що забезпечує відповідність та захист коштів користувачів. Гаманець MiFinity доступний на Android, iOS і в веб-версії. Цей та понад 500 інших провайдерів вже інтегровані в платформу платіжної оркестрації Corefy, що дозволяє клієнтам миттєво розпочати використання інтеграції без програмування — достатньо ввести свої MID-дані в дашборді Corefy.",
+ "en": "MiFinity is a global payment provider that specializes in digital wallets, electronic transfers, withdrawals, and bulk payments. The service supports more than 40 currencies and offers integrations for iGaming, travel, e-commerce, and financial services. MiFinity adheres to EU regulatory standards and is licensed by the FCA and others, which ensures compliance and protection of users' funds. The MiFinity wallet is available on Android, iOS, and web. This and more than 500 other providers are already integrated into Corefy's payment orchestration platform, allowing customers to instantly start using the integration without programming - just enter their MID data in the Corefy dashboard."
+ },
+ "payment_method": [
+ "mifinity"
+ ],
+ "payout_method": [
+ "bank_transfer_aggregated"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "capitalpay",
+ "vendor": "capitalpay",
+ "name": {
+ "en": "CapitalPay",
+ "ru": "CapitalPay",
+ "uk": "CapitalPay"
+ },
+ "description": {
+ "en": "CapitalPay is a versatile digital payment solutions provider operating across multiple regions, including Southeast Asia, Africa, and Eastern Europe. In Southeast Asia, particularly Malaysia, CapitalPay offers an online payment gateway supporting various methods such as FPX, credit and debit cards, e-wallets, and bank transfers. The platform emphasizes rapid onboarding, high transaction success rates, and robust fraud protection, catering to small and medium-sized enterprises seeking secure and efficient payment processing. In Africa, notably Kenya and South Sudan, CapitalPay provides mobile money services, multi-currency wallets, and tools for bill payments, airtime top-ups, and salary disbursements, facilitating financial inclusion and streamlined transactions for both individuals and businesses. In Kazakhstan, under the Collect Group brand, CapitalPay offers merchant acquiring services with flexible integration options and competitive pricing, enabling businesses to accept online payments seamlessly. Additionally, in the Philippines, CapitalPay collaborates with government and private sectors to deliver e-Government and digital payment solutions, including revenue collection platforms, business registration systems, and tax payment solutions, enhancing transparency and efficiency in public services. This and 500+ providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard."
+ },
+ "payment_method": [
+ "pix_qr"
+ ],
+ "payout_method": [
+ "pix"
+ ]
+ },
+ {
+ "status": "deprecated",
+ "code": "wellxpay",
+ "vendor": "wellxpay",
+ "name": {
+ "en": "WellxPay",
+ "ru": "WellxPay",
+ "uk": "WellxPay"
+ },
+ "payment_method": [
+ "bkash_limited",
+ "nagad_wallet"
+ ],
+ "payout_method": [
+ "bkash_limited",
+ "nagad_wallet"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "toppay",
+ "vendor": "toppay",
+ "name": {
+ "en": "TopPay",
+ "ru": "TopPay",
+ "uk": "TopPay "
+ },
+ "payment_method": [
+ "pix"
+ ],
+ "payout_method": [
+ "pix"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "mtbbank",
+ "vendor": "mtbbank",
+ "name": {
+ "en": "MTB Bank",
+ "ru": "МТБ Банк",
+ "uk": "МТБ Банк"
+ },
+ "payment_method": [
+ "payment_card"
+ ],
+ "payout_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "mtb",
+ "vendor": "mtb",
+ "name": {
+ "en": "MTB",
+ "ru": "МТБ",
+ "uk": "МТБ"
+ },
+ "payment_method": [
+ "payment_card"
+ ],
+ "payout_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "mtb2",
+ "vendor": "mtb",
+ "name": {
+ "en": "MTB2",
+ "ru": "МТБ2",
+ "uk": "МТБ2"
+ },
+ "payment_method": [
+ "mtb"
+ ],
+ "payout_method": [
+ "mtb"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "token",
+ "vendor": "token",
+ "name": {
+ "en": "Token.io",
+ "ru": "Token.io",
+ "uk": "Token.io"
+ },
+ "payment_method": [
+ "sepa_transfer",
+ "sepa_transfer_instant",
+ "revolut_bank",
+ "n26_bank",
+ "wise",
+ "sofortuberweisung"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "cdn",
+ "vendor": "cdn",
+ "name": {
+ "en": "CDN",
+ "ru": "CDN",
+ "uk": "CDN"
+ },
+ "description": {
+ "en": "CDN (Cash Discount Network) is a payment method and processing model that allows merchants to offer customers a discount for paying with cash or cash-equivalent methods, such as debit cards or ACH, instead of credit cards. The primary goal of CDN is to help businesses offset high credit card processing fees by encouraging lower-cost payment options. With this setup, customers who choose to pay with a credit card cover the processing fee as part of the purchase price, while those who pay with cash or debit receive a discount equivalent to that fee. This approach is particularly popular among small businesses and service providers aiming to reduce operational costs while remaining compliant with card network rules and regulations."
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "eleospay",
+ "vendor": "eleospay",
+ "name": {
+ "en": "EleosPay",
+ "ru": "EleosPay",
+ "uk": "EleosPay"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "ipague",
+ "vendor": "ipague",
+ "name": {
+ "en": "iPague",
+ "ru": "iPague",
+ "uk": "iPague"
+ },
+ "payment_method": [
+ "pix_qr"
+ ],
+ "payout_method": [
+ "pix"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "gateiq",
+ "vendor": "gateiq",
+ "payment_method": [
+ "blik",
+ "googlepay",
+ "applepay",
+ "revolut_bank",
+ "bank_transfer",
+ "paysafecard",
+ "payskin",
+ "tether",
+ "n26_bank",
+ "wise",
+ "skrill",
+ "neteller",
+ "eps",
+ "rapidtransfer"
+ ],
+ "name": {
+ "en": "GateIQ",
+ "ru": "GateIQ",
+ "uk": "GateIQ"
+ }
+ },
+ {
+ "status": "active",
+ "code": "payzeasy",
+ "vendor": "payzeasy",
+ "name": {
+ "en": "PayzEasy",
+ "ru": "PayzEasy",
+ "uk": "PayzEasy"
+ },
+ "description": {
+ "en": "Payzeasy is a digital payment service provider offering comprehensive online payment solutions designed for businesses in sectors such as e-commerce, digital services, and high-risk industries like iGaming and forex. The platform enables merchants to accept a variety of payment methods, including global credit and debit cards, alternative payment options, and region-specific methods, helping them expand their reach across different markets. Payzeasy focuses on delivering fast, secure, and compliant transactions, with features like fraud prevention, real-time analytics, multi-currency support, and seamless integration via APIs or hosted payment pages. Its scalable infrastructure and focus on merchant support make it a reliable choice for businesses aiming to optimize payment operations and conversion rates. Payzeasy and 500+ other payment providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard."
+ },
+ "payment_method": [
+ "upi",
+ "imps"
+ ],
+ "payout_method": [
+ "imps"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "bizon",
+ "vendor": "bizon",
+ "name": {
+ "en": "Bizon",
+ "ru": "Bizon",
+ "uk": "Bizon"
+ },
+ "payment_method": [
+ "payment_card",
+ "blik",
+ "trustly",
+ "eps"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "tillpayments",
+ "vendor": "tillpayments",
+ "name": {
+ "en": "Till Payments",
+ "ru": "Till Payments",
+ "uk": "Till Payments"
+ },
+ "payment_method": [
+ "payment_card",
+ "applepay"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "intervale",
+ "vendor": "intervale",
+ "name": {
+ "en": "Intervale",
+ "ru": "Intervale",
+ "uk": "Intervale"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "aspay",
+ "vendor": "aspay",
+ "name": {
+ "en": "AsPay",
+ "ru": "AsPay",
+ "uk": "AsPay"
+ },
+ "payment_method": [
+ "payment_card",
+ "bank_transfer"
+ ],
+ "payout_method": [
+ "bank_transfer"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "facilero",
+ "vendor": "facilero",
+ "name": {
+ "en": "Facilero",
+ "ru": "Facilero",
+ "uk": "Facilero"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "transflofintech",
+ "vendor": "transflofintech",
+ "name": {
+ "en": "Transflo",
+ "ru": "Transflo",
+ "uk": "Transflo"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "thebilling",
+ "vendor": "thebilling",
+ "name": {
+ "en": "The Billing",
+ "ru": "The Billing",
+ "uk": "The Billing"
+ },
+ "payment_method": [
+ "payment_card"
+ ],
+ "payout_method": [
+ "payment_card",
+ "faster_payments",
+ "sepa_transfer"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "onlinepay",
+ "vendor": "onlinepay",
+ "name": {
+ "en": "OnlinePay",
+ "ru": "OnlinePay",
+ "uk": "OnlinePay"
+ },
+ "payment_method": [
+ "payment_card"
+ ],
+ "payout_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "pluspedirect",
+ "vendor": "pluspedirect",
+ "name": {
+ "en": "PlusPeDirect",
+ "ru": "PlusPeDirect",
+ "uk": "PlusPeDirect"
+ },
+ "payment_method": [
+ "upi",
+ "phonepe",
+ "paytm",
+ "googlepay"
+ ],
+ "payout_method": [
+ "imps"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "cashia",
+ "vendor": "cashia",
+ "name": {
+ "en": "Cashia",
+ "ru": "Cashia",
+ "uk": "Cashia"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "facilitapay",
+ "vendor": "facilitapay",
+ "name": {
+ "en": "FacilitaPay",
+ "ru": "FacilitaPay",
+ "uk": "FacilitaPay"
+ },
+ "payment_method": [
+ "pix_qr"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "sirumobile",
+ "vendor": "sirumobile",
+ "name": {
+ "en": "Siru Mobile",
+ "ru": "Siru Mobile",
+ "uk": "Siru Mobile"
+ },
+ "description": {
+ "ru": "Siru Mobile — это финский платежный провайдер, специализирующийся на мобильных платежах, особенно в сегменте микроплатежей. Пользователи могут оплачивать цифровые товары и услуги напрямую со счета мобильного телефона без использования банковской карты. Siru Mobile активно используется в Скандинавии и Великобритании и подходит для подписок, развлекательных сервисов и игр. Этот и более чем 500 других провайдеров уже интегрированы в платформу платежной оркестрации Corefy, позволяя клиентам мгновенно начать использовать интеграцию без программирования — достаточно ввести свои MID-данные в панели Corefy.",
+ "en": "Siru Mobile is a Finnish payment provider specializing in mobile payments, especially in the micropayments segment. Users can pay for digital goods and services directly from their cell phone account without using a bank card. Siru Mobile is actively used in Scandinavia and the UK and is suitable for subscriptions, entertainment services and games. This and more than 500 other providers are already integrated into Corefy's payment orchestration platform, allowing customers to instantly start using the integration without programming - just enter their MID data in the Corefy panel."
+ },
+ "payment_method": [
+ "siru_mobile"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "rampnow",
+ "vendor": "rampnow",
+ "name": {
+ "en": "Rampnow",
+ "ru": "Rampnow",
+ "uk": "Rampnow"
+ },
+ "description": {
+ "en": "RampNow is a payment platform focused on enabling businesses to accept cryptocurrency payments easily and securely. It offers on-ramp solutions that allow users to convert fiat currency into crypto directly within apps, wallets, and platforms, streamlining the process of acquiring digital assets. Designed with both developers and end-users in mind, RampNow provides a compliant, user-friendly interface, supports multiple fiat currencies and blockchain networks, and ensures regulatory alignment through KYC and AML procedures. Its infrastructure is built for fast integration and seamless checkout experiences, helping companies tap into the growing crypto economy without building their own conversion tools. RampNow and 500+ other payment providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard."
+ },
+ "payment_method": [
+ "payment_card",
+ "applepay",
+ "googlepay",
+ "blik",
+ "bancontact",
+ "ideal",
+ "sofort"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "hellopayment",
+ "vendor": "hellopayment",
+ "name": {
+ "en": "Hello Payment Solutions",
+ "ru": "Hello Payment Solutions",
+ "uk": "Hello Payment Solutions"
+ },
+ "payment_method": [
+ "payment_card",
+ "bank_transfer"
+ ],
+ "payout_method": [
+ "payment_card",
+ "bank_transfer"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "thetarget",
+ "vendor": "thetarget",
+ "name": {
+ "en": "Target",
+ "ru": "Target",
+ "uk": "Target"
+ },
+ "payment_method": [
+ "payment_card"
+ ],
+ "payout_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "coinsflow",
+ "vendor": "coinsflow",
+ "name": {
+ "en": "Coinsflow",
+ "ru": "Coinsflow",
+ "uk": "Coinsflow"
+ },
+ "payment_method": [
+ "bitcoin",
+ "ethereum",
+ "tether",
+ "usd_coin",
+ "binance_coin",
+ "ripple",
+ "litecoin",
+ "dogecoin",
+ "tron",
+ "bitcoin_cash",
+ "polygon",
+ "cardano"
+ ],
+ "payout_method": [
+ "bitcoin",
+ "ethereum",
+ "tether",
+ "usd_coin",
+ "binance_coin",
+ "ripple",
+ "litecoin",
+ "dogecoin",
+ "tron",
+ "bitcoin_cash",
+ "polygon",
+ "cardano"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "kitopay",
+ "vendor": "kitopay",
+ "name": {
+ "en": "Kitopay",
+ "ru": "Kitopay",
+ "uk": "Kitopay"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "paymentspro",
+ "vendor": "paymentspro",
+ "name": {
+ "en": "Payments Pro",
+ "ru": "Payments Pro",
+ "uk": "Payments Pro"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "pxpfinancial",
+ "vendor": "intervale",
+ "name": {
+ "en": "PXP",
+ "ru": "PXP",
+ "uk": "PXP"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "gamespay",
+ "vendor": "gamespay",
+ "name": {
+ "en": "PayGames",
+ "ru": "PayGames",
+ "uk": "PayGames"
+ },
+ "payment_method": [
+ "payment_card",
+ "upi",
+ "humo",
+ "uzcard",
+ "easypaisa",
+ "jazzcash",
+ "bkash_limited",
+ "nagad_wallet",
+ "dutch_bangla_bank_limited_rocket",
+ "united_commercial_bank_upay",
+ "khalti",
+ "esewa",
+ "imepay"
+ ],
+ "payout_method": [
+ "payment_card",
+ "upi",
+ "imps",
+ "bank_transfer",
+ "bkash_limited",
+ "nagad_wallet",
+ "dutch_bangla_bank_limited_rocket",
+ "united_commercial_bank_upay",
+ "netbanking",
+ "khalti",
+ "esewa",
+ "imepay"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "mfstream",
+ "vendor": "mfstream",
+ "name": {
+ "en": "MF Stream",
+ "ru": "MF Stream",
+ "uk": "MF Stream"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "winteca",
+ "vendor": "winteca",
+ "name": {
+ "en": "Winteca",
+ "ru": "Winteca",
+ "uk": "Winteca"
+ },
+ "payment_method": [
+ "payment_card"
+ ],
+ "payout_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "bkash",
+ "vendor": "bkash",
+ "name": {
+ "en": "Bkash",
+ "ru": "Bkash",
+ "uk": "Bkash"
+ },
+ "payment_method": [
+ "bkash_limited"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "redcashoutsystem",
+ "vendor": "redcashoutsystem",
+ "name": {
+ "en": "Red Cashout System",
+ "ru": "Red Cashout System",
+ "uk": "Red Cashout System"
+ },
+ "payout_method": [
+ "bkash_limited",
+ "nagad_wallet"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "nagad",
+ "vendor": "nagad",
+ "name": {
+ "en": "Nagad",
+ "ru": "Nagad",
+ "uk": "Nagad"
+ },
+ "payment_method": [
+ "nagad_wallet"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "espertopay",
+ "vendor": "espertopay",
+ "name": {
+ "en": "EspertoPay",
+ "ru": "EspertoPay",
+ "uk": "EspertoPay"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "freepay",
+ "vendor": "freepay",
+ "name": {
+ "en": "FreePay",
+ "ru": "FreePay",
+ "uk": "FreePay"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "prosperos",
+ "vendor": "prosperos",
+ "name": {
+ "en": "Prosperos",
+ "ru": "Prosperos",
+ "uk": "Prosperos"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "tapbank",
+ "vendor": "tapbank",
+ "name": {
+ "en": "TapBank",
+ "ru": "TapBank",
+ "uk": "TapBank"
+ },
+ "payment_method": [
+ "card_transfer",
+ "bank_transfer"
+ ],
+ "payout_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "deprecated",
+ "code": "settlespot",
+ "vendor": "settlespot",
+ "name": {
+ "en": "SettleSpot",
+ "ru": "SettleSpot",
+ "uk": "SettleSpot"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "aureavia",
+ "vendor": "aureavia",
+ "name": {
+ "en": "Aurea Via",
+ "ru": "Aurea Via",
+ "uk": "Aurea Via"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "cashlib",
+ "vendor": "cashlib",
+ "name": {
+ "en": "CASHlib",
+ "ru": "CASHlib",
+ "uk": "CASHlib"
+ },
+ "payment_method": [
+ "cashlib_voucher"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "xsellmoney",
+ "vendor": "xsellmoney",
+ "name": {
+ "en": "Xsell.money",
+ "ru": "Xsell.money",
+ "uk": "Xsell.money"
+ },
+ "description": {
+ "en": "XsellMoney is a payment service provider offering digital transaction solutions designed for online businesses operating in sectors such as e-commerce, digital services, and high-risk industries like iGaming and forex. The platform supports a wide range of global and local payment methods, including credit and debit cards, alternative payments, and regional banking options, enabling merchants to process payments across multiple markets. XsellMoney emphasizes secure, fast, and compliant payment processing, offering features such as fraud prevention, real-time analytics, multi-currency support, and seamless integration via APIs or hosted checkout solutions. Its scalable infrastructure allows businesses to optimize payment operations and improve conversion rates while maintaining regulatory compliance. XsellMoney and 500+ other payment providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard."
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "unifiedfinance",
+ "vendor": "unifiedfinance",
+ "name": {
+ "en": "Unified Finance",
+ "ru": "Unified Finance",
+ "uk": "Unified Finance"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "macropay",
+ "vendor": "macropay",
+ "name": {
+ "en": "Macropay",
+ "ru": "Macropay",
+ "uk": "Macropay"
+ },
+ "payment_method": [
+ "sofort"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "bitandpay",
+ "vendor": "bitandpay",
+ "name": {
+ "en": "BitAndPay",
+ "ru": "BitAndPay",
+ "uk": "BitAndPay"
+ },
+ "payment_method": [
+ "paybybank",
+ "blik"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "vendo",
+ "vendor": "vendo",
+ "name": {
+ "en": "Vendo",
+ "ru": "Vendo",
+ "uk": "Vendo"
+ },
+ "description": {
+ "de": "Vendo ist ein spezialisierter Zahlungsdienstleister, der sich vor allem auf wiederkehrende Zahlungen und intelligente Preisgestaltung für digitale Inhalte konzentriert. Das Unternehmen bietet eine leistungsstarke Plattform für Subscription-Management, dynamisches Pricing und Conversion-Optimierung, insbesondere für Branchen wie Erwachsenenunterhaltung, E-Learning, Gaming und andere digitale Dienstleistungen. Vendo kombiniert moderne Technologien wie maschinelles Lernen mit umfangreichen Datenanalysen, um Preisstrategien und Upselling-Möglichkeiten in Echtzeit zu optimieren. Händler profitieren von Features wie A/B-Tests, lokalisierten Checkout-Erlebnissen, automatisiertem Risikomanagement und umfassender Berichterstattung. Die Plattform unterstützt verschiedene Zahlungsmethoden weltweit, einschließlich Kreditkarten, E-Wallets und lokaler Zahlungsoptionen. Vendo legt besonderen Wert auf Benutzererfahrung und Umsatzsteigerung durch kontinuierliche Optimierung des Kaufprozesses. Vendo und über 500 weitere Anbieter sind bereits in Corefys Payment-Orchestration-Plattform integriert, wodurch unsere Kunden die Integration sofort und ohne Programmieraufwand nutzen können – einfach durch Eingabe ihrer MID-Zugangsdaten im Corefy-Dashboard.",
+ "en": "Vendo is a specialized payment service provider that focuses primarily on recurring payments and intelligent pricing for digital content. The company offers a powerful platform for subscription management, dynamic pricing and conversion optimization, especially for industries such as adult entertainment, e-learning, gaming and other digital services. Vendo combines advanced technologies such as machine learning with big data analytics to optimize pricing strategies and upsell opportunities in real time. Merchants benefit from features such as A/B testing, localized checkout experiences, automated risk management and comprehensive reporting. The platform supports various payment methods worldwide, including credit cards, e-wallets and local payment options. Vendo places special emphasis on user experience and increasing sales by continuously optimizing the checkout process. Vendo and over 500 other providers are already integrated into Corefy's payment orchestration platform, allowing our customers to use the integration immediately and without any programming effort - simply by entering their MID credentials in the Corefy dashboard."
+ },
+ "payment_method": [
+ "bank_transfer",
+ "sepa_transfer",
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "apixoom",
+ "vendor": "apixoom",
+ "name": {
+ "en": "Nagad",
+ "ru": "Nagad",
+ "uk": "Nagad"
+ },
+ "payout_method": [
+ "bkash_limited",
+ "nagad_wallet",
+ "united_commercial_bank_upay",
+ "dutch_bangla_bank_limited_rocket"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "piqpay",
+ "vendor": "piqpay",
+ "name": {
+ "en": "PIQPAY",
+ "ru": "PIQPAY",
+ "uk": "PIQPAY"
+ },
+ "payment_method": [
+ "bkash_limited",
+ "nagad_wallet"
+ ],
+ "payout_method": [
+ "bkash_limited",
+ "nagad_wallet"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "flexfactor",
+ "vendor": "flexfactor",
+ "name": {
+ "en": "FlexFactor",
+ "ru": "FlexFactor",
+ "uk": "FlexFactor"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "wzrdpay",
+ "vendor": "wzrdpay",
+ "name": {
+ "en": "WZRD PAY",
+ "ru": "WZRD PAY",
+ "uk": "WZRD PAY"
+ },
+ "payment_method": [
+ "payment_card"
+ ],
+ "payout_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "kasha",
+ "vendor": "kasha",
+ "name": {
+ "en": "Kasha",
+ "ru": "Kasha",
+ "uk": "Kasha"
+ },
+ "description": {
+ "en": "Kasha is a UK-based fintech company offering an all-in-one business management platform tailored for freelancers, solopreneurs, and micro-businesses. Launched in 2021, Kasha provides a comprehensive suite of tools, including company formation, website building, booking systems, CRM, contracts, invoicing, business accounts, and payment processing . The platform supports various payment methods, such as payment cards, aggregated bank transfers, and its proprietary digital wallet, facilitating seamless financial transactions for users . With a focus on simplifying business operations, Kasha enables users to manage clients, track expenses, and handle payments efficiently, all within a single interface. This and 500+ providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard."
+ },
+ "payment_method": [
+ "payment_card",
+ "bank_transfer_aggregated",
+ "kasha_wallet"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "cyberpay",
+ "vendor": "cyberpay",
+ "name": {
+ "en": "Cyberpay",
+ "ru": "Cyberpay",
+ "uk": "Cyberpay"
+ },
+ "payment_method": [
+ "payment_card",
+ "bank_transfer_aggregated",
+ "cyberpay_wallet"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "dnspay",
+ "vendor": "dnspay",
+ "name": {
+ "en": "DNS PAY",
+ "ru": "DNS PAY",
+ "uk": "DNS PAY"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "starkbank",
+ "vendor": "starkbank",
+ "name": {
+ "en": "STARK BANK",
+ "ru": "STARK BANK",
+ "uk": "STARK BANK"
+ },
+ "payment_method": [
+ "pix",
+ "pix_qr"
+ ],
+ "payout_method": [
+ "pix"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "benker",
+ "vendor": "benker",
+ "name": {
+ "en": "Benker",
+ "ru": "Benker",
+ "uk": "Benker"
+ },
+ "payment_method": [
+ "openbanking"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "btqfinance",
+ "vendor": "btqfinance",
+ "name": {
+ "en": "BTQ Finance",
+ "ru": "BTQ Finance",
+ "uk": "BTQ Finance"
+ },
+ "payment_method": [
+ "bank_transfer",
+ "bybit_pay",
+ "card_transfer",
+ "payment_card",
+ "upi",
+ "openbanking"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "epx",
+ "vendor": "epx",
+ "name": {
+ "en": "North Enterprise",
+ "ru": "North Enterprise",
+ "uk": "North Enterprise"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "reset",
+ "vendor": "reset",
+ "name": {
+ "en": "Re-set",
+ "ru": "Re-set",
+ "uk": "Re-set"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "aipay",
+ "vendor": "aipay",
+ "name": {
+ "en": "AiPay",
+ "ru": "AiPay",
+ "uk": "AiPay"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "infinityspace",
+ "vendor": "infinityspace",
+ "name": {
+ "en": "Infinity Space",
+ "ru": "Infinity Space",
+ "uk": "Infinity Space"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "startbutton",
+ "vendor": "startbutton",
+ "name": {
+ "en": "Startbutton",
+ "ru": "Startbutton",
+ "uk": "Startbutton"
+ },
+ "payment_method": [
+ "payment_card",
+ "swiffy_eft",
+ "bank_transfer",
+ "snapscan_qr",
+ "mtn",
+ "airteltigo",
+ "vodafone_pay",
+ "m_pesa",
+ "airtel_money",
+ "tigo",
+ "mobile"
+ ],
+ "payout_method": [
+ "absa_bank",
+ "access_bank",
+ "african_bank",
+ "albaraka_bank",
+ "bank_zero",
+ "capitec_bank",
+ "bidvest_bank",
+ "capitec_business",
+ "citi_bank",
+ "discovery_bank",
+ "finbond_epe",
+ "finbond_mutual_bank",
+ "first_national_bank",
+ "first_rand_bank",
+ "grindrod_bank",
+ "hbz_bank",
+ "hsbc_south_africa",
+ "investec_bank",
+ "jpmorgan_south_africa",
+ "ned_bank",
+ "olympus_mobile_bank",
+ "rand_merchant_bank",
+ "rmb_private_bank",
+ "sasfin_bank",
+ "societe_generale_south_africa",
+ "south_african_bank_of_athens",
+ "standard_bank",
+ "standard_chartered_bank",
+ "tyme_bank",
+ "ubank",
+ "vbs_mutual_bank",
+ "access_bank_nigeria",
+ "fidelity_bank_nigeria",
+ "first_bank_of_nigeria",
+ "guaranty_trust_bank",
+ "united_bankfor_africa",
+ "zenith_bank",
+ "wema_bank",
+ "polaris_bank_nigeria",
+ "stanbic_bank_nigeria",
+ "sterling_bank",
+ "providus_bank",
+ "moniepoint_mfb_nigeria",
+ "kuda_bank_nigeria",
+ "opay_digital_services_nigeria",
+ "palmpay",
+ "absa_bank_ghana_ltd",
+ "ecobank_ghana_limited",
+ "fidelity_bank_ghana_limited",
+ "gcb_bank_limited_ghana",
+ "standard_chartered_bank_ghana_limited",
+ "stanbic_bank_ghana_limited",
+ "united_bank_for_africa_ghana_limited",
+ "zenith_bank_ghana",
+ "absa_bank_kenya_plc",
+ "cooperative_bank_of_kenya_ltd",
+ "equity_bank_kenya_ltd",
+ "kenya_commercial_bank",
+ "ncba_bank_kenya",
+ "standard_chartered_bank_kenya",
+ "stanbic_bank_kenya_limited",
+ "united_bank_for_africa_kenya_ltd"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "bitlabz",
+ "vendor": "bitlabz",
+ "name": {
+ "en": "Bitlabz",
+ "ru": "Bitlabz",
+ "uk": "Bitlabz"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "fingenom",
+ "vendor": "fingenom",
+ "name": {
+ "en": "Fingenom",
+ "ru": "Fingenom",
+ "uk": "Fingenom"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "fullpays",
+ "vendor": "fullpays",
+ "name": {
+ "en": "FullPays",
+ "ru": "FullPays",
+ "uk": "FullPays"
+ },
+ "payment_method": [
+ "papara"
+ ],
+ "payout_method": [
+ "papara"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "wangupay",
+ "vendor": "wangupay",
+ "name": {
+ "en": "WanguPay",
+ "ru": "WanguPay",
+ "uk": "WanguPay"
+ },
+ "description": {
+ "en": "WanguPay is a global payment service provider specializing in seamless, secure, and efficient transaction solutions, with a strong emphasis on the Nigerian market. The platform offers a range of payment methods, including mobile payments via MoMo, digital wallets like MoMoPay, and online banking through QR codes. For payouts, WanguPay supports MoMo mobile payments, facilitating swift and reliable fund transfers. Designed for businesses seeking to expand their reach in Africa, WanguPay provides a stable API gateway that simplifies integration and accelerates time-to-market. The platform boasts a high transaction success rate, real-time settlements, and 24/7 customer support, ensuring a robust payment infrastructure for merchants. This and 500+ providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard."
+ },
+ "payment_method": [
+ "momo",
+ "momopay",
+ "online_banking_qr"
+ ],
+ "payout_method": [
+ "momo"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "pipay",
+ "vendor": "pipay",
+ "name": {
+ "en": "Pi Pay",
+ "ru": "Pi Pay",
+ "uk": "Pi Pay"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "payok",
+ "vendor": "payok",
+ "name": {
+ "en": "Payok",
+ "ru": "Payok",
+ "uk": "Payok"
+ },
+ "payment_method": [
+ "dana",
+ "ovo",
+ "shopeepay",
+ "linkaja",
+ "qris",
+ "alfamart",
+ "bni_va",
+ "cimb_ca",
+ "permata_va",
+ "bri_va",
+ "mandiri_va",
+ "bca_va",
+ "bsi_va",
+ "bnc_va",
+ "momo",
+ "viettelpay",
+ "zalopay",
+ "techcom_bank_qr",
+ "acb_bank",
+ "vietin_bank_qr",
+ "bidv_bank_qr",
+ "vp_bank",
+ "vietcom_bank_qr",
+ "tpbank",
+ "vib_bank",
+ "agri_bank",
+ "pvcom_bank",
+ "truemoney",
+ "bank_transfer",
+ "promptpay",
+ "papara",
+ "upi",
+ "nequi",
+ "efecty",
+ "pse",
+ "pix"
+ ],
+ "payout_method": [
+ "bangko_bank",
+ "kasikorn_bank",
+ "siam_commercial_bank",
+ "krungthai_bank",
+ "tmbthanachart_bank",
+ "krungsri",
+ "uob_bank",
+ "cimb_thai_bank",
+ "government_savings_bank",
+ "standard_chartered_bank_thai",
+ "papara",
+ "bank_transfer",
+ "upi",
+ "colombia_bank",
+ "bogota_desarrollo_bank",
+ "davivienda_bank",
+ "bbva_colombia",
+ "occidente_bank",
+ "scotiabank",
+ "bancoitau",
+ "gnb_sudameris_bank",
+ "citibank_colombia",
+ "bancopopular",
+ "daviplata",
+ "movii",
+ "nequi",
+ "rappipay_daviplata",
+ "rappipay",
+ "dale",
+ "vietcom_bank",
+ "vietin_bank",
+ "bidv_bank",
+ "techom_bank",
+ "sacom_bank",
+ "vp_bank",
+ "mb_bank",
+ "acb_bank",
+ "hd_bank",
+ "tp_bank",
+ "momo",
+ "bri_bank",
+ "mandiri_bank",
+ "bni_bank",
+ "bca_bank",
+ "cimb_niaga",
+ "danamon_bank",
+ "permata_bank",
+ "panin_bank",
+ "uob_bank",
+ "ocbc_bank_indonesia",
+ "gopay",
+ "ovo",
+ "dana",
+ "linkaja",
+ "shopeepay",
+ "pix",
+ "imps"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "omno",
+ "vendor": "omno",
+ "name": {
+ "en": "OMNO",
+ "ru": "OMNO",
+ "uk": "OMNO"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "citrinepay",
+ "vendor": "citrinepay",
+ "name": {
+ "en": "Citrine Merchant Services",
+ "ru": "Citrine Merchant Services",
+ "uk": "Citrine Merchant Services"
+ },
+ "payment_method": [
+ "bank_transfer_aggregated",
+ "qr_payment_aggregated"
+ ],
+ "payout_method": [
+ "bank_transfer"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "xoompay",
+ "vendor": "xoompay",
+ "name": {
+ "en": "Xoompay",
+ "ru": "Xoompay",
+ "uk": "Xoompay"
+ },
+ "payment_method": [
+ "nagad_wallet",
+ "bkash_limited"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "aeteredge",
+ "vendor": "aeteredge",
+ "name": {
+ "en": "AeterEdge",
+ "ru": "AeterEdge",
+ "uk": "AeterEdge"
+ },
+ "payment_method": [
+ "payment_card",
+ "applepay",
+ "bank_transfer",
+ "binancepay",
+ "blik",
+ "cash",
+ "codi",
+ "dana",
+ "efecty",
+ "epay",
+ "googlepay",
+ "bank_transfer_klarna",
+ "linkaja",
+ "sibs_mbway",
+ "mercadopago",
+ "mobile_money",
+ "multibanco",
+ "mybank2",
+ "nequi",
+ "neteller",
+ "openbanking",
+ "ovo",
+ "pagoefectivo_cip",
+ "pagomovil",
+ "paysafecard",
+ "pix",
+ "polipayonline",
+ "przelewy24",
+ "pse",
+ "qris",
+ "rapidtransfer",
+ "shopeepay",
+ "skrill",
+ "spei",
+ "transfiya",
+ "upi",
+ "webpay"
+ ],
+ "payout_method": [
+ "payment_card",
+ "bank_transfer",
+ "binancepay",
+ "dana",
+ "linkaja",
+ "nequi",
+ "ovo",
+ "pix",
+ "pse",
+ "shopeepay",
+ "upi"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "paytorapayment",
+ "vendor": "paytorapayment",
+ "name": {
+ "en": "Paytora",
+ "ru": "Paytora",
+ "uk": "Paytora"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "yardpay",
+ "vendor": "yardpay",
+ "name": {
+ "en": "YardPay",
+ "ru": "YardPay",
+ "uk": "YardPay"
+ },
+ "payment_method": [
+ "payment_card"
+ ],
+ "payout_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "paytently",
+ "vendor": "paytently",
+ "name": {
+ "en": "Paytently",
+ "ru": "Paytently",
+ "uk": "Paytently"
+ },
+ "payment_method": [
+ "payment_card",
+ "applepay",
+ "googlepay"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "payswiftly",
+ "vendor": "payswiftly",
+ "name": {
+ "en": "Payswiftly",
+ "ru": "Payswiftly",
+ "uk": "Payswiftly"
+ },
+ "payout_method": [
+ "bank_transfer",
+ "sepa_transfer",
+ "eft",
+ "ach"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "paystrax",
+ "vendor": "paystrax",
+ "name": {
+ "en": "Paystrax",
+ "ru": "Paystrax",
+ "uk": "Paystrax"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "spush",
+ "vendor": "spush",
+ "name": {
+ "en": "Spush",
+ "ru": "Spush",
+ "uk": "Spush"
+ },
+ "description": {
+ "en": "Spush is a digital wallet platform designed to facilitate seamless and secure online payments. It offers users a straightforward interface for managing everyday financial transactions, including money transfers and service payments. Emphasizing instant processing and bank-level security, Spush ensures that users can handle their digital finances efficiently and with confidence. This and 500+ providers are already integrated into Corefy’s payment orchestration platform, allowing clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard."
+ },
+ "payment_method": [
+ "spush_pay"
+ ],
+ "payout_method": [
+ "spush_pay"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "utorg",
+ "vendor": "utorg",
+ "name": {
+ "en": "Utorg",
+ "ru": "Utorg",
+ "uk": "Utorg"
+ },
+ "description": {
+ "en": "Utorg is a fintech company that provides a fiat-to-crypto payment gateway, enabling users to buy cryptocurrencies instantly using traditional payment methods like credit and debit cards, Apple Pay, Google Pay, and bank transfers. Headquartered in Lithuania, Utorg is regulated under EU financial laws and emphasizes security, compliance, and ease of use. Its widget can be seamlessly integrated into websites, wallets, and exchanges, allowing businesses to onboard users quickly and expand their crypto offerings. The platform supports multiple fiat currencies and a growing list of cryptocurrencies, offering a fast and intuitive user experience with built-in KYC verification. This and 500+ providers are already integrated to Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard.",
+ "de": "Utorg ist ein lizenzierter Anbieter für Fiat-zu-Krypto-Zahlungen, der sich darauf spezialisiert hat, den Kauf von Kryptowährungen mit traditionellen Zahlungsmethoden einfach und sicher zu gestalten. Mit Hauptsitz in Litauen bietet Utorg eine benutzerfreundliche On-Ramp-Lösung, die es Endnutzern ermöglicht, digitale Vermögenswerte wie Bitcoin, Ethereum oder USDT direkt über Kreditkarten, Apple Pay, Google Pay und andere lokale Zahlungsmethoden zu erwerben. Das Unternehmen hebt sich durch einen schnellen, automatisierten KYC-Prozess, transparente Gebührenstruktur und hohe Konversionsraten hervor. Die API von Utorg lässt sich nahtlos in Wallets, Börsen, NFT-Plattformen und andere Web3-Projekte integrieren und sorgt so für ein reibungsloses Nutzererlebnis. Dank der regulatorischen Konformität, einschließlich der Einhaltung der EU-Geldwäscherichtlinien, bietet Utorg ein hohes Maß an Sicherheit und Vertrauen für Partner und Nutzer gleichermaßen. Utorg und über 500 weitere Anbieter sind bereits in Corefys Payment-Orchestration-Plattform integriert, wodurch unsere Kunden die Integration sofort und ohne Programmieraufwand nutzen können – einfach durch Eingabe ihrer MID-Zugangsdaten im Corefy-Dashboard.",
+ "uk": "Utorg — це європейський криптопроцесинг, який дозволяє купувати криптовалюти (BTC, ETH, USDT та інші) за допомогою банківських карток, Apple Pay, Google Pay та локальних методів. Сервіс підтримує понад 190 країн, має зручний вбудований віджет для інтеграції на сайти та KYC-процес для дотримання вимог регуляторів. Компанія активно співпрацює з криптобіржами, гаманцями та DeFi-платформами. Цей та понад 500 інших провайдерів вже інтегровані в платформу платіжної оркестрації Corefy, що дозволяє клієнтам миттєво розпочати використання інтеграції без програмування — достатньо ввести свої MID-дані в дашборді Corefy.",
+ "es": "Utorg es un proveedor de soluciones cripto-fiat que permite a empresas integrar pagos con criptomonedas mediante una infraestructura KYC automatizada y una interfaz sencilla. Su plataforma facilita la compra de criptos con tarjetas bancarias, Apple Pay y Google Pay, cumpliendo con estándares regulatorios y ofreciendo una experiencia de usuario rápida y segura. Es ideal para negocios que desean aceptar o incorporar activos digitales en su ecosistema. Este y más de 500 proveedores ya están integrados en la plataforma de orquestación de pagos de Corefy, lo que permite a nuestros clientes comenzar a usar la integración al instante sin necesidad de programación, simplemente introduciendo sus credenciales MID en el panel de Corefy.",
+ "fr": "Utorg est une passerelle de paiement crypto qui permet l’achat instantané de crypto-monnaies via carte bancaire, Apple Pay, Google Pay et d’autres méthodes de paiement locales. Elle se distingue par son interface conviviale, sa vérification d’identité intégrée (KYC automatisé) et sa couverture géographique étendue en Europe, en Asie et en Amérique latine. Utorg s’adresse aux entreprises souhaitant intégrer une fonctionnalité d’achat crypto rapide et sécurisée dans leur produit ou plateforme. Ce prestataire, ainsi que plus de 500 autres, est déjà intégré à la plateforme d’orchestration de paiements de Corefy, permettant à nos clients de commencer à utiliser l’intégration instantanément, sans codage, en saisissant simplement leurs identifiants MID dans le tableau de bord Corefy."
+ },
+ "payment_method": [
+ "blik",
+ "skrill",
+ "neteller",
+ "paysafecard",
+ "giropay",
+ "przelewy24",
+ "online_banking"
+ ],
+ "payout_method": [
+ "skrill",
+ "neteller"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "cryptopay",
+ "vendor": "cryptopay",
+ "name": {
+ "en": "Cryptopay",
+ "ru": "Cryptopay",
+ "uk": "Cryptopay"
+ },
+ "payment_method": [
+ "tether",
+ "bitcoin",
+ "cardano",
+ "dai_coin",
+ "dogecoin",
+ "ethereum",
+ "litecoin",
+ "ripple",
+ "solana",
+ "tron",
+ "usd_coin"
+ ],
+ "payout_method": [
+ "tether",
+ "bitcoin",
+ "ethereum",
+ "usd_coin"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "payzln",
+ "vendor": "payzln",
+ "name": {
+ "en": "Payzln",
+ "ru": "Payzln",
+ "uk": "Payzln"
+ },
+ "payment_method": [
+ "upi"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "inpay",
+ "vendor": "inpay",
+ "name": {
+ "en": "inpay",
+ "ru": "inpay",
+ "uk": "inpay"
+ },
+ "payment_method": [
+ "openbanking"
+ ],
+ "payout_method": [
+ "sepa_transfer",
+ "bank_transfer"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "d24",
+ "vendor": "d24",
+ "links": {
+ "website": "https://d24.com/"
+ },
+ "name": {
+ "en": "D24",
+ "ru": "D24",
+ "uk": "D24"
+ },
+ "payout_method": [
+ "bank_transfer",
+ "d24_wallet"
+ ],
+ "payment_method": [
+ "rapidpagos",
+ "pagofacil",
+ "boleto_bancario",
+ "pix",
+ "picpay",
+ "bancodobrasil",
+ "banco_caixa",
+ "bancoitau",
+ "banco_bradesco",
+ "banco_santander",
+ "banco_original",
+ "banco_safra",
+ "banrisulbanricompras",
+ "elo",
+ "nubank",
+ "mercadopago",
+ "webpay",
+ "banco_estado",
+ "banco_de_chile",
+ "banco_bice",
+ "banco_bci",
+ "banco_credichile",
+ "banco_falabella",
+ "caja_vecina",
+ "express_lider_cash",
+ "sencillito",
+ "scotiabank",
+ "interac_etransfer",
+ "interac",
+ "efecty",
+ "punto_red",
+ "pse",
+ "nequi",
+ "almacenes_exito",
+ "carulla",
+ "surtimax",
+ "jer",
+ "su_chance",
+ "con_suerte",
+ "superinter",
+ "coopenessa",
+ "edeq",
+ "dimonex",
+ "fullcarga",
+ "moviired",
+ "su_suerte",
+ "surti_mayorista",
+ "su_red",
+ "transfiya",
+ "tpaga",
+ "payser",
+ "paypal",
+ "facilito",
+ "banco_guayaquil",
+ "banco_pichincha",
+ "pichincha_mi_vecino_cash",
+ "pago_agil",
+ "servipagos",
+ "banco_del_barrio",
+ "banco_bolivariano",
+ "tia",
+ "activa_westernunion",
+ "banco_internacional",
+ "western_union",
+ "farmacias911",
+ "payphone",
+ "banco_gyt_continental",
+ "spei",
+ "oxxo",
+ "codi",
+ "banco_azteca_cash",
+ "bbva_bancomer",
+ "banamex",
+ "santander_supernet",
+ "afirme_online_banking",
+ "toditocash",
+ "paynet",
+ "farmacia_del_ahorro",
+ "extra",
+ "calimax_cash",
+ "bodega_aurrera",
+ "circulo_k",
+ "seven_eleven",
+ "farmacia_la_mas_barata",
+ "roma",
+ "soriana_cash",
+ "superama",
+ "walmart_express",
+ "walmart",
+ "baz_superapp",
+ "banorte_online_banking",
+ "bank_transfer",
+ "tupay",
+ "tupay_qr",
+ "tupay_bank_transfers",
+ "credit_cards_by_tupay",
+ "pago_efectivo",
+ "yape",
+ "interbank",
+ "bcp",
+ "scotiabank_cash",
+ "banbif",
+ "banco_ripley",
+ "niubiz_agents_payment",
+ "red_digital",
+ "bbva",
+ "kasnet_cash",
+ "tambo",
+ "caja_huancayo_cash",
+ "caja_cusco",
+ "caja_arequipa_cash",
+ "caja_ica",
+ "caja_piura",
+ "caja_tacna_cash",
+ "mobile_money",
+ "upi",
+ "qris",
+ "fpx",
+ "shopeepay",
+ "touch_n_go",
+ "grabpay",
+ "boost",
+ "thai_qr_payment",
+ "prompt_pay",
+ "dragonpay",
+ "gcash",
+ "supercity",
+ "sams_club",
+ "paymaya"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "spectrepayments",
+ "vendor": "spectrepayments",
+ "links": {
+ "website": "https://spectrepayments.com/"
+ },
+ "name": {
+ "en": "Spectre Payments",
+ "ru": "Spectre Payments",
+ "uk": "Spectre Payments"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "s3cpay",
+ "vendor": "s3cpay",
+ "links": {
+ "website": "https://spectrepayments.com/"
+ },
+ "name": {
+ "en": "S3СРАY",
+ "ru": "S3СРАY",
+ "uk": "S3СРАY"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "slyse",
+ "vendor": "slyse",
+ "payment_method": [
+ "payment_card",
+ "applepay",
+ "googlepay"
+ ],
+ "name": {
+ "en": "SLYSE",
+ "ru": "SLYSE",
+ "uk": "SLYSE"
+ },
+ "description": {
+ "en": "Slyse is a payment service provider that offers digital transaction solutions tailored for online businesses in sectors such as e-commerce, iGaming, and fintech. The platform enables merchants to accept a wide variety of global and local payment methods, including credit and debit cards, alternative payment options, and bank transfers. Slyse focuses on delivering fast, secure, and scalable payment processing with features like fraud prevention, real-time analytics, multi-currency support, and seamless integration through APIs or hosted checkout solutions. Designed to support both low-risk and high-risk industries, Slyse helps businesses expand their global reach while maintaining compliance and optimizing payment performance. Slyse and 500+ other payment providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard."
+ }
+ },
+ {
+ "status": "active",
+ "code": "spayz",
+ "vendor": "spayz",
+ "payment_method": [
+ "bank_transfer",
+ "online_banking",
+ "promptpay_qr",
+ "fpx",
+ "duitnow",
+ "touchngo",
+ "ovo",
+ "dana",
+ "qris"
+ ],
+ "payout_method": [
+ "bank_transfer"
+ ],
+ "name": {
+ "en": "SPAYZ.io",
+ "ru": "SPAYZ.io",
+ "uk": "SPAYZ.io"
+ }
+ },
+ {
+ "status": "active",
+ "code": "paylivre",
+ "vendor": "paylivre",
+ "payment_method": [
+ "pix",
+ "payment_card",
+ "spei",
+ "pse",
+ "banco_guayaquil",
+ "banco_pichincha",
+ "mach",
+ "khipu",
+ "bbva_continental",
+ "caja_arequipa",
+ "caja_tacna",
+ "caja_tacna_cash",
+ "caja_trujillo",
+ "caja_trujillo_cash",
+ "interbank",
+ "scotiabank",
+ "scotiabank_cash",
+ "banco_nacional",
+ "banco_nacional_cash",
+ "bbva_bancomer",
+ "bbva_bancomer_cash",
+ "banco_estado",
+ "banco_santander",
+ "banco_falabella",
+ "banco_de_chile",
+ "banco_guayaquil_cash",
+ "banco_pichincha_cash",
+ "pichincha_mi_vecino_cash",
+ "red_activa_cash",
+ "mi_comisariato_cash",
+ "western_union_panama_cash",
+ "a_cuenta_cash",
+ "lider_cash",
+ "express_lider_cash",
+ "ripley_cash",
+ "kasnet_cash",
+ "oxxo_cash",
+ "banco_azteca_cash",
+ "soriana_cash",
+ "open_pay_cash",
+ "farmacias_santa_maria_cash",
+ "calimax_cash"
+ ],
+ "payout_method": [
+ "pix",
+ "spei",
+ "bank_transfer"
+ ],
+ "name": {
+ "en": "Paylivre",
+ "ru": "Paylivre",
+ "uk": "Paylivre"
+ }
+ },
+ {
+ "status": "active",
+ "code": "payelu",
+ "vendor": "payelu",
+ "payment_method": [
+ "bank_transfer",
+ "spei",
+ "pix",
+ "pagomovil",
+ "pse",
+ "webpay"
+ ],
+ "payout_method": [
+ "bank_transfer",
+ "pix",
+ "pagomovil",
+ "pse",
+ "spei"
+ ],
+ "name": {
+ "en": "Payelu",
+ "ru": "Payelu",
+ "uk": "Payelu"
+ }
+ },
+ {
+ "status": "active",
+ "code": "ryvyl",
+ "vendor": "ryvyl",
+ "payment_method": [
+ "payment_card"
+ ],
+ "name": {
+ "en": "Ryvyl",
+ "ru": "Ryvyl",
+ "uk": "Ryvyl"
+ },
+ "description": {
+ "en": "RYVYL, formerly known as GreenBox POS, is a fintech company specializing in blockchain-based payment processing and digital financial solutions. Headquartered in the United States, RYVYL provides an end-to-end ecosystem for secure, scalable, and real-time transaction processing using proprietary blockchain technology. The platform serves industries such as e-commerce, banking, and high-risk verticals by offering services including merchant acquiring, payment gateway solutions, fraud prevention, and digital wallets. RYVYL aims to modernize traditional payment systems by enhancing transparency, speed, and security while reducing processing costs. With a focus on compliance, RYVYL is registered as a money services business and adheres to regulatory standards in the jurisdictions it operates. RYVYL and 500+ other payment providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard."
+ }
+ },
+ {
+ "status": "active",
+ "code": "unicorngroup",
+ "vendor": "unicorngroup",
+ "payment_method": [
+ "payment_card"
+ ],
+ "name": {
+ "en": "Unicorn Group",
+ "ru": "Unicorn Group",
+ "uk": "Unicorn Group"
+ }
+ },
+ {
+ "status": "active",
+ "code": "magnetiqbank",
+ "vendor": "magnetiqbank",
+ "payment_method": [
+ "payment_card"
+ ],
+ "name": {
+ "en": "Magnetiq Bank",
+ "ru": "Magnetiq Bank",
+ "uk": "Magnetiq Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "yotta",
+ "vendor": "yotta",
+ "payment_method": [
+ "sepa_transfer"
+ ],
+ "name": {
+ "en": "Yotta Pay",
+ "ru": "Yotta Pay",
+ "uk": "Yotta Pay"
+ }
+ },
+ {
+ "status": "active",
+ "code": "gatewaypay",
+ "vendor": "gatewaypay",
+ "payment_method": [
+ "payment_card"
+ ],
+ "name": {
+ "en": "GatewayPay",
+ "ru": "GatewayPay",
+ "uk": "GatewayPay"
+ }
+ },
+ {
+ "status": "active",
+ "code": "paytend",
+ "vendor": "paytend",
+ "payment_method": [
+ "payment_card"
+ ],
+ "name": {
+ "en": "Paytend",
+ "ru": "Paytend",
+ "uk": "Paytend"
+ }
+ },
+ {
+ "status": "active",
+ "code": "wpay",
+ "vendor": "wpay",
+ "payment_method": [
+ "bank_transfer"
+ ],
+ "payout_method": [
+ "bank_transfer"
+ ],
+ "name": {
+ "en": "Wpay",
+ "ru": "Wpay",
+ "uk": "Wpay"
+ }
+ },
+ {
+ "status": "active",
+ "code": "shift4",
+ "vendor": "shift4",
+ "payment_method": [
+ "payment_card"
+ ],
+ "name": {
+ "en": "Shift4 EU",
+ "ru": "Shift4 EU",
+ "uk": "Shift4 EU"
+ }
+ },
+ {
+ "status": "active",
+ "code": "cardaq",
+ "vendor": "cardaq",
+ "payment_method": [
+ "payment_card",
+ "applepay",
+ "googlepay"
+ ],
+ "name": {
+ "en": "Cardaq",
+ "ru": "Cardaq",
+ "uk": "Cardaq"
+ }
+ },
+ {
+ "status": "active",
+ "code": "fmpay",
+ "vendor": "fmpay",
+ "payment_method": [
+ "payment_card"
+ ],
+ "payout_method": [
+ "payment_card"
+ ],
+ "name": {
+ "en": "FMPay",
+ "ru": "FMPay",
+ "uk": "FMPay"
+ }
+ },
+ {
+ "status": "active",
+ "code": "rixsus",
+ "vendor": "rixsus",
+ "description": {
+ "en": "Rixsus is a global fintech company that provides payment processing and banking solutions for online businesses, with a focus on high-risk and cross-border industries such as iGaming, forex, and e-commerce. The company offers acquiring services, card payment solutions, alternative payment methods, and virtual IBANs, enabling merchants to operate efficiently across multiple markets. Rixsus emphasizes regulatory compliance, secure infrastructure, and flexible integration options to support both startups and established enterprises in managing complex payment flows. Its platform includes tools for transaction monitoring, fraud prevention, and real-time analytics, helping businesses optimize revenue while mitigating risk. Rixsus and 500+ other payment providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard."
+ },
+ "payment_method": [
+ "rapipago",
+ "pagofacil",
+ "bank_transfer",
+ "pse"
+ ],
+ "payout_method": [
+ "rapipago",
+ "bank_transfer",
+ "ach"
+ ],
+ "name": {
+ "en": "Rixsus",
+ "ru": "Rixsus",
+ "uk": "Rixsus"
+ }
+ },
+ {
+ "status": "active",
+ "code": "shiftfour",
+ "vendor": "shiftfour",
+ "payment_method": [
+ "payment_card"
+ ],
+ "name": {
+ "en": "Shift4",
+ "ru": "Shift4",
+ "uk": "Shift4"
+ }
+ },
+ {
+ "status": "active",
+ "code": "cascad",
+ "vendor": "cascad",
+ "name": {
+ "en": "CASCAD",
+ "ru": "CASCAD",
+ "uk": "CASCAD"
+ },
+ "description": {
+ "en": "Cascad is a fintech company providing digital payment and banking infrastructure tailored for online merchants, with a focus on supporting high-risk industries such as iGaming, forex, and digital services. The company offers a wide range of services, including online card acquiring, alternative payment methods, virtual IBANs, and multi-currency accounts. Cascad is designed to simplify cross-border transactions, enhance payment approval rates, and ensure compliance with regulatory standards. Its platform features real-time analytics, fraud prevention tools, and scalable APIs, enabling businesses to manage complex payment flows with ease. Cascad and 500+ other payment providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard."
+ },
+ "payment_method": [
+ "payment_card"
+ ],
+ "payout_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "gmo",
+ "vendor": "gmo",
+ "payment_method": [
+ "payment_card"
+ ],
+ "name": {
+ "en": "GMO",
+ "ru": "GMO",
+ "uk": "GMO"
+ }
+ },
+ {
+ "status": "active",
+ "code": "cardifyx",
+ "vendor": "cardifyx",
+ "name": {
+ "en": "CardifyX",
+ "ru": "CardifyX",
+ "uk": "CardifyX"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "leikur",
+ "vendor": "leikur",
+ "name": {
+ "en": "Leikur",
+ "ru": "Leikur",
+ "uk": "Leikur"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "cecabank",
+ "vendor": "cecabank",
+ "name": {
+ "en": "Cecabank",
+ "ru": "Cecabank",
+ "uk": "Cecabank"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "octopays",
+ "vendor": "octopays",
+ "name": {
+ "en": "Octopays",
+ "ru": "Octopays",
+ "uk": "Octopays"
+ },
+ "payment_method": [
+ "bkash_limited",
+ "nagad_wallet"
+ ],
+ "payout_method": [
+ "bkash_limited",
+ "nagad_wallet"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "kodapay",
+ "vendor": "kodapay",
+ "name": {
+ "en": "KodaPay",
+ "ru": "KodaPay",
+ "uk": "KodaPay"
+ },
+ "payment_method": [
+ "bkash_limited",
+ "nagad_wallet",
+ "united_commercial_bank_upay",
+ "bkash_p2p"
+ ],
+ "payout_method": [
+ "bkash_limited",
+ "nagad_wallet",
+ "united_commercial_bank_upay"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "assanpay",
+ "vendor": "assanpay",
+ "name": {
+ "en": "AssanPay",
+ "ru": "AssanPay",
+ "uk": "AssanPay"
+ },
+ "payment_method": [
+ "bkash_limited",
+ "nagad_wallet",
+ "bkash_p2p",
+ "nagad_wallet_p2p",
+ "easypaisa",
+ "jazzcash"
+ ],
+ "payout_method": [
+ "bkash_limited",
+ "nagad_wallet",
+ "easypaisa",
+ "jazzcash"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "paymixvia",
+ "vendor": "paymixvia",
+ "name": {
+ "en": "PaymixVia",
+ "ru": "PaymixVia",
+ "uk": "PaymixVia"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "deficopay",
+ "vendor": "deficopay",
+ "name": {
+ "en": "DEFICOPAY",
+ "ru": "DEFICOPAY",
+ "uk": "DEFICOPAY"
+ },
+ "payment_method": [
+ "payment_card"
+ ],
+ "payout_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "netsellerpay",
+ "vendor": "netsellerpay",
+ "name": {
+ "en": "Netsellerpay",
+ "ru": "Netsellerpay",
+ "uk": "Netsellerpay"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "kalonpay",
+ "vendor": "kalonpay",
+ "payment_method": [
+ "payment_card"
+ ],
+ "name": {
+ "en": "BearlaPay",
+ "ru": "BearlaPay",
+ "uk": "BearlaPay"
+ },
+ "description": {
+ "en": "KalonPay is a fintech company that provides digital payment solutions designed to simplify and accelerate online transactions for businesses and consumers. The platform focuses on offering secure, compliant, and user-friendly services, including online card processing, alternative payment methods, and merchant accounts. KalonPay supports businesses across various sectors, including e-commerce, digital services, and high-risk industries, helping them expand globally with localized payment options. With features like anti-fraud tools, real-time reporting, and seamless API integration, KalonPay aims to optimize transaction success rates and enhance user experience. KalonPay and 500+ other payment providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard."
+ }
+ },
+ {
+ "status": "active",
+ "code": "cardiful",
+ "vendor": "cardiful",
+ "payment_method": [
+ "payment_card",
+ "epayua",
+ "ideal",
+ "neteller",
+ "paysafecard",
+ "przelewy24",
+ "rapidtransfer",
+ "skrill",
+ "blik",
+ "eps",
+ "bank_transfer_klarna",
+ "sibs_mbway",
+ "multibanco",
+ "mybank2",
+ "polipayonline",
+ "googlepay",
+ "applepay",
+ "sepa_transfer",
+ "sepa_transfer_instant"
+ ],
+ "payout_method": [
+ "payment_card"
+ ],
+ "name": {
+ "en": "Cardiful",
+ "ru": "Cardiful",
+ "uk": "Cardiful"
+ }
+ },
+ {
+ "status": "active",
+ "code": "paybis",
+ "vendor": "paybis",
+ "payment_method": [
+ "payment_card_crypto",
+ "paybis"
+ ],
+ "name": {
+ "en": "Paybis",
+ "ru": "Paybis",
+ "uk": "Paybis"
+ }
+ },
+ {
+ "status": "active",
+ "code": "intersect",
+ "vendor": "intersect",
+ "name": {
+ "en": "Intersect",
+ "ru": "Intersect",
+ "uk": "Intersect"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "glory",
+ "vendor": "glory",
+ "name": {
+ "en": "Glory",
+ "ru": "Glory",
+ "uk": "Glory"
+ },
+ "payment_method": [
+ "payment_card"
+ ],
+ "payout_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "klyme",
+ "vendor": "klyme",
+ "name": {
+ "en": "Klyme",
+ "ru": "Klyme",
+ "uk": "Klyme"
+ },
+ "description": {
+ "en": "Klyme is a modern payment service provider that delivers tailored payment solutions for online merchants, with a particular focus on high-risk sectors such as iGaming, digital services, and e-commerce. The company offers a range of services including card acquiring, alternative payment methods, and merchant account management. Klyme emphasizes flexibility, fast onboarding, and secure transaction processing, supporting multiple currencies and global reach to help businesses expand internationally. With integrated fraud prevention tools, real-time analytics, and API-based integration options, Klyme enables merchants to streamline their payment operations while maintaining compliance and maximizing transaction success rates. Klyme and 500+ other payment providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard."
+ },
+ "payment_method": [
+ "klyme"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "nixxe",
+ "vendor": "nixxe",
+ "name": {
+ "en": "Nixxe",
+ "ru": "Nixxe",
+ "uk": "Nixxe"
+ },
+ "payment_method": [
+ "bank_transfer"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "contiant",
+ "vendor": "contiant",
+ "name": {
+ "en": "Contiant",
+ "ru": "Contiant",
+ "uk": "Contiant"
+ },
+ "description": {
+ "en": "Contiant is a payment service provider offering comprehensive payment processing solutions tailored for online merchants, particularly those operating in high-risk industries such as iGaming, forex, and digital services. The company enables businesses to accept a variety of payment methods globally, including credit and debit cards, alternative payment options, and local solutions. Contiant focuses on providing secure, scalable, and compliant payment infrastructure, with features such as fraud prevention, real-time transaction monitoring, and multi-currency support. Its platform is designed for easy integration via APIs or hosted solutions, helping businesses streamline their payment operations and expand internationally. Contiant and 500+ other payment providers are already integrated into Corefy’s payment orchestration platform, allowing our clients to start using the integration instantly without coding by simply entering their MID credentials in Corefy’s dashboard."
+ },
+ "payment_method": [
+ "bank_transfer"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "spitamenbank",
+ "vendor": "spitamenbank",
+ "name": {
+ "en": "Spitamen Bank",
+ "ru": "Spitamen Bank",
+ "uk": "Spitamen Bank"
+ },
+ "payment_method": [
+ "payment_card",
+ "applepay",
+ "googlepay"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "upc",
+ "vendor": "upc",
+ "name": {
+ "en": "Ukrainian Processing Center (UPC)",
+ "ru": "Ukrainian Processing Center (UPC)",
+ "uk": "Ukrainian Processing Center (UPC)"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "btcbit",
+ "vendor": "btcbit",
+ "name": {
+ "en": "Btcbit",
+ "ru": "Btcbit",
+ "uk": "Btcbit"
+ },
+ "payment_method": [
+ "skrill",
+ "neteller",
+ "paysafecard",
+ "rapidtransfer",
+ "ideal"
+ ],
+ "payout_method": [
+ "skrill",
+ "neteller",
+ "paysafecard"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "rastpay",
+ "vendor": "rastpay",
+ "name": {
+ "en": "Rastpay",
+ "ru": "Rastpay",
+ "uk": "Rastpay"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "pspark",
+ "vendor": "pspark",
+ "name": {
+ "en": "PSPARK",
+ "ru": "PSPARK",
+ "uk": "PSPARK"
+ },
+ "payout_method": [
+ "blik",
+ "airtel_money",
+ "safaricom",
+ "t_kash",
+ "payment_card",
+ "m10"
+ ],
+ "payment_method": [
+ "blik",
+ "mobile",
+ "bank_transfer"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "visanetconnect",
+ "vendor": "visanetconnect",
+ "name": {
+ "en": "VisaNet Connect",
+ "ru": "VisaNet Connect",
+ "uk": "VisaNet Connect"
+ },
+ "description": {
+ "ru": "VisaNet Connect — это глобальная платежная система, обеспечивающая инфраструктуру для обработки транзакций по картам Visa. Она предоставляет высокоскоростное и надежное соединение между банками, эквайерами и торговыми точками, обеспечивая авторизацию, клиринг и расчеты. VisaNet Connect играет ключевую роль в экосистеме Visa и используется платежными провайдерами и банками по всему миру для передачи данных и обработки транзакций. Этот и более чем 500 других провайдеров уже интегрированы в платформу платежной оркестрации Corefy, позволяя клиентам мгновенно начать использовать интеграцию без программирования — достаточно ввести свои MID-данные в панели Corefy.",
+ "en": "VisaNet Connect is a global payment system that provides the infrastructure for processing Visa card transactions. It provides high-speed and reliable connectivity between banks, acquirers and merchants, enabling authorization, clearing and settlement. VisaNet Connect plays a key role in the Visa ecosystem and is used by payment providers and banks around the world to transmit data and process transactions. This and more than 500 other providers are already integrated into Corefy's payment orchestration platform, allowing customers to instantly start using the integration without programming - just enter their MID data in the Corefy dashboard."
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "tompayment",
+ "vendor": "tompayment",
+ "name": {
+ "en": "TomPayment",
+ "ru": "TomPayment",
+ "uk": "TomPayment"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "sends",
+ "vendor": "sends",
+ "name": {
+ "en": "Sends",
+ "ru": "Sends",
+ "uk": "Sends"
+ },
+ "payout_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "velpay",
+ "vendor": "velpay",
+ "name": {
+ "en": "VelPay",
+ "ru": "VelPay",
+ "uk": "VelPay"
+ },
+ "description": {
+ "en": "VelPay is an international payment platform that provides businesses with efficient tools for receiving and sending payments, as well as exchanging fiat and digital currencies. The solution is ideal for e-commerce, crypto projects, financial platforms, marketplaces, subscription services, and other businesses that require speed, security, and flexibility in financial operations. VelPay supports a wide range of payment methods, including Visa and Mastercard bank cards, cryptocurrencies (BTC, ETH, LTC, USDT, TRX, etc.), bank transfers (SEPA, SWIFT upon request), and e-wallets. Key features include online payment acceptance, mass payouts to cards, accounts, wallets, and crypto addresses, a user-friendly interface for currency exchange, analytics and transaction monitoring in a personal dashboard, a flexible API for fast integration and scalability, as well as white-label solutions for branded payment experiences. The platform places a strong emphasis on security, utilizing modern data protection protocols, encryption, PCI DSS certification, two-factor authentication, SSL encryption, and fraud detection systems for suspicious transactions. VelPay is a reliable solution for driving global financial growth for your business.",
+ "ru": "VelPay — это международная платежная платформа, предоставляющая бизнесу эффективные инструменты для приема и отправки платежей, а также обмена фиатных и цифровых валют. Решение идеально подходит для e-commerce, криптопроектов, финансовых платформ, маркетплейсов, сервисов по подписке и других бизнесов, которым важны скорость, безопасность и гибкость в финансовых операциях. VelPay поддерживает широкий спектр платёжных методов, включая банковские карты Visa и Mastercard, криптовалюты (BTC, ETH, LTC, USDT, TRX и другие), банковские переводы (SEPA, SWIFT по запросу), а также электронные кошельки. Основные функции включают приём онлайн-платежей, массовые выплаты на карты, счета, кошельки и криптоадреса, удобный интерфейс для обмена валют, аналитику и мониторинг транзакций в личном кабинете, гибкое API для быстрой интеграции и масштабирования, а также white-label решения для брендирования платёжного процесса. Платформа уделяет особое внимание безопасности, используя современные протоколы защиты данных, шифрование, сертификацию PCI DSS, двухфакторную аутентификацию, SSL-шифрование и системы выявления мошеннических или подозрительных транзакций. VelPay — надёжное решение для глобального финансового роста вашего бизнеса.",
+ "uk": "VelPay — це міжнародна платіжна платформа, що надає бізнесам ефективні інструменти для прийому та надсилання платежів, а також обміну фіатних і цифрових валют. Рішення ідеально підходить для e-commerce, криптопроєктів, фінансових платформ, маркетплейсів, сервісів підписок та інших бізнесів, яким важливі швидкість, безпека та гнучкість у фінансових операціях. VelPay підтримує широкий спектр платіжних методів, зокрема банківські картки Visa та Mastercard, криптовалюти (BTC, ETH, LTC, USDT, TRX тощо), банківські перекази (SEPA, SWIFT на запит), а також електронні гаманці. Серед основних функцій — прийом онлайн-платежів, масові виплати на картки, рахунки, гаманці та криптоадреси, зручний інтерфейс для обміну валют, аналітика та моніторинг транзакцій у персональному кабінеті, гнучке API для швидкої інтеграції та масштабування, а також white-label рішення для брендування платіжного процесу. Платформа приділяє особливу увагу безпеці, використовуючи сучасні протоколи захисту даних, шифрування, сертифікацію PCI DSS, двофакторну аутентифікацію, SSL-шифрування та системи виявлення шахрайських або підозрілих транзакцій. VelPay — це надійне рішення для глобального фінансового зростання вашого бізнесу."
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "guava",
+ "vendor": "guava",
+ "name": {
+ "en": "Guava",
+ "ru": "Guava",
+ "uk": "Guava"
+ },
+ "payout_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "novacasp",
+ "vendor": "novacasp",
+ "name": {
+ "en": "NovaCasp",
+ "ru": "NovaCasp",
+ "uk": "NovaCasp"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "saltedge",
+ "vendor": "saltedge",
+ "name": {
+ "en": "Salt Edge",
+ "ru": "Salt Edge",
+ "uk": "Salt Edge"
+ },
+ "payment_method": [
+ "sepa_transfer",
+ "sepa_transfer_instant",
+ "revolut_bank",
+ "wise",
+ "n26_bank",
+ "bunq",
+ "sofortuberweisung"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "xmgate",
+ "vendor": "xmgate",
+ "name": {
+ "en": "Xmgate",
+ "ru": "Xmgate",
+ "uk": "Xmgate"
+ },
+ "payment_method": [
+ "payment_card",
+ "applepay",
+ "googlepay"
+ ],
+ "payout_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "matrixpay",
+ "vendor": "matrixpay",
+ "name": {
+ "en": "MatrixPay",
+ "ru": "MatrixPay",
+ "uk": "MatrixPay"
+ },
+ "payment_method": [
+ "payment_card",
+ "bank_transfer"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "blueworld",
+ "vendor": "blueworld",
+ "name": {
+ "en": "Linx Tech Solutions",
+ "ru": "Linx Tech Solutions",
+ "uk": "Linx Tech Solutions"
+ },
+ "payment_method": [
+ "jazzcash",
+ "easypaisa"
+ ],
+ "payout_method": [
+ "jazzcash",
+ "easypaisa"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "asupay",
+ "vendor": "asupay",
+ "name": {
+ "en": "AsuPay",
+ "ru": "AsuPay",
+ "uk": "AsuPay"
+ },
+ "payment_method": [
+ "payment_card"
+ ],
+ "payout_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "paynearme",
+ "vendor": "paynearme",
+ "name": {
+ "en": "PayNearMe",
+ "ru": "PayNearMe",
+ "uk": "PayNearMe"
+ },
+ "payment_method": [
+ "applepay",
+ "googlepay",
+ "ach",
+ "cash",
+ "payment_card"
+ ],
+ "payout_method": [
+ "payment_card",
+ "ach"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "payon",
+ "vendor": "payon",
+ "name": {
+ "en": "ACI Worldwide",
+ "ru": "ACI Worldwide",
+ "uk": "ACI Worldwide"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "cashix",
+ "vendor": "cashix",
+ "name": {
+ "en": "Cashix",
+ "ru": "Cashix",
+ "uk": "Cashix"
+ },
+ "payment_method": [
+ "bkash_limited",
+ "nagad_wallet",
+ "easypaisa",
+ "jazzcash",
+ "bank_qr",
+ "upi",
+ "card_transfer",
+ "payment_card"
+ ],
+ "payout_method": [
+ "bkash_limited",
+ "nagad_wallet",
+ "easypaisa",
+ "jazzcash",
+ "upi",
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "creditumnew",
+ "vendor": "creditumnew",
+ "name": {
+ "en": "Creditum (new)",
+ "ru": "Creditum (new)",
+ "uk": "Creditum (new)"
+ },
+ "payment_method": [
+ "payment_card",
+ "przelewy24",
+ "paysafecard",
+ "skrill",
+ "neteller",
+ "eps",
+ "ideal",
+ "sibs_mbway",
+ "multibanco",
+ "mybank2",
+ "rapidtransfer",
+ "epay",
+ "bank_transfer_klarna"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "kalemoney",
+ "vendor": "kalemoney",
+ "name": {
+ "en": "Kale",
+ "ru": "Kale",
+ "uk": "Kale"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "okto",
+ "vendor": "okto",
+ "name": {
+ "en": "OKTO",
+ "ru": "OKTO",
+ "uk": "OKTO"
+ },
+ "payment_method": [
+ "payment_card",
+ "bank_transfer",
+ "pix",
+ "cash"
+ ],
+ "payout_method": [
+ "bank_transfer"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "d8",
+ "vendor": "d8",
+ "name": {
+ "en": "D8 Corporation",
+ "ru": "D8 Corporation",
+ "uk": "D8 Corporation"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "masspay",
+ "vendor": "masspay",
+ "name": {
+ "en": "MassPay",
+ "ru": "MassPay",
+ "uk": "MassPay"
+ },
+ "payout_method": [
+ "ach",
+ "payment_card",
+ "interac"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "finix",
+ "vendor": "finix",
+ "name": {
+ "en": "Finix",
+ "ru": "Finix",
+ "uk": "Finix"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "rudraxpay",
+ "vendor": "rudraxpay",
+ "name": {
+ "en": "RudraxPay",
+ "ru": "RudraxPay",
+ "uk": "RudraxPay"
+ },
+ "payment_method": [
+ "upi"
+ ],
+ "payout_method": [
+ "imps"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "finiqly",
+ "vendor": "finiqly",
+ "name": {
+ "en": "Finiqly",
+ "ru": "Finiqly",
+ "uk": "Finiqly"
+ },
+ "payout_method": [
+ "bank_transfer",
+ "payment_card",
+ "sepa_transfer"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "spell",
+ "vendor": "spell",
+ "name": {
+ "en": "Spell",
+ "ru": "Spell",
+ "uk": "Spell"
+ },
+ "payment_method": [
+ "payment_card"
+ ],
+ "payout_method": [
+ "bank_transfer",
+ "payment_card",
+ "sepa_transfer"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "vialet",
+ "vendor": "vialet",
+ "name": {
+ "en": "Vialet",
+ "ru": "Vialet",
+ "uk": "Vialet"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "syspay",
+ "vendor": "syspay",
+ "name": {
+ "en": "SysPay",
+ "ru": "SysPay",
+ "uk": "SysPay"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "cardpaymentz",
+ "vendor": "cardpaymentz",
+ "name": {
+ "en": "Card Paymentz",
+ "ru": "Card Paymentz",
+ "uk": "Card Paymentz"
+ },
+ "payment_method": [
+ "upi"
+ ],
+ "payout_method": [
+ "bank_transfer"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "noveba",
+ "vendor": "noveba",
+ "name": {
+ "en": "Noveba",
+ "ru": "Noveba",
+ "uk": "Noveba"
+ },
+ "payout_method": [
+ "bank_transfer"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "creedo",
+ "vendor": "creedo",
+ "description": {
+ "en": "Creedo.Capital is a global payments service provider that delivers modern businesses with tailored payment solutions, combining seamless integration, proven performance and transparency. Having powered the infrastructure of intermediaries, white-label providers and service platforms for many years, the company is now offering its technology directly to merchants. It provides cost efficiency and unmatched reliability that strengthen payment flow. From start-ups to enterprise giants, Creedo.Capital designs flexible payment solutions to meet a variety of business models, providing 24/7 dedicated support. With in-depth knowledge of specific markets, Creedo.Capital facilitates local operations in high-growth regions such Asia and LATAM offering seamless payment processing across borders, helping navigate regulations and optimize operations."
+ },
+ "name": {
+ "en": "Creedo.Capital",
+ "ru": "Creedo.Capital",
+ "uk": "Creedo.Capital"
+ },
+ "payment_method": [
+ "bkash_limited",
+ "nagad_wallet",
+ "easypaisa",
+ "mercadopago"
+ ],
+ "payout_method": [
+ "bkash_limited",
+ "nagad_wallet",
+ "easypaisa",
+ "mercadopago"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "dragontech",
+ "vendor": "dragontech",
+ "name": {
+ "en": "DragonTech",
+ "ru": "DragonTech",
+ "uk": "DragonTech"
+ },
+ "payment_method": [
+ "dragontech"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "platcore",
+ "vendor": "platcore",
+ "name": {
+ "en": "Platcore",
+ "ru": "Platcore",
+ "uk": "Platcore"
+ },
+ "payment_method": [
+ "card_transfer"
+ ],
+ "payout_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "velvexpay",
+ "vendor": "velvexpay",
+ "name": {
+ "en": "VELVEXPAY",
+ "ru": "VELVEXPAY",
+ "uk": "VELVEXPAY"
+ },
+ "payout_method": [
+ "bank_transfer",
+ "payment_card",
+ "sepa_transfer"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "ozow",
+ "vendor": "ozow",
+ "name": {
+ "en": "Ozow",
+ "ru": "Ozow",
+ "uk": "Ozow"
+ },
+ "payment_method": [
+ "bank_transfer",
+ "capitec_pay",
+ "absa_pay",
+ "nedbank_pay"
+ ],
+ "payout_method": [
+ "absa_bank",
+ "ned_bank",
+ "access_bank",
+ "african_bank",
+ "albaraka_bank",
+ "bank_zero",
+ "south_african_bank_of_athens",
+ "bidvest_bank",
+ "capitec_bank",
+ "mercantile_bank",
+ "citi_bank",
+ "discovery_bank",
+ "fnb_bank",
+ "hsbc_bank",
+ "investec_bank",
+ "olympus_mobile_bank",
+ "rmb_private_bank",
+ "sasfin_bank",
+ "standard_bank",
+ "standard_chartered_bank",
+ "tyme_bank",
+ "ubank"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "takapayjazzcash",
+ "vendor": "takapayjazzcash",
+ "name": {
+ "en": "TakapayJazzCash",
+ "ru": "TakapayJazzCash",
+ "uk": "TakapayJazzCash"
+ },
+ "payment_method": [
+ "jazzcash"
+ ],
+ "payout_method": [
+ "jazzcash"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "apay",
+ "vendor": "apay",
+ "name": {
+ "en": "Apay",
+ "ru": "Apay",
+ "uk": "Apay"
+ },
+ "payment_method": [
+ "payment_card",
+ "applepay",
+ "googlepay",
+ "openbanking",
+ "spei",
+ "pse",
+ "nequi",
+ "bank_transfer",
+ "webpay",
+ "bank_transfer_p2p",
+ "upi_aggregated"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "boomfi",
+ "vendor": "boomfi",
+ "name": {
+ "en": "Boomfi",
+ "ru": "Boomfi",
+ "uk": "Boomfi"
+ },
+ "payment_method": [
+ "ethereum",
+ "usd_coin",
+ "tether",
+ "solana",
+ "bitcoin"
+ ],
+ "payout_method": [
+ "tether",
+ "usd_coin"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "matrixpaysolution",
+ "vendor": "matrixpaysolution",
+ "name": {
+ "en": "MatrixPaySolution",
+ "ru": "MatrixPaySolution",
+ "uk": "MatrixPaySolution"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "smashpay",
+ "vendor": "smashpay",
+ "name": {
+ "en": "SmashPay",
+ "ru": "SmashPay",
+ "uk": "SmashPay"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "avepay",
+ "vendor": "avepay",
+ "name": {
+ "en": "AvePay",
+ "ru": "AvePay",
+ "uk": "AvePay"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "trezuz",
+ "vendor": "trezuz",
+ "name": {
+ "en": "Trezuz",
+ "ru": "Trezuz",
+ "uk": "Trezuz"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "paytorean",
+ "vendor": "paytorean",
+ "name": {
+ "en": "Paytorean",
+ "ru": "Paytorean",
+ "uk": "Paytorean"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "tbn",
+ "vendor": "tbn",
+ "name": {
+ "en": "TBN",
+ "ru": "TBN",
+ "uk": "TBN"
+ },
+ "payment_method": [
+ "crypto"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "tranzify",
+ "vendor": "tranzify",
+ "name": {
+ "en": "Tranzify",
+ "ru": "Tranzify",
+ "uk": "Tranzify"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "sola",
+ "vendor": "sola",
+ "name": {
+ "en": "Sola",
+ "ru": "Sola",
+ "uk": "Sola"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "alphapo",
+ "vendor": "alphapo",
+ "name": {
+ "en": "Alphapo",
+ "ru": "Alphapo",
+ "uk": "Alphapo"
+ },
+ "payment_method": [
+ "bitcoin",
+ "bitcoin_cash",
+ "ethereum",
+ "litecoin",
+ "ripple",
+ "tether",
+ "usd_coin",
+ "alphapo"
+ ],
+ "payout_method": [
+ "tether",
+ "ethereum",
+ "bitcoin",
+ "usd_coin"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "smartfastpay",
+ "vendor": "smartfastpay",
+ "name": {
+ "en": "SmartFastPay",
+ "ru": "SmartFastPay",
+ "uk": "SmartFastPay"
+ },
+ "payment_method": [
+ "pix",
+ "bank_transfer",
+ "payment_card",
+ "boleto_bancario",
+ "picpay",
+ "pagoefectivo_cip",
+ "wallet_aggregated",
+ "cash",
+ "mobile_money",
+ "pse",
+ "nequi",
+ "transfiya",
+ "breb",
+ "efecty",
+ "spei",
+ "codi"
+ ],
+ "payout_method": [
+ "pix",
+ "bank_transfer",
+ "breb",
+ "transfiya"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "solvex",
+ "vendor": "solvex",
+ "name": {
+ "en": "Solvex",
+ "ru": "Solvex",
+ "uk": "Solvex"
+ },
+ "payment_method": [
+ "applepay",
+ "googlepay",
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "paytech",
+ "vendor": "paytech",
+ "name": {
+ "en": "Paytech",
+ "ru": "Paytech",
+ "uk": "Paytech"
+ },
+ "payment_method": [
+ "applepay",
+ "googlepay",
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "transactpro",
+ "vendor": "transactpro",
+ "name": {
+ "en": "Transact Pro",
+ "ru": "Transact Pro",
+ "uk": "Transact Pro"
+ },
+ "payment_method": [
+ "applepay",
+ "googlepay",
+ "payment_card"
+ ],
+ "payout_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "zenpays",
+ "vendor": "zenpays",
+ "name": {
+ "en": "ZenPays",
+ "ru": "ZenPays",
+ "uk": "ZenPays"
+ },
+ "payment_method": [
+ "net_banking",
+ "upi"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "lapsa",
+ "vendor": "lapsa",
+ "name": {
+ "en": "Lapsa",
+ "ru": "Lapsa",
+ "uk": "Lapsa"
+ },
+ "payment_method": [
+ "applepay",
+ "googlepay",
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "embily",
+ "vendor": "embily",
+ "name": {
+ "en": "Embily",
+ "ru": "Embily",
+ "uk": "Embily"
+ },
+ "payment_method": [
+ "paysafecard",
+ "ideal",
+ "blik",
+ "multibanco"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "corefy",
+ "vendor": "corefy",
+ "name": {
+ "en": "Corefy",
+ "ru": "Corefy",
+ "uk": "Corefy"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "myfatoorah",
+ "vendor": "myfatoorah",
+ "name": {
+ "en": "MyFatoorah",
+ "ru": "MyFatoorah",
+ "uk": "MyFatoorah"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "mobilum",
+ "vendor": "mobilum",
+ "name": {
+ "en": "Mobilum",
+ "ru": "Mobilum",
+ "uk": "Mobilum"
+ },
+ "payment_method": [
+ "blik",
+ "blik_widget_m"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "safegatepayments",
+ "vendor": "safegatepayments",
+ "name": {
+ "en": "SafeGate Payments",
+ "ru": "SafeGate Payments",
+ "uk": "SafeGate Payments"
+ },
+ "payment_method": [
+ "bank_transfer"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "tp24bdt",
+ "vendor": "tp24bdt",
+ "name": {
+ "en": "TP24BDT",
+ "ru": "TP24BDT",
+ "uk": "TP24BDT"
+ },
+ "payment_method": [
+ "bkash_limited",
+ "nagad_wallet",
+ "bkash_p2p",
+ "nagad_p2p"
+ ],
+ "payout_method": [
+ "bkash_limited",
+ "nagad_wallet"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "upay",
+ "vendor": "upay",
+ "name": {
+ "en": "UPay",
+ "ru": "UPay",
+ "uk": "UPay"
+ },
+ "payment_method": [
+ "card_transfer"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "lqpay",
+ "vendor": "lqpay",
+ "name": {
+ "en": "Lqpay",
+ "ru": "Lqpay",
+ "uk": "Lqpay"
+ },
+ "payment_method": [
+ "bkash_limited",
+ "nagad_wallet",
+ "bkash_p2p",
+ "nagad_wallet_p2p"
+ ],
+ "payout_method": [
+ "bkash_limited",
+ "nagad_wallet"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "ezzygate",
+ "vendor": "ezzygate",
+ "name": {
+ "en": "Ezzygate",
+ "ru": "Ezzygate",
+ "uk": "Ezzygate"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "circoflows",
+ "vendor": "circoflows",
+ "name": {
+ "en": "CircoFlows",
+ "ru": "CircoFlows",
+ "uk": "CircoFlows"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "isx",
+ "vendor": "isx",
+ "name": {
+ "en": "ISX",
+ "ru": "ISX",
+ "uk": "ISX"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "payland",
+ "vendor": "payland",
+ "name": {
+ "en": "PayLand",
+ "ru": "PayLand",
+ "uk": "PayLand"
+ },
+ "payment_method": [
+ "payment_card"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "cardifulnew",
+ "vendor": "cardifulnew",
+ "name": {
+ "en": "Cardiful New",
+ "ru": "Cardiful New",
+ "uk": "Cardiful New"
+ },
+ "payment_method": [
+ "applepay",
+ "googlepay"
+ ]
+ },
+ {
+ "status": "active",
+ "code": "paydeca",
+ "vendor": "paydeca",
+ "name": {
+ "en": "Paydeca",
+ "ru": "Paydeca",
+ "uk": "Paydeca"
+ },
"payment_method": [
"payment_card"
]
}
-]
+]
\ No newline at end of file
diff --git a/data/payment_services.json b/data/payment_services.json
index 417ca9172..7f4158097 100644
--- a/data/payment_services.json
+++ b/data/payment_services.json
@@ -132,9 +132,9 @@
"uk": "Статус"
},
"hint": {
- "en": "Enter Status",
- "ru": "Введите статус",
- "uk": "Введіть статус"
+ "en": "Enter Status: [success, pending, fail]",
+ "ru": "Введите статус: [success, pending, fail]",
+ "uk": "Введіть статус: [success, pending, fail]"
},
"regexp": "\/^[a-zA-Z_]*$\/",
"required": true,
@@ -160,9 +160,9 @@
"uk": "Статус"
},
"hint": {
- "en": "Enter Status",
- "ru": "Введите статус",
- "uk": "Введіть статус"
+ "en": "Enter Status: [success, pending, fail]",
+ "ru": "Введите статус: [success, pending, fail]",
+ "uk": "Введіть статус: [success, pending, fail]"
},
"regexp": "\/^[a-zA-Z_]*$\/",
"required": true,
@@ -188,9 +188,9 @@
"uk": "Статус"
},
"hint": {
- "en": "Enter Status",
- "ru": "Введите статус",
- "uk": "Введіть статус"
+ "en": "Enter Status: [success, pending, fail]",
+ "ru": "Введите статус: [success, pending, fail]",
+ "uk": "Введіть статус: [success, pending, fail]"
},
"regexp": "\/^[a-zA-Z_]*$\/",
"required": true,
@@ -216,9 +216,9 @@
"uk": "Статус"
},
"hint": {
- "en": "Enter Status",
- "ru": "Введите статус",
- "uk": "Введіть статус"
+ "en": "Enter Status: [success, pending, fail]",
+ "ru": "Введите статус: [success, pending, fail]",
+ "uk": "Введіть статус: [success, pending, fail]"
},
"regexp": "\/^[a-zA-Z_]*$\/",
"required": true,
@@ -244,9 +244,9 @@
"uk": "Статус"
},
"hint": {
- "en": "Enter Status",
- "ru": "Введите статус",
- "uk": "Введіть статус"
+ "en": "Enter Status: [success, pending, fail]",
+ "ru": "Введите статус: [success, pending, fail]",
+ "uk": "Введіть статус: [success, pending, fail]"
},
"regexp": "\/^[a-zA-Z_]*$\/",
"required": true,
@@ -272,9 +272,9 @@
"uk": "Статус"
},
"hint": {
- "en": "Enter Status",
- "ru": "Введите статус",
- "uk": "Введіть статус"
+ "en": "Enter Status: [success, pending, fail]",
+ "ru": "Введите статус: [success, pending, fail]",
+ "uk": "Введіть статус: [success, pending, fail]"
},
"regexp": "\/^[a-zA-Z_]*$\/",
"required": true,
@@ -284,6 +284,42 @@
"amount_min": 0.00000001,
"amount_max": 100000
},
+ {
+ "status": "active",
+ "code": "test_uah_invoice",
+ "flow": "invoice",
+ "method": "test",
+ "currency": "UAH",
+ "amount_min": 1,
+ "amount_max": 3500000
+ },
+ {
+ "status": "active",
+ "code": "test_usd_invoice",
+ "flow": "invoice",
+ "method": "test",
+ "currency": "USD",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "test_eur_invoice",
+ "flow": "invoice",
+ "method": "test",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "test_gbp_invoice",
+ "flow": "invoice",
+ "method": "test",
+ "currency": "GBP",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
{
"status": "active",
"code": "privat24_eur_hpp",
@@ -338,6 +374,178 @@
"amount_min": 0.01,
"amount_max": 1000000
},
+ {
+ "status": "active",
+ "code": "payment_card_pab_hpp",
+ "currency": "PAB",
+ "method": "payment_card",
+ "flow": "hpp",
+ "amount_min": 1,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "payment_card_nio_hpp",
+ "currency": "NIO",
+ "method": "payment_card",
+ "flow": "hpp",
+ "amount_min": 1,
+ "amount_max": 3500000
+ },
+ {
+ "status": "active",
+ "code": "payment_card_bob_hpp",
+ "currency": "BOB",
+ "method": "payment_card",
+ "flow": "hpp",
+ "amount_min": 1,
+ "amount_max": 700000
+ },
+ {
+ "status": "active",
+ "code": "payment_card_xof_hpp",
+ "currency": "XOF",
+ "method": "payment_card",
+ "flow": "hpp",
+ "amount_min": 6,
+ "amount_max": 60000000
+ },
+ {
+ "status": "active",
+ "code": "payment_card_svc_hpp",
+ "currency": "SVC",
+ "method": "payment_card",
+ "flow": "hpp",
+ "amount_min": 1,
+ "amount_max": 900000
+ },
+ {
+ "status": "active",
+ "code": "payment_card_pyg_hpp",
+ "currency": "PYG",
+ "method": "payment_card",
+ "flow": "hpp",
+ "amount_min": 1,
+ "amount_max": 600000000
+ },
+ {
+ "status": "active",
+ "code": "payment_card_uyu_hpp",
+ "currency": "UYU",
+ "method": "payment_card",
+ "flow": "hpp",
+ "amount_min": 0.01,
+ "amount_max": 4000000
+ },
+ {
+ "status": "active",
+ "code": "payment_card_ves_hpp",
+ "currency": "VES",
+ "method": "payment_card",
+ "flow": "hpp",
+ "amount_min": 0.01,
+ "amount_max": 38000000
+ },
+ {
+ "status": "active",
+ "code": "payment_card_srd_hpp",
+ "currency": "SRD",
+ "method": "payment_card",
+ "flow": "hpp",
+ "amount_min": 1,
+ "amount_max": 4000000
+ },
+ {
+ "status": "active",
+ "code": "payment_card_rsd_hpp",
+ "currency": "RSD",
+ "method": "payment_card",
+ "flow": "hpp",
+ "amount_min": 1,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "payment_card_xaf_hpp",
+ "currency": "XAF",
+ "method": "payment_card",
+ "flow": "hpp",
+ "amount_min": 6,
+ "amount_max": 60000000
+ },
+ {
+ "status": "active",
+ "code": "payment_card_cve_hpp",
+ "currency": "CVE",
+ "method": "payment_card",
+ "flow": "hpp",
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "payment_card_sll_hpp",
+ "currency": "SLL",
+ "method": "payment_card",
+ "flow": "hpp",
+ "amount_min": 196,
+ "amount_max": 1967864768
+ },
+ {
+ "status": "active",
+ "code": "payment_card_ars_hpp",
+ "currency": "ARS",
+ "method": "payment_card",
+ "flow": "hpp",
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "\/^.{1,32}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type",
+ "ru": "Введите тип документа",
+ "uk": "Введіть тип документу"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z0-9\\.\\-]{1,100}$\/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Beneficiary's personal identification number",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документа отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary's personal identification number",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документа отримувача"
+ },
+ "example": "50284414727"
+ }
+ ],
+ "amount_min": 2,
+ "amount_max": 20000000
+ },
+ {
+ "status": "active",
+ "code": "payment_card_ars_invoice",
+ "currency": "ARS",
+ "method": "payment_card",
+ "flow": "invoice",
+ "amount_min": 1411,
+ "amount_max": 141146966
+ },
{
"status": "active",
"code": "payment_card_chf_hpp",
@@ -356,6 +564,35 @@
"amount_min": 0.01,
"amount_max": 100000
},
+ {
+ "status": "active",
+ "code": "payment_card_crypto_nok_hpp",
+ "currency": "NOK",
+ "method": "payment_card_crypto",
+ "flow": "hpp",
+ "fields": [
+ {
+ "key": "blockchain_address",
+ "type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
+ },
+ "hint": {
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
+ },
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
{
"status": "active",
"code": "payment_card_dkk_hpp",
@@ -365,6 +602,44 @@
"amount_min": 0.01,
"amount_max": 100000
},
+ {
+ "status": "active",
+ "code": "payment_card_crypto_dkk_hpp",
+ "currency": "DKK",
+ "method": "payment_card_crypto",
+ "flow": "hpp",
+ "fields": [
+ {
+ "key": "blockchain_address",
+ "type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
+ },
+ "hint": {
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
+ },
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "payment_card_hrk_hpp",
+ "currency": "HRK",
+ "method": "payment_card",
+ "flow": "hpp",
+ "amount_min": 0.01,
+ "amount_max": 700000
+ },
{
"status": "active",
"code": "payment_card_nzd_hpp",
@@ -392,6 +667,15 @@
"amount_min": 0.01,
"amount_max": 1000000
},
+ {
+ "status": "active",
+ "code": "payment_card_sar_hpp",
+ "currency": "SAR",
+ "method": "payment_card",
+ "flow": "hpp",
+ "amount_min": 0.01,
+ "amount_max": 380000
+ },
{
"status": "active",
"code": "payment_card_hkd_hpp",
@@ -401,6 +685,24 @@
"amount_min": 0.01,
"amount_max": 1000000
},
+ {
+ "status": "active",
+ "code": "payment_card_ron_hpp",
+ "currency": "RON",
+ "method": "payment_card",
+ "flow": "hpp",
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "payment_card_isk_hpp",
+ "currency": "ISK",
+ "method": "payment_card",
+ "flow": "hpp",
+ "amount_min": 1,
+ "amount_max": 1000000
+ },
{
"status": "active",
"code": "payment_card_jpy_hpp",
@@ -410,6 +712,35 @@
"amount_min": 1,
"amount_max": 1000000
},
+ {
+ "status": "active",
+ "code": "payment_card_crypto_jpy_hpp",
+ "currency": "JPY",
+ "method": "payment_card_crypto",
+ "flow": "hpp",
+ "fields": [
+ {
+ "key": "blockchain_address",
+ "type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
+ },
+ "hint": {
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
+ },
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 1000000
+ },
{
"status": "active",
"code": "payment_card_rub_hpp",
@@ -492,6 +823,35 @@
"amount_min": 0.01,
"amount_max": 1000000
},
+ {
+ "status": "active",
+ "code": "payment_card_crypto_sek_hpp",
+ "flow": "hpp",
+ "method": "payment_card_crypto",
+ "currency": "SEK",
+ "fields": [
+ {
+ "key": "blockchain_address",
+ "type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
+ },
+ "hint": {
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
+ },
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
{
"status": "active",
"code": "payment_card_token_rub_hpp",
@@ -581,7 +941,7 @@
"method": "bank_card",
"currency": "VND",
"amount_min": 1,
- "amount_max": 100000
+ "amount_max": 9999999999
},
{
"status": "active",
@@ -599,7 +959,7 @@
"method": "bank_card",
"currency": "IDR",
"amount_min": 1,
- "amount_max": 100000
+ "amount_max": 15000000000
},
{
"status": "active",
@@ -644,7 +1004,7 @@
"method": "payment_card",
"currency": "INR",
"amount_min": 0.01,
- "amount_max": 1000000
+ "amount_max": 1000000000
},
{
"status": "active",
@@ -652,17 +1012,54 @@
"flow": "hpp",
"method": "payment_card",
"currency": "MXN",
- "amount_min": 0.01,
- "amount_max": 1000000
- },
- {
- "status": "active",
- "code": "payment_card_vnd_hpp",
- "flow": "hpp",
- "method": "payment_card",
- "currency": "VND",
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "\/^.{1,32}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type",
+ "ru": "Введите тип документа",
+ "uk": "Введіть тип документу"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{12,18}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Beneficiary's personal identification number",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документа отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary's personal identification number",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документа отримувача"
+ },
+ "example": "50284414727FDVS"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "payment_card_vnd_hpp",
+ "flow": "hpp",
+ "method": "payment_card",
+ "currency": "VND",
"amount_min": 1,
- "amount_max": 999999999
+ "amount_max": 9999999999
},
{
"status": "active",
@@ -719,15 +1116,6 @@
"amount_min": 0.01,
"amount_max": 100000
},
- {
- "status": "active",
- "code": "tether_usd_hpp",
- "flow": "hpp",
- "method": "tether",
- "currency": "USD",
- "amount_min": 0.01,
- "amount_max": 100000
- },
{
"status": "active",
"code": "masterpass_eur_hpp",
@@ -746,6 +1134,51 @@
"amount_min": 0.00001,
"amount_max": 100000
},
+ {
+ "status": "active",
+ "code": "bitcoin_cad_hpp",
+ "flow": "hpp",
+ "method": "bitcoin",
+ "currency": "CAD",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "bitcoin_bep20_cad_hpp",
+ "flow": "hpp",
+ "method": "bitcoin",
+ "currency": "CAD",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "bitcoin_aud_hpp",
+ "flow": "hpp",
+ "method": "bitcoin",
+ "currency": "AUD",
+ "amount_min": 0.01,
+ "amount_max": 150000
+ },
+ {
+ "status": "active",
+ "code": "bitcoin_bep20_aud_hpp",
+ "flow": "hpp",
+ "method": "bitcoin",
+ "currency": "AUD",
+ "amount_min": 0.01,
+ "amount_max": 150000
+ },
+ {
+ "status": "active",
+ "code": "bitcoin_bep20_usd_hpp",
+ "flow": "hpp",
+ "method": "bitcoin",
+ "currency": "USD",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
{
"status": "active",
"code": "bitcoin_bch_hpp",
@@ -861,955 +1294,29555 @@
"method": "payment_card",
"currency": "USD",
"amount_min": 0.01,
- "amount_max": 100000
+ "amount_max": 10000000
},
{
"status": "active",
- "code": "payment_card_token_usd_hpp",
+ "code": "payment_card_crypto_usd_hpp",
"flow": "hpp",
- "method": "payment_card_token",
+ "method": "payment_card_crypto",
"currency": "USD",
- "amount_min": 0.01,
- "amount_max": 100000,
"fields": [
{
- "key": "token",
+ "key": "blockchain_address",
"type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
"label": {
- "en": "Token",
- "ru": "Токен",
- "uk": "Токен"
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
},
"hint": {
- "en": "Enter token",
- "ru": "Введите токен",
- "uk": "Введіть токен"
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
},
- "regexp": "\/^[a-zA-Z_0-9]{32,128}$\/",
- "required": true,
- "position": 1
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
}
- ]
- },
- {
- "status": "active",
- "code": "ethereum_eth_invoice",
- "flow": "invoice",
- "method": "ethereum",
- "currency": "ETH",
- "amount_min": 0.00001,
+ ],
+ "amount_min": 0.01,
"amount_max": 100000
},
{
"status": "active",
- "code": "ethereum_classic_etc_invoice",
- "flow": "invoice",
- "method": "ethereum_classic",
- "currency": "ETC",
- "amount_min": 0.00000001,
- "amount_max": 1000000
- },
- {
- "status": "active",
- "code": "waves_waves_invoice",
- "flow": "invoice",
- "method": "waves",
- "currency": "WAVES",
- "amount_min": 0.00001,
- "amount_max": 1000000
- },
- {
- "status": "active",
- "code": "ethereum_eth_hpp",
+ "code": "paybis_btc_usd_hpp",
"flow": "hpp",
- "method": "ethereum",
- "currency": "ETH",
- "amount_min": 0.00001,
- "amount_max": 1000
+ "method": "paybis",
+ "currency": "USD",
+ "fields": [
+ {
+ "key": "blockchain_address",
+ "type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
+ },
+ "hint": {
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
+ },
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
},
{
"status": "active",
- "code": "ethereum_btc_hpp",
+ "code": "paybis_ltc_usd_hpp",
"flow": "hpp",
- "method": "ethereum",
- "currency": "BTC",
- "amount_min": 0.00001,
- "amount_max": 1000
+ "method": "paybis",
+ "currency": "USD",
+ "fields": [
+ {
+ "key": "blockchain_address",
+ "type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
+ },
+ "hint": {
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
+ },
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
},
{
"status": "active",
- "code": "ethereum_bch_hpp",
+ "code": "paybis_eth_usd_hpp",
"flow": "hpp",
- "method": "ethereum",
- "currency": "BCH",
- "amount_min": 0.00001,
- "amount_max": 1000
+ "method": "paybis",
+ "currency": "USD",
+ "fields": [
+ {
+ "key": "blockchain_address",
+ "type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
+ },
+ "hint": {
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
+ },
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
},
{
"status": "active",
- "code": "ethereum_ltc_hpp",
+ "code": "paybis_xrp_usd_hpp",
"flow": "hpp",
- "method": "ethereum",
- "currency": "LTC",
- "amount_min": 0.00001,
- "amount_max": 1000
+ "method": "paybis",
+ "currency": "USD",
+ "fields": [
+ {
+ "key": "blockchain_address",
+ "type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
+ },
+ "hint": {
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
+ },
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
},
{
"status": "active",
- "code": "ethereum_usd_hpp",
+ "code": "paybis_bch_usd_hpp",
"flow": "hpp",
- "method": "ethereum",
+ "method": "paybis",
"currency": "USD",
+ "fields": [
+ {
+ "key": "blockchain_address",
+ "type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
+ },
+ "hint": {
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
+ },
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
+ }
+ ],
"amount_min": 0.01,
- "amount_max": 1000000
+ "amount_max": 100000
},
{
"status": "active",
- "code": "ethereum_usdt_hpp",
+ "code": "paybis_usdt_usd_hpp",
"flow": "hpp",
- "method": "ethereum",
- "currency": "USDT",
+ "method": "paybis",
+ "currency": "USD",
+ "fields": [
+ {
+ "key": "blockchain_address",
+ "type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
+ },
+ "hint": {
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
+ },
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
+ }
+ ],
"amount_min": 0.01,
"amount_max": 100000
},
{
"status": "active",
- "code": "ethereum_uah_hpp",
+ "code": "paybis_usdt_bep20_usd_hpp",
"flow": "hpp",
- "method": "ethereum",
- "currency": "UAH",
+ "method": "paybis",
+ "currency": "USD",
+ "fields": [
+ {
+ "key": "blockchain_address",
+ "type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
+ },
+ "hint": {
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
+ },
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
+ }
+ ],
"amount_min": 0.01,
- "amount_max": 1000000
+ "amount_max": 100000
},
{
"status": "active",
- "code": "ethereum_eur_hpp",
+ "code": "paybis_usdt_er20_ropsten_usd_hpp",
"flow": "hpp",
- "method": "ethereum",
- "currency": "EUR",
+ "method": "paybis",
+ "currency": "USD",
+ "fields": [
+ {
+ "key": "blockchain_address",
+ "type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
+ },
+ "hint": {
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
+ },
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
+ }
+ ],
"amount_min": 0.01,
- "amount_max": 1000000
+ "amount_max": 100000
},
{
"status": "active",
- "code": "privatbank_ssk_uah_hpp",
+ "code": "paybis_usdt_goerli_usd_hpp",
"flow": "hpp",
- "method": "privatbank_ssk",
- "currency": "UAH",
+ "method": "paybis",
+ "currency": "USD",
+ "fields": [
+ {
+ "key": "blockchain_address",
+ "type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
+ },
+ "hint": {
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
+ },
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
+ }
+ ],
"amount_min": 0.01,
- "amount_max": 1000000
+ "amount_max": 100000
},
{
"status": "active",
- "code": "privatbank_ssk_usd_hpp",
+ "code": "paybis_usdt_polygon_usd_hpp",
"flow": "hpp",
- "method": "privatbank_ssk",
+ "method": "paybis",
"currency": "USD",
+ "fields": [
+ {
+ "key": "blockchain_address",
+ "type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
+ },
+ "hint": {
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
+ },
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
+ }
+ ],
"amount_min": 0.01,
- "amount_max": 1000000
- },
- {
- "status": "active",
- "code": "litecoin_ltc_hpp",
- "flow": "hpp",
- "method": "litecoin",
- "currency": "LTC",
- "amount_min": 0.00001,
- "amount_max": 1000
- },
- {
- "status": "active",
- "code": "litecoin_btc_hpp",
- "flow": "hpp",
- "method": "litecoin",
- "currency": "BTC",
- "amount_min": 0.00001,
- "amount_max": 1000
+ "amount_max": 100000
},
{
"status": "active",
- "code": "litecoin_uah_hpp",
+ "code": "paybis_usdt_sepolia_usd_hpp",
"flow": "hpp",
- "method": "litecoin",
- "currency": "UAH",
+ "method": "paybis",
+ "currency": "USD",
+ "fields": [
+ {
+ "key": "blockchain_address",
+ "type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
+ },
+ "hint": {
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
+ },
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
+ }
+ ],
"amount_min": 0.01,
- "amount_max": 1000000
+ "amount_max": 100000
},
{
"status": "active",
- "code": "litecoin_bch_hpp",
+ "code": "paybis_usdt_trc20_usd_hpp",
"flow": "hpp",
- "method": "litecoin",
- "currency": "BCH",
- "amount_min": 0.00001,
- "amount_max": 1000
+ "method": "paybis",
+ "currency": "USD",
+ "fields": [
+ {
+ "key": "blockchain_address",
+ "type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
+ },
+ "hint": {
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
+ },
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
},
{
"status": "active",
- "code": "litecoin_eth_hpp",
+ "code": "paybis_usdt_trc20_shasta_usd_hpp",
"flow": "hpp",
- "method": "litecoin",
- "currency": "ETH",
- "amount_min": 0.00001,
- "amount_max": 1000
+ "method": "paybis",
+ "currency": "USD",
+ "fields": [
+ {
+ "key": "blockchain_address",
+ "type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
+ },
+ "hint": {
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
+ },
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
},
{
"status": "active",
- "code": "litecoin_usd_hpp",
+ "code": "paybis_ada_usd_hpp",
"flow": "hpp",
- "method": "litecoin",
+ "method": "paybis",
"currency": "USD",
+ "fields": [
+ {
+ "key": "blockchain_address",
+ "type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
+ },
+ "hint": {
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
+ },
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
+ }
+ ],
"amount_min": 0.01,
- "amount_max": 1000000
+ "amount_max": 100000
},
{
"status": "active",
- "code": "ripple_uah_hpp",
+ "code": "paybis_dot_usd_hpp",
"flow": "hpp",
- "method": "ripple",
- "currency": "UAH",
+ "method": "paybis",
+ "currency": "USD",
+ "fields": [
+ {
+ "key": "blockchain_address",
+ "type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
+ },
+ "hint": {
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
+ },
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
+ }
+ ],
"amount_min": 0.01,
- "amount_max": 1000000
+ "amount_max": 100000
},
{
"status": "active",
- "code": "ripple_usd_hpp",
+ "code": "paybis_trx_usd_hpp",
"flow": "hpp",
- "method": "ripple",
+ "method": "paybis",
"currency": "USD",
+ "fields": [
+ {
+ "key": "blockchain_address",
+ "type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
+ },
+ "hint": {
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
+ },
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
+ }
+ ],
"amount_min": 0.01,
- "amount_max": 1000000
+ "amount_max": 100000
},
{
"status": "active",
- "code": "ripple_eur_hpp",
+ "code": "paybis_eos_usd_hpp",
"flow": "hpp",
- "method": "ripple",
- "currency": "EUR",
+ "method": "paybis",
+ "currency": "USD",
+ "fields": [
+ {
+ "key": "blockchain_address",
+ "type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
+ },
+ "hint": {
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
+ },
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
+ }
+ ],
"amount_min": 0.01,
- "amount_max": 1000000
+ "amount_max": 100000
},
{
"status": "active",
- "code": "litecoin_eur_hpp",
+ "code": "paybis_link_usd_hpp",
"flow": "hpp",
- "method": "litecoin",
- "currency": "EUR",
+ "method": "paybis",
+ "currency": "USD",
+ "fields": [
+ {
+ "key": "blockchain_address",
+ "type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
+ },
+ "hint": {
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
+ },
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
+ }
+ ],
"amount_min": 0.01,
"amount_max": 100000
},
{
"status": "active",
- "code": "privatbank_ssk_rub_hpp",
+ "code": "paybis_link_goerli_usd_hpp",
"flow": "hpp",
- "method": "privatbank_ssk",
- "currency": "RUB",
+ "method": "paybis",
+ "currency": "USD",
+ "fields": [
+ {
+ "key": "blockchain_address",
+ "type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
+ },
+ "hint": {
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
+ },
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
+ }
+ ],
"amount_min": 0.01,
"amount_max": 100000
},
{
"status": "active",
- "code": "liqpay_wallet_usd_hpp",
+ "code": "paybis_link_ropsten_usd_hpp",
"flow": "hpp",
- "method": "liqpay_wallet",
+ "method": "paybis",
"currency": "USD",
+ "fields": [
+ {
+ "key": "blockchain_address",
+ "type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
+ },
+ "hint": {
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
+ },
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
+ }
+ ],
"amount_min": 0.01,
"amount_max": 100000
},
{
"status": "active",
- "code": "liqpay_eur_hpp",
+ "code": "paybis_link_sepolia_usd_hpp",
"flow": "hpp",
- "method": "liqpay",
- "currency": "EUR",
+ "method": "paybis",
+ "currency": "USD",
+ "fields": [
+ {
+ "key": "blockchain_address",
+ "type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
+ },
+ "hint": {
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
+ },
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
+ }
+ ],
"amount_min": 0.01,
"amount_max": 100000
},
{
"status": "active",
- "code": "liqpay_wallet_rub_hpp",
+ "code": "paybis_usdc_usd_hpp",
"flow": "hpp",
- "method": "liqpay_wallet",
- "currency": "RUB",
+ "method": "paybis",
+ "currency": "USD",
+ "fields": [
+ {
+ "key": "blockchain_address",
+ "type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
+ },
+ "hint": {
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
+ },
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
+ }
+ ],
"amount_min": 0.01,
"amount_max": 100000
},
{
"status": "active",
- "code": "bank_card_eur_hpp",
+ "code": "paybis_usdc_fuse_usd_hpp",
"flow": "hpp",
- "method": "bank_card",
- "currency": "EUR",
+ "method": "paybis",
+ "currency": "USD",
+ "fields": [
+ {
+ "key": "blockchain_address",
+ "type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
+ },
+ "hint": {
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
+ },
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
+ }
+ ],
"amount_min": 0.01,
"amount_max": 100000
},
{
"status": "active",
- "code": "payment_card_eur_hpp",
+ "code": "paybis_usdc_goerli_usd_hpp",
"flow": "hpp",
- "method": "payment_card",
- "currency": "EUR",
+ "method": "paybis",
+ "currency": "USD",
+ "fields": [
+ {
+ "key": "blockchain_address",
+ "type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
+ },
+ "hint": {
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
+ },
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
+ }
+ ],
"amount_min": 0.01,
"amount_max": 100000
},
{
"status": "active",
- "code": "payment_card_token_eur_hpp",
+ "code": "paybis_usdc_polygon_usd_hpp",
"flow": "hpp",
- "method": "payment_card_token",
- "currency": "EUR",
- "amount_min": 0.01,
- "amount_max": 100000,
+ "method": "paybis",
+ "currency": "USD",
"fields": [
{
- "key": "token",
+ "key": "blockchain_address",
"type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
"label": {
- "en": "Token",
- "ru": "Токен",
- "uk": "Токен"
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
},
"hint": {
- "en": "Enter token",
- "ru": "Введите токен",
- "uk": "Введіть токен"
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
},
- "regexp": "\/^[a-zA-Z_0-9]{32,128}$\/",
- "required": true,
- "position": 1
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
}
- ]
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
},
{
"status": "active",
- "code": "privatbank_ssk_eur_hpp",
+ "code": "paybis_usdc_polygon_mumbai_usd_hpp",
"flow": "hpp",
- "method": "privatbank_ssk",
- "currency": "EUR",
+ "method": "paybis",
+ "currency": "USD",
+ "fields": [
+ {
+ "key": "blockchain_address",
+ "type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
+ },
+ "hint": {
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
+ },
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
+ }
+ ],
"amount_min": 0.01,
"amount_max": 100000
},
{
"status": "active",
- "code": "masterpass_uah_hpp",
+ "code": "paybis_usdc_ropsten_usd_hpp",
"flow": "hpp",
- "method": "masterpass",
- "currency": "UAH",
- "amount_min": 1,
+ "method": "paybis",
+ "currency": "USD",
+ "fields": [
+ {
+ "key": "blockchain_address",
+ "type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
+ },
+ "hint": {
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
+ },
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
+ }
+ ],
+ "amount_min": 0.01,
"amount_max": 100000
},
{
"status": "active",
- "code": "webmoneytransfer_wme_hpp",
- "currency": "WME",
- "method": "webmoneytransfer",
+ "code": "paybis_usdc_sepolia_usd_hpp",
"flow": "hpp",
+ "method": "paybis",
+ "currency": "USD",
+ "fields": [
+ {
+ "key": "blockchain_address",
+ "type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
+ },
+ "hint": {
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
+ },
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
+ }
+ ],
"amount_min": 0.01,
"amount_max": 100000
},
{
"status": "active",
- "code": "webmoneytransfer_wmz_hpp",
- "currency": "WMZ",
- "method": "webmoneytransfer",
+ "code": "paybis_usdc_stellar_usd_hpp",
"flow": "hpp",
+ "method": "paybis",
+ "currency": "USD",
+ "fields": [
+ {
+ "key": "blockchain_address",
+ "type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
+ },
+ "hint": {
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
+ },
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
+ }
+ ],
"amount_min": 0.01,
"amount_max": 100000
},
{
"status": "active",
- "code": "webmoneytransfer_wmr_hpp",
- "currency": "WMR",
- "method": "webmoneytransfer",
+ "code": "paybis_xlm_usd_hpp",
"flow": "hpp",
+ "method": "paybis",
+ "currency": "USD",
+ "fields": [
+ {
+ "key": "blockchain_address",
+ "type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
+ },
+ "hint": {
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
+ },
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
+ }
+ ],
"amount_min": 0.01,
"amount_max": 100000
},
{
"status": "active",
- "code": "webmoneytransfer_wmu_hpp",
- "currency": "WMU",
- "method": "webmoneytransfer",
+ "code": "payment_card_tnd_hpp",
"flow": "hpp",
+ "method": "payment_card",
+ "currency": "TND",
"amount_min": 0.01,
- "amount_max": 100000
+ "amount_max": 318625
},
{
"status": "active",
- "code": "webmoneytransfer_wmb_hpp",
- "currency": "WMB",
- "method": "webmoneytransfer",
+ "code": "payment_card_gtq_hpp",
"flow": "hpp",
+ "method": "payment_card",
+ "currency": "GTQ",
"amount_min": 0.01,
- "amount_max": 100000
+ "amount_max": 786000
},
{
"status": "active",
- "code": "webmoneytransfer_wmk_hpp",
- "currency": "WMK",
- "method": "webmoneytransfer",
+ "code": "payment_card_aed_hpp",
"flow": "hpp",
+ "method": "payment_card",
+ "currency": "AED",
"amount_min": 0.01,
"amount_max": 100000
},
{
"status": "active",
- "code": "webmoneytransfer_wmx_hpp",
- "currency": "WMX",
- "method": "webmoneytransfer",
+ "code": "payment_card_egp_hpp",
+ "flow": "hpp",
+ "method": "payment_card",
+ "currency": "EGP",
+ "amount_min": 0.3,
+ "amount_max": 3000000
+ },
+ {
+ "status": "active",
+ "code": "payment_card_huf_hpp",
"flow": "hpp",
+ "method": "payment_card",
+ "currency": "HUF",
"amount_min": 0.01,
- "amount_max": 100000
+ "amount_max": 39600000
},
{
"status": "active",
- "code": "webmoneytransfer_rub_hpp",
- "currency": "RUB",
- "method": "webmoneytransfer",
+ "code": "payment_card_zmk_hpp",
"flow": "hpp",
+ "method": "payment_card",
+ "currency": "ZMK",
"amount_min": 0.01,
- "amount_max": 100000
+ "amount_max": 1640000
},
{
"status": "active",
- "code": "beeline_rub_hpp",
- "currency": "RUB",
- "method": "beeline",
+ "code": "payment_card_ugx_hpp",
"flow": "hpp",
- "fields": [
- {
- "key": "phone",
- "type": "string",
- "label": {
- "en": "Phone number",
- "ru": "Номер телефона",
- "uk": "Номер телефону"
- },
- "hint": {
- "en": "Enter your phone number, omit «+7»",
- "ru": "Введите Ваш номер телефона, без «+7»",
- "uk": "Введіть номер телефону, без «+7»"
- },
- "regexp": "\/^\\+\\d{10,14}$\/",
- "required": true,
- "position": 1
- }
- ],
+ "method": "payment_card",
+ "currency": "UGX",
+ "amount_min": 1,
+ "amount_max": 377400000
+ },
+ {
+ "status": "active",
+ "code": "payment_card_kes_hpp",
+ "flow": "hpp",
+ "method": "payment_card",
+ "currency": "KES",
"amount_min": 0.01,
- "amount_max": 100000
+ "amount_max": 12200000
},
{
"status": "active",
- "code": "beeline_rub_invoice",
- "currency": "RUB",
- "method": "beeline",
- "flow": "invoice",
+ "code": "payment_card_token_usd_hpp",
+ "flow": "hpp",
+ "method": "payment_card_token",
+ "currency": "USD",
+ "amount_min": 0.01,
+ "amount_max": 100000,
"fields": [
{
- "key": "phone",
+ "key": "token",
"type": "string",
"label": {
- "en": "Phone number",
- "ru": "Номер телефона",
- "uk": "Номер телефону"
+ "en": "Token",
+ "ru": "Токен",
+ "uk": "Токен"
},
"hint": {
- "en": "Enter your phone number",
- "ru": "Введите Ваш номер телефона",
- "uk": "Введіть номер телефону"
+ "en": "Enter token",
+ "ru": "Введите токен",
+ "uk": "Введіть токен"
},
- "regexp": "\/^\\+\\d{10,14}$\/",
+ "regexp": "\/^[a-zA-Z_0-9]{32,128}$\/",
"required": true,
"position": 1
}
- ],
- "amount_min": 0.01,
+ ]
+ },
+ {
+ "status": "active",
+ "code": "ethereum_eth_invoice",
+ "flow": "invoice",
+ "method": "ethereum",
+ "currency": "ETH",
+ "amount_min": 0.00001,
"amount_max": 100000
},
{
"status": "active",
- "code": "latam_usd_hpp",
- "currency": "USD",
+ "code": "ethereum_cad_hpp",
"flow": "hpp",
- "method": "latam",
+ "method": "ethereum",
+ "currency": "CAD",
"amount_min": 0.01,
- "amount_max": 9999999
+ "amount_max": 100000
},
{
"status": "active",
- "code": "ussd_cny_hpp",
- "currency": "CNY",
+ "code": "ethereum_bep20_cad_hpp",
"flow": "hpp",
- "method": "ussd",
+ "method": "ethereum",
+ "currency": "CAD",
"amount_min": 0.01,
- "amount_max": 9999999
+ "amount_max": 100000
},
{
"status": "active",
- "code": "ussd_ngn_hpp",
- "currency": "NGN",
+ "code": "ethereum_aud_hpp",
"flow": "hpp",
- "method": "ussd",
+ "method": "ethereum",
+ "currency": "AUD",
"amount_min": 0.01,
- "amount_max": 9999999
+ "amount_max": 150000
},
{
"status": "active",
- "code": "safetypay_mxn_hpp",
- "currency": "MXN",
+ "code": "ethereum_bep20_aud_hpp",
"flow": "hpp",
- "method": "safetypay",
+ "method": "ethereum",
+ "currency": "AUD",
"amount_min": 0.01,
- "amount_max": 2050000
+ "amount_max": 150000
},
{
"status": "active",
- "code": "bank_transfer_usd_hpp",
+ "code": "ethereum_classic_etc_invoice",
+ "flow": "invoice",
+ "method": "ethereum_classic",
+ "currency": "ETC",
+ "amount_min": 0.00000001,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "waves_waves_invoice",
+ "flow": "invoice",
+ "method": "waves",
+ "currency": "WAVES",
+ "amount_min": 0.00001,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "ethereum_eth_hpp",
+ "flow": "hpp",
+ "method": "ethereum",
+ "currency": "ETH",
+ "amount_min": 0.00001,
+ "amount_max": 1000
+ },
+ {
+ "status": "active",
+ "code": "ethereum_btc_hpp",
+ "flow": "hpp",
+ "method": "ethereum",
+ "currency": "BTC",
+ "amount_min": 0.00001,
+ "amount_max": 1000
+ },
+ {
+ "status": "active",
+ "code": "ethereum_bch_hpp",
+ "flow": "hpp",
+ "method": "ethereum",
+ "currency": "BCH",
+ "amount_min": 0.00001,
+ "amount_max": 1000
+ },
+ {
+ "status": "active",
+ "code": "ethereum_ltc_hpp",
+ "flow": "hpp",
+ "method": "ethereum",
+ "currency": "LTC",
+ "amount_min": 0.00001,
+ "amount_max": 1000
+ },
+ {
+ "status": "active",
+ "code": "ethereum_usd_hpp",
+ "flow": "hpp",
+ "method": "ethereum",
"currency": "USD",
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "ethereum_bep20_usd_hpp",
"flow": "hpp",
- "method": "bank_transfer",
+ "method": "ethereum",
+ "currency": "USD",
"amount_min": 0.01,
- "amount_max": 9999999,
- "fields": [
- {
- "key": "payer_first_name",
- "type": "string",
- "regexp": "\/^[A-Z\\-\\sa-z\\p{L}]{2,100}$\/u",
- "required": false,
- "position": 1,
- "label": {
- "en": "Payer first name",
- "ru": "Имя отправителя",
- "uk": "Імʼя відправника"
- },
- "hint": {
- "en": "Enter payer first name",
- "ru": "Введите имя отправителя",
- "uk": "Введіть імʼя відправника"
- },
- "example": "John"
- },
- {
- "key": "payer_last_name",
- "type": "string",
- "regexp": "\/^[A-Z\\-\\sa-z\\p{L}]{2,100}$\/u",
- "required": false,
- "position": 2,
- "label": {
- "en": "Payer last name",
- "ru": "Фамилия получателя",
- "uk": "Прізвище отримувача"
- },
- "hint": {
- "en": "Enter payer last name",
- "ru": "Введите фамилию отправителя",
- "uk": "Введіть прізвище відправника"
- },
- "example": "Doe"
- },
- {
- "key": "payer_address",
- "type": "string",
- "regexp": "\/^[a-zA-Z0-9 \\\/_.,'-]{1,200}$\/",
- "required": false,
- "position": 3,
- "label": {
- "en": "Payer address",
- "ru": "Адрес отправителя",
- "uk": "Адреса відправника"
- },
- "hint": {
- "en": "Enter payer address",
- "ru": "Введите адрес отправителя",
- "uk": "Введіть адресу відправника"
- }
- },
- {
- "key": "payer_country",
- "type": "string",
- "regexp": "\/^[a-zA-Z\\-]{1,20}$\/",
- "required": false,
- "position": 4,
- "label": {
- "en": "Payer country",
- "ru": "Страна отправителя",
- "uk": "Країна відправника"
- },
- "hint": {
- "en": "Enter payer country",
- "ru": "Введите страну отправителя",
- "uk": "Введіть країну відправника"
- },
- "example": "US"
- },
- {
- "key": "payer_city",
- "type": "string",
- "regexp": "\/^[a-zA-Z\\-\\s]{1,20}$\/",
- "required": false,
- "position": 5,
- "label": {
- "en": "Payer city",
- "ru": "Город отправителя",
- "uk": "Місто відправника"
- },
- "hint": {
- "en": "Enter payer city",
- "ru": "Введите город отправителя",
- "uk": "Введіть місто відправника"
- },
- "example": "Los Angeles"
- },
- {
- "key": "payer_state",
- "type": "string",
- "regexp": "\/^[a-zA-Z\\-\\s]{1,20}$\/",
- "required": false,
- "position": 6,
- "label": {
- "en": "Payer state",
- "ru": "Штат отправителя",
- "uk": "Штат відправника"
- },
- "hint": {
- "en": "Enter payer state",
- "ru": "Введите штат отправителя",
- "uk": "Введіть штат відправника"
- },
- "example": "CA"
- },
- {
- "key": "payer_zip_code",
- "type": "string",
- "regexp": "\/^[0-9\\-\\s]{1,20}$\/",
- "required": false,
- "position": 7,
- "label": {
- "en": "Payer zip code",
- "ru": "Почтовый индекс отправителя",
- "uk": "Поштовий індекс відправника"
- },
- "hint": {
- "en": "Enter payer zip code",
- "ru": "Введите почтовый индекс отправителя",
- "uk": "Введіть поштовий індекс відправника"
- },
- "example": "84280"
- },
- {
- "key": "bank_code",
- "type": "string",
- "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
- "required": false,
- "position": 8,
- "label": {
- "en": "Payer bank code",
- "ru": "Код банка отправителя",
- "uk": "Код банку відправника"
- },
- "hint": {
- "en": "Enter payer bank code",
- "ru": "Введите код банка отправителя",
- "uk": "Введіть код банку відправника"
- },
- "example": "050"
- }
- ]
+ "amount_max": 1000000
},
{
"status": "active",
- "code": "bank_transfer_thb_hpp",
- "currency": "THB",
+ "code": "ethereum_gbp_hpp",
"flow": "hpp",
- "method": "bank_transfer",
+ "method": "ethereum",
+ "currency": "GBP",
"amount_min": 0.01,
- "amount_max": 9999999,
- "fields": [
- {
- "key": "payer_first_name",
- "type": "string",
- "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
- "required": false,
- "position": 1,
- "label": {
- "en": "Payer first name",
- "ru": "Имя отправителя",
- "uk": "Імʼя відправника"
- },
- "hint": {
- "en": "Enter payer first name",
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "ethereum_bep20_gbp_hpp",
+ "flow": "hpp",
+ "method": "ethereum",
+ "currency": "GBP",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "ethereum_chf_hpp",
+ "flow": "hpp",
+ "method": "ethereum",
+ "currency": "CHF",
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "ethereum_usdt_hpp",
+ "flow": "hpp",
+ "method": "ethereum",
+ "currency": "USDT",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "ethereum_uah_hpp",
+ "flow": "hpp",
+ "method": "ethereum",
+ "currency": "UAH",
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "ethereum_eur_hpp",
+ "flow": "hpp",
+ "method": "ethereum",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "ethereum_bep20_eur_hpp",
+ "flow": "hpp",
+ "method": "ethereum",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "privatbank_ssk_uah_hpp",
+ "flow": "hpp",
+ "method": "privatbank_ssk",
+ "currency": "UAH",
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "privatbank_ssk_usd_hpp",
+ "flow": "hpp",
+ "method": "privatbank_ssk",
+ "currency": "USD",
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "litecoin_ltc_hpp",
+ "flow": "hpp",
+ "method": "litecoin",
+ "currency": "LTC",
+ "amount_min": 0.00001,
+ "amount_max": 1000
+ },
+ {
+ "status": "active",
+ "code": "litecoin_aud_hpp",
+ "flow": "hpp",
+ "method": "litecoin",
+ "currency": "AUD",
+ "amount_min": 0.01,
+ "amount_max": 150000
+ },
+ {
+ "status": "active",
+ "code": "litecoin_bep20_aud_hpp",
+ "flow": "hpp",
+ "method": "litecoin",
+ "currency": "AUD",
+ "amount_min": 0.01,
+ "amount_max": 150000
+ },
+ {
+ "status": "active",
+ "code": "litecoin_gbp_hpp",
+ "flow": "hpp",
+ "method": "litecoin",
+ "currency": "GBP",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "litecoin_bep20_gbp_hpp",
+ "flow": "hpp",
+ "method": "litecoin",
+ "currency": "GBP",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "litecoin_btc_hpp",
+ "flow": "hpp",
+ "method": "litecoin",
+ "currency": "BTC",
+ "amount_min": 0.00001,
+ "amount_max": 1000
+ },
+ {
+ "status": "active",
+ "code": "litecoin_uah_hpp",
+ "flow": "hpp",
+ "method": "litecoin",
+ "currency": "UAH",
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "litecoin_cad_hpp",
+ "flow": "hpp",
+ "method": "litecoin",
+ "currency": "CAD",
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "litecoin_bep20_cad_hpp",
+ "flow": "hpp",
+ "method": "litecoin",
+ "currency": "CAD",
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "litecoin_bch_hpp",
+ "flow": "hpp",
+ "method": "litecoin",
+ "currency": "BCH",
+ "amount_min": 0.00001,
+ "amount_max": 1000
+ },
+ {
+ "status": "active",
+ "code": "litecoin_eth_hpp",
+ "flow": "hpp",
+ "method": "litecoin",
+ "currency": "ETH",
+ "amount_min": 0.00001,
+ "amount_max": 1000
+ },
+ {
+ "status": "active",
+ "code": "litecoin_usd_hpp",
+ "flow": "hpp",
+ "method": "litecoin",
+ "currency": "USD",
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "litecoin_bep20_usd_hpp",
+ "flow": "hpp",
+ "method": "litecoin",
+ "currency": "USD",
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "ripple_uah_hpp",
+ "flow": "hpp",
+ "method": "ripple",
+ "currency": "UAH",
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "ripple_cad_hpp",
+ "flow": "hpp",
+ "method": "ripple",
+ "currency": "CAD",
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "ripple_bep20_cad_hpp",
+ "flow": "hpp",
+ "method": "ripple",
+ "currency": "CAD",
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "ripple_aud_hpp",
+ "flow": "hpp",
+ "method": "ripple",
+ "currency": "AUD",
+ "amount_min": 0.01,
+ "amount_max": 150000
+ },
+ {
+ "status": "active",
+ "code": "ripple_bep20_aud_hpp",
+ "flow": "hpp",
+ "method": "ripple",
+ "currency": "AUD",
+ "amount_min": 0.01,
+ "amount_max": 150000
+ },
+ {
+ "status": "active",
+ "code": "ripple_gbp_hpp",
+ "flow": "hpp",
+ "method": "ripple",
+ "currency": "GBP",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "ripple_bep20_gbp_hpp",
+ "flow": "hpp",
+ "method": "ripple",
+ "currency": "GBP",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "ripple_usd_hpp",
+ "flow": "hpp",
+ "method": "ripple",
+ "currency": "USD",
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "ripple_bep20_usd_hpp",
+ "flow": "hpp",
+ "method": "ripple",
+ "currency": "USD",
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "solana_usd_hpp",
+ "flow": "hpp",
+ "method": "solana",
+ "currency": "USD",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "solana_gbp_hpp",
+ "flow": "hpp",
+ "method": "solana",
+ "currency": "GBP",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "solana_bep20_gbp_hpp",
+ "flow": "hpp",
+ "method": "solana",
+ "currency": "GBP",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "solana_cad_hpp",
+ "flow": "hpp",
+ "method": "solana",
+ "currency": "CAD",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "solana_sol_hpp",
+ "flow": "hpp",
+ "method": "solana",
+ "currency": "SOL",
+ "amount_min": 0.01,
+ "amount_max": 500
+ },
+ {
+ "status": "active",
+ "code": "solana_bep20_cad_hpp",
+ "flow": "hpp",
+ "method": "solana",
+ "currency": "CAD",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "solana_aud_hpp",
+ "flow": "hpp",
+ "method": "solana",
+ "currency": "AUD",
+ "amount_min": 0.01,
+ "amount_max": 150000
+ },
+ {
+ "status": "active",
+ "code": "solana_bep20_aud_hpp",
+ "flow": "hpp",
+ "method": "solana",
+ "currency": "AUD",
+ "amount_min": 0.01,
+ "amount_max": 150000
+ },
+ {
+ "status": "active",
+ "code": "solana_bep20_usd_hpp",
+ "flow": "hpp",
+ "method": "solana",
+ "currency": "USD",
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "solana_eur_hpp",
+ "flow": "hpp",
+ "method": "solana",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "solana_bep20_eur_hpp",
+ "flow": "hpp",
+ "method": "solana",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "ripple_xrp_hpp",
+ "flow": "hpp",
+ "method": "ripple",
+ "currency": "XRP",
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "ripple_eur_hpp",
+ "flow": "hpp",
+ "method": "ripple",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "ripple_bep20_eur_hpp",
+ "flow": "hpp",
+ "method": "ripple",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "litecoin_eur_hpp",
+ "flow": "hpp",
+ "method": "litecoin",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "litecoin_bep20_eur_hpp",
+ "flow": "hpp",
+ "method": "litecoin",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "privatbank_ssk_rub_hpp",
+ "flow": "hpp",
+ "method": "privatbank_ssk",
+ "currency": "RUB",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "liqpay_wallet_usd_hpp",
+ "flow": "hpp",
+ "method": "liqpay_wallet",
+ "currency": "USD",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "liqpay_eur_hpp",
+ "flow": "hpp",
+ "method": "liqpay",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "liqpay_wallet_rub_hpp",
+ "flow": "hpp",
+ "method": "liqpay_wallet",
+ "currency": "RUB",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "bank_card_eur_hpp",
+ "flow": "hpp",
+ "method": "bank_card",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "payment_card_eur_hpp",
+ "flow": "hpp",
+ "method": "payment_card",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "payment_card_crypto_eur_hpp",
+ "flow": "hpp",
+ "method": "payment_card_crypto",
+ "currency": "EUR",
+ "fields": [
+ {
+ "key": "blockchain_address",
+ "type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
+ },
+ "hint": {
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
+ },
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "paybis_btc_eur_hpp",
+ "flow": "hpp",
+ "method": "paybis",
+ "currency": "EUR",
+ "fields": [
+ {
+ "key": "blockchain_address",
+ "type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
+ },
+ "hint": {
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
+ },
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "paybis_ltc_eur_hpp",
+ "flow": "hpp",
+ "method": "paybis",
+ "currency": "EUR",
+ "fields": [
+ {
+ "key": "blockchain_address",
+ "type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
+ },
+ "hint": {
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
+ },
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "paybis_eth_eur_hpp",
+ "flow": "hpp",
+ "method": "paybis",
+ "currency": "EUR",
+ "fields": [
+ {
+ "key": "blockchain_address",
+ "type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
+ },
+ "hint": {
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
+ },
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "paybis_xrp_eur_hpp",
+ "flow": "hpp",
+ "method": "paybis",
+ "currency": "EUR",
+ "fields": [
+ {
+ "key": "blockchain_address",
+ "type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
+ },
+ "hint": {
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
+ },
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "paybis_bch_eur_hpp",
+ "flow": "hpp",
+ "method": "paybis",
+ "currency": "EUR",
+ "fields": [
+ {
+ "key": "blockchain_address",
+ "type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
+ },
+ "hint": {
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
+ },
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "paybis_usdt_eur_hpp",
+ "flow": "hpp",
+ "method": "paybis",
+ "currency": "EUR",
+ "fields": [
+ {
+ "key": "blockchain_address",
+ "type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
+ },
+ "hint": {
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
+ },
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "paybis_usdt_bep20_eur_hpp",
+ "flow": "hpp",
+ "method": "paybis",
+ "currency": "EUR",
+ "fields": [
+ {
+ "key": "blockchain_address",
+ "type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
+ },
+ "hint": {
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
+ },
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "paybis_usdt_er20_ropsten_eur_hpp",
+ "flow": "hpp",
+ "method": "paybis",
+ "currency": "EUR",
+ "fields": [
+ {
+ "key": "blockchain_address",
+ "type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
+ },
+ "hint": {
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
+ },
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "paybis_usdt_goerli_eur_hpp",
+ "flow": "hpp",
+ "method": "paybis",
+ "currency": "EUR",
+ "fields": [
+ {
+ "key": "blockchain_address",
+ "type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
+ },
+ "hint": {
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
+ },
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "paybis_usdt_polygon_eur_hpp",
+ "flow": "hpp",
+ "method": "paybis",
+ "currency": "EUR",
+ "fields": [
+ {
+ "key": "blockchain_address",
+ "type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
+ },
+ "hint": {
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
+ },
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "paybis_usdt_sepolia_eur_hpp",
+ "flow": "hpp",
+ "method": "paybis",
+ "currency": "EUR",
+ "fields": [
+ {
+ "key": "blockchain_address",
+ "type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
+ },
+ "hint": {
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
+ },
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "paybis_usdt_trc20_eur_hpp",
+ "flow": "hpp",
+ "method": "paybis",
+ "currency": "EUR",
+ "fields": [
+ {
+ "key": "blockchain_address",
+ "type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
+ },
+ "hint": {
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
+ },
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "paybis_usdt_trc20_shasta_eur_hpp",
+ "flow": "hpp",
+ "method": "paybis",
+ "currency": "EUR",
+ "fields": [
+ {
+ "key": "blockchain_address",
+ "type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
+ },
+ "hint": {
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
+ },
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "paybis_ada_eur_hpp",
+ "flow": "hpp",
+ "method": "paybis",
+ "currency": "EUR",
+ "fields": [
+ {
+ "key": "blockchain_address",
+ "type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
+ },
+ "hint": {
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
+ },
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "paybis_dot_eur_hpp",
+ "flow": "hpp",
+ "method": "paybis",
+ "currency": "EUR",
+ "fields": [
+ {
+ "key": "blockchain_address",
+ "type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
+ },
+ "hint": {
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
+ },
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "paybis_trx_eur_hpp",
+ "flow": "hpp",
+ "method": "paybis",
+ "currency": "EUR",
+ "fields": [
+ {
+ "key": "blockchain_address",
+ "type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
+ },
+ "hint": {
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
+ },
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "paybis_eos_eur_hpp",
+ "flow": "hpp",
+ "method": "paybis",
+ "currency": "EUR",
+ "fields": [
+ {
+ "key": "blockchain_address",
+ "type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
+ },
+ "hint": {
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
+ },
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "paybis_link_eur_hpp",
+ "flow": "hpp",
+ "method": "paybis",
+ "currency": "EUR",
+ "fields": [
+ {
+ "key": "blockchain_address",
+ "type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
+ },
+ "hint": {
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
+ },
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "paybis_link_goerli_eur_hpp",
+ "flow": "hpp",
+ "method": "paybis",
+ "currency": "EUR",
+ "fields": [
+ {
+ "key": "blockchain_address",
+ "type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
+ },
+ "hint": {
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
+ },
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "paybis_link_ropsten_eur_hpp",
+ "flow": "hpp",
+ "method": "paybis",
+ "currency": "EUR",
+ "fields": [
+ {
+ "key": "blockchain_address",
+ "type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
+ },
+ "hint": {
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
+ },
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "paybis_link_sepolia_eur_hpp",
+ "flow": "hpp",
+ "method": "paybis",
+ "currency": "EUR",
+ "fields": [
+ {
+ "key": "blockchain_address",
+ "type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
+ },
+ "hint": {
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
+ },
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "paybis_usdc_eur_hpp",
+ "flow": "hpp",
+ "method": "paybis",
+ "currency": "EUR",
+ "fields": [
+ {
+ "key": "blockchain_address",
+ "type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
+ },
+ "hint": {
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
+ },
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "paybis_usdc_fuse_eur_hpp",
+ "flow": "hpp",
+ "method": "paybis",
+ "currency": "EUR",
+ "fields": [
+ {
+ "key": "blockchain_address",
+ "type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
+ },
+ "hint": {
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
+ },
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "paybis_usdc_goerli_eur_hpp",
+ "flow": "hpp",
+ "method": "paybis",
+ "currency": "EUR",
+ "fields": [
+ {
+ "key": "blockchain_address",
+ "type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
+ },
+ "hint": {
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
+ },
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "paybis_usdc_polygon_eur_hpp",
+ "flow": "hpp",
+ "method": "paybis",
+ "currency": "EUR",
+ "fields": [
+ {
+ "key": "blockchain_address",
+ "type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
+ },
+ "hint": {
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
+ },
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "paybis_usdc_polygon_mumbai_eur_hpp",
+ "flow": "hpp",
+ "method": "paybis",
+ "currency": "EUR",
+ "fields": [
+ {
+ "key": "blockchain_address",
+ "type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
+ },
+ "hint": {
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
+ },
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "paybis_usdc_ropsten_eur_hpp",
+ "flow": "hpp",
+ "method": "paybis",
+ "currency": "EUR",
+ "fields": [
+ {
+ "key": "blockchain_address",
+ "type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
+ },
+ "hint": {
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
+ },
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "paybis_usdc_sepolia_eur_hpp",
+ "flow": "hpp",
+ "method": "paybis",
+ "currency": "EUR",
+ "fields": [
+ {
+ "key": "blockchain_address",
+ "type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
+ },
+ "hint": {
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
+ },
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "paybis_usdc_stellar_eur_hpp",
+ "flow": "hpp",
+ "method": "paybis",
+ "currency": "EUR",
+ "fields": [
+ {
+ "key": "blockchain_address",
+ "type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
+ },
+ "hint": {
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
+ },
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "paybis_xlm_eur_hpp",
+ "flow": "hpp",
+ "method": "paybis",
+ "currency": "EUR",
+ "fields": [
+ {
+ "key": "blockchain_address",
+ "type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
+ },
+ "hint": {
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
+ },
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "payment_card_token_eur_hpp",
+ "flow": "hpp",
+ "method": "payment_card_token",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000,
+ "fields": [
+ {
+ "key": "token",
+ "type": "string",
+ "label": {
+ "en": "Token",
+ "ru": "Токен",
+ "uk": "Токен"
+ },
+ "hint": {
+ "en": "Enter token",
+ "ru": "Введите токен",
+ "uk": "Введіть токен"
+ },
+ "regexp": "\/^[a-zA-Z_0-9]{32,128}$\/",
+ "required": true,
+ "position": 1
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "privatbank_ssk_eur_hpp",
+ "flow": "hpp",
+ "method": "privatbank_ssk",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "masterpass_uah_hpp",
+ "flow": "hpp",
+ "method": "masterpass",
+ "currency": "UAH",
+ "amount_min": 1,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "webmoneytransfer_wme_hpp",
+ "currency": "WME",
+ "method": "webmoneytransfer",
+ "flow": "hpp",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "webmoneytransfer_wmz_hpp",
+ "currency": "WMZ",
+ "method": "webmoneytransfer",
+ "flow": "hpp",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "webmoneytransfer_wmr_hpp",
+ "currency": "WMR",
+ "method": "webmoneytransfer",
+ "flow": "hpp",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "webmoneytransfer_wmu_hpp",
+ "currency": "WMU",
+ "method": "webmoneytransfer",
+ "flow": "hpp",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "webmoneytransfer_wmb_hpp",
+ "currency": "WMB",
+ "method": "webmoneytransfer",
+ "flow": "hpp",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "webmoneytransfer_wmk_hpp",
+ "currency": "WMK",
+ "method": "webmoneytransfer",
+ "flow": "hpp",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "webmoneytransfer_wmx_hpp",
+ "currency": "WMX",
+ "method": "webmoneytransfer",
+ "flow": "hpp",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "webmoneytransfer_rub_hpp",
+ "currency": "RUB",
+ "method": "webmoneytransfer",
+ "flow": "hpp",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "beeline_rub_hpp",
+ "currency": "RUB",
+ "method": "beeline",
+ "flow": "hpp",
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter your phone number, omit «+7»",
+ "ru": "Введите Ваш номер телефона, без «+7»",
+ "uk": "Введіть номер телефону, без «+7»"
+ },
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "beeline_kzt_hpp",
+ "currency": "KZT",
+ "method": "beeline",
+ "flow": "hpp",
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter your phone number",
+ "ru": "Введите Ваш номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": false,
+ "position": 1
+ }
+ ],
+ "amount_min": 5,
+ "amount_max": 47947258
+ },
+ {
+ "status": "active",
+ "code": "activ_kcell_kzt_hpp",
+ "currency": "KZT",
+ "method": "activ_kcell",
+ "flow": "hpp",
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter your phone number",
+ "ru": "Введите Ваш номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": false,
+ "position": 1
+ }
+ ],
+ "amount_min": 5,
+ "amount_max": 47947258
+ },
+ {
+ "status": "active",
+ "code": "altel_tele2_kzt_hpp",
+ "currency": "KZT",
+ "method": "altel_tele2",
+ "flow": "hpp",
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter your phone number",
+ "ru": "Введите Ваш номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": false,
+ "position": 1
+ }
+ ],
+ "amount_min": 5,
+ "amount_max": 47947258
+ },
+ {
+ "status": "active",
+ "code": "beeline_rub_invoice",
+ "currency": "RUB",
+ "method": "beeline",
+ "flow": "invoice",
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter your phone number",
+ "ru": "Введите Ваш номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "latam_usd_hpp",
+ "currency": "USD",
+ "flow": "hpp",
+ "method": "latam",
+ "amount_min": 0.01,
+ "amount_max": 9999999
+ },
+ {
+ "status": "active",
+ "code": "ussd_cny_hpp",
+ "currency": "CNY",
+ "flow": "hpp",
+ "method": "ussd",
+ "amount_min": 0.01,
+ "amount_max": 9999999
+ },
+ {
+ "status": "active",
+ "code": "ussd_ngn_hpp",
+ "currency": "NGN",
+ "flow": "hpp",
+ "method": "ussd",
+ "amount_min": 0.01,
+ "amount_max": 9999999
+ },
+ {
+ "status": "active",
+ "code": "safetypay_mxn_hpp",
+ "currency": "MXN",
+ "flow": "hpp",
+ "method": "safetypay",
+ "amount_min": 0.01,
+ "amount_max": 2050000
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_gbp_hpp",
+ "currency": "GBP",
+ "flow": "hpp",
+ "method": "bank_transfer",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_pln_hpp",
+ "currency": "PLN",
+ "flow": "hpp",
+ "method": "bank_transfer",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_uyu_invoice",
+ "currency": "UYU",
+ "flow": "invoice",
+ "method": "bank_transfer",
+ "amount_min": 1,
+ "amount_max": 4000000
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_usd_invoice",
+ "currency": "USD",
+ "flow": "invoice",
+ "method": "bank_transfer",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_usd_hpp",
+ "currency": "USD",
+ "flow": "hpp",
+ "method": "bank_transfer",
+ "amount_min": 0.01,
+ "amount_max": 9999999,
+ "fields": [
+ {
+ "key": "payer_first_name",
+ "type": "string",
+ "regexp": "\/^[A-Z\\-\\sa-z\\p{L}]{2,100}$\/u",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Payer first name",
+ "ru": "Имя отправителя",
+ "uk": "Імʼя відправника"
+ },
+ "hint": {
+ "en": "Enter payer first name",
+ "ru": "Введите имя отправителя",
+ "uk": "Введіть імʼя відправника"
+ },
+ "example": "John"
+ },
+ {
+ "key": "payer_last_name",
+ "type": "string",
+ "regexp": "\/^[A-Z\\-\\sa-z\\p{L}]{2,100}$\/u",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer last name",
+ "ru": "Фамилия отправителя",
+ "uk": "Прізвище відправника"
+ },
+ "hint": {
+ "en": "Enter payer last name",
+ "ru": "Введите фамилию отправителя",
+ "uk": "Введіть прізвище відправника"
+ },
+ "example": "Doe"
+ },
+ {
+ "key": "payer_address",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z0-9 \\\/_.,'-]{1,200}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Payer address",
+ "ru": "Адрес отправителя",
+ "uk": "Адреса відправника"
+ },
+ "hint": {
+ "en": "Enter payer address",
+ "ru": "Введите адрес отправителя",
+ "uk": "Введіть адресу відправника"
+ }
+ },
+ {
+ "key": "payer_country",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z\\-]{1,20}$\/",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Payer country",
+ "ru": "Страна отправителя",
+ "uk": "Країна відправника"
+ },
+ "hint": {
+ "en": "Enter payer country",
+ "ru": "Введите страну отправителя",
+ "uk": "Введіть країну відправника"
+ },
+ "example": "US"
+ },
+ {
+ "key": "payer_city",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z\\-\\s]{1,20}$\/",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "Payer city",
+ "ru": "Город отправителя",
+ "uk": "Місто відправника"
+ },
+ "hint": {
+ "en": "Enter payer city",
+ "ru": "Введите город отправителя",
+ "uk": "Введіть місто відправника"
+ },
+ "example": "Los Angeles"
+ },
+ {
+ "key": "payer_state",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z\\-\\s]{1,20}$\/",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Payer state",
+ "ru": "Штат отправителя",
+ "uk": "Штат відправника"
+ },
+ "hint": {
+ "en": "Enter payer state",
+ "ru": "Введите штат отправителя",
+ "uk": "Введіть штат відправника"
+ },
+ "example": "CA"
+ },
+ {
+ "key": "payer_zip_code",
+ "type": "string",
+ "regexp": "\/^[0-9\\-\\s]{1,20}$\/",
+ "required": false,
+ "position": 7,
+ "label": {
+ "en": "Payer zip code",
+ "ru": "Почтовый индекс отправителя",
+ "uk": "Поштовий індекс відправника"
+ },
+ "hint": {
+ "en": "Enter payer zip code",
+ "ru": "Введите почтовый индекс отправителя",
+ "uk": "Введіть поштовий індекс відправника"
+ },
+ "example": "84280"
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "position": 8,
+ "label": {
+ "en": "Payer bank code",
+ "ru": "Код банка отправителя",
+ "uk": "Код банку відправника"
+ },
+ "hint": {
+ "en": "Enter payer bank code",
+ "ru": "Введите код банка отправителя",
+ "uk": "Введіть код банку відправника"
+ },
+ "example": "050"
+ },
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "required": false,
+ "position": 9,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "\/^.{1,3}$\/",
+ "required": false,
+ "position": 10,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type",
+ "ru": "Введите тип документа",
+ "uk": "Введіть тип документу"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,100}$\/",
+ "required": false,
+ "position": 11,
+ "label": {
+ "en": "Beneficiary's personal identification number",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документа отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary's personal identification number",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документа отримувача"
+ },
+ "example": "50284414727"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_thb_hpp",
+ "currency": "THB",
+ "flow": "hpp",
+ "method": "bank_transfer",
+ "amount_min": 0.01,
+ "amount_max": 9999999,
+ "fields": [
+ {
+ "key": "payer_first_name",
+ "type": "string",
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Payer first name",
+ "ru": "Имя отправителя",
+ "uk": "Імʼя відправника"
+ },
+ "hint": {
+ "en": "Enter payer first name",
+ "ru": "Введите имя отправителя",
+ "uk": "Введіть імʼя відправника"
+ },
+ "example": "John"
+ },
+ {
+ "key": "payer_last_name",
+ "type": "string",
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter payer last name",
+ "ru": "Введите фамилию отправителя",
+ "uk": "Введіть прізвище відправника"
+ },
+ "example": "Doe"
+ },
+ {
+ "key": "payer_address",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z0-9 \\\/_.,'-]{1,200}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Payer address",
+ "ru": "Адрес отправителя",
+ "uk": "Адреса відправника"
+ },
+ "hint": {
+ "en": "Enter payer address",
+ "ru": "Введите адрес отправителя",
+ "uk": "Введіть адресу відправника"
+ }
+ },
+ {
+ "key": "payer_country",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z\\-]{1,20}$\/",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Payer country",
+ "ru": "Страна отправителя",
+ "uk": "Країна відправника"
+ },
+ "hint": {
+ "en": "Enter payer country",
+ "ru": "Введите страну отправителя",
+ "uk": "Введіть країну відправника"
+ },
+ "example": "US"
+ },
+ {
+ "key": "payer_city",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z\\-\\s]{1,20}$\/",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "Payer city",
+ "ru": "Город отправителя",
+ "uk": "Місто відправника"
+ },
+ "hint": {
+ "en": "Enter payer city",
+ "ru": "Введите город отправителя",
+ "uk": "Введіть місто відправника"
+ },
+ "example": "Los Angeles"
+ },
+ {
+ "key": "payer_state",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z\\-\\s]{1,20}$\/",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Payer state",
+ "ru": "Штат отправителя",
+ "uk": "Штат відправника"
+ },
+ "hint": {
+ "en": "Enter payer state",
+ "ru": "Введите штат отправителя",
+ "uk": "Введіть штат відправника"
+ },
+ "example": "CA"
+ },
+ {
+ "key": "payer_zip_code",
+ "type": "string",
+ "regexp": "\/^[0-9\\-\\s]{1,20}$\/",
+ "required": false,
+ "position": 7,
+ "label": {
+ "en": "Payer zip code",
+ "ru": "Почтовый индекс отправителя",
+ "uk": "Поштовий індекс відправника"
+ },
+ "hint": {
+ "en": "Enter payer zip code",
+ "ru": "Введите почтовый индекс отправителя",
+ "uk": "Введіть поштовий індекс відправника"
+ },
+ "example": "84280"
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "position": 8,
+ "label": {
+ "en": "Payer bank code",
+ "ru": "Код банка отправителя",
+ "uk": "Код банку відправника"
+ },
+ "hint": {
+ "en": "Enter payer bank code",
+ "ru": "Введите код банка отправителя",
+ "uk": "Введіть код банку відправника"
+ },
+ "example": "050"
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[0-9]{10-14}$/",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ },
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 10,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_ves_invoice",
+ "currency": "VES",
+ "flow": "invoice",
+ "method": "bank_transfer",
+ "amount_min": 60,
+ "amount_max": 6000000
+ },
+ {
+ "status": "active",
+ "code": "pagomovil_ves_invoice",
+ "currency": "VES",
+ "flow": "invoice",
+ "method": "pagomovil",
+ "amount_min": 60,
+ "amount_max": 6000000
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_vnd_hpp",
+ "currency": "VND",
+ "flow": "hpp",
+ "method": "bank_transfer",
+ "amount_min": 1,
+ "amount_max": 9999999999,
+ "fields": [
+ {
+ "key": "payer_first_name",
+ "type": "string",
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Payer first name",
+ "ru": "Имя отправителя",
+ "uk": "Імʼя відправника"
+ },
+ "hint": {
+ "en": "Enter payer first name",
+ "ru": "Введите имя отправителя",
+ "uk": "Введіть імʼя відправника"
+ },
+ "example": "John"
+ },
+ {
+ "key": "payer_last_name",
+ "type": "string",
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter payer last name",
+ "ru": "Введите фамилию отправителя",
+ "uk": "Введіть прізвище відправника"
+ },
+ "example": "Doe"
+ },
+ {
+ "key": "payer_address",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z0-9 \\\/_.,'-]{1,200}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Payer address",
+ "ru": "Адрес отправителя",
+ "uk": "Адреса відправника"
+ },
+ "hint": {
+ "en": "Enter payer address",
+ "ru": "Введите адрес отправителя",
+ "uk": "Введіть адресу відправника"
+ }
+ },
+ {
+ "key": "payer_country",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z\\-]{1,20}$\/",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Payer country",
+ "ru": "Страна отправителя",
+ "uk": "Країна відправника"
+ },
+ "hint": {
+ "en": "Enter payer country",
+ "ru": "Введите страну отправителя",
+ "uk": "Введіть країну відправника"
+ },
+ "example": "US"
+ },
+ {
+ "key": "payer_city",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z\\-\\s]{1,20}$\/",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "Payer city",
+ "ru": "Город отправителя",
+ "uk": "Місто відправника"
+ },
+ "hint": {
+ "en": "Enter payer city",
+ "ru": "Введите город отправителя",
+ "uk": "Введіть місто відправника"
+ },
+ "example": "Los Angeles"
+ },
+ {
+ "key": "payer_state",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z\\-\\s]{1,20}$\/",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Payer state",
+ "ru": "Штат отправителя",
+ "uk": "Штат відправника"
+ },
+ "hint": {
+ "en": "Enter payer state",
+ "ru": "Введите штат отправителя",
+ "uk": "Введіть штат відправника"
+ },
+ "example": "CA"
+ },
+ {
+ "key": "payer_zip_code",
+ "type": "string",
+ "regexp": "\/^[0-9\\-\\s]{1,20}$\/",
+ "required": false,
+ "position": 7,
+ "label": {
+ "en": "Payer zip code",
+ "ru": "Почтовый индекс отправителя",
+ "uk": "Поштовий індекс відправника"
+ },
+ "hint": {
+ "en": "Enter payer zip code",
+ "ru": "Введите почтовый индекс отправителя",
+ "uk": "Введіть поштовий індекс відправника"
+ },
+ "example": "84280"
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "position": 8,
+ "label": {
+ "en": "Payer bank code",
+ "ru": "Код банка отправителя",
+ "uk": "Код банку відправника"
+ },
+ "hint": {
+ "en": "Enter payer bank code",
+ "ru": "Введите код банка отправителя",
+ "uk": "Введіть код банку відправника"
+ },
+ "example": "050"
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[0-9]{9-13}$/",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_myr_hpp",
+ "currency": "MYR",
+ "flow": "hpp",
+ "method": "bank_transfer",
+ "amount_min": 0.01,
+ "amount_max": 9999999,
+ "fields": [
+ {
+ "key": "payer_first_name",
+ "type": "string",
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Payer first name",
+ "ru": "Имя отправителя",
+ "uk": "Імʼя відправника"
+ },
+ "hint": {
+ "en": "Enter payer first name",
+ "ru": "Введите имя отправителя",
+ "uk": "Введіть імʼя відправника"
+ },
+ "example": "John"
+ },
+ {
+ "key": "payer_last_name",
+ "type": "string",
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter payer last name",
+ "ru": "Введите фамилию отправителя",
+ "uk": "Введіть прізвище відправника"
+ },
+ "example": "Doe"
+ },
+ {
+ "key": "payer_address",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z0-9 \\\/_.,'-]{1,200}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Payer address",
+ "ru": "Адрес отправителя",
+ "uk": "Адреса відправника"
+ },
+ "hint": {
+ "en": "Enter payer address",
+ "ru": "Введите адрес отправителя",
+ "uk": "Введіть адресу відправника"
+ }
+ },
+ {
+ "key": "payer_country",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z\\-]{1,20}$\/",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Payer country",
+ "ru": "Страна отправителя",
+ "uk": "Країна відправника"
+ },
+ "hint": {
+ "en": "Enter payer country",
+ "ru": "Введите страну отправителя",
+ "uk": "Введіть країну відправника"
+ },
+ "example": "US"
+ },
+ {
+ "key": "payer_city",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z\\-\\s]{1,20}$\/",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "Payer city",
+ "ru": "Город отправителя",
+ "uk": "Місто відправника"
+ },
+ "hint": {
+ "en": "Enter payer city",
+ "ru": "Введите город отправителя",
+ "uk": "Введіть місто відправника"
+ },
+ "example": "Los Angeles"
+ },
+ {
+ "key": "payer_state",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z\\-\\s]{1,20}$\/",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Payer state",
+ "ru": "Штат отправителя",
+ "uk": "Штат відправника"
+ },
+ "hint": {
+ "en": "Enter payer state",
+ "ru": "Введите штат отправителя",
+ "uk": "Введіть штат відправника"
+ },
+ "example": "CA"
+ },
+ {
+ "key": "payer_zip_code",
+ "type": "string",
+ "regexp": "\/^[0-9\\-\\s]{1,20}$\/",
+ "required": false,
+ "position": 7,
+ "label": {
+ "en": "Payer zip code",
+ "ru": "Почтовый индекс отправителя",
+ "uk": "Поштовий індекс відправника"
+ },
+ "hint": {
+ "en": "Enter payer zip code",
+ "ru": "Введите почтовый индекс отправителя",
+ "uk": "Введіть поштовий індекс відправника"
+ },
+ "example": "84280"
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "position": 8,
+ "label": {
+ "en": "Payer bank code",
+ "ru": "Код банка отправителя",
+ "uk": "Код банку відправника"
+ },
+ "hint": {
+ "en": "Enter payer bank code",
+ "ru": "Введите код банка отправителя",
+ "uk": "Введіть код банку відправника"
+ },
+ "example": "050"
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[0-9]{10-14}$/",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_idr_hpp",
+ "currency": "IDR",
+ "flow": "hpp",
+ "method": "bank_transfer",
+ "amount_min": 0.01,
+ "amount_max": 15000000000,
+ "fields": [
+ {
+ "key": "payer_first_name",
+ "type": "string",
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Payer first name",
+ "ru": "Имя отправителя",
+ "uk": "Імʼя відправника"
+ },
+ "hint": {
+ "en": "Enter payer first name",
+ "ru": "Введите имя отправителя",
+ "uk": "Введіть імʼя відправника"
+ },
+ "example": "John"
+ },
+ {
+ "key": "payer_last_name",
+ "type": "string",
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter payer last name",
+ "ru": "Введите фамилию отправителя",
+ "uk": "Введіть прізвище відправника"
+ },
+ "example": "Doe"
+ },
+ {
+ "key": "payer_address",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z0-9 \\\/_.,'-]{1,200}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Payer address",
+ "ru": "Адрес отправителя",
+ "uk": "Адреса відправника"
+ },
+ "hint": {
+ "en": "Enter payer address",
+ "ru": "Введите адрес отправителя",
+ "uk": "Введіть адресу відправника"
+ }
+ },
+ {
+ "key": "payer_country",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z\\-]{1,20}$\/",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Payer country",
+ "ru": "Страна отправителя",
+ "uk": "Країна відправника"
+ },
+ "hint": {
+ "en": "Enter payer country",
+ "ru": "Введите страну отправителя",
+ "uk": "Введіть країну відправника"
+ },
+ "example": "US"
+ },
+ {
+ "key": "payer_city",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z\\-\\s]{1,20}$\/",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "Payer city",
+ "ru": "Город отправителя",
+ "uk": "Місто відправника"
+ },
+ "hint": {
+ "en": "Enter payer city",
+ "ru": "Введите город отправителя",
+ "uk": "Введіть місто відправника"
+ },
+ "example": "Los Angeles"
+ },
+ {
+ "key": "payer_state",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z\\-\\s]{1,20}$\/",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Payer state",
+ "ru": "Штат отправителя",
+ "uk": "Штат відправника"
+ },
+ "hint": {
+ "en": "Enter payer state",
+ "ru": "Введите штат отправителя",
+ "uk": "Введіть штат відправника"
+ },
+ "example": "CA"
+ },
+ {
+ "key": "payer_zip_code",
+ "type": "string",
+ "regexp": "\/^[0-9\\-\\s]{1,20}$\/",
+ "required": false,
+ "position": 7,
+ "label": {
+ "en": "Payer zip code",
+ "ru": "Почтовый индекс отправителя",
+ "uk": "Поштовий індекс відправника"
+ },
+ "hint": {
+ "en": "Enter payer zip code",
+ "ru": "Введите почтовый индекс отправителя",
+ "uk": "Введіть поштовий індекс відправника"
+ },
+ "example": "84280"
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "position": 8,
+ "label": {
+ "en": "Payer bank code",
+ "ru": "Код банка отправителя",
+ "uk": "Код банку відправника"
+ },
+ "hint": {
+ "en": "Enter payer bank code",
+ "ru": "Введите код банка отправителя",
+ "uk": "Введіть код банку відправника"
+ },
+ "example": "050"
+ },
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{3}$/",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (NIK, KTP)",
+ "ru": "Введите тип документа (NIK, KTP)",
+ "uk": "Введіть тип документу (NIK, KTP)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{14,18}$/",
+ "required": false,
+ "position": 10,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_ngn_hpp",
+ "currency": "NGN",
+ "flow": "hpp",
+ "method": "bank_transfer",
+ "amount_min": 15,
+ "amount_max": 100000000,
+ "fields": [
+ {
+ "key": "payer_first_name",
+ "type": "string",
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Payer first name",
+ "ru": "Имя отправителя",
+ "uk": "Імʼя відправника"
+ },
+ "hint": {
+ "en": "Enter payer first name",
+ "ru": "Введите имя отправителя",
+ "uk": "Введіть імʼя відправника"
+ },
+ "example": "John"
+ },
+ {
+ "key": "payer_last_name",
+ "type": "string",
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter payer last name",
+ "ru": "Введите фамилию отправителя",
+ "uk": "Введіть прізвище відправника"
+ },
+ "example": "Doe"
+ },
+ {
+ "key": "payer_address",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z0-9 \\\/_.,'-]{1,200}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Payer address",
+ "ru": "Адрес отправителя",
+ "uk": "Адреса відправника"
+ },
+ "hint": {
+ "en": "Enter payer address",
+ "ru": "Введите адрес отправителя",
+ "uk": "Введіть адресу відправника"
+ }
+ },
+ {
+ "key": "payer_country",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z\\-]{1,20}$\/",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Payer country",
+ "ru": "Страна отправителя",
+ "uk": "Країна відправника"
+ },
+ "hint": {
+ "en": "Enter payer country",
+ "ru": "Введите страну отправителя",
+ "uk": "Введіть країну відправника"
+ },
+ "example": "US"
+ },
+ {
+ "key": "payer_city",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z\\-\\s]{1,20}$\/",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "Payer city",
+ "ru": "Город отправителя",
+ "uk": "Місто відправника"
+ },
+ "hint": {
+ "en": "Enter payer city",
+ "ru": "Введите город отправителя",
+ "uk": "Введіть місто відправника"
+ },
+ "example": "Los Angeles"
+ },
+ {
+ "key": "payer_state",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z\\-\\s]{1,20}$\/",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Payer state",
+ "ru": "Штат отправителя",
+ "uk": "Штат відправника"
+ },
+ "hint": {
+ "en": "Enter payer state",
+ "ru": "Введите штат отправителя",
+ "uk": "Введіть штат відправника"
+ },
+ "example": "CA"
+ },
+ {
+ "key": "payer_zip_code",
+ "type": "string",
+ "regexp": "\/^[0-9\\-\\s]{1,20}$\/",
+ "required": false,
+ "position": 7,
+ "label": {
+ "en": "Payer zip code",
+ "ru": "Почтовый индекс отправителя",
+ "uk": "Поштовий індекс відправника"
+ },
+ "hint": {
+ "en": "Enter payer zip code",
+ "ru": "Введите почтовый индекс отправителя",
+ "uk": "Введіть поштовий індекс відправника"
+ },
+ "example": "84280"
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "position": 8,
+ "label": {
+ "en": "Payer bank code",
+ "ru": "Код банка отправителя",
+ "uk": "Код банку відправника"
+ },
+ "hint": {
+ "en": "Enter payer bank code",
+ "ru": "Введите код банка отправителя",
+ "uk": "Введіть код банку відправника"
+ },
+ "example": "050"
+ },
+ {
+ "key": "email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter email",
+ "ru": "Введите email",
+ "uk": "Введіть email"
+ },
+ "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$\/",
+ "required": false,
+ "position":9
+ },
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 10,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{9,12}$/",
+ "required": false,
+ "position": 11,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_ghs_hpp",
+ "currency": "GHS",
+ "flow": "hpp",
+ "method": "bank_transfer",
+ "amount_min": 0.1,
+ "amount_max": 1200000,
+ "fields": [
+ {
+ "key": "payer_first_name",
+ "type": "string",
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Payer first name",
+ "ru": "Имя отправителя",
+ "uk": "Імʼя відправника"
+ },
+ "hint": {
+ "en": "Enter payer first name",
+ "ru": "Введите имя отправителя",
+ "uk": "Введіть імʼя відправника"
+ },
+ "example": "John"
+ },
+ {
+ "key": "payer_last_name",
+ "type": "string",
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter payer last name",
+ "ru": "Введите фамилию отправителя",
+ "uk": "Введіть прізвище відправника"
+ },
+ "example": "Doe"
+ },
+ {
+ "key": "payer_address",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z0-9 \\\/_.,'-]{1,200}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Payer address",
+ "ru": "Адрес отправителя",
+ "uk": "Адреса відправника"
+ },
+ "hint": {
+ "en": "Enter payer address",
+ "ru": "Введите адрес отправителя",
+ "uk": "Введіть адресу відправника"
+ }
+ },
+ {
+ "key": "payer_country",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z\\-]{1,20}$\/",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Payer country",
+ "ru": "Страна отправителя",
+ "uk": "Країна відправника"
+ },
+ "hint": {
+ "en": "Enter payer country",
+ "ru": "Введите страну отправителя",
+ "uk": "Введіть країну відправника"
+ },
+ "example": "US"
+ },
+ {
+ "key": "payer_city",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z\\-\\s]{1,20}$\/",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "Payer city",
+ "ru": "Город отправителя",
+ "uk": "Місто відправника"
+ },
+ "hint": {
+ "en": "Enter payer city",
+ "ru": "Введите город отправителя",
+ "uk": "Введіть місто відправника"
+ },
+ "example": "Los Angeles"
+ },
+ {
+ "key": "payer_state",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z\\-\\s]{1,20}$\/",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Payer state",
+ "ru": "Штат отправителя",
+ "uk": "Штат відправника"
+ },
+ "hint": {
+ "en": "Enter payer state",
+ "ru": "Введите штат отправителя",
+ "uk": "Введіть штат відправника"
+ },
+ "example": "CA"
+ },
+ {
+ "key": "payer_zip_code",
+ "type": "string",
+ "regexp": "\/^[0-9\\-\\s]{1,20}$\/",
+ "required": false,
+ "position": 7,
+ "label": {
+ "en": "Payer zip code",
+ "ru": "Почтовый индекс отправителя",
+ "uk": "Поштовий індекс відправника"
+ },
+ "hint": {
+ "en": "Enter payer zip code",
+ "ru": "Введите почтовый индекс отправителя",
+ "uk": "Введіть поштовий індекс відправника"
+ },
+ "example": "84280"
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "position": 8,
+ "label": {
+ "en": "Payer bank code",
+ "ru": "Код банка отправителя",
+ "uk": "Код банку відправника"
+ },
+ "hint": {
+ "en": "Enter payer bank code",
+ "ru": "Введите код банка отправителя",
+ "uk": "Введіть код банку відправника"
+ },
+ "example": "050"
+ },
+ {
+ "key": "email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter email",
+ "ru": "Введите email",
+ "uk": "Введіть email"
+ },
+ "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$\/",
+ "required": false,
+ "position":9
+ },
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 10,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_kes_hpp",
+ "currency": "KES",
+ "flow": "hpp",
+ "method": "bank_transfer",
+ "amount_min": 1.3,
+ "amount_max": 16000000,
+ "fields": [
+ {
+ "key": "payer_first_name",
+ "type": "string",
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Payer first name",
+ "ru": "Имя отправителя",
+ "uk": "Імʼя відправника"
+ },
+ "hint": {
+ "en": "Enter payer first name",
+ "ru": "Введите имя отправителя",
+ "uk": "Введіть імʼя відправника"
+ },
+ "example": "John"
+ },
+ {
+ "key": "payer_last_name",
+ "type": "string",
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter payer last name",
+ "ru": "Введите фамилию отправителя",
+ "uk": "Введіть прізвище відправника"
+ },
+ "example": "Doe"
+ },
+ {
+ "key": "payer_address",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z0-9 \\\/_.,'-]{1,200}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Payer address",
+ "ru": "Адрес отправителя",
+ "uk": "Адреса відправника"
+ },
+ "hint": {
+ "en": "Enter payer address",
+ "ru": "Введите адрес отправителя",
+ "uk": "Введіть адресу відправника"
+ }
+ },
+ {
+ "key": "payer_country",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z\\-]{1,20}$\/",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Payer country",
+ "ru": "Страна отправителя",
+ "uk": "Країна відправника"
+ },
+ "hint": {
+ "en": "Enter payer country",
+ "ru": "Введите страну отправителя",
+ "uk": "Введіть країну відправника"
+ },
+ "example": "US"
+ },
+ {
+ "key": "payer_city",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z\\-\\s]{1,20}$\/",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "Payer city",
+ "ru": "Город отправителя",
+ "uk": "Місто відправника"
+ },
+ "hint": {
+ "en": "Enter payer city",
+ "ru": "Введите город отправителя",
+ "uk": "Введіть місто відправника"
+ },
+ "example": "Los Angeles"
+ },
+ {
+ "key": "payer_state",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z\\-\\s]{1,20}$\/",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Payer state",
+ "ru": "Штат отправителя",
+ "uk": "Штат відправника"
+ },
+ "hint": {
+ "en": "Enter payer state",
+ "ru": "Введите штат отправителя",
+ "uk": "Введіть штат відправника"
+ },
+ "example": "CA"
+ },
+ {
+ "key": "payer_zip_code",
+ "type": "string",
+ "regexp": "\/^[0-9\\-\\s]{1,20}$\/",
+ "required": false,
+ "position": 7,
+ "label": {
+ "en": "Payer zip code",
+ "ru": "Почтовый индекс отправителя",
+ "uk": "Поштовий індекс відправника"
+ },
+ "hint": {
+ "en": "Enter payer zip code",
+ "ru": "Введите почтовый индекс отправителя",
+ "uk": "Введіть поштовий індекс відправника"
+ },
+ "example": "84280"
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "position": 8,
+ "label": {
+ "en": "Payer bank code",
+ "ru": "Код банка отправителя",
+ "uk": "Код банку відправника"
+ },
+ "hint": {
+ "en": "Enter payer bank code",
+ "ru": "Введите код банка отправителя",
+ "uk": "Введіть код банку відправника"
+ },
+ "example": "050"
+ },
+ {
+ "key": "email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter email",
+ "ru": "Введите email",
+ "uk": "Введіть email"
+ },
+ "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$\/",
+ "required": false,
+ "position":9
+ },
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 10,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "capitec_pay_zar_hpp",
+ "currency": "ZAR",
+ "flow": "hpp",
+ "method": "capitec_pay",
+ "amount_min": 0.18,
+ "amount_max": 1778255.00,
+ "fields": [
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Payer bank code",
+ "ru": "Код банка отправителя",
+ "uk": "Код банку відправника"
+ },
+ "hint": {
+ "en": "Enter payer bank code",
+ "ru": "Введите код банка отправителя",
+ "uk": "Введіть код банку відправника"
+ },
+ "example": "050"
+ },
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "absa_pay_zar_hpp",
+ "currency": "ZAR",
+ "flow": "hpp",
+ "method": "absa_pay",
+ "amount_min": 0.18,
+ "amount_max": 1778255.00,
+ "fields": [
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Payer bank code",
+ "ru": "Код банка отправителя",
+ "uk": "Код банку відправника"
+ },
+ "hint": {
+ "en": "Enter payer bank code",
+ "ru": "Введите код банка отправителя",
+ "uk": "Введіть код банку відправника"
+ },
+ "example": "050"
+ },
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "nedbank_pay_zar_hpp",
+ "currency": "ZAR",
+ "flow": "hpp",
+ "method": "nedbank_pay",
+ "amount_min": 0.18,
+ "amount_max": 1778255.00,
+ "fields": [
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Payer bank code",
+ "ru": "Код банка отправителя",
+ "uk": "Код банку відправника"
+ },
+ "hint": {
+ "en": "Enter payer bank code",
+ "ru": "Введите код банка отправителя",
+ "uk": "Введіть код банку відправника"
+ },
+ "example": "050"
+ },
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_zar_hpp",
+ "currency": "ZAR",
+ "flow": "hpp",
+ "method": "bank_transfer",
+ "amount_min": 0.18,
+ "amount_max": 1778255.00,
+ "fields": [
+ {
+ "key": "payer_email",
+ "type": "string",
+ "label": {
+ "en": "Payer email",
+ "ru": "Email плательщика",
+ "uk": "Email платника"
+ },
+ "hint": {
+ "en": "Enter payer email",
+ "ru": "Введите email плательщика",
+ "uk": "Введіть email платника"
+ },
+ "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "payer_phone_number",
+ "type": "string",
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": false,
+ "position": 2,
+ "example": "+234742044295",
+ "label": {
+ "en": "Payer phone number",
+ "ru": "Номер телефона плательщика",
+ "uk": "Номер телефону платника"
+ },
+ "hint": {
+ "en": "Enter payer phone number",
+ "ru": "Введите номер телефона плательщика",
+ "uk": "Введіть номер телефону платника"
+ }
+ },
+ {
+ "key": "payer_full_name",
+ "type": "string",
+ "label": {
+ "en": "Payer full name",
+ "ru": "Полное имя плательщика",
+ "uk": "Повне імʼя платника"
+ },
+ "hint": {
+ "en": "Enter Payer name",
+ "ru": "Введите полное имя плательщика",
+ "uk": "Введіть повне імʼя платника"
+ },
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "example": "VAN TUONG LAN",
+ "position": 3
+ },
+ {
+ "key": "payer_first_name",
+ "type": "string",
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Payer first name",
+ "ru": "Имя отправителя",
+ "uk": "Імʼя відправника"
+ },
+ "hint": {
+ "en": "Enter payer first name",
+ "ru": "Введите имя отправителя",
+ "uk": "Введіть імʼя відправника"
+ },
+ "example": "John"
+ },
+ {
+ "key": "payer_last_name",
+ "type": "string",
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "Payer last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter payer last name",
+ "ru": "Введите фамилию отправителя",
+ "uk": "Введіть прізвище відправника"
+ },
+ "example": "Doe"
+ },
+ {
+ "key": "payer_address",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z0-9 \\\/_.,'-]{1,200}$\/",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Payer address",
+ "ru": "Адрес отправителя",
+ "uk": "Адреса відправника"
+ },
+ "hint": {
+ "en": "Enter payer address",
+ "ru": "Введите адрес отправителя",
+ "uk": "Введіть адресу відправника"
+ }
+ },
+ {
+ "key": "payer_country",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z\\-]{1,20}$\/",
+ "required": false,
+ "position": 7,
+ "label": {
+ "en": "Payer country",
+ "ru": "Страна отправителя",
+ "uk": "Країна відправника"
+ },
+ "hint": {
+ "en": "Enter payer country",
+ "ru": "Введите страну отправителя",
+ "uk": "Введіть країну відправника"
+ },
+ "example": "US"
+ },
+ {
+ "key": "payer_city",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z\\-\\s]{1,20}$\/",
+ "required": false,
+ "position": 8,
+ "label": {
+ "en": "Payer city",
+ "ru": "Город отправителя",
+ "uk": "Місто відправника"
+ },
+ "hint": {
+ "en": "Enter payer city",
+ "ru": "Введите город отправителя",
+ "uk": "Введіть місто відправника"
+ },
+ "example": "Los Angeles"
+ },
+ {
+ "key": "payer_state",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z\\-\\s]{1,20}$\/",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Payer state",
+ "ru": "Штат отправителя",
+ "uk": "Штат відправника"
+ },
+ "hint": {
+ "en": "Enter payer state",
+ "ru": "Введите штат отправителя",
+ "uk": "Введіть штат відправника"
+ },
+ "example": "CA"
+ },
+ {
+ "key": "payer_zip_code",
+ "type": "string",
+ "regexp": "\/^[0-9\\-\\s]{1,20}$\/",
+ "required": false,
+ "position": 10,
+ "label": {
+ "en": "Payer zip code",
+ "ru": "Почтовый индекс отправителя",
+ "uk": "Поштовий індекс відправника"
+ },
+ "hint": {
+ "en": "Enter payer zip code",
+ "ru": "Введите почтовый индекс отправителя",
+ "uk": "Введіть поштовий індекс відправника"
+ },
+ "example": "84280"
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "position": 11,
+ "label": {
+ "en": "Payer bank code",
+ "ru": "Код банка отправителя",
+ "uk": "Код банку відправника"
+ },
+ "hint": {
+ "en": "Enter payer bank code",
+ "ru": "Введите код банка отправителя",
+ "uk": "Введіть код банку відправника"
+ },
+ "example": "050"
+ },
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 12,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_inr_hpp",
+ "currency": "INR",
+ "flow": "hpp",
+ "method": "bank_transfer",
+ "amount_min": 0.01,
+ "amount_max": 1000000000,
+ "fields": [
+ {
+ "key": "payer_first_name",
+ "type": "string",
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Payer first name",
+ "ru": "Имя отправителя",
+ "uk": "Імʼя відправника"
+ },
+ "hint": {
+ "en": "Enter payer first name",
+ "ru": "Введите имя отправителя",
+ "uk": "Введіть імʼя відправника"
+ },
+ "example": "John"
+ },
+ {
+ "key": "payer_last_name",
+ "type": "string",
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter payer last name",
+ "ru": "Введите фамилию отправителя",
+ "uk": "Введіть прізвище відправника"
+ },
+ "example": "Doe"
+ },
+ {
+ "key": "payer_address",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z0-9 \\\/_.,'-]{1,200}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Payer address",
+ "ru": "Адрес отправителя",
+ "uk": "Адреса відправника"
+ },
+ "hint": {
+ "en": "Enter payer address",
+ "ru": "Введите адрес отправителя",
+ "uk": "Введіть адресу відправника"
+ }
+ },
+ {
+ "key": "payer_country",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z\\-]{1,20}$\/",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Payer country",
+ "ru": "Страна отправителя",
+ "uk": "Країна відправника"
+ },
+ "hint": {
+ "en": "Enter payer country",
+ "ru": "Введите страну отправителя",
+ "uk": "Введіть країну відправника"
+ },
+ "example": "US"
+ },
+ {
+ "key": "payer_city",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z\\-\\s]{1,20}$\/",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "Payer city",
+ "ru": "Город отправителя",
+ "uk": "Місто відправника"
+ },
+ "hint": {
+ "en": "Enter payer city",
+ "ru": "Введите город отправителя",
+ "uk": "Введіть місто відправника"
+ },
+ "example": "Los Angeles"
+ },
+ {
+ "key": "payer_state",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z\\-\\s]{1,20}$\/",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Payer state",
+ "ru": "Штат отправителя",
+ "uk": "Штат відправника"
+ },
+ "hint": {
+ "en": "Enter payer state",
+ "ru": "Введите штат отправителя",
+ "uk": "Введіть штат відправника"
+ },
+ "example": "CA"
+ },
+ {
+ "key": "payer_zip_code",
+ "type": "string",
+ "regexp": "\/^[0-9\\-\\s]{1,20}$\/",
+ "required": false,
+ "position": 7,
+ "label": {
+ "en": "Payer zip code",
+ "ru": "Почтовый индекс отправителя",
+ "uk": "Поштовий індекс відправника"
+ },
+ "hint": {
+ "en": "Enter payer zip code",
+ "ru": "Введите почтовый индекс отправителя",
+ "uk": "Введіть поштовий індекс відправника"
+ },
+ "example": "84280"
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "position": 8,
+ "label": {
+ "en": "Payer bank code",
+ "ru": "Код банка отправителя",
+ "uk": "Код банку відправника"
+ },
+ "hint": {
+ "en": "Enter payer bank code",
+ "ru": "Введите код банка отправителя",
+ "uk": "Введіть код банку відправника"
+ },
+ "example": "050"
+ },
+ {
+ "key": "payer_email",
+ "type": "string",
+ "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$\/",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Payer email",
+ "ru": "Email плательщика",
+ "uk": "Email платника"
+ },
+ "hint": {
+ "en": "Enter payer email",
+ "ru": "Введите email плательщика",
+ "uk": "Введіть email платника"
+ },
+ "example": "example@gmail.com"
+ },
+ {
+ "key": "payer_phone_number",
+ "type": "string",
+ "regexp": "\/^\\+?\\d{8,14}$\/",
+ "required": false,
+ "position": 10,
+ "example": "+919810597886",
+ "label": {
+ "en": "Payer phone number",
+ "ru": "Номер телефона плательщика",
+ "uk": "Номер телефону платника"
+ },
+ "hint": {
+ "en": "Enter payer phone number",
+ "ru": "Введите номер телефона плательщика",
+ "uk": "Введіть номер телефону платника"
+ }
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_ars_hpp",
+ "currency": "ARS",
+ "flow": "hpp",
+ "method": "bank_transfer",
+ "amount_min": 0.01,
+ "amount_max": 1000000000,
+ "fields": [
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z0-9\\.\\-]{1,100}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ },
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "\/^.{1,32}$\/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type",
+ "ru": "Введите тип документа",
+ "uk": "Введіть тип документу"
+ }
+ },
+ {
+ "key": "account_number",
+ "type": "string",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^[A-Z0-9]{5,100}$\/",
+ "example": "3410002602000400003579"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_jpy_hpp",
+ "currency": "JPY",
+ "flow": "hpp",
+ "method": "bank_transfer",
+ "amount_min": 1,
+ "amount_max": 100000000,
+ "fields": [
+ {
+ "key": "payer_first_name",
+ "type": "string",
+ "regexp": "\/^[A-Z\\-\\sa-z\\p{L}]{2,100}$\/u",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Payer first name",
+ "ru": "Имя отправителя",
+ "uk": "Імʼя відправника"
+ },
+ "hint": {
+ "en": "Enter payer first name",
+ "ru": "Введите имя отправителя",
+ "uk": "Введіть імʼя відправника"
+ },
+ "example": "John"
+ },
+ {
+ "key": "payer_last_name",
+ "type": "string",
+ "regexp": "\/^[A-Z\\-\\sa-z\\p{L}]{2,100}$\/u",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter payer last name",
+ "ru": "Введите фамилию отправителя",
+ "uk": "Введіть прізвище відправника"
+ },
+ "example": "Doe"
+ },
+ {
+ "key": "payer_address",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z0-9 \\\/_.,'-]{1,200}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Payer address",
+ "ru": "Адрес отправителя",
+ "uk": "Адреса відправника"
+ },
+ "hint": {
+ "en": "Enter payer address",
+ "ru": "Введите адрес отправителя",
+ "uk": "Введіть адресу відправника"
+ }
+ },
+ {
+ "key": "payer_country",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z\\-]{1,20}$\/",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Payer country",
+ "ru": "Страна отправителя",
+ "uk": "Країна відправника"
+ },
+ "hint": {
+ "en": "Enter payer country",
+ "ru": "Введите страну отправителя",
+ "uk": "Введіть країну відправника"
+ },
+ "example": "US"
+ },
+ {
+ "key": "payer_city",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z\\-\\s]{1,20}$\/",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "Payer city",
+ "ru": "Город отправителя",
+ "uk": "Місто відправника"
+ },
+ "hint": {
+ "en": "Enter payer city",
+ "ru": "Введите город отправителя",
+ "uk": "Введіть місто відправника"
+ },
+ "example": "Los Angeles"
+ },
+ {
+ "key": "payer_state",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z\\-\\s]{1,20}$\/",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Payer state",
+ "ru": "Штат отправителя",
+ "uk": "Штат відправника"
+ },
+ "hint": {
+ "en": "Enter payer state",
+ "ru": "Введите штат отправителя",
+ "uk": "Введіть штат відправника"
+ },
+ "example": "CA"
+ },
+ {
+ "key": "payer_zip_code",
+ "type": "string",
+ "regexp": "\/^[0-9\\-\\s]{1,20}$\/",
+ "required": false,
+ "position": 7,
+ "label": {
+ "en": "Payer zip code",
+ "ru": "Почтовый индекс отправителя",
+ "uk": "Поштовий індекс відправника"
+ },
+ "hint": {
+ "en": "Enter payer zip code",
+ "ru": "Введите почтовый индекс отправителя",
+ "uk": "Введіть поштовий індекс відправника"
+ },
+ "example": "84280"
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "position": 8,
+ "label": {
+ "en": "Payer bank code",
+ "ru": "Код банка отправителя",
+ "uk": "Код банку відправника"
+ },
+ "hint": {
+ "en": "Enter payer bank code",
+ "ru": "Введите код банка отправителя",
+ "uk": "Введіть код банку відправника"
+ },
+ "example": "050"
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{9,12}$/",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_eur_hpp",
+ "currency": "EUR",
+ "flow": "hpp",
+ "method": "bank_transfer",
+ "amount_min": 1,
+ "amount_max": 100000,
+ "fields": [
+ {
+ "key": "payer_first_name",
+ "type": "string",
+ "regexp": "\/^[A-Z\\-\\sa-z\\p{L}]{2,100}$\/u",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Payer first name",
+ "ru": "Имя отправителя",
+ "uk": "Імʼя відправника"
+ },
+ "hint": {
+ "en": "Enter payer first name",
+ "ru": "Введите имя отправителя",
+ "uk": "Введіть імʼя відправника"
+ },
+ "example": "John"
+ },
+ {
+ "key": "payer_last_name",
+ "type": "string",
+ "regexp": "\/^[A-Z\\-\\sa-z\\p{L}]{2,100}$\/u",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter payer last name",
+ "ru": "Введите фамилию отправителя",
+ "uk": "Введіть прізвище відправника"
+ },
+ "example": "Doe"
+ },
+ {
+ "key": "payer_address",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z0-9 \\\/_.,'-]{1,200}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Payer address",
+ "ru": "Адрес отправителя",
+ "uk": "Адреса відправника"
+ },
+ "hint": {
+ "en": "Enter payer address",
+ "ru": "Введите адрес отправителя",
+ "uk": "Введіть адресу відправника"
+ }
+ },
+ {
+ "key": "payer_country",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z\\-]{1,20}$\/",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Payer country",
+ "ru": "Страна отправителя",
+ "uk": "Країна відправника"
+ },
+ "hint": {
+ "en": "Enter payer country",
+ "ru": "Введите страну отправителя",
+ "uk": "Введіть країну відправника"
+ },
+ "example": "US"
+ },
+ {
+ "key": "payer_city",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z\\-\\s]{1,20}$\/",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "Payer city",
+ "ru": "Город отправителя",
+ "uk": "Місто відправника"
+ },
+ "hint": {
+ "en": "Enter payer city",
+ "ru": "Введите город отправителя",
+ "uk": "Введіть місто відправника"
+ },
+ "example": "Los Angeles"
+ },
+ {
+ "key": "payer_state",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z\\-\\s]{1,20}$\/",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Payer state",
+ "ru": "Штат отправителя",
+ "uk": "Штат відправника"
+ },
+ "hint": {
+ "en": "Enter payer state",
+ "ru": "Введите штат отправителя",
+ "uk": "Введіть штат відправника"
+ },
+ "example": "CA"
+ },
+ {
+ "key": "payer_zip_code",
+ "type": "string",
+ "regexp": "\/^[0-9\\-\\s]{1,20}$\/",
+ "required": false,
+ "position": 7,
+ "label": {
+ "en": "Payer zip code",
+ "ru": "Почтовый индекс отправителя",
+ "uk": "Поштовий індекс відправника"
+ },
+ "hint": {
+ "en": "Enter payer zip code",
+ "ru": "Введите почтовый индекс отправителя",
+ "uk": "Введіть поштовий індекс відправника"
+ },
+ "example": "84280"
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "position": 8,
+ "label": {
+ "en": "Payer bank code",
+ "ru": "Код банка отправителя",
+ "uk": "Код банку відправника"
+ },
+ "hint": {
+ "en": "Enter payer bank code",
+ "ru": "Введите код банка отправителя",
+ "uk": "Введіть код банку відправника"
+ },
+ "example": "050"
+ },
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "required": false,
+ "position": 9,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_try_hpp",
+ "currency": "TRY",
+ "flow": "hpp",
+ "method": "bank_transfer",
+ "amount_min": 1,
+ "amount_max": 1900000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer bank code",
+ "ru": "Код банка отправителя",
+ "uk": "Код банку відправника"
+ },
+ "hint": {
+ "en": "Enter payer bank code",
+ "ru": "Введите код банка отправителя",
+ "uk": "Введіть код банку відправника"
+ },
+ "example": "050"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_uah_hpp",
+ "currency": "UAH",
+ "flow": "hpp",
+ "method": "bank_transfer",
+ "amount_min": 0.01,
+ "amount_max": 4000000
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_kzt_hpp",
+ "currency": "KZT",
+ "flow": "hpp",
+ "method": "bank_transfer",
+ "amount_min": 0.01,
+ "amount_max": 1000000000
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_aed_hpp",
+ "currency": "AED",
+ "flow": "hpp",
+ "method": "bank_transfer",
+ "amount_min": 1,
+ "amount_max": 1900000
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_mxn_hpp",
+ "currency": "MXN",
+ "flow": "hpp",
+ "method": "bank_transfer",
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "\/^.{1,32}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type",
+ "ru": "Введите тип документа",
+ "uk": "Введіть тип документу"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,100}$\/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Beneficiary's personal identification number",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документа отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary's personal identification number",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документа отримувача"
+ },
+ "example": "50284414727"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 1900000
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_brl_hpp",
+ "currency": "BRL",
+ "flow": "hpp",
+ "method": "bank_transfer",
+ "fields": [
+ {
+ "key": "cpf_number",
+ "type": "string",
+ "regexp": "\/^[0-9\\.\\-]{1,14}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "CPF number",
+ "ru": "CPF номер",
+ "uk": "CPF номер"
+ },
+ "hint": {
+ "en": "Enter CPF number",
+ "ru": "Введите CPF номер",
+ "uk": "Введіть CPF номер"
+ },
+ "example": "12345678900"
+ },
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "\/^(CPF|CNPJ)$\/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Beneficiary's personal identification type",
+ "ru": "Тип документа получателя",
+ "uk": "Тип документа отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary's personal identification type",
+ "ru": "Введите тип документа получателя",
+ "uk": "Введіть тип документа отримувача"
+ },
+ "example": "CPF/CNPJ"
+ },
+ {
+ "key": "cpf_cnpj_number",
+ "type": "string",
+ "regexp": "\/^[0-9\\.\\-\\/]{1,18}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "CPF or CNPJ number",
+ "ru": "CPF или CNPJ номер",
+ "uk": "CPF або CNPJ номер"
+ },
+ "hint": {
+ "en": "Enter CPF or CNPJ number",
+ "ru": "Введите CPF или CNPJ номер",
+ "uk": "Введіть CPF або CNPJ номер"
+ },
+ "example": "СPF: 123.456.789-00, CNPJ: 12.345.678/0001-90"
+ },
+ {
+ "key": "payer_first_name",
+ "type": "string",
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Payer first name",
+ "ru": "Имя отправителя",
+ "uk": "Імʼя відправника"
+ },
+ "hint": {
+ "en": "Enter payer first name",
+ "ru": "Введите имя отправителя",
+ "uk": "Введіть імʼя відправника"
+ },
+ "example": "John"
+ },
+ {
+ "key": "payer_last_name",
+ "type": "string",
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "Payer last name",
+ "ru": "Фамилия отправителя",
+ "uk": "Прізвище відправника"
+ },
+ "hint": {
+ "en": "Enter payer last name",
+ "ru": "Введите фамилию отправителя",
+ "uk": "Введіть прізвище відправника"
+ },
+ "example": "Doe"
+ },
+ {
+ "key": "payer_email",
+ "type": "string",
+ "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$$\/",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Payer email address",
+ "ru": "Электронная почта плательщика",
+ "uk": "Електронна пошта платника"
+ },
+ "hint": {
+ "en": "Enter payer email address",
+ "ru": "Введите электронная почту плательщика",
+ "uk": "Введіть електронну пошта платнику"
+ },
+ "example": "johndoe1971@example.com"
+ },
+ {
+ "key": "payer_phone_number",
+ "type": "string",
+ "regexp": "\/^\\+\\d{10,18}$\/",
+ "required": false,
+ "position": 7,
+ "label": {
+ "en": "Payer phone number",
+ "ru": "Номер телефона плательщика",
+ "uk": "Номер телефону платника "
+ },
+ "hint": {
+ "en": "Enter payer phone number",
+ "ru": "Введите номер телефона плательщика",
+ "uk": "Введіть номер телефону платника"
+ },
+ "example": "+5511912345678"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 500000
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_aud_hpp",
+ "currency": "AUD",
+ "flow": "hpp",
+ "method": "bank_transfer",
+ "amount_min": 0.01,
+ "amount_max": 150000
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_cop_hpp",
+ "currency": "COP",
+ "flow": "hpp",
+ "method": "bank_transfer",
+ "amount_min": 1,
+ "amount_max": 500000000
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_clp_invoice",
+ "currency": "CLP",
+ "flow": "invoice",
+ "method": "bank_transfer",
+ "amount_min": 1,
+ "amount_max": 88500000
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_clp_hpp",
+ "currency": "CLP",
+ "flow": "hpp",
+ "method": "bank_transfer",
+ "amount_min": 1,
+ "amount_max": 88500000,
+ "fields": [
+ {
+ "key": "payer_first_name",
+ "type": "string",
+ "regexp": "\/^[A-Z\\-\\sa-z\\p{L}]{2,100}$\/u",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Payer first name",
+ "ru": "Имя отправителя",
+ "uk": "Імʼя відправника"
+ },
+ "hint": {
+ "en": "Enter payer first name",
+ "ru": "Введите имя отправителя",
+ "uk": "Введіть імʼя відправника"
+ },
+ "example": "John"
+ },
+ {
+ "key": "payer_last_name",
+ "type": "string",
+ "regexp": "\/^[A-Z\\-\\sa-z\\p{L}]{2,100}$\/u",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter payer last name",
+ "ru": "Введите фамилию отправителя",
+ "uk": "Введіть прізвище відправника"
+ },
+ "example": "Doe"
+ },
+ {
+ "key": "payer_address",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z0-9 \\\/_.,'-]{1,200}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Payer address",
+ "ru": "Адрес отправителя",
+ "uk": "Адреса відправника"
+ },
+ "hint": {
+ "en": "Enter payer address",
+ "ru": "Введите адрес отправителя",
+ "uk": "Введіть адресу відправника"
+ }
+ },
+ {
+ "key": "payer_country",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z\\-]{1,20}$\/",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Payer country",
+ "ru": "Страна отправителя",
+ "uk": "Країна відправника"
+ },
+ "hint": {
+ "en": "Enter payer country",
+ "ru": "Введите страну отправителя",
+ "uk": "Введіть країну відправника"
+ },
+ "example": "US"
+ },
+ {
+ "key": "payer_city",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z\\-\\s]{1,20}$\/",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "Payer city",
+ "ru": "Город отправителя",
+ "uk": "Місто відправника"
+ },
+ "hint": {
+ "en": "Enter payer city",
+ "ru": "Введите город отправителя",
+ "uk": "Введіть місто відправника"
+ },
+ "example": "Los Angeles"
+ },
+ {
+ "key": "payer_state",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z\\-\\s]{1,20}$\/",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Payer state",
+ "ru": "Штат отправителя",
+ "uk": "Штат відправника"
+ },
+ "hint": {
+ "en": "Enter payer state",
+ "ru": "Введите штат отправителя",
+ "uk": "Введіть штат відправника"
+ },
+ "example": "CA"
+ },
+ {
+ "key": "payer_zip_code",
+ "type": "string",
+ "regexp": "\/^[0-9\\-\\s]{1,20}$\/",
+ "required": false,
+ "position": 7,
+ "label": {
+ "en": "Payer zip code",
+ "ru": "Почтовый индекс отправителя",
+ "uk": "Поштовий індекс відправника"
+ },
+ "hint": {
+ "en": "Enter payer zip code",
+ "ru": "Введите почтовый индекс отправителя",
+ "uk": "Введіть поштовий індекс відправника"
+ },
+ "example": "84280"
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "position": 8,
+ "label": {
+ "en": "Payer bank code",
+ "ru": "Код банка отправителя",
+ "uk": "Код банку відправника"
+ },
+ "hint": {
+ "en": "Enter payer bank code",
+ "ru": "Введите код банка отправителя",
+ "uk": "Введіть код банку відправника"
+ },
+ "example": "050"
+ },
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "\/^.{1,32}$\/",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type",
+ "ru": "Введите тип документа",
+ "uk": "Введіть тип документу"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z0-9\\.\\-]{1,100}$\/",
+ "required": false,
+ "position": 10,
+ "label": {
+ "en": "Beneficiary's personal identification number",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документа отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary's personal identification number",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документа отримувача"
+ },
+ "example": "50284414727"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_sar_hpp",
+ "currency": "SAR",
+ "flow": "hpp",
+ "method": "bank_transfer",
+ "amount_min": 1,
+ "amount_max": 375000,
+ "fields": [
+ {
+ "key": "payer_first_name",
+ "type": "string",
+ "regexp": "\/^[A-Z\\-\\sa-z\\p{L}]{2,100}$\/u",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Payer first name",
+ "ru": "Имя отправителя",
+ "uk": "Імʼя відправника"
+ },
+ "hint": {
+ "en": "Enter payer first name",
+ "ru": "Введите имя отправителя",
+ "uk": "Введіть імʼя відправника"
+ },
+ "example": "John"
+ },
+ {
+ "key": "payer_last_name",
+ "type": "string",
+ "regexp": "\/^[A-Z\\-\\sa-z\\p{L}]{2,100}$\/u",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter payer last name",
+ "ru": "Введите фамилию отправителя",
+ "uk": "Введіть прізвище відправника"
+ },
+ "example": "Doe"
+ },
+ {
+ "key": "payer_address",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z0-9 \\\/_.,'-]{1,200}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Payer address",
+ "ru": "Адрес отправителя",
+ "uk": "Адреса відправника"
+ },
+ "hint": {
+ "en": "Enter payer address",
+ "ru": "Введите адрес отправителя",
+ "uk": "Введіть адресу відправника"
+ }
+ },
+ {
+ "key": "payer_country",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z\\-]{1,20}$\/",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Payer country",
+ "ru": "Страна отправителя",
+ "uk": "Країна відправника"
+ },
+ "hint": {
+ "en": "Enter payer country",
+ "ru": "Введите страну отправителя",
+ "uk": "Введіть країну відправника"
+ },
+ "example": "US"
+ },
+ {
+ "key": "payer_city",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z\\-\\s]{1,20}$\/",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "Payer city",
+ "ru": "Город отправителя",
+ "uk": "Місто відправника"
+ },
+ "hint": {
+ "en": "Enter payer city",
+ "ru": "Введите город отправителя",
+ "uk": "Введіть місто відправника"
+ },
+ "example": "Los Angeles"
+ },
+ {
+ "key": "payer_state",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z\\-\\s]{1,20}$\/",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Payer state",
+ "ru": "Штат отправителя",
+ "uk": "Штат відправника"
+ },
+ "hint": {
+ "en": "Enter payer state",
+ "ru": "Введите штат отправителя",
+ "uk": "Введіть штат відправника"
+ },
+ "example": "CA"
+ },
+ {
+ "key": "payer_zip_code",
+ "type": "string",
+ "regexp": "\/^[0-9\\-\\s]{1,20}$\/",
+ "required": false,
+ "position": 7,
+ "label": {
+ "en": "Payer zip code",
+ "ru": "Почтовый индекс отправителя",
+ "uk": "Поштовий індекс відправника"
+ },
+ "hint": {
+ "en": "Enter payer zip code",
+ "ru": "Введите почтовый индекс отправителя",
+ "uk": "Введіть поштовий індекс відправника"
+ },
+ "example": "84280"
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "position": 8,
+ "label": {
+ "en": "Payer bank code",
+ "ru": "Код банка отправителя",
+ "uk": "Код банку відправника"
+ },
+ "hint": {
+ "en": "Enter payer bank code",
+ "ru": "Введите код банка отправителя",
+ "uk": "Введіть код банку відправника"
+ },
+ "example": "050"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_sgd_hpp",
+ "currency": "SGD",
+ "flow": "hpp",
+ "method": "bank_transfer",
+ "amount_min": 0.01,
+ "amount_max": 150000
+ },
+ {
+ "status": "active",
+ "code": "visa_qr_code_ngn_hpp",
+ "currency": "NGN",
+ "flow": "hpp",
+ "method": "visa_qr_code",
+ "amount_min": 0.01,
+ "amount_max": 9999999
+ },
+ {
+ "status": "active",
+ "code": "visa_qr_code_idr_hpp",
+ "currency": "IDR",
+ "flow": "hpp",
+ "method": "visa_qr_code",
+ "amount_min": 0.01,
+ "amount_max": 15000000000
+ },
+ {
+ "status": "active",
+ "code": "visa_qr_code_myr_hpp",
+ "currency": "MYR",
+ "flow": "hpp",
+ "method": "visa_qr_code",
+ "amount_min": 0.01,
+ "amount_max": 9999999
+ },
+ {
+ "status": "active",
+ "code": "visa_qr_code_thb_hpp",
+ "currency": "THB",
+ "flow": "hpp",
+ "method": "visa_qr_code",
+ "amount_min": 0.01,
+ "amount_max": 9999999
+ },
+ {
+ "status": "active",
+ "code": "visa_qr_code_vnd_hpp",
+ "currency": "VND",
+ "flow": "hpp",
+ "method": "visa_qr_code",
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "net_banking_eur_hpp",
+ "currency": "EUR",
+ "flow": "hpp",
+ "method": "net_banking",
+ "amount_min": 0.01,
+ "amount_max": 100000,
+ "fields": [
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Payer bank code",
+ "ru": "Код банка отправителя",
+ "uk": "Код банку відправника"
+ },
+ "hint": {
+ "en": "Enter payer bank code",
+ "ru": "Введите код банка отправителя",
+ "uk": "Введіть код банку відправника"
+ },
+ "example": "050"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "net_banking_usd_hpp",
+ "currency": "USD",
+ "flow": "hpp",
+ "method": "net_banking",
+ "amount_min": 0.01,
+ "amount_max": 100000,
+ "fields": [
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Payer bank code",
+ "ru": "Код банка отправителя",
+ "uk": "Код банку відправника"
+ },
+ "hint": {
+ "en": "Enter payer bank code",
+ "ru": "Введите код банка отправителя",
+ "uk": "Введіть код банку відправника"
+ },
+ "example": "050"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "net_banking_cad_hpp",
+ "currency": "CAD",
+ "flow": "hpp",
+ "method": "net_banking",
+ "amount_min": 0.01,
+ "amount_max": 100000,
+ "fields": [
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Payer bank code",
+ "ru": "Код банка отправителя",
+ "uk": "Код банку відправника"
+ },
+ "hint": {
+ "en": "Enter payer bank code",
+ "ru": "Введите код банка отправителя",
+ "uk": "Введіть код банку відправника"
+ },
+ "example": "050"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "net_banking_ngn_hpp",
+ "currency": "NGN",
+ "flow": "hpp",
+ "method": "net_banking",
+ "amount_min": 0.01,
+ "amount_max": 9999999
+ },
+ {
+ "status": "active",
+ "code": "net_banking_inr_hpp",
+ "currency": "INR",
+ "flow": "hpp",
+ "method": "net_banking",
+ "amount_min": 0.01,
+ "amount_max": 1000000000
+ },
+ {
+ "status": "active",
+ "code": "megafon_rub_hpp",
+ "currency": "RUB",
+ "method": "megafon",
+ "flow": "hpp",
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number:",
+ "ru": "Номер телефона:",
+ "uk": "Номер телефону:"
+ },
+ "hint": {
+ "en": "Enter your phone number",
+ "ru": "Введите ваш номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "megafon_rub_invoice",
+ "currency": "RUB",
+ "method": "megafon",
+ "flow": "invoice",
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number:",
+ "ru": "Номер телефона:",
+ "uk": "Номер телефону:"
+ },
+ "hint": {
+ "en": "Enter your phone number",
+ "ru": "Введите ваш номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "mts_rub_hpp",
+ "currency": "RUB",
+ "method": "mts",
+ "flow": "hpp",
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number:",
+ "ru": "Номер телефона:",
+ "uk": "Номер телефону:"
+ },
+ "hint": {
+ "en": "Enter your phone number",
+ "ru": "Введите ваш номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "mts_rub_invoice",
+ "currency": "RUB",
+ "method": "mts",
+ "flow": "invoice",
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number:",
+ "ru": "Номер телефона:",
+ "uk": "Номер телефону:"
+ },
+ "hint": {
+ "en": "Enter your phone number",
+ "ru": "Введите ваш номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "advcash_wallet_rub_hpp",
+ "currency": "RUB",
+ "method": "advcash_wallet",
+ "flow": "hpp",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "advcash_wallet_usd_hpp",
+ "currency": "USD",
+ "method": "advcash_wallet",
+ "flow": "hpp",
+ "amount_min": 0.1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "advcash_wallet_eur_hpp",
+ "currency": "EUR",
+ "method": "advcash_wallet",
+ "flow": "hpp",
+ "amount_min": 0.1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "advcash_wallet_uah_hpp",
+ "currency": "UAH",
+ "method": "advcash_wallet",
+ "flow": "hpp",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "advcash_wallet_gbp_hpp",
+ "currency": "GBP",
+ "method": "advcash_wallet",
+ "flow": "hpp",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "advcash_wallet_kzt_hpp",
+ "currency": "KZT",
+ "method": "advcash_wallet",
+ "flow": "hpp",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "advcash_wallet_vnd_hpp",
+ "currency": "VND",
+ "method": "advcash_wallet",
+ "flow": "hpp",
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "advcash_wallet_try_hpp",
+ "currency": "TRY",
+ "method": "advcash_wallet",
+ "flow": "hpp",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "advcash_wallet_brl_hpp",
+ "currency": "BRL",
+ "method": "advcash_wallet",
+ "flow": "hpp",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "i_wallet_eur_hpp",
+ "currency": "EUR",
+ "method": "i_wallet",
+ "flow": "hpp",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "i_wallet_usd_hpp",
+ "currency": "USD",
+ "method": "i_wallet",
+ "flow": "hpp",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "yandexmoney_rub_hpp",
+ "currency": "RUB",
+ "method": "yandexmoney",
+ "flow": "hpp",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "exmo_rub_hpp",
+ "currency": "RUB",
+ "method": "exmo",
+ "flow": "hpp",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "exmo_usd_hpp",
+ "currency": "USD",
+ "method": "exmo",
+ "flow": "hpp",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "exmo_eur_hpp",
+ "currency": "EUR",
+ "method": "exmo",
+ "flow": "hpp",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "tele2ru_rub_hpp",
+ "currency": "RUB",
+ "method": "tele2ru",
+ "flow": "hpp",
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number:",
+ "ru": "Номер телефона:",
+ "uk": "Номер телефону:"
+ },
+ "hint": {
+ "en": "Enter your phone number without «+7»",
+ "ru": "Введите ваш номер телефона, без «+7»",
+ "uk": "Введіть номер телефону, без «+7»"
+ },
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "tele2ru_rub_invoice",
+ "currency": "RUB",
+ "method": "tele2ru",
+ "flow": "invoice",
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number:",
+ "ru": "Номер телефона:",
+ "uk": "Номер телефону:"
+ },
+ "hint": {
+ "en": "Enter your phone number",
+ "ru": "Введите ваш номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "euroset_rub_hpp",
+ "currency": "RUB",
+ "method": "euroset",
+ "flow": "hpp",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "svyaznoy_rub_hpp",
+ "currency": "RUB",
+ "method": "svyaznoy",
+ "flow": "hpp",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "perfectmoney_usd_hpp",
+ "currency": "USD",
+ "method": "perfectmoney",
+ "flow": "hpp",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "perfectmoney_eur_hpp",
+ "currency": "EUR",
+ "method": "perfectmoney",
+ "flow": "hpp",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "qiwi_eur_hpp",
+ "currency": "EUR",
+ "method": "qiwi",
+ "flow": "hpp",
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "qiwi_usd_hpp",
+ "currency": "USD",
+ "method": "qiwi",
+ "flow": "hpp",
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "qiwi_kzt_hpp",
+ "currency": "KZT",
+ "method": "qiwi",
+ "flow": "hpp",
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000000
+ },
+ {
+ "status": "active",
+ "code": "cash_rub_hpp",
+ "currency": "RUB",
+ "method": "cash",
+ "flow": "hpp",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "cash_eur_hpp",
+ "currency": "EUR",
+ "method": "cash",
+ "flow": "hpp",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "cash_egp_hpp",
+ "currency": "EGP",
+ "method": "cash",
+ "flow": "hpp",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "cash_krw_hpp",
+ "currency": "KRW",
+ "method": "cash",
+ "flow": "hpp",
+ "amount_min": 1,
+ "amount_max": 9999999
+ },
+ {
+ "status": "active",
+ "code": "cash_kzt_hpp",
+ "currency": "KZT",
+ "method": "cash",
+ "flow": "hpp",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "cash_usd_hpp",
+ "currency": "USD",
+ "method": "cash",
+ "flow": "hpp",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "cash_uah_hpp",
+ "currency": "UAH",
+ "method": "cash",
+ "flow": "hpp",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "cash_brl_hpp",
+ "currency": "BRL",
+ "method": "cash",
+ "flow": "hpp",
+ "amount_min": 0.01,
+ "amount_max": 510000
+ },
+ {
+ "status": "active",
+ "code": "cash_cop_hpp",
+ "currency": "COP",
+ "method": "cash",
+ "flow": "hpp",
+ "amount_min": 0.01,
+ "amount_max": 500000000
+ },
+ {
+ "status": "active",
+ "code": "cash_uyu_hpp",
+ "currency": "UYU",
+ "method": "cash",
+ "flow": "hpp",
+ "amount_min": 1,
+ "amount_max": 4000000
+ },
+ {
+ "status": "active",
+ "code": "cash_ars_hpp",
+ "currency": "ARS",
+ "method": "cash",
+ "flow": "hpp",
+ "amount_min": 0.01,
+ "amount_max": 1000000000,
+ "fields": [
+ {
+ "key": "email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter email",
+ "ru": "Введите email",
+ "uk": "Введіть email"
+ },
+ "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "expiration_days",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter email",
+ "ru": "Введите email",
+ "uk": "Введіть email"
+ },
+ "regexp": "\/^.{1,12}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "\/^.{1,32}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type",
+ "ru": "Введите тип документа",
+ "uk": "Введіть тип документу"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z0-9\\.\\-]{1,100}$\/",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Beneficiary's personal identification number",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документа отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary's personal identification number",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документа отримувача"
+ },
+ "example": "50284414727"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "cash_mxn_hpp",
+ "currency": "MXN",
+ "method": "cash",
+ "flow": "hpp",
+ "amount_min": 0.01,
+ "amount_max": 2000000,
+ "fields": [
+ {
+ "key": "email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter email",
+ "ru": "Введите email",
+ "uk": "Введіть email"
+ },
+ "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "expiration_days",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter email",
+ "ru": "Введите email",
+ "uk": "Введіть email"
+ },
+ "regexp": "\/^.{1,12}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "\/^.{1,32}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type",
+ "ru": "Введите тип документа",
+ "uk": "Введіть тип документу"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,100}$\/",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Beneficiary's personal identification number",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документа отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary's personal identification number",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документа отримувача"
+ },
+ "example": "50284414727"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "cash_clp_hpp",
+ "currency": "CLP",
+ "method": "cash",
+ "flow": "hpp",
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "\/^.{1,32}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type",
+ "ru": "Введите тип документа",
+ "uk": "Введіть тип документу"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z0-9\\.\\-]{1,100}$\/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Beneficiary's personal identification number",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документа отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary's personal identification number",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документа отримувача"
+ },
+ "example": "27983285-K"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 90700000
+ },
+ {
+ "status": "active",
+ "code": "cash_pen_hpp",
+ "currency": "PEN",
+ "method": "cash",
+ "flow": "hpp",
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "\/^.{1,32}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type",
+ "ru": "Введите тип документа",
+ "uk": "Введіть тип документу"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,100}$\/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Beneficiary's personal identification number",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документа отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary's personal identification number",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документа отримувача"
+ },
+ "example": "50284414727"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 400000
+ },
+ {
+ "status": "active",
+ "code": "bitcoin_rub_hpp",
+ "currency": "RUB",
+ "method": "bitcoin",
+ "flow": "hpp",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "bitcoin_eur_hpp",
+ "currency": "EUR",
+ "method": "bitcoin",
+ "flow": "hpp",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "bitcoin_bep20_eur_hpp",
+ "currency": "EUR",
+ "method": "bitcoin",
+ "flow": "hpp",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "bitcoin_gbp_hpp",
+ "currency": "GBP",
+ "method": "bitcoin",
+ "flow": "hpp",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "bitcoin_bep20_gbp_hpp",
+ "currency": "GBP",
+ "method": "bitcoin",
+ "flow": "hpp",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "bitcoin_chf_hpp",
+ "currency": "CHF",
+ "method": "bitcoin",
+ "flow": "hpp",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "bitcoin_usd_hpp",
+ "currency": "USD",
+ "method": "bitcoin",
+ "flow": "hpp",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "bitcoin_uah_hpp",
+ "currency": "UAH",
+ "method": "bitcoin",
+ "flow": "hpp",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "bitcoin_usdt_hpp",
+ "currency": "USDT",
+ "method": "bitcoin",
+ "flow": "hpp",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "exmo_uah_hpp",
+ "currency": "UAH",
+ "method": "exmo",
+ "flow": "hpp",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "mminvoicing_gel_hpp",
+ "currency": "GEL",
+ "method": "mminvoicing",
+ "flow": "hpp",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "gemoney_gel_hpp",
+ "currency": "GEL",
+ "method": "gemoney",
+ "flow": "hpp",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "easypay_uah_hpp",
+ "currency": "UAH",
+ "method": "easypay",
+ "flow": "hpp",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "bank_card_gel_hpp",
+ "currency": "GEL",
+ "method": "bank_card",
+ "flow": "hpp",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "payment_card_gel_hpp",
+ "currency": "GEL",
+ "method": "payment_card",
+ "flow": "hpp",
+ "amount_min": 0.01,
+ "amount_max": 500000
+ },
+ {
+ "status": "active",
+ "code": "payment_card_ghs_hpp",
+ "currency": "GHS",
+ "method": "payment_card",
+ "flow": "hpp",
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "psbretail_rub_hpp",
+ "currency": "RUB",
+ "method": "psbretail",
+ "flow": "hpp",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "alfaclick_rub_hpp",
+ "currency": "RUB",
+ "method": "alfaclick",
+ "flow": "hpp",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "alfaclick_eur_hpp",
+ "currency": "EUR",
+ "method": "alfaclick",
+ "flow": "hpp",
+ "amount_min": 0.01,
+ "amount_max": 50000
+ },
+ {
+ "status": "active",
+ "code": "alfaclick_kzt_hpp",
+ "currency": "KZT",
+ "method": "alfaclick",
+ "flow": "hpp",
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "alfaclick_usd_hpp",
+ "currency": "USD",
+ "method": "alfaclick",
+ "flow": "hpp",
+ "amount_min": 0.01,
+ "amount_max": 50000
+ },
+ {
+ "status": "active",
+ "code": "rbkmoney_rub_hpp",
+ "currency": "RUB",
+ "method": "rbkmoney",
+ "flow": "hpp",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "visacheckout_uah_hpp",
+ "currency": "UAH",
+ "method": "visacheckout",
+ "flow": "hpp",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "bank_card_gbp_hpp",
+ "currency": "GBP",
+ "method": "bank_card",
+ "flow": "hpp",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "payment_card_gbp_hpp",
+ "currency": "GBP",
+ "method": "payment_card",
+ "flow": "hpp",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "bank_card_try_hpp",
+ "currency": "TRY",
+ "method": "bank_card",
+ "flow": "hpp",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "payment_card_try_hpp",
+ "currency": "TRY",
+ "method": "payment_card",
+ "flow": "hpp",
+ "amount_min": 0.01,
+ "amount_max": 500000
+ },
+ {
+ "status": "active",
+ "code": "payment_card_try_invoice",
+ "currency": "TRY",
+ "method": "payment_card",
+ "flow": "invoice",
+ "amount_min": 43,
+ "amount_max": 4224310
+ },
+ {
+ "status": "active",
+ "code": "payment_card_cad_hpp",
+ "currency": "CAD",
+ "method": "payment_card",
+ "flow": "hpp",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "payment_card_crypto_cad_hpp",
+ "currency": "CAD",
+ "method": "payment_card_crypto",
+ "flow": "hpp",
+ "fields": [
+ {
+ "key": "blockchain_address",
+ "type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
+ },
+ "hint": {
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
+ },
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "payment_card_aud_hpp",
+ "currency": "AUD",
+ "method": "payment_card",
+ "flow": "hpp",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "payment_card_crypto_aud_hpp",
+ "currency": "AUD",
+ "method": "payment_card_crypto",
+ "flow": "hpp",
+ "fields": [
+ {
+ "key": "blockchain_address",
+ "type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
+ },
+ "hint": {
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
+ },
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "payment_card_czk_hpp",
+ "currency": "CZK",
+ "method": "payment_card",
+ "flow": "hpp",
+ "amount_min": 0.01,
+ "amount_max": 500000
+ },
+ {
+ "status": "active",
+ "code": "payment_card_pln_hpp",
+ "currency": "PLN",
+ "method": "payment_card",
+ "flow": "hpp",
+ "amount_min": 0.01,
+ "amount_max": 500000
+ },
+ {
+ "status": "active",
+ "code": "payment_card_tmt_hpp",
+ "currency": "TMT",
+ "method": "payment_card",
+ "flow": "hpp",
+ "amount_min": 0.01,
+ "amount_max": 500000
+ },
+ {
+ "status": "active",
+ "code": "payment_card_uzs_hpp",
+ "currency": "UZS",
+ "method": "payment_card",
+ "flow": "hpp",
+ "amount_min": 0.01,
+ "amount_max": 100000000
+ },
+ {
+ "status": "active",
+ "code": "payment_card_azn_hpp",
+ "currency": "AZN",
+ "method": "payment_card",
+ "flow": "hpp",
+ "amount_min": 0.01,
+ "amount_max": 500000
+ },
+ {
+ "status": "active",
+ "code": "payment_card_mdl_hpp",
+ "currency": "MDL",
+ "method": "payment_card",
+ "flow": "hpp",
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "payment_card_tjs_hpp",
+ "currency": "TJS",
+ "method": "payment_card",
+ "flow": "hpp",
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "payment_card_kgs_hpp",
+ "currency": "KGS",
+ "method": "payment_card",
+ "flow": "hpp",
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "interkassa_uah_hpp",
+ "currency": "UAH",
+ "method": "interkassa",
+ "flow": "hpp",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "interkassa_usd_hpp",
+ "currency": "USD",
+ "method": "interkassa",
+ "flow": "hpp",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "interkassa_eur_hpp",
+ "currency": "EUR",
+ "method": "interkassa",
+ "flow": "hpp",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "interkassa_rub_hpp",
+ "currency": "RUB",
+ "method": "interkassa",
+ "flow": "hpp",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "interkassa_wmz_hpp",
+ "currency": "WMZ",
+ "method": "interkassa",
+ "flow": "hpp",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "interkassa_wme_hpp",
+ "currency": "WME",
+ "method": "interkassa",
+ "flow": "hpp",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "interkassa_wmr_hpp",
+ "currency": "WMR",
+ "method": "interkassa",
+ "flow": "hpp",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "interkassa_wmu_hpp",
+ "currency": "WMU",
+ "method": "interkassa",
+ "flow": "hpp",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "interkassa_inr_hpp",
+ "currency": "INR",
+ "method": "interkassa",
+ "flow": "hpp",
+ "amount_min": 0.01,
+ "amount_max": 1000000000
+ },
+ {
+ "status": "active",
+ "code": "geopaynet_uah_hpp",
+ "currency": "UAH",
+ "flow": "hpp",
+ "method": "geopaynet",
+ "amount_min": 0.01,
+ "amount_max": 9999999
+ },
+ {
+ "status": "active",
+ "code": "geopaynet_rub_hpp",
+ "currency": "RUB",
+ "flow": "hpp",
+ "method": "geopaynet",
+ "amount_min": 0.01,
+ "amount_max": 9999999
+ },
+ {
+ "status": "active",
+ "code": "geopaynet_eur_hpp",
+ "currency": "EUR",
+ "flow": "hpp",
+ "method": "geopaynet",
+ "amount_min": 0.01,
+ "amount_max": 9999999
+ },
+ {
+ "status": "active",
+ "code": "geopaynet_kzt_hpp",
+ "currency": "KZT",
+ "flow": "hpp",
+ "method": "geopaynet",
+ "amount_min": 0.01,
+ "amount_max": 9999999
+ },
+ {
+ "status": "active",
+ "code": "paypal_usd_hpp",
+ "currency": "USD",
+ "flow": "hpp",
+ "method": "paypal",
+ "amount_min": 0.01,
+ "amount_max": 9999999,
+ "fields" : [
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{6,18}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "paypal_eur_hpp",
+ "currency": "EUR",
+ "flow": "hpp",
+ "method": "paypal",
+ "amount_min": 0.01,
+ "amount_max": 9999999
+ },
+ {
+ "status": "active",
+ "code": "paypal_huf_hpp",
+ "currency": "HUF",
+ "flow": "hpp",
+ "method": "paypal",
+ "amount_min": 0.01,
+ "amount_max": 9999999
+ },
+ {
+ "status": "active",
+ "code": "paypal_gbp_hpp",
+ "currency": "GBP",
+ "flow": "hpp",
+ "method": "paypal",
+ "amount_min": 0.01,
+ "amount_max": 9999999
+ },
+ {
+ "status": "active",
+ "code": "china_citic_bank_cny_hpp",
+ "currency": "CNY",
+ "flow": "hpp",
+ "method": "china_citic_bank",
+ "amount_min": 0.01,
+ "amount_max": 9999999
+ },
+ {
+ "status": "active",
+ "code": "industrial_bank_cny_hpp",
+ "currency": "CNY",
+ "flow": "hpp",
+ "method": "industrial_bank",
+ "amount_min": 0.01,
+ "amount_max": 9999999
+ },
+ {
+ "status": "active",
+ "code": "china_merchants_bank_cny_hpp",
+ "currency": "CNY",
+ "flow": "hpp",
+ "method": "china_merchants_bank",
+ "amount_min": 0.01,
+ "amount_max": 9999999
+ },
+ {
+ "status": "active",
+ "code": "china_postal_savings_bank_cny_hpp",
+ "currency": "CNY",
+ "flow": "hpp",
+ "method": "china_postal_savings_bank",
+ "amount_min": 0.01,
+ "amount_max": 9999999
+ },
+ {
+ "status": "active",
+ "code": "bank_of_china_cny_hpp",
+ "currency": "CNY",
+ "flow": "hpp",
+ "method": "bank_of_china",
+ "amount_min": 0.01,
+ "amount_max": 9999999
+ },
+ {
+ "status": "active",
+ "code": "agricultural_bank_of_china_cny_hpp",
+ "currency": "CNY",
+ "flow": "hpp",
+ "method": "agricultural_bank_of_china",
+ "amount_min": 0.01,
+ "amount_max": 9999999
+ },
+ {
+ "status": "active",
+ "code": "china_everbright_bank_cny_hpp",
+ "currency": "CNY",
+ "flow": "hpp",
+ "method": "china_everbright_bank",
+ "amount_min": 0.01,
+ "amount_max": 9999999
+ },
+ {
+ "status": "active",
+ "code": "china_construction_bank_cny_hpp",
+ "currency": "CNY",
+ "flow": "hpp",
+ "method": "china_construction_bank",
+ "amount_min": 0.01,
+ "amount_max": 9999999
+ },
+ {
+ "status": "active",
+ "code": "ping_an_bank_cny_hpp",
+ "currency": "CNY",
+ "flow": "hpp",
+ "method": "ping_an_bank",
+ "amount_min": 0.01,
+ "amount_max": 9999999
+ },
+ {
+ "status": "active",
+ "code": "bank_of_communication_cny_hpp",
+ "currency": "CNY",
+ "flow": "hpp",
+ "method": "bank_of_communication",
+ "amount_min": 0.01,
+ "amount_max": 9999999
+ },
+ {
+ "status": "active",
+ "code": "industrial_and_commercial_bank_of_china_cny_hpp",
+ "currency": "CNY",
+ "flow": "hpp",
+ "method": "industrial_and_commercial_bank_of_china",
+ "amount_min": 0.01,
+ "amount_max": 9999999
+ },
+ {
+ "status": "active",
+ "code": "shanghai_pudong_development_bank_cny_hpp",
+ "currency": "CNY",
+ "flow": "hpp",
+ "method": "shanghai_pudong_development_bank",
+ "amount_min": 0.01,
+ "amount_max": 9999999
+ },
+ {
+ "status": "active",
+ "code": "china_minsheng_bank_cny_hpp",
+ "currency": "CNY",
+ "flow": "hpp",
+ "method": "china_minsheng_bank",
+ "amount_min": 0.01,
+ "amount_max": 9999999
+ },
+ {
+ "status": "active",
+ "code": "china_union_pay_cny_hpp",
+ "currency": "CNY",
+ "flow": "hpp",
+ "method": "china_union_pay",
+ "amount_min": 0.01,
+ "amount_max": 9999999
+ },
+ {
+ "status": "active",
+ "code": "siam_commercial_bank_thb_hpp",
+ "currency": "THB",
+ "flow": "hpp",
+ "method": "siam_commercial_bank",
+ "amount_min": 0.01,
+ "amount_max": 9999999,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "krung_thai_bank_thb_hpp",
+ "currency": "THB",
+ "flow": "hpp",
+ "method": "krung_thai_bank",
+ "amount_min": 0.01,
+ "amount_max": 9999999,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "krungsri_thb_hpp",
+ "currency": "THB",
+ "flow": "hpp",
+ "method": "krungsri",
+ "amount_min": 0.01,
+ "amount_max": 9999999,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "uobt_thb_hpp",
+ "currency": "THB",
+ "flow": "hpp",
+ "method": "uobt",
+ "amount_min": 0.01,
+ "amount_max": 9999999
+ },
+ {
+ "status": "active",
+ "code": "kasikorn_bank_thb_hpp",
+ "currency": "THB",
+ "flow": "hpp",
+ "method": "kasikorn_bank",
+ "amount_min": 0.01,
+ "amount_max": 9999999,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "bangko_bank_thb_hpp",
+ "currency": "THB",
+ "flow": "hpp",
+ "method": "bangko_bank",
+ "amount_min": 0.01,
+ "amount_max": 9999999,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "cimb_clicks_bank_myr_hpp",
+ "currency": "MYR",
+ "flow": "hpp",
+ "method": "cimb_clicks_bank",
+ "amount_min": 0.01,
+ "amount_max": 9999999
+ },
+ {
+ "status": "active",
+ "code": "public_bank_myr_hpp",
+ "currency": "MYR",
+ "flow": "hpp",
+ "method": "public_bank",
+ "amount_min": 0.01,
+ "amount_max": 9999999
+ },
+ {
+ "status": "active",
+ "code": "rhb_bank_myr_hpp",
+ "currency": "MYR",
+ "flow": "hpp",
+ "method": "rhb_bank",
+ "amount_min": 0.01,
+ "amount_max": 9999999,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "rhb_bank_fpx_myr_hpp",
+ "currency": "MYR",
+ "flow": "hpp",
+ "method": "rhb_bank_fpx",
+ "amount_min": 0.01,
+ "amount_max": 9999999,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "hong_leong_bank_myr_hpp",
+ "currency": "MYR",
+ "flow": "hpp",
+ "method": "hong_leong_bank",
+ "amount_min": 0.01,
+ "amount_max": 9999999,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "may_bank_myr_hpp",
+ "currency": "MYR",
+ "flow": "hpp",
+ "method": "may_bank",
+ "amount_min": 0.01,
+ "amount_max": 9999999
+ },
+ {
+ "status": "active",
+ "code": "va_may_bank_idr_hpp",
+ "currency": "IDR",
+ "flow": "hpp",
+ "method": "va_may_bank",
+ "amount_min": 0.01,
+ "amount_max": 15000000000
+ },
+ {
+ "status": "active",
+ "code": "dana_idr_hpp",
+ "currency": "IDR",
+ "flow": "hpp",
+ "method": "dana",
+ "amount_min": 0.01,
+ "amount_max": 15000000000
+ },
+ {
+ "status": "active",
+ "code": "shopeepay_idr_hpp",
+ "currency": "IDR",
+ "flow": "hpp",
+ "method": "shopeepay",
+ "amount_min": 0.01,
+ "amount_max": 15000000000,
+ "fields": [
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[0-9]{14,18}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "indonesia_va_idr_hpp",
+ "currency": "IDR",
+ "flow": "hpp",
+ "method": "indonesia_va",
+ "amount_min": 0.01,
+ "amount_max": 15000000000
+ },
+ {
+ "status": "active",
+ "code": "promptpay_thb_hpp",
+ "currency": "THB",
+ "flow": "hpp",
+ "method": "promptpay",
+ "amount_min": 0.01,
+ "amount_max": 3500000,
+ "fields": [
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Payer bank code",
+ "ru": "Код банка отправителя",
+ "uk": "Код банку відправника"
+ },
+ "hint": {
+ "en": "Enter payer bank code",
+ "ru": "Введите код банка отправителя",
+ "uk": "Введіть код банку відправника"
+ },
+ "example": "050"
+ },
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "shopeepay_myr_hpp",
+ "currency": "MYR",
+ "flow": "hpp",
+ "method": "shopeepay",
+ "amount_min": 0.01,
+ "amount_max": 10000000,
+ "fields": [
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[0-9]{10-14}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "touchngo_myr_hpp",
+ "currency": "MYR",
+ "flow": "hpp",
+ "method": "touchngo",
+ "amount_min": 0.01,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "boost_myr_hpp",
+ "currency": "MYR",
+ "flow": "hpp",
+ "method": "boost",
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[0-9]{10-14}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "duitnow_myr_hpp",
+ "currency": "MYR",
+ "flow": "hpp",
+ "method": "duitnow",
+ "amount_min": 0.01,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "grabpay_myr_hpp",
+ "currency": "MYR",
+ "flow": "hpp",
+ "method": "grabpay",
+ "amount_min": 0.01,
+ "amount_max": 10000000,
+ "fields": [
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[0-9]{10-14}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "7eleven_php_hpp",
+ "currency": "PHP",
+ "flow": "hpp",
+ "method": "7eleven",
+ "amount_min": 0.01,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "coins_ph_php_hpp",
+ "currency": "PHP",
+ "flow": "hpp",
+ "method": "coins_ph",
+ "amount_min": 0.01,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "gcash_php_hpp",
+ "currency": "PHP",
+ "flow": "hpp",
+ "method": "gcash",
+ "amount_min": 0.01,
+ "amount_max": 10000000,
+ "fields": [
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[0-9]{9,13}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "gcash_qr_php_hpp",
+ "currency": "PHP",
+ "flow": "hpp",
+ "method": "gcash_qr",
+ "amount_min": 0.01,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "grabpay_php_hpp",
+ "currency": "PHP",
+ "flow": "hpp",
+ "method": "grabpay",
+ "amount_min": 0.01,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "maya_php_hpp",
+ "currency": "PHP",
+ "flow": "hpp",
+ "method": "maya",
+ "amount_min": 0.01,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "australia_and_new_zealand_banking_group_aud_hpp",
+ "currency": "AUD",
+ "flow": "hpp",
+ "method": "australia_and_new_zealand_banking_group",
+ "amount_min": 0.01,
+ "amount_max": 9999999
+ },
+ {
+ "status": "active",
+ "code": "westpac_aud_hpp",
+ "currency": "AUD",
+ "flow": "hpp",
+ "method": "westpac",
+ "amount_min": 0.01,
+ "amount_max": 9999999
+ },
+ {
+ "status": "active",
+ "code": "national_australia_bank_aud_hpp",
+ "currency": "AUD",
+ "flow": "hpp",
+ "method": "national_australia_bank",
+ "amount_min": 0.01,
+ "amount_max": 9999999
+ },
+ {
+ "status": "active",
+ "code": "commonwealth_bank_aud_hpp",
+ "currency": "AUD",
+ "flow": "hpp",
+ "method": "commonwealth_bank",
+ "amount_min": 0.01,
+ "amount_max": 9999999
+ },
+ {
+ "status": "active",
+ "code": "commonwealth_bank_idr_hpp",
+ "currency": "IDR",
+ "flow": "hpp",
+ "method": "commonwealth_bank",
+ "amount_min": 0.01,
+ "amount_max": 15000000000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "axis_bank_inr_hpp",
+ "currency": "INR",
+ "flow": "hpp",
+ "method": "axis_bank",
+ "amount_min": 0.01,
+ "amount_max": 1000000000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "indian_bank_inr_hpp",
+ "currency": "INR",
+ "flow": "hpp",
+ "method": "indian_bank",
+ "amount_min": 0.01,
+ "amount_max": 1000000000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "state_bank_of_india_inr_hpp",
+ "currency": "INR",
+ "flow": "hpp",
+ "method": "state_bank_of_india",
+ "amount_min": 0.01,
+ "amount_max": 1000000000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "kotak_mahindra_bank_inr_hpp",
+ "currency": "INR",
+ "flow": "hpp",
+ "method": "kotak_mahindra_bank",
+ "amount_min": 0.01,
+ "amount_max": 1000000000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "bandhan_bank_inr_hpp",
+ "currency": "INR",
+ "flow": "hpp",
+ "method": "bandhan_bank",
+ "amount_min": 0.01,
+ "amount_max": 1000000000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "india_post_payment_bank_inr_hpp",
+ "currency": "INR",
+ "flow": "hpp",
+ "method": "india_post_payment_bank",
+ "amount_min": 0.01,
+ "amount_max": 1000000000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "paytm_payments_bank_inr_hpp",
+ "currency": "INR",
+ "flow": "hpp",
+ "method": "paytm_payments_bank",
+ "amount_min": 0.01,
+ "amount_max": 1000000000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "ujjivan_small_finance_bank_inr_hpp",
+ "currency": "INR",
+ "flow": "hpp",
+ "method": "ujjivan_small_finance_bank",
+ "amount_min": 0.01,
+ "amount_max": 1000000000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "canara_bank_inr_hpp",
+ "currency": "INR",
+ "flow": "hpp",
+ "method": "canara_bank",
+ "amount_min": 0.01,
+ "amount_max": 1000000000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "icici_bank_inr_hpp",
+ "currency": "INR",
+ "flow": "hpp",
+ "method": "icici_bank",
+ "amount_min": 0.01,
+ "amount_max": 1000000000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "sepa_transfer_eur_hpp",
+ "currency": "EUR",
+ "flow": "hpp",
+ "method": "sepa_transfer",
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "sepa_transfer_gbp_hpp",
+ "currency": "GBP",
+ "flow": "hpp",
+ "method": "sepa_transfer",
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "punjab_national_bank_inr_hpp",
+ "currency": "INR",
+ "flow": "hpp",
+ "method": "punjab_national_bank",
+ "amount_min": 0.01,
+ "amount_max": 1000000000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "bank_of_india_inr_hpp",
+ "currency": "INR",
+ "flow": "hpp",
+ "method": "bank_of_india",
+ "amount_min": 0.01,
+ "amount_max": 1000000000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "idbi_bank_inr_hpp",
+ "currency": "INR",
+ "flow": "hpp",
+ "method": "idbi_bank",
+ "amount_min": 0.01,
+ "amount_max": 1000000000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "standard_charter_bank_inr_hpp",
+ "currency": "INR",
+ "flow": "hpp",
+ "method": "standard_charter_bank",
+ "amount_min": 0.01,
+ "amount_max": 1000000000
+ },
+ {
+ "status": "active",
+ "code": "karnataka_bank_inr_hpp",
+ "currency": "INR",
+ "flow": "hpp",
+ "method": "karnataka_bank",
+ "amount_min": 0.01,
+ "amount_max": 1000000000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "hdfc_bank_inr_hpp",
+ "currency": "INR",
+ "flow": "hpp",
+ "method": "hdfc_bank",
+ "amount_min": 0.01,
+ "amount_max": 1000000000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "yes_bank_inr_hpp",
+ "currency": "INR",
+ "flow": "hpp",
+ "method": "yes_bank",
+ "amount_min": 0.01,
+ "amount_max": 1000000000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "allahabad_bank_inr_hpp",
+ "currency": "INR",
+ "flow": "hpp",
+ "method": "allahabad_bank",
+ "amount_min": 0.01,
+ "amount_max": 1000000000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "corporation_bank_inr_hpp",
+ "currency": "INR",
+ "flow": "hpp",
+ "method": "corporation_bank",
+ "amount_min": 0.01,
+ "amount_max": 1000000000
+ },
+ {
+ "status": "active",
+ "code": "oriental_bank_of_commerce_inr_hpp",
+ "currency": "INR",
+ "flow": "hpp",
+ "method": "oriental_bank_of_commerce",
+ "amount_min": 0.01,
+ "amount_max": 1000000000
+ },
+ {
+ "status": "active",
+ "code": "city_union_bank_inr_hpp",
+ "currency": "INR",
+ "flow": "hpp",
+ "method": "city_union_bank",
+ "amount_min": 0.01,
+ "amount_max": 1000000000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "vijaya_bank_inr_hpp",
+ "currency": "INR",
+ "flow": "hpp",
+ "method": "vijaya_bank",
+ "amount_min": 0.01,
+ "amount_max": 1000000000
+ },
+ {
+ "status": "active",
+ "code": "united_bank_of_india_inr_hpp",
+ "currency": "INR",
+ "flow": "hpp",
+ "method": "united_bank_of_india",
+ "amount_min": 0.01,
+ "amount_max": 1000000000
+ },
+ {
+ "status": "active",
+ "code": "rbl_bank_inr_hpp",
+ "currency": "INR",
+ "flow": "hpp",
+ "method": "rbl_bank",
+ "amount_min": 0.01,
+ "amount_max": 1000000000
+ },
+ {
+ "status": "active",
+ "code": "andhra_bank_inr_hpp",
+ "currency": "INR",
+ "flow": "hpp",
+ "method": "andhra_bank",
+ "amount_min": 0.01,
+ "amount_max": 1000000000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "csb_bank_inr_hpp",
+ "currency": "INR",
+ "flow": "hpp",
+ "method": "csb_bank",
+ "amount_min": 0.01,
+ "amount_max": 1000000000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "au_small_finance_bank_inr_hpp",
+ "currency": "INR",
+ "flow": "hpp",
+ "method": "au_small_finance_bank",
+ "amount_min": 0.01,
+ "amount_max": 1000000000
+ },
+ {
+ "status": "active",
+ "code": "central_bank_of_india_inr_hpp",
+ "currency": "INR",
+ "flow": "hpp",
+ "method": "central_bank_of_india",
+ "amount_min": 0.01,
+ "amount_max": 1000000000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "union_bank_of_india_inr_hpp",
+ "currency": "INR",
+ "flow": "hpp",
+ "method": "union_bank_of_india",
+ "amount_min": 0.01,
+ "amount_max": 1000000000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "bank_of_baroda_inr_hpp",
+ "currency": "INR",
+ "flow": "hpp",
+ "method": "bank_of_baroda",
+ "amount_min": 0.01,
+ "amount_max": 1000000000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "mandiri_bank_idr_hpp",
+ "currency": "IDR",
+ "flow": "hpp",
+ "method": "mandiri_bank",
+ "amount_min": 0.01,
+ "amount_max": 15000000000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "bank_negara_indonesia_idr_hpp",
+ "currency": "IDR",
+ "flow": "hpp",
+ "method": "bank_negara_indonesia",
+ "amount_min": 0.01,
+ "amount_max": 15000000000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "bank_negara_indonesia_va_idr_hpp",
+ "currency": "IDR",
+ "flow": "hpp",
+ "method": "bank_negara_indonesia_va",
+ "amount_min": 0.01,
+ "amount_max": 15000000000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "bank_central_asia_idr_hpp",
+ "currency": "IDR",
+ "flow": "hpp",
+ "method": "bank_central_asia",
+ "amount_min": 0.01,
+ "amount_max": 15000000000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "bank_rakyat_indonesia_idr_hpp",
+ "currency": "IDR",
+ "flow": "hpp",
+ "method": "bank_rakyat_indonesia",
+ "amount_min": 0.01,
+ "amount_max": 15000000000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "bank_rakyat_malaysia_berhad_myr_hpp",
+ "currency": "MYR",
+ "flow": "hpp",
+ "method": "bank_rakyat_malaysia_berhad",
+ "amount_min": 0.01,
+ "amount_max": 9999999,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "permata_bank_idr_hpp",
+ "currency": "IDR",
+ "flow": "hpp",
+ "method": "permata_bank",
+ "amount_min": 0.01,
+ "amount_max": 15000000000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "mefete_try_hpp",
+ "currency": "TRY",
+ "flow": "hpp",
+ "method": "mefete",
+ "amount_min": 0.01,
+ "amount_max": 1800000,
+ "fields": [
+ {
+ "key": "identification_number",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Payer identification number",
+ "ru": "Индентификационный код плательщика",
+ "uk": "Ідентифікаційний код платника"
+ },
+ "hint": {
+ "en": "Enter payer identification number",
+ "ru": "Введите индентификационный код плательщика",
+ "uk": "Введіть ідентифікаційний код платника"
+ },
+ "example": "11003829920"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "payfix_try_hpp",
+ "currency": "TRY",
+ "flow": "hpp",
+ "method": "payfix",
+ "amount_min": 0.01,
+ "amount_max": 1800000
+ },
+ {
+ "status": "active",
+ "code": "parazula_try_hpp",
+ "currency": "TRY",
+ "flow": "hpp",
+ "method": "parazula",
+ "amount_min": 0.01,
+ "amount_max": 1800000
+ },
+ {
+ "status": "active",
+ "code": "fups_try_hpp",
+ "currency": "TRY",
+ "flow": "hpp",
+ "method": "fups",
+ "amount_min": 0.01,
+ "amount_max": 1800000
+ },
+ {
+ "status": "active",
+ "code": "cmt_try_hpp",
+ "currency": "TRY",
+ "flow": "hpp",
+ "method": "cmt",
+ "amount_min": 0.01,
+ "amount_max": 1800000
+ },
+ {
+ "status": "active",
+ "code": "pep_try_hpp",
+ "currency": "TRY",
+ "flow": "hpp",
+ "method": "pep",
+ "amount_min": 0.01,
+ "amount_max": 1800000,
+ "fields": [
+ {
+ "key": "identification_number",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Payer identification number",
+ "ru": "Индентификационный код плательщика",
+ "uk": "Ідентифікаційний код платника"
+ },
+ "hint": {
+ "en": "Enter payer identification number",
+ "ru": "Введите индентификационный код плательщика",
+ "uk": "Введіть ідентифікаційний код платника"
+ },
+ "example": "11003829920"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "cimb_clicks_indonesia_idr_hpp",
+ "currency": "IDR",
+ "flow": "hpp",
+ "method": "cimb_clicks_indonesia",
+ "amount_min": 0.01,
+ "amount_max": 15000000000
+ },
+ {
+ "status": "active",
+ "code": "danamon_bank_idr_hpp",
+ "currency": "IDR",
+ "flow": "hpp",
+ "method": "danamon_bank",
+ "amount_min": 0.01,
+ "amount_max": 15000000000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "btn_bank_idr_hpp",
+ "currency": "IDR",
+ "flow": "hpp",
+ "method": "btn_bank",
+ "amount_min": 0.01,
+ "amount_max": 15000000000
+ },
+ {
+ "status": "active",
+ "code": "acb_bank_vnd_hpp",
+ "currency": "VND",
+ "flow": "hpp",
+ "method": "acb_bank",
+ "fields": [
+ {
+ "key": "payer_name",
+ "type": "string",
+ "label": {
+ "en": "Payer name",
+ "ru": "Имя плательщика",
+ "uk": "Імʼя платника"
+ },
+ "hint": {
+ "en": "Enter Payer name",
+ "ru": "Введите полное имя плательщика",
+ "uk": "Введіть повне імʼя платника"
+ },
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "example": "VAN TUONG LAN",
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "vietcom_bank_vnd_hpp",
+ "currency": "VND",
+ "flow": "hpp",
+ "method": "vietcom_bank",
+ "fields": [
+ {
+ "key": "payer_name",
+ "type": "string",
+ "label": {
+ "en": "Payer name",
+ "ru": "Имя плательщика",
+ "uk": "Імʼя платника"
+ },
+ "hint": {
+ "en": "Enter Payer name",
+ "ru": "Введите полное имя плательщика",
+ "uk": "Введіть повне імʼя платника"
+ },
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "example": "VAN TUONG LAN",
+ "position": 1
+ },
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "vietcom_bank_qr_vnd_hpp",
+ "currency": "VND",
+ "flow": "hpp",
+ "method": "vietcom_bank_qr",
+ "amount_min": 1,
+ "amount_max": 9999999999,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "vietin_bank_vnd_hpp",
+ "currency": "VND",
+ "flow": "hpp",
+ "method": "vietin_bank",
+ "fields": [
+ {
+ "key": "payer_name",
+ "type": "string",
+ "label": {
+ "en": "Payer name",
+ "ru": "Имя плательщика",
+ "uk": "Імʼя платника"
+ },
+ "hint": {
+ "en": "Enter Payer name",
+ "ru": "Введите полное имя плательщика",
+ "uk": "Введіть повне імʼя платника"
+ },
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "example": "VAN TUONG LAN",
+ "position": 1
+ },
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "vietin_bank_qr_vnd_hpp",
+ "currency": "VND",
+ "flow": "hpp",
+ "method": "vietin_bank_qr",
+ "amount_min": 1,
+ "amount_max": 9999999999,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "sacom_bank_vnd_hpp",
+ "currency": "VND",
+ "flow": "hpp",
+ "method": "sacom_bank",
+ "fields": [
+ {
+ "key": "payer_name",
+ "type": "string",
+ "label": {
+ "en": "Payer name",
+ "ru": "Имя плательщика",
+ "uk": "Імʼя платника"
+ },
+ "hint": {
+ "en": "Enter Payer name",
+ "ru": "Введите полное имя плательщика",
+ "uk": "Введіть повне імʼя платника"
+ },
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "example": "VAN TUONG LAN",
+ "position": 1
+ },
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "bidv_bank_vnd_hpp",
+ "currency": "VND",
+ "flow": "hpp",
+ "method": "bidv_bank",
+ "fields": [
+ {
+ "key": "payer_name",
+ "type": "string",
+ "label": {
+ "en": "Payer name",
+ "ru": "Имя плательщика",
+ "uk": "Імʼя платника"
+ },
+ "hint": {
+ "en": "Enter Payer name",
+ "ru": "Введите полное имя плательщика",
+ "uk": "Введіть повне імʼя платника"
+ },
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "example": "VAN TUONG LAN",
+ "position": 1
+ },
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "bidv_bank_qr_vnd_hpp",
+ "currency": "VND",
+ "flow": "hpp",
+ "method": "bidv_bank_qr",
+ "amount_min": 1,
+ "amount_max": 9999999999,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "techom_bank_vnd_hpp",
+ "currency": "VND",
+ "flow": "hpp",
+ "method": "techom_bank",
+ "fields": [
+ {
+ "key": "payer_name",
+ "type": "string",
+ "label": {
+ "en": "Payer name",
+ "ru": "Имя плательщика",
+ "uk": "Імʼя платника"
+ },
+ "hint": {
+ "en": "Enter Payer name",
+ "ru": "Введите полное имя плательщика",
+ "uk": "Введіть повне імʼя платника"
+ },
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "example": "VAN TUONG LAN",
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "dong_a_bank_vnd_hpp",
+ "currency": "VND",
+ "flow": "hpp",
+ "method": "dong_a_bank",
+ "fields": [
+ {
+ "key": "payer_name",
+ "type": "string",
+ "label": {
+ "en": "Payer name",
+ "ru": "Имя плательщика",
+ "uk": "Імʼя платника"
+ },
+ "hint": {
+ "en": "Enter Payer name",
+ "ru": "Введите полное имя плательщика",
+ "uk": "Введіть повне імʼя платника"
+ },
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "example": "VAN TUONG LAN",
+ "position": 1
+ },
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "exim_bank_vnd_hpp",
+ "currency": "VND",
+ "flow": "hpp",
+ "method": "exim_bank",
+ "fields": [
+ {
+ "key": "payer_name",
+ "type": "string",
+ "label": {
+ "en": "Payer name",
+ "ru": "Имя плательщика",
+ "uk": "Імʼя платника"
+ },
+ "hint": {
+ "en": "Enter Payer name",
+ "ru": "Введите полное имя плательщика",
+ "uk": "Введіть повне імʼя платника"
+ },
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "example": "VAN TUONG LAN",
+ "position": 1
+ },
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "may_bank_cny_hpp",
+ "currency": "CNY",
+ "flow": "hpp",
+ "method": "may_bank",
+ "amount_min": 0.01,
+ "amount_max": 9999999
+ },
+ {
+ "status": "active",
+ "code": "permata_bank_cny_hpp",
+ "currency": "CNY",
+ "flow": "hpp",
+ "method": "permata_bank",
+ "amount_min": 0.01,
+ "amount_max": 9999999
+ },
+ {
+ "status": "active",
+ "code": "bri_bank_cny_hpp",
+ "currency": "CNY",
+ "flow": "hpp",
+ "method": "bri_bank",
+ "amount_min": 0.01,
+ "amount_max": 9999999
+ },
+ {
+ "status": "active",
+ "code": "busan_bank_krw_hpp",
+ "currency": "KRW",
+ "flow": "hpp",
+ "method": "busan_bank",
+ "amount_min": 1,
+ "amount_max": 9999999
+ },
+ {
+ "status": "active",
+ "code": "citibank_korea_krw_hpp",
+ "currency": "KRW",
+ "flow": "hpp",
+ "method": "citibank_korea",
+ "amount_min": 1,
+ "amount_max": 9999999
+ },
+ {
+ "status": "active",
+ "code": "daegu_bank_krw_hpp",
+ "currency": "KRW",
+ "flow": "hpp",
+ "method": "daegu_bank",
+ "amount_min": 1,
+ "amount_max": 9999999
+ },
+ {
+ "status": "active",
+ "code": "everrich_postal_savings_and_insurance_bank_krw_hpp",
+ "currency": "KRW",
+ "flow": "hpp",
+ "method": "everrich_postal_savings_and_insurance_bank",
+ "amount_min": 1,
+ "amount_max": 9999999
+ },
+ {
+ "status": "active",
+ "code": "hana_bank_krw_hpp",
+ "currency": "KRW",
+ "flow": "hpp",
+ "method": "hana_bank",
+ "amount_min": 1,
+ "amount_max": 9999999
+ },
+ {
+ "status": "active",
+ "code": "industrial_bank_of_korea_krw_hpp",
+ "currency": "KRW",
+ "flow": "hpp",
+ "method": "industrial_bank_of_korea",
+ "amount_min": 1,
+ "amount_max": 9999999
+ },
+ {
+ "status": "active",
+ "code": "kookmin_bank_krw_hpp",
+ "currency": "KRW",
+ "flow": "hpp",
+ "method": "kookmin_bank",
+ "amount_min": 1,
+ "amount_max": 9999999
+ },
+ {
+ "status": "active",
+ "code": "korea_development_bank_krw_hpp",
+ "currency": "KRW",
+ "flow": "hpp",
+ "method": "korea_development_bank",
+ "amount_min": 1,
+ "amount_max": 9999999
+ },
+ {
+ "status": "active",
+ "code": "indian_development_bank_inr_hpp",
+ "currency": "INR",
+ "flow": "hpp",
+ "method": "indian_development_bank",
+ "amount_min": 0.01,
+ "amount_max": 1000000000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "kwangju_bank_krw_hpp",
+ "currency": "KRW",
+ "flow": "hpp",
+ "method": "kwangju_bank",
+ "amount_min": 1,
+ "amount_max": 9999999
+ },
+ {
+ "status": "active",
+ "code": "mg_bank_saemmul_krw_hpp",
+ "currency": "KRW",
+ "flow": "hpp",
+ "method": "mg_bank_saemmul",
+ "amount_min": 1,
+ "amount_max": 9999999
+ },
+ {
+ "status": "active",
+ "code": "nonghyup_bank_krw_hpp",
+ "currency": "KRW",
+ "flow": "hpp",
+ "method": "nonghyup_bank",
+ "amount_min": 1,
+ "amount_max": 9999999
+ },
+ {
+ "status": "active",
+ "code": "shinhan_bank_krw_hpp",
+ "currency": "KRW",
+ "flow": "hpp",
+ "method": "shinhan_bank",
+ "amount_min": 1,
+ "amount_max": 9999999
+ },
+ {
+ "status": "active",
+ "code": "standard_chartered_bank_korea_krw_hpp",
+ "currency": "KRW",
+ "flow": "hpp",
+ "method": "standard_chartered_bank_korea",
+ "amount_min": 1,
+ "amount_max": 9999999
+ },
+ {
+ "status": "active",
+ "code": "standard_chartered_bank_india_inr_hpp",
+ "currency": "INR",
+ "flow": "hpp",
+ "method": "standard_chartered_bank_india",
+ "amount_min": 0.01,
+ "amount_max": 1000000000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "suhyup_bank_krw_hpp",
+ "currency": "KRW",
+ "flow": "hpp",
+ "method": "suhyup_bank",
+ "amount_min": 1,
+ "amount_max": 9999999
+ },
+ {
+ "status": "active",
+ "code": "woori_bank_krw_hpp",
+ "currency": "KRW",
+ "flow": "hpp",
+ "method": "woori_bank",
+ "amount_min": 1,
+ "amount_max": 9999999
+ },
+ {
+ "status": "active",
+ "code": "crypto_btc_hpp",
+ "currency": "BTC",
+ "flow": "hpp",
+ "method": "crypto",
+ "amount_min": 0.01,
+ "amount_max": 9999999
+ },
+ {
+ "status": "active",
+ "code": "crypto_aggregated_eur_hpp",
+ "currency": "EUR",
+ "flow": "hpp",
+ "method": "crypto_aggregated",
+ "fields": [
+ {
+ "key": "blockchain_address",
+ "type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
+ },
+ "hint": {
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
+ },
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 9999999
+ },
+ {
+ "status": "active",
+ "code": "crypto_aggregated_usd_hpp",
+ "currency": "USD",
+ "flow": "hpp",
+ "method": "crypto_aggregated",
+ "fields": [
+ {
+ "key": "blockchain_address",
+ "type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
+ },
+ "hint": {
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
+ },
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 9999999
+ },
+ {
+ "status": "active",
+ "code": "wechat_cny_hpp",
+ "currency": "CNY",
+ "flow": "hpp",
+ "method": "wechat",
+ "amount_min": 0.01,
+ "amount_max": 9999999
+ },
+ {
+ "status": "active",
+ "code": "qqpay_cny_hpp",
+ "currency": "CNY",
+ "flow": "hpp",
+ "method": "qqpay",
+ "amount_min": 0.01,
+ "amount_max": 9999999
+ },
+ {
+ "status": "active",
+ "code": "alipay_cny_hpp",
+ "currency": "CNY",
+ "flow": "hpp",
+ "method": "alipay",
+ "amount_min": 0.01,
+ "amount_max": 9999999
+ },
+ {
+ "status": "active",
+ "code": "unionpay_qr_cny_hpp",
+ "currency": "CNY",
+ "flow": "hpp",
+ "method": "unionpay_qr",
+ "amount_min": 0.01,
+ "amount_max": 9999999
+ },
+ {
+ "status": "active",
+ "code": "perfectmoney_account_usd_hpp",
+ "currency": "USD",
+ "method": "perfectmoney_account",
+ "flow": "hpp",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "perfectmoney_account_eur_hpp",
+ "currency": "EUR",
+ "method": "perfectmoney_account",
+ "flow": "hpp",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "perfectmoney_account_btc_hpp",
+ "currency": "BTC",
+ "method": "perfectmoney_account",
+ "flow": "hpp",
+ "amount_min": 0.001,
+ "amount_max": 1000
+ },
+ {
+ "status": "active",
+ "code": "perfectmoney_voucher_usd_hpp",
+ "currency": "USD",
+ "method": "perfectmoney_voucher",
+ "flow": "hpp",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "perfectmoney_voucher_eur_hpp",
+ "currency": "EUR",
+ "method": "perfectmoney_voucher",
+ "flow": "hpp",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "perfectmoney_voucher_btc_hpp",
+ "currency": "BTC",
+ "method": "perfectmoney_voucher",
+ "flow": "hpp",
+ "amount_min": 0.001,
+ "amount_max": 1000
+ },
+ {
+ "status": "active",
+ "code": "payment_card_email_eur_hpp",
+ "currency": "EUR",
+ "method": "payment_card_email",
+ "flow": "hpp",
+ "amount_min": 0.01,
+ "amount_max": 100000,
+ "fields": [
+ {
+ "key": "email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter email",
+ "ru": "Введите email",
+ "uk": "Введіть email"
+ },
+ "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$$\/",
+ "required": true,
+ "position": 1
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "payeer_rub_hpp",
+ "flow": "hpp",
+ "method": "payeer",
+ "currency": "RUB",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "payeer_usd_hpp",
+ "flow": "hpp",
+ "method": "payeer",
+ "currency": "USD",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "payeer_eur_hpp",
+ "flow": "hpp",
+ "method": "payeer",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "terminal_rf_rub_hpp",
+ "flow": "hpp",
+ "method": "terminal_rf",
+ "currency": "RUB",
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "skrill_eur_hpp",
+ "flow": "hpp",
+ "method": "skrill",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "skrill_gbp_hpp",
+ "flow": "hpp",
+ "method": "skrill",
+ "currency": "GBP",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "skrill_pln_hpp",
+ "flow": "hpp",
+ "method": "skrill",
+ "currency": "PLN",
+ "amount_min": 0.01,
+ "amount_max": 500000
+ },
+ {
+ "status": "active",
+ "code": "skrill_chf_hpp",
+ "flow": "hpp",
+ "method": "skrill",
+ "currency": "CHF",
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "skrill_cad_hpp",
+ "flow": "hpp",
+ "method": "skrill",
+ "currency": "CAD",
+ "amount_min": 0.01,
+ "amount_max": 130000
+ },
+ {
+ "status": "active",
+ "code": "skrill_nok_hpp",
+ "flow": "hpp",
+ "method": "skrill",
+ "currency": "NOK",
+ "amount_min": 1.1,
+ "amount_max": 1100672
+ },
+ {
+ "status": "active",
+ "code": "neteller_eur_hpp",
+ "flow": "hpp",
+ "method": "neteller",
+ "currency": "EUR",
+ "fields": [
+ {
+ "key": "email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter the recipient's email address",
+ "ru": "Введите Email получателя",
+ "uk": "Введiть Email отримувача"
+ },
+ "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
+ "required": false,
+ "position": 1
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "neteller_inr_hpp",
+ "flow": "hpp",
+ "method": "neteller",
+ "currency": "INR",
+ "fields": [
+ {
+ "key": "email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter the recipient's email address",
+ "ru": "Введите Email получателя",
+ "uk": "Введiть Email отримувача"
+ },
+ "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1000000000
+ },
+ {
+ "status": "active",
+ "code": "neteller_usd_hpp",
+ "flow": "hpp",
+ "method": "neteller",
+ "currency": "USD",
+ "fields": [
+ {
+ "key": "email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter the recipient's email address",
+ "ru": "Введите Email получателя",
+ "uk": "Введiть Email отримувача"
+ },
+ "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
+ "required": false,
+ "position": 1
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "neteller_azn_hpp",
+ "flow": "hpp",
+ "method": "neteller",
+ "currency": "AZN",
+ "fields": [
+ {
+ "key": "email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter the recipient's email address",
+ "ru": "Введите Email получателя",
+ "uk": "Введiть Email отримувача"
+ },
+ "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "neteller_uzs_hpp",
+ "flow": "hpp",
+ "method": "neteller",
+ "currency": "UZS",
+ "fields": [
+ {
+ "key": "email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter the recipient's email address",
+ "ru": "Введите Email получателя",
+ "uk": "Введiть Email отримувача"
+ },
+ "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000000
+ },
+ {
+ "status": "active",
+ "code": "neteller_pkr_hpp",
+ "flow": "hpp",
+ "method": "neteller",
+ "currency": "PKR",
+ "fields": [
+ {
+ "key": "email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter the recipient's email address",
+ "ru": "Введите Email получателя",
+ "uk": "Введiть Email отримувача"
+ },
+ "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "neteller_brl_hpp",
+ "flow": "hpp",
+ "method": "neteller",
+ "currency": "BRL",
+ "fields": [
+ {
+ "key": "email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter the recipient's email address",
+ "ru": "Введите Email получателя",
+ "uk": "Введiть Email отримувача"
+ },
+ "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "neteller_ngn_hpp",
+ "flow": "hpp",
+ "method": "neteller",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter the recipient's email address",
+ "ru": "Введите Email получателя",
+ "uk": "Введiть Email отримувача"
+ },
+ "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "neteller_myr_hpp",
+ "flow": "hpp",
+ "method": "neteller",
+ "currency": "MYR",
+ "fields": [
+ {
+ "key": "email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter the recipient's email address",
+ "ru": "Введите Email получателя",
+ "uk": "Введiть Email отримувача"
+ },
+ "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "neteller_mxn_hpp",
+ "flow": "hpp",
+ "method": "neteller",
+ "currency": "MXN",
+ "fields": [
+ {
+ "key": "email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter the recipient's email address",
+ "ru": "Введите Email получателя",
+ "uk": "Введiть Email отримувача"
+ },
+ "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "neteller_mdl_hpp",
+ "flow": "hpp",
+ "method": "neteller",
+ "currency": "MDL",
+ "fields": [
+ {
+ "key": "email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter the recipient's email address",
+ "ru": "Введите Email получателя",
+ "uk": "Введiть Email отримувача"
+ },
+ "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "paysafecard_usd_hpp",
+ "flow": "hpp",
+ "method": "paysafecard",
+ "currency": "USD",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "paysafecard_eur_hpp",
+ "flow": "hpp",
+ "method": "paysafecard",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "paysafecard_gbp_hpp",
+ "flow": "hpp",
+ "method": "paysafecard",
+ "currency": "GBP",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "paysafecard_chf_hpp",
+ "flow": "hpp",
+ "method": "paysafecard",
+ "currency": "CHF",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "paysafecard_cad_hpp",
+ "flow": "hpp",
+ "method": "paysafecard",
+ "currency": "CAD",
+ "amount_min": 0.01,
+ "amount_max": 130000
+ },
+ {
+ "status": "active",
+ "code": "paysafecard_aud_hpp",
+ "flow": "hpp",
+ "method": "paysafecard",
+ "currency": "AUD",
+ "amount_min": 0.01,
+ "amount_max": 150000
+ },
+ {
+ "status": "active",
+ "code": "paysafecard_bgn_hpp",
+ "flow": "hpp",
+ "method": "paysafecard",
+ "currency": "BGN",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "paysafecard_czk_hpp",
+ "flow": "hpp",
+ "method": "paysafecard",
+ "currency": "CZK",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "paysafecard_dkk_hpp",
+ "flow": "hpp",
+ "method": "paysafecard",
+ "currency": "DKK",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "paysafecard_hrk_hpp",
+ "flow": "hpp",
+ "method": "paysafecard",
+ "currency": "HRK",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "paysafecard_huf_hpp",
+ "flow": "hpp",
+ "method": "paysafecard",
+ "currency": "HUF",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "paysafecard_nok_hpp",
+ "flow": "hpp",
+ "method": "paysafecard",
+ "currency": "NOK",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "paysafecard_pln_hpp",
+ "flow": "hpp",
+ "method": "paysafecard",
+ "currency": "PLN",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "paysafecard_ron_hpp",
+ "flow": "hpp",
+ "method": "paysafecard",
+ "currency": "RON",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "paysafecard_sek_hpp",
+ "flow": "hpp",
+ "method": "paysafecard",
+ "currency": "SEK",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "paysafecash_eur_hpp",
+ "flow": "hpp",
+ "method": "paysafecash",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "paysafecash_pln_hpp",
+ "flow": "hpp",
+ "method": "paysafecash",
+ "currency": "PLN",
+ "amount_min": 0.01,
+ "amount_max": 376000
+ },
+ {
+ "status": "active",
+ "code": "paysafecard_mxn_hpp",
+ "flow": "hpp",
+ "method": "paysafecard",
+ "currency": "MXN",
+ "amount_min": 0.01,
+ "amount_max": 2000000
+ },
+ {
+ "status": "active",
+ "code": "resursbank_eur_hpp",
+ "flow": "hpp",
+ "method": "resursbank",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "visaelectron_eur_hpp",
+ "flow": "hpp",
+ "method": "visaelectron",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "tron_trx_hpp",
+ "flow": "hpp",
+ "method": "tron",
+ "currency": "TRX",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "tron_cad_hpp",
+ "flow": "hpp",
+ "method": "tron",
+ "currency": "CAD",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "tron_bep20_cad_hpp",
+ "flow": "hpp",
+ "method": "tron",
+ "currency": "CAD",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "tron_aud_hpp",
+ "flow": "hpp",
+ "method": "tron",
+ "currency": "AUD",
+ "amount_min": 0.01,
+ "amount_max": 150000
+ },
+ {
+ "status": "active",
+ "code": "tron_bep20_aud_hpp",
+ "flow": "hpp",
+ "method": "tron",
+ "currency": "AUD",
+ "amount_min": 0.01,
+ "amount_max": 150000
+ },
+ {
+ "status": "active",
+ "code": "tron_usd_hpp",
+ "flow": "hpp",
+ "method": "tron",
+ "currency": "USD",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "tron_bep20_usd_hpp",
+ "flow": "hpp",
+ "method": "tron",
+ "currency": "USD",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "tron_eur_hpp",
+ "flow": "hpp",
+ "method": "tron",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "tron_bep20_eur_hpp",
+ "flow": "hpp",
+ "method": "tron",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "tron_gbp_hpp",
+ "flow": "hpp",
+ "method": "tron",
+ "currency": "GBP",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "tron_bep20_gbp_hpp",
+ "flow": "hpp",
+ "method": "tron",
+ "currency": "GBP",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "tron_chf_hpp",
+ "flow": "hpp",
+ "method": "tron",
+ "currency": "CHF",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "usd_coin_trc20_usdc_hpp",
+ "flow": "hpp",
+ "method": "usd_coin",
+ "currency": "USDC",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "usd_coin_usdc_hpp",
+ "flow": "hpp",
+ "method": "usd_coin",
+ "currency": "USDC",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "usd_coin_erc20_cad_hpp",
+ "flow": "hpp",
+ "method": "usd_coin",
+ "currency": "CAD",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "usd_coin_trc20_cad_hpp",
+ "flow": "hpp",
+ "method": "usd_coin",
+ "currency": "CAD",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "usd_coin_bep20_cad_hpp",
+ "flow": "hpp",
+ "method": "usd_coin",
+ "currency": "CAD",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "usd_coin_erc20_aud_hpp",
+ "flow": "hpp",
+ "method": "usd_coin",
+ "currency": "AUD",
+ "amount_min": 0.01,
+ "amount_max": 150000
+ },
+ {
+ "status": "active",
+ "code": "usd_coin_trc20_aud_hpp",
+ "flow": "hpp",
+ "method": "usd_coin",
+ "currency": "AUD",
+ "amount_min": 0.01,
+ "amount_max": 150000
+ },
+ {
+ "status": "active",
+ "code": "usd_coin_bep20_aud_hpp",
+ "flow": "hpp",
+ "method": "usd_coin",
+ "currency": "AUD",
+ "amount_min": 0.01,
+ "amount_max": 150000
+ },
+ {
+ "status": "active",
+ "code": "usd_coin_trc20_usd_hpp",
+ "flow": "hpp",
+ "method": "usd_coin",
+ "currency": "USD",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "usd_coin_trc20_eur_hpp",
+ "flow": "hpp",
+ "method": "usd_coin",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "usd_coin_trc20_gbp_hpp",
+ "flow": "hpp",
+ "method": "usd_coin",
+ "currency": "GBP",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "usd_coin_trc20_chf_hpp",
+ "flow": "hpp",
+ "method": "usd_coin",
+ "currency": "CHF",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "usd_coin_erc20_usdc_hpp",
+ "flow": "hpp",
+ "method": "usd_coin",
+ "currency": "USDC",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "usd_coin_erc20_usd_hpp",
+ "flow": "hpp",
+ "method": "usd_coin",
+ "currency": "USD",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "usd_coin_erc20_eur_hpp",
+ "flow": "hpp",
+ "method": "usd_coin",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "usd_coin_erc20_gbp_hpp",
+ "flow": "hpp",
+ "method": "usd_coin",
+ "currency": "GBP",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "usd_coin_erc20_chf_hpp",
+ "flow": "hpp",
+ "method": "usd_coin",
+ "currency": "CHF",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "binance_smart_chain_bep20_bnb_hpp",
+ "flow": "hpp",
+ "method": "binance_smart_chain",
+ "currency": "BNB",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "usd_coin_bep20_usdc_hpp",
+ "flow": "hpp",
+ "method": "usd_coin",
+ "currency": "USDC",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "usd_coin_bep20_usd_hpp",
+ "flow": "hpp",
+ "method": "usd_coin",
+ "currency": "USD",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "usd_coin_bep20_eur_hpp",
+ "flow": "hpp",
+ "method": "usd_coin",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "usd_coin_bep20_gbp_hpp",
+ "flow": "hpp",
+ "method": "usd_coin",
+ "currency": "GBP",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "usd_coin_bep20_chf_hpp",
+ "flow": "hpp",
+ "method": "usd_coin",
+ "currency": "CHF",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "dai_coin_erc20_dai_hpp",
+ "flow": "hpp",
+ "method": "dai_coin",
+ "currency": "DAI",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "dai_coin_erc20_usd_hpp",
+ "flow": "hpp",
+ "method": "dai_coin",
+ "currency": "USD",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "dai_coin_erc20_eur_hpp",
+ "flow": "hpp",
+ "method": "dai_coin",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "dai_coin_bep20_eur_hpp",
+ "flow": "hpp",
+ "method": "dai_coin",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "dai_coin_erc20_cad_hpp",
+ "flow": "hpp",
+ "method": "dai_coin",
+ "currency": "CAD",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "dai_coin_bep20_cad_hpp",
+ "flow": "hpp",
+ "method": "dai_coin",
+ "currency": "CAD",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "dai_coin_erc20_aud_hpp",
+ "flow": "hpp",
+ "method": "dai_coin",
+ "currency": "AUD",
+ "amount_min": 0.01,
+ "amount_max": 150000
+ },
+ {
+ "status": "active",
+ "code": "dai_coin_bep20_aud_hpp",
+ "flow": "hpp",
+ "method": "dai_coin",
+ "currency": "AUD",
+ "amount_min": 0.01,
+ "amount_max": 150000
+ },
+ {
+ "status": "active",
+ "code": "dai_coin_erc20_gbp_hpp",
+ "flow": "hpp",
+ "method": "dai_coin",
+ "currency": "GBP",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "dai_coin_bep20_gbp_hpp",
+ "flow": "hpp",
+ "method": "dai_coin",
+ "currency": "GBP",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "dai_coin_bep20_usd_hpp",
+ "flow": "hpp",
+ "method": "dai_coin",
+ "currency": "USD",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "dai_coin_bep20_dai_hpp",
+ "flow": "hpp",
+ "method": "dai_coin",
+ "currency": "DAI",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "americanexpress_eur_hpp",
+ "flow": "hpp",
+ "method": "americanexpress",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "dinersclub_eur_hpp",
+ "flow": "hpp",
+ "method": "dinersclub",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "jcb_eur_hpp",
+ "flow": "hpp",
+ "method": "jcb",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "cartebleue_eur_hpp",
+ "flow": "hpp",
+ "method": "cartebleue",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "dankort_eur_hpp",
+ "flow": "hpp",
+ "method": "dankort",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "postepay_eur_hpp",
+ "flow": "hpp",
+ "method": "postepay",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "cartasi_eur_hpp",
+ "flow": "hpp",
+ "method": "cartasi",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "rapidtransfer_eur_hpp",
+ "flow": "hpp",
+ "method": "rapidtransfer",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "giropay_eur_hpp",
+ "flow": "hpp",
+ "method": "giropay",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "directdebit_eur_hpp",
+ "flow": "hpp",
+ "method": "directdebit",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "nordeasolo_eur_hpp",
+ "flow": "hpp",
+ "method": "nordeasolo",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "ideal_eur_hpp",
+ "flow": "hpp",
+ "method": "ideal",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "ideal_nok_hpp",
+ "flow": "hpp",
+ "method": "ideal",
+ "currency": "NOK",
+ "amount_min": 1.1,
+ "amount_max": 1100672
+ },
+ {
+ "status": "active",
+ "code": "ideal_pln_hpp",
+ "flow": "hpp",
+ "method": "ideal",
+ "currency": "PLN",
+ "amount_min": 0.01,
+ "amount_max": 376000
+ },
+ {
+ "status": "active",
+ "code": "ideal_aud_hpp",
+ "flow": "hpp",
+ "method": "ideal",
+ "currency": "AUD",
+ "amount_min": 0.01,
+ "amount_max": 150000
+ },
+ {
+ "status": "active",
+ "code": "ideal_cad_hpp",
+ "flow": "hpp",
+ "method": "ideal",
+ "currency": "CAD",
+ "amount_min": 0.01,
+ "amount_max": 130000
+ },
+ {
+ "status": "active",
+ "code": "eps_eur_hpp",
+ "flow": "hpp",
+ "method": "eps",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "polipayonline_aud_hpp",
+ "flow": "hpp",
+ "method": "polipayonline",
+ "currency": "AUD",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "polipayonline_nzd_hpp",
+ "flow": "hpp",
+ "method": "polipayonline",
+ "currency": "NZD",
+ "amount_min": 0.01,
+ "amount_max": 167000
+ },
+ {
+ "status": "active",
+ "code": "przelewy24_eur_hpp",
+ "flow": "hpp",
+ "method": "przelewy24",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "przelewy24_pln_hpp",
+ "flow": "hpp",
+ "method": "przelewy24",
+ "currency": "PLN",
+ "amount_min": 0.04,
+ "amount_max": 376000
+ },
+ {
+ "status": "active",
+ "code": "twint_chf_hpp",
+ "flow": "hpp",
+ "method": "twint",
+ "currency": "CHF",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "link_eur_hpp",
+ "flow": "hpp",
+ "method": "link",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "link_gbp_hpp",
+ "flow": "hpp",
+ "method": "link",
+ "currency": "GBP",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "link_usd_hpp",
+ "flow": "hpp",
+ "method": "link",
+ "currency": "USD",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "piastrix_eur_hpp",
+ "flow": "hpp",
+ "method": "piastrix",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "piastrix_usd_hpp",
+ "flow": "hpp",
+ "method": "piastrix",
+ "currency": "USD",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "piastrix_rub_hpp",
+ "flow": "hpp",
+ "method": "piastrix",
+ "currency": "RUB",
+ "amount_min": 0.01,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "kvitum_eur_hpp",
+ "flow": "hpp",
+ "method": "kvitum",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "kvitum_usd_hpp",
+ "flow": "hpp",
+ "method": "kvitum",
+ "currency": "USD",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "kvitum_uah_hpp",
+ "flow": "hpp",
+ "method": "kvitum",
+ "currency": "UAH",
+ "amount_min": 0.01,
+ "amount_max": 4000000
+ },
+ {
+ "status": "active",
+ "code": "kvitum_kzt_hpp",
+ "flow": "hpp",
+ "method": "kvitum",
+ "currency": "KZT",
+ "amount_min": 0.01,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "epaybg_eur_hpp",
+ "flow": "hpp",
+ "method": "epaybg",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "trustly_eur_hpp",
+ "flow": "hpp",
+ "method": "trustly",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "alipay_eur_hpp",
+ "flow": "hpp",
+ "method": "alipay",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "astropaydirect_eur_hpp",
+ "flow": "hpp",
+ "method": "astropaydirect",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "astropaymanual_eur_hpp",
+ "flow": "hpp",
+ "method": "astropaymanual",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "astropaycash_eur_hpp",
+ "flow": "hpp",
+ "method": "astropaycash",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "astropayunion_eur_hpp",
+ "flow": "hpp",
+ "method": "astropayunion",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "paypal_cad_hpp",
+ "currency": "CAD",
+ "flow": "hpp",
+ "method": "paypal",
+ "amount_min": 0.01,
+ "amount_max": 9999999
+ },
+ {
+ "status": "active",
+ "code": "paypal_aud_hpp",
+ "currency": "AUD",
+ "flow": "hpp",
+ "method": "paypal",
+ "amount_min": 0.01,
+ "amount_max": 9999999
+ },
+ {
+ "status": "active",
+ "code": "applepay_uah_hpp",
+ "currency": "UAH",
+ "flow": "hpp",
+ "method": "applepay",
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "applepay_rub_hpp",
+ "currency": "RUB",
+ "flow": "hpp",
+ "method": "applepay",
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "applepay_usd_hpp",
+ "currency": "USD",
+ "flow": "hpp",
+ "method": "applepay",
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "applepay_czk_hpp",
+ "currency": "CZK",
+ "flow": "hpp",
+ "method": "applepay",
+ "amount_min": 0.01,
+ "amount_max": 2000000
+ },
+ {
+ "status": "active",
+ "code": "applepay_dkk_hpp",
+ "currency": "DKK",
+ "flow": "hpp",
+ "method": "applepay",
+ "amount_min": 0.01,
+ "amount_max": 600000
+ },
+ {
+ "status": "active",
+ "code": "applepay_huf_hpp",
+ "currency": "HUF",
+ "flow": "hpp",
+ "method": "applepay",
+ "amount_min": 0.01,
+ "amount_max": 32000000
+ },
+ {
+ "status": "active",
+ "code": "applepay_isk_hpp",
+ "currency": "ISK",
+ "flow": "hpp",
+ "method": "applepay",
+ "amount_min": 1,
+ "amount_max": 12000000
+ },
+ {
+ "status": "active",
+ "code": "applepay_ron_hpp",
+ "currency": "RON",
+ "flow": "hpp",
+ "method": "applepay",
+ "amount_min": 0.01,
+ "amount_max": 400000
+ },
+ {
+ "status": "active",
+ "code": "applepay_sek_hpp",
+ "currency": "SEK",
+ "flow": "hpp",
+ "method": "applepay",
+ "amount_min": 0.01,
+ "amount_max": 900000
+ },
+ {
+ "status": "active",
+ "code": "applepay_eur_hpp",
+ "currency": "EUR",
+ "flow": "hpp",
+ "method": "applepay",
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "applepay_pln_hpp",
+ "currency": "PLN",
+ "flow": "hpp",
+ "method": "applepay",
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "applepay_gbp_hpp",
+ "currency": "GBP",
+ "flow": "hpp",
+ "method": "applepay",
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "applepay_aud_hpp",
+ "currency": "AUD",
+ "flow": "hpp",
+ "method": "applepay",
+ "amount_min": 0.01,
+ "amount_max": 200000
+ },
+ {
+ "status": "active",
+ "code": "applepay_nzd_hpp",
+ "currency": "NZD",
+ "flow": "hpp",
+ "method": "applepay",
+ "amount_min": 0.01,
+ "amount_max": 200000
+ },
+ {
+ "status": "active",
+ "code": "googlepay_aud_hpp",
+ "currency": "AUD",
+ "flow": "hpp",
+ "method": "googlepay",
+ "amount_min": 0.01,
+ "amount_max": 200000
+ },
+ {
+ "status": "active",
+ "code": "googlepay_cad_hpp",
+ "currency": "CAD",
+ "flow": "hpp",
+ "method": "googlepay",
+ "amount_min": 0.01,
+ "amount_max": 200000
+ },
+ {
+ "status": "active",
+ "code": "googlepay_czk_hpp",
+ "currency": "CZK",
+ "flow": "hpp",
+ "method": "googlepay",
+ "amount_min": 0.01,
+ "amount_max": 2000000
+ },
+ {
+ "status": "active",
+ "code": "googlepay_dkk_hpp",
+ "currency": "DKK",
+ "flow": "hpp",
+ "method": "googlepay",
+ "amount_min": 0.01,
+ "amount_max": 600000
+ },
+ {
+ "status": "active",
+ "code": "googlepay_huf_hpp",
+ "currency": "HUF",
+ "flow": "hpp",
+ "method": "googlepay",
+ "amount_min": 0.01,
+ "amount_max": 32000000
+ },
+ {
+ "status": "active",
+ "code": "googlepay_isk_hpp",
+ "currency": "ISK",
+ "flow": "hpp",
+ "method": "googlepay",
+ "amount_min": 1,
+ "amount_max": 12000000
+ },
+ {
+ "status": "active",
+ "code": "googlepay_ron_hpp",
+ "currency": "RON",
+ "flow": "hpp",
+ "method": "googlepay",
+ "amount_min": 0.01,
+ "amount_max": 400000
+ },
+ {
+ "status": "active",
+ "code": "googlepay_sek_hpp",
+ "currency": "SEK",
+ "flow": "hpp",
+ "method": "googlepay",
+ "amount_min": 0.01,
+ "amount_max": 400000
+ },
+ {
+ "status": "active",
+ "code": "googlepay_nzd_hpp",
+ "currency": "NZD",
+ "flow": "hpp",
+ "method": "googlepay",
+ "amount_min": 0.01,
+ "amount_max": 200000
+ },
+ {
+ "status": "active",
+ "code": "applepay_cad_hpp",
+ "currency": "CAD",
+ "flow": "hpp",
+ "method": "applepay",
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "googlepay_uah_hpp",
+ "currency": "UAH",
+ "flow": "hpp",
+ "method": "googlepay",
+ "amount_min": 0.01,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "googlepay_rub_hpp",
+ "currency": "RUB",
+ "flow": "hpp",
+ "method": "googlepay",
+ "amount_min": 0.01,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "googlepay_usd_hpp",
+ "currency": "USD",
+ "flow": "hpp",
+ "method": "googlepay",
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "googlepay_eur_hpp",
+ "currency": "EUR",
+ "flow": "hpp",
+ "method": "googlepay",
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "googlepay_pln_hpp",
+ "currency": "PLN",
+ "flow": "hpp",
+ "method": "googlepay",
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "swift_usd_invoice",
+ "currency": "USD",
+ "flow": "invoice",
+ "method": "swift",
+ "amount_min": 0.01,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "swift_eur_invoice",
+ "currency": "EUR",
+ "flow": "invoice",
+ "method": "swift",
+ "amount_min": 0.01,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "sberbank_rub_hpp",
+ "currency": "RUB",
+ "flow": "hpp",
+ "method": "sberbank",
+ "amount_min": 0.01,
+ "amount_max": 9999999
+ },
+ {
+ "status": "active",
+ "code": "swift_gbp_invoice",
+ "currency": "GBP",
+ "flow": "invoice",
+ "method": "swift",
+ "amount_min": 0.01,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "swift_cny_invoice",
+ "currency": "CNY",
+ "flow": "invoice",
+ "method": "swift",
+ "amount_min": 0.01,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "swift_jpy_invoice",
+ "currency": "JPY",
+ "flow": "invoice",
+ "method": "swift",
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "swift_rub_invoice",
+ "currency": "RUB",
+ "flow": "invoice",
+ "method": "swift",
+ "amount_min": 0.01,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "swift_kzt_invoice",
+ "currency": "KZT",
+ "flow": "invoice",
+ "method": "swift",
+ "amount_min": 0.01,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "smsbilling_rub_hpp",
+ "currency": "RUB",
+ "flow": "hpp",
+ "method": "smsbilling",
+ "amount_min": 10,
+ "amount_max": 25000
+ },
+ {
+ "status": "active",
+ "code": "mercuryo_btc_hpp",
+ "currency": "BTC",
+ "flow": "hpp",
+ "method": "mercuryo",
+ "amount_min": 0.002,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "mercuryo_usd_hpp",
+ "currency": "USD",
+ "flow": "hpp",
+ "method": "mercuryo",
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "mercuryo_eur_hpp",
+ "currency": "EUR",
+ "flow": "hpp",
+ "method": "mercuryo",
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "payment_card_kzt_hpp",
+ "flow": "hpp",
+ "method": "payment_card",
+ "currency": "KZT",
+ "amount_min": 0.01,
+ "amount_max": 40000000
+ },
+ {
+ "status": "active",
+ "code": "payment_card_amd_hpp",
+ "flow": "hpp",
+ "method": "payment_card",
+ "currency": "AMD",
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "payment_card_ttd_hpp",
+ "flow": "hpp",
+ "method": "payment_card",
+ "currency": "TTD",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "ecopayz_usd_hpp",
+ "currency": "USD",
+ "fields": [
+ {
+ "key": "first_name",
+ "type": "string",
+ "label": {
+ "en": "First name",
+ "ru": "Имя",
+ "uk": "Ім`я"
+ },
+ "hint": {
+ "en": "Enter first name",
+ "ru": "Введите имя",
+ "uk": "Введіть ім`я"
+ },
+ "regexp": "\/^.{0,255}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "last_name",
+ "type": "string",
+ "label": {
+ "en": "Last name",
+ "ru": "Фамилия",
+ "uk": "Прізвище"
+ },
+ "hint": {
+ "en": "Enter last name",
+ "ru": "Введите фамилию",
+ "uk": "Введіть прізвище"
+ },
+ "regexp": "\/^.{0,255}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "date_of_birth",
+ "type": "string",
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "regexp": "\/^\\d{4}-\\d{2}-\\d{2}$\/",
+ "required": false,
+ "position": 3
+ }
+ ],
+ "flow": "hpp",
+ "method": "ecopayz",
+ "amount_min": 0.01,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "ecopayz_eur_hpp",
+ "currency": "EUR",
+ "fields": [
+ {
+ "key": "first_name",
+ "type": "string",
+ "label": {
+ "en": "First name",
+ "ru": "Имя",
+ "uk": "Ім`я"
+ },
+ "hint": {
+ "en": "Enter first name",
+ "ru": "Введите имя",
+ "uk": "Введіть ім`я"
+ },
+ "regexp": "\/^.{0,255}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "last_name",
+ "type": "string",
+ "label": {
+ "en": "Last name",
+ "ru": "Фамилия",
+ "uk": "Прізвище"
+ },
+ "hint": {
+ "en": "Enter last name",
+ "ru": "Введите фамилию",
+ "uk": "Введіть прізвище"
+ },
+ "regexp": "\/^.{0,255}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "date_of_birth",
+ "type": "string",
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "regexp": "\/^\\d{4}-\\d{2}-\\d{2}$\/",
+ "required": false,
+ "position": 3
+ }
+ ],
+ "flow": "hpp",
+ "method": "ecopayz",
+ "amount_min": 0.01,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "ecopayz_uah_hpp",
+ "currency": "UAH",
+ "fields": [
+ {
+ "key": "first_name",
+ "type": "string",
+ "label": {
+ "en": "First name",
+ "ru": "Имя",
+ "uk": "Ім`я"
+ },
+ "hint": {
+ "en": "Enter first name",
+ "ru": "Введите имя",
+ "uk": "Введіть ім`я"
+ },
+ "regexp": "\/^.{0,255}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "last_name",
+ "type": "string",
+ "label": {
+ "en": "Last name",
+ "ru": "Фамилия",
+ "uk": "Прізвище"
+ },
+ "hint": {
+ "en": "Enter last name",
+ "ru": "Введите фамилию",
+ "uk": "Введіть прізвище"
+ },
+ "regexp": "\/^.{0,255}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "date_of_birth",
+ "type": "string",
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "regexp": "\/^\\d{4}-\\d{2}-\\d{2}$\/",
+ "required": false,
+ "position": 3
+ }
+ ],
+ "flow": "hpp",
+ "method": "ecopayz",
+ "amount_min": 0.01,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "ecopayz_rub_hpp",
+ "currency": "RUB",
+ "fields": [
+ {
+ "key": "first_name",
+ "type": "string",
+ "label": {
+ "en": "First name",
+ "ru": "Имя",
+ "uk": "Ім`я"
+ },
+ "hint": {
+ "en": "Enter first name",
+ "ru": "Введите имя",
+ "uk": "Введіть ім`я"
+ },
+ "regexp": "\/^.{0,255}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "last_name",
+ "type": "string",
+ "label": {
+ "en": "Last name",
+ "ru": "Фамилия",
+ "uk": "Прізвище"
+ },
+ "hint": {
+ "en": "Enter last name",
+ "ru": "Введите фамилию",
+ "uk": "Введіть прізвище"
+ },
+ "regexp": "\/^.{0,255}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "date_of_birth",
+ "type": "string",
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "regexp": "\/^\\d{4}-\\d{2}-\\d{2}$\/",
+ "required": false,
+ "position": 3
+ }
+ ],
+ "flow": "hpp",
+ "method": "ecopayz",
+ "amount_min": 0.01,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "ecopayz_gbp_hpp",
+ "currency": "GBP",
+ "fields": [
+ {
+ "key": "first_name",
+ "type": "string",
+ "label": {
+ "en": "First name",
+ "ru": "Имя",
+ "uk": "Ім`я"
+ },
+ "hint": {
+ "en": "Enter first name",
+ "ru": "Введите имя",
+ "uk": "Введіть ім`я"
+ },
+ "regexp": "\/^.{0,255}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "last_name",
+ "type": "string",
+ "label": {
+ "en": "Last name",
+ "ru": "Фамилия",
+ "uk": "Прізвище"
+ },
+ "hint": {
+ "en": "Enter last name",
+ "ru": "Введите фамилию",
+ "uk": "Введіть прізвище"
+ },
+ "regexp": "\/^.{0,255}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "date_of_birth",
+ "type": "string",
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "regexp": "\/^\\d{4}-\\d{2}-\\d{2}$\/",
+ "required": false,
+ "position": 3
+ }
+ ],
+ "flow": "hpp",
+ "method": "ecopayz",
+ "amount_min": 0.01,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "ecopayz_uzs_hpp",
+ "currency": "UZS",
+ "fields": [
+ {
+ "key": "first_name",
+ "type": "string",
+ "label": {
+ "en": "First name",
+ "ru": "Имя",
+ "uk": "Ім`я"
+ },
+ "hint": {
+ "en": "Enter first name",
+ "ru": "Введите имя",
+ "uk": "Введіть ім`я"
+ },
+ "regexp": "\/^.{0,255}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "last_name",
+ "type": "string",
+ "label": {
+ "en": "Last name",
+ "ru": "Фамилия",
+ "uk": "Прізвище"
+ },
+ "hint": {
+ "en": "Enter last name",
+ "ru": "Введите фамилию",
+ "uk": "Введіть прізвище"
+ },
+ "regexp": "\/^.{0,255}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "date_of_birth",
+ "type": "string",
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "regexp": "\/^\\d{4}-\\d{2}-\\d{2}$\/",
+ "required": false,
+ "position": 3
+ }
+ ],
+ "flow": "hpp",
+ "method": "ecopayz",
+ "amount_min": 0.01,
+ "amount_max": 100000000
+ },
+ {
+ "status": "active",
+ "code": "ecopayz_aud_hpp",
+ "currency": "AUD",
+ "fields": [
+ {
+ "key": "first_name",
+ "type": "string",
+ "label": {
+ "en": "First name",
+ "ru": "Имя",
+ "uk": "Ім`я"
+ },
+ "hint": {
+ "en": "Enter first name",
+ "ru": "Введите имя",
+ "uk": "Введіть ім`я"
+ },
+ "regexp": "\/^.{0,255}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "last_name",
+ "type": "string",
+ "label": {
+ "en": "Last name",
+ "ru": "Фамилия",
+ "uk": "Прізвище"
+ },
+ "hint": {
+ "en": "Enter last name",
+ "ru": "Введите фамилию",
+ "uk": "Введіть прізвище"
+ },
+ "regexp": "\/^.{0,255}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "date_of_birth",
+ "type": "string",
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "regexp": "\/^\\d{4}-\\d{2}-\\d{2}$\/",
+ "required": true,
+ "position": 3
+ }
+ ],
+ "flow": "hpp",
+ "method": "ecopayz",
+ "amount_min": 0.01,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "ecopayz_cad_hpp",
+ "currency": "CAD",
+ "fields": [
+ {
+ "key": "first_name",
+ "type": "string",
+ "label": {
+ "en": "First name",
+ "ru": "Имя",
+ "uk": "Ім`я"
+ },
+ "hint": {
+ "en": "Enter first name",
+ "ru": "Введите имя",
+ "uk": "Введіть ім`я"
+ },
+ "regexp": "\/^.{0,255}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "last_name",
+ "type": "string",
+ "label": {
+ "en": "Last name",
+ "ru": "Фамилия",
+ "uk": "Прізвище"
+ },
+ "hint": {
+ "en": "Enter last name",
+ "ru": "Введите фамилию",
+ "uk": "Введіть прізвище"
+ },
+ "regexp": "\/^.{0,255}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "date_of_birth",
+ "type": "string",
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "regexp": "\/^\\d{4}-\\d{2}-\\d{2}$\/",
+ "required": false,
+ "position": 3
+ }
+ ],
+ "flow": "hpp",
+ "method": "ecopayz",
+ "amount_min": 0.01,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "ecopayz_brl_hpp",
+ "currency": "BRL",
+ "fields": [
+ {
+ "key": "first_name",
+ "type": "string",
+ "label": {
+ "en": "First name",
+ "ru": "Имя",
+ "uk": "Ім`я"
+ },
+ "hint": {
+ "en": "Enter first name",
+ "ru": "Введите имя",
+ "uk": "Введіть ім`я"
+ },
+ "regexp": "\/^.{0,255}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "last_name",
+ "type": "string",
+ "label": {
+ "en": "Last name",
+ "ru": "Фамилия",
+ "uk": "Прізвище"
+ },
+ "hint": {
+ "en": "Enter last name",
+ "ru": "Введите фамилию",
+ "uk": "Введіть прізвище"
+ },
+ "regexp": "\/^.{0,255}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "date_of_birth",
+ "type": "string",
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "regexp": "\/^\\d{4}-\\d{2}-\\d{2}$\/",
+ "required": false,
+ "position": 3
+ }
+ ],
+ "flow": "hpp",
+ "method": "ecopayz",
+ "amount_min": 0.01,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "ecopayz_inr_hpp",
+ "currency": "INR",
+ "fields": [
+ {
+ "key": "first_name",
+ "type": "string",
+ "label": {
+ "en": "First name",
+ "ru": "Имя",
+ "uk": "Ім`я"
+ },
+ "hint": {
+ "en": "Enter first name",
+ "ru": "Введите имя",
+ "uk": "Введіть ім`я"
+ },
+ "regexp": "\/^.{0,255}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "last_name",
+ "type": "string",
+ "label": {
+ "en": "Last name",
+ "ru": "Фамилия",
+ "uk": "Прізвище"
+ },
+ "hint": {
+ "en": "Enter last name",
+ "ru": "Введите фамилию",
+ "uk": "Введіть прізвище"
+ },
+ "regexp": "\/^.{0,255}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "date_of_birth",
+ "type": "string",
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "regexp": "\/^\\d{4}-\\d{2}-\\d{2}$\/",
+ "required": false,
+ "position": 3
+ }
+ ],
+ "flow": "hpp",
+ "method": "ecopayz",
+ "amount_min": 0.01,
+ "amount_max": 1000000000
+ },
+ {
+ "status": "active",
+ "code": "ecopayz_ngn_hpp",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "first_name",
+ "type": "string",
+ "label": {
+ "en": "First name",
+ "ru": "Имя",
+ "uk": "Ім`я"
+ },
+ "hint": {
+ "en": "Enter first name",
+ "ru": "Введите имя",
+ "uk": "Введіть ім`я"
+ },
+ "regexp": "\/^.{0,255}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "last_name",
+ "type": "string",
+ "label": {
+ "en": "Last name",
+ "ru": "Фамилия",
+ "uk": "Прізвище"
+ },
+ "hint": {
+ "en": "Enter last name",
+ "ru": "Введите фамилию",
+ "uk": "Введіть прізвище"
+ },
+ "regexp": "\/^.{0,255}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "date_of_birth",
+ "type": "string",
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "regexp": "\/^\\d{4}-\\d{2}-\\d{2}$\/",
+ "required": false,
+ "position": 3
+ }
+ ],
+ "flow": "hpp",
+ "method": "ecopayz",
+ "amount_min": 0.01,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "ecopayz_pln_hpp",
+ "currency": "PLN",
+ "fields": [
+ {
+ "key": "first_name",
+ "type": "string",
+ "label": {
+ "en": "First name",
+ "ru": "Имя",
+ "uk": "Ім`я"
+ },
+ "hint": {
+ "en": "Enter first name",
+ "ru": "Введите имя",
+ "uk": "Введіть ім`я"
+ },
+ "regexp": "\/^.{0,255}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "last_name",
+ "type": "string",
+ "label": {
+ "en": "Last name",
+ "ru": "Фамилия",
+ "uk": "Прізвище"
+ },
+ "hint": {
+ "en": "Enter last name",
+ "ru": "Введите фамилию",
+ "uk": "Введіть прізвище"
+ },
+ "regexp": "\/^.{0,255}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "date_of_birth",
+ "type": "string",
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "regexp": "\/^\\d{4}-\\d{2}-\\d{2}$\/",
+ "required": false,
+ "position": 3
+ }
+ ],
+ "flow": "hpp",
+ "method": "ecopayz",
+ "amount_min": 0.01,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "ecopayz_mdl_hpp",
+ "currency": "MDL",
+ "fields": [
+ {
+ "key": "first_name",
+ "type": "string",
+ "label": {
+ "en": "First name",
+ "ru": "Имя",
+ "uk": "Ім`я"
+ },
+ "hint": {
+ "en": "Enter first name",
+ "ru": "Введите имя",
+ "uk": "Введіть ім`я"
+ },
+ "regexp": "\/^.{0,255}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "last_name",
+ "type": "string",
+ "label": {
+ "en": "Last name",
+ "ru": "Фамилия",
+ "uk": "Прізвище"
+ },
+ "hint": {
+ "en": "Enter last name",
+ "ru": "Введите фамилию",
+ "uk": "Введіть прізвище"
+ },
+ "regexp": "\/^.{0,255}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "date_of_birth",
+ "type": "string",
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "regexp": "\/^\\d{4}-\\d{2}-\\d{2}$\/",
+ "required": false,
+ "position": 3
+ }
+ ],
+ "flow": "hpp",
+ "method": "ecopayz",
+ "amount_min": 0.01,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "ecopayz_voucher_usd_hpp",
+ "currency": "USD",
+ "method": "ecopayz_voucher",
+ "flow": "hpp",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "ecopayz_voucher_eur_hpp",
+ "currency": "EUR",
+ "method": "ecopayz_voucher",
+ "flow": "hpp",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "ecopayz_voucher_gbp_hpp",
+ "currency": "GBP",
+ "method": "ecopayz_voucher",
+ "flow": "hpp",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "ecopayz_voucher_cad_hpp",
+ "currency": "CAD",
+ "method": "ecopayz_voucher",
+ "flow": "hpp",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "ecopayz_thb_hpp",
+ "currency": "THB",
+ "fields": [
+ {
+ "key": "first_name",
+ "type": "string",
+ "label": {
+ "en": "First name",
+ "ru": "Имя",
+ "uk": "Ім`я"
+ },
+ "hint": {
+ "en": "Enter first name",
+ "ru": "Введите имя",
+ "uk": "Введіть ім`я"
+ },
+ "regexp": "\/^[A-ZА-Я\\-\\sa-zа-я]{2,255}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "last_name",
+ "type": "string",
+ "label": {
+ "en": "Last name",
+ "ru": "Фамилия",
+ "uk": "Прізвище"
+ },
+ "hint": {
+ "en": "Enter last name",
+ "ru": "Введите фамилию",
+ "uk": "Введіть прізвище"
+ },
+ "regexp": "\/^[A-ZА-Я\\-\\sa-zа-я]{2,255}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "date_of_birth",
+ "type": "string",
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "regexp": "\/^\\d{4}-\\d{2}-\\d{2}$\/",
+ "required": false,
+ "position": 3
+ }
+ ],
+ "flow": "hpp",
+ "method": "ecopayz",
+ "amount_min": 0.01,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "ecopayz_idr_hpp",
+ "currency": "IDR",
+ "fields": [
+ {
+ "key": "first_name",
+ "type": "string",
+ "label": {
+ "en": "First name",
+ "ru": "Имя",
+ "uk": "Ім`я"
+ },
+ "hint": {
+ "en": "Enter first name",
+ "ru": "Введите имя",
+ "uk": "Введіть ім`я"
+ },
+ "regexp": "\/^[A-ZА-Я\\-\\sa-zа-я]{2,255}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "last_name",
+ "type": "string",
+ "label": {
+ "en": "Last name",
+ "ru": "Фамилия",
+ "uk": "Прізвище"
+ },
+ "hint": {
+ "en": "Enter last name",
+ "ru": "Введите фамилию",
+ "uk": "Введіть прізвище"
+ },
+ "regexp": "\/^[A-ZА-Я\\-\\sa-zа-я]{2,255}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "date_of_birth",
+ "type": "string",
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "regexp": "\/^\\d{4}-\\d{2}-\\d{2}$\/",
+ "required": false,
+ "position": 3
+ }
+ ],
+ "flow": "hpp",
+ "method": "ecopayz",
+ "amount_min": 0.01,
+ "amount_max": 15000000000
+ },
+ {
+ "status": "active",
+ "code": "ecopayz_myr_hpp",
+ "currency": "MYR",
+ "fields": [
+ {
+ "key": "first_name",
+ "type": "string",
+ "label": {
+ "en": "First name",
+ "ru": "Имя",
+ "uk": "Ім`я"
+ },
+ "hint": {
+ "en": "Enter first name",
+ "ru": "Введите имя",
+ "uk": "Введіть ім`я"
+ },
+ "regexp": "\/^[A-ZА-Я\\-\\sa-zа-я]{2,255}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "last_name",
+ "type": "string",
+ "label": {
+ "en": "Last name",
+ "ru": "Фамилия",
+ "uk": "Прізвище"
+ },
+ "hint": {
+ "en": "Enter last name",
+ "ru": "Введите фамилию",
+ "uk": "Введіть прізвище"
+ },
+ "regexp": "\/^[A-ZА-Я\\-\\sa-zа-я]{2,255}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "date_of_birth",
+ "type": "string",
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "regexp": "\/^\\d{4}-\\d{2}-\\d{2}$\/",
+ "required": false,
+ "position": 3
+ }
+ ],
+ "flow": "hpp",
+ "method": "ecopayz",
+ "amount_min": 0.01,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "ecopayz_mxn_hpp",
+ "currency": "MXN",
+ "fields": [
+ {
+ "key": "first_name",
+ "type": "string",
+ "label": {
+ "en": "First name",
+ "ru": "Имя",
+ "uk": "Ім`я"
+ },
+ "hint": {
+ "en": "Enter first name",
+ "ru": "Введите имя",
+ "uk": "Введіть ім`я"
+ },
+ "regexp": "\/^[A-ZА-Я\\-\\sa-zа-я]{2,255}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "last_name",
+ "type": "string",
+ "label": {
+ "en": "Last name",
+ "ru": "Фамилия",
+ "uk": "Прізвище"
+ },
+ "hint": {
+ "en": "Enter last name",
+ "ru": "Введите фамилию",
+ "uk": "Введіть прізвище"
+ },
+ "regexp": "\/^[A-ZА-Я\\-\\sa-zа-я]{2,255}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "date_of_birth",
+ "type": "string",
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "regexp": "\/^\\d{4}-\\d{2}-\\d{2}$\/",
+ "required": false,
+ "position": 3
+ }
+ ],
+ "flow": "hpp",
+ "method": "ecopayz",
+ "amount_min": 0.01,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "ecopayz_vnd_hpp",
+ "currency": "VND",
+ "fields": [
+ {
+ "key": "first_name",
+ "type": "string",
+ "label": {
+ "en": "First name",
+ "ru": "Имя",
+ "uk": "Ім`я"
+ },
+ "hint": {
+ "en": "Enter first name",
+ "ru": "Введите имя",
+ "uk": "Введіть ім`я"
+ },
+ "regexp": "\/^[A-ZА-Я\\-\\sa-zа-я]{2,255}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "last_name",
+ "type": "string",
+ "label": {
+ "en": "Last name",
+ "ru": "Фамилия",
+ "uk": "Прізвище"
+ },
+ "hint": {
+ "en": "Enter last name",
+ "ru": "Введите фамилию",
+ "uk": "Введіть прізвище"
+ },
+ "regexp": "\/^[A-ZА-Я\\-\\sa-zа-я]{2,255}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "date_of_birth",
+ "type": "string",
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "regexp": "\/^\\d{4}-\\d{2}-\\d{2}$\/",
+ "required": false,
+ "position": 3
+ }
+ ],
+ "flow": "hpp",
+ "method": "ecopayz",
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "muchbetter_usd_invoice",
+ "currency": "USD",
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона MuchBetter кошелька",
+ "uk": "Введіть номер телефону MuchBetter гаманця"
+ },
+ "example": "+447624222721",
+ "regexp": "\/^\\+\\d{1,15}$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "flow": "invoice",
+ "method": "muchbetter",
+ "amount_min": 0.01,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "muchbetter_eur_invoice",
+ "currency": "EUR",
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона MuchBetter кошелька",
+ "uk": "Введіть номер телефону MuchBetter гаманця"
+ },
+ "example": "+447624222721",
+ "regexp": "\/^\\+\\d{1,15}$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "flow": "invoice",
+ "method": "muchbetter",
+ "amount_min": 0.01,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "muchbetter_gbp_invoice",
+ "currency": "GBP",
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона MuchBetter кошелька",
+ "uk": "Введіть номер телефону MuchBetter гаманця"
+ },
+ "example": "+447624222721",
+ "regexp": "\/^\\+\\d{1,15}$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "flow": "invoice",
+ "method": "muchbetter",
+ "amount_min": 0.01,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "muchbetter_brl_invoice",
+ "currency": "BRL",
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона MuchBetter кошелька",
+ "uk": "Введіть номер телефону MuchBetter гаманця"
+ },
+ "example": "+447624222721",
+ "regexp": "\/^\\+\\d{1,15}$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "flow": "invoice",
+ "method": "muchbetter",
+ "amount_min": 0.01,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "muchbetter_mxn_invoice",
+ "currency": "MXN",
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона MuchBetter кошелька",
+ "uk": "Введіть номер телефону MuchBetter гаманця"
+ },
+ "example": "+447624222721",
+ "regexp": "\/^\\+\\d{1,15}$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "flow": "invoice",
+ "method": "muchbetter",
+ "amount_min": 0.01,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "muchbetter_vnd_invoice",
+ "currency": "VND",
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона MuchBetter кошелька",
+ "uk": "Введіть номер телефону MuchBetter гаманця"
+ },
+ "example": "+447624222721",
+ "regexp": "\/^\\+\\d{1,15}$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "flow": "invoice",
+ "method": "muchbetter",
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "muchbetter_myr_invoice",
+ "currency": "MYR",
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона MuchBetter кошелька",
+ "uk": "Введіть номер телефону MuchBetter гаманця"
+ },
+ "example": "+447624222721",
+ "regexp": "\/^\\+\\d{1,15}$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "flow": "invoice",
+ "method": "muchbetter",
+ "amount_min": 0.01,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "muchbetter_idr_invoice",
+ "currency": "IDR",
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона MuchBetter кошелька",
+ "uk": "Введіть номер телефону MuchBetter гаманця"
+ },
+ "example": "+447624222721",
+ "regexp": "\/^\\+\\d{1,15}$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "flow": "invoice",
+ "method": "muchbetter",
+ "amount_min": 0.01,
+ "amount_max": 15000000000
+ },
+ {
+ "status": "active",
+ "code": "muchbetter_thb_invoice",
+ "currency": "THB",
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона MuchBetter кошелька",
+ "uk": "Введіть номер телефону MuchBetter гаманця"
+ },
+ "example": "+447624222721",
+ "regexp": "\/^\\+\\d{1,15}$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "flow": "invoice",
+ "method": "muchbetter",
+ "amount_min": 0.01,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "muchbetter_pln_invoice",
+ "currency": "PLN",
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона MuchBetter кошелька",
+ "uk": "Введіть номер телефону MuchBetter гаманця"
+ },
+ "example": "+447624222721",
+ "regexp": "\/^\\+\\d{1,15}$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "flow": "invoice",
+ "method": "muchbetter",
+ "amount_min": 0.01,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "muchbetter_cad_invoice",
+ "currency": "CAD",
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона MuchBetter кошелька",
+ "uk": "Введіть номер телефону MuchBetter гаманця"
+ },
+ "example": "+447624222721",
+ "regexp": "\/^\\+\\d{1,15}$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "flow": "invoice",
+ "method": "muchbetter",
+ "amount_min": 0.01,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "ecobanq_inr_transfer",
+ "currency": "INR",
+ "fields": [
+ {
+ "key": "user_id",
+ "type": "string",
+ "label": {
+ "en": "user ID",
+ "ru": "user ID",
+ "uk": "user ID"
+ },
+ "hint": {
+ "en": "Enter user ID",
+ "ru": "Введите user ID",
+ "uk": "Введіть user ID"
+ },
+ "example": "Q123456",
+ "regexp": "\/^[Q]\\d{6}$\/",
+ "required": true,
+ "position": 1
+ },
+ {
+ "key": "password",
+ "type": "string",
+ "label": {
+ "en": "Password",
+ "ru": "Password",
+ "uk": "Password"
+ },
+ "hint": {
+ "en": "Enter password",
+ "ru": "Введите пароль",
+ "uk": "Введіть пароль"
+ },
+ "example": "password",
+ "regexp": "\/^.{1,255}$\/",
+ "required": true,
+ "position": 2
+ }
+ ],
+ "flow": "transfer",
+ "method": "ecobanq",
+ "amount_min": 0.01,
+ "amount_max": 1000000000
+ },
+ {
+ "status": "active",
+ "code": "airtel_money_tzs_invoice",
+ "currency": "TZS",
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "255742044295",
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": false,
+ "position": 1
+ }
+ ],
+ "flow": "invoice",
+ "method": "airtel_money",
+ "amount_min": 100,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "vodacom_tzs_invoice",
+ "currency": "TZS",
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "255742044295",
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": false,
+ "position": 1
+ }
+ ],
+ "flow": "invoice",
+ "method": "vodacom",
+ "amount_min": 100,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "vodacom_cdf_invoice",
+ "currency": "CDF",
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "255742044295",
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": false,
+ "position": 1
+ }
+ ],
+ "flow": "invoice",
+ "method": "vodacom",
+ "amount_min": 26,
+ "amount_max": 256992047
+ },
+ {
+ "status": "active",
+ "code": "safaricom_kes_invoice",
+ "currency": "KES",
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "+255742044295",
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "flow": "invoice",
+ "method": "safaricom",
+ "amount_min": 0.01,
+ "amount_max": 11490000
+ },
+ {
+ "status": "active",
+ "code": "airtel_money_kes_invoice",
+ "currency": "KES",
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "+255742044295",
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "email",
+ "type": "string",
+ "regexp": "\/^[0-9A-Za-z-_\\.]+@([0-9A-Za-z-_]+\\.)+[0-9A-Za-z-_]{2,5}$\/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ }
+ }
+ ],
+ "flow": "invoice",
+ "method": "airtel_money",
+ "amount_min": 0.01,
+ "amount_max": 11490000
+ },
+ {
+ "status": "active",
+ "code": "airtel_money_ugx_invoice",
+ "currency": "UGX",
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "+255742044295",
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": false,
+ "position": 1
+ }
+ ],
+ "flow": "invoice",
+ "method": "airtel_money",
+ "amount_min": 1,
+ "amount_max": 360000000
+ },
+ {
+ "status": "active",
+ "code": "equitel_kes_invoice",
+ "currency": "KES",
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "+255742044295",
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "flow": "invoice",
+ "method": "equitel",
+ "amount_min": 0.01,
+ "amount_max": 11490000
+ },
+ {
+ "status": "active",
+ "code": "zantel_ezypesa_zmw_invoice",
+ "currency": "ZMW",
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "+255742044295",
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "flow": "invoice",
+ "method": "zantel_ezypesa",
+ "amount_min": 0.01,
+ "amount_max": 1800000
+ },
+ {
+ "status": "active",
+ "code": "mtn_ugx_invoice",
+ "currency": "UGX",
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "+255742044295",
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": false,
+ "position": 1
+ }
+ ],
+ "flow": "invoice",
+ "method": "mtn",
+ "amount_min": 1,
+ "amount_max": 360000000
+ },
+ {
+ "status": "active",
+ "code": "mtn_rwf_invoice",
+ "currency": "RWF",
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "+255742044295",
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": false,
+ "position": 1
+ }
+ ],
+ "flow": "invoice",
+ "method": "mtn",
+ "amount_min": 1,
+ "amount_max": 102500000
+ },
+ {
+ "status": "active",
+ "code": "mtn_ghs_invoice",
+ "currency": "GHS",
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "+255742044295",
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "email",
+ "type": "string",
+ "regexp": "\/^[0-9A-Za-z-_\\.]+@([0-9A-Za-z-_]+\\.)+[0-9A-Za-z-_]{2,5}$\/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ }
+ }
+ ],
+ "flow": "invoice",
+ "method": "mtn",
+ "amount_min": 0.1,
+ "amount_max": 1090000
+ },
+ {
+ "status": "active",
+ "code": "halotel_tzs_invoice",
+ "currency": "TZS",
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "+255742044295",
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": false,
+ "position": 1
+ }
+ ],
+ "flow": "invoice",
+ "method": "halotel",
+ "amount_min": 0.01,
+ "amount_max": 232000000
+ },
+ {
+ "status": "active",
+ "code": "tigo_pesa_tzs_invoice",
+ "currency": "TZS",
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "255742044295",
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": false,
+ "position": 1
+ }
+ ],
+ "flow": "invoice",
+ "method": "tigo_pesa",
+ "amount_min": 100,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "halo_pesa_tzs_invoice",
+ "currency": "TZS",
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "255742044295",
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "flow": "invoice",
+ "method": "halo_pesa",
+ "amount_min": 100,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "zantel_ezypesa_tzs_invoice",
+ "currency": "TZS",
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "255742044295",
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "flow": "invoice",
+ "method": "zantel_ezypesa",
+ "amount_min": 100,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "uax_uah_invoice",
+ "currency": "UAH",
+ "flow": "invoice",
+ "method": "uax",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_klarna_pln_hpp",
+ "currency": "PLN",
+ "flow": "hpp",
+ "method": "bank_transfer_klarna",
+ "amount_min": 0.5,
+ "amount_max": 500000
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_klarna_eur_hpp",
+ "currency": "EUR",
+ "flow": "hpp",
+ "method": "bank_transfer_klarna",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_klarna_usd_hpp",
+ "currency": "USD",
+ "flow": "hpp",
+ "method": "bank_transfer_klarna",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_klarna_gbp_hpp",
+ "currency": "GBP",
+ "flow": "hpp",
+ "method": "bank_transfer_klarna",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "vcreditos_brl_transfer",
+ "currency": "BRL",
+ "flow": "transfer",
+ "method": "vcreditos",
+ "fields": [
+ {
+ "key": "user_id",
+ "type": "string",
+ "label": {
+ "en": "User ID",
+ "ru": "User ID",
+ "uk": "User ID"
+ },
+ "hint": {
+ "en": "Enter user ID",
+ "ru": "Введите user ID",
+ "uk": "Введiть user ID"
+ },
+ "regexp": "\/^[a-zA-Z0-9_]{1,128}$\/",
+ "required": true,
+ "position": 1
+ },
+ {
+ "key": "user_secure_id",
+ "type": "string",
+ "label": {
+ "en": "User Secure ID",
+ "ru": "User Secure ID",
+ "uk": "User Secure ID"
+ },
+ "hint": {
+ "en": "Enter user secure ID",
+ "ru": "Введите user secure ID",
+ "uk": "Введiть user secure ID"
+ },
+ "regexp": "\/^[a-zA-Z0-9_]{1,128}$\/",
+ "required": true,
+ "position": 2
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "vcreditos_push_brl_transfer",
+ "currency": "BRL",
+ "flow": "transfer",
+ "method": "vcreditos_push",
+ "amount_min": 0.1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "skrill_usd_hpp",
+ "flow": "hpp",
+ "method": "skrill",
+ "currency": "USD",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "skrill_thb_hpp",
+ "flow": "hpp",
+ "method": "skrill",
+ "currency": "THB",
+ "amount_min": 0.01,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "skrill_myr_hpp",
+ "flow": "hpp",
+ "method": "skrill",
+ "currency": "MYR",
+ "amount_min": 0.01,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "skrill_bdt_hpp",
+ "flow": "hpp",
+ "method": "skrill",
+ "currency": "BDT",
+ "amount_min": 0.01,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "skrill_npr_hpp",
+ "flow": "hpp",
+ "method": "skrill",
+ "currency": "NPR",
+ "amount_min": 0.01,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "skrill_lkr_hpp",
+ "flow": "hpp",
+ "method": "skrill",
+ "currency": "LKR",
+ "amount_min": 0.01,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "skrill_mdl_hpp",
+ "flow": "hpp",
+ "method": "skrill",
+ "currency": "MDL",
+ "amount_min": 0.01,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "skrill_mxn_hpp",
+ "flow": "hpp",
+ "method": "skrill",
+ "currency": "MXN",
+ "amount_min": 0.01,
+ "amount_max": 2000000
+ },
+ {
+ "status": "active",
+ "code": "cascad_uah_hpp",
+ "flow": "hpp",
+ "method": "cascad",
+ "currency": "UAH",
+ "amount_min": 0.01,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "bitcoin_btc_invoice",
+ "flow": "invoice",
+ "method": "bitcoin",
+ "currency": "BTC",
+ "amount_min": 0.00001,
+ "amount_max": 10000
+ },
+ {
+ "status": "active",
+ "code": "bitcoin_ltc_invoice",
+ "flow": "invoice",
+ "method": "bitcoin",
+ "currency": "LTC",
+ "amount_min": 0.00001,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "bitcoin_bch_invoice",
+ "flow": "invoice",
+ "method": "bitcoin",
+ "currency": "BCH",
+ "amount_min": 0.00001,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "bitcoin_usd_invoice",
+ "flow": "invoice",
+ "method": "bitcoin",
+ "currency": "USD",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "bitcoin_eur_invoice",
+ "flow": "invoice",
+ "method": "bitcoin",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "bitcoin_uah_invoice",
+ "flow": "invoice",
+ "method": "bitcoin",
+ "currency": "UAH",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "bitcoin_rub_invoice",
+ "flow": "invoice",
+ "method": "bitcoin",
+ "currency": "RUB",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "bitcoin_cash_btc_invoice",
+ "flow": "invoice",
+ "method": "bitcoin_cash",
+ "currency": "BTC",
+ "amount_min": 0.00001,
+ "amount_max": 10000
+ },
+ {
+ "status": "active",
+ "code": "bitcoin_cash_ltc_invoice",
+ "flow": "invoice",
+ "method": "bitcoin_cash",
+ "currency": "LTC",
+ "amount_min": 0.00001,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "bitcoin_cash_bch_invoice",
+ "flow": "invoice",
+ "method": "bitcoin_cash",
+ "currency": "BCH",
+ "amount_min": 0.00001,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "bitcoin_cash_usd_invoice",
+ "flow": "invoice",
+ "method": "bitcoin_cash",
+ "currency": "USD",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "bitcoin_cash_eur_invoice",
+ "flow": "invoice",
+ "method": "bitcoin_cash",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "bitcoin_cash_uah_invoice",
+ "flow": "invoice",
+ "method": "bitcoin_cash",
+ "currency": "UAH",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "bitcoin_cash_rub_invoice",
+ "flow": "invoice",
+ "method": "bitcoin_cash",
+ "currency": "RUB",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "litecoin_btc_invoice",
+ "flow": "invoice",
+ "method": "litecoin",
+ "currency": "BTC",
+ "amount_min": 0.00001,
+ "amount_max": 10000
+ },
+ {
+ "status": "active",
+ "code": "litecoin_rub_invoice",
+ "flow": "invoice",
+ "method": "litecoin",
+ "currency": "RUB",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "litecoin_ltc_invoice",
+ "flow": "invoice",
+ "method": "litecoin",
+ "currency": "LTC",
+ "amount_min": 0.00001,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "litecoin_bch_invoice",
+ "flow": "invoice",
+ "method": "litecoin",
+ "currency": "BCH",
+ "amount_min": 0.00001,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "litecoin_usd_invoice",
+ "flow": "invoice",
+ "method": "litecoin",
+ "currency": "USD",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "litecoin_eur_invoice",
+ "flow": "invoice",
+ "method": "litecoin",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "litecoin_uah_invoice",
+ "flow": "invoice",
+ "method": "litecoin",
+ "currency": "UAH",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "cash_uah_invoice",
+ "flow": "invoice",
+ "method": "cash",
+ "currency": "UAH",
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "cash_rub_invoice",
+ "flow": "invoice",
+ "method": "cash",
+ "currency": "RUB",
+ "amount_min": 0.01,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "cash_usd_invoice",
+ "flow": "invoice",
+ "method": "cash",
+ "currency": "USD",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "cash_eur_invoice",
+ "flow": "invoice",
+ "method": "cash",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "cash_gbp_invoice",
+ "flow": "invoice",
+ "method": "cash",
+ "currency": "GBP",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "cash_cad_invoice",
+ "flow": "invoice",
+ "method": "cash",
+ "currency": "CAD",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "cash_aud_invoice",
+ "flow": "invoice",
+ "method": "cash",
+ "currency": "AUD",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "cash_pln_invoice",
+ "flow": "invoice",
+ "method": "cash",
+ "currency": "PLN",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "cash_kzt_invoice",
+ "flow": "invoice",
+ "method": "cash",
+ "currency": "KZT",
+ "amount_min": 0.01,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "tether_btc_invoice",
+ "flow": "invoice",
+ "method": "tether",
+ "currency": "BTC",
+ "amount_min": 0.00001,
+ "amount_max": 10000
+ },
+ {
+ "status": "active",
+ "code": "tether_ltc_invoice",
+ "flow": "invoice",
+ "method": "tether",
+ "currency": "LTC",
+ "amount_min": 0.00001,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "tether_bch_invoice",
+ "flow": "invoice",
+ "method": "tether",
+ "currency": "BCH",
+ "amount_min": 0.00001,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "tether_usd_invoice",
+ "flow": "invoice",
+ "method": "tether",
+ "currency": "USD",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "tether_erc20_usd_invoice",
+ "flow": "invoice",
+ "method": "tether",
+ "currency": "USD",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "tether_erc20_cad_hpp",
+ "flow": "hpp",
+ "method": "tether",
+ "currency": "CAD",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "tether_erc20_aud_hpp",
+ "flow": "hpp",
+ "method": "tether",
+ "currency": "AUD",
+ "amount_min": 0.01,
+ "amount_max": 150000
+ },
+ {
+ "status": "active",
+ "code": "tether_trc20_aud_hpp",
+ "flow": "hpp",
+ "method": "tether",
+ "currency": "AUD",
+ "amount_min": 0.01,
+ "amount_max": 150000
+ },
+ {
+ "status": "active",
+ "code": "tether_bep20_aud_hpp",
+ "flow": "hpp",
+ "method": "tether",
+ "currency": "AUD",
+ "amount_min": 0.01,
+ "amount_max": 150000
+ },
+ {
+ "status": "active",
+ "code": "tether_erc20_usdt_invoice",
+ "flow": "invoice",
+ "method": "tether",
+ "currency": "USDT",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "tether_trc20_usd_invoice",
+ "flow": "invoice",
+ "method": "tether",
+ "currency": "USD",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "tether_trc20_cad_hpp",
+ "flow": "hpp",
+ "method": "tether",
+ "currency": "CAD",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "tether_bep20_cad_hpp",
+ "flow": "hpp",
+ "method": "tether",
+ "currency": "CAD",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "tether_trc20_usdt_invoice",
+ "flow": "invoice",
+ "method": "tether",
+ "currency": "USDT",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "tether_erc20_uah_hpp",
+ "flow": "hpp",
+ "method": "tether",
+ "currency": "UAH",
+ "amount_min": 0.01,
+ "amount_max": 5000000
+ },
+ {
+ "status": "active",
+ "code": "tether_erc20_usd_hpp",
+ "flow": "hpp",
+ "method": "tether",
+ "currency": "USD",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "tether_erc20_rub_hpp",
+ "flow": "hpp",
+ "method": "tether",
+ "currency": "RUB",
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "tether_erc20_inr_hpp",
+ "flow": "hpp",
+ "method": "tether",
+ "currency": "INR",
+ "amount_min": 0.01,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "tether_erc20_kzt_hpp",
+ "flow": "hpp",
+ "method": "tether",
+ "currency": "KZT",
+ "amount_min": 0.01,
+ "amount_max": 50000000
+ },
+ {
+ "status": "active",
+ "code": "tether_erc20_try_hpp",
+ "flow": "hpp",
+ "method": "tether",
+ "currency": "TRY",
+ "amount_min": 0.01,
+ "amount_max": 3000000
+ },
+ {
+ "status": "active",
+ "code": "tether_erc20_uzs_hpp",
+ "flow": "hpp",
+ "method": "tether",
+ "currency": "UZS",
+ "amount_min": 0.01,
+ "amount_max": 1000000000
+ },
+ {
+ "status": "active",
+ "code": "tether_erc20_azn_hpp",
+ "flow": "hpp",
+ "method": "tether",
+ "currency": "AZN",
+ "amount_min": 0.01,
+ "amount_max": 200000
+ },
+ {
+ "status": "active",
+ "code": "tether_erc20_aed_hpp",
+ "flow": "hpp",
+ "method": "tether",
+ "currency": "AED",
+ "amount_min": 0.01,
+ "amount_max": 400000
+ },
+ {
+ "status": "active",
+ "code": "tether_erc20_idr_hpp",
+ "flow": "hpp",
+ "method": "tether",
+ "currency": "IDR",
+ "amount_min": 0.01,
+ "amount_max": 15000000000
+ },
+ {
+ "status": "active",
+ "code": "tether_erc20_pkr_hpp",
+ "flow": "hpp",
+ "method": "tether",
+ "currency": "PKR",
+ "amount_min": 0.01,
+ "amount_max": 30000000
+ },
+ {
+ "status": "active",
+ "code": "tether_erc20_vnd_hpp",
+ "flow": "hpp",
+ "method": "tether",
+ "currency": "VND",
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "tether_erc20_eur_hpp",
+ "flow": "hpp",
+ "method": "tether",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "tether_erc20_gbp_hpp",
+ "flow": "hpp",
+ "method": "tether",
+ "currency": "GBP",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "tether_erc20_chf_hpp",
+ "flow": "hpp",
+ "method": "tether",
+ "currency": "CHF",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "tether_erc20_eth_hpp",
+ "flow": "hpp",
+ "method": "tether",
+ "currency": "ETH",
+ "amount_min": 0.00001,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "tether_erc20_btc_hpp",
+ "flow": "hpp",
+ "method": "tether",
+ "currency": "BTC",
+ "amount_min": 0.00001,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "tether_trc20_uah_hpp",
+ "flow": "hpp",
+ "method": "tether",
+ "currency": "UAH",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "tether_trc20_usd_hpp",
+ "flow": "hpp",
+ "method": "tether",
+ "currency": "USD",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "tether_trc20_gbp_hpp",
+ "flow": "hpp",
+ "method": "tether",
+ "currency": "GBP",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "tether_trc20_chf_hpp",
+ "flow": "hpp",
+ "method": "tether",
+ "currency": "CHF",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "tether_trc20_eur_hpp",
+ "flow": "hpp",
+ "method": "tether",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "tether_trc20_rub_hpp",
+ "flow": "hpp",
+ "method": "tether",
+ "currency": "RUB",
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "tether_trc20_inr_hpp",
+ "flow": "hpp",
+ "method": "tether",
+ "currency": "INR",
+ "amount_min": 0.01,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "tether_trc20_kzt_hpp",
+ "flow": "hpp",
+ "method": "tether",
+ "currency": "KZT",
+ "amount_min": 0.01,
+ "amount_max": 50000000
+ },
+ {
+ "status": "active",
+ "code": "tether_trc20_try_hpp",
+ "flow": "hpp",
+ "method": "tether",
+ "currency": "TRY",
+ "amount_min": 0.01,
+ "amount_max": 3000000
+ },
+ {
+ "status": "active",
+ "code": "tether_trc20_uzs_hpp",
+ "flow": "hpp",
+ "method": "tether",
+ "currency": "UZS",
+ "amount_min": 0.01,
+ "amount_max": 1000000000
+ },
+ {
+ "status": "active",
+ "code": "tether_trc20_azn_hpp",
+ "flow": "hpp",
+ "method": "tether",
+ "currency": "AZN",
+ "amount_min": 0.01,
+ "amount_max": 200000
+ },
+ {
+ "status": "active",
+ "code": "tether_trc20_aed_hpp",
+ "flow": "hpp",
+ "method": "tether",
+ "currency": "AED",
+ "amount_min": 0.01,
+ "amount_max": 400000
+ },
+ {
+ "status": "active",
+ "code": "tether_trc20_idr_hpp",
+ "flow": "hpp",
+ "method": "tether",
+ "currency": "IDR",
+ "amount_min": 0.01,
+ "amount_max": 15000000000
+ },
+ {
+ "status": "active",
+ "code": "tether_trc20_pkr_hpp",
+ "flow": "hpp",
+ "method": "tether",
+ "currency": "PKR",
+ "amount_min": 0.01,
+ "amount_max": 30000000
+ },
+ {
+ "status": "active",
+ "code": "tether_trc20_vnd_hpp",
+ "flow": "hpp",
+ "method": "tether",
+ "currency": "VND",
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "tether_eur_invoice",
+ "flow": "invoice",
+ "method": "tether",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "tether_uah_invoice",
+ "flow": "invoice",
+ "method": "tether",
+ "currency": "UAH",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "tether_rub_invoice",
+ "flow": "invoice",
+ "method": "tether",
+ "currency": "RUB",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "tether_usdt_invoice",
+ "flow": "invoice",
+ "method": "tether",
+ "currency": "USDT",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "tether_erc20_usdt_hpp",
+ "flow": "hpp",
+ "method": "tether",
+ "currency": "USDT",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "tether_bep20_usdt_hpp",
+ "flow": "hpp",
+ "method": "tether",
+ "currency": "USDT",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "tether_polygon_usdt_hpp",
+ "flow": "hpp",
+ "method": "tether",
+ "currency": "USDT",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "tether_polygon_rub_hpp",
+ "flow": "hpp",
+ "method": "tether",
+ "currency": "RUB",
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "tether_polygon_inr_hpp",
+ "flow": "hpp",
+ "method": "tether",
+ "currency": "INR",
+ "amount_min": 0.01,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "tether_polygon_kzt_hpp",
+ "flow": "hpp",
+ "method": "tether",
+ "currency": "KZT",
+ "amount_min": 0.01,
+ "amount_max": 50000000
+ },
+ {
+ "status": "active",
+ "code": "tether_polygon_uah_hpp",
+ "flow": "hpp",
+ "method": "tether",
+ "currency": "UAH",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "tether_polygon_try_hpp",
+ "flow": "hpp",
+ "method": "tether",
+ "currency": "TRY",
+ "amount_min": 0.01,
+ "amount_max": 3000000
+ },
+ {
+ "status": "active",
+ "code": "tether_polygon_uzs_hpp",
+ "flow": "hpp",
+ "method": "tether",
+ "currency": "UZS",
+ "amount_min": 0.01,
+ "amount_max": 1000000000
+ },
+ {
+ "status": "active",
+ "code": "tether_polygon_azn_hpp",
+ "flow": "hpp",
+ "method": "tether",
+ "currency": "AZN",
+ "amount_min": 0.01,
+ "amount_max": 200000
+ },
+ {
+ "status": "active",
+ "code": "tether_polygon_aed_hpp",
+ "flow": "hpp",
+ "method": "tether",
+ "currency": "AED",
+ "amount_min": 0.01,
+ "amount_max": 400000
+ },
+ {
+ "status": "active",
+ "code": "tether_polygon_idr_hpp",
+ "flow": "hpp",
+ "method": "tether",
+ "currency": "IDR",
+ "amount_min": 0.01,
+ "amount_max": 15000000000
+ },
+ {
+ "status": "active",
+ "code": "tether_polygon_pkr_hpp",
+ "flow": "hpp",
+ "method": "tether",
+ "currency": "PKR",
+ "amount_min": 0.01,
+ "amount_max": 30000000
+ },
+ {
+ "status": "active",
+ "code": "tether_polygon_vnd_hpp",
+ "flow": "hpp",
+ "method": "tether",
+ "currency": "VND",
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "tether_polygon_eur_hpp",
+ "flow": "hpp",
+ "method": "tether",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "tether_bsc_eur_hpp",
+ "flow": "hpp",
+ "method": "tether",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "tether_polygon_usd_hpp",
+ "flow": "hpp",
+ "method": "tether",
+ "currency": "USD",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "digital_cash_dash_hpp",
+ "flow": "hpp",
+ "method": "digital_cash",
+ "currency": "DASH",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "binance_usd_busd_hpp",
+ "flow": "hpp",
+ "method": "binance_usd",
+ "currency": "BUSD",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "polygon_matic_hpp",
+ "flow": "hpp",
+ "method": "polygon",
+ "currency": "MATIC",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "toncoin_ton_hpp",
+ "flow": "hpp",
+ "method": "toncoin",
+ "currency": "TON",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "tether_bep20_rub_hpp",
+ "flow": "hpp",
+ "method": "tether",
+ "currency": "RUB",
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "tether_bep20_inr_hpp",
+ "flow": "hpp",
+ "method": "tether",
+ "currency": "INR",
+ "amount_min": 0.01,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "tether_bep20_kzt_hpp",
+ "flow": "hpp",
+ "method": "tether",
+ "currency": "KZT",
+ "amount_min": 0.01,
+ "amount_max": 50000000
+ },
+ {
+ "status": "active",
+ "code": "tether_bep20_uah_hpp",
+ "flow": "hpp",
+ "method": "tether",
+ "currency": "UAH",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "tether_bep20_try_hpp",
+ "flow": "hpp",
+ "method": "tether",
+ "currency": "TRY",
+ "amount_min": 0.01,
+ "amount_max": 3000000
+ },
+ {
+ "status": "active",
+ "code": "tether_bep20_uzs_hpp",
+ "flow": "hpp",
+ "method": "tether",
+ "currency": "UZS",
+ "amount_min": 0.01,
+ "amount_max": 1000000000
+ },
+ {
+ "status": "active",
+ "code": "tether_bep20_azn_hpp",
+ "flow": "hpp",
+ "method": "tether",
+ "currency": "AZN",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "tether_bep20_aed_hpp",
+ "flow": "hpp",
+ "method": "tether",
+ "currency": "AED",
+ "amount_min": 0.01,
+ "amount_max": 400000
+ },
+ {
+ "status": "active",
+ "code": "tether_bep20_idr_hpp",
+ "flow": "hpp",
+ "method": "tether",
+ "currency": "IDR",
+ "amount_min": 0.01,
+ "amount_max": 15000000000
+ },
+ {
+ "status": "active",
+ "code": "tether_bep20_pkr_hpp",
+ "flow": "hpp",
+ "method": "tether",
+ "currency": "PKR",
+ "amount_min": 0.01,
+ "amount_max": 30000000
+ },
+ {
+ "status": "active",
+ "code": "tether_bep20_vnd_hpp",
+ "flow": "hpp",
+ "method": "tether",
+ "currency": "VND",
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "tether_bep20_eur_hpp",
+ "flow": "hpp",
+ "method": "tether",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "tether_bep20_gbp_hpp",
+ "flow": "hpp",
+ "method": "tether",
+ "currency": "GBP",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "tether_bep20_chf_hpp",
+ "flow": "hpp",
+ "method": "tether",
+ "currency": "CHF",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "tether_bep20_usd_hpp",
+ "flow": "hpp",
+ "method": "tether",
+ "currency": "USD",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "tether_trc20_usdt_hpp",
+ "flow": "hpp",
+ "method": "tether",
+ "currency": "USDT",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "tether_usdt_hpp",
+ "flow": "hpp",
+ "method": "tether",
+ "currency": "USDT",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "binance_coin_bnb_hpp",
+ "flow": "hpp",
+ "method": "binance_coin",
+ "currency": "BNB",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "binance_coin_usd_hpp",
+ "flow": "hpp",
+ "method": "binance_coin",
+ "currency": "USD",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "binance_coin_eur_hpp",
+ "flow": "hpp",
+ "method": "binance_coin",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "binance_coin_gbp_hpp",
+ "flow": "hpp",
+ "method": "binance_coin",
+ "currency": "GBP",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "binance_coin_chf_hpp",
+ "flow": "hpp",
+ "method": "binance_coin",
+ "currency": "CHF",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "dogecoin_doge_hpp",
+ "flow": "hpp",
+ "method": "dogecoin",
+ "currency": "DOGE",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "dogecoin_cad_hpp",
+ "flow": "hpp",
+ "method": "dogecoin",
+ "currency": "CAD",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "dogecoin_bep20_cad_hpp",
+ "flow": "hpp",
+ "method": "dogecoin",
+ "currency": "CAD",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "dogecoin_aud_hpp",
+ "flow": "hpp",
+ "method": "dogecoin",
+ "currency": "AUD",
+ "amount_min": 0.01,
+ "amount_max": 150000
+ },
+ {
+ "status": "active",
+ "code": "dogecoin_bep20_aud_hpp",
+ "flow": "hpp",
+ "method": "dogecoin",
+ "currency": "AUD",
+ "amount_min": 0.01,
+ "amount_max": 150000
+ },
+ {
+ "status": "active",
+ "code": "dogecoin_gbp_hpp",
+ "flow": "hpp",
+ "method": "dogecoin",
+ "currency": "GBP",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "dogecoin_bep20_gbp_hpp",
+ "flow": "hpp",
+ "method": "dogecoin",
+ "currency": "GBP",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "dogecoin_usd_hpp",
+ "flow": "hpp",
+ "method": "dogecoin",
+ "currency": "USD",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "dogecoin_eur_hpp",
+ "flow": "hpp",
+ "method": "dogecoin",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "dogecoin_bep20_eur_hpp",
+ "flow": "hpp",
+ "method": "dogecoin",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "dogecoin_bep20_usd_hpp",
+ "flow": "hpp",
+ "method": "dogecoin",
+ "currency": "USD",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "dhanalaxmi_bank_india_inr_hpp",
+ "currency": "INR",
+ "flow": "hpp",
+ "method": "dhanalaxmi_bank_india",
+ "amount_min": 0.01,
+ "amount_max": 1000000000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "laxmi_vilas_bank_inr_hpp",
+ "currency": "INR",
+ "flow": "hpp",
+ "method": "laxmi_vilas_bank",
+ "amount_min": 0.01,
+ "amount_max": 1000000000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "federal_bank_india_inr_hpp",
+ "currency": "INR",
+ "flow": "hpp",
+ "method": "federal_bank_india",
+ "amount_min": 0.01,
+ "amount_max": 1000000000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "dcb_bank_india_inr_hpp",
+ "currency": "INR",
+ "flow": "hpp",
+ "method": "dcb_bank_india",
+ "amount_min": 0.01,
+ "amount_max": 1000000000
+ },
+ {
+ "status": "active",
+ "code": "j_k_bank_india_inr_hpp",
+ "currency": "INR",
+ "flow": "hpp",
+ "method": "j_k_bank_india",
+ "amount_min": 0.01,
+ "amount_max": 1000000000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "karurvysya_bank_india_inr_hpp",
+ "currency": "INR",
+ "flow": "hpp",
+ "method": "karurvysya_bank_india",
+ "amount_min": 0.01,
+ "amount_max": 1000000000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "indian_overseas_bank_inr_hpp",
+ "currency": "INR",
+ "flow": "hpp",
+ "method": "indian_overseas_bank",
+ "amount_min": 0.01,
+ "amount_max": 1000000000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "indusind_bank_inr_hpp",
+ "currency": "INR",
+ "flow": "hpp",
+ "method": "indusind_bank",
+ "amount_min": 0.01,
+ "amount_max": 1000000000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "maharashtra_bank_india_inr_hpp",
+ "currency": "INR",
+ "flow": "hpp",
+ "method": "maharashtra_bank_india",
+ "amount_min": 0.01,
+ "amount_max": 1000000000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "tamilnad_mercantile_bank_india_inr_hpp",
+ "currency": "INR",
+ "flow": "hpp",
+ "method": "tamilnad_mercantile_bank_india",
+ "amount_min": 0.01,
+ "amount_max": 1000000000
+ },
+ {
+ "status": "active",
+ "code": "lakshmi_vilas_bank_india_inr_hpp",
+ "currency": "INR",
+ "flow": "hpp",
+ "method": "lakshmi_vilas_bank_india",
+ "amount_min": 0.01,
+ "amount_max": 1000000000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "uco_bank_india_inr_hpp",
+ "currency": "INR",
+ "flow": "hpp",
+ "method": "uco_bank_india",
+ "amount_min": 0.01,
+ "amount_max": 1000000000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "cosmos_bank_india_inr_hpp",
+ "currency": "INR",
+ "flow": "hpp",
+ "method": "cosmos_bank_india",
+ "amount_min": 0.01,
+ "amount_max": 1000000000
+ },
+ {
+ "status": "active",
+ "code": "shamrao_vithal_cooperative_bank_india_inr_hpp",
+ "currency": "INR",
+ "flow": "hpp",
+ "method": "shamrao_vithal_cooperative_bank_india",
+ "amount_min": 0.01,
+ "amount_max": 1000000000
+ },
+ {
+ "status": "active",
+ "code": "idfc_bank_india_inr_hpp",
+ "currency": "INR",
+ "flow": "hpp",
+ "method": "idfc_bank_india",
+ "amount_min": 0.01,
+ "amount_max": 1000000000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "deutsche_bank_india_inr_hpp",
+ "currency": "INR",
+ "flow": "hpp",
+ "method": "deutsche_bank_india",
+ "amount_min": 0.01,
+ "amount_max": 1000000000
+ },
+ {
+ "status": "active",
+ "code": "south_indian_bank_inr_hpp",
+ "currency": "INR",
+ "flow": "hpp",
+ "method": "south_indian_bank",
+ "amount_min": 0.01,
+ "amount_max": 1000000000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "upi_aggregated_inr_hpp",
+ "currency": "INR",
+ "flow": "hpp",
+ "method": "upi_aggregated",
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "label": {
+ "en": "Account Number",
+ "uk": "Номер рахунку",
+ "ru": "Номер счета"
+ },
+ "regexp": "\/^.{1,128}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter Account Number",
+ "uk": "Введіть номер рахунку",
+ "ru": "Введите номер счета"
+ },
+ "example": "name@bankname"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1000000000
+ },
+ {
+ "status": "active",
+ "code": "paytm_inr_hpp",
+ "currency": "INR",
+ "flow": "hpp",
+ "method": "paytm",
+ "amount_min": 0.01,
+ "amount_max": 1000000000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "mobikwik_inr_hpp",
+ "currency": "INR",
+ "flow": "hpp",
+ "method": "mobikwik",
+ "amount_min": 0.01,
+ "amount_max": 1000000000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "airtel_money_inr_hpp",
+ "currency": "INR",
+ "flow": "hpp",
+ "method": "airtel_money",
+ "amount_min": 0.01,
+ "amount_max": 1000000000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "reliance_jio_inr_hpp",
+ "currency": "INR",
+ "flow": "hpp",
+ "method": "reliance_jio",
+ "amount_min": 0.01,
+ "amount_max": 1000000000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "olamoney_inr_hpp",
+ "currency": "INR",
+ "flow": "hpp",
+ "method": "olamoney",
+ "amount_min": 0.01,
+ "amount_max": 1000000000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "freecharge_inr_hpp",
+ "currency": "INR",
+ "flow": "hpp",
+ "method": "freecharge",
+ "amount_min": 0.01,
+ "amount_max": 1000000000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "phonepe_inr_hpp",
+ "currency": "INR",
+ "flow": "hpp",
+ "method": "phonepe",
+ "amount_min": 0.01,
+ "amount_max": 1000000000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "nixmoney_usd_hpp",
+ "currency": "USD",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Wallet ID",
+ "ru": "ID кошелька",
+ "uk": "ID гаманця"
+ },
+ "hint": {
+ "en": "Enter wallet ID",
+ "ru": "Введите ID кошелька",
+ "uk": "Введіть ID гаманця"
+ },
+ "regexp": "\/^(U|E)[0-9]{14}$\/",
+ "required": false,
+ "position": 1
+ }
+ ],
+ "flow": "hpp",
+ "method": "nixmoney",
+ "amount_min": 0.01,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "nixmoney_eur_hpp",
+ "currency": "EUR",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Wallet ID",
+ "ru": "ID кошелька",
+ "uk": "ID гаманця"
+ },
+ "hint": {
+ "en": "Enter wallet ID",
+ "ru": "Введите ID кошелька",
+ "uk": "Введіть ID гаманця"
+ },
+ "regexp": "\/^(U|E)[0-9]{14}$\/",
+ "required": false,
+ "position": 1
+ }
+ ],
+ "flow": "hpp",
+ "method": "nixmoney",
+ "amount_min": 0.01,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "picksell_eur_hpp",
+ "currency": "EUR",
+ "flow": "hpp",
+ "method": "picksell",
+ "amount_min": 0.01,
+ "amount_max": 9999999
+ },
+ {
+ "status": "active",
+ "code": "paypay_jpy_hpp",
+ "currency": "JPY",
+ "flow": "hpp",
+ "method": "paypay",
+ "amount_min": 1,
+ "amount_max": 9999999,
+ "fields": [
+ {
+ "key": "payer_first_name",
+ "type": "string",
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Payer first name",
+ "ru": "Имя отправителя",
+ "uk": "Імʼя відправника"
+ },
+ "hint": {
+ "en": "Enter payer first name",
+ "ru": "Введите имя отправителя",
+ "uk": "Введіть імʼя відправника"
+ },
+ "example": "John"
+ },
+ {
+ "key": "payer_last_name",
+ "type": "string",
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter payer last name",
+ "ru": "Введите фамилию отправителя",
+ "uk": "Введіть прізвище відправника"
+ },
+ "example": "Doe"
+ },
+ {
+ "key": "payer_address",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z0-9 \\\/_.,'-]{1,200}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Payer address",
+ "ru": "Адрес отправителя",
+ "uk": "Адреса відправника"
+ },
+ "hint": {
+ "en": "Enter payer address",
+ "ru": "Введите адрес отправителя",
+ "uk": "Введіть адресу відправника"
+ }
+ },
+ {
+ "key": "payer_country",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z\\-]{1,20}$\/",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Payer country",
+ "ru": "Страна отправителя",
+ "uk": "Країна відправника"
+ },
+ "hint": {
+ "en": "Enter payer country",
+ "ru": "Введите страну отправителя",
+ "uk": "Введіть країну відправника"
+ },
+ "example": "US"
+ },
+ {
+ "key": "payer_city",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z\\-\\s]{1,20}$\/",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "Payer city",
+ "ru": "Город отправителя",
+ "uk": "Місто відправника"
+ },
+ "hint": {
+ "en": "Enter payer city",
+ "ru": "Введите город отправителя",
+ "uk": "Введіть місто відправника"
+ },
+ "example": "Los Angeles"
+ },
+ {
+ "key": "payer_state",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z\\-\\s]{1,20}$\/",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Payer state",
+ "ru": "Штат отправителя",
+ "uk": "Штат відправника"
+ },
+ "hint": {
+ "en": "Enter payer state",
+ "ru": "Введите штат отправителя",
+ "uk": "Введіть штат відправника"
+ },
+ "example": "CA"
+ },
+ {
+ "key": "payer_zip_code",
+ "type": "string",
+ "regexp": "\/^[0-9\\-\\s]{1,20}$\/",
+ "required": false,
+ "position": 7,
+ "label": {
+ "en": "Payer zip code",
+ "ru": "Почтовый индекс отправителя",
+ "uk": "Поштовий індекс відправника"
+ },
+ "hint": {
+ "en": "Enter payer zip code",
+ "ru": "Введите почтовый индекс отправителя",
+ "uk": "Введіть поштовий індекс відправника"
+ },
+ "example": "84280"
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "position": 8,
+ "label": {
+ "en": "Payer bank code",
+ "ru": "Код банка отправителя",
+ "uk": "Код банку відправника"
+ },
+ "hint": {
+ "en": "Enter payer bank code",
+ "ru": "Введите код банка отправителя",
+ "uk": "Введіть код банку відправника"
+ },
+ "example": "050"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "paypay_usd_hpp",
+ "currency": "USD",
+ "flow": "hpp",
+ "method": "paypay",
+ "amount_min": 1,
+ "amount_max": 9999999,
+ "fields": [
+ {
+ "key": "payer_first_name",
+ "type": "string",
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Payer first name",
+ "ru": "Имя отправителя",
+ "uk": "Імʼя відправника"
+ },
+ "hint": {
+ "en": "Enter payer first name",
+ "ru": "Введите имя отправителя",
+ "uk": "Введіть імʼя відправника"
+ },
+ "example": "John"
+ },
+ {
+ "key": "payer_last_name",
+ "type": "string",
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter payer last name",
+ "ru": "Введите фамилию отправителя",
+ "uk": "Введіть прізвище відправника"
+ },
+ "example": "Doe"
+ },
+ {
+ "key": "payer_address",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z0-9 \\\/_.,'-]{1,200}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Payer address",
+ "ru": "Адрес отправителя",
+ "uk": "Адреса відправника"
+ },
+ "hint": {
+ "en": "Enter payer address",
+ "ru": "Введите адрес отправителя",
+ "uk": "Введіть адресу відправника"
+ }
+ },
+ {
+ "key": "payer_country",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z\\-]{1,20}$\/",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Payer country",
+ "ru": "Страна отправителя",
+ "uk": "Країна відправника"
+ },
+ "hint": {
+ "en": "Enter payer country",
+ "ru": "Введите страну отправителя",
+ "uk": "Введіть країну відправника"
+ },
+ "example": "US"
+ },
+ {
+ "key": "payer_city",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z\\-\\s]{1,20}$\/",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "Payer city",
+ "ru": "Город отправителя",
+ "uk": "Місто відправника"
+ },
+ "hint": {
+ "en": "Enter payer city",
+ "ru": "Введите город отправителя",
+ "uk": "Введіть місто відправника"
+ },
+ "example": "Los Angeles"
+ },
+ {
+ "key": "payer_state",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z\\-\\s]{1,20}$\/",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Payer state",
+ "ru": "Штат отправителя",
+ "uk": "Штат відправника"
+ },
+ "hint": {
+ "en": "Enter payer state",
+ "ru": "Введите штат отправителя",
+ "uk": "Введіть штат відправника"
+ },
+ "example": "CA"
+ },
+ {
+ "key": "payer_zip_code",
+ "type": "string",
+ "regexp": "\/^[0-9\\-\\s]{1,20}$\/",
+ "required": false,
+ "position": 7,
+ "label": {
+ "en": "Payer zip code",
+ "ru": "Почтовый индекс отправителя",
+ "uk": "Поштовий індекс відправника"
+ },
+ "hint": {
+ "en": "Enter payer zip code",
+ "ru": "Введите почтовый индекс отправителя",
+ "uk": "Введіть поштовий індекс відправника"
+ },
+ "example": "84280"
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "position": 8,
+ "label": {
+ "en": "Payer bank code",
+ "ru": "Код банка отправителя",
+ "uk": "Код банку відправника"
+ },
+ "hint": {
+ "en": "Enter payer bank code",
+ "ru": "Введите код банка отправителя",
+ "uk": "Введіть код банку відправника"
+ },
+ "example": "050"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "sofort_eur_hpp",
+ "flow": "hpp",
+ "method": "sofort",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "sofort_usd_hpp",
+ "flow": "hpp",
+ "method": "sofort",
+ "currency": "USD",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "sofort_chf_hpp",
+ "flow": "hpp",
+ "method": "sofort",
+ "currency": "CHF",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "sofort_gbp_hpp",
+ "flow": "hpp",
+ "method": "sofort",
+ "currency": "GBP",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "sofort_pln_hpp",
+ "flow": "hpp",
+ "method": "sofort",
+ "currency": "PLN",
+ "amount_min": 0.01,
+ "amount_max": 500000
+ },
+ {
+ "status": "active",
+ "code": "multibanconet_eur_hpp",
+ "flow": "hpp",
+ "method": "multibanconet",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "mybank2_pln_hpp",
+ "flow": "hpp",
+ "method": "mybank2",
+ "currency": "PLN",
+ "amount_min": 0.01,
+ "amount_max": 500000
+ },
+ {
+ "status": "active",
+ "code": "mybank2_eur_hpp",
+ "flow": "hpp",
+ "method": "mybank2",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "multibanco_eur_hpp",
+ "flow": "hpp",
+ "method": "multibanco",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "multibanco_eur_invoice",
+ "flow": "invoice",
+ "method": "multibanco",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "blik_pln_hpp",
+ "flow": "hpp",
+ "method": "blik",
+ "currency": "PLN",
+ "amount_min": 0.01,
+ "amount_max": 500000,
+ "fields": [
+ {
+ "key": "blik_code",
+ "type": "string",
+ "regexp": "\/^\\d{6}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "BLIK code",
+ "ru": "BLIK код",
+ "uk": "BLIK код"
+ },
+ "hint": {
+ "en": "Enter BLIK code",
+ "ru": "Введите код BLIK",
+ "uk": "Введіть код BLIK"
+ },
+ "example": "123456"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "blik_pln_invoice",
+ "flow": "invoice",
+ "method": "blik",
+ "currency": "PLN",
+ "amount_min": 0.01,
+ "amount_max": 500000
+ },
+ {
+ "status": "active",
+ "code": "bancontact_eur_hpp",
+ "flow": "hpp",
+ "method": "bancontact",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "paymentrush_inr_hpp",
+ "currency": "INR",
+ "flow": "hpp",
+ "method": "paymentrush",
+ "amount_min": 0.01,
+ "amount_max": 1000000000
+ },
+ {
+ "status": "active",
+ "code": "payment_card_brl_hpp",
+ "currency": "BRL",
+ "flow": "hpp",
+ "method": "payment_card",
+ "amount_min": 0.01,
+ "amount_max": 1000000,
+ "fields": [
+ {
+ "key": "cpf_number",
+ "type": "string",
+ "regexp": "\/^[0-9\\.\\-\\/]{1,18}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "CPF or CNPJ number",
+ "ru": "CPF или CNPJ номер",
+ "uk": "CPF або CNPJ номер"
+ },
+ "hint": {
+ "en": "Enter CPF or CNPJ number",
+ "ru": "Введите CPF или CNPJ номер",
+ "uk": "Введіть CPF або CNPJ номер"
+ },
+ "example": "12345678900"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "payment_card_idr_hpp",
+ "flow": "hpp",
+ "method": "payment_card",
+ "currency": "IDR",
+ "amount_min": 0.01,
+ "amount_max": 10000000000
+ },
+ {
+ "status": "active",
+ "code": "payment_card_myr_hpp",
+ "flow": "hpp",
+ "method": "payment_card",
+ "currency": "MYR",
+ "amount_min": 0.01,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "gatepay_usd_hpp",
+ "currency": "USD",
+ "flow": "hpp",
+ "method": "gatepay",
+ "amount_min": 1,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "boleto_bancario_brl_hpp",
+ "currency": "BRL",
+ "flow": "hpp",
+ "method": "boleto_bancario",
+ "amount_min": 1,
+ "amount_max": 1000000,
+ "fields": [
+ {
+ "key": "cpf_number",
+ "type": "string",
+ "regexp": "\/^[0-9\\.\\-\\/]{1,18}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "CPF or CNPJ number",
+ "ru": "CPF или CNPJ номер",
+ "uk": "CPF або CNPJ номер"
+ },
+ "hint": {
+ "en": "Enter CPF or CNPJ number",
+ "ru": "Введите CPF или CNPJ номер",
+ "uk": "Введіть CPF або CNPJ номер"
+ },
+ "example": "12345678900"
+ },
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "\/^(CPF|CNPJ)$\/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Beneficiary's personal identification type",
+ "ru": "Тип документа получателя",
+ "uk": "Тип документа отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary's personal identification type",
+ "ru": "Введите тип документа получателя",
+ "uk": "Введіть тип документа отримувача"
+ },
+ "example": "CPF/CNPJ"
+ },
+ {
+ "key": "cpf_cnpj_number",
+ "type": "string",
+ "regexp": "\/^[0-9\\.\\-\\/]{1,18}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "CPF or CNPJ number",
+ "ru": "CPF или CNPJ номер",
+ "uk": "CPF або CNPJ номер"
+ },
+ "hint": {
+ "en": "Enter CPF or CNPJ number",
+ "ru": "Введите CPF или CNPJ номер",
+ "uk": "Введіть CPF або CNPJ номер"
+ },
+ "example": "СPF: 123.456.789-00, CNPJ: 12.345.678/0001-90"
+ },
+ {
+ "key": "payer_first_name",
+ "type": "string",
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Payer first name",
+ "ru": "Имя отправителя",
+ "uk": "Імʼя відправника"
+ },
+ "hint": {
+ "en": "Enter payer first name",
+ "ru": "Введите имя отправителя",
+ "uk": "Введіть імʼя відправника"
+ },
+ "example": "John"
+ },
+ {
+ "key": "payer_last_name",
+ "type": "string",
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "Payer last name",
+ "ru": "Фамилия отправителя",
+ "uk": "Прізвище відправника"
+ },
+ "hint": {
+ "en": "Enter payer last name",
+ "ru": "Введите фамилию отправителя",
+ "uk": "Введіть прізвище відправника"
+ },
+ "example": "Doe"
+ },
+ {
+ "key": "payer_email",
+ "type": "string",
+ "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$$\/",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Payer email address",
+ "ru": "Электронная почта плательщика",
+ "uk": "Електронна пошта платника"
+ },
+ "hint": {
+ "en": "Enter payer email address",
+ "ru": "Введите электронная почту плательщика",
+ "uk": "Введіть електронну пошта платнику"
+ },
+ "example": "johndoe1971@example.com"
+ },
+ {
+ "key": "payer_zip_code",
+ "type": "string",
+ "regexp": "\/^\\d{8}$\/",
+ "required": false,
+ "position": 7,
+ "label": {
+ "en": "Payer zip code",
+ "ru": "Почтовый индекс плательщика",
+ "uk": "Поштовий індекс платника"
+ },
+ "hint": {
+ "en": "Enter payer zip code",
+ "ru": "Введите почтовый индекс плательщика",
+ "uk": "Введіть поштовий індекс платника"
+ },
+ "example": "12345-678"
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[0-9]{11}$/",
+ "required": false,
+ "position": 8,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "loteria_brl_hpp",
+ "currency": "BRL",
+ "flow": "hpp",
+ "method": "loteria",
+ "amount_min": 1,
+ "amount_max": 1000000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "\/^(CPF|CNPJ)$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Beneficiary's personal identification type",
+ "ru": "Тип документа получателя",
+ "uk": "Тип документа отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary's personal identification type",
+ "ru": "Введите тип документа получателя",
+ "uk": "Введіть тип документа отримувача"
+ },
+ "example": "CPF/CNPJ"
+ },
+ {
+ "key": "cpf_cnpj_number",
+ "type": "string",
+ "regexp": "\/^[0-9\\.\\-\\/]{1,18}$\/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "CPF or CNPJ number",
+ "ru": "CPF или CNPJ номер",
+ "uk": "CPF або CNPJ номер"
+ },
+ "hint": {
+ "en": "Enter CPF or CNPJ number",
+ "ru": "Введите CPF или CNPJ номер",
+ "uk": "Введіть CPF або CNPJ номер"
+ },
+ "example": "СPF: 123.456.789-00, CNPJ: 12.345.678/0001-90"
+ },
+ {
+ "key": "payer_first_name",
+ "type": "string",
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Payer first name",
+ "ru": "Имя отправителя",
+ "uk": "Імʼя відправника"
+ },
+ "hint": {
+ "en": "Enter payer first name",
+ "ru": "Введите имя отправителя",
+ "uk": "Введіть імʼя відправника"
+ },
+ "example": "John"
+ },
+ {
+ "key": "payer_last_name",
+ "type": "string",
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Payer last name",
+ "ru": "Фамилия отправителя",
+ "uk": "Прізвище відправника"
+ },
+ "hint": {
+ "en": "Enter payer last name",
+ "ru": "Введите фамилию отправителя",
+ "uk": "Введіть прізвище відправника"
+ },
+ "example": "Doe"
+ },
+ {
+ "key": "payer_email",
+ "type": "string",
+ "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$$\/",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "Payer email address",
+ "ru": "Электронная почта плательщика",
+ "uk": "Електронна пошта платника"
+ },
+ "hint": {
+ "en": "Enter payer email address",
+ "ru": "Введите электронная почту плательщика",
+ "uk": "Введіть електронну пошта платнику"
+ },
+ "example": "johndoe1971@example.com"
+ },
+ {
+ "key": "payer_phone_number",
+ "type": "string",
+ "regexp": "\/^\\+\\d{10,18}$\/",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Payer phone number",
+ "ru": "Номер телефона плательщика",
+ "uk": "Номер телефону платника "
+ },
+ "hint": {
+ "en": "Enter payer phone number",
+ "ru": "Введите номер телефона плательщика",
+ "uk": "Введіть номер телефону платника"
+ },
+ "example": "+5511912345678"
+ },
+ {
+ "key": "payer_zip_code",
+ "type": "string",
+ "regexp": "\/^\\d{8}$\/",
+ "required": false,
+ "position": 7,
+ "label": {
+ "en": "Payer zip code",
+ "ru": "Почтовый индекс плательщика",
+ "uk": "Поштовий індекс платника"
+ },
+ "hint": {
+ "en": "Enter payer zip code",
+ "ru": "Введите почтовый индекс плательщика",
+ "uk": "Введіть поштовий індекс платника"
+ },
+ "example": "12345-678"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "bancobrasil_brl_hpp",
+ "currency": "BRL",
+ "flow": "hpp",
+ "method": "bancobrasil",
+ "amount_min": 1,
+ "amount_max": 1000000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "\/^(CPF|CNPJ)$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Beneficiary's personal identification type",
+ "ru": "Тип документа получателя",
+ "uk": "Тип документа отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary's personal identification type",
+ "ru": "Введите тип документа получателя",
+ "uk": "Введіть тип документа отримувача"
+ },
+ "example": "CPF/CNPJ"
+ },
+ {
+ "key": "cpf_cnpj_number",
+ "type": "string",
+ "regexp": "\/^[0-9\\.\\-\\/]{1,18}$\/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "CPF or CNPJ number",
+ "ru": "CPF или CNPJ номер",
+ "uk": "CPF або CNPJ номер"
+ },
+ "hint": {
+ "en": "Enter CPF or CNPJ number",
+ "ru": "Введите CPF или CNPJ номер",
+ "uk": "Введіть CPF або CNPJ номер"
+ },
+ "example": "12.345.678/0001-90"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "banco_bradesco_brl_hpp",
+ "currency": "BRL",
+ "flow": "hpp",
+ "method": "banco_bradesco",
+ "amount_min": 1,
+ "amount_max": 1000000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "\/^(CPF|CNPJ)$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Beneficiary's personal identification type",
+ "ru": "Тип документа получателя",
+ "uk": "Тип документа отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary's personal identification type",
+ "ru": "Введите тип документа получателя",
+ "uk": "Введіть тип документа отримувача"
+ },
+ "example": "CPF/CNPJ"
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[0-9]{11}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ },
+ {
+ "key": "cpf_cnpj_number",
+ "type": "string",
+ "regexp": "\/^[0-9\\.\\-\\/]{1,18}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "CPF or CNPJ number",
+ "ru": "CPF или CNPJ номер",
+ "uk": "CPF або CNPJ номер"
+ },
+ "hint": {
+ "en": "Enter CPF or CNPJ number",
+ "ru": "Введите CPF или CNPJ номер",
+ "uk": "Введіть CPF або CNPJ номер"
+ },
+ "example": "12.345.678/0001-90"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "banco_caixa_brl_hpp",
+ "currency": "BRL",
+ "flow": "hpp",
+ "method": "banco_caixa",
+ "amount_min": 1,
+ "amount_max": 1000000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "\/^(CPF|CNPJ)$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Beneficiary's personal identification type",
+ "ru": "Тип документа получателя",
+ "uk": "Тип документа отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary's personal identification type",
+ "ru": "Введите тип документа получателя",
+ "uk": "Введіть тип документа отримувача"
+ },
+ "example": "CPF/CNPJ"
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[0-9]{11}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ },
+ {
+ "key": "cpf_cnpj_number",
+ "type": "string",
+ "regexp": "\/^[0-9\\.\\-\\/]{1,18}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "CPF or CNPJ number",
+ "ru": "CPF или CNPJ номер",
+ "uk": "CPF або CNPJ номер"
+ },
+ "hint": {
+ "en": "Enter CPF or CNPJ number",
+ "ru": "Введите CPF или CNPJ номер",
+ "uk": "Введіть CPF або CNPJ номер"
+ },
+ "example": "12.345.678/0001-90"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "bancoitau_brl_hpp",
+ "currency": "BRL",
+ "flow": "hpp",
+ "method": "bancoitau",
+ "amount_min": 1,
+ "amount_max": 1000000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "\/^(CPF|CNPJ)$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Beneficiary's personal identification type",
+ "ru": "Тип документа получателя",
+ "uk": "Тип документа отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary's personal identification type",
+ "ru": "Введите тип документа получателя",
+ "uk": "Введіть тип документа отримувача"
+ },
+ "example": "CPF/CNPJ"
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[0-9]{11}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ },
+ {
+ "key": "cpf_cnpj_number",
+ "type": "string",
+ "regexp": "\/^[0-9\\.\\-\\/]{1,18}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "CPF or CNPJ number",
+ "ru": "CPF или CNPJ номер",
+ "uk": "CPF або CNPJ номер"
+ },
+ "hint": {
+ "en": "Enter CPF or CNPJ number",
+ "ru": "Введите CPF или CNPJ номер",
+ "uk": "Введіть CPF або CNPJ номер"
+ },
+ "example": "12.345.678/0001-90"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "banco_santander_brl_hpp",
+ "currency": "BRL",
+ "flow": "hpp",
+ "method": "banco_santander",
+ "amount_min": 1,
+ "amount_max": 1000000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "\/^(CPF|CNPJ)$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Beneficiary's personal identification type",
+ "ru": "Тип документа получателя",
+ "uk": "Тип документа отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary's personal identification type",
+ "ru": "Введите тип документа получателя",
+ "uk": "Введіть тип документа отримувача"
+ },
+ "example": "CPF/CNPJ"
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[0-9]{11}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ },
+ {
+ "key": "cpf_cnpj_number",
+ "type": "string",
+ "regexp": "\/^[0-9\\.\\-\\/]{1,18}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "CPF or CNPJ number",
+ "ru": "CPF или CNPJ номер",
+ "uk": "CPF або CNPJ номер"
+ },
+ "hint": {
+ "en": "Enter CPF or CNPJ number",
+ "ru": "Введите CPF или CNPJ номер",
+ "uk": "Введіть CPF або CNPJ номер"
+ },
+ "example": "12.345.678/0001-90"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "loterica_brl_hpp",
+ "currency": "BRL",
+ "flow": "hpp",
+ "method": "loteria",
+ "amount_min": 1,
+ "amount_max": 1000000,
+ "fields": [
+ {
+ "key": "cpf_cnpj_number",
+ "type": "string",
+ "regexp": "\/^[0-9\\.\\-\\/]{1,18}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "CPF or CNPJ number",
+ "ru": "CPF или CNPJ номер",
+ "uk": "CPF або CNPJ номер"
+ },
+ "hint": {
+ "en": "Enter CPF or CNPJ number",
+ "ru": "Введите CPF или CNPJ номер",
+ "uk": "Введіть CPF або CNPJ номер"
+ },
+ "example": "12.345.678/0001-90"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "boleto_bancario_cop_hpp",
+ "currency": "COP",
+ "flow": "hpp",
+ "method": "boleto_bancario",
+ "amount_min": 1,
+ "amount_max": 500000000
+ },
+ {
+ "status": "active",
+ "code": "boleto_bancario_mxn_hpp",
+ "currency": "MXN",
+ "flow": "hpp",
+ "method": "boleto_bancario",
+ "amount_min": 1,
+ "amount_max": 2000000
+ },
+ {
+ "status": "active",
+ "code": "boleto_bancario_clp_hpp",
+ "currency": "CLP",
+ "flow": "hpp",
+ "method": "boleto_bancario",
+ "amount_min": 1,
+ "amount_max": 90000000
+ },
+ {
+ "status": "active",
+ "code": "boleto_bancario_pen_hpp",
+ "currency": "PEN",
+ "flow": "hpp",
+ "method": "boleto_bancario",
+ "amount_min": 1,
+ "amount_max": 400000
+ },
+ {
+ "status": "active",
+ "code": "pix_brl_invoice",
+ "currency": "BRL",
+ "flow": "invoice",
+ "method": "pix",
+ "amount_min": 1,
+ "amount_max": 1000000,
+ "fields": [
+ {
+ "key": "cpf_number",
+ "type": "string",
+ "regexp": "\/^[0-9\\.\\-\\/]{1,18}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "CPF or CNPJ number",
+ "ru": "CPF или CNPJ номер",
+ "uk": "CPF або CNPJ номер"
+ },
+ "hint": {
+ "en": "Enter CPF or CNPJ number",
+ "ru": "Введите CPF или CNPJ номер",
+ "uk": "Введіть CPF або CNPJ номер"
+ },
+ "example": "12345678900"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "pix_brl_hpp",
+ "currency": "BRL",
+ "flow": "hpp",
+ "method": "pix",
+ "amount_min": 1,
+ "amount_max": 1000000,
+ "fields": [
+ {
+ "key": "cpf_number",
+ "type": "string",
+ "regexp": "\/^[0-9\\.\\-\\/]{1,18}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "CPF or CNPJ number",
+ "ru": "CPF или CNPJ номер",
+ "uk": "CPF або CNPJ номер"
+ },
+ "hint": {
+ "en": "Enter CPF or CNPJ number",
+ "ru": "Введите CPF или CNPJ номер",
+ "uk": "Введіть CPF або CNPJ номер"
+ },
+ "example": "12345678900"
+ },
+ {
+ "key": "phone",
+ "type": "string",
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": false,
+ "position": 2,
+ "example": "+255742044295",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ }
+ },
+ {
+ "key": "email",
+ "type": "string",
+ "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter email",
+ "ru": "Введите email",
+ "uk": "Введіть email"
+ }
+ },
+ {
+ "key": "payer_first_name",
+ "type": "string",
+ "regexp": "\/^[-\\s\\p{L}]{2,100}$\/u",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Payer first name",
+ "ru": "Имя отправителя",
+ "uk": "Імʼя відправника"
+ },
+ "hint": {
+ "en": "Enter payer first name",
+ "ru": "Введите имя отправителя",
+ "uk": "Введіть імʼя відправника"
+ },
+ "example": "John"
+ },
+ {
+ "key": "payer_last_name",
+ "type": "string",
+ "regexp": "\/^[-\\s\\p{L}]{2,100}$\/u",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "Payer last name",
+ "ru": "Фамилия отправителя",
+ "uk": "Прізвище відправника"
+ },
+ "hint": {
+ "en": "Enter payer last name",
+ "ru": "Введите фамилию отправителя",
+ "uk": "Введіть прізвище відправника"
+ },
+ "example": "Doe"
+ },
+ {
+ "key": "payer_zip_code",
+ "type": "string",
+ "regexp": "\/^\\d{8}$\/",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Payer zip code",
+ "ru": "Почтовый индекс плательщика",
+ "uk": "Поштовий індекс платника"
+ },
+ "hint": {
+ "en": "Enter payer zip code",
+ "ru": "Введите почтовый индекс плательщика",
+ "uk": "Введіть поштовий індекс платника"
+ },
+ "example": "68506250"
+ },
+ {
+ "key": "date_of_birth",
+ "type": "string",
+ "regexp": "\/^\\d{4}-\\d{2}-\\d{2}$\/",
+ "required": false,
+ "position": 7,
+ "label": {
+ "en": "Payer date of birth",
+ "ru": "Дата рождения плательщика",
+ "uk": "Дата народження клієнта платника"
+ },
+ "hint": {
+ "en": "Enter payer date of birth",
+ "ru": "Введите дату рождения плательщика",
+ "uk": "Введіть дату народження платника"
+ },
+ "example": "1986‐05‐22"
+ },
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "\/^(CPF|CNPJ)$\/",
+ "required": false,
+ "position": 8,
+ "label": {
+ "en": "Beneficiary's personal identification type",
+ "ru": "Тип документа получателя",
+ "uk": "Тип документа отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary's personal identification type",
+ "ru": "Введите тип документа получателя",
+ "uk": "Введіть тип документа отримувача"
+ },
+ "example": "CPF/CNPJ"
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[0-9]{11}$/",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "pix_cop_hpp",
+ "currency": "COP",
+ "flow": "hpp",
+ "method": "pix",
+ "amount_min": 1,
+ "amount_max": 500000000
+ },
+ {
+ "status": "active",
+ "code": "pix_ars_hpp",
+ "currency": "ARS",
+ "flow": "hpp",
+ "method": "pix",
+ "amount_min": 0.01,
+ "amount_max": 1000000000
+ },
+ {
+ "status": "active",
+ "code": "pix_mxn_hpp",
+ "currency": "MXN",
+ "flow": "hpp",
+ "method": "pix",
+ "amount_min": 1,
+ "amount_max": 2000000
+ },
+ {
+ "status": "active",
+ "code": "pix_clp_hpp",
+ "currency": "CLP",
+ "flow": "hpp",
+ "method": "pix",
+ "amount_min": 1,
+ "amount_max": 90000000
+ },
+ {
+ "status": "active",
+ "code": "pix_pen_hpp",
+ "currency": "PEN",
+ "flow": "hpp",
+ "method": "pix",
+ "amount_min": 1,
+ "amount_max": 400000
+ },
+ {
+ "status": "active",
+ "code": "payment_card_pen_hpp",
+ "flow": "hpp",
+ "method": "payment_card",
+ "currency": "PEN",
+ "amount_min": 0.01,
+ "amount_max": 10000000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "\/^.{1,3}$\/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type",
+ "ru": "Введите тип документа",
+ "uk": "Введіть тип документу"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z0-9\\-]{1,100}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Beneficiary's personal identification number",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документа отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary's personal identification number",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документа отримувача"
+ },
+ "example": "50284414727"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "sbp_tome_qr_rub_hpp",
+ "flow": "hpp",
+ "method": "sbp_tome_qr",
+ "currency": "RUB",
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "sbp_rub_hpp",
+ "flow": "hpp",
+ "method": "sbp",
+ "currency": "RUB",
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "sbp_azn_hpp",
+ "flow": "hpp",
+ "method": "sbp",
+ "currency": "AZN",
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "sbp_qr_rub_hpp",
+ "flow": "hpp",
+ "method": "sbp_qr",
+ "currency": "RUB",
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "sbp_qr_azn_hpp",
+ "flow": "hpp",
+ "method": "sbp_qr",
+ "currency": "AZN",
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "sbp_qr_rub_invoice",
+ "flow": "invoice",
+ "method": "sbp_qr",
+ "currency": "RUB",
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "binancepay_uah_hpp",
+ "flow": "hpp",
+ "method": "binancepay",
+ "currency": "UAH",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "binancepay_usd_hpp",
+ "flow": "hpp",
+ "method": "binancepay",
+ "currency": "USD",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "binancepay_eur_hpp",
+ "flow": "hpp",
+ "method": "binancepay",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "carrierbilling_eur_hpp",
+ "flow": "hpp",
+ "method": "carrierbilling",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "binancepay_inr_hpp",
+ "flow": "hpp",
+ "method": "binancepay",
+ "currency": "INR",
+ "amount_min": 0.01,
+ "amount_max": 8300000
+ },
+ {
+ "status": "active",
+ "code": "binancepay_kzt_hpp",
+ "flow": "hpp",
+ "method": "binancepay",
+ "currency": "KZT",
+ "amount_min": 0.01,
+ "amount_max": 45000000
+ },
+ {
+ "status": "active",
+ "code": "binancepay_pln_hpp",
+ "flow": "hpp",
+ "method": "binancepay",
+ "currency": "PLN",
+ "amount_min": 0.01,
+ "amount_max": 450000
+ },
+ {
+ "status": "active",
+ "code": "binancepay_brl_hpp",
+ "flow": "hpp",
+ "method": "binancepay",
+ "currency": "BRL",
+ "amount_min": 0.01,
+ "amount_max": 550000
+ },
+ {
+ "status": "active",
+ "code": "binancepay_try_hpp",
+ "flow": "hpp",
+ "method": "binancepay",
+ "currency": "TRY",
+ "amount_min": 0.01,
+ "amount_max": 2000000
+ },
+ {
+ "status": "active",
+ "code": "binancepay_cad_hpp",
+ "flow": "hpp",
+ "method": "binancepay",
+ "currency": "CAD",
+ "amount_min": 0.01,
+ "amount_max": 150000
+ },
+ {
+ "status": "active",
+ "code": "binancepay_aud_hpp",
+ "flow": "hpp",
+ "method": "binancepay",
+ "currency": "AUD",
+ "amount_min": 0.01,
+ "amount_max": 150000
+ },
+ {
+ "status": "active",
+ "code": "binancepay_kgs_hpp",
+ "flow": "hpp",
+ "method": "binancepay",
+ "currency": "KGS",
+ "amount_min": 0.01,
+ "amount_max": 9000000
+ },
+ {
+ "status": "active",
+ "code": "binancepay_uzs_hpp",
+ "flow": "hpp",
+ "method": "binancepay",
+ "currency": "UZS",
+ "amount_min": 0.01,
+ "amount_max": 100000000
+ },
+ {
+ "status": "active",
+ "code": "binancepay_azn_hpp",
+ "flow": "hpp",
+ "method": "binancepay",
+ "currency": "AZN",
+ "amount_min": 0.01,
+ "amount_max": 200000
+ },
+ {
+ "status": "active",
+ "code": "payment_card_clp_hpp",
+ "flow": "hpp",
+ "method": "payment_card",
+ "currency": "CLP",
+ "amount_min": 1,
+ "amount_max": 100000000,
+ "fields": [
+ {
+ "key": "installments",
+ "type": "string",
+ "regexp": "\/^(?:[1-9]|1[0-9]?|2[0-4]?)$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Quotas",
+ "ru": "Квоты",
+ "uk": "Квоти"
+ },
+ "hint": {
+ "en": "Enter quotas",
+ "ru": "Введите квоты",
+ "uk": "Введіть квоти"
+ }
+ },
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "\/^.{1,32}$\/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type",
+ "ru": "Введите тип документа",
+ "uk": "Введіть тип документу"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z0-9\\.\\-]{1,30}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Beneficiary's personal identification number",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документа отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary's personal identification number",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документа отримувача"
+ },
+ "example": "50284414727"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "googlepay_inr_hpp",
+ "currency": "INR",
+ "flow": "hpp",
+ "method": "googlepay",
+ "amount_min": 0.01,
+ "amount_max": 1000000000
+ },
+ {
+ "status": "active",
+ "code": "upi_inr_hpp",
+ "currency": "INR",
+ "flow": "hpp",
+ "method": "upi",
+ "amount_min": 0.01,
+ "amount_max": 1000000000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Account Number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter Account Number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "example": "name@bankname"
+ },
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{2,3}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (ID, DL, UID)",
+ "ru": "Введите тип документа (ID, DL, UID)",
+ "uk": "Введіть тип документу (ID, DL, UID)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{8,16}$/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "imps_inr_hpp",
+ "currency": "INR",
+ "flow": "hpp",
+ "method": "imps",
+ "amount_min": 0.01,
+ "amount_max": 1000000000
+ },
+ {
+ "status": "active",
+ "code": "rtgs_inr_hpp",
+ "currency": "INR",
+ "flow": "hpp",
+ "method": "rtgs",
+ "amount_min": 0.01,
+ "amount_max": 1000000000
+ },
+ {
+ "status": "active",
+ "code": "settlepay_wallet_uah_hpp",
+ "currency": "UAH",
+ "flow": "hpp",
+ "method": "settlepay_wallet",
+ "amount_min": 0.01,
+ "amount_max": 3000000
+ },
+ {
+ "status": "active",
+ "code": "trustly_gbp_hpp",
+ "flow": "hpp",
+ "method": "trustly",
+ "currency": "GBP",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "trustly_chf_hpp",
+ "flow": "hpp",
+ "method": "trustly",
+ "currency": "CHF",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "trustly_pln_hpp",
+ "flow": "hpp",
+ "method": "trustly",
+ "currency": "PLN",
+ "amount_min": 0.01,
+ "amount_max": 500000
+ },
+ {
+ "status": "active",
+ "code": "payment_card_pkr_hpp",
+ "flow": "hpp",
+ "method": "payment_card",
+ "currency": "PKR",
+ "amount_min": 1,
+ "amount_max": 20000000
+ },
+ {
+ "status": "active",
+ "code": "monobank_uah_hpp",
+ "flow": "hpp",
+ "method": "monobank",
+ "currency": "UAH",
+ "amount_min": 1,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "epay_eur_hpp",
+ "flow": "hpp",
+ "method": "epay",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "picpay_brl_hpp",
+ "currency": "BRL",
+ "flow": "hpp",
+ "method": "picpay",
+ "amount_min": 1,
+ "amount_max": 500000,
+ "fields": [
+ {
+ "key": "cpf_number",
+ "type": "string",
+ "regexp": "\/^[0-9\\.\\-\\/]{1,18}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "CPF or CNPJ number",
+ "ru": "CPF или CNPJ номер",
+ "uk": "CPF або CNPJ номер"
+ },
+ "hint": {
+ "en": "Enter CPF or CNPJ number",
+ "ru": "Введите CPF или CNPJ номер",
+ "uk": "Введіть CPF або CNPJ номер"
+ },
+ "example": "12345678900"
+ },
+ {
+ "key": "phone",
+ "type": "string",
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": false,
+ "position": 2,
+ "example": "+255742044295",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ }
+ },
+ {
+ "key": "email",
+ "type": "string",
+ "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter email",
+ "ru": "Введите email",
+ "uk": "Введіть email"
+ }
+ },
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "\/^(CPF|CNPJ)$\/",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Beneficiary's personal identification type",
+ "ru": "Тип документа плательщика",
+ "uk": "Тип документа отримувача платника"
+ },
+ "hint": {
+ "en": "Enter beneficiary's personal identification type",
+ "ru": "Введите тип документа плательщика",
+ "uk": "Введіть тип документа платника"
+ },
+ "example": "CPF/CNPJ"
+ },
+ {
+ "key": "cpf_cnpj_number",
+ "type": "string",
+ "regexp": "\/^[0-9\\.\\-\\/]{1,18}$\/",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "CPF or CNPJ number",
+ "ru": "CPF или CNPJ номер",
+ "uk": "CPF або CNPJ номер"
+ },
+ "hint": {
+ "en": "Enter CPF or CNPJ number",
+ "ru": "Введите CPF или CNPJ номер",
+ "uk": "Введіть CPF або CNPJ номер"
+ },
+ "example": "СPF: 123.456.789-00, CNPJ: 12.345.678/0001-90"
+ },
+ {
+ "key": "payer_phone_number",
+ "type": "string",
+ "regexp": "\/^\\+\\d{10,18}$\/",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Payer phone number",
+ "ru": "Номер телефона плательщика",
+ "uk": "Номер телефону платника "
+ },
+ "hint": {
+ "en": "Enter payer phone number",
+ "ru": "Введите номер телефона плательщика",
+ "uk": "Введіть номер телефону платника"
+ },
+ "example": "+5511912345678"
+ },
+ {
+ "key": "payer_email",
+ "type": "string",
+ "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$$\/",
+ "required": false,
+ "position": 7,
+ "label": {
+ "en": "Payer email address",
+ "ru": "Электронная почта плательщика",
+ "uk": "Електронна пошта платника"
+ },
+ "hint": {
+ "en": "Enter payer email address",
+ "ru": "Введите электронная почту плательщика",
+ "uk": "Введіть електронну пошта платнику"
+ },
+ "example": "johndoe1971@example.com"
+ },
+ {
+ "key": "payer_first_name",
+ "type": "string",
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "required": false,
+ "position": 8,
+ "label": {
+ "en": "Payer first name",
+ "ru": "Имя отправителя",
+ "uk": "Імʼя відправника"
+ },
+ "hint": {
+ "en": "Enter payer first name",
+ "ru": "Введите имя отправителя",
+ "uk": "Введіть імʼя відправника"
+ },
+ "example": "John"
+ },
+ {
+ "key": "payer_last_name",
+ "type": "string",
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Payer last name",
+ "ru": "Фамилия отправителя",
+ "uk": "Прізвище відправника"
+ },
+ "hint": {
+ "en": "Enter payer last name",
+ "ru": "Введите фамилию отправителя",
+ "uk": "Введіть прізвище відправника"
+ },
+ "example": "Doe"
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[0-9]{11}$/",
+ "required": false,
+ "position": 10,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "payment_card_bdt_hpp",
+ "flow": "hpp",
+ "method": "payment_card",
+ "currency": "BDT",
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "payment_card_lkr_hpp",
+ "flow": "hpp",
+ "method": "payment_card",
+ "currency": "LKR",
+ "amount_min": 1,
+ "amount_max": 36000000
+ },
+ {
+ "status": "active",
+ "code": "payment_card_mad_hpp",
+ "flow": "hpp",
+ "method": "payment_card",
+ "currency": "MAD",
+ "amount_min": 1,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "payment_card_vef_hpp",
+ "flow": "hpp",
+ "method": "payment_card",
+ "currency": "VEF",
+ "amount_min": 2500,
+ "amount_max": 2500000000
+ },
+ {
+ "status": "active",
+ "code": "payment_card_hnl_hpp",
+ "flow": "hpp",
+ "method": "payment_card",
+ "currency": "HNL",
+ "amount_min": 25,
+ "amount_max": 25000000
+ },
+ {
+ "status": "active",
+ "code": "payment_card_crc_hpp",
+ "flow": "hpp",
+ "method": "payment_card",
+ "currency": "CRC",
+ "amount_min": 560,
+ "amount_max": 600000000
+ },
+ {
+ "status": "active",
+ "code": "payment_card_bwp_hpp",
+ "flow": "hpp",
+ "method": "payment_card",
+ "currency": "BWP",
+ "amount_min": 13,
+ "amount_max": 14000000
+ },
+ {
+ "status": "active",
+ "code": "payment_card_thb_hpp",
+ "flow": "hpp",
+ "method": "payment_card",
+ "currency": "THB",
+ "amount_min": 0.01,
+ "amount_max": 9999999
+ },
+ {
+ "status": "active",
+ "code": "payment_card_npr_hpp",
+ "flow": "hpp",
+ "method": "payment_card",
+ "currency": "NPR",
+ "amount_min": 0.01,
+ "amount_max": 13000000
+ },
+ {
+ "status": "active",
+ "code": "payment_card_ils_hpp",
+ "flow": "hpp",
+ "method": "payment_card",
+ "currency": "ILS",
+ "amount_min": 0.01,
+ "amount_max": 1000000000
+ },
+ {
+ "status": "active",
+ "code": "payment_card_qar_hpp",
+ "flow": "hpp",
+ "method": "payment_card",
+ "currency": "QAR",
+ "amount_min": 0.01,
+ "amount_max": 400000
+ },
+ {
+ "status": "active",
+ "code": "pix_usd_hpp",
+ "currency": "USD",
+ "flow": "hpp",
+ "method": "pix",
+ "amount_min": 1,
+ "amount_max": 1000000,
+ "fields": [
+ {
+ "key": "cpf_number",
+ "type": "string",
+ "regexp": "\/^[0-9\\.\\-]{1,11}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "CPF number",
+ "ru": "CPF номер",
+ "uk": "CPF номер"
+ },
+ "hint": {
+ "en": "Enter CPF number",
+ "ru": "Введите CPF номер",
+ "uk": "Введіть CPF номер"
+ },
+ "example": "12345678900"
+ },
+ {
+ "key": "phone",
+ "type": "string",
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": false,
+ "position": 2,
+ "example": "+255742044295",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ }
+ },
+ {
+ "key": "email",
+ "type": "string",
+ "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter email",
+ "ru": "Введите email",
+ "uk": "Введіть email"
+ }
+ },
+ {
+ "key": "payer_first_name",
+ "type": "string",
+ "regexp": "\/^[-\\s\\p{L}]{2,100}$\/u",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Payer first name",
+ "ru": "Имя отправителя",
+ "uk": "Імʼя відправника"
+ },
+ "hint": {
+ "en": "Enter payer first name",
+ "ru": "Введите имя отправителя",
+ "uk": "Введіть імʼя відправника"
+ },
+ "example": "John"
+ },
+ {
+ "key": "payer_last_name",
+ "type": "string",
+ "regexp": "\/^[-\\s\\p{L}]{2,100}$\/u",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "Payer last name",
+ "ru": "Фамилия отправителя",
+ "uk": "Прізвище відправника"
+ },
+ "hint": {
+ "en": "Enter payer last name",
+ "ru": "Введите фамилию отправителя",
+ "uk": "Введіть прізвище відправника"
+ },
+ "example": "Doe"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "spei_usd_hpp",
+ "currency": "USD",
+ "flow": "hpp",
+ "method": "spei",
+ "amount_min": 1,
+ "amount_max": 1000000,
+ "fields": [
+ {
+ "key": "cpf_number",
+ "type": "string",
+ "regexp": "\/^[0-9\\.\\-]{1,11}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "CPF number",
+ "ru": "CPF номер",
+ "uk": "CPF номер"
+ },
+ "hint": {
+ "en": "Enter CPF number",
+ "ru": "Введите CPF номер",
+ "uk": "Введіть CPF номер"
+ },
+ "example": "12345678900"
+ },
+ {
+ "key": "phone",
+ "type": "string",
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": false,
+ "position": 2,
+ "example": "+255742044295",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ }
+ },
+ {
+ "key": "email",
+ "type": "string",
+ "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter email",
+ "ru": "Введите email",
+ "uk": "Введіть email"
+ }
+ },
+ {
+ "key": "payer_first_name",
+ "type": "string",
+ "regexp": "\/^[-\\s\\p{L}]{2,100}$\/u",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Payer first name",
+ "ru": "Имя отправителя",
+ "uk": "Імʼя відправника"
+ },
+ "hint": {
+ "en": "Enter payer first name",
+ "ru": "Введите имя отправителя",
+ "uk": "Введіть імʼя відправника"
+ },
+ "example": "John"
+ },
+ {
+ "key": "payer_last_name",
+ "type": "string",
+ "regexp": "\/^[-\\s\\p{L}]{2,100}$\/u",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "Payer last name",
+ "ru": "Фамилия отправителя",
+ "uk": "Прізвище відправника"
+ },
+ "hint": {
+ "en": "Enter payer last name",
+ "ru": "Введите фамилию отправителя",
+ "uk": "Введіть прізвище відправника"
+ },
+ "example": "Doe"
+ },
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{3,4}$/",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CURP, RFC, IFE, PASS)",
+ "ru": "Введите тип документа (CURP, RFC, IFE, PASS)",
+ "uk": "Введіть тип документу (CURP, RFC, IFE, PASS)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{8,18}$/",
+ "required": false,
+ "position": 7,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "spei_mxn_invoice",
+ "currency": "MXN",
+ "flow": "invoice",
+ "method": "spei",
+ "amount_min": 1,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "spei_mxn_hpp",
+ "currency": "MXN",
+ "flow": "hpp",
+ "method": "spei",
+ "amount_min": 1,
+ "amount_max": 1000000,
+ "fields": [
+ {
+ "key": "cpf_number",
+ "type": "string",
+ "regexp": "\/^(([A-Z][AEIOUX][A-Z]{2}\\d{2}(?:0[1-9]|1[0-2])(?:0[1-9]|[12]\\d|3[01])[HM](?:AS|B[CS]|C[CLMSH]|D[FG]|G[TR]|HG|JC|M[CNS]|N[ETL]|OC|PL|Q[TR]|S[PLR]|T[CSL]|VZ|YN|ZS)[B-DF-HJ-NP-TV-Z]{3}[A-Z\\d])(\\d))$|^[0-9\\.\\-]{1,13}$|^[A-Z&Ñ]{3,4}\\d{6}[A-Z0-9]{3}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "CPF number",
+ "ru": "CPF номер",
+ "uk": "CPF номер"
+ },
+ "hint": {
+ "en": "Enter CPF number",
+ "ru": "Введите CPF номер",
+ "uk": "Введіть CPF номер"
+ },
+ "example": "12345678900"
+ },
+ {
+ "key": "phone",
+ "type": "string",
+ "regexp": "\/^\\+?\\d{10,14}$\/",
+ "required": false,
+ "position": 2,
+ "example": "+255742044295",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ }
+ },
+ {
+ "key": "email",
+ "type": "string",
+ "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter email",
+ "ru": "Введите email",
+ "uk": "Введіть email"
+ }
+ },
+ {
+ "key": "payer_first_name",
+ "type": "string",
+ "regexp": "\/^[-\\s\\p{L}]{2,100}$\/u",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Payer first name",
+ "ru": "Имя отправителя",
+ "uk": "Імʼя відправника"
+ },
+ "hint": {
+ "en": "Enter payer first name",
+ "ru": "Введите имя отправителя",
+ "uk": "Введіть імʼя відправника"
+ },
+ "example": "John"
+ },
+ {
+ "key": "payer_last_name",
+ "type": "string",
+ "regexp": "\/^[-\\s\\p{L}]{2,100}$\/u",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "Payer last name",
+ "ru": "Фамилия отправителя",
+ "uk": "Прізвище відправника"
+ },
+ "hint": {
+ "en": "Enter payer last name",
+ "ru": "Введите фамилию отправителя",
+ "uk": "Введіть прізвище відправника"
+ },
+ "example": "Doe"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "momo_vnd_hpp",
+ "currency": "VND",
+ "flow": "hpp",
+ "method": "momo",
+ "fields": [
+ {
+ "key": "payer_name",
+ "type": "string",
+ "label": {
+ "en": "Payer name",
+ "ru": "Имя плательщика",
+ "uk": "Імʼя платника"
+ },
+ "hint": {
+ "en": "Enter Payer name",
+ "ru": "Введите полное имя плательщика",
+ "uk": "Введіть повне імʼя платника"
+ },
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "example": "VAN TUONG LAN",
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "momo_qr_vnd_hpp",
+ "currency": "VND",
+ "flow": "hpp",
+ "method": "momo_qr",
+ "amount_min": 1,
+ "amount_max": 9999999999,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "zalopay_vnd_hpp",
+ "currency": "VND",
+ "flow": "hpp",
+ "method": "zalopay",
+ "fields": [
+ {
+ "key": "payer_name",
+ "type": "string",
+ "label": {
+ "en": "Payer name",
+ "ru": "Имя плательщика",
+ "uk": "Імʼя платника"
+ },
+ "hint": {
+ "en": "Enter Payer name",
+ "ru": "Введите полное имя плательщика",
+ "uk": "Введіть повне імʼя платника"
+ },
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "example": "VAN TUONG LAN",
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "zalo_qr_vnd_hpp",
+ "currency": "VND",
+ "flow": "hpp",
+ "method": "zalo_qr",
+ "amount_min": 1,
+ "amount_max": 9999999999,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "shinhan_bank_vnd_hpp",
+ "currency": "VND",
+ "flow": "hpp",
+ "method": "shinhan_bank",
+ "fields": [
+ {
+ "key": "payer_name",
+ "type": "string",
+ "label": {
+ "en": "Payer name",
+ "ru": "Имя плательщика",
+ "uk": "Імʼя платника"
+ },
+ "hint": {
+ "en": "Enter Payer name",
+ "ru": "Введите полное имя плательщика",
+ "uk": "Введіть повне імʼя платника"
+ },
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "example": "VAN TUONG LAN",
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "vib_bank_vnd_hpp",
+ "currency": "VND",
+ "flow": "hpp",
+ "method": "vib_bank",
+ "fields": [
+ {
+ "key": "payer_name",
+ "type": "string",
+ "label": {
+ "en": "Payer name",
+ "ru": "Имя плательщика",
+ "uk": "Імʼя платника"
+ },
+ "hint": {
+ "en": "Enter Payer name",
+ "ru": "Введите полное имя плательщика",
+ "uk": "Введіть повне імʼя платника"
+ },
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "example": "VAN TUONG LAN",
+ "position": 1
+ },
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "agri_bank_vnd_hpp",
+ "currency": "VND",
+ "flow": "hpp",
+ "method": "agri_bank",
+ "fields": [
+ {
+ "key": "payer_name",
+ "type": "string",
+ "label": {
+ "en": "Payer name",
+ "ru": "Имя плательщика",
+ "uk": "Імʼя платника"
+ },
+ "hint": {
+ "en": "Enter Payer name",
+ "ru": "Введите полное имя плательщика",
+ "uk": "Введіть повне імʼя платника"
+ },
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "example": "VAN TUONG LAN",
+ "position": 1
+ },
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "saigon_bank_vnd_hpp",
+ "currency": "VND",
+ "flow": "hpp",
+ "method": "saigon_bank",
+ "fields": [
+ {
+ "key": "payer_name",
+ "type": "string",
+ "label": {
+ "en": "Payer name",
+ "ru": "Имя плательщика",
+ "uk": "Імʼя платника"
+ },
+ "hint": {
+ "en": "Enter Payer name",
+ "ru": "Введите полное имя плательщика",
+ "uk": "Введіть повне імʼя платника"
+ },
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "example": "VAN TUONG LAN",
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "vrb_bank_vnd_hpp",
+ "currency": "VND",
+ "flow": "hpp",
+ "method": "vrb_bank",
+ "fields": [
+ {
+ "key": "payer_name",
+ "type": "string",
+ "label": {
+ "en": "Payer name",
+ "ru": "Имя плательщика",
+ "uk": "Імʼя платника"
+ },
+ "hint": {
+ "en": "Enter Payer name",
+ "ru": "Введите полное имя плательщика",
+ "uk": "Введіть повне імʼя платника"
+ },
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "example": "VAN TUONG LAN",
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "ab_bank_vnd_hpp",
+ "currency": "VND",
+ "flow": "hpp",
+ "method": "ab_bank",
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "baoviet_bank_vnd_hpp",
+ "currency": "VND",
+ "flow": "hpp",
+ "method": "baoviet_bank",
+ "fields": [
+ {
+ "key": "payer_name",
+ "type": "string",
+ "label": {
+ "en": "Payer name",
+ "ru": "Имя плательщика",
+ "uk": "Імʼя платника"
+ },
+ "hint": {
+ "en": "Enter Payer name",
+ "ru": "Введите полное имя плательщика",
+ "uk": "Введіть повне імʼя платника"
+ },
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "example": "VAN TUONG LAN",
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "public_bank_vietnam_vnd_hpp",
+ "currency": "VND",
+ "flow": "hpp",
+ "method": "public_bank_vietnam",
+ "fields": [
+ {
+ "key": "payer_name",
+ "type": "string",
+ "label": {
+ "en": "Payer name",
+ "ru": "Имя плательщика",
+ "uk": "Імʼя платника"
+ },
+ "hint": {
+ "en": "Enter Payer name",
+ "ru": "Введите полное имя плательщика",
+ "uk": "Введіть повне імʼя платника"
+ },
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "example": "VAN TUONG LAN",
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "pvcom_bank_vnd_hpp",
+ "currency": "VND",
+ "flow": "hpp",
+ "method": "pvcom_bank",
+ "fields": [
+ {
+ "key": "payer_name",
+ "type": "string",
+ "label": {
+ "en": "Payer name",
+ "ru": "Имя плательщика",
+ "uk": "Імʼя платника"
+ },
+ "hint": {
+ "en": "Enter Payer name",
+ "ru": "Введите полное имя плательщика",
+ "uk": "Введіть повне імʼя платника"
+ },
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "example": "VAN TUONG LAN",
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "kien_long_bank_vnd_hpp",
+ "currency": "VND",
+ "flow": "hpp",
+ "method": "kien_long_bank",
+ "fields": [
+ {
+ "key": "payer_name",
+ "type": "string",
+ "label": {
+ "en": "Payer name",
+ "ru": "Имя плательщика",
+ "uk": "Імʼя платника"
+ },
+ "hint": {
+ "en": "Enter Payer name",
+ "ru": "Введите полное имя плательщика",
+ "uk": "Введіть повне імʼя платника"
+ },
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "example": "VAN TUONG LAN",
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "woori_bank_vnd_hpp",
+ "currency": "VND",
+ "flow": "hpp",
+ "method": "woori_bank",
+ "fields": [
+ {
+ "key": "payer_name",
+ "type": "string",
+ "label": {
+ "en": "Payer name",
+ "ru": "Имя плательщика",
+ "uk": "Імʼя платника"
+ },
+ "hint": {
+ "en": "Enter Payer name",
+ "ru": "Введите полное имя плательщика",
+ "uk": "Введіть повне імʼя платника"
+ },
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "example": "VAN TUONG LAN",
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "mb_bank_vnd_hpp",
+ "currency": "VND",
+ "flow": "hpp",
+ "method": "mb_bank",
+ "fields": [
+ {
+ "key": "payer_name",
+ "type": "string",
+ "label": {
+ "en": "Payer name",
+ "ru": "Имя плательщика",
+ "uk": "Імʼя платника"
+ },
+ "hint": {
+ "en": "Enter Payer name",
+ "ru": "Введите полное имя плательщика",
+ "uk": "Введіть повне імʼя платника"
+ },
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "example": "VAN TUONG LAN",
+ "position": 1
+ },
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "standard_chartered_bank_vietnam_vnd_hpp",
+ "currency": "VND",
+ "flow": "hpp",
+ "method": "standard_chartered_bank_vietnam",
+ "fields": [
+ {
+ "key": "payer_name",
+ "type": "string",
+ "label": {
+ "en": "Payer name",
+ "ru": "Имя плательщика",
+ "uk": "Імʼя платника"
+ },
+ "hint": {
+ "en": "Enter Payer name",
+ "ru": "Введите полное имя плательщика",
+ "uk": "Введіть повне імʼя платника"
+ },
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "example": "VAN TUONG LAN",
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "petrolimex_bank_vnd_hpp",
+ "currency": "VND",
+ "flow": "hpp",
+ "method": "petrolimex_bank",
+ "fields": [
+ {
+ "key": "payer_name",
+ "type": "string",
+ "label": {
+ "en": "Payer name",
+ "ru": "Имя плательщика",
+ "uk": "Імʼя платника"
+ },
+ "hint": {
+ "en": "Enter Payer name",
+ "ru": "Введите полное имя плательщика",
+ "uk": "Введіть повне імʼя платника"
+ },
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "example": "VAN TUONG LAN",
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "viet_capital_bank_vnd_hpp",
+ "currency": "VND",
+ "flow": "hpp",
+ "method": "viet_capital_bank",
+ "fields": [
+ {
+ "key": "payer_name",
+ "type": "string",
+ "label": {
+ "en": "Payer name",
+ "ru": "Имя плательщика",
+ "uk": "Імʼя платника"
+ },
+ "hint": {
+ "en": "Enter Payer name",
+ "ru": "Введите полное имя плательщика",
+ "uk": "Введіть повне імʼя платника"
+ },
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "example": "VAN TUONG LAN",
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "viet_a_bank_vnd_hpp",
+ "currency": "VND",
+ "flow": "hpp",
+ "method": "viet_a_bank",
+ "fields": [
+ {
+ "key": "payer_name",
+ "type": "string",
+ "label": {
+ "en": "Payer name",
+ "ru": "Имя плательщика",
+ "uk": "Імʼя платника"
+ },
+ "hint": {
+ "en": "Enter Payer name",
+ "ru": "Введите полное имя плательщика",
+ "uk": "Введіть повне імʼя платника"
+ },
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "example": "VAN TUONG LAN",
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "ocean_bank_vnd_hpp",
+ "currency": "VND",
+ "flow": "hpp",
+ "method": "ocean_bank",
+ "fields": [
+ {
+ "key": "payer_name",
+ "type": "string",
+ "label": {
+ "en": "Payer name",
+ "ru": "Имя плательщика",
+ "uk": "Імʼя платника"
+ },
+ "hint": {
+ "en": "Enter Payer name",
+ "ru": "Введите полное имя плательщика",
+ "uk": "Введіть повне імʼя платника"
+ },
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "example": "VAN TUONG LAN",
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "nam_a_bank_vnd_hpp",
+ "currency": "VND",
+ "flow": "hpp",
+ "method": "nam_a_bank",
+ "fields": [
+ {
+ "key": "payer_name",
+ "type": "string",
+ "label": {
+ "en": "Payer name",
+ "ru": "Имя плательщика",
+ "uk": "Імʼя платника"
+ },
+ "hint": {
+ "en": "Enter Payer name",
+ "ru": "Введите полное имя плательщика",
+ "uk": "Введіть повне імʼя платника"
+ },
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "example": "VAN TUONG LAN",
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "indovina_bank_vnd_hpp",
+ "currency": "VND",
+ "flow": "hpp",
+ "method": "indovina_bank",
+ "fields": [
+ {
+ "key": "payer_name",
+ "type": "string",
+ "label": {
+ "en": "Payer name",
+ "ru": "Имя плательщика",
+ "uk": "Імʼя платника"
+ },
+ "hint": {
+ "en": "Enter Payer name",
+ "ru": "Введите полное имя плательщика",
+ "uk": "Введіть повне імʼя платника"
+ },
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "example": "VAN TUONG LAN",
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "lien_viet_post_bank_vnd_hpp",
+ "currency": "VND",
+ "flow": "hpp",
+ "method": "lien_viet_post_bank",
+ "fields": [
+ {
+ "key": "payer_name",
+ "type": "string",
+ "label": {
+ "en": "Payer name",
+ "ru": "Имя плательщика",
+ "uk": "Імʼя платника"
+ },
+ "hint": {
+ "en": "Enter Payer name",
+ "ru": "Введите полное имя плательщика",
+ "uk": "Введіть повне імʼя платника"
+ },
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "example": "VAN TUONG LAN",
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "industrial_bank_ho_chi_minh_vnd_hpp",
+ "currency": "VND",
+ "flow": "hpp",
+ "method": "industrial_bank_ho_chi_minh",
+ "fields": [
+ {
+ "key": "payer_name",
+ "type": "string",
+ "label": {
+ "en": "Payer name",
+ "ru": "Имя плательщика",
+ "uk": "Імʼя платника"
+ },
+ "hint": {
+ "en": "Enter Payer name",
+ "ru": "Введите полное имя плательщика",
+ "uk": "Введіть повне імʼя платника"
+ },
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "example": "VAN TUONG LAN",
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "bac_a_bank_vnd_hpp",
+ "currency": "VND",
+ "flow": "hpp",
+ "method": "bac_a_bank",
+ "fields": [
+ {
+ "key": "payer_name",
+ "type": "string",
+ "label": {
+ "en": "Payer name",
+ "ru": "Имя плательщика",
+ "uk": "Імʼя платника"
+ },
+ "hint": {
+ "en": "Enter Payer name",
+ "ru": "Введите полное имя плательщика",
+ "uk": "Введіть повне імʼя платника"
+ },
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "example": "VAN TUONG LAN",
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "maritime_bank_vnd_hpp",
+ "currency": "VND",
+ "flow": "hpp",
+ "method": "maritime_bank",
+ "fields": [
+ {
+ "key": "payer_name",
+ "type": "string",
+ "label": {
+ "en": "Payer name",
+ "ru": "Имя плательщика",
+ "uk": "Імʼя платника"
+ },
+ "hint": {
+ "en": "Enter Payer name",
+ "ru": "Введите полное имя плательщика",
+ "uk": "Введіть повне імʼя платника"
+ },
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "example": "VAN TUONG LAN",
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "cooperative_bank_vnd_hpp",
+ "currency": "VND",
+ "flow": "hpp",
+ "method": "cooperative_bank",
+ "fields": [
+ {
+ "key": "payer_name",
+ "type": "string",
+ "label": {
+ "en": "Payer name",
+ "ru": "Имя плательщика",
+ "uk": "Імʼя платника"
+ },
+ "hint": {
+ "en": "Enter Payer name",
+ "ru": "Введите полное имя плательщика",
+ "uk": "Введіть повне імʼя платника"
+ },
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "example": "VAN TUONG LAN",
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "gp_bank_vnd_hpp",
+ "currency": "VND",
+ "flow": "hpp",
+ "method": "gp_bank",
+ "fields": [
+ {
+ "key": "payer_name",
+ "type": "string",
+ "label": {
+ "en": "Payer name",
+ "ru": "Имя плательщика",
+ "uk": "Імʼя платника"
+ },
+ "hint": {
+ "en": "Enter Payer name",
+ "ru": "Введите полное имя плательщика",
+ "uk": "Введіть повне імʼя платника"
+ },
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "example": "VAN TUONG LAN",
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "industrial_bank_hanoi_vnd_hpp",
+ "currency": "VND",
+ "flow": "hpp",
+ "method": "industrial_bank_hanoi",
+ "fields": [
+ {
+ "key": "payer_name",
+ "type": "string",
+ "label": {
+ "en": "Payer name",
+ "ru": "Имя плательщика",
+ "uk": "Імʼя платника"
+ },
+ "hint": {
+ "en": "Enter Payer name",
+ "ru": "Введите полное имя плательщика",
+ "uk": "Введіть повне імʼя платника"
+ },
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "example": "VAN TUONG LAN",
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "sea_bank_vnd_hpp",
+ "currency": "VND",
+ "flow": "hpp",
+ "method": "sea_bank",
+ "fields": [
+ {
+ "key": "payer_name",
+ "type": "string",
+ "label": {
+ "en": "Payer name",
+ "ru": "Имя плательщика",
+ "uk": "Імʼя платника"
+ },
+ "hint": {
+ "en": "Enter Payer name",
+ "ru": "Введите полное имя плательщика",
+ "uk": "Введіть повне імʼя платника"
+ },
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "example": "VAN TUONG LAN",
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "hong_leong_bank_vnd_hpp",
+ "currency": "VND",
+ "flow": "hpp",
+ "method": "hong_leong_bank",
+ "fields": [
+ {
+ "key": "payer_name",
+ "type": "string",
+ "label": {
+ "en": "Payer name",
+ "ru": "Имя плательщика",
+ "uk": "Імʼя платника"
+ },
+ "hint": {
+ "en": "Enter Payer name",
+ "ru": "Введите полное имя плательщика",
+ "uk": "Введіть повне імʼя платника"
+ },
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "example": "VAN TUONG LAN",
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "hd_bank_vnd_hpp",
+ "currency": "VND",
+ "flow": "hpp",
+ "method": "hd_bank",
+ "fields": [
+ {
+ "key": "payer_name",
+ "type": "string",
+ "label": {
+ "en": "Payer name",
+ "ru": "Имя плательщика",
+ "uk": "Імʼя платника"
+ },
+ "hint": {
+ "en": "Enter Payer name",
+ "ru": "Введите полное имя плательщика",
+ "uk": "Введіть повне імʼя платника"
+ },
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "example": "VAN TUONG LAN",
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "cimb_bank_vnd_hpp",
+ "currency": "VND",
+ "flow": "hpp",
+ "method": "cimb_bank",
+ "fields": [
+ {
+ "key": "payer_name",
+ "type": "string",
+ "label": {
+ "en": "Payer name",
+ "ru": "Имя плательщика",
+ "uk": "Імʼя платника"
+ },
+ "hint": {
+ "en": "Enter Payer name",
+ "ru": "Введите полное имя плательщика",
+ "uk": "Введіть повне імʼя платника"
+ },
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "example": "VAN TUONG LAN",
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "cimb_bank_myr_hpp",
+ "currency": "MYR",
+ "flow": "hpp",
+ "method": "cimb_bank",
+ "fields": [
+ {
+ "key": "payer_name",
+ "type": "string",
+ "label": {
+ "en": "Payer name",
+ "ru": "Имя плательщика",
+ "uk": "Імʼя платника"
+ },
+ "hint": {
+ "en": "Enter Payer name",
+ "ru": "Введите полное имя плательщика",
+ "uk": "Введіть повне імʼя платника"
+ },
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "example": "VAN TUONG LAN",
+ "position": 1
+ },
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 2500000000
+ },
+ {
+ "status": "active",
+ "code": "shb_bank_vnd_hpp",
+ "currency": "VND",
+ "flow": "hpp",
+ "method": "shb_bank",
+ "fields": [
+ {
+ "key": "payer_name",
+ "type": "string",
+ "label": {
+ "en": "Payer name",
+ "ru": "Имя плательщика",
+ "uk": "Імʼя платника"
+ },
+ "hint": {
+ "en": "Enter Payer name",
+ "ru": "Введите полное имя плательщика",
+ "uk": "Введіть повне імʼя платника"
+ },
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "example": "VAN TUONG LAN",
+ "position": 1
+ },
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "scb_bank_vnd_hpp",
+ "currency": "VND",
+ "flow": "hpp",
+ "method": "scb_bank",
+ "fields": [
+ {
+ "key": "payer_name",
+ "type": "string",
+ "label": {
+ "en": "Payer name",
+ "ru": "Имя плательщика",
+ "uk": "Імʼя платника"
+ },
+ "hint": {
+ "en": "Enter Payer name",
+ "ru": "Введите полное имя плательщика",
+ "uk": "Введіть повне імʼя платника"
+ },
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "example": "VAN TUONG LAN",
+ "position": 1
+ },
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "uobt_vnd_hpp",
+ "currency": "VND",
+ "flow": "hpp",
+ "method": "uobt",
+ "fields": [
+ {
+ "key": "payer_name",
+ "type": "string",
+ "label": {
+ "en": "Payer name",
+ "ru": "Имя плательщика",
+ "uk": "Імʼя платника"
+ },
+ "hint": {
+ "en": "Enter Payer name",
+ "ru": "Введите полное имя плательщика",
+ "uk": "Введіть повне імʼя платника"
+ },
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "example": "VAN TUONG LAN",
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "vp_bank_vnd_hpp",
+ "currency": "VND",
+ "flow": "hpp",
+ "method": "vp_bank",
+ "fields": [
+ {
+ "key": "payer_name",
+ "type": "string",
+ "label": {
+ "en": "Payer name",
+ "ru": "Имя плательщика",
+ "uk": "Імʼя платника"
+ },
+ "hint": {
+ "en": "Enter Payer name",
+ "ru": "Введите полное имя плательщика",
+ "uk": "Введіть повне імʼя платника"
+ },
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "example": "VAN TUONG LAN",
+ "position": 1
+ },
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "tp_bank_vnd_hpp",
+ "currency": "VND",
+ "flow": "hpp",
+ "method": "tp_bank",
+ "fields": [
+ {
+ "key": "payer_name",
+ "type": "string",
+ "label": {
+ "en": "Payer name",
+ "ru": "Имя плательщика",
+ "uk": "Імʼя платника"
+ },
+ "hint": {
+ "en": "Enter Payer name",
+ "ru": "Введите полное имя плательщика",
+ "uk": "Введіть повне імʼя платника"
+ },
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "example": "VAN TUONG LAN",
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "ncb_bank_vnd_hpp",
+ "currency": "VND",
+ "flow": "hpp",
+ "method": "ncb_bank",
+ "fields": [
+ {
+ "key": "payer_name",
+ "type": "string",
+ "label": {
+ "en": "Payer name",
+ "ru": "Имя плательщика",
+ "uk": "Імʼя платника"
+ },
+ "hint": {
+ "en": "Enter Payer name",
+ "ru": "Введите полное имя плательщика",
+ "uk": "Введіть повне імʼя платника"
+ },
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "example": "VAN TUONG LAN",
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "viet_bank_vnd_hpp",
+ "currency": "VND",
+ "flow": "hpp",
+ "method": "viet_bank",
+ "fields": [
+ {
+ "key": "payer_name",
+ "type": "string",
+ "label": {
+ "en": "Payer name",
+ "ru": "Имя плательщика",
+ "uk": "Імʼя платника"
+ },
+ "hint": {
+ "en": "Enter Payer name",
+ "ru": "Введите полное имя плательщика",
+ "uk": "Введіть повне імʼя платника"
+ },
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "example": "VAN TUONG LAN",
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "omllvcb_bank_vnd_hpp",
+ "currency": "VND",
+ "flow": "hpp",
+ "method": "omllvcb_bank",
+ "fields": [
+ {
+ "key": "payer_name",
+ "type": "string",
+ "label": {
+ "en": "Payer name",
+ "ru": "Имя плательщика",
+ "uk": "Імʼя платника"
+ },
+ "hint": {
+ "en": "Enter Payer name",
+ "ru": "Введите полное имя плательщика",
+ "uk": "Введіть повне імʼя платника"
+ },
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "example": "VAN TUONG LAN",
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "ocb_bank_vnd_hpp",
+ "currency": "VND",
+ "flow": "hpp",
+ "method": "ocb_bank",
+ "fields": [
+ {
+ "key": "payer_name",
+ "type": "string",
+ "label": {
+ "en": "Payer name",
+ "ru": "Имя плательщика",
+ "uk": "Імʼя платника"
+ },
+ "hint": {
+ "en": "Enter Payer name",
+ "ru": "Введите полное имя плательщика",
+ "uk": "Введіть повне імʼя платника"
+ },
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "example": "VAN TUONG LAN",
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "cfc_bank_vnd_hpp",
+ "currency": "VND",
+ "flow": "hpp",
+ "method": "cfc_bank",
+ "fields": [
+ {
+ "key": "payer_name",
+ "type": "string",
+ "label": {
+ "en": "Payer name",
+ "ru": "Имя плательщика",
+ "uk": "Імʼя платника"
+ },
+ "hint": {
+ "en": "Enter Payer name",
+ "ru": "Введите полное имя плательщика",
+ "uk": "Введіть повне імʼя платника"
+ },
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "example": "VAN TUONG LAN",
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "viettelpay_vnd_hpp",
+ "currency": "VND",
+ "flow": "hpp",
+ "method": "viettelpay",
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "punjab_sind_bank_inr_hpp",
+ "currency": "INR",
+ "flow": "hpp",
+ "method": "punjab_sind_bank",
+ "amount_min": 0.01,
+ "amount_max": 1000000000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "kanata_sahakari_bank_inr_hpp",
+ "currency": "INR",
+ "flow": "hpp",
+ "method": "kanata_sahakari_bank",
+ "amount_min": 0.01,
+ "amount_max": 1000000000
+ },
+ {
+ "status": "active",
+ "code": "amazon_pay_inr_hpp",
+ "currency": "INR",
+ "flow": "hpp",
+ "method": "amazon_pay",
+ "amount_min": 0.01,
+ "amount_max": 1000000000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "amazon_pay_eur_hpp",
+ "currency": "EUR",
+ "flow": "hpp",
+ "method": "amazon_pay",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "amazon_pay_usd_hpp",
+ "currency": "USD",
+ "flow": "hpp",
+ "method": "amazon_pay",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "amazon_pay_gbp_hpp",
+ "currency": "GBP",
+ "flow": "hpp",
+ "method": "amazon_pay",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "paywise_cash_ttd_invoice",
+ "currency": "TTD",
+ "flow": "invoice",
+ "method": "paywise_cash",
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "paywise_cash_usd_invoice",
+ "currency": "USD",
+ "flow": "invoice",
+ "method": "paywise_cash",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "payment_card_krw_hpp",
+ "flow": "hpp",
+ "method": "payment_card",
+ "currency": "KRW",
+ "amount_min": 1,
+ "amount_max": 130000000
+ },
+ {
+ "status": "active",
+ "code": "payment_card_kwd_hpp",
+ "flow": "hpp",
+ "method": "payment_card",
+ "currency": "KWD",
+ "amount_min": 0.1,
+ "amount_max": 31000
+ },
+ {
+ "status": "active",
+ "code": "payment_card_cop_hpp",
+ "flow": "hpp",
+ "method": "payment_card",
+ "currency": "COP",
+ "amount_min": 1,
+ "amount_max": 5000000000
+ },
+ {
+ "status": "active",
+ "code": "jeton_wallet_eur_hpp",
+ "flow": "hpp",
+ "method": "jeton_wallet",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "jeton_wallet_usd_hpp",
+ "flow": "hpp",
+ "method": "jeton_wallet",
+ "currency": "USD",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "jeton_wallet_gbp_hpp",
+ "flow": "hpp",
+ "method": "jeton_wallet",
+ "currency": "GBP",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "jeton_wallet_try_hpp",
+ "flow": "hpp",
+ "method": "jeton_wallet",
+ "currency": "TRY",
+ "amount_min": 0.01,
+ "amount_max": 1800000
+ },
+ {
+ "status": "active",
+ "code": "jeton_wallet_jpy_hpp",
+ "flow": "hpp",
+ "method": "jeton_wallet",
+ "currency": "JPY",
+ "amount_min": 0,
+ "amount_max": 13800000
+ },
+ {
+ "status": "active",
+ "code": "jeton_wallet_nok_hpp",
+ "flow": "hpp",
+ "method": "jeton_wallet",
+ "currency": "NOK",
+ "amount_min": 0.01,
+ "amount_max": 980000
+ },
+ {
+ "status": "active",
+ "code": "jeton_wallet_inr_hpp",
+ "flow": "hpp",
+ "method": "jeton_wallet",
+ "currency": "INR",
+ "amount_min": 0.01,
+ "amount_max": 1000000000
+ },
+ {
+ "status": "active",
+ "code": "jeton_wallet_pln_hpp",
+ "flow": "hpp",
+ "method": "jeton_wallet",
+ "currency": "PLN",
+ "amount_min": 0.01,
+ "amount_max": 480000
+ },
+ {
+ "status": "active",
+ "code": "jeton_wallet_cad_hpp",
+ "flow": "hpp",
+ "method": "jeton_wallet",
+ "currency": "CAD",
+ "amount_min": 0.01,
+ "amount_max": 130000
+ },
+ {
+ "status": "active",
+ "code": "jeton_wallet_sek_hpp",
+ "flow": "hpp",
+ "method": "jeton_wallet",
+ "currency": "SEK",
+ "amount_min": 0.01,
+ "amount_max": 1070000
+ },
+ {
+ "status": "active",
+ "code": "jeton_wallet_huf_hpp",
+ "flow": "hpp",
+ "method": "jeton_wallet",
+ "currency": "HUF",
+ "amount_min": 0.01,
+ "amount_max": 300000
+ },
+ {
+ "status": "active",
+ "code": "jeton_wallet_czk_hpp",
+ "flow": "hpp",
+ "method": "jeton_wallet",
+ "currency": "CZK",
+ "amount_min": 0.01,
+ "amount_max": 200000
+ },
+ {
+ "status": "active",
+ "code": "jeton_wallet_aud_hpp",
+ "flow": "hpp",
+ "method": "jeton_wallet",
+ "currency": "AUD",
+ "amount_min": 0.01,
+ "amount_max": 150000
+ },
+ {
+ "status": "active",
+ "code": "interac_cad_hpp",
+ "flow": "hpp",
+ "method": "interac",
+ "currency": "CAD",
+ "amount_min": 0.01,
+ "amount_max": 130000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{2,4}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (DL, HC, PASS)",
+ "ru": "Введите тип документа (DL, HC, PASS)",
+ "uk": "Введіть тип документу (DL, HC, PASS)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{6,15}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "community_bank_jpy_hpp",
+ "flow": "hpp",
+ "method": "community_bank",
+ "currency": "JPY",
+ "amount_min": 1,
+ "amount_max": 13800000
+ },
+ {
+ "status": "active",
+ "code": "community_bank_usd_hpp",
+ "flow": "hpp",
+ "method": "community_bank",
+ "currency": "USD",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "community_bank_try_hpp",
+ "flow": "hpp",
+ "method": "community_bank",
+ "currency": "TRY",
+ "amount_min": 0.01,
+ "amount_max": 1800000
+ },
+ {
+ "status": "active",
+ "code": "cepbank_try_hpp",
+ "flow": "hpp",
+ "method": "cepbank",
+ "currency": "TRY",
+ "amount_min": 0.01,
+ "amount_max": 1800000
+ },
+ {
+ "status": "active",
+ "code": "papara_try_hpp",
+ "flow": "hpp",
+ "method": "papara",
+ "currency": "TRY",
+ "amount_min": 0.01,
+ "amount_max": 1800000,
+ "fields": [
+ {
+ "key": "identification_number",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Payer identification number",
+ "ru": "Индентификационный код плательщика",
+ "uk": "Ідентифікаційний код платника"
+ },
+ "hint": {
+ "en": "Enter payer identification number",
+ "ru": "Введите индентификационный код плательщика",
+ "uk": "Введіть ідентифікаційний код платника"
+ },
+ "example": "11003829920"
+ },
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Payer bank code",
+ "ru": "Код банка отправителя",
+ "uk": "Код банку відправника"
+ },
+ "hint": {
+ "en": "Enter payer bank code",
+ "ru": "Введите код банка отправителя",
+ "uk": "Введіть код банку відправника"
+ },
+ "example": "050"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "paybol_try_hpp",
+ "flow": "hpp",
+ "method": "paybol",
+ "currency": "TRY",
+ "amount_min": 0.01,
+ "amount_max": 1800000
+ },
+ {
+ "status": "active",
+ "code": "nova_bank_try_hpp",
+ "flow": "hpp",
+ "method": "nova_bank",
+ "currency": "TRY",
+ "amount_min": 0.01,
+ "amount_max": 1800000
+ },
+ {
+ "status": "active",
+ "code": "online_banking_qr_try_hpp",
+ "flow": "hpp",
+ "method": "online_banking_qr",
+ "currency": "TRY",
+ "amount_min": 0.01,
+ "amount_max": 1800000
+ },
+ {
+ "status": "active",
+ "code": "online_banking_qr_myr_hpp",
+ "flow": "hpp",
+ "method": "online_banking_qr",
+ "currency": "MYR",
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "pagoefectivo_pen_hpp",
+ "flow": "hpp",
+ "method": "pagoefectivo",
+ "currency": "PEN",
+ "amount_min": 0.01,
+ "amount_max": 385000
+ },
+ {
+ "status": "active",
+ "code": "pagoefectivo_cip_pen_hpp",
+ "flow": "hpp",
+ "method": "pagoefectivo_cip",
+ "currency": "PEN",
+ "amount_min": 0.01,
+ "amount_max": 385000
+ },
+ {
+ "status": "active",
+ "code": "online_banking_vnd_hpp",
+ "flow": "hpp",
+ "method": "online_banking",
+ "currency": "VND",
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "online_banking_thb_hpp",
+ "flow": "hpp",
+ "method": "online_banking",
+ "currency": "THB",
+ "amount_min": 0.01,
+ "amount_max": 3500000
+ },
+ {
+ "status": "active",
+ "code": "online_banking_myr_hpp",
+ "flow": "hpp",
+ "method": "online_banking",
+ "currency": "MYR",
+ "amount_min": 0.01,
+ "amount_max": 10000000,
+ "fields": [
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Bank code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ }
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "online_banking_php_hpp",
+ "flow": "hpp",
+ "method": "online_banking",
+ "currency": "PHP",
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "online_banking_idr_hpp",
+ "flow": "hpp",
+ "method": "online_banking",
+ "currency": "IDR",
+ "amount_min": 1,
+ "amount_max": 15000000000
+ },
+ {
+ "status": "active",
+ "code": "online_banking_qr_idr_hpp",
+ "flow": "hpp",
+ "method": "online_banking_qr",
+ "currency": "IDR",
+ "amount_min": 1,
+ "amount_max": 15000000000
+ },
+ {
+ "status": "active",
+ "code": "online_banking_brl_hpp",
+ "flow": "hpp",
+ "method": "online_banking",
+ "currency": "BRL",
+ "amount_min": 1,
+ "amount_max": 500000
+ },
+ {
+ "status": "active",
+ "code": "online_banking_cop_hpp",
+ "flow": "hpp",
+ "method": "online_banking",
+ "currency": "COP",
+ "amount_min": 1,
+ "amount_max": 500000000
+ },
+ {
+ "status": "active",
+ "code": "online_banking_mxn_hpp",
+ "flow": "hpp",
+ "method": "online_banking",
+ "currency": "MXN",
+ "amount_min": 1,
+ "amount_max": 2000000
+ },
+ {
+ "status": "active",
+ "code": "online_banking_clp_hpp",
+ "flow": "hpp",
+ "method": "online_banking",
+ "currency": "CLP",
+ "amount_min": 1,
+ "amount_max": 90000000
+ },
+ {
+ "status": "active",
+ "code": "online_banking_pen_hpp",
+ "flow": "hpp",
+ "method": "online_banking",
+ "currency": "PEN",
+ "amount_min": 1,
+ "amount_max": 400000
+ },
+ {
+ "status": "active",
+ "code": "online_banking_qr_vnd_hpp",
+ "flow": "hpp",
+ "method": "online_banking_qr",
+ "currency": "VND",
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "swiffy_eft_zar_hpp",
+ "flow": "hpp",
+ "method": "swiffy_eft",
+ "currency": "ZAR",
+ "amount_min": 1,
+ "amount_max": 1800000
+ },
+ {
+ "status": "active",
+ "code": "card_transfer_rub_invoice",
+ "flow": "invoice",
+ "method": "card_transfer",
+ "currency": "RUB",
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "card_transfer_gel_hpp",
+ "flow": "hpp",
+ "method": "card_transfer",
+ "currency": "GEL",
+ "amount_min": 0.01,
+ "amount_max": 500000
+ },
+ {
+ "status": "active",
+ "code": "card_transfer_uah_invoice",
+ "flow": "invoice",
+ "method": "card_transfer",
+ "currency": "UAH",
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "card_transfer_usd_hpp",
+ "flow": "hpp",
+ "method": "card_transfer",
+ "currency": "USD",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "card_transfer_rub_hpp",
+ "flow": "hpp",
+ "method": "card_transfer",
+ "currency": "RUB",
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "card_transfer_kzt_hpp",
+ "flow": "hpp",
+ "method": "card_transfer",
+ "currency": "KZT",
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "card_transfer_uah_hpp",
+ "flow": "hpp",
+ "method": "card_transfer",
+ "currency": "UAH",
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "card_transfer_mdl_hpp",
+ "flow": "hpp",
+ "method": "card_transfer",
+ "currency": "MDL",
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "card_transfer_uzs_hpp",
+ "flow": "hpp",
+ "method": "card_transfer",
+ "currency": "UZS",
+ "amount_min": 0.01,
+ "amount_max": 100000000
+ },
+ {
+ "status": "active",
+ "code": "card_transfer_azn_hpp",
+ "flow": "hpp",
+ "method": "card_transfer",
+ "currency": "AZN",
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "card_transfer_tjs_hpp",
+ "flow": "hpp",
+ "method": "card_transfer",
+ "currency": "TJS",
+ "amount_min": 0.01,
+ "amount_max": 1100000
+ },
+ {
+ "status": "active",
+ "code": "card_transfer_ars_hpp",
+ "flow": "hpp",
+ "method": "card_transfer",
+ "currency": "ARS",
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "card_transfer_kgs_hpp",
+ "flow": "hpp",
+ "method": "card_transfer",
+ "currency": "KGS",
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "card_transfer_egp_hpp",
+ "flow": "hpp",
+ "method": "card_transfer",
+ "currency": "EGP",
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "card_transfer_eur_hpp",
+ "flow": "hpp",
+ "method": "card_transfer",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "card_transfer_mxn_hpp",
+ "flow": "hpp",
+ "method": "card_transfer",
+ "currency": "MXN",
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "card_transfer_bdt_hpp",
+ "flow": "hpp",
+ "method": "card_transfer",
+ "currency": "BDT",
+ "amount_min": 1,
+ "amount_max": 10900000
+ },
+ {
+ "status": "active",
+ "code": "card_transfer_jod_hpp",
+ "flow": "hpp",
+ "method": "card_transfer",
+ "currency": "JOD",
+ "amount_min": 0.007,
+ "amount_max": 70000
+ },
+ {
+ "status": "active",
+ "code": "card_transfer_iqd_hpp",
+ "flow": "hpp",
+ "method": "card_transfer",
+ "currency": "IQD",
+ "amount_min": 13,
+ "amount_max": 130000000
+ },
+ {
+ "status": "active",
+ "code": "pay_id_aud_invoice",
+ "flow": "invoice",
+ "method": "pay_id",
+ "currency": "AUD",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "pay_id_aud_hpp",
+ "flow": "hpp",
+ "method": "pay_id",
+ "currency": "AUD",
+ "amount_min": 0.01,
+ "amount_max": 200000
+ },
+ {
+ "status": "active",
+ "code": "payshop_eur_hpp",
+ "flow": "hpp",
+ "method": "payshop",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 200000
+ },
+ {
+ "status": "active",
+ "code": "payshop_eur_invoice",
+ "flow": "invoice",
+ "method": "payshop",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 200000
+ },
+ {
+ "status": "active",
+ "code": "bizum_eur_hpp",
+ "flow": "hpp",
+ "method": "bizum",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "mb_way_eur_hpp",
+ "flow": "hpp",
+ "method": "mb_way",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 200000
+ },
+ {
+ "status": "active",
+ "code": "mb_way_eur_invoice",
+ "flow": "invoice",
+ "method": "mb_way",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 200000
+ },
+ {
+ "status": "active",
+ "code": "upi_qr_inr_invoice",
+ "flow": "invoice",
+ "method": "upi_qr",
+ "currency": "INR",
+ "fields": [
+ {
+ "key": "vpa",
+ "type": "string",
+ "label": {
+ "en": "VPA",
+ "ru": "VPA",
+ "uk": "VPA"
+ },
+ "hint": {
+ "en": "Enter VPA",
+ "ru": "Введите VPA",
+ "uk": "Введіть VPA"
+ },
+ "regexp": "\/^.{2,}@\\w+$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "\/^.{1,100}$\/",
+ "required": false,
+ "position": 2,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "8867135698@upi"
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "label": {
+ "en": "Bank code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "regexp": "\/^.{1,100}$\/",
+ "required": false,
+ "position": 3,
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ },
+ "example": "050"
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "label": {
+ "en": "Client document id",
+ "ru": "Id клиентского документа",
+ "uk": "Id документу клієнта"
+ },
+ "regexp": "\/^.{1,100}$\/",
+ "required": false,
+ "position": 4,
+ "hint": {
+ "en": "Enter document id",
+ "ru": "Введите id документа",
+ "uk": "Введіть id документу"
+ },
+ "example": "50284414727"
+ },
+ {
+ "key": "document_type",
+ "type": "string",
+ "label": {
+ "en": "Client document type",
+ "ru": "Тип клиентского документа",
+ "uk": "Тип документу клієнта"
+ },
+ "regexp": "\/^.{1,100}$\/",
+ "required": false,
+ "position": 5,
+ "hint": {
+ "en": "Enter document type",
+ "ru": "Введите тип документа",
+ "uk": "Введіть тип документу"
+ },
+ "example": "CPF"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1000000000
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_inr_invoice",
+ "currency": "INR",
+ "flow": "invoice",
+ "method": "bank_transfer",
+ "amount_min": 0.01,
+ "amount_max": 1000000000
+ },
+ {
+ "status": "active",
+ "code": "pse_cop_hpp",
+ "currency": "COP",
+ "flow": "hpp",
+ "method": "pse",
+ "amount_min": 0.01,
+ "amount_max": 4900000000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{2,4}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CC, NIT, CE, PASS, PPT)",
+ "ru": "Введите тип документа (CC, NIT, CE, PASS, PPT)",
+ "uk": "Введіть тип документу (CC, NIT, CE, PASS, PPT)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{6,15}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ },
+ {
+ "key": "document_number",
+ "type": "string",
+ "regexp": "/^.{1,50}$/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Document Number",
+ "ru": "Номер документа",
+ "uk": "Номер документу"
+ },
+ "hint": {
+ "en": "Enter document number",
+ "ru": "Введите номер документа",
+ "uk": "Введіть номер документу"
+ }
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "/^[0-9]{1,12}$/",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Bank code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ }
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "pse_usd_hpp",
+ "currency": "USD",
+ "flow": "hpp",
+ "method": "pse",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "banco_guayaquil_usd_hpp",
+ "currency": "USD",
+ "flow": "hpp",
+ "method": "banco_guayaquil",
+ "amount_min": 0.01,
+ "amount_max": 100000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{2,4}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CC, DL, RUC, PASS)",
+ "ru": "Введите тип документа (CC, DL, RUC, PASS)",
+ "uk": "Введіть тип документу (CC, DL, RUC, PASS)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{6,13}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "banco_pichincha_usd_hpp",
+ "currency": "USD",
+ "flow": "hpp",
+ "method": "banco_pichincha",
+ "amount_min": 0.01,
+ "amount_max": 100000,
+ "fields": [
+ {
+ "key": "personal_id",
+ "type": "string",
+ "regexp": "/^.{1,128}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Personal ID",
+ "ru": "Личный идентификатор клиента",
+ "uk": "Особистий ідентифікатор клієнту"
+ },
+ "hint": {
+ "en": "Enter personal ID",
+ "ru": "Введите личный идентификатор клиента",
+ "uk": "Введіть особистий ідентифікатор клієнту"
+ }
+ },
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{2,4}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CC, DL, RUC, PASS)",
+ "ru": "Введите тип документа (CC, DL, RUC, PASS)",
+ "uk": "Введіть тип документу (CC, DL, RUC, PASS)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{6,13}$/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "banco_bci_clp_hpp",
+ "currency": "CLP",
+ "flow": "hpp",
+ "method": "banco_bci",
+ "amount_min": 1,
+ "amount_max": 90000000,
+ "fields": [
+ {
+ "key": "personal_id",
+ "type": "string",
+ "regexp": "/^.{1,128}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Personal ID",
+ "ru": "Личный идентификатор клиента",
+ "uk": "Особистий ідентифікатор клієнту"
+ },
+ "hint": {
+ "en": "Enter personal ID",
+ "ru": "Введите личный идентификатор клиента",
+ "uk": "Введіть особистий ідентифікатор клієнту"
+ }
+ },
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{2,3}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (ID, RUN, RUT)",
+ "ru": "Введите тип документа (ID, RUN, RUT)",
+ "uk": "Введіть тип документу (ID, RUN, RUT)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z0-9\\.\\-]{1,30}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "banco_bci_usd_hpp",
+ "currency": "USD",
+ "flow": "hpp",
+ "method": "banco_bci",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "mach_clp_hpp",
+ "currency": "CLP",
+ "flow": "hpp",
+ "method": "mach",
+ "amount_min": 1,
+ "amount_max": 90000000
+ },
+ {
+ "status": "active",
+ "code": "mach_brl_hpp",
+ "currency": "BRL",
+ "flow": "hpp",
+ "method": "mach",
+ "amount_min": 1,
+ "amount_max": 500000
+ },
+ {
+ "status": "active",
+ "code": "mach_cop_hpp",
+ "currency": "COP",
+ "flow": "hpp",
+ "method": "mach",
+ "amount_min": 1,
+ "amount_max": 500000000
+ },
+ {
+ "status": "active",
+ "code": "mach_ars_hpp",
+ "currency": "ARS",
+ "flow": "hpp",
+ "method": "mach",
+ "amount_min": 10,
+ "amount_max": 100000000
+ },
+ {
+ "status": "active",
+ "code": "mach_mxn_hpp",
+ "currency": "MXN",
+ "flow": "hpp",
+ "method": "mach",
+ "amount_min": 1,
+ "amount_max": 2000000
+ },
+ {
+ "status": "active",
+ "code": "mach_pen_hpp",
+ "currency": "PEN",
+ "flow": "hpp",
+ "method": "mach",
+ "amount_min": 1,
+ "amount_max": 400000
+ },
+ {
+ "status": "active",
+ "code": "mach_usd_hpp",
+ "currency": "USD",
+ "flow": "hpp",
+ "method": "mach",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "khipu_clp_hpp",
+ "currency": "CLP",
+ "flow": "hpp",
+ "method": "khipu",
+ "amount_min": 1,
+ "amount_max": 90000000,
+ "fields": [
+ {
+ "key": "personal_id",
+ "type": "string",
+ "regexp": "/^.{1,128}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Personal ID",
+ "ru": "Личный идентификатор клиента",
+ "uk": "Особистий ідентифікатор клієнту"
+ },
+ "hint": {
+ "en": "Enter personal ID",
+ "ru": "Введите личный идентификатор клиента",
+ "uk": "Введіть особистий ідентифікатор клієнту"
+ }
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "khipu_usd_hpp",
+ "currency": "USD",
+ "flow": "hpp",
+ "method": "khipu",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "webpay_clp_hpp",
+ "currency": "CLP",
+ "flow": "hpp",
+ "method": "webpay",
+ "amount_min": 1,
+ "amount_max": 90000000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{2,3}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (ID, RUN, RUT)",
+ "ru": "Введите тип документа (ID, RUN, RUT)",
+ "uk": "Введіть тип документу (ID, RUN, RUT)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z0-9\\.\\-]{1,30}$\/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "webpay_usd_hpp",
+ "currency": "USD",
+ "flow": "hpp",
+ "method": "webpay",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "multicaja_clp_hpp",
+ "currency": "CLP",
+ "flow": "hpp",
+ "method": "multicaja",
+ "amount_min": 1,
+ "amount_max": 90000000,
+ "fields": [
+ {
+ "key": "email",
+ "type": "string",
+ "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter email",
+ "ru": "Введите email",
+ "uk": "Введіть email"
+ }
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "multicaja_usd_hpp",
+ "currency": "USD",
+ "flow": "hpp",
+ "method": "multicaja",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "banco_de_credito_pen_hpp",
+ "currency": "PEN",
+ "flow": "hpp",
+ "method": "banco_de_credito",
+ "amount_min": 0.01,
+ "amount_max": 390000
+ },
+ {
+ "status": "active",
+ "code": "banco_de_credito_usd_hpp",
+ "currency": "USD",
+ "flow": "hpp",
+ "method": "banco_de_credito",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "bbva_continental_pen_hpp",
+ "currency": "PEN",
+ "flow": "hpp",
+ "method": "bbva_continental",
+ "amount_min": 0.01,
+ "amount_max": 390000
+ },
+ {
+ "status": "active",
+ "code": "bbva_continental_usd_hpp",
+ "currency": "USD",
+ "flow": "hpp",
+ "method": "bbva_continental",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "caja_arequipa_pen_hpp",
+ "currency": "PEN",
+ "flow": "hpp",
+ "method": "caja_arequipa",
+ "amount_min": 0.01,
+ "amount_max": 390000,
+ "fields": [
+ {
+ "key": "personal_id",
+ "type": "string",
+ "regexp": "/^.{1,128}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Personal ID",
+ "ru": "Личный идентификатор клиента",
+ "uk": "Особистий ідентифікатор клієнту"
+ },
+ "hint": {
+ "en": "Enter personal ID",
+ "ru": "Введите личный идентификатор клиента",
+ "uk": "Введіть особистий ідентифікатор клієнту"
+ }
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "caja_arequipa_usd_hpp",
+ "currency": "USD",
+ "flow": "hpp",
+ "method": "caja_arequipa",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "caja_huancayo_pen_hpp",
+ "currency": "PEN",
+ "flow": "hpp",
+ "method": "caja_huancayo",
+ "amount_min": 0.01,
+ "amount_max": 390000
+ },
+ {
+ "status": "active",
+ "code": "caja_huancayo_usd_hpp",
+ "currency": "USD",
+ "flow": "hpp",
+ "method": "caja_huancayo",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "caja_tacna_pen_hpp",
+ "currency": "PEN",
+ "flow": "hpp",
+ "method": "caja_tacna",
+ "amount_min": 0.01,
+ "amount_max": 390000,
+ "fields": [
+ {
+ "key": "personal_id",
+ "type": "string",
+ "regexp": "/^.{1,128}$/",
+ "required": true,
+ "position": 1,
+ "label": {
+ "en": "Personal ID",
+ "ru": "Личный идентификатор клиента",
+ "uk": "Особистий ідентифікатор клієнту"
+ },
+ "hint": {
+ "en": "Enter personal ID",
+ "ru": "Введите личный идентификатор клиента",
+ "uk": "Введіть особистий ідентифікатор клієнту"
+ }
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "caja_tacna_usd_hpp",
+ "currency": "USD",
+ "flow": "hpp",
+ "method": "caja_tacna",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "caja_trujillo_pen_hpp",
+ "currency": "PEN",
+ "flow": "hpp",
+ "method": "caja_trujillo",
+ "amount_min": 0.01,
+ "amount_max": 390000
+ },
+ {
+ "status": "active",
+ "code": "caja_trujillo_usd_hpp",
+ "currency": "USD",
+ "flow": "hpp",
+ "method": "caja_trujillo",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "interbank_pen_hpp",
+ "currency": "PEN",
+ "flow": "hpp",
+ "method": "interbank",
+ "amount_min": 0.01,
+ "amount_max": 390000,
+ "fields": [
+ {
+ "key": "personal_id",
+ "type": "string",
+ "regexp": "/^.{1,128}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Personal ID",
+ "ru": "Личный идентификатор клиента",
+ "uk": "Особистий ідентифікатор клієнту"
+ },
+ "hint": {
+ "en": "Enter personal ID",
+ "ru": "Введите личный идентификатор клиента",
+ "uk": "Введіть особистий ідентифікатор клієнту"
+ }
+ },
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "\/^.{1,3}$\/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type",
+ "ru": "Введите тип документа",
+ "uk": "Введіть тип документу"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,100}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Beneficiary's personal identification number",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документа отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary's personal identification number",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документа отримувача"
+ },
+ "example": "50284414727"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "interbank_usd_hpp",
+ "currency": "USD",
+ "flow": "hpp",
+ "method": "interbank",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "scotiabank_pen_hpp",
+ "currency": "PEN",
+ "flow": "hpp",
+ "method": "scotiabank",
+ "amount_min": 0.01,
+ "amount_max": 390000
+ },
+ {
+ "status": "active",
+ "code": "scotiabank_mxn_hpp",
+ "currency": "MXN",
+ "flow": "hpp",
+ "method": "scotiabank",
+ "amount_min": 0.01,
+ "amount_max": 1900000
+ },
+ {
+ "status": "active",
+ "code": "scotiabank_usd_hpp",
+ "currency": "USD",
+ "flow": "hpp",
+ "method": "scotiabank",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "banco_nacional_crc_hpp",
+ "currency": "CRC",
+ "flow": "hpp",
+ "method": "banco_nacional",
+ "amount_min": 0.01,
+ "amount_max": 62000000,
+ "fields": [
+ {
+ "key": "personal_id",
+ "type": "string",
+ "regexp": "/^.{1,128}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Personal ID",
+ "ru": "Личный идентификатор клиента",
+ "uk": "Особистий ідентифікатор клієнту"
+ },
+ "hint": {
+ "en": "Enter personal ID",
+ "ru": "Введите личный идентификатор клиента",
+ "uk": "Введіть особистий ідентифікатор клієнту"
+ }
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "banco_nacional_usd_hpp",
+ "currency": "USD",
+ "flow": "hpp",
+ "method": "banco_nacional",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "transfer_bancaria_brl_hpp",
+ "currency": "BRL",
+ "flow": "hpp",
+ "method": "transfer_bancaria",
+ "amount_min": 0.01,
+ "amount_max": 500000
+ },
+ {
+ "status": "active",
+ "code": "transfer_bancaria_usd_hpp",
+ "currency": "USD",
+ "flow": "hpp",
+ "method": "transfer_bancaria",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "techcom_bank_vnd_hpp",
+ "currency": "VND",
+ "flow": "hpp",
+ "method": "techcom_bank",
+ "amount_min": 1,
+ "amount_max": 9999999999,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "techcom_bank_qr_vnd_hpp",
+ "currency": "VND",
+ "flow": "hpp",
+ "method": "techcom_bank_qr",
+ "amount_min": 1,
+ "amount_max": 9999999999,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "asia_commercial_bank_vnd_hpp",
+ "currency": "VND",
+ "flow": "hpp",
+ "method": "asia_commercial_bank",
+ "amount_min": 1,
+ "amount_max": 9999999999,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "asia_commercial_bank_qr_vnd_hpp",
+ "currency": "VND",
+ "flow": "hpp",
+ "method": "asia_commercial_bank_qr",
+ "amount_min": 1,
+ "amount_max": 9999999999,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "affin_bank_berhad_myr_hpp",
+ "currency": "MYR",
+ "flow": "hpp",
+ "method": "affin_bank_berhad",
+ "amount_min": 0.01,
+ "amount_max": 9999999,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "alliance_bank_myr_hpp",
+ "currency": "MYR",
+ "flow": "hpp",
+ "method": "alliance_bank",
+ "amount_min": 0.01,
+ "amount_max": 9999999,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "ambank_berhad_myr_hpp",
+ "currency": "MYR",
+ "flow": "hpp",
+ "method": "ambank_berhad",
+ "amount_min": 0.01,
+ "amount_max": 9999999,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "bank_islam_malaysia_myr_hpp",
+ "currency": "MYR",
+ "flow": "hpp",
+ "method": "bank_islam_malaysia",
+ "amount_min": 0.01,
+ "amount_max": 9999999,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "bank_simpanan_nasional_berhad_myr_hpp",
+ "currency": "MYR",
+ "flow": "hpp",
+ "method": "bank_simpanan_nasional_berhad",
+ "amount_min": 0.01,
+ "amount_max": 9999999,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "citi_bank_myr_hpp",
+ "currency": "MYR",
+ "flow": "hpp",
+ "method": "citi_bank",
+ "amount_min": 0.01,
+ "amount_max": 9999999,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "hsbc_bank_malaysia_berhad_myr_hpp",
+ "currency": "MYR",
+ "flow": "hpp",
+ "method": "hsbc_bank_malaysia_berhad",
+ "amount_min": 0.01,
+ "amount_max": 9999999,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "maybank_berhad_myr_hpp",
+ "currency": "MYR",
+ "flow": "hpp",
+ "method": "maybank_berhad",
+ "amount_min": 0.01,
+ "amount_max": 9999999,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "maybank_berhad_idr_hpp",
+ "currency": "IDR",
+ "flow": "hpp",
+ "method": "maybank_berhad",
+ "amount_min": 0.01,
+ "amount_max": 15000000000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "ocbc_bank_myr_hpp",
+ "currency": "MYR",
+ "flow": "hpp",
+ "method": "ocbc_bank",
+ "amount_min": 0.01,
+ "amount_max": 9999999,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "ocbc_bank_indonesia_idr_hpp",
+ "currency": "IDR",
+ "flow": "hpp",
+ "method": "ocbc_bank_indonesia",
+ "amount_min": 0.01,
+ "amount_max": 15000000000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "public_bank_berhad_myr_hpp",
+ "currency": "MYR",
+ "flow": "hpp",
+ "method": "public_bank_berhad",
+ "amount_min": 0.01,
+ "amount_max": 9999999,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "united_overseas_bank_berhad_myr_hpp",
+ "currency": "MYR",
+ "flow": "hpp",
+ "method": "united_overseas_bank_berhad",
+ "amount_min": 0.01,
+ "amount_max": 9999999,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "united_overseas_bank_indonesia_idr_hpp",
+ "currency": "IDR",
+ "flow": "hpp",
+ "method": "united_overseas_bank_indonesia",
+ "amount_min": 0.01,
+ "amount_max": 15000000000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "vietnam_prosperity_commerial_bank_qr_vnd_hpp",
+ "currency": "VND",
+ "flow": "hpp",
+ "method": "vietnam_prosperity_commerial_bank_qr",
+ "amount_min": 1,
+ "amount_max": 9999999999,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "military_commercial_bank_qr_vnd_hpp",
+ "currency": "VND",
+ "flow": "hpp",
+ "method": "military_commercial_bank_qr",
+ "amount_min": 1,
+ "amount_max": 9999999999,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "artha_graha_bank_idr_hpp",
+ "currency": "IDR",
+ "flow": "hpp",
+ "method": "artha_graha_bank",
+ "amount_min": 0.01,
+ "amount_max": 15000000000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "bukopin_bank_idr_hpp",
+ "currency": "IDR",
+ "flow": "hpp",
+ "method": "bukopin_bank",
+ "amount_min": 0.01,
+ "amount_max": 15000000000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "mega_bank_idr_hpp",
+ "currency": "IDR",
+ "flow": "hpp",
+ "method": "mega_bank",
+ "amount_min": 0.01,
+ "amount_max": 15000000000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "maspion_bank_idr_hpp",
+ "currency": "IDR",
+ "flow": "hpp",
+ "method": "maspion_bank",
+ "amount_min": 0.01,
+ "amount_max": 15000000000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "mestika_bank_idr_hpp",
+ "currency": "IDR",
+ "flow": "hpp",
+ "method": "mestika_bank",
+ "amount_min": 0.01,
+ "amount_max": 15000000000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "panin_bank_idr_hpp",
+ "currency": "IDR",
+ "flow": "hpp",
+ "method": "panin_bank",
+ "amount_min": 0.01,
+ "amount_max": 15000000000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "sumut_bank_idr_hpp",
+ "currency": "IDR",
+ "flow": "hpp",
+ "method": "sumut_bank",
+ "amount_min": 0.01,
+ "amount_max": 15000000000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "sinar_mas_bank_idr_hpp",
+ "currency": "IDR",
+ "flow": "hpp",
+ "method": "sinar_mas_bank",
+ "amount_min": 0.01,
+ "amount_max": 15000000000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "btpn_bank_idr_hpp",
+ "currency": "IDR",
+ "flow": "hpp",
+ "method": "btpn_bank",
+ "amount_min": 0.01,
+ "amount_max": 15000000000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "cimb_niaga_idr_hpp",
+ "currency": "IDR",
+ "flow": "hpp",
+ "method": "cimb_niaga",
+ "amount_min": 0.01,
+ "amount_max": 15000000000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "siru_mobile_eur_hpp",
+ "currency": "EUR",
+ "flow": "hpp",
+ "method": "siru_mobile",
+ "amount_min": 0.1,
+ "amount_max": 100000,
+ "fields": [
+ {
+ "key": "personal_id",
+ "type": "string",
+ "regexp": "\/^(\\d{8})|(\\d{6}-[0-9A-Za-z]{4})$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Personal ID",
+ "ru": "Личный идентификатор клиента",
+ "uk": "Особистий ідентифікатор клієнту"
+ },
+ "hint": {
+ "en": "Enter personal ID",
+ "ru": "Введите личный идентификатор клиента",
+ "uk": "Введіть особистий ідентифікатор клієнту"
+ },
+ "example": "850212-1234"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "siru_mobile_nok_hpp",
+ "currency": "NOK",
+ "flow": "hpp",
+ "method": "siru_mobile",
+ "amount_min": 1.1,
+ "amount_max": 1100672
+ },
+ {
+ "status": "active",
+ "code": "siru_mobile_gbp_hpp",
+ "currency": "GBP",
+ "flow": "hpp",
+ "method": "siru_mobile",
+ "amount_min": 0.08,
+ "amount_max": 80173.82
+ },
+ {
+ "status": "active",
+ "code": "siru_mobile_sek_hpp",
+ "currency": "SEK",
+ "flow": "hpp",
+ "method": "siru_mobile",
+ "amount_min": 1.09,
+ "amount_max": 1089319,
+ "fields": [
+ {
+ "key": "personal_id",
+ "type": "string",
+ "regexp": "\/^\\d{6}-[0-9A-Za-z]{4}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Personal ID",
+ "ru": "Личный идентификатор клиента",
+ "uk": "Особистий ідентифікатор клієнту"
+ },
+ "hint": {
+ "en": "Enter personal ID",
+ "ru": "Введите личный идентификатор клиента",
+ "uk": "Введіть особистий ідентифікатор клієнту"
+ },
+ "example": "850212-1234"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "hsbc_bank_indonesia_idr_hpp",
+ "currency": "IDR",
+ "flow": "hpp",
+ "method": "hsbc_bank_indonesia",
+ "amount_min": 0.01,
+ "amount_max": 15000000000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "jiomoney_inr_hpp",
+ "currency": "INR",
+ "flow": "hpp",
+ "method": "jiomoney",
+ "amount_min": 0.01,
+ "amount_max": 1000000000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "rupay_inr_hpp",
+ "currency": "INR",
+ "flow": "hpp",
+ "method": "rupay",
+ "amount_min": 0.01,
+ "amount_max": 1000000000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "india_bank_selection_inr_hpp",
+ "currency": "INR",
+ "flow": "hpp",
+ "method": "india_bank_selection",
+ "amount_min": 0.01,
+ "amount_max": 1000000000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "saraswat_cooperative_bank_inr_hpp",
+ "currency": "INR",
+ "flow": "hpp",
+ "method": "saraswat_cooperative_bank",
+ "amount_min": 0.01,
+ "amount_max": 1000000000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "budpay_aggregated_kes_hpp",
+ "currency": "KES",
+ "flow": "hpp",
+ "method": "budpay_aggregated",
+ "amount_min": 0.01,
+ "amount_max": 1000000000
+ },
+ {
+ "status": "active",
+ "code": "budpay_aggregated_ghs_hpp",
+ "currency": "GHS",
+ "flow": "hpp",
+ "method": "budpay_aggregated",
+ "amount_min": 0.01,
+ "amount_max": 1000000000
+ },
+ {
+ "status": "active",
+ "code": "budpay_aggregated_ngn_hpp",
+ "currency": "NGN",
+ "flow": "hpp",
+ "method": "budpay_aggregated",
+ "amount_min": 0.01,
+ "amount_max": 1000000000
+ },
+ {
+ "status": "active",
+ "code": "pix_qr_brl_invoice",
+ "flow": "invoice",
+ "method": "pix_qr",
+ "currency": "BRL",
+ "amount_min": 0.01,
+ "amount_max": 520000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "\/^(CPF|CNPJ)$\/",
+ "required": false,
+ "position": 0,
+ "label": {
+ "en": "Beneficiary's personal identification type",
+ "ru": "Тип документа плательщика",
+ "uk": "Тип документа отримувача платника"
+ },
+ "hint": {
+ "en": "Enter beneficiary's personal identification type",
+ "ru": "Введите тип документа плательщика",
+ "uk": "Введіть тип документа платника"
+ },
+ "example": "CPF/CNPJ"
+ },
+ {
+ "key": "cpf_number",
+ "type": "string",
+ "regexp": "\/^[0-9\\.\\-\\/]{1,18}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "CPF number",
+ "ru": "CPF номер",
+ "uk": "CPF номер"
+ },
+ "hint": {
+ "en": "Enter CPF number",
+ "ru": "Введите CPF номер",
+ "uk": "Введіть CPF номер"
+ },
+ "example": "12345678900"
+ },
+ {
+ "key": "phone",
+ "type": "string",
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": false,
+ "position": 2,
+ "example": "+255742044295",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ }
+ },
+ {
+ "key": "email",
+ "type": "string",
+ "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter email",
+ "ru": "Введите email",
+ "uk": "Введіть email"
+ }
+ },
+ {
+ "key": "payer_first_name",
+ "type": "string",
+ "regexp": "\/^[-\\s\\p{L}]{2,100}$\/u",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Payer first name",
+ "ru": "Имя отправителя",
+ "uk": "Імʼя відправника"
+ },
+ "hint": {
+ "en": "Enter payer first name",
+ "ru": "Введите имя отправителя",
+ "uk": "Введіть імʼя відправника"
+ },
+ "example": "John"
+ },
+ {
+ "key": "payer_last_name",
+ "type": "string",
+ "regexp": "\/^[-\\s\\p{L}]{2,100}$\/u",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "Payer last name",
+ "ru": "Фамилия отправителя",
+ "uk": "Прізвище відправника"
+ },
+ "hint": {
+ "en": "Enter payer last name",
+ "ru": "Введите фамилию отправителя",
+ "uk": "Введіть прізвище відправника"
+ },
+ "example": "Doe"
+ },
+ {
+ "key": "payer_zip_code",
+ "type": "string",
+ "regexp": "\/^\\d{8}$\/",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Payer zip code",
+ "ru": "Почтовый индекс плательщика",
+ "uk": "Поштовий індекс платника"
+ },
+ "hint": {
+ "en": "Enter payer zip code",
+ "ru": "Введите почтовый индекс плательщика",
+ "uk": "Введіть поштовий індекс платника"
+ },
+ "example": "68506250"
+ },
+ {
+ "key": "date_of_birth",
+ "type": "string",
+ "regexp": "\/^\\d{4}-\\d{2}-\\d{2}$\/",
+ "required": false,
+ "position": 7,
+ "label": {
+ "en": "Payer date of birth",
+ "ru": "Дата рождения плательщика",
+ "uk": "Дата народження клієнта платника"
+ },
+ "hint": {
+ "en": "Enter payer date of birth",
+ "ru": "Введите дату рождения плательщика",
+ "uk": "Введіть дату народження платника"
+ },
+ "example": "1986‐05‐22"
+ },
+ {
+ "key": "account_number",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z0-9-]{13,36}$|^[0-9]{3,15}$\/",
+ "required": false,
+ "position": 8,
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "example": "94b31fca-7b26-273c-0eb3-4ef6c2f85121"
+ },
+ {
+ "key": "document_url",
+ "type": "string",
+ "regexp": "\/^(http(?:s?):\\/\\/[^?]*?\\?)?\\?*(.*?)(?:&?seal=([^&]*)(&?.*)?)?$\/",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Document file url",
+ "ru": "Url документов",
+ "uk": "Url документів"
+ },
+ "hint": {
+ "en": "Enter document file url",
+ "ru": "Введите url где хранятся документы",
+ "uk": "Введіть url де зберыгаються документи"
+ },
+ "example": "https://somedomain.com/document-x.pdf"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "pix_qr_ars_invoice",
+ "flow": "invoice",
+ "method": "pix_qr",
+ "currency": "ARS",
+ "amount_min": 0.01,
+ "amount_max": 17000000
+ },
+ {
+ "status": "active",
+ "code": "thai_military_bank_thb_hpp",
+ "currency": "THB",
+ "flow": "hpp",
+ "method": "thai_military_bank",
+ "amount_min": 0.01,
+ "amount_max": 9999999,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "cimb_thai_bank_thb_hpp",
+ "currency": "THB",
+ "flow": "hpp",
+ "method": "cimb_thai_bank",
+ "amount_min": 0.01,
+ "amount_max": 9999999,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "government_savings_bank_thb_hpp",
+ "currency": "THB",
+ "flow": "hpp",
+ "method": "government_savings_bank",
+ "amount_min": 0.01,
+ "amount_max": 9999999,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "united_overseas_bank_thai_thb_hpp",
+ "currency": "THB",
+ "flow": "hpp",
+ "method": "united_overseas_bank_thai",
+ "amount_min": 0.01,
+ "amount_max": 9999999,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "government_housing_bank_thb_hpp",
+ "currency": "THB",
+ "flow": "hpp",
+ "method": "government_housing_bank",
+ "amount_min": 0.01,
+ "amount_max": 9999999,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "hong_kong_shanghai_bank_thb_hpp",
+ "currency": "THB",
+ "flow": "hpp",
+ "method": "hong_kong_shanghai_bank",
+ "amount_min": 0.01,
+ "amount_max": 9999999,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "standard_chartered_bank_thai_thb_hpp",
+ "currency": "THB",
+ "flow": "hpp",
+ "method": "standard_chartered_bank_thai",
+ "amount_min": 0.01,
+ "amount_max": 9999999,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "land_and_houses_bank_thb_hpp",
+ "currency": "THB",
+ "flow": "hpp",
+ "method": "land_and_houses_bank",
+ "amount_min": 0.01,
+ "amount_max": 9999999,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "thai_qr_payment_thb_hpp",
+ "currency": "THB",
+ "flow": "hpp",
+ "method": "thai_qr_payment",
+ "amount_min": 0.01,
+ "amount_max": 9999999,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[0-9]{10-14}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "krungthai_bank_thb_hpp",
+ "currency": "THB",
+ "flow": "hpp",
+ "method": "krungthai_bank",
+ "amount_min": 0.01,
+ "amount_max": 9999999,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "kiatnakin_bank_thb_hpp",
+ "currency": "THB",
+ "flow": "hpp",
+ "method": "kiatnakin_bank",
+ "amount_min": 0.01,
+ "amount_max": 9999999,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "advcash_card_usd_hpp",
+ "currency": "USD",
+ "method": "advcash_card",
+ "flow": "hpp",
+ "amount_min": 0.1,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "advcash_card_eur_hpp",
+ "currency": "EUR",
+ "method": "advcash_card",
+ "flow": "hpp",
+ "amount_min": 0.1,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "hero_payments_eur_hpp",
+ "flow": "hpp",
+ "method": "hero_payments",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "hero_payments_usd_hpp",
+ "flow": "hpp",
+ "method": "hero_payments",
+ "currency": "USD",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "hero_payments_kzt_hpp",
+ "flow": "hpp",
+ "method": "hero_payments",
+ "currency": "KZT",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "hero_payments_inr_hpp",
+ "flow": "hpp",
+ "method": "hero_payments",
+ "currency": "INR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "hero_payments_rub_hpp",
+ "flow": "hpp",
+ "method": "hero_payments",
+ "currency": "RUB",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "hero_payments_uah_hpp",
+ "flow": "hpp",
+ "method": "hero_payments",
+ "currency": "UAH",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "hero_payments_try_hpp",
+ "flow": "hpp",
+ "method": "hero_payments",
+ "currency": "TRY",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "hero_payments_uzs_hpp",
+ "flow": "hpp",
+ "method": "hero_payments",
+ "currency": "UZS",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "hero_payments_azn_hpp",
+ "flow": "hpp",
+ "method": "hero_payments",
+ "currency": "AZN",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "hero_payments_aed_hpp",
+ "flow": "hpp",
+ "method": "hero_payments",
+ "currency": "AED",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "hero_payments_idr_hpp",
+ "flow": "hpp",
+ "method": "hero_payments",
+ "currency": "IDR",
+ "amount_min": 0.01,
+ "amount_max": 15000000000
+ },
+ {
+ "status": "active",
+ "code": "hero_payments_pkr_hpp",
+ "flow": "hpp",
+ "method": "hero_payments",
+ "currency": "PKR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "hero_payments_vnd_hpp",
+ "flow": "hpp",
+ "method": "hero_payments",
+ "currency": "VND",
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "hero_payments_gbp_hpp",
+ "flow": "hpp",
+ "method": "hero_payments",
+ "currency": "GBP",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "omni_payments_eur_hpp",
+ "flow": "hpp",
+ "method": "omni_payments",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "omni_payments_usd_hpp",
+ "flow": "hpp",
+ "method": "omni_payments",
+ "currency": "USD",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "omni_payments_rub_hpp",
+ "flow": "hpp",
+ "method": "omni_payments",
+ "currency": "RUB",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "omni_payments_kzt_hpp",
+ "flow": "hpp",
+ "method": "omni_payments",
+ "currency": "KZT",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "noros_p2p_rub_hpp",
+ "flow": "hpp",
+ "method": "noros_p2p",
+ "currency": "RUB",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "bitexpro_wallet_eur_hpp",
+ "flow": "hpp",
+ "method": "bitexpro_wallet",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "bitexpro_wallet_usd_hpp",
+ "flow": "hpp",
+ "method": "bitexpro_wallet",
+ "currency": "USD",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "bitexpro_wallet_rub_hpp",
+ "flow": "hpp",
+ "method": "bitexpro_wallet",
+ "currency": "RUB",
+ "amount_min": 0.01,
+ "amount_max": 7000000
+ },
+ {
+ "status": "active",
+ "code": "bitexpro_wallet_kzt_hpp",
+ "flow": "hpp",
+ "method": "bitexpro_wallet",
+ "currency": "KZT",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "bitexpro_wallet_znx_hpp",
+ "flow": "hpp",
+ "method": "bitexpro_wallet",
+ "currency": "ZNX",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "bitexpro_wallet_usdt_hpp",
+ "flow": "hpp",
+ "method": "bitexpro_wallet",
+ "currency": "USDT",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "bitexpro_p2p_rub_hpp",
+ "flow": "hpp",
+ "method": "bitexpro_p2p",
+ "currency": "RUB",
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "bitexpro_p2p_inr_hpp",
+ "flow": "hpp",
+ "method": "bitexpro_p2p",
+ "currency": "INR",
+ "amount_min": 0.01,
+ "amount_max": 1000000000
+ },
+ {
+ "status": "active",
+ "code": "bitexpro_p2p_kzt_hpp",
+ "flow": "hpp",
+ "method": "bitexpro_p2p",
+ "currency": "KZT",
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "bitexpro_p2p_uah_hpp",
+ "flow": "hpp",
+ "method": "bitexpro_p2p",
+ "currency": "UAH",
+ "amount_min": 0.01,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "bitexpro_p2p_try_hpp",
+ "flow": "hpp",
+ "method": "bitexpro_p2p",
+ "currency": "TRY",
+ "amount_min": 0.01,
+ "amount_max": 1800000
+ },
+ {
+ "status": "active",
+ "code": "bitexpro_p2p_uzs_hpp",
+ "flow": "hpp",
+ "method": "bitexpro_p2p",
+ "currency": "UZS",
+ "amount_min": 0.01,
+ "amount_max": 100000000
+ },
+ {
+ "status": "active",
+ "code": "bitexpro_p2p_azn_hpp",
+ "flow": "hpp",
+ "method": "bitexpro_p2p",
+ "currency": "AZN",
+ "amount_min": 0.01,
+ "amount_max": 200000
+ },
+ {
+ "status": "active",
+ "code": "bitexpro_p2p_aed_hpp",
+ "flow": "hpp",
+ "method": "bitexpro_p2p",
+ "currency": "AED",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "bitexpro_p2p_idr_hpp",
+ "flow": "hpp",
+ "method": "bitexpro_p2p",
+ "currency": "IDR",
+ "amount_min": 0.01,
+ "amount_max": 15000000000
+ },
+ {
+ "status": "active",
+ "code": "bitexpro_p2p_pkr_hpp",
+ "flow": "hpp",
+ "method": "bitexpro_p2p",
+ "currency": "PKR",
+ "amount_min": 0.01,
+ "amount_max": 25000000
+ },
+ {
+ "status": "active",
+ "code": "bitexpro_p2p_vnd_hpp",
+ "flow": "hpp",
+ "method": "bitexpro_p2p",
+ "currency": "VND",
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "bitexpro_p2p_eur_hpp",
+ "flow": "hpp",
+ "method": "bitexpro_p2p",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "bitexpro_p2p_gbp_hpp",
+ "flow": "hpp",
+ "method": "bitexpro_p2p",
+ "currency": "GBP",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "bitexpro_p2p_tjs_hpp",
+ "flow": "hpp",
+ "method": "bitexpro_p2p",
+ "currency": "TJS",
+ "amount_min": 0.01,
+ "amount_max": 1100000
+ },
+ {
+ "status": "active",
+ "code": "stripe_eur_hpp",
+ "flow": "hpp",
+ "method": "stripe",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "stripe_usd_hpp",
+ "flow": "hpp",
+ "method": "stripe",
+ "currency": "USD",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "tether_usdterc20_hpp",
+ "flow": "hpp",
+ "method": "tether",
+ "currency": "USDTERC20",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "tether_usdttrc20_hpp",
+ "flow": "hpp",
+ "method": "tether",
+ "currency": "USDTTRC20",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "tether_usdtbep20_hpp",
+ "flow": "hpp",
+ "method": "tether",
+ "currency": "USDTBEP20",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "usd_coin_usdcerc20_hpp",
+ "flow": "hpp",
+ "method": "usd_coin",
+ "currency": "USDCERC20",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "usd_coin_usdctrc20_hpp",
+ "flow": "hpp",
+ "method": "usd_coin",
+ "currency": "USDCTRC20",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "usd_coin_usdcbep20_hpp",
+ "flow": "hpp",
+ "method": "usd_coin",
+ "currency": "USDCBEP20",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "dai_coin_daierc20_hpp",
+ "flow": "hpp",
+ "method": "dai_coin",
+ "currency": "DAIERC20",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "venom_venom_hpp",
+ "flow": "hpp",
+ "method": "venom",
+ "currency": "VENOM",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "dai_coin_daibep20_hpp",
+ "flow": "hpp",
+ "method": "dai_coin",
+ "currency": "DAIBEP20",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "maldo_crypto_try_hpp",
+ "flow": "hpp",
+ "method": "maldo_crypto",
+ "currency": "TRY",
+ "amount_min": 0.01,
+ "amount_max": 1800000
+ },
+ {
+ "status": "active",
+ "code": "instant_papara_try_hpp",
+ "flow": "hpp",
+ "method": "instant_papara",
+ "currency": "TRY",
+ "amount_min": 0.01,
+ "amount_max": 1800000
+ },
+ {
+ "status": "active",
+ "code": "paykwik_try_hpp",
+ "flow": "hpp",
+ "method": "paykwik",
+ "currency": "TRY",
+ "amount_min": 0.01,
+ "amount_max": 1800000
+ },
+ {
+ "status": "active",
+ "code": "instant_bank_transfer_try_hpp",
+ "flow": "hpp",
+ "method": "instant_bank_transfer",
+ "currency": "TRY",
+ "amount_min": 0.01,
+ "amount_max": 1800000
+ },
+ {
+ "status": "active",
+ "code": "card_transfer_uzs_invoice",
+ "flow": "invoice",
+ "method": "card_transfer",
+ "currency": "UZS",
+ "amount_min": 0.01,
+ "amount_max": 100000000
+ },
+ {
+ "status": "active",
+ "code": "card_transfer_humo_uzs_invoice",
+ "flow": "invoice",
+ "method": "card_transfer_humo",
+ "currency": "UZS",
+ "amount_min": 0.01,
+ "amount_max": 1200000000
+ },
+ {
+ "status": "active",
+ "code": "card_transfer_uzcard_uzs_invoice",
+ "flow": "invoice",
+ "method": "card_transfer_uzcard",
+ "currency": "UZS",
+ "amount_min": 0.01,
+ "amount_max": 1200000000
+ },
+ {
+ "status": "active",
+ "code": "astropay_try_hpp",
+ "flow": "hpp",
+ "method": "astropay",
+ "currency": "TRY",
+ "amount_min": 0.01,
+ "amount_max": 1800000
+ },
+ {
+ "status": "active",
+ "code": "astropay_ars_hpp",
+ "flow": "hpp",
+ "method": "astropay",
+ "currency": "ARS",
+ "amount_min": 10,
+ "amount_max": 140000000
+ },
+ {
+ "status": "active",
+ "code": "spcbl_inr_hpp",
+ "currency": "INR",
+ "flow": "hpp",
+ "method": "spcbl",
+ "amount_min": 0.01,
+ "amount_max": 1000000000
+ },
+ {
+ "status": "active",
+ "code": "promptpay_qr_thb_hpp",
+ "currency": "THB",
+ "flow": "hpp",
+ "method": "promptpay_qr",
+ "amount_min": 0.01,
+ "amount_max": 3500000
+ },
+ {
+ "status": "active",
+ "code": "promptpay_qr_thb_invoice",
+ "currency": "THB",
+ "flow": "invoice",
+ "method": "promptpay_qr",
+ "amount_min": 0.01,
+ "amount_max": 3500000
+ },
+ {
+ "status": "active",
+ "code": "promptpay_qr_idr_hpp",
+ "currency": "IDR",
+ "flow": "hpp",
+ "method": "promptpay_qr",
+ "amount_min": 0.01,
+ "amount_max": 15000000000
+ },
+ {
+ "status": "active",
+ "code": "promptpay_qr_myr_hpp",
+ "currency": "MYR",
+ "flow": "hpp",
+ "method": "promptpay_qr",
+ "amount_min": 0.01,
+ "amount_max": 4500000
+ },
+ {
+ "status": "active",
+ "code": "vnpay_qr_vnd_hpp",
+ "currency": "VND",
+ "flow": "hpp",
+ "method": "vnpay_qr",
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "truemoney_thb_hpp",
+ "currency": "THB",
+ "flow": "hpp",
+ "method": "truemoney",
+ "amount_min": 0.01,
+ "amount_max": 9999999,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer bank code",
+ "ru": "Код банка отправителя",
+ "uk": "Код банку відправника"
+ },
+ "hint": {
+ "en": "Enter payer bank code",
+ "ru": "Введите код банка отправителя",
+ "uk": "Введіть код банку відправника"
+ },
+ "example": "050"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "ovo_idr_hpp",
+ "currency": "IDR",
+ "flow": "hpp",
+ "method": "ovo",
+ "amount_min": 0.01,
+ "amount_max": 15000000000
+ },
+ {
+ "status": "active",
+ "code": "gopay_idr_hpp",
+ "currency": "IDR",
+ "flow": "hpp",
+ "method": "gopay",
+ "amount_min": 0.01,
+ "amount_max": 15000000000
+ },
+ {
+ "status": "active",
+ "code": "momopay_vnd_hpp",
+ "currency": "VND",
+ "flow": "hpp",
+ "method": "momopay",
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_pkr_hpp",
+ "currency": "PKR",
+ "flow": "hpp",
+ "method": "bank_transfer",
+ "amount_min": 1,
+ "amount_max": 25000000
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_php_hpp",
+ "currency": "PHP",
+ "flow": "hpp",
+ "method": "bank_transfer",
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_krw_hpp",
+ "currency": "KRW",
+ "flow": "hpp",
+ "method": "bank_transfer",
+ "amount_min": 1,
+ "amount_max": 130000000
+ },
+ {
+ "status": "active",
+ "code": "payzapp_inr_hpp",
+ "flow": "hpp",
+ "method": "payzapp",
+ "currency": "INR",
+ "amount_min": 0.01,
+ "amount_max": 1000000000
+ },
+ {
+ "status": "active",
+ "code": "m_pesa_kes_invoice",
+ "flow": "invoice",
+ "method": "m_pesa",
+ "currency": "KES",
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "+255742044295",
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "email",
+ "type": "string",
+ "regexp": "\/^[0-9A-Za-z-_\\.]+@([0-9A-Za-z-_]+\\.)+[0-9A-Za-z-_]{2,5}$\/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ }
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 13200000
+ },
+ {
+ "status": "active",
+ "code": "m_pesa_cdf_invoice",
+ "flow": "invoice",
+ "method": "m_pesa",
+ "currency": "CDF",
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "+255742044295",
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "email",
+ "type": "string",
+ "regexp": "\/^[0-9A-Za-z-_\\.]+@([0-9A-Za-z-_]+\\.)+[0-9A-Za-z-_]{2,5}$\/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ }
+ }
+ ],
+ "amount_min": 26,
+ "amount_max": 256992047
+ },
+ {
+ "status": "active",
+ "code": "trustly_paynplay_eur_hpp",
+ "flow": "hpp",
+ "method": "trustly_paynplay",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "wise_uah_hpp",
+ "flow": "hpp",
+ "method": "wise",
+ "currency": "UAH",
+ "amount_min": 0.01,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "advcash_kzt_hpp",
+ "flow": "hpp",
+ "method": "advcash",
+ "currency": "KZT",
+ "amount_min": 0.01,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "mobile_egp_hpp",
+ "flow": "hpp",
+ "method": "mobile",
+ "currency": "EGP",
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "mobile_kes_hpp",
+ "flow": "hpp",
+ "method": "mobile",
+ "currency": "KES",
+ "amount_min": 0.01,
+ "amount_max": 13200000
+ },
+ {
+ "status": "active",
+ "code": "mobile_ghs_hpp",
+ "flow": "hpp",
+ "method": "mobile",
+ "currency": "GHS",
+ "amount_min": 0.2,
+ "amount_max": 1200000
+ },
+ {
+ "status": "active",
+ "code": "mobile_ugx_hpp",
+ "flow": "hpp",
+ "method": "mobile",
+ "currency": "UGX",
+ "amount_min": 1,
+ "amount_max": 360000000
+ },
+ {
+ "status": "active",
+ "code": "mobile_inr_hpp",
+ "flow": "hpp",
+ "method": "mobile",
+ "currency": "INR",
+ "amount_min": 0.01,
+ "amount_max": 1000000000
+ },
+ {
+ "status": "active",
+ "code": "mobile_rwf_hpp",
+ "flow": "hpp",
+ "method": "mobile",
+ "currency": "RWF",
+ "amount_min": 10,
+ "amount_max": 102500000
+ },
+ {
+ "status": "active",
+ "code": "mobile_tzs_hpp",
+ "flow": "hpp",
+ "method": "mobile",
+ "currency": "TZS",
+ "amount_min": 100,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "mobile_xaf_hpp",
+ "flow": "hpp",
+ "method": "mobile",
+ "currency": "XAF",
+ "amount_min": 6,
+ "amount_max": 60000000
+ },
+ {
+ "status": "active",
+ "code": "mobile_xaf_invoice",
+ "flow": "invoice",
+ "method": "mobile",
+ "currency": "XAF",
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "email",
+ "type": "string",
+ "regexp": "\/^[0-9A-Za-z-_\\.]+@([0-9A-Za-z-_]+\\.)+[0-9A-Za-z-_]{2,5}$\/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ }
+ }
+ ],
+ "amount_min": 6,
+ "amount_max": 60000000
+ },
+ {
+ "status": "active",
+ "code": "mobile_xof_hpp",
+ "flow": "hpp",
+ "method": "mobile",
+ "currency": "XOF",
+ "amount_min": 6,
+ "amount_max": 62000000
+ },
+ {
+ "status": "active",
+ "code": "mobile_xof_invoice",
+ "flow": "invoice",
+ "method": "mobile",
+ "currency": "XOF",
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "email",
+ "type": "string",
+ "regexp": "\/^[0-9A-Za-z-_\\.]+@([0-9A-Za-z-_]+\\.)+[0-9A-Za-z-_]{2,5}$\/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ }
+ }
+ ],
+ "amount_min": 6,
+ "amount_max": 62000000
+ },
+ {
+ "status": "active",
+ "code": "wallet_aggregated_pkr_hpp",
+ "flow": "hpp",
+ "method": "wallet_aggregated",
+ "currency": "PKR",
+ "amount_min": 1,
+ "amount_max": 25000000
+ },
+ {
+ "status": "active",
+ "code": "wallet_aggregated_pen_hpp",
+ "flow": "hpp",
+ "method": "wallet_aggregated",
+ "currency": "PEN",
+ "amount_min": 0.01,
+ "amount_max": 390000
+ },
+ {
+ "status": "active",
+ "code": "wallet_aggregated_usd_hpp",
+ "flow": "hpp",
+ "method": "wallet_aggregated",
+ "currency": "USD",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "wallet_aggregated_clp_hpp",
+ "flow": "hpp",
+ "method": "wallet_aggregated",
+ "currency": "CLP",
+ "amount_min": 1,
+ "amount_max": 90000000
+ },
+ {
+ "status": "active",
+ "code": "wallet_aggregated_bob_hpp",
+ "flow": "hpp",
+ "method": "wallet_aggregated",
+ "currency": "BOB",
+ "amount_min": 1,
+ "amount_max": 700000
+ },
+ {
+ "status": "active",
+ "code": "wallet_aggregated_mxn_hpp",
+ "flow": "hpp",
+ "method": "wallet_aggregated",
+ "currency": "MXN",
+ "amount_min": 0.01,
+ "amount_max": 2000000
+ },
+ {
+ "status": "active",
+ "code": "wallet_aggregated_ars_hpp",
+ "flow": "hpp",
+ "method": "wallet_aggregated",
+ "currency": "ARS",
+ "amount_min": 15,
+ "amount_max": 150000000
+ },
+ {
+ "status": "active",
+ "code": "mobile_rub_hpp",
+ "flow": "hpp",
+ "method": "mobile",
+ "currency": "RUB",
+ "amount_min": 1,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "mobile_pkr_hpp",
+ "flow": "hpp",
+ "method": "mobile",
+ "currency": "PKR",
+ "amount_min": 0.01,
+ "amount_max": 1000000000
+ },
+ {
+ "status": "active",
+ "code": "neft_inr_hpp",
+ "flow": "hpp",
+ "method": "neft",
+ "currency": "INR",
+ "amount_min": 0.01,
+ "amount_max": 1000000000
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_eur_invoice",
+ "currency": "EUR",
+ "flow": "invoice",
+ "method": "bank_transfer",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_ngn_invoice",
+ "currency": "NGN",
+ "flow": "invoice",
+ "method": "bank_transfer",
+ "fields": [
+ {
+ "key": "payer_email",
+ "type": "string",
+ "label": {
+ "en": "Payer email",
+ "ru": "Email плательщика",
+ "uk": "Email платника"
+ },
+ "hint": {
+ "en": "Enter payer email",
+ "ru": "Введите email плательщика",
+ "uk": "Введіть email платника"
+ },
+ "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$\/",
+ "required": false,
+ "position":1
+ },
+ {
+ "key": "payer_phone_number",
+ "type": "string",
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": false,
+ "position": 2,
+ "example": "+234742044295",
+ "label": {
+ "en": "Payer phone number",
+ "ru": "Номер телефона плательщика",
+ "uk": "Номер телефону платника"
+ },
+ "hint": {
+ "en": "Enter payer phone number",
+ "ru": "Введите номер телефона плательщика",
+ "uk": "Введіть номер телефону платника"
+ }
+ },
+ {
+ "key": "payer_full_name",
+ "type": "string",
+ "label": {
+ "en": "Payer full name",
+ "ru": "Полное имя плательщика",
+ "uk": "Повне імʼя платника"
+ },
+ "hint": {
+ "en": "Enter Payer name",
+ "ru": "Введите полное имя плательщика",
+ "uk": "Введіть повне імʼя платника"
+ },
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "example": "VAN TUONG LAN",
+ "position": 3
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 68800000
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_ghs_invoice",
+ "currency": "GHS",
+ "flow": "invoice",
+ "method": "bank_transfer",
+ "fields": [
+ {
+ "key": "payer_email",
+ "type": "string",
+ "label": {
+ "en": "Payer email",
+ "ru": "Email плательщика",
+ "uk": "Email платника"
+ },
+ "hint": {
+ "en": "Enter payer email",
+ "ru": "Введите email плательщика",
+ "uk": "Введіть email платника"
+ },
+ "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$\/",
+ "required": false,
+ "position":1
+ },
+ {
+ "key": "payer_phone_number",
+ "type": "string",
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": false,
+ "position": 2,
+ "example": "+234742044295",
+ "label": {
+ "en": "Payer phone number",
+ "ru": "Номер телефона плательщика",
+ "uk": "Номер телефону платника"
+ },
+ "hint": {
+ "en": "Enter payer phone number",
+ "ru": "Введите номер телефона плательщика",
+ "uk": "Введіть номер телефону платника"
+ }
+ },
+ {
+ "key": "payer_full_name",
+ "type": "string",
+ "label": {
+ "en": "Payer full name",
+ "ru": "Полное имя плательщика",
+ "uk": "Повне імʼя платника"
+ },
+ "hint": {
+ "en": "Enter Payer name",
+ "ru": "Введите полное имя плательщика",
+ "uk": "Введіть повне імʼя платника"
+ },
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "example": "VAN TUONG LAN",
+ "position": 3
+ }
+ ],
+ "amount_min": 0.2,
+ "amount_max": 1200000
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_kes_invoice",
+ "currency": "KES",
+ "flow": "invoice",
+ "method": "bank_transfer",
+ "fields": [
+ {
+ "key": "payer_email",
+ "type": "string",
+ "label": {
+ "en": "Payer email",
+ "ru": "Email плательщика",
+ "uk": "Email платника"
+ },
+ "hint": {
+ "en": "Enter payer email",
+ "ru": "Введите email плательщика",
+ "uk": "Введіть email платника"
+ },
+ "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$\/",
+ "required": true,
+ "position":1
+ },
+ {
+ "key": "payer_phone_number",
+ "type": "string",
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": true,
+ "position": 2,
+ "example": "+234742044295",
+ "label": {
+ "en": "Payer phone number",
+ "ru": "Номер телефона плательщика",
+ "uk": "Номер телефону платника"
+ },
+ "hint": {
+ "en": "Enter payer phone number",
+ "ru": "Введите номер телефона плательщика",
+ "uk": "Введіть номер телефону платника"
+ }
+ },
+ {
+ "key": "payer_full_name",
+ "type": "string",
+ "label": {
+ "en": "Payer full name",
+ "ru": "Полное имя плательщика",
+ "uk": "Повне імʼя платника"
+ },
+ "hint": {
+ "en": "Enter Payer name",
+ "ru": "Введите полное имя плательщика",
+ "uk": "Введіть повне імʼя платника"
+ },
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": true,
+ "example": "VAN TUONG LAN",
+ "position": 3
+ }
+ ],
+ "amount_min": 1.6,
+ "amount_max": 16000000
+ },
+ {
+ "status": "active",
+ "code": "interac_aggregated_cad_hpp",
+ "currency": "CAD",
+ "flow": "hpp",
+ "method": "interac_aggregated",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "payment_card_bhd_hpp",
+ "flow": "hpp",
+ "method": "payment_card",
+ "currency": "BHD",
+ "amount_min": 0.03,
+ "amount_max": 40000
+ },
+ {
+ "status": "active",
+ "code": "payment_card_omr_hpp",
+ "flow": "hpp",
+ "method": "payment_card",
+ "currency": "OMR",
+ "amount_min": 0.03,
+ "amount_max": 400000
+ },
+ {
+ "status": "active",
+ "code": "payment_card_bsd_hpp",
+ "flow": "hpp",
+ "method": "payment_card",
+ "currency": "BSD",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "payment_card_jod_hpp",
+ "flow": "hpp",
+ "method": "payment_card",
+ "currency": "JOD",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "payment_card_gyd_hpp",
+ "flow": "hpp",
+ "method": "payment_card",
+ "currency": "GYD",
+ "amount_min": 0.01,
+ "amount_max": 21000000
+ },
+ {
+ "status": "active",
+ "code": "cimb_bank_fpx_myr_hpp",
+ "flow": "hpp",
+ "method": "cimb_bank_fpx",
+ "currency": "MYR",
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": true,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "may_bank_fpx_myr_hpp",
+ "flow": "hpp",
+ "method": "may_bank_fpx",
+ "currency": "MYR",
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": true,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "public_bank_fpx_myr_hpp",
+ "flow": "hpp",
+ "method": "public_bank_fpx",
+ "currency": "MYR",
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": true,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "standard_chartered_bank_malaysia_fpx_myr_hpp",
+ "flow": "hpp",
+ "method": "standard_chartered_bank_malaysia_fpx",
+ "currency": "MYR",
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": true,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "bank_islam_malaysia_fpx_myr_hpp",
+ "flow": "hpp",
+ "method": "bank_islam_malaysia_fpx",
+ "currency": "MYR",
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": true,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "hong_leong_bank_fpx_myr_hpp",
+ "flow": "hpp",
+ "method": "hong_leong_bank_fpx",
+ "currency": "MYR",
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": true,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "hsbc_bank_malaysia_fpx_myr_hpp",
+ "flow": "hpp",
+ "method": "hsbc_bank_malaysia_fpx",
+ "currency": "MYR",
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": true,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "uob_fpx_myr_hpp",
+ "flow": "hpp",
+ "method": "uob_fpx",
+ "currency": "MYR",
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": true,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "ocbc_bank_fpx_myr_hpp",
+ "flow": "hpp",
+ "method": "ocbc_bank_fpx",
+ "currency": "MYR",
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": true,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "alliance_bank_fpx_myr_hpp",
+ "flow": "hpp",
+ "method": "alliance_bank_fpx",
+ "currency": "MYR",
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": true,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "ambank_fpx_myr_hpp",
+ "flow": "hpp",
+ "method": "ambank_fpx",
+ "currency": "MYR",
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": true,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "bank_simpanan_nasional_fpx_myr_hpp",
+ "flow": "hpp",
+ "method": "bank_simpanan_nasional_fpx",
+ "currency": "MYR",
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": true,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "affin_bank_fpx_myr_hpp",
+ "flow": "hpp",
+ "method": "affin_bank_fpx",
+ "currency": "MYR",
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": true,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "bank_rakyat_malaysia_fpx_myr_hpp",
+ "flow": "hpp",
+ "method": "bank_rakyat_malaysia_fpx",
+ "currency": "MYR",
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": true,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "curfex_jpy_hpp",
+ "flow": "hpp",
+ "method": "curfex",
+ "currency": "JPY",
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": true,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 13800000
+ },
+ {
+ "status": "active",
+ "code": "tpbank_vnd_hpp",
+ "flow": "hpp",
+ "method": "tpbank",
+ "currency": "VND",
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": true,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "siam_commercial_bank_vnd_hpp",
+ "flow": "hpp",
+ "method": "siam_commercial_bank",
+ "currency": "VND",
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": true,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "hong_leong_bank_qr_myr_invoice",
+ "currency": "MYR",
+ "flow": "invoice",
+ "method": "hong_leong_bank_qr",
+ "amount_min": 0.01,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "hsbc_bank_malaysia_berhad_qr_myr_invoice",
+ "currency": "MYR",
+ "flow": "invoice",
+ "method": "hsbc_bank_malaysia_berhad_qr",
+ "amount_min": 0.01,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "maybank_berhad_qr_myr_invoice",
+ "currency": "MYR",
+ "flow": "invoice",
+ "method": "maybank_berhad_qr",
+ "amount_min": 0.01,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "public_bank_qr_myr_invoice",
+ "currency": "MYR",
+ "flow": "invoice",
+ "method": "public_bank_qr",
+ "amount_min": 0.01,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "rhb_bank_qr_myr_invoice",
+ "currency": "MYR",
+ "flow": "invoice",
+ "method": "rhb_bank_qr",
+ "amount_min": 0.01,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "united_overseas_bank_berhad_qr_myr_invoice",
+ "currency": "MYR",
+ "flow": "invoice",
+ "method": "united_overseas_bank_berhad_qr",
+ "amount_min": 0.01,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "bank_qr_vnd_hpp",
+ "currency": "VND",
+ "flow": "hpp",
+ "method": "bank_qr",
+ "amount_min": 260,
+ "amount_max": 2500000000
+ },
+ {
+ "status": "active",
+ "code": "asia_commercial_bank_qr_vnd_invoice",
+ "currency": "VND",
+ "flow": "invoice",
+ "method": "asia_commercial_bank_qr",
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "bidv_bank_qr_vnd_invoice",
+ "currency": "VND",
+ "flow": "invoice",
+ "method": "bidv_bank_qr",
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "dong_a_bank_qr_vnd_invoice",
+ "currency": "VND",
+ "flow": "invoice",
+ "method": "dong_a_bank_qr",
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "exim_bank_qr_vnd_invoice",
+ "currency": "VND",
+ "flow": "invoice",
+ "method": "exim_bank_qr",
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "sacom_bank_qr_vnd_invoice",
+ "currency": "VND",
+ "flow": "invoice",
+ "method": "sacom_bank_qr",
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "techcom_bank_qr_vnd_invoice",
+ "currency": "VND",
+ "flow": "invoice",
+ "method": "techcom_bank_qr",
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "vietcom_bank_qr_vnd_invoice",
+ "currency": "VND",
+ "flow": "invoice",
+ "method": "vietcom_bank_qr",
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "vietin_bank_qr_vnd_invoice",
+ "currency": "VND",
+ "flow": "invoice",
+ "method": "vietin_bank_qr",
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "vp_bank_qr_vnd_invoice",
+ "currency": "VND",
+ "flow": "invoice",
+ "method": "vp_bank_qr",
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "neopay_uah_hpp",
+ "flow": "hpp",
+ "method": "neopay",
+ "currency": "UAH",
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "crypto_usd_hpp",
+ "currency": "USD",
+ "flow": "hpp",
+ "method": "crypto",
+ "amount_min": 0.01,
+ "amount_max": 9999999
+ },
+ {
+ "status": "active",
+ "code": "crypto_eur_hpp",
+ "currency": "EUR",
+ "flow": "hpp",
+ "method": "crypto",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "tmbthanachart_bank_thb_hpp",
+ "currency": "THB",
+ "flow": "hpp",
+ "method": "tmbthanachart_bank",
+ "amount_min": 0.01,
+ "amount_max": 9999999
+ },
+ {
+ "status": "active",
+ "code": "standard_chartered_bank_india_idr_hpp",
+ "currency": "IDR",
+ "flow": "hpp",
+ "method": "standard_chartered_bank_india",
+ "amount_min": 0.01,
+ "amount_max": 15000000000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_va_idr_hpp",
+ "currency": "IDR",
+ "flow": "hpp",
+ "method": "bank_transfer_va",
+ "amount_min": 0.01,
+ "amount_max": 15000000000
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_qr_thb_hpp",
+ "currency": "THB",
+ "flow": "hpp",
+ "method": "bank_transfer_qr",
+ "amount_min": 0.01,
+ "amount_max": 9999999
+ },
+ {
+ "status": "active",
+ "code": "card_transfer_kzt_invoice",
+ "flow": "invoice",
+ "method": "card_transfer",
+ "currency": "KZT",
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "card_transfer_mdl_invoice",
+ "flow": "invoice",
+ "method": "card_transfer",
+ "currency": "MDL",
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "card_transfer_azn_invoice",
+ "flow": "invoice",
+ "method": "card_transfer",
+ "currency": "AZN",
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "card_transfer_bdt_invoice",
+ "flow": "invoice",
+ "method": "card_transfer",
+ "currency": "BDT",
+ "amount_min": 1.09,
+ "amount_max": 10945530
+ },
+ {
+ "status": "active",
+ "code": "card_transfer_ars_invoice",
+ "flow": "invoice",
+ "method": "card_transfer",
+ "currency": "ARS",
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "card_transfer_kgs_invoice",
+ "flow": "invoice",
+ "method": "card_transfer",
+ "currency": "KGS",
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "card_transfer_egp_invoice",
+ "flow": "invoice",
+ "method": "card_transfer",
+ "currency": "EGP",
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "cash_egp_invoice",
+ "currency": "EGP",
+ "method": "cash",
+ "flow": "invoice",
+ "amount_min": 0.01,
+ "amount_max": 100000,
+ "fields": [
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "position": 0,
+ "label": {
+ "en": "Payer bank code",
+ "ru": "Код банка отправителя",
+ "uk": "Код банку відправника"
+ },
+ "hint": {
+ "en": "Enter payer bank code",
+ "ru": "Введите код банка отправителя",
+ "uk": "Введіть код банку відправника"
+ },
+ "example": "050"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "cash_krw_invoice",
+ "currency": "KRW",
+ "method": "cash",
+ "flow": "invoice",
+ "amount_min": 1,
+ "amount_max": 9999999
+ },
+ {
+ "status": "active",
+ "code": "wise_uah_invoice",
+ "flow": "invoice",
+ "method": "wise",
+ "currency": "UAH",
+ "amount_min": 0.01,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "advcash_kzt_invoice",
+ "flow": "invoice",
+ "method": "advcash",
+ "currency": "KZT",
+ "amount_min": 0.01,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_try_invoice",
+ "currency": "TRY",
+ "flow": "invoice",
+ "method": "bank_transfer",
+ "amount_min": 1,
+ "amount_max": 1900000,
+ "fields": [
+ {
+ "key": "bank_name",
+ "type": "string",
+ "regexp": "\/^.{2,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Payer bank name",
+ "ru": "Название банка отправителя",
+ "uk": "Назва банку відправника"
+ },
+ "hint": {
+ "en": "Enter payer bank code",
+ "ru": "Название код банка отправителя",
+ "uk": "Назва код банку відправника"
+ },
+ "example": "Goldman Sachs"
+ },
+ {
+ "key": "beneficiary_account_number",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary account number",
+ "ru": "Номер счета получателя",
+ "uk": "Номер рахунку отримувача"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 2,
+ "hint": {
+ "en": "Enter beneficiary account number",
+ "ru": "Введите номер счета получателя",
+ "uk": "Введіть номер рахунку отримувача"
+ },
+ "example": "1234567890"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_aed_invoice",
+ "currency": "AED",
+ "flow": "invoice",
+ "method": "bank_transfer",
+ "amount_min": 1,
+ "amount_max": 1900000
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_mxn_invoice",
+ "currency": "MXN",
+ "flow": "invoice",
+ "method": "bank_transfer",
+ "amount_min": 1,
+ "amount_max": 1900000
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_pkr_invoice",
+ "currency": "PKR",
+ "flow": "invoice",
+ "method": "bank_transfer",
+ "amount_min": 1,
+ "amount_max": 25000000
+ },
+ {
+ "status": "active",
+ "code": "mobile_pkr_invoice",
+ "flow": "invoice",
+ "method": "mobile",
+ "currency": "PKR",
+ "amount_min": 0.01,
+ "amount_max": 1000000000
+ },
+ {
+ "status": "active",
+ "code": "neft_inr_invoice",
+ "flow": "invoice",
+ "method": "neft",
+ "currency": "INR",
+ "amount_min": 0.01,
+ "amount_max": 1000000000
+ },
+ {
+ "status": "active",
+ "code": "mobile_egp_invoice",
+ "flow": "invoice",
+ "method": "mobile",
+ "currency": "EGP",
+ "amount_min": 0.5,
+ "amount_max": 5000000
+ },
+ {
+ "status": "active",
+ "code": "upi_inr_invoice",
+ "currency": "INR",
+ "flow": "invoice",
+ "method": "upi",
+ "amount_min": 0.01,
+ "amount_max": 1000000000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Account Number (VPA)",
+ "ru": "Номер счета (VPA)",
+ "uk": "Номер рахунку (VPA)"
+ },
+ "hint": {
+ "en": "Enter Account Number (VPA)",
+ "ru": "Введите номер счета (VPA)",
+ "uk": "Введіть номер рахунку (VPA)"
+ },
+ "example": "name@bankname"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "paytm_inr_invoice",
+ "currency": "INR",
+ "flow": "invoice",
+ "method": "paytm",
+ "amount_min": 0.01,
+ "amount_max": 1000000000
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_krw_invoice",
+ "currency": "KRW",
+ "flow": "invoice",
+ "method": "bank_transfer",
+ "amount_min": 1,
+ "amount_max": 130000000
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_jpy_invoice",
+ "currency": "JPY",
+ "flow": "invoice",
+ "method": "bank_transfer",
+ "amount_min": 2,
+ "amount_max": 14275900
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_idr_invoice",
+ "currency": "IDR",
+ "flow": "invoice",
+ "method": "bank_transfer",
+ "amount_min": 0.01,
+ "amount_max": 15000000000
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_vnd_invoice",
+ "currency": "VND",
+ "flow": "invoice",
+ "method": "bank_transfer",
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "imps_inr_invoice",
+ "currency": "INR",
+ "flow": "invoice",
+ "method": "imps",
+ "amount_min": 0.01,
+ "amount_max": 1000000000
+ },
+ {
+ "status": "active",
+ "code": "rtgs_inr_invoice",
+ "currency": "INR",
+ "flow": "invoice",
+ "method": "rtgs",
+ "amount_min": 0.01,
+ "amount_max": 1000000000
+ },
+ {
+ "status": "active",
+ "code": "phonepe_inr_invoice",
+ "currency": "INR",
+ "flow": "invoice",
+ "method": "phonepe",
+ "amount_min": 0.01,
+ "amount_max": 1000000000
+ },
+ {
+ "status": "active",
+ "code": "card_transfer_mxn_invoice",
+ "flow": "invoice",
+ "method": "card_transfer",
+ "currency": "MXN",
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "jazzcash_pkr_hpp",
+ "currency": "PKR",
+ "flow": "hpp",
+ "method": "jazzcash",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "example": "GB97BARC20031877565489"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 25000000
+ },
+ {
+ "status": "active",
+ "code": "jazzcash_pkr_transfer",
+ "currency": "PKR",
+ "flow": "transfer",
+ "method": "jazzcash",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "cnic_number",
+ "type": "string",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "CNIC number",
+ "ru": "CNIC номер",
+ "uk": "CNIC Номер"
+ },
+ "hint": {
+ "en": "Enter cnic number",
+ "ru": "Введите cnic номер",
+ "uk": "Введіть cnic номер"
+ },
+ "regexp": "\/^.{1,6}$\/",
+ "example": "123456"
+ },
+ {
+ "key": "phone_number",
+ "type": "string",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "regexp": "\/^\\+?\\d{10,14}$\/",
+ "example": "+380996233220"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 25000000
+ },
+ {
+ "status": "active",
+ "code": "faster_payments_gbp_hpp",
+ "currency": "GBP",
+ "flow": "hpp",
+ "method": "faster_payments",
+ "fields": [
+ {
+ "key": "debtor_sort_code",
+ "type": "string",
+ "label": {
+ "en": "The Debtor’s Provider sort code",
+ "ru": "Сортировочный код поставщика Дебитора",
+ "uk": "Сортувальний код постачальника Дебітора"
+ },
+ "regexp": "\/^.{1,16}$\/",
+ "required": false,
+ "position": 1,
+ "hint": {
+ "en": "Enter Debtor’s Provider sort code",
+ "ru": "Введите сортировочный код поставщика Дебитора",
+ "uk": "Введіть сортувальний код постачальника Дебітора"
+ },
+ "example": "0123456"
+ },
+ {
+ "key": "debtor_account_number",
+ "type": "string",
+ "label": {
+ "en": "The Debtor’s Provider account number",
+ "ru": "Номер счета поставщика Дебитора",
+ "uk": "Номер рахунку постачальника Дебітора"
+ },
+ "regexp": "\/^.{1,64}$\/",
+ "required": false,
+ "position": 2,
+ "hint": {
+ "en": "Enter Debtor’s Provider account number",
+ "ru": "Введите номер счета поставщика Дебитора",
+ "uk": "Введіть номер рахунку постачальника Дебітора"
+ },
+ "example": "0123456"
+ },
+ {
+ "key": "creditor_sort_code",
+ "type": "string",
+ "label": {
+ "en": "The Creditor’s Provider sort code",
+ "ru": "Сортировочный код поставщика Кредитора",
+ "uk": "Сортувальний код постачальника Кредитора"
+ },
+ "regexp": "\/^.{1,16}$\/",
+ "required": false,
+ "position": 3,
+ "hint": {
+ "en": "Enter Creditor’s Provider sort code",
+ "ru": "Введите сортировочный код поставщика Кредитора",
+ "uk": "Введіть сортувальний код постачальника Кредитора"
+ },
+ "example": "0123456"
+ },
+ {
+ "key": "creditor_account_number",
+ "type": "string",
+ "label": {
+ "en": "The Creditor’s Provider account number",
+ "ru": "Номер счета поставщика Кредитора",
+ "uk": "Номер рахунку постачальника Кредитора"
+ },
+ "regexp": "\/^.{1,64}$\/",
+ "required": false,
+ "position": 4,
+ "hint": {
+ "en": "Enter Creditor’s Provider account number",
+ "ru": "Введите номер счета поставщика Кредитора",
+ "uk": "Введіть номер рахунку постачальника Кредитора"
+ },
+ "example": "0123456"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 75445
+ },
+ {
+ "status": "active",
+ "code": "pay4fun_brl_hpp",
+ "currency": "BRL",
+ "flow": "hpp",
+ "method": "pay4fun",
+ "fields": [
+ {
+ "key": "account_id",
+ "type": "string",
+ "label": {
+ "en": "Account Id",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[\\w]{1,64}$\/",
+ "required": false,
+ "position": 1,
+ "hint": {
+ "en": "Enter account ID",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "example": "77413829266"
+ },
+ {
+ "key": "account_email",
+ "type": "string",
+ "label": {
+ "en": "Account Email",
+ "ru": "Еmail аккаунта",
+ "uk": "Еmail облікового запису"
+ },
+ "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
+ "required": false,
+ "position": 2,
+ "hint": {
+ "en": "Enter account email",
+ "ru": "Введите email аккаунта",
+ "uk": "Введіть email облікового запису"
+ },
+ "example": "test_customer@p4f.com"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 500000
+ },
+ {
+ "status": "active",
+ "code": "easypaisa_pkr_hpp",
+ "currency": "PKR",
+ "flow": "hpp",
+ "method": "easypaisa",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "example": "GB97BARC20031877565489"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 25000000
+ },
+ {
+ "status": "active",
+ "code": "easypaisa_pkr_transfer",
+ "currency": "PKR",
+ "flow": "transfer",
+ "method": "easypaisa",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "phone_number",
+ "type": "string",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "regexp": "\/^\\+?\\d{10,14}$\/",
+ "example": "+380996233220"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 25000000
+ },
+ {
+ "status": "active",
+ "code": "philippines_va_php_hpp",
+ "currency": "PHP",
+ "flow": "hpp",
+ "method": "philippines_va",
+ "amount_min": 0.01,
+ "amount_max": 5440000
+ },
+ {
+ "status": "active",
+ "code": "virtual_bank_aggregated_krw_hpp",
+ "currency": "KRW",
+ "flow": "hpp",
+ "method": "virtual_bank_aggregated",
+ "amount_min": 1,
+ "amount_max": 130000000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": true,
+ "position": 1,
+ "label": {
+ "en": "Account Number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter Account Number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "example": "name@bankname"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "vodafone_mpesa_egp_hpp",
+ "currency": "EGP",
+ "flow": "hpp",
+ "method": "vodafone_mpesa",
+ "amount_min": 0.01,
+ "amount_max": 3000000
+ },
+ {
+ "status": "active",
+ "code": "mtn_ugx_hpp",
+ "currency": "UGX",
+ "flow": "hpp",
+ "method": "mtn",
+ "amount_min": 1,
+ "amount_max": 360000000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "airtel_money_ugx_hpp",
+ "currency": "UGX",
+ "flow": "hpp",
+ "method": "airtel_money",
+ "amount_min": 1,
+ "amount_max": 360000000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "safaricom_kes_hpp",
+ "currency": "KES",
+ "flow": "hpp",
+ "method": "safaricom",
+ "amount_min": 0.01,
+ "amount_max": 11490000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "airtel_money_kes_hpp",
+ "currency": "KES",
+ "flow": "hpp",
+ "method": "airtel_money",
+ "amount_min": 0.01,
+ "amount_max": 11490000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "equitel_kes_hpp",
+ "currency": "KES",
+ "flow": "hpp",
+ "method": "equitel",
+ "amount_min": 0.01,
+ "amount_max": 11490000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "mtn_rwf_hpp",
+ "currency": "RWF",
+ "flow": "hpp",
+ "method": "mtn",
+ "amount_min": 1,
+ "amount_max": 102500000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "airteltigo_rwf_hpp",
+ "currency": "RWF",
+ "flow": "hpp",
+ "method": "airteltigo",
+ "amount_min": 1,
+ "amount_max": 102500000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "mtn_ghs_hpp",
+ "currency": "GHS",
+ "flow": "hpp",
+ "method": "mtn",
+ "amount_min": 0.01,
+ "amount_max": 760000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "vodafone_cash_ghs_hpp",
+ "currency": "GHS",
+ "flow": "hpp",
+ "method": "vodafone_cash",
+ "amount_min": 0.01,
+ "amount_max": 760000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "vodafone_cash_egp_hpp",
+ "currency": "EGP",
+ "flow": "hpp",
+ "method": "vodafone_cash",
+ "amount_min": 0.01,
+ "amount_max": 3000000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "airteltigo_ghs_hpp",
+ "currency": "GHS",
+ "flow": "hpp",
+ "method": "airteltigo",
+ "amount_min": 0.01,
+ "amount_max": 760000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "airteltigo_ghs_invoice",
+ "currency": "GHS",
+ "flow": "invoice",
+ "method": "airteltigo",
+ "amount_min": 0.1,
+ "amount_max": 1090000,
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "+255742044295",
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "email",
+ "type": "string",
+ "regexp": "\/^[0-9A-Za-z-_\\.]+@([0-9A-Za-z-_]+\\.)+[0-9A-Za-z-_]{2,5}$\/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ }
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "mtn_group_ghs_hpp",
+ "currency": "GHS",
+ "flow": "hpp",
+ "method": "mtn_group",
+ "amount_min": 0.01,
+ "amount_max": 760000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "vodafone_pay_ghs_hpp",
+ "currency": "GHS",
+ "flow": "hpp",
+ "method": "vodafone_pay",
+ "amount_min": 0.01,
+ "amount_max": 760000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "vodafone_pay_ghs_invoice",
+ "currency": "GHS",
+ "flow": "invoice",
+ "method": "vodafone_pay",
+ "amount_min": 0.1,
+ "amount_max": 1090000,
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "+255742044295",
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "email",
+ "type": "string",
+ "regexp": "\/^[0-9A-Za-z-_\\.]+@([0-9A-Za-z-_]+\\.)+[0-9A-Za-z-_]{2,5}$\/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ }
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "ecocash_bif_hpp",
+ "currency": "BIF",
+ "flow": "hpp",
+ "method": "ecocash",
+ "amount_min": 1,
+ "amount_max": 283007000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "airtel_money_tzs_hpp",
+ "currency": "TZS",
+ "flow": "hpp",
+ "method": "airtel_money",
+ "amount_min": 100,
+ "amount_max": 999999,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "tigo_pesa_tzs_hpp",
+ "currency": "TZS",
+ "flow": "hpp",
+ "method": "tigo_pesa",
+ "amount_min": 100,
+ "amount_max": 999999,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "vodacom_tzs_hpp",
+ "currency": "TZS",
+ "flow": "hpp",
+ "method": "vodacom",
+ "amount_min": 100,
+ "amount_max": 999999,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "mtn_xaf_hpp",
+ "currency": "XAF",
+ "flow": "hpp",
+ "method": "mtn",
+ "amount_min": 6,
+ "amount_max": 60000000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "orange_money_xaf_hpp",
+ "currency": "XAF",
+ "flow": "hpp",
+ "method": "orange_money",
+ "amount_min": 6,
+ "amount_max": 60000000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "mtn_group_zmw_hpp",
+ "currency": "ZMW",
+ "flow": "hpp",
+ "method": "mtn_group",
+ "amount_min": 6,
+ "amount_max": 60000000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "airtel_money_zmw_hpp",
+ "currency": "ZMW",
+ "flow": "hpp",
+ "method": "airtel_money",
+ "amount_min": 6,
+ "amount_max": 60000000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "zamtel_zmw_hpp",
+ "currency": "ZMW",
+ "flow": "hpp",
+ "method": "zamtel",
+ "amount_min": 6,
+ "amount_max": 60000000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "bkash_limited_bdt_hpp",
+ "currency": "BDT",
+ "flow": "hpp",
+ "method": "bkash_limited",
+ "amount_min": 1,
+ "amount_max": 10900000
+ },
+ {
+ "status": "active",
+ "code": "bkash_p2p_bdt_hpp",
+ "currency": "BDT",
+ "flow": "hpp",
+ "method": "bkash_p2p",
+ "amount_min": 1,
+ "amount_max": 10900000
+ },
+ {
+ "status": "active",
+ "code": "nagad_p2p_bdt_hpp",
+ "currency": "BDT",
+ "flow": "hpp",
+ "method": "nagad_p2p",
+ "amount_min": 1,
+ "amount_max": 10900000
+ },
+ {
+ "status": "active",
+ "code": "zen_wallet_eur_invoice",
+ "currency": "EUR",
+ "flow": "invoice",
+ "method": "zen_wallet",
+ "amount_min": 1,
+ "amount_max": 100000000,
+ "fields": [
+ {
+ "key": "account_id",
+ "type": "string",
+ "regexp": "/^[0-9a-fA-F]{8}-(?:[0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$/",
+ "required": true,
+ "position": 1,
+ "label": {
+ "en": "Client account ID",
+ "ru": "Номер аккаунта клиента",
+ "uk": "Номер акаунту клієнта"
+ },
+ "hint": {
+ "en": "Enter client account ID",
+ "ru": "Введите номер аккаунта клиента",
+ "uk": "Введіть нмер акаунту клієнта"
+ },
+ "example": "8392b470-5e79-4396-96f0-2a936c8ba4cc"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "zen_wallet_usd_invoice",
+ "currency": "USD",
+ "flow": "invoice",
+ "method": "zen_wallet",
+ "amount_min": 1,
+ "amount_max": 100000000,
+ "fields": [
+ {
+ "key": "account_id",
+ "type": "string",
+ "regexp": "/^[0-9a-fA-F]{8}-(?:[0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$/",
+ "required": true,
+ "position": 1,
+ "label": {
+ "en": "Client account ID",
+ "ru": "Номер аккаунта клиента",
+ "uk": "Номер акаунту клієнта"
+ },
+ "hint": {
+ "en": "Enter client account ID",
+ "ru": "Введите номер аккаунта клиента",
+ "uk": "Введіть нмер акаунту клієнта"
+ },
+ "example": "8392b470-5e79-4396-96f0-2a936c8ba4cc"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "dutch_bangla_bank_limited_rocket_bdt_hpp",
+ "currency": "BDT",
+ "flow": "hpp",
+ "method": "dutch_bangla_bank_limited_rocket",
+ "amount_min": 1,
+ "amount_max": 10900000
+ },
+ {
+ "status": "active",
+ "code": "united_commercial_bank_upay_bdt_hpp",
+ "currency": "BDT",
+ "flow": "hpp",
+ "method": "united_commercial_bank_upay",
+ "amount_min": 1,
+ "amount_max": 10900000
+ },
+ {
+ "status": "active",
+ "code": "nagad_wallet_bdt_hpp",
+ "currency": "BDT",
+ "flow": "hpp",
+ "method": "nagad_wallet",
+ "amount_min": 1,
+ "amount_max": 10900000
+ },
+ {
+ "status": "active",
+ "code": "nagad_wallet_p2p_bdt_hpp",
+ "currency": "BDT",
+ "flow": "hpp",
+ "method": "nagad_wallet_p2p",
+ "amount_min": 1,
+ "amount_max": 10900000
+ },
+ {
+ "status": "active",
+ "code": "nagad_wallet_bdt_invoice",
+ "currency": "BDT",
+ "flow": "invoice",
+ "method": "nagad_wallet",
+ "amount_min": 1,
+ "amount_max": 10900000
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_aggregated_php_hpp",
+ "currency": "PHP",
+ "flow": "hpp",
+ "method": "bank_transfer_aggregated",
+ "amount_min": 1,
+ "amount_max": 5000000,
+ "fields": [
+ {
+ "key": "first_name",
+ "type": "string",
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "required": true,
+ "position": 1,
+ "label": {
+ "en": "Payer first name",
+ "ru": "Имя отправителя",
+ "uk": "Імʼя відправника"
+ },
+ "hint": {
+ "en": "Enter payer first name",
+ "ru": "Введите имя отправителя",
+ "uk": "Введіть імʼя відправника"
+ },
+ "example": "John"
+ },
+ {
+ "key": "last_name",
+ "type": "string",
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "required": true,
+ "position": 2,
+ "label": {
+ "en": "Payer last name",
+ "ru": "Фамилия отправителя",
+ "uk": "Прізвище відправника"
+ },
+ "hint": {
+ "en": "Enter payer last name",
+ "ru": "Введите фамилию отправителя",
+ "uk": "Введіть прізвище відправника"
+ },
+ "example": "Doe"
+ },
+ {
+ "key": "phone",
+ "type": "string",
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": true,
+ "position": 3,
+ "example": "+255742044295",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ }
+ },
+ {
+ "key": "email",
+ "type": "string",
+ "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$$\/",
+ "required": true,
+ "position": 4,
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter email",
+ "ru": "Введите email",
+ "uk": "Введіть email"
+ }
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_aggregated_idr_hpp",
+ "currency": "IDR",
+ "flow": "hpp",
+ "method": "bank_transfer_aggregated",
+ "amount_min": 160,
+ "amount_max": 1600000000,
+ "fields": [
+ {
+ "key": "first_name",
+ "type": "string",
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "required": true,
+ "position": 1,
+ "label": {
+ "en": "Payer first name",
+ "ru": "Имя отправителя",
+ "uk": "Імʼя відправника"
+ },
+ "hint": {
+ "en": "Enter payer first name",
+ "ru": "Введите имя отправителя",
+ "uk": "Введіть імʼя відправника"
+ },
+ "example": "John"
+ },
+ {
+ "key": "last_name",
+ "type": "string",
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "required": true,
+ "position": 2,
+ "label": {
+ "en": "Payer last name",
+ "ru": "Фамилия отправителя",
+ "uk": "Прізвище відправника"
+ },
+ "hint": {
+ "en": "Enter payer last name",
+ "ru": "Введите фамилию отправителя",
+ "uk": "Введіть прізвище відправника"
+ },
+ "example": "Doe"
+ },
+ {
+ "key": "phone",
+ "type": "string",
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": true,
+ "position": 3,
+ "example": "+255742044295",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ }
+ },
+ {
+ "key": "email",
+ "type": "string",
+ "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$$\/",
+ "required": true,
+ "position": 4,
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter email",
+ "ru": "Введите email",
+ "uk": "Введіть email"
+ }
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_aggregated_thb_hpp",
+ "currency": "THB",
+ "flow": "hpp",
+ "method": "bank_transfer_aggregated",
+ "amount_min": 1,
+ "amount_max": 3500000,
+ "fields": [
+ {
+ "key": "first_name",
+ "type": "string",
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "required": true,
+ "position": 1,
+ "label": {
+ "en": "Payer first name",
+ "ru": "Имя отправителя",
+ "uk": "Імʼя відправника"
+ },
+ "hint": {
+ "en": "Enter payer first name",
+ "ru": "Введите имя отправителя",
+ "uk": "Введіть імʼя відправника"
+ },
+ "example": "John"
+ },
+ {
+ "key": "last_name",
+ "type": "string",
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "required": true,
+ "position": 2,
+ "label": {
+ "en": "Payer last name",
+ "ru": "Фамилия отправителя",
+ "uk": "Прізвище відправника"
+ },
+ "hint": {
+ "en": "Enter payer last name",
+ "ru": "Введите фамилию отправителя",
+ "uk": "Введіть прізвище відправника"
+ },
+ "example": "Doe"
+ },
+ {
+ "key": "phone",
+ "type": "string",
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": true,
+ "position": 3,
+ "example": "+255742044295",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ }
+ },
+ {
+ "key": "email",
+ "type": "string",
+ "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$$\/",
+ "required": true,
+ "position": 4,
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter email",
+ "ru": "Введите email",
+ "uk": "Введіть email"
+ }
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_aggregated_vnd_hpp",
+ "currency": "VND",
+ "flow": "hpp",
+ "method": "bank_transfer_aggregated",
+ "amount_min": 1,
+ "amount_max": 9999999999,
+ "fields": [
+ {
+ "key": "first_name",
+ "type": "string",
+ "regexp": "\/^.{2,100}$\/",
+ "required": true,
+ "position": 1,
+ "label": {
+ "en": "Payer first name",
+ "ru": "Имя отправителя",
+ "uk": "Імʼя відправника"
+ },
+ "hint": {
+ "en": "Enter payer first name",
"ru": "Введите имя отправителя",
"uk": "Введіть імʼя відправника"
},
- "example": "John"
+ "example": "John"
+ },
+ {
+ "key": "last_name",
+ "type": "string",
+ "regexp": "\/^.{2,100}$\/",
+ "required": true,
+ "position": 2,
+ "label": {
+ "en": "Payer last name",
+ "ru": "Фамилия отправителя",
+ "uk": "Прізвище відправника"
+ },
+ "hint": {
+ "en": "Enter payer last name",
+ "ru": "Введите фамилию отправителя",
+ "uk": "Введіть прізвище відправника"
+ },
+ "example": "Doe"
+ },
+ {
+ "key": "phone",
+ "type": "string",
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": true,
+ "position": 3,
+ "example": "+255742044295",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ }
+ },
+ {
+ "key": "email",
+ "type": "string",
+ "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$$\/",
+ "required": true,
+ "position": 4,
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter email",
+ "ru": "Введите email",
+ "uk": "Введіть email"
+ }
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "bbva_bancomer_mxn_hpp",
+ "currency": "MXN",
+ "flow": "hpp",
+ "method": "bbva_bancomer",
+ "amount_min": 0.01,
+ "amount_max": 1746000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{3,4}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CURP, RFC, IFE, PASS)",
+ "ru": "Введите тип документа (CURP, RFC, IFE, PASS)",
+ "uk": "Введіть тип документу (CURP, RFC, IFE, PASS)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{8,18}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "bbva_bancomer_usd_hpp",
+ "currency": "USD",
+ "flow": "hpp",
+ "method": "bbva_bancomer",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "banco_estado_clp_hpp",
+ "currency": "CLP",
+ "flow": "hpp",
+ "method": "banco_estado",
+ "amount_min": 1,
+ "amount_max": 90340000,
+ "fields": [
+ {
+ "key": "personal_id",
+ "type": "string",
+ "regexp": "/^.{1,128}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Personal ID",
+ "ru": "Личный идентификатор клиента",
+ "uk": "Особистий ідентифікатор клієнту"
+ },
+ "hint": {
+ "en": "Enter personal ID",
+ "ru": "Введите личный идентификатор клиента",
+ "uk": "Введіть особистий ідентифікатор клієнту"
+ }
+ },
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{2,3}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (ID, RUN, RUT)",
+ "ru": "Введите тип документа (ID, RUN, RUT)",
+ "uk": "Введіть тип документу (ID, RUN, RUT)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z0-9\\.\\-]{1,30}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "banco_estado_usd_hpp",
+ "currency": "USD",
+ "flow": "hpp",
+ "method": "banco_estado",
+ "amount_min": 0.01,
+ "amount_max": 100000,
+ "fields": [
+ {
+ "key": "personal_id",
+ "type": "string",
+ "regexp": "/^.{1,128}$/",
+ "required": true,
+ "position": 1,
+ "label": {
+ "en": "Personal ID",
+ "ru": "Личный идентификатор клиента",
+ "uk": "Особистий ідентифікатор клієнту"
+ },
+ "hint": {
+ "en": "Enter personal ID",
+ "ru": "Введите личный идентификатор клиента",
+ "uk": "Введіть особистий ідентифікатор клієнту"
+ }
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "banco_santander_clp_hpp",
+ "currency": "CLP",
+ "flow": "hpp",
+ "method": "banco_santander",
+ "amount_min": 1,
+ "amount_max": 90340000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{2,3}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (ID, RUN, RUT)",
+ "ru": "Введите тип документа (ID, RUN, RUT)",
+ "uk": "Введіть тип документу (ID, RUN, RUT)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z0-9\\.\\-]{1,30}$\/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "banco_santander_usd_hpp",
+ "currency": "USD",
+ "flow": "hpp",
+ "method": "banco_santander",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "banco_falabella_clp_hpp",
+ "currency": "CLP",
+ "flow": "hpp",
+ "method": "banco_falabella",
+ "amount_min": 1,
+ "amount_max": 90340000,
+ "fields": [
+ {
+ "key": "personal_id",
+ "type": "string",
+ "regexp": "/^.{1,128}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Personal ID",
+ "ru": "Личный идентификатор клиента",
+ "uk": "Особистий ідентифікатор клієнту"
+ },
+ "hint": {
+ "en": "Enter personal ID",
+ "ru": "Введите личный идентификатор клиента",
+ "uk": "Введіть особистий ідентифікатор клієнту"
+ }
+ },
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{2,3}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (ID, RUN, RUT)",
+ "ru": "Введите тип документа (ID, RUN, RUT)",
+ "uk": "Введіть тип документу (ID, RUN, RUT)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z0-9\\.\\-]{1,30}$\/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "banco_falabella_usd_hpp",
+ "currency": "USD",
+ "flow": "hpp",
+ "method": "banco_falabella",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "banco_de_chile_clp_hpp",
+ "currency": "CLP",
+ "flow": "hpp",
+ "method": "banco_de_chile",
+ "amount_min": 1,
+ "amount_max": 90340000,
+ "fields": [
+ {
+ "key": "personal_id",
+ "type": "string",
+ "regexp": "/^.{1,128}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Personal ID",
+ "ru": "Личный идентификатор клиента",
+ "uk": "Особистий ідентифікатор клієнту"
+ },
+ "hint": {
+ "en": "Enter personal ID",
+ "ru": "Введите личный идентификатор клиента",
+ "uk": "Введіть особистий ідентифікатор клієнту"
+ }
+ },
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{2,3}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (ID, RUN, RUT)",
+ "ru": "Введите тип документа (ID, RUN, RUT)",
+ "uk": "Введіть тип документу (ID, RUN, RUT)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z0-9\\.\\-]{1,30}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "banco_de_chile_usd_hpp",
+ "currency": "USD",
+ "flow": "hpp",
+ "method": "banco_de_chile",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "banco_de_credito_cash_pen_hpp",
+ "currency": "PEN",
+ "flow": "hpp",
+ "method": "banco_de_credito_cash",
+ "amount_min": 0.01,
+ "amount_max": 377000
+ },
+ {
+ "status": "active",
+ "code": "bbva_continental_cash_pen_hpp",
+ "currency": "PEN",
+ "flow": "hpp",
+ "method": "bbva_continental_cash",
+ "amount_min": 0.01,
+ "amount_max": 377000
+ },
+ {
+ "status": "active",
+ "code": "caja_arequipa_cash_pen_hpp",
+ "currency": "PEN",
+ "flow": "hpp",
+ "method": "caja_arequipa_cash",
+ "amount_min": 0.01,
+ "amount_max": 377000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{2,4}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CE, CPP, DNI, PASS, RUC)",
+ "ru": "Введите тип документа (CE, CPP, DNI, PASS, RUC)",
+ "uk": "Введіть тип документу (CE, CPP, DNI, PASS, RUC)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{8,12}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "caja_huancayo_cash_pen_hpp",
+ "currency": "PEN",
+ "flow": "hpp",
+ "method": "caja_huancayo_cash",
+ "amount_min": 0.01,
+ "amount_max": 377000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{2,4}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CE, CPP, DNI, PASS, RUC)",
+ "ru": "Введите тип документа (CE, CPP, DNI, PASS, RUC)",
+ "uk": "Введіть тип документу (CE, CPP, DNI, PASS, RUC)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{8,12}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "caja_tacna_cash_pen_hpp",
+ "currency": "PEN",
+ "flow": "hpp",
+ "method": "caja_tacna_cash",
+ "amount_min": 0.01,
+ "amount_max": 377000,
+ "fields": [
+ {
+ "key": "personal_id",
+ "type": "string",
+ "regexp": "/^.{1,128}$/",
+ "required": true,
+ "position": 1,
+ "label": {
+ "en": "Personal ID",
+ "ru": "Личный идентификатор клиента",
+ "uk": "Особистий ідентифікатор клієнту"
+ },
+ "hint": {
+ "en": "Enter personal ID",
+ "ru": "Введите личный идентификатор клиента",
+ "uk": "Введіть особистий ідентифікатор клієнту"
+ }
+ },
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{2,4}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CE, CPP, DNI, PASS, RUC)",
+ "ru": "Введите тип документа (CE, CPP, DNI, PASS, RUC)",
+ "uk": "Введіть тип документу (CE, CPP, DNI, PASS, RUC)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{8,12}$/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "caja_trujillo_cash_pen_hpp",
+ "currency": "PEN",
+ "flow": "hpp",
+ "method": "caja_trujillo_cash",
+ "amount_min": 0.01,
+ "amount_max": 377000
+ },
+ {
+ "status": "active",
+ "code": "scotiabank_cash_pen_hpp",
+ "currency": "PEN",
+ "flow": "hpp",
+ "method": "scotiabank_cash",
+ "amount_min": 0.01,
+ "amount_max": 377000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{2,4}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CE, CPP, DNI, PASS, RUC)",
+ "ru": "Введите тип документа (CE, CPP, DNI, PASS, RUC)",
+ "uk": "Введіть тип документу (CE, CPP, DNI, PASS, RUC)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{8,12}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "ripley_cash_pen_hpp",
+ "currency": "PEN",
+ "flow": "hpp",
+ "method": "ripley_cash",
+ "amount_min": 0.01,
+ "amount_max": 377000
+ },
+ {
+ "status": "active",
+ "code": "tambo_cash_pen_hpp",
+ "currency": "PEN",
+ "flow": "hpp",
+ "method": "tambo_cash",
+ "amount_min": 0.01,
+ "amount_max": 377000,
+ "fields": [
+ {
+ "key": "personal_id",
+ "type": "string",
+ "regexp": "/^.{1,128}$/",
+ "required": true,
+ "position": 1,
+ "label": {
+ "en": "Personal ID",
+ "ru": "Личный идентификатор клиента",
+ "uk": "Особистий ідентифікатор клієнту"
+ },
+ "hint": {
+ "en": "Enter personal ID",
+ "ru": "Введите личный идентификатор клиента",
+ "uk": "Введіть особистий ідентифікатор клієнту"
+ }
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "kasnet_cash_pen_hpp",
+ "currency": "PEN",
+ "flow": "hpp",
+ "method": "kasnet_cash",
+ "amount_min": 0.01,
+ "amount_max": 377000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{2,4}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CE, CPP, DNI, PASS, RUC)",
+ "ru": "Введите тип документа (CE, CPP, DNI, PASS, RUC)",
+ "uk": "Введіть тип документу (CE, CPP, DNI, PASS, RUC)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{8,12}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "banco_nacional_cash_crc_hpp",
+ "currency": "CRC",
+ "flow": "hpp",
+ "method": "banco_nacional_cash",
+ "amount_min": 0.01,
+ "amount_max": 53990000,
+ "fields": [
+ {
+ "key": "personal_id",
+ "type": "string",
+ "regexp": "/^.{1,128}$/",
+ "required": true,
+ "position": 1,
+ "label": {
+ "en": "Personal ID",
+ "ru": "Личный идентификатор клиента",
+ "uk": "Особистий ідентифікатор клієнту"
+ },
+ "hint": {
+ "en": "Enter personal ID",
+ "ru": "Введите личный идентификатор клиента",
+ "uk": "Введіть особистий ідентифікатор клієнту"
+ }
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "a_cuenta_cash_clp_hpp",
+ "currency": "CLP",
+ "flow": "hpp",
+ "method": "a_cuenta_cash",
+ "amount_min": 1,
+ "amount_max": 90340000,
+ "fields": [
+ {
+ "key": "personal_id",
+ "type": "string",
+ "regexp": "/^.{1,128}$/",
+ "required": true,
+ "position": 1,
+ "label": {
+ "en": "Personal ID",
+ "ru": "Личный идентификатор клиента",
+ "uk": "Особистий ідентифікатор клієнту"
+ },
+ "hint": {
+ "en": "Enter personal ID",
+ "ru": "Введите личный идентификатор клиента",
+ "uk": "Введіть особистий ідентифікатор клієнту"
+ }
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "lider_cash_clp_hpp",
+ "currency": "CLP",
+ "flow": "hpp",
+ "method": "lider_cash",
+ "amount_min": 1,
+ "amount_max": 90340000
+ },
+ {
+ "status": "active",
+ "code": "express_lider_cash_clp_hpp",
+ "currency": "CLP",
+ "flow": "hpp",
+ "method": "express_lider_cash",
+ "amount_min": 1,
+ "amount_max": 90340000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "\/^.{1,3}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type",
+ "ru": "Введите тип документа",
+ "uk": "Введіть тип документу"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z0-9\\.\\-]{1,100}$\/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Beneficiary's personal identification number",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документа отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary's personal identification number",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документа отримувача"
+ },
+ "example": "50284414727"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "banco_guayaquil_cash_usd_hpp",
+ "currency": "USD",
+ "flow": "hpp",
+ "method": "banco_guayaquil_cash",
+ "amount_min": 0.01,
+ "amount_max": 100000,
+ "fields": [
+ {
+ "key": "personal_id",
+ "type": "string",
+ "regexp": "/^.{1,128}$/",
+ "required": true,
+ "position": 1,
+ "label": {
+ "en": "Personal ID",
+ "ru": "Личный идентификатор клиента",
+ "uk": "Особистий ідентифікатор клієнту"
+ },
+ "hint": {
+ "en": "Enter personal ID",
+ "ru": "Введите личный идентификатор клиента",
+ "uk": "Введіть особистий ідентифікатор клієнту"
+ }
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "banco_pichincha_cash_usd_hpp",
+ "currency": "USD",
+ "flow": "hpp",
+ "method": "banco_pichincha_cash",
+ "amount_min": 0.01,
+ "amount_max": 100000,
+ "fields": [
+ {
+ "key": "personal_id",
+ "type": "string",
+ "regexp": "/^.{1,128}$/",
+ "required": true,
+ "position": 1,
+ "label": {
+ "en": "Personal ID",
+ "ru": "Личный идентификатор клиента",
+ "uk": "Особистий ідентифікатор клієнту"
+ },
+ "hint": {
+ "en": "Enter personal ID",
+ "ru": "Введите личный идентификатор клиента",
+ "uk": "Введіть особистий ідентифікатор клієнту"
+ }
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "pichincha_mi_vecino_cash_usd_hpp",
+ "currency": "USD",
+ "flow": "hpp",
+ "method": "pichincha_mi_vecino_cash",
+ "amount_min": 0.01,
+ "amount_max": 100000,
+ "fields": [
+ {
+ "key": "personal_id",
+ "type": "string",
+ "regexp": "/^.{1,128}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Personal ID",
+ "ru": "Личный идентификатор клиента",
+ "uk": "Особистий ідентифікатор клієнту"
+ },
+ "hint": {
+ "en": "Enter personal ID",
+ "ru": "Введите личный идентификатор клиента",
+ "uk": "Введіть особистий ідентифікатор клієнту"
+ }
+ },
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{2,4}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CC, DL, RUC, PASS)",
+ "ru": "Введите тип документа (CC, DL, RUC, PASS)",
+ "uk": "Введіть тип документу (CC, DL, RUC, PASS)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{8,12}$/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "red_activa_cash_usd_hpp",
+ "currency": "USD",
+ "flow": "hpp",
+ "method": "red_activa_cash",
+ "amount_min": 0.01,
+ "amount_max": 100000,
+ "fields": [
+ {
+ "key": "personal_id",
+ "type": "string",
+ "regexp": "/^.{1,128}$/",
+ "required": true,
+ "position": 1,
+ "label": {
+ "en": "Personal ID",
+ "ru": "Личный идентификатор клиента",
+ "uk": "Особистий ідентифікатор клієнту"
+ },
+ "hint": {
+ "en": "Enter personal ID",
+ "ru": "Введите личный идентификатор клиента",
+ "uk": "Введіть особистий ідентифікатор клієнту"
+ }
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "mi_comisariato_cash_usd_hpp",
+ "currency": "USD",
+ "flow": "hpp",
+ "method": "mi_comisariato_cash",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "banco_de_antigua_cash_gtq_hpp",
+ "currency": "GTQ",
+ "flow": "hpp",
+ "method": "banco_de_antigua_cash",
+ "amount_min": 0.01,
+ "amount_max": 786000,
+ "fields": [
+ {
+ "key": "personal_id",
+ "type": "string",
+ "regexp": "/^.{1,128}$/",
+ "required": true,
+ "position": 1,
+ "label": {
+ "en": "Personal ID",
+ "ru": "Личный идентификатор клиента",
+ "uk": "Особистий ідентифікатор клієнту"
+ },
+ "hint": {
+ "en": "Enter personal ID",
+ "ru": "Введите личный идентификатор клиента",
+ "uk": "Введіть особистий ідентифікатор клієнту"
+ }
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "fundacion_genesis_cash_gtq_hpp",
+ "currency": "GTQ",
+ "flow": "hpp",
+ "method": "fundacion_genesis_cash",
+ "amount_min": 0.01,
+ "amount_max": 786000
+ },
+ {
+ "status": "active",
+ "code": "caja_desarrollo_cash_gtq_hpp",
+ "currency": "GTQ",
+ "flow": "hpp",
+ "method": "caja_desarrollo_cash",
+ "amount_min": 0.01,
+ "amount_max": 786000
+ },
+ {
+ "status": "active",
+ "code": "oxxo_cash_mxn_hpp",
+ "currency": "MXN",
+ "flow": "hpp",
+ "method": "oxxo_cash",
+ "amount_min": 0.01,
+ "amount_max": 1744370,
+ "fields": [
+ {
+ "key": "personal_id",
+ "type": "string",
+ "regexp": "/^.{1,128}$/",
+ "required": true,
+ "position": 1,
+ "label": {
+ "en": "Personal ID",
+ "ru": "Личный идентификатор клиента",
+ "uk": "Особистий ідентифікатор клієнту"
+ },
+ "hint": {
+ "en": "Enter personal ID",
+ "ru": "Введите личный идентификатор клиента",
+ "uk": "Введіть особистий ідентифікатор клієнту"
+ }
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "bbva_bancomer_cash_mxn_hpp",
+ "currency": "MXN",
+ "flow": "hpp",
+ "method": "bbva_bancomer_cash",
+ "amount_min": 0.01,
+ "amount_max": 1744370
+ },
+ {
+ "status": "active",
+ "code": "scotiabank_cash_mxn_hpp",
+ "currency": "MXN",
+ "flow": "hpp",
+ "method": "scotiabank_cash",
+ "amount_min": 0.01,
+ "amount_max": 1744370
+ },
+ {
+ "status": "active",
+ "code": "banco_azteca_cash_mxn_hpp",
+ "currency": "MXN",
+ "flow": "hpp",
+ "method": "banco_azteca_cash",
+ "amount_min": 0.01,
+ "amount_max": 1744370,
+ "fields": [
+ {
+ "key": "personal_id",
+ "type": "string",
+ "regexp": "/^.{1,128}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Personal ID",
+ "ru": "Личный идентификатор клиента",
+ "uk": "Особистий ідентифікатор клієнту"
+ },
+ "hint": {
+ "en": "Enter personal ID",
+ "ru": "Введите личный идентификатор клиента",
+ "uk": "Введіть особистий ідентифікатор клієнту"
+ }
+ },
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{3,4}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CURP, RFC, IFE, PASS)",
+ "ru": "Введите тип документа (CURP, RFC, IFE, PASS)",
+ "uk": "Введіть тип документу (CURP, RFC, IFE, PASS)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{8,18}$/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "soriana_cash_mxn_hpp",
+ "currency": "MXN",
+ "flow": "hpp",
+ "method": "soriana_cash",
+ "amount_min": 0.01,
+ "amount_max": 1744370,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{3,4}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CURP, RFC, IFE, PASS)",
+ "ru": "Введите тип документа (CURP, RFC, IFE, PASS)",
+ "uk": "Введіть тип документу (CURP, RFC, IFE, PASS)"
+ }
},
{
- "key": "payer_last_name",
+ "key": "document_id",
"type": "string",
- "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "regexp": "/^[a-zA-Z0-9]{8,18}$/",
"required": false,
"position": 2,
"label": {
- "en": "Payer last name",
- "ru": "Фамилия получателя",
- "uk": "Прізвище отримувача"
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
},
"hint": {
- "en": "Enter payer last name",
- "ru": "Введите фамилию отправителя",
- "uk": "Введіть прізвище відправника"
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "open_pay_cash_mxn_hpp",
+ "currency": "MXN",
+ "flow": "hpp",
+ "method": "open_pay_cash",
+ "amount_min": 0.01,
+ "amount_max": 1744370
+ },
+ {
+ "status": "active",
+ "code": "farmacias_santa_maria_cash_mxn_hpp",
+ "currency": "MXN",
+ "flow": "hpp",
+ "method": "farmacias_santa_maria_cash",
+ "amount_min": 0.01,
+ "amount_max": 1744370
+ },
+ {
+ "status": "active",
+ "code": "calimax_cash_mxn_hpp",
+ "currency": "MXN",
+ "flow": "hpp",
+ "method": "calimax_cash",
+ "amount_min": 0.01,
+ "amount_max": 1744370,
+ "fields": [
+ {
+ "key": "personal_id",
+ "type": "string",
+ "regexp": "/^.{1,128}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Personal ID",
+ "ru": "Личный идентификатор клиента",
+ "uk": "Особистий ідентифікатор клієнту"
},
- "example": "Doe"
+ "hint": {
+ "en": "Enter personal ID",
+ "ru": "Введите личный идентификатор клиента",
+ "uk": "Введіть особистий ідентифікатор клієнту"
+ }
},
{
- "key": "payer_address",
+ "key": "document_type",
"type": "string",
- "regexp": "\/^[a-zA-Z0-9 \\\/_.,'-]{1,200}$\/",
+ "regexp": "/^[A-Z]{3,4}$/",
"required": false,
- "position": 3,
+ "position": 1,
"label": {
- "en": "Payer address",
- "ru": "Адрес отправителя",
- "uk": "Адреса відправника"
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
},
"hint": {
- "en": "Enter payer address",
- "ru": "Введите адрес отправителя",
- "uk": "Введіть адресу відправника"
+ "en": "Enter Document Type (CURP, RFC, IFE, PASS)",
+ "ru": "Введите тип документа (CURP, RFC, IFE, PASS)",
+ "uk": "Введіть тип документу (CURP, RFC, IFE, PASS)"
}
},
{
- "key": "payer_country",
+ "key": "document_id",
"type": "string",
- "regexp": "\/^[a-zA-Z\\-]{1,20}$\/",
+ "regexp": "/^[a-zA-Z0-9]{8,18}$/",
"required": false,
- "position": 4,
+ "position": 2,
"label": {
- "en": "Payer country",
- "ru": "Страна отправителя",
- "uk": "Країна відправника"
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
},
"hint": {
- "en": "Enter payer country",
- "ru": "Введите страну отправителя",
- "uk": "Введіть країну відправника"
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "western_union_panama_cash_usd_hpp",
+ "currency": "USD",
+ "flow": "hpp",
+ "method": "western_union_panama_cash",
+ "amount_min": 0.01,
+ "amount_max": 100000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "\/^.{1,3}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
},
- "example": "US"
+ "hint": {
+ "en": "Enter Document Type",
+ "ru": "Введите тип документа",
+ "uk": "Введіть тип документу"
+ }
},
{
- "key": "payer_city",
+ "key": "document_id",
"type": "string",
- "regexp": "\/^[a-zA-Z\\-\\s]{1,20}$\/",
+ "regexp": "\/^[0-9]{1,100}$\/",
"required": false,
- "position": 5,
+ "position": 2,
"label": {
- "en": "Payer city",
- "ru": "Город отправителя",
- "uk": "Місто відправника"
+ "en": "Beneficiary's personal identification number",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документа отримувача"
},
"hint": {
- "en": "Enter payer city",
- "ru": "Введите город отправителя",
- "uk": "Введіть місто відправника"
+ "en": "Enter beneficiary's personal identification number",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документа отримувача"
},
- "example": "Los Angeles"
+ "example": "50284414727"
+ }
+ ]
+ },
+ {
+ "code": "bank_transfer_pen_invoice",
+ "status": "active",
+ "method": "bank_transfer",
+ "flow": "invoice",
+ "currency": "PEN",
+ "amount_min": 0.01,
+ "amount_max": 377000
+ },
+ {
+ "code": "bank_transfer_pen_hpp",
+ "status": "active",
+ "method": "bank_transfer",
+ "flow": "hpp",
+ "currency": "PEN",
+ "amount_min": 0.01,
+ "amount_max": 377000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "\/^.{1,32}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type",
+ "ru": "Введите тип документа",
+ "uk": "Введіть тип документу"
+ }
},
{
- "key": "payer_state",
+ "key": "document_id",
"type": "string",
- "regexp": "\/^[a-zA-Z\\-\\s]{1,20}$\/",
+ "regexp": "\/^[0-9]{1,100}$\/",
"required": false,
- "position": 6,
+ "position": 2,
"label": {
- "en": "Payer state",
- "ru": "Штат отправителя",
- "uk": "Штат відправника"
+ "en": "Beneficiary's personal identification number",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документа отримувача"
},
"hint": {
- "en": "Enter payer state",
- "ru": "Введите штат отправителя",
- "uk": "Введіть штат відправника"
+ "en": "Enter beneficiary's personal identification number",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документа отримувача"
},
- "example": "CA"
+ "example": "50284414727"
+ }
+ ]
+ },
+ {
+ "code": "linkaja_idr_hpp",
+ "method": "linkaja",
+ "status": "active",
+ "flow": "hpp",
+ "currency": "IDR",
+ "amount_min": 0.01,
+ "amount_max": 377000
+ },
+ {
+ "code": "bank_transfer_qr_idr_hpp",
+ "currency": "IDR",
+ "status": "active",
+ "flow": "hpp",
+ "method": "bank_transfer_qr",
+ "amount_min": 0.01,
+ "amount_max": 15000000000
+ },
+ {
+ "code": "bank_neo_commerce_idr_hpp",
+ "currency": "IDR",
+ "status": "active",
+ "flow": "hpp",
+ "method": "bank_neo_commerce",
+ "amount_min": 0.01,
+ "amount_max": 15000000000
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_aggregated_eur_hpp",
+ "flow": "hpp",
+ "method": "bank_transfer_aggregated",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000,
+ "fields": [
+ {
+ "key": "iban_number",
+ "type": "string",
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "IBAN number",
+ "ru": "Номер IBAN",
+ "uk": "Номер IBAN"
+ },
+ "hint": {
+ "en": "Enter IBAN number",
+ "ru": "Введите номер IBAN",
+ "uk": "Введіть номер IBAN"
+ },
+ "example": "GB97BARC20031877565489"
},
{
- "key": "payer_zip_code",
+ "key": "bic_number",
"type": "string",
- "regexp": "\/^[0-9\\-\\s]{1,20}$\/",
+ "regexp": "\/^[A-Z]{2}[0-9]{2}[A-Z0-9]{11,30}$|^[A-Z]{4}[A-Z]{2}[A-Z0-9]{2}([A-Z0-9]{3})?$\/",
"required": false,
- "position": 7,
+ "position": 2,
"label": {
- "en": "Payer zip code",
- "ru": "Почтовый индекс отправителя",
- "uk": "Поштовий індекс відправника"
+ "en": "BIC number",
+ "ru": "Номер BIC",
+ "uk": "Номер BIC"
},
"hint": {
- "en": "Enter payer zip code",
- "ru": "Введите почтовый индекс отправителя",
- "uk": "Введіть поштовий індекс відправника"
+ "en": "Enter BIC number",
+ "ru": "Введите номер BIC",
+ "uk": "Введіть номер BIC"
},
- "example": "84280"
+ "example": "GB97BARC20031877565489"
},
{
"key": "bank_code",
"type": "string",
- "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "regexp": "\/^.{1,64}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Payer bank code",
+ "ru": "Код банка отправителя",
+ "uk": "Код банку відправника"
+ },
+ "hint": {
+ "en": "Enter payer bank code",
+ "ru": "Введите код банка отправителя",
+ "uk": "Введіть код банку відправника"
+ },
+ "example": "050"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "perfectmoney_btc_hpp",
+ "currency": "BTC",
+ "method": "perfectmoney",
+ "flow": "hpp",
+ "amount_min": 0.001,
+ "amount_max": 1000
+ },
+ {
+ "status": "active",
+ "code": "wise_eur_hpp",
+ "flow": "hpp",
+ "method": "wise",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "revolut_bank_eur_hpp",
+ "flow": "hpp",
+ "method": "revolut_bank",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "revolut_bank_gbp_hpp",
+ "flow": "hpp",
+ "method": "revolut_bank",
+ "currency": "GBP",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "n26_bank_eur_hpp",
+ "flow": "hpp",
+ "method": "n26_bank",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
"required": false,
- "position": 8,
+ "position": 1,
"label": {
- "en": "Payer bank code",
- "ru": "Код банка отправителя",
- "uk": "Код банку відправника"
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
},
"hint": {
- "en": "Enter payer bank code",
- "ru": "Введите код банка отправителя",
- "uk": "Введіть код банку відправника"
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
},
- "example": "050"
+ "example": "1100382992"
}
]
},
{
"status": "active",
- "code": "bank_transfer_vnd_hpp",
- "currency": "VND",
+ "code": "bunq_eur_hpp",
"flow": "hpp",
- "method": "bank_transfer",
+ "method": "bunq",
+ "currency": "EUR",
"amount_min": 0.01,
- "amount_max": 9999999,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "payskin_eur_hpp",
+ "flow": "hpp",
+ "method": "payskin",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "ing_group_bank_eur_hpp",
+ "flow": "hpp",
+ "method": "ing_group_bank",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "abn_amro_bank_eur_hpp",
+ "flow": "hpp",
+ "method": "abn_amro_bank",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "rabobank_eur_hpp",
+ "flow": "hpp",
+ "method": "rabobank",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "societe_generale_bank_eur_hpp",
+ "flow": "hpp",
+ "method": "societe_generale_bank",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "credit_mutuel_bank_eur_hpp",
+ "flow": "hpp",
+ "method": "credit_mutuel_bank",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "la_banque_postale_eur_hpp",
+ "flow": "hpp",
+ "method": "la_banque_postale",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "bnp_paribas_bank_eur_hpp",
+ "flow": "hpp",
+ "method": "bnp_paribas_bank",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "aktivbank_eur_hpp",
+ "flow": "hpp",
+ "method": "aktivbank",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "commerzbank_eur_hpp",
+ "flow": "hpp",
+ "method": "commerzbank",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "deutsche_bank_eur_hpp",
+ "flow": "hpp",
+ "method": "deutsche_bank",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "newera_payment_technologies_ltd_bazpay_eur_hpp",
+ "flow": "hpp",
+ "method": "newera_payment_technologies_ltd_bazpay",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "newera_payment_technologies_ltd_bazpayuah_uah_hpp",
+ "flow": "hpp",
+ "method": "newera_payment_technologies_ltd_bazpayuah",
+ "currency": "UAH",
+ "amount_min": 0.01,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "newera_payment_technologies_ltd_bazpay_usd_hpp",
+ "flow": "hpp",
+ "method": "newera_payment_technologies_ltd_bazpay",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "newera_payment_technologies_ltd_bazpay_sek_hpp",
+ "flow": "hpp",
+ "method": "newera_payment_technologies_ltd_bazpay",
+ "currency": "SEK",
+ "amount_min": 0.01,
+ "amount_max": 1070000
+ },
+ {
+ "status": "active",
+ "code": "newera_payment_technologies_ltd_bazpay_jpy_hpp",
+ "flow": "hpp",
+ "method": "newera_payment_technologies_ltd_bazpay",
+ "currency": "JPY",
+ "amount_min": 1,
+ "amount_max": 14275900
+ },
+ {
+ "status": "active",
+ "code": "newera_payment_technologies_ltd_bazpay_pln_hpp",
+ "flow": "hpp",
+ "method": "newera_payment_technologies_ltd_bazpay",
+ "currency": "PLN",
+ "amount_min": 0.01,
+ "amount_max": 480000
+ },
+ {
+ "status": "active",
+ "code": "newera_payment_technologies_ltd_bazpay_chf_hpp",
+ "flow": "hpp",
+ "method": "newera_payment_technologies_ltd_bazpay",
+ "currency": "CHF",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "newera_payment_technologies_ltd_bazpay_czk_hpp",
+ "flow": "hpp",
+ "method": "newera_payment_technologies_ltd_bazpay",
+ "currency": "CZK",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "newera_payment_technologies_ltd_bazpay_aud_hpp",
+ "flow": "hpp",
+ "method": "newera_payment_technologies_ltd_bazpay",
+ "currency": "AUD",
+ "amount_min": 0.01,
+ "amount_max": 200000
+ },
+ {
+ "status": "active",
+ "code": "newera_payment_technologies_ltd_bazpay_try_hpp",
+ "flow": "hpp",
+ "method": "newera_payment_technologies_ltd_bazpay",
+ "currency": "TRY",
+ "amount_min": 1,
+ "amount_max": 1900000
+ },
+ {
+ "status": "active",
+ "code": "newera_payment_technologies_ltd_bazpay_dkk_hpp",
+ "flow": "hpp",
+ "method": "newera_payment_technologies_ltd_bazpay",
+ "currency": "DKK",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "newera_payment_technologies_ltd_bazpay_gbp_hpp",
+ "flow": "hpp",
+ "method": "newera_payment_technologies_ltd_bazpay",
+ "currency": "GBP",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "newera_payment_technologies_ltd_bazpay_cad_hpp",
+ "flow": "hpp",
+ "method": "newera_payment_technologies_ltd_bazpay",
+ "currency": "CAD",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "bitexpro_aed_hpp",
+ "flow": "hpp",
+ "method": "bitexpro",
+ "currency": "AED",
+ "amount_min": 1,
+ "amount_max": 1900000
+ },
+ {
+ "status": "active",
+ "code": "bitexpro_eur_hpp",
+ "flow": "hpp",
+ "method": "bitexpro",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "bitexpro_advwallet_eur_hpp",
+ "flow": "hpp",
+ "method": "bitexpro_advwallet",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "bitexpro_payeer_eur_hpp",
+ "flow": "hpp",
+ "method": "bitexpro_payeer",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "openbanking_eur_hpp",
+ "flow": "hpp",
+ "method": "openbanking",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000,
"fields": [
{
- "key": "payer_first_name",
+ "key": "iban_number",
"type": "string",
- "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
- "required": true,
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "required": false,
"position": 1,
"label": {
- "en": "Payer first name",
- "ru": "Имя отправителя",
- "uk": "Імʼя відправника"
+ "en": "IBAN number",
+ "ru": "Номер IBAN",
+ "uk": "Номер IBAN"
},
"hint": {
- "en": "Enter payer first name",
- "ru": "Введите имя отправителя",
- "uk": "Введіть імʼя відправника"
+ "en": "Enter IBAN number",
+ "ru": "Введите номер IBAN",
+ "uk": "Введіть номер IBAN"
},
- "example": "John"
+ "example": "GB97BARC20031877565489"
},
{
- "key": "payer_last_name",
+ "key": "bic_number",
"type": "string",
- "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
- "required": true,
+ "regexp": "\/^[A-Z]{2}[0-9]{2}[A-Z0-9]{11,30}$|^[A-Z]{4}[A-Z]{2}[A-Z0-9]{2}([A-Z0-9]{3})?$\/",
+ "required": false,
"position": 2,
"label": {
- "en": "Payer last name",
- "ru": "Фамилия получателя",
- "uk": "Прізвище отримувача"
+ "en": "BIC number",
+ "ru": "Номер BIC",
+ "uk": "Номер BIC"
},
"hint": {
- "en": "Enter payer last name",
- "ru": "Введите фамилию отправителя",
- "uk": "Введіть прізвище відправника"
+ "en": "Enter BIC number",
+ "ru": "Введите номер BIC",
+ "uk": "Введіть номер BIC"
},
- "example": "Doe"
+ "example": "GB97BARC20031877565489"
},
{
- "key": "payer_address",
+ "key": "bank_id",
"type": "string",
- "regexp": "\/^[a-zA-Z0-9 \\\/_.,'-]{1,200}$\/",
+ "regexp": "\/^.{2,64}$\/",
"required": false,
"position": 3,
"label": {
- "en": "Payer address",
- "ru": "Адрес отправителя",
- "uk": "Адреса відправника"
+ "en": "Bank Id",
+ "ru": "Bank Id",
+ "uk": "Bank Id"
+ },
+ "hint": {
+ "en": "Enter Bank Id",
+ "ru": "Введите Bank Id",
+ "uk": "Введіть Bank Id"
+ },
+ "example": "revolut_eu"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "openbanking_usd_hpp",
+ "flow": "hpp",
+ "method": "openbanking",
+ "currency": "USD",
+ "amount_min": 0.01,
+ "amount_max": 100000,
+ "fields": [
+ {
+ "key": "iban_number",
+ "type": "string",
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "IBAN number",
+ "ru": "Номер IBAN",
+ "uk": "Номер IBAN"
},
"hint": {
- "en": "Enter payer address",
- "ru": "Введите адрес отправителя",
- "uk": "Введіть адресу відправника"
- }
- },
+ "en": "Enter IBAN number",
+ "ru": "Введите номер IBAN",
+ "uk": "Введіть номер IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "openbanking_pln_hpp",
+ "flow": "hpp",
+ "method": "openbanking",
+ "currency": "PLN",
+ "amount_min": 0.01,
+ "amount_max": 480000,
+ "fields": [
{
- "key": "payer_country",
+ "key": "iban_number",
"type": "string",
- "regexp": "\/^[a-zA-Z\\-]{1,20}$\/",
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
"required": false,
- "position": 4,
+ "position": 1,
"label": {
- "en": "Payer country",
- "ru": "Страна отправителя",
- "uk": "Країна відправника"
+ "en": "IBAN number",
+ "ru": "Номер IBAN",
+ "uk": "Номер IBAN"
},
"hint": {
- "en": "Enter payer country",
- "ru": "Введите страну отправителя",
- "uk": "Введіть країну відправника"
+ "en": "Enter IBAN number",
+ "ru": "Введите номер IBAN",
+ "uk": "Введіть номер IBAN"
},
- "example": "US"
- },
+ "example": "GB97BARC20031877565489"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "openbanking_gbp_hpp",
+ "flow": "hpp",
+ "method": "openbanking",
+ "currency": "GBP",
+ "amount_min": 0.01,
+ "amount_max": 100000,
+ "fields": [
{
- "key": "payer_city",
+ "key": "iban_number",
"type": "string",
- "regexp": "\/^[a-zA-Z\\-\\s]{1,20}$\/",
- "required": true,
- "position": 5,
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "required": false,
+ "position": 1,
"label": {
- "en": "Payer city",
- "ru": "Город отправителя",
- "uk": "Місто відправника"
+ "en": "IBAN number",
+ "ru": "Номер IBAN",
+ "uk": "Номер IBAN"
},
"hint": {
- "en": "Enter payer city",
- "ru": "Введите город отправителя",
- "uk": "Введіть місто відправника"
+ "en": "Enter IBAN number",
+ "ru": "Введите номер IBAN",
+ "uk": "Введіть номер IBAN"
},
- "example": "Los Angeles"
- },
+ "example": "GB97BARC20031877565489"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "bitexpro_inr_hpp",
+ "flow": "hpp",
+ "method": "bitexpro",
+ "currency": "INR",
+ "amount_min": 0.01,
+ "amount_max": 1000000000
+ },
+ {
+ "status": "active",
+ "code": "bitexpro_kzt_hpp",
+ "flow": "hpp",
+ "method": "bitexpro",
+ "currency": "KZT",
+ "amount_min": 0.01,
+ "amount_max": 1000000000
+ },
+ {
+ "status": "active",
+ "code": "bitexpro_rub_hpp",
+ "flow": "hpp",
+ "method": "bitexpro",
+ "currency": "RUB",
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "bitexpro_usd_hpp",
+ "flow": "hpp",
+ "method": "bitexpro",
+ "currency": "USD",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "calypso_pay_ltd_empayre_aed_hpp",
+ "flow": "hpp",
+ "method": "calypso_pay_ltd_empayre",
+ "currency": "AED",
+ "amount_min": 1,
+ "amount_max": 1900000
+ },
+ {
+ "status": "active",
+ "code": "calypso_pay_ltd_empayre_aud_hpp",
+ "flow": "hpp",
+ "method": "calypso_pay_ltd_empayre",
+ "currency": "AUD",
+ "amount_min": 0.01,
+ "amount_max": 200000
+ },
+ {
+ "status": "active",
+ "code": "calypso_pay_ltd_empayre_brl_hpp",
+ "flow": "hpp",
+ "method": "calypso_pay_ltd_empayre",
+ "currency": "BRL",
+ "amount_min": 0.01,
+ "amount_max": 520000
+ },
+ {
+ "status": "active",
+ "code": "calypso_pay_ltd_empayre_cad_hpp",
+ "flow": "hpp",
+ "method": "calypso_pay_ltd_empayre",
+ "currency": "CAD",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "calypso_pay_ltd_empayre_eur_hpp",
+ "flow": "hpp",
+ "method": "calypso_pay_ltd_empayre",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "calypso_pay_ltd_empayre_nok_hpp",
+ "flow": "hpp",
+ "method": "calypso_pay_ltd_empayre",
+ "currency": "NOK",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "calypso_pay_ltd_empayre_nzd_hpp",
+ "flow": "hpp",
+ "method": "calypso_pay_ltd_empayre",
+ "currency": "NZD",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "calypso_pay_ltd_empayre_omr_hpp",
+ "flow": "hpp",
+ "method": "calypso_pay_ltd_empayre",
+ "currency": "OMR",
+ "amount_min": 0.01,
+ "amount_max": 400000
+ },
+ {
+ "status": "active",
+ "code": "calypso_pay_ltd_empayre_pln_hpp",
+ "flow": "hpp",
+ "method": "calypso_pay_ltd_empayre",
+ "currency": "PLN",
+ "amount_min": 0.01,
+ "amount_max": 480000
+ },
+ {
+ "status": "active",
+ "code": "calypso_pay_ltd_empayre_qar_hpp",
+ "flow": "hpp",
+ "method": "calypso_pay_ltd_empayre",
+ "currency": "QAR",
+ "amount_min": 0.01,
+ "amount_max": 400000
+ },
+ {
+ "status": "active",
+ "code": "calypso_pay_ltd_empayre_sar_hpp",
+ "flow": "hpp",
+ "method": "calypso_pay_ltd_empayre",
+ "currency": "SAR",
+ "amount_min": 0.01,
+ "amount_max": 786000
+ },
+ {
+ "status": "active",
+ "code": "calypso_pay_ltd_empayre_usd_hpp",
+ "flow": "hpp",
+ "method": "calypso_pay_ltd_empayre",
+ "currency": "USD",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "hkma_fps_gbp_hpp",
+ "flow": "hpp",
+ "method": "hkma_fps",
+ "currency": "GBP",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "calypso_pay_ltd_gateexpress_aed_hpp",
+ "flow": "hpp",
+ "method": "calypso_pay_ltd_gateexpress",
+ "currency": "AED",
+ "amount_min": 1,
+ "amount_max": 1900000
+ },
+ {
+ "status": "active",
+ "code": "calypso_pay_ltd_gateexpress_aud_hpp",
+ "flow": "hpp",
+ "method": "calypso_pay_ltd_gateexpress",
+ "currency": "AUD",
+ "amount_min": 0.01,
+ "amount_max": 200000
+ },
+ {
+ "status": "active",
+ "code": "calypso_pay_ltd_gateexpress_brl_hpp",
+ "flow": "hpp",
+ "method": "calypso_pay_ltd_gateexpress",
+ "currency": "BRL",
+ "amount_min": 0.01,
+ "amount_max": 520000
+ },
+ {
+ "status": "active",
+ "code": "calypso_pay_ltd_gateexpress_cad_hpp",
+ "flow": "hpp",
+ "method": "calypso_pay_ltd_gateexpress",
+ "currency": "CAD",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "calypso_pay_ltd_gateexpress_eur_hpp",
+ "flow": "hpp",
+ "method": "calypso_pay_ltd_gateexpress",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "calypso_pay_ltd_gateexpress_nok_hpp",
+ "flow": "hpp",
+ "method": "calypso_pay_ltd_gateexpress",
+ "currency": "NOK",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "calypso_pay_ltd_gateexpress_nzd_hpp",
+ "flow": "hpp",
+ "method": "calypso_pay_ltd_gateexpress",
+ "currency": "NZD",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "calypso_pay_ltd_gateexpress_omr_hpp",
+ "flow": "hpp",
+ "method": "calypso_pay_ltd_gateexpress",
+ "currency": "OMR",
+ "amount_min": 0.01,
+ "amount_max": 400000
+ },
+ {
+ "status": "active",
+ "code": "calypso_pay_ltd_gateexpress_pln_hpp",
+ "flow": "hpp",
+ "method": "calypso_pay_ltd_gateexpress",
+ "currency": "PLN",
+ "amount_min": 0.01,
+ "amount_max": 480000
+ },
+ {
+ "status": "active",
+ "code": "calypso_pay_ltd_gateexpress_qar_hpp",
+ "flow": "hpp",
+ "method": "calypso_pay_ltd_gateexpress",
+ "currency": "QAR",
+ "amount_min": 0.01,
+ "amount_max": 400000
+ },
+ {
+ "status": "active",
+ "code": "calypso_pay_ltd_gateexpress_sar_hpp",
+ "flow": "hpp",
+ "method": "calypso_pay_ltd_gateexpress",
+ "currency": "SAR",
+ "amount_min": 0.01,
+ "amount_max": 786000
+ },
+ {
+ "status": "active",
+ "code": "calypso_pay_ltd_gateexpress_usd_hpp",
+ "flow": "hpp",
+ "method": "calypso_pay_ltd_gateexpress",
+ "currency": "USD",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_aggregated_usd_hpp",
+ "flow": "hpp",
+ "method": "bank_transfer_aggregated",
+ "currency": "USD",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_aggregated_sek_hpp",
+ "flow": "hpp",
+ "method": "bank_transfer_aggregated",
+ "currency": "SEK",
+ "amount_min": 0.01,
+ "amount_max": 1070000
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_aggregated_azn_hpp",
+ "flow": "hpp",
+ "method": "bank_transfer_aggregated",
+ "currency": "AZN",
+ "amount_min": 0.02,
+ "amount_max": 170000.00
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_aggregated_kes_hpp",
+ "flow": "hpp",
+ "method": "bank_transfer_aggregated",
+ "currency": "KES",
+ "amount_min": 1,
+ "amount_max": 12875000
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_aggregated_ngn_hpp",
+ "flow": "hpp",
+ "method": "bank_transfer_aggregated",
+ "currency": "NGN",
+ "amount_min": 16,
+ "amount_max": 160678000
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_aggregated_tzs_hpp",
+ "flow": "hpp",
+ "method": "bank_transfer_aggregated",
+ "currency": "TZS",
+ "amount_min": 27,
+ "amount_max": 272500000
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_aggregated_zar_hpp",
+ "flow": "hpp",
+ "method": "bank_transfer_aggregated",
+ "currency": "ZAR",
+ "amount_min": 0.18,
+ "amount_max": 1792548
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_aggregated_jpy_hpp",
+ "flow": "hpp",
+ "method": "bank_transfer_aggregated",
+ "currency": "JPY",
+ "amount_min": 1,
+ "amount_max": 14275900
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_aggregated_pln_hpp",
+ "flow": "hpp",
+ "method": "bank_transfer_aggregated",
+ "currency": "PLN",
+ "amount_min": 0.01,
+ "amount_max": 480000
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_aggregated_chf_hpp",
+ "flow": "hpp",
+ "method": "bank_transfer_aggregated",
+ "currency": "CHF",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_aggregated_czk_hpp",
+ "flow": "hpp",
+ "method": "bank_transfer_aggregated",
+ "currency": "CZK",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_aggregated_aud_hpp",
+ "flow": "hpp",
+ "method": "bank_transfer_aggregated",
+ "currency": "AUD",
+ "amount_min": 0.01,
+ "amount_max": 200000
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_aggregated_try_hpp",
+ "flow": "hpp",
+ "method": "bank_transfer_aggregated",
+ "currency": "TRY",
+ "amount_min": 1,
+ "amount_max": 1900000
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_aggregated_dkk_hpp",
+ "flow": "hpp",
+ "method": "bank_transfer_aggregated",
+ "currency": "DKK",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_aggregated_gbp_hpp",
+ "flow": "hpp",
+ "method": "bank_transfer_aggregated",
+ "currency": "GBP",
+ "amount_min": 0.01,
+ "amount_max": 100000,
+ "fields": [
{
- "key": "payer_state",
+ "key": "sort_code_number",
"type": "string",
- "regexp": "\/^[a-zA-Z\\-\\s]{1,20}$\/",
+ "regexp": "\/^[0-9]{1,100}$\/",
"required": false,
- "position": 6,
+ "position": 1,
"label": {
- "en": "Payer state",
- "ru": "Штат отправителя",
- "uk": "Штат відправника"
+ "en": "Sort code number",
+ "ru": "Номер sort code",
+ "uk": "Номер sort code"
},
"hint": {
- "en": "Enter payer state",
- "ru": "Введите штат отправителя",
- "uk": "Введіть штат відправника"
+ "en": "Enter sort code number",
+ "ru": "Введите номер sort code",
+ "uk": "Введіть номер sort code"
},
- "example": "CA"
+ "example": "50284414727321312"
},
{
- "key": "payer_zip_code",
+ "key": "account_number",
"type": "string",
- "regexp": "\/^[0-9\\-\\s]{1,20}$\/",
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
"required": false,
- "position": 7,
+ "position": 2,
"label": {
- "en": "Payer zip code",
- "ru": "Почтовый индекс отправителя",
- "uk": "Поштовий індекс відправника"
+ "en": "Account number",
+ "ru": "Номер аккаунта",
+ "uk": "Номер аккаунту"
},
"hint": {
- "en": "Enter payer zip code",
- "ru": "Введите почтовый индекс отправителя",
- "uk": "Введіть поштовий індекс відправника"
+ "en": "Enter account number",
+ "ru": "Введите номер аккаунта",
+ "uk": "Введіть номер аккаунта"
},
- "example": "84280"
+ "example": "50284414727321312"
},
{
"key": "bank_code",
"type": "string",
- "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "regexp": "\/^.{1,64}$\/",
"required": false,
- "position": 8,
+ "position": 3,
"label": {
"en": "Payer bank code",
"ru": "Код банка отправителя",
@@ -1826,7245 +30859,12735 @@
},
{
"status": "active",
- "code": "bank_transfer_myr_hpp",
- "currency": "MYR",
+ "code": "bank_transfer_aggregated_cad_hpp",
+ "flow": "hpp",
+ "method": "bank_transfer_aggregated",
+ "currency": "CAD",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_aggregated_aed_hpp",
+ "flow": "hpp",
+ "method": "bank_transfer_aggregated",
+ "currency": "AED",
+ "amount_min": 1,
+ "amount_max": 1900000
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_aggregated_brl_hpp",
+ "flow": "hpp",
+ "method": "bank_transfer_aggregated",
+ "currency": "BRL",
+ "amount_min": 0.01,
+ "amount_max": 520000
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_aggregated_nok_hpp",
+ "flow": "hpp",
+ "method": "bank_transfer_aggregated",
+ "currency": "NOK",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_aggregated_omr_hpp",
+ "flow": "hpp",
+ "method": "bank_transfer_aggregated",
+ "currency": "OMR",
+ "amount_min": 0.01,
+ "amount_max": 400000
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_aggregated_qar_hpp",
+ "flow": "hpp",
+ "method": "bank_transfer_aggregated",
+ "currency": "QAR",
+ "amount_min": 0.01,
+ "amount_max": 400000
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_aggregated_sar_hpp",
+ "flow": "hpp",
+ "method": "bank_transfer_aggregated",
+ "currency": "SAR",
+ "amount_min": 0.01,
+ "amount_max": 786000
+ },
+ {
+ "status": "active",
+ "code": "sibs_mbway_eur_hpp",
+ "flow": "hpp",
+ "method": "sibs_mbway",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "neteller_pln_hpp",
+ "flow": "hpp",
+ "method": "neteller",
+ "currency": "PLN",
+ "amount_min": 0.01,
+ "amount_max": 480000
+ },
+ {
+ "status": "active",
+ "code": "neteller_aed_hpp",
+ "flow": "hpp",
+ "method": "neteller",
+ "currency": "AED",
+ "amount_min": 1,
+ "amount_max": 1900000
+ },
+ {
+ "status": "active",
+ "code": "neteller_aud_hpp",
+ "flow": "hpp",
+ "method": "neteller",
+ "currency": "AUD",
+ "amount_min": 0.01,
+ "amount_max": 200000
+ },
+ {
+ "status": "active",
+ "code": "neteller_nzd_hpp",
+ "flow": "hpp",
+ "method": "neteller",
+ "currency": "NZD",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "neteller_nok_hpp",
+ "flow": "hpp",
+ "method": "neteller",
+ "currency": "NOK",
+ "amount_min": 1.1,
+ "amount_max": 1100672
+ },
+ {
+ "status": "active",
+ "code": "neteller_cad_hpp",
+ "flow": "hpp",
+ "method": "neteller",
+ "currency": "CAD",
+ "amount_min": 0.01,
+ "amount_max": 130000
+ },
+ {
+ "status": "active",
+ "code": "raggett_limited_paycos_eur_hpp",
+ "flow": "hpp",
+ "method": "raggett_limited_paycos",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "raggett_limited_paycos_usd_hpp",
+ "flow": "hpp",
+ "method": "raggett_limited_paycos",
+ "currency": "USD",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "skrill_aed_hpp",
+ "flow": "hpp",
+ "method": "skrill",
+ "currency": "AED",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "skrill_aud_hpp",
+ "flow": "hpp",
+ "method": "skrill",
+ "currency": "AUD",
+ "amount_min": 0.01,
+ "amount_max": 200000
+ },
+ {
+ "status": "active",
+ "code": "skrill_nzd_hpp",
+ "flow": "hpp",
+ "method": "skrill",
+ "currency": "NZD",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "okpay_finance_ltd_slyse_eur_hpp",
+ "flow": "hpp",
+ "method": "okpay_finance_ltd_slyse",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "akbank_try_invoice",
+ "flow": "invoice",
+ "method": "akbank",
+ "currency": "TRY",
+ "amount_min": 0.01,
+ "amount_max": 1800000
+ },
+ {
+ "status": "active",
+ "code": "citibank_turkey_try_invoice",
+ "flow": "invoice",
+ "method": "citibank_turkey",
+ "currency": "TRY",
+ "amount_min": 0.01,
+ "amount_max": 1800000
+ },
+ {
+ "status": "active",
+ "code": "qnb_finansbank_try_invoice",
+ "flow": "invoice",
+ "method": "qnb_finansbank",
+ "currency": "TRY",
+ "amount_min": 0.01,
+ "amount_max": 1800000
+ },
+ {
+ "status": "active",
+ "code": "papara_try_invoice",
+ "flow": "invoice",
+ "method": "papara",
+ "currency": "TRY",
+ "amount_min": 0.01,
+ "amount_max": 1800000
+ },
+ {
+ "status": "active",
+ "code": "payfix_try_invoice",
+ "flow": "invoice",
+ "method": "payfix",
+ "currency": "TRY",
+ "amount_min": 0.01,
+ "amount_max": 1800000
+ },
+ {
+ "status": "active",
+ "code": "parazula_try_invoice",
+ "flow": "invoice",
+ "method": "parazula",
+ "currency": "TRY",
+ "amount_min": 0.01,
+ "amount_max": 1800000
+ },
+ {
+ "status": "active",
+ "code": "astropay_wallet_brl_hpp",
"flow": "hpp",
- "method": "bank_transfer",
+ "method": "astropay_wallet",
+ "currency": "BRL",
"amount_min": 0.01,
- "amount_max": 9999999,
- "fields": [
- {
- "key": "payer_first_name",
- "type": "string",
- "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
- "required": false,
- "position": 1,
- "label": {
- "en": "Payer first name",
- "ru": "Имя отправителя",
- "uk": "Імʼя відправника"
- },
- "hint": {
- "en": "Enter payer first name",
- "ru": "Введите имя отправителя",
- "uk": "Введіть імʼя відправника"
- },
- "example": "John"
- },
- {
- "key": "payer_last_name",
- "type": "string",
- "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
- "required": false,
- "position": 2,
- "label": {
- "en": "Payer last name",
- "ru": "Фамилия получателя",
- "uk": "Прізвище отримувача"
- },
- "hint": {
- "en": "Enter payer last name",
- "ru": "Введите фамилию отправителя",
- "uk": "Введіть прізвище відправника"
- },
- "example": "Doe"
- },
- {
- "key": "payer_address",
- "type": "string",
- "regexp": "\/^[a-zA-Z0-9 \\\/_.,'-]{1,200}$\/",
- "required": false,
- "position": 3,
- "label": {
- "en": "Payer address",
- "ru": "Адрес отправителя",
- "uk": "Адреса відправника"
- },
- "hint": {
- "en": "Enter payer address",
- "ru": "Введите адрес отправителя",
- "uk": "Введіть адресу відправника"
- }
- },
- {
- "key": "payer_country",
- "type": "string",
- "regexp": "\/^[a-zA-Z\\-]{1,20}$\/",
- "required": false,
- "position": 4,
- "label": {
- "en": "Payer country",
- "ru": "Страна отправителя",
- "uk": "Країна відправника"
- },
- "hint": {
- "en": "Enter payer country",
- "ru": "Введите страну отправителя",
- "uk": "Введіть країну відправника"
- },
- "example": "US"
- },
- {
- "key": "payer_city",
- "type": "string",
- "regexp": "\/^[a-zA-Z\\-\\s]{1,20}$\/",
- "required": false,
- "position": 5,
- "label": {
- "en": "Payer city",
- "ru": "Город отправителя",
- "uk": "Місто відправника"
- },
- "hint": {
- "en": "Enter payer city",
- "ru": "Введите город отправителя",
- "uk": "Введіть місто відправника"
- },
- "example": "Los Angeles"
- },
- {
- "key": "payer_state",
- "type": "string",
- "regexp": "\/^[a-zA-Z\\-\\s]{1,20}$\/",
- "required": false,
- "position": 6,
- "label": {
- "en": "Payer state",
- "ru": "Штат отправителя",
- "uk": "Штат відправника"
- },
- "hint": {
- "en": "Enter payer state",
- "ru": "Введите штат отправителя",
- "uk": "Введіть штат відправника"
- },
- "example": "CA"
- },
- {
- "key": "payer_zip_code",
- "type": "string",
- "regexp": "\/^[0-9\\-\\s]{1,20}$\/",
- "required": false,
- "position": 7,
- "label": {
- "en": "Payer zip code",
- "ru": "Почтовый индекс отправителя",
- "uk": "Поштовий індекс відправника"
- },
- "hint": {
- "en": "Enter payer zip code",
- "ru": "Введите почтовый индекс отправителя",
- "uk": "Введіть поштовий індекс відправника"
- },
- "example": "84280"
- },
+ "amount_max": 1200000000
+ },
+ {
+ "status": "active",
+ "code": "astropay_wallet_eur_hpp",
+ "flow": "hpp",
+ "method": "astropay_wallet",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 1200000000
+ },
+ {
+ "status": "active",
+ "code": "monobank_uah_invoice",
+ "flow": "invoice",
+ "method": "monobank",
+ "currency": "UAH",
+ "amount_min": 0.01,
+ "amount_max": 1200000000
+ },
+ {
+ "status": "active",
+ "code": "otpbank_uah_invoice",
+ "flow": "invoice",
+ "method": "otpbank",
+ "currency": "UAH",
+ "amount_min": 0.01,
+ "amount_max": 1200000000
+ },
+ {
+ "status": "active",
+ "code": "pumb_uah_invoice",
+ "flow": "invoice",
+ "method": "pumb",
+ "currency": "UAH",
+ "amount_min": 0.01,
+ "amount_max": 1200000000
+ },
+ {
+ "status": "active",
+ "code": "sensebank_uah_invoice",
+ "flow": "invoice",
+ "method": "sensebank",
+ "currency": "UAH",
+ "amount_min": 0.01,
+ "amount_max": 1200000000
+ },
+ {
+ "status": "active",
+ "code": "privatbank_uah_invoice",
+ "flow": "invoice",
+ "method": "privatbank",
+ "currency": "UAH",
+ "amount_min": 0.01,
+ "amount_max": 1200000000
+ },
+ {
+ "status": "active",
+ "code": "card_transfer_aggregated_uah_invoice",
+ "flow": "invoice",
+ "method": "card_transfer_aggregated",
+ "currency": "UAH",
+ "amount_min": 0.01,
+ "amount_max": 1200000000
+ },
+ {
+ "status": "active",
+ "code": "card_transfer_aggregated_rub_invoice",
+ "flow": "invoice",
+ "method": "card_transfer_aggregated",
+ "currency": "RUB",
+ "amount_min": 0.01,
+ "amount_max": 1200000000
+ },
+ {
+ "status": "active",
+ "code": "card_transfer_aggregated_p2p_rub_hpp",
+ "flow": "hpp",
+ "method": "card_transfer_aggregated_p2p",
+ "currency": "RUB",
+ "amount_min": 0.01,
+ "amount_max": 1200000000
+ },
+ {
+ "status": "active",
+ "code": "ziraat_bank_try_invoice",
+ "flow": "invoice",
+ "method": "ziraat_bank",
+ "currency": "TRY",
+ "amount_min": 0.01,
+ "amount_max": 1200000000
+ },
+ {
+ "status": "active",
+ "code": "snapscan_qr_zar_hpp",
+ "flow": "hpp",
+ "method": "snapscan_qr",
+ "currency": "ZAR",
+ "amount_min": 0.2,
+ "amount_max": 1840830
+ },
+ {
+ "status": "active",
+ "code": "garanti_bbva_try_invoice",
+ "flow": "invoice",
+ "method": "garanti_bbva",
+ "currency": "TRY",
+ "amount_min": 0.01,
+ "amount_max": 1200000000
+ },
+ {
+ "status": "active",
+ "code": "turkiye_finans_bank_try_invoice",
+ "flow": "invoice",
+ "method": "turkiye_finans_bank",
+ "currency": "TRY",
+ "amount_min": 0.01,
+ "amount_max": 1200000000
+ },
+ {
+ "status": "active",
+ "code": "leobank_azn_invoice",
+ "flow": "invoice",
+ "method": "leobank",
+ "currency": "AZN",
+ "amount_min": 0.01,
+ "amount_max": 1200000000
+ },
+ {
+ "status": "active",
+ "code": "rabitabank_azn_invoice",
+ "flow": "invoice",
+ "method": "rabitabank",
+ "currency": "AZN",
+ "amount_min": 0.01,
+ "amount_max": 1200000000
+ },
+ {
+ "status": "active",
+ "code": "kapital_bank_azn_invoice",
+ "flow": "invoice",
+ "method": "kapital_bank",
+ "currency": "AZN",
+ "amount_min": 0.01,
+ "amount_max": 1200000000
+ },
+ {
+ "status": "active",
+ "code": "international_bank_of_azerbaijan_azn_invoice",
+ "flow": "invoice",
+ "method": "international_bank_of_azerbaijan",
+ "currency": "AZN",
+ "amount_min": 0.01,
+ "amount_max": 1200000000
+ },
+ {
+ "status": "active",
+ "code": "unibank_azn_invoice",
+ "flow": "invoice",
+ "method": "unibank",
+ "currency": "AZN",
+ "amount_min": 0.01,
+ "amount_max": 1200000000
+ },
+ {
+ "status": "active",
+ "code": "azer_turk_bank_azn_invoice",
+ "flow": "invoice",
+ "method": "azer_turk_bank",
+ "currency": "AZN",
+ "amount_min": 0.01,
+ "amount_max": 1200000000
+ },
+ {
+ "status": "active",
+ "code": "m10_azn_invoice",
+ "flow": "invoice",
+ "method": "m10",
+ "currency": "AZN",
+ "amount_min": 0.01,
+ "amount_max": 1200000000
+ },
+ {
+ "status": "active",
+ "code": "sbp_rub_invoice",
+ "flow": "invoice",
+ "method": "sbp",
+ "currency": "RUB",
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_aggregated_inr_hpp",
+ "flow": "hpp",
+ "method": "bank_transfer_aggregated",
+ "currency": "INR",
+ "amount_min": 0.01,
+ "amount_max": 1000000000
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_aggregated_clp_hpp",
+ "flow": "hpp",
+ "method": "bank_transfer_aggregated",
+ "currency": "CLP",
+ "amount_min": 1,
+ "amount_max": 90000000
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_aggregated_pen_hpp",
+ "flow": "hpp",
+ "method": "bank_transfer_aggregated",
+ "currency": "PEN",
+ "amount_min": 0.01,
+ "amount_max": 377000
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_aggregated_mxn_hpp",
+ "flow": "hpp",
+ "method": "bank_transfer_aggregated",
+ "currency": "MXN",
+ "amount_min": 0.01,
+ "amount_max": 2000000
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_aggregated_ars_hpp",
+ "flow": "hpp",
+ "method": "bank_transfer_aggregated",
+ "currency": "ARS",
+ "amount_min": 10,
+ "amount_max": 100000000
+ },
+ {
+ "status": "active",
+ "code": "etisalat_cash_egp_hpp",
+ "flow": "hpp",
+ "method": "etisalat_cash",
+ "currency": "EGP",
+ "amount_min": 0.01,
+ "amount_max": 3000000,
+ "fields": [
{
- "key": "bank_code",
+ "key": "account",
"type": "string",
- "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "regexp": "\/^.{1,50}$\/",
"required": false,
- "position": 8,
+ "position": 1,
"label": {
- "en": "Payer bank code",
- "ru": "Код банка отправителя",
- "uk": "Код банку відправника"
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
},
"hint": {
- "en": "Enter payer bank code",
- "ru": "Введите код банка отправителя",
- "uk": "Введіть код банку відправника"
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
},
- "example": "050"
+ "example": "1100382992"
}
]
},
{
"status": "active",
- "code": "bank_transfer_idr_hpp",
- "currency": "IDR",
+ "code": "cib_smart_wallet_egp_hpp",
"flow": "hpp",
- "method": "bank_transfer",
+ "method": "cib_smart_wallet",
+ "currency": "EGP",
"amount_min": 0.01,
- "amount_max": 9999999,
+ "amount_max": 3000000,
"fields": [
{
- "key": "payer_first_name",
+ "key": "account",
"type": "string",
- "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "regexp": "\/^.{1,50}$\/",
"required": false,
"position": 1,
"label": {
- "en": "Payer first name",
- "ru": "Имя отправителя",
- "uk": "Імʼя відправника"
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
},
"hint": {
- "en": "Enter payer first name",
- "ru": "Введите имя отправителя",
- "uk": "Введіть імʼя відправника"
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
},
- "example": "John"
- },
+ "example": "1100382992"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "mifinity_usd_invoice",
+ "flow": "invoice",
+ "method": "mifinity",
+ "currency": "USD",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "mifinity_eur_invoice",
+ "flow": "invoice",
+ "method": "mifinity",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "mifinity_gbp_invoice",
+ "flow": "invoice",
+ "method": "mifinity",
+ "currency": "GBP",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "mifinity_chf_invoice",
+ "flow": "invoice",
+ "method": "mifinity",
+ "currency": "CHF",
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "mifinity_cad_invoice",
+ "flow": "invoice",
+ "method": "mifinity",
+ "currency": "CAD",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "mifinity_aud_invoice",
+ "flow": "invoice",
+ "method": "mifinity",
+ "currency": "AUD",
+ "amount_min": 0.01,
+ "amount_max": 150000
+ },
+ {
+ "status": "active",
+ "code": "mifinity_nzd_invoice",
+ "flow": "invoice",
+ "method": "mifinity",
+ "currency": "NZD",
+ "amount_min": 0.01,
+ "amount_max": 500000
+ },
+ {
+ "status": "active",
+ "code": "mifinity_nok_invoice",
+ "flow": "invoice",
+ "method": "mifinity",
+ "currency": "NOK",
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "mifinity_sek_invoice",
+ "flow": "invoice",
+ "method": "mifinity",
+ "currency": "SEK",
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "mifinity_dkk_invoice",
+ "flow": "invoice",
+ "method": "mifinity",
+ "currency": "DKK",
+ "amount_min": 0.01,
+ "amount_max": 650000
+ },
+ {
+ "status": "active",
+ "code": "pix_qr_brl_hpp",
+ "flow": "hpp",
+ "method": "pix_qr",
+ "currency": "BRL",
+ "amount_min": 0.01,
+ "amount_max": 520000,
+ "fields": [
{
- "key": "payer_last_name",
+ "key": "cpf_number",
"type": "string",
- "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "regexp": "\/^[0-9\\.\\-\\/]{1,18}$\/",
"required": false,
- "position": 2,
+ "position": 0,
"label": {
- "en": "Payer last name",
- "ru": "Фамилия получателя",
- "uk": "Прізвище отримувача"
+ "en": "CPF number",
+ "ru": "CPF номер",
+ "uk": "CPF номер"
},
"hint": {
- "en": "Enter payer last name",
- "ru": "Введите фамилию отправителя",
- "uk": "Введіть прізвище відправника"
+ "en": "Enter CPF number",
+ "ru": "Введите CPF номер",
+ "uk": "Введіть CPF номер"
},
- "example": "Doe"
- },
+ "example": "12345678900"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "oriental_wallet_usd_hpp",
+ "flow": "hpp",
+ "method": "oriental_wallet",
+ "currency": "USD",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "oriental_wallet_eur_hpp",
+ "flow": "hpp",
+ "method": "oriental_wallet",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 91000
+ },
+ {
+ "status": "active",
+ "code": "oriental_wallet_jpy_hpp",
+ "flow": "hpp",
+ "method": "oriental_wallet",
+ "currency": "JPY",
+ "amount_min": 1,
+ "amount_max": 14300000
+ },
+ {
+ "status": "active",
+ "code": "oriental_wallet_php_hpp",
+ "flow": "hpp",
+ "method": "oriental_wallet",
+ "currency": "PHP",
+ "amount_min": 0.01,
+ "amount_max": 5600000
+ },
+ {
+ "status": "active",
+ "code": "oriental_wallet_thb_hpp",
+ "flow": "hpp",
+ "method": "oriental_wallet",
+ "currency": "THB",
+ "amount_min": 0.01,
+ "amount_max": 3600000
+ },
+ {
+ "status": "active",
+ "code": "oriental_wallet_vnd_hpp",
+ "flow": "hpp",
+ "method": "oriental_wallet",
+ "currency": "VND",
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "union_bank_php_hpp",
+ "flow": "hpp",
+ "method": "union_bank",
+ "currency": "PHP",
+ "amount_min": 0.01,
+ "amount_max": 5600000
+ },
+ {
+ "status": "active",
+ "code": "palawan_pawnshop_php_hpp",
+ "flow": "hpp",
+ "method": "palawan_pawnshop",
+ "currency": "PHP",
+ "amount_min": 0.01,
+ "amount_max": 5600000
+ },
+ {
+ "status": "active",
+ "code": "cebuana_pawnshop_php_hpp",
+ "flow": "hpp",
+ "method": "cebuana_pawnshop",
+ "currency": "PHP",
+ "amount_min": 0.01,
+ "amount_max": 5600000
+ },
+ {
+ "status": "active",
+ "code": "paygate_php_hpp",
+ "flow": "hpp",
+ "method": "paygate",
+ "currency": "PHP",
+ "amount_min": 0.01,
+ "amount_max": 5600000
+ },
+ {
+ "status": "active",
+ "code": "instapay_php_hpp",
+ "flow": "hpp",
+ "method": "instapay",
+ "currency": "PHP",
+ "amount_min": 0.01,
+ "amount_max": 5600000
+ },
+ {
+ "status": "active",
+ "code": "qr_ph_php_hpp",
+ "flow": "hpp",
+ "method": "qr_ph",
+ "currency": "PHP",
+ "amount_min": 0.01,
+ "amount_max": 5600000
+ },
+ {
+ "status": "active",
+ "code": "quick_bit_eur_hpp",
+ "flow": "hpp",
+ "method": "quick_bit",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 910000
+ },
+ {
+ "status": "active",
+ "code": "quick_bit_nok_hpp",
+ "flow": "hpp",
+ "method": "quick_bit",
+ "currency": "NOK",
+ "amount_min": 0.01,
+ "amount_max": 1065000
+ },
+ {
+ "status": "active",
+ "code": "quick_bit_sek_hpp",
+ "flow": "hpp",
+ "method": "quick_bit",
+ "currency": "SEK",
+ "amount_min": 0.01,
+ "amount_max": 1060000
+ },
+ {
+ "status": "active",
+ "code": "servipag_clp_hpp",
+ "flow": "hpp",
+ "method": "servipag",
+ "currency": "CLP",
+ "amount_min": 1,
+ "amount_max": 90340000,
+ "fields": [
{
- "key": "payer_address",
+ "key": "email",
"type": "string",
- "regexp": "\/^[a-zA-Z0-9 \\\/_.,'-]{1,200}$\/",
- "required": false,
- "position": 3,
+ "regexp": "\/^[0-9A-Za-z-_\\.]+@([0-9A-Za-z-_]+\\.)+[0-9A-Za-z-_]{2,5}$\/",
+ "required": true,
+ "position": 1,
"label": {
- "en": "Payer address",
- "ru": "Адрес отправителя",
- "uk": "Адреса відправника"
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
},
"hint": {
- "en": "Enter payer address",
- "ru": "Введите адрес отправителя",
- "uk": "Введіть адресу відправника"
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
}
- },
- {
- "key": "payer_country",
- "type": "string",
- "regexp": "\/^[a-zA-Z\\-]{1,20}$\/",
- "required": false,
- "position": 4,
- "label": {
- "en": "Payer country",
- "ru": "Страна отправителя",
- "uk": "Країна відправника"
- },
- "hint": {
- "en": "Enter payer country",
- "ru": "Введите страну отправителя",
- "uk": "Введіть країну відправника"
- },
- "example": "US"
- },
- {
- "key": "payer_city",
- "type": "string",
- "regexp": "\/^[a-zA-Z\\-\\s]{1,20}$\/",
- "required": false,
- "position": 5,
- "label": {
- "en": "Payer city",
- "ru": "Город отправителя",
- "uk": "Місто відправника"
- },
- "hint": {
- "en": "Enter payer city",
- "ru": "Введите город отправителя",
- "uk": "Введіть місто відправника"
- },
- "example": "Los Angeles"
- },
- {
- "key": "payer_state",
- "type": "string",
- "regexp": "\/^[a-zA-Z\\-\\s]{1,20}$\/",
- "required": false,
- "position": 6,
- "label": {
- "en": "Payer state",
- "ru": "Штат отправителя",
- "uk": "Штат відправника"
- },
- "hint": {
- "en": "Enter payer state",
- "ru": "Введите штат отправителя",
- "uk": "Введіть штат відправника"
- },
- "example": "CA"
- },
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "acertemosin_cop_hpp",
+ "flow": "hpp",
+ "method": "acertemos",
+ "currency": "COP",
+ "amount_min": 1,
+ "amount_max": 500000000
+ },
+ {
+ "status": "active",
+ "code": "apostarin_cop_hpp",
+ "flow": "hpp",
+ "method": "apostar",
+ "currency": "COP",
+ "amount_min": 1,
+ "amount_max": 500000000
+ },
+ {
+ "status": "active",
+ "code": "apuestascucuta75in_cop_hpp",
+ "flow": "hpp",
+ "method": "apuestascucuta75",
+ "currency": "COP",
+ "amount_min": 1,
+ "amount_max": 500000000
+ },
+ {
+ "status": "active",
+ "code": "bancamiamin_cop_hpp",
+ "flow": "hpp",
+ "method": "bancamia",
+ "currency": "COP",
+ "amount_min": 1,
+ "amount_max": 500000000
+ },
+ {
+ "status": "active",
+ "code": "bancoagrariomin_cop_hpp",
+ "flow": "hpp",
+ "method": "agrario_bank",
+ "currency": "COP",
+ "amount_min": 1,
+ "amount_max": 500000000
+ },
+ {
+ "status": "active",
+ "code": "bancocajasocialdesarrolloin_cop_hpp",
+ "flow": "hpp",
+ "method": "caja_social_bank",
+ "currency": "COP",
+ "amount_min": 1,
+ "amount_max": 500000000
+ },
+ {
+ "status": "active",
+ "code": "bancoavvillasmin_cop_hpp",
+ "flow": "hpp",
+ "method": "comercial_avvillas_bank",
+ "currency": "COP",
+ "amount_min": 1,
+ "amount_max": 500000000
+ },
+ {
+ "status": "active",
+ "code": "bancocoomevasabancoomevain_cop_hpp",
+ "flow": "hpp",
+ "method": "coomeva_bank",
+ "currency": "COP",
+ "amount_min": 1,
+ "amount_max": 500000000
+ },
+ {
+ "status": "active",
+ "code": "coopcentralin_cop_hpp",
+ "flow": "hpp",
+ "method": "cooperativo_bank",
+ "currency": "COP",
+ "amount_min": 1,
+ "amount_max": 500000000
+ },
+ {
+ "status": "active",
+ "code": "bancodaviviendain_cop_hpp",
+ "flow": "hpp",
+ "method": "davivienda_bank",
+ "currency": "COP",
+ "amount_min": 1,
+ "amount_max": 500000000
+ },
+ {
+ "status": "active",
+ "code": "bancodebogotadesarrolloin_cop_hpp",
+ "flow": "hpp",
+ "method": "bogota_desarrollo_bank",
+ "currency": "COP",
+ "amount_min": 1,
+ "amount_max": 500000000
+ },
+ {
+ "status": "active",
+ "code": "bancodeoccidentein_cop_hpp",
+ "flow": "hpp",
+ "method": "occidente_bank",
+ "currency": "COP",
+ "amount_min": 1,
+ "amount_max": 500000000
+ },
+ {
+ "status": "active",
+ "code": "bancofalabellain_cop_hpp",
+ "flow": "hpp",
+ "method": "falabella_bank",
+ "currency": "COP",
+ "amount_min": 1,
+ "amount_max": 500000000
+ },
+ {
+ "status": "active",
+ "code": "bancognbsudamerisin_cop_hpp",
+ "flow": "hpp",
+ "method": "gnb_sudameris_bank",
+ "currency": "COP",
+ "amount_min": 1,
+ "amount_max": 500000000
+ },
+ {
+ "status": "active",
+ "code": "popularmin_cop_hpp",
+ "flow": "hpp",
+ "method": "popular_bank",
+ "currency": "COP",
+ "amount_min": 1,
+ "amount_max": 500000000
+ },
+ {
+ "status": "active",
+ "code": "bancosantandercolombiain_cop_hpp",
+ "flow": "hpp",
+ "method": "santander_colombia_bank",
+ "currency": "COP",
+ "amount_min": 1,
+ "amount_max": 500000000
+ },
+ {
+ "status": "active",
+ "code": "bancoserfinanzain_cop_hpp",
+ "flow": "hpp",
+ "method": "serfinanza_bank",
+ "currency": "COP",
+ "amount_min": 1,
+ "amount_max": 500000000
+ },
+ {
+ "status": "active",
+ "code": "bancolombiaqain_cop_hpp",
+ "flow": "hpp",
+ "method": "colombia_bank",
+ "currency": "COP",
+ "amount_min": 1,
+ "amount_max": 500000000
+ },
+ {
+ "status": "active",
+ "code": "bbvacolombiain_cop_hpp",
+ "flow": "hpp",
+ "method": "bbva_colombia",
+ "currency": "COP",
+ "amount_min": 1,
+ "amount_max": 500000000
+ },
+ {
+ "status": "active",
+ "code": "bbva_frances_ars_hpp",
+ "flow": "hpp",
+ "method": "bbva_frances",
+ "currency": "ARS",
+ "amount_min": 10,
+ "amount_max": 100000000
+ },
+ {
+ "status": "active",
+ "code": "banco_credicoop_ars_hpp",
+ "flow": "hpp",
+ "method": "banco_credicoop",
+ "currency": "ARS",
+ "amount_min": 10,
+ "amount_max": 100000000
+ },
+ {
+ "status": "active",
+ "code": "wilobank_ars_hpp",
+ "flow": "hpp",
+ "method": "wilobank",
+ "currency": "ARS",
+ "amount_min": 10,
+ "amount_max": 100000000
+ },
+ {
+ "status": "active",
+ "code": "galicia_ars_hpp",
+ "flow": "hpp",
+ "method": "galicia",
+ "currency": "ARS",
+ "amount_min": 10,
+ "amount_max": 100000000
+ },
+ {
+ "status": "active",
+ "code": "icbc_ars_hpp",
+ "flow": "hpp",
+ "method": "icbc",
+ "currency": "ARS",
+ "amount_min": 10,
+ "amount_max": 100000000
+ },
+ {
+ "status": "active",
+ "code": "macro_ars_hpp",
+ "flow": "hpp",
+ "method": "macro",
+ "currency": "ARS",
+ "amount_min": 10,
+ "amount_max": 100000000
+ },
+ {
+ "status": "active",
+ "code": "banco_nacion_ars_hpp",
+ "flow": "hpp",
+ "method": "banco_nacion",
+ "currency": "ARS",
+ "amount_min": 10,
+ "amount_max": 100000000
+ },
+ {
+ "status": "active",
+ "code": "banco_ciudad_ars_hpp",
+ "flow": "hpp",
+ "method": "banco_ciudad",
+ "currency": "ARS",
+ "amount_min": 10,
+ "amount_max": 100000000
+ },
+ {
+ "status": "active",
+ "code": "hsbc_ars_hpp",
+ "flow": "hpp",
+ "method": "hsbc",
+ "currency": "ARS",
+ "amount_min": 10,
+ "amount_max": 100000000
+ },
+ {
+ "status": "active",
+ "code": "supervielle_ars_hpp",
+ "flow": "hpp",
+ "method": "supervielle",
+ "currency": "ARS",
+ "amount_min": 10,
+ "amount_max": 100000000
+ },
+ {
+ "status": "active",
+ "code": "spenn_rwf_hpp",
+ "flow": "hpp",
+ "method": "spenn",
+ "currency": "RWF",
+ "amount_min": 1,
+ "amount_max": 102500000
+ },
+ {
+ "status": "active",
+ "code": "spenn_zar_hpp",
+ "flow": "hpp",
+ "method": "spenn",
+ "currency": "ZAR",
+ "amount_min": 0.2,
+ "amount_max": 1900000
+ },
+ {
+ "status": "active",
+ "code": "tigo_tzs_hpp",
+ "flow": "hpp",
+ "method": "tigo",
+ "currency": "TZS",
+ "amount_min": 25,
+ "amount_max": 249500000
+ },
+ {
+ "status": "active",
+ "code": "tigo_kes_invoice",
+ "flow": "invoice",
+ "method": "tigo",
+ "currency": "KES",
+ "fields": [
{
- "key": "payer_zip_code",
+ "key": "phone",
"type": "string",
- "regexp": "\/^[0-9\\-\\s]{1,20}$\/",
- "required": false,
- "position": 7,
"label": {
- "en": "Payer zip code",
- "ru": "Почтовый индекс отправителя",
- "uk": "Поштовий індекс відправника"
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
},
"hint": {
- "en": "Enter payer zip code",
- "ru": "Введите почтовый индекс отправителя",
- "uk": "Введіть поштовий індекс відправника"
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
},
- "example": "84280"
+ "example": "+255742044295",
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": false,
+ "position": 1
},
{
- "key": "bank_code",
+ "key": "email",
"type": "string",
- "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "regexp": "\/^[0-9A-Za-z-_\\.]+@([0-9A-Za-z-_]+\\.)+[0-9A-Za-z-_]{2,5}$\/",
"required": false,
- "position": 8,
+ "position": 2,
"label": {
- "en": "Payer bank code",
- "ru": "Код банка отправителя",
- "uk": "Код банку відправника"
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
},
"hint": {
- "en": "Enter payer bank code",
- "ru": "Введите код банка отправителя",
- "uk": "Введіть код банку відправника"
- },
- "example": "050"
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ }
}
- ]
+ ],
+ "amount_min": 1,
+ "amount_max": 13200000
},
{
"status": "active",
- "code": "bank_transfer_ngn_hpp",
- "currency": "NGN",
+ "code": "vodafone_pay_tzs_hpp",
+ "flow": "hpp",
+ "method": "vodafone_pay",
+ "currency": "TZS",
+ "amount_min": 25,
+ "amount_max": 249500000
+ },
+ {
+ "status": "active",
+ "code": "halo_pesa_tzs_hpp",
"flow": "hpp",
+ "method": "halo_pesa",
+ "currency": "TZS",
+ "amount_min": 25,
+ "amount_max": 249500000
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_azn_invoice",
+ "flow": "invoice",
"method": "bank_transfer",
+ "currency": "AZN",
"amount_min": 0.01,
- "amount_max": 9999999,
+ "amount_max": 1200000000,
"fields": [
{
- "key": "payer_first_name",
+ "key": "bank_name",
"type": "string",
- "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
- "required": true,
+ "regexp": "\/^.{2,50}$\/",
+ "required": false,
"position": 1,
"label": {
- "en": "Payer first name",
- "ru": "Имя отправителя",
- "uk": "Імʼя відправника"
+ "en": "Payer bank name",
+ "ru": "Название банка отправителя",
+ "uk": "Назва банку відправника"
},
"hint": {
- "en": "Enter payer first name",
- "ru": "Введите имя отправителя",
- "uk": "Введіть імʼя відправника"
+ "en": "Enter payer bank code",
+ "ru": "Название код банка отправителя",
+ "uk": "Назва код банку відправника"
},
- "example": "John"
+ "example": "Goldman Sachs"
},
{
- "key": "payer_last_name",
+ "key": "beneficiary_account_number",
"type": "string",
- "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
- "required": true,
- "position": 2,
"label": {
- "en": "Payer last name",
- "ru": "Фамилия получателя",
- "uk": "Прізвище отримувача"
+ "en": "Beneficiary account number",
+ "ru": "Номер счета получателя",
+ "uk": "Номер рахунку отримувача"
},
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 2,
"hint": {
- "en": "Enter payer last name",
- "ru": "Введите фамилию отправителя",
- "uk": "Введіть прізвище відправника"
+ "en": "Enter beneficiary account number",
+ "ru": "Введите номер счета получателя",
+ "uk": "Введіть номер рахунку отримувача"
},
- "example": "Doe"
- },
+ "example": "1234567890"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_ars_invoice",
+ "flow": "invoice",
+ "method": "bank_transfer",
+ "currency": "ARS",
+ "amount_min": 10,
+ "amount_max": 100000000,
+ "fields": [
{
- "key": "payer_address",
+ "key": "document_type",
"type": "string",
- "regexp": "\/^[a-zA-Z0-9 \\\/_.,'-]{1,200}$\/",
+ "regexp": "\/^.{1,3}$\/",
"required": false,
- "position": 3,
+ "position": 0,
"label": {
- "en": "Payer address",
- "ru": "Адрес отправителя",
- "uk": "Адреса відправника"
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
},
"hint": {
- "en": "Enter payer address",
- "ru": "Введите адрес отправителя",
- "uk": "Введіть адресу відправника"
+ "en": "Enter Document Type",
+ "ru": "Введите тип документа",
+ "uk": "Введіть тип документу"
}
},
{
- "key": "payer_country",
+ "key": "document_id",
"type": "string",
- "regexp": "\/^[a-zA-Z\\-]{1,20}$\/",
+ "regexp": "\/^[a-zA-Z0-9\\.\\-]{1,100}$\/",
"required": false,
- "position": 4,
+ "position": 1,
"label": {
- "en": "Payer country",
- "ru": "Страна отправителя",
- "uk": "Країна відправника"
+ "en": "Beneficiary's personal identification number",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документа отримувача"
},
"hint": {
- "en": "Enter payer country",
- "ru": "Введите страну отправителя",
- "uk": "Введіть країну відправника"
+ "en": "Enter beneficiary's personal identification number",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документа отримувача"
},
- "example": "US"
+ "example": "50284414727"
},
{
- "key": "payer_city",
+ "key": "bank_name",
"type": "string",
- "regexp": "\/^[a-zA-Z\\-\\s]{1,20}$\/",
- "required": true,
- "position": 5,
+ "regexp": "\/^.{2,50}$\/",
+ "required": false,
+ "position": 2,
"label": {
- "en": "Payer city",
- "ru": "Город отправителя",
- "uk": "Місто відправника"
+ "en": "Payer bank name",
+ "ru": "Название банка отправителя",
+ "uk": "Назва банку відправника"
},
"hint": {
- "en": "Enter payer city",
- "ru": "Введите город отправителя",
- "uk": "Введіть місто відправника"
+ "en": "Enter payer bank code",
+ "ru": "Название код банка отправителя",
+ "uk": "Назва код банку відправника"
},
- "example": "Los Angeles"
+ "example": "Goldman Sachs"
},
{
- "key": "payer_state",
+ "key": "beneficiary_account_number",
"type": "string",
- "regexp": "\/^[a-zA-Z\\-\\s]{1,20}$\/",
- "required": false,
- "position": 6,
"label": {
- "en": "Payer state",
- "ru": "Штат отправителя",
- "uk": "Штат відправника"
+ "en": "Beneficiary account number",
+ "ru": "Номер счета получателя",
+ "uk": "Номер рахунку отримувача"
},
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 2,
"hint": {
- "en": "Enter payer state",
- "ru": "Введите штат отправителя",
- "uk": "Введіть штат відправника"
+ "en": "Enter beneficiary account number",
+ "ru": "Введите номер счета получателя",
+ "uk": "Введіть номер рахунку отримувача"
},
- "example": "CA"
- },
+ "example": "1234567890"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "bancotestin_cop_hpp",
+ "flow": "hpp",
+ "method": "bank_transfer",
+ "currency": "COP",
+ "amount_min": 1,
+ "amount_max": 500000000,
+ "fields": [
{
- "key": "payer_zip_code",
+ "key": "document_type",
"type": "string",
- "regexp": "\/^[0-9\\-\\s]{1,20}$\/",
+ "regexp": "\/^.{1,3}$\/",
"required": false,
- "position": 7,
+ "position": 1,
"label": {
- "en": "Payer zip code",
- "ru": "Почтовый индекс отправителя",
- "uk": "Поштовий індекс відправника"
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
},
"hint": {
- "en": "Enter payer zip code",
- "ru": "Введите почтовый индекс отправителя",
- "uk": "Введіть поштовий індекс відправника"
- },
- "example": "84280"
+ "en": "Enter Document Type",
+ "ru": "Введите тип документа",
+ "uk": "Введіть тип документу"
+ }
},
{
- "key": "bank_code",
+ "key": "document_id",
"type": "string",
- "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "regexp": "\/^[0-9]{1,100}$\/",
"required": false,
- "position": 8,
+ "position": 2,
"label": {
- "en": "Payer bank code",
- "ru": "Код банка отправителя",
- "uk": "Код банку відправника"
+ "en": "Beneficiary's personal identification number",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документа отримувача"
},
"hint": {
- "en": "Enter payer bank code",
- "ru": "Введите код банка отправителя",
- "uk": "Введіть код банку відправника"
+ "en": "Enter beneficiary's personal identification number",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документа отримувача"
},
- "example": "050"
+ "example": "50284414727"
}
]
},
{
"status": "active",
- "code": "bank_transfer_zar_hpp",
- "currency": "ZAR",
+ "code": "bancolombiacashin_cop_hpp",
"flow": "hpp",
- "method": "bank_transfer",
- "amount_min": 0.01,
- "amount_max": 9999999,
+ "method": "colombia_bank_cah",
+ "currency": "COP",
+ "amount_min": 1,
+ "amount_max": 500000000
+ },
+ {
+ "status": "active",
+ "code": "efectyin_cop_hpp",
+ "flow": "hpp",
+ "method": "efecty",
+ "currency": "COP",
+ "amount_min": 1,
+ "amount_max": 500000000
+ },
+ {
+ "status": "active",
+ "code": "ganain_cop_hpp",
+ "flow": "hpp",
+ "method": "gana",
+ "currency": "COP",
+ "amount_min": 1,
+ "amount_max": 500000000
+ },
+ {
+ "status": "active",
+ "code": "ganaganain_cop_hpp",
+ "flow": "hpp",
+ "method": "gana_gana",
+ "currency": "COP",
+ "amount_min": 1,
+ "amount_max": 500000000
+ },
+ {
+ "status": "active",
+ "code": "jerin_cop_hpp",
+ "flow": "hpp",
+ "method": "jer",
+ "currency": "COP",
+ "amount_min": 1,
+ "amount_max": 500000000
+ },
+ {
+ "status": "active",
+ "code": "laperlain_cop_hpp",
+ "flow": "hpp",
+ "method": "la_perla",
+ "currency": "COP",
+ "amount_min": 1,
+ "amount_max": 500000000
+ },
+ {
+ "status": "active",
+ "code": "cardurlmoin_cop_hpp",
+ "flow": "hpp",
+ "method": "payment_card",
+ "currency": "COP",
+ "amount_min": 1,
+ "amount_max": 500000000,
"fields": [
{
- "key": "payer_first_name",
+ "key": "installments",
"type": "string",
- "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
- "required": true,
+ "regexp": "\/^(?:[1-9]|1[0-9]?|2[0-4]?)$\/",
+ "required": false,
"position": 1,
"label": {
- "en": "Payer first name",
- "ru": "Имя отправителя",
- "uk": "Імʼя відправника"
- },
- "hint": {
- "en": "Enter payer first name",
- "ru": "Введите имя отправителя",
- "uk": "Введіть імʼя відправника"
- },
- "example": "John"
- },
- {
- "key": "payer_last_name",
- "type": "string",
- "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
- "required": true,
- "position": 2,
- "label": {
- "en": "Payer last name",
- "ru": "Фамилия получателя",
- "uk": "Прізвище отримувача"
+ "en": "Quotas",
+ "ru": "Квоты",
+ "uk": "Квоти"
},
"hint": {
- "en": "Enter payer last name",
- "ru": "Введите фамилию отправителя",
- "uk": "Введіть прізвище відправника"
- },
- "example": "Doe"
+ "en": "Enter quotas",
+ "ru": "Введите квоты",
+ "uk": "Введіть квоти"
+ }
},
{
- "key": "payer_address",
+ "key": "document_type",
"type": "string",
- "regexp": "\/^[a-zA-Z0-9 \\\/_.,'-]{1,200}$\/",
+ "regexp": "\/^.{1,3}$\/",
"required": false,
- "position": 3,
+ "position": 2,
"label": {
- "en": "Payer address",
- "ru": "Адрес отправителя",
- "uk": "Адреса відправника"
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
},
"hint": {
- "en": "Enter payer address",
- "ru": "Введите адрес отправителя",
- "uk": "Введіть адресу відправника"
+ "en": "Enter Document Type",
+ "ru": "Введите тип документа",
+ "uk": "Введіть тип документу"
}
},
{
- "key": "payer_country",
+ "key": "document_id",
"type": "string",
- "regexp": "\/^[a-zA-Z\\-]{1,20}$\/",
+ "regexp": "\/^[0-9]{1,100}$\/",
"required": false,
- "position": 4,
+ "position": 3,
"label": {
- "en": "Payer country",
- "ru": "Страна отправителя",
- "uk": "Країна відправника"
+ "en": "Beneficiary's personal identification number",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документа отримувача"
},
"hint": {
- "en": "Enter payer country",
- "ru": "Введите страну отправителя",
- "uk": "Введіть країну відправника"
+ "en": "Enter beneficiary's personal identification number",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документа отримувача"
},
- "example": "US"
- },
+ "example": "50284414727"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "puntoredin_cop_hpp",
+ "flow": "hpp",
+ "method": "puntored",
+ "currency": "COP",
+ "amount_min": 1,
+ "amount_max": 500000000
+ },
+ {
+ "status": "active",
+ "code": "suchancein_cop_hpp",
+ "flow": "hpp",
+ "method": "su_chance",
+ "currency": "COP",
+ "amount_min": 1,
+ "amount_max": 500000000,
+ "fields": [
{
- "key": "payer_city",
+ "key": "document_type",
"type": "string",
- "regexp": "\/^[a-zA-Z\\-\\s]{1,20}$\/",
- "required": true,
- "position": 5,
+ "regexp": "/^[A-Z]{2,4}$/",
+ "required": false,
+ "position": 1,
"label": {
- "en": "Payer city",
- "ru": "Город отправителя",
- "uk": "Місто відправника"
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
},
"hint": {
- "en": "Enter payer city",
- "ru": "Введите город отправителя",
- "uk": "Введіть місто відправника"
- },
- "example": "Los Angeles"
+ "en": "Enter Document Type (CC, NIT, CE, PASS, PPT)",
+ "ru": "Введите тип документа (CC, NIT, CE, PASS, PPT)",
+ "uk": "Введіть тип документу (CC, NIT, CE, PASS, PPT)"
+ }
},
{
- "key": "payer_state",
+ "key": "document_id",
"type": "string",
- "regexp": "\/^[a-zA-Z\\-\\s]{1,20}$\/",
+ "regexp": "/^[a-zA-Z0-9]{6,15}$/",
"required": false,
- "position": 6,
+ "position": 2,
"label": {
- "en": "Payer state",
- "ru": "Штат отправителя",
- "uk": "Штат відправника"
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
},
"hint": {
- "en": "Enter payer state",
- "ru": "Введите штат отправителя",
- "uk": "Введіть штат відправника"
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "susuertein_cop_hpp",
+ "flow": "hpp",
+ "method": "su_suerte",
+ "currency": "COP",
+ "amount_min": 1,
+ "amount_max": 500000000
+ },
+ {
+ "status": "active",
+ "code": "superpagosin_cop_hpp",
+ "flow": "hpp",
+ "method": "super_pagos",
+ "currency": "COP",
+ "amount_min": 1,
+ "amount_max": 500000000
+ },
+ {
+ "status": "active",
+ "code": "moviicard3dsin_cop_hpp",
+ "flow": "hpp",
+ "method": "payment_card",
+ "currency": "COP",
+ "amount_min": 1,
+ "amount_max": 500000000,
+ "fields": [
+ {
+ "key": "installments",
+ "type": "string",
+ "regexp": "\/^(?:[1-9]|1[0-9]?|2[0-4]?)$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Quotas",
+ "ru": "Квоты",
+ "uk": "Квоти"
},
- "example": "CA"
+ "hint": {
+ "en": "Enter quotas",
+ "ru": "Введите квоты",
+ "uk": "Введіть квоти"
+ }
},
{
- "key": "payer_zip_code",
+ "key": "document_type",
"type": "string",
- "regexp": "\/^[0-9\\-\\s]{1,20}$\/",
+ "regexp": "\/^.{1,3}$\/",
"required": false,
- "position": 7,
+ "position": 2,
"label": {
- "en": "Payer zip code",
- "ru": "Почтовый индекс отправителя",
- "uk": "Поштовий індекс відправника"
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
},
"hint": {
- "en": "Enter payer zip code",
- "ru": "Введите почтовый индекс отправителя",
- "uk": "Введіть поштовий індекс відправника"
- },
- "example": "84280"
+ "en": "Enter Document Type",
+ "ru": "Введите тип документа",
+ "uk": "Введіть тип документу"
+ }
},
{
- "key": "bank_code",
+ "key": "document_id",
"type": "string",
- "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "regexp": "\/^[0-9]{1,100}$\/",
"required": false,
- "position": 8,
+ "position": 3,
"label": {
- "en": "Payer bank code",
- "ru": "Код банка отправителя",
- "uk": "Код банку відправника"
+ "en": "Beneficiary's personal identification number",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документа отримувача"
},
"hint": {
- "en": "Enter payer bank code",
- "ru": "Введите код банка отправителя",
- "uk": "Введіть код банку відправника"
+ "en": "Enter beneficiary's personal identification number",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документа отримувача"
},
- "example": "050"
+ "example": "50284414727"
}
]
},
{
"status": "active",
- "code": "bank_transfer_inr_hpp",
- "currency": "INR",
+ "code": "westernunionin_cop_hpp",
"flow": "hpp",
- "method": "bank_transfer",
- "amount_min": 0.01,
- "amount_max": 10000000,
+ "method": "payment_card",
+ "currency": "COP",
+ "amount_min": 1,
+ "amount_max": 500000000,
"fields": [
{
- "key": "payer_first_name",
+ "key": "email",
"type": "string",
- "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
- "required": true,
- "position": 1,
+ "regexp": "\/^[0-9A-Za-z-_\\.]+@([0-9A-Za-z-_]+\\.)+[0-9A-Za-z-_]{2,5}$\/",
+ "required": false,
+ "position": 0,
"label": {
- "en": "Payer first name",
- "ru": "Имя отправителя",
- "uk": "Імʼя відправника"
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
},
"hint": {
- "en": "Enter payer first name",
- "ru": "Введите имя отправителя",
- "uk": "Введіть імʼя відправника"
- },
- "example": "John"
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ }
},
{
- "key": "payer_last_name",
+ "key": "expiration_days",
"type": "string",
- "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
- "required": true,
- "position": 2,
+ "regexp": ".*",
+ "required": false,
+ "position": 1,
"label": {
- "en": "Payer last name",
- "ru": "Фамилия получателя",
- "uk": "Прізвище отримувача"
+ "en": "Expiration in days",
+ "ru": "Срок действия в днях",
+ "uk": "Термін дії в днях"
},
"hint": {
- "en": "Enter payer last name",
- "ru": "Введите фамилию отправителя",
- "uk": "Введіть прізвище відправника"
+ "en": "Enter expiration in days",
+ "ru": "Введите cрок действия в днях",
+ "uk": "Введіть термін дії в днях"
+ }
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "efecty_cop_hpp",
+ "flow": "hpp",
+ "method": "efecty",
+ "currency": "COP",
+ "amount_min": 1,
+ "amount_max": 500000000,
+ "fields": [
+ {
+ "key": "email",
+ "type": "string",
+ "regexp": "\/^[0-9A-Za-z-_\\.]+@([0-9A-Za-z-_]+\\.)+[0-9A-Za-z-_]{2,5}$\/",
+ "required": false,
+ "position": 0,
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
},
- "example": "Doe"
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ }
},
{
- "key": "payer_address",
+ "key": "expiration_days",
"type": "string",
- "regexp": "\/^[a-zA-Z0-9 \\\/_.,'-]{1,200}$\/",
+ "regexp": ".*",
"required": false,
- "position": 3,
+ "position": 1,
"label": {
- "en": "Payer address",
- "ru": "Адрес отправителя",
- "uk": "Адреса відправника"
+ "en": "Expiration in days",
+ "ru": "Срок действия в днях",
+ "uk": "Термін дії в днях"
},
"hint": {
- "en": "Enter payer address",
- "ru": "Введите адрес отправителя",
- "uk": "Введіть адресу відправника"
+ "en": "Enter expiration in days",
+ "ru": "Введите cрок действия в днях",
+ "uk": "Введіть термін дії в днях"
}
},
{
- "key": "payer_country",
+ "key": "document_type",
"type": "string",
- "regexp": "\/^[a-zA-Z\\-]{1,20}$\/",
+ "regexp": "/^[A-Z]{2,4}$/",
"required": false,
- "position": 4,
+ "position": 2,
"label": {
- "en": "Payer country",
- "ru": "Страна отправителя",
- "uk": "Країна відправника"
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
},
"hint": {
- "en": "Enter payer country",
- "ru": "Введите страну отправителя",
- "uk": "Введіть країну відправника"
- },
- "example": "US"
+ "en": "Enter Document Type (CC, NIT, CE, PASS, PPT)",
+ "ru": "Введите тип документа (CC, NIT, CE, PASS, PPT)",
+ "uk": "Введіть тип документу (CC, NIT, CE, PASS, PPT)"
+ }
},
{
- "key": "payer_city",
+ "key": "document_id",
"type": "string",
- "regexp": "\/^[a-zA-Z\\-\\s]{1,20}$\/",
- "required": true,
- "position": 5,
+ "regexp": "/^[a-zA-Z0-9]{6,15}$/",
+ "required": false,
+ "position": 3,
"label": {
- "en": "Payer city",
- "ru": "Город отправителя",
- "uk": "Місто відправника"
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
},
"hint": {
- "en": "Enter payer city",
- "ru": "Введите город отправителя",
- "uk": "Введіть місто відправника"
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "powwiin_cop_hpp",
+ "flow": "hpp",
+ "method": "powwi",
+ "currency": "COP",
+ "amount_min": 1,
+ "amount_max": 500000000
+ },
+ {
+ "status": "active",
+ "code": "puntored_cop_hpp",
+ "flow": "hpp",
+ "method": "puntored",
+ "currency": "COP",
+ "amount_min": 1,
+ "amount_max": 500000000,
+ "fields": [
+ {
+ "key": "email",
+ "type": "string",
+ "regexp": "\/^[0-9A-Za-z-_\\.]+@([0-9A-Za-z-_]+\\.)+[0-9A-Za-z-_]{2,5}$\/",
+ "required": false,
+ "position": 0,
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
},
- "example": "Los Angeles"
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ }
},
{
- "key": "payer_state",
+ "key": "expiration_days",
"type": "string",
- "regexp": "\/^[a-zA-Z\\-\\s]{1,20}$\/",
+ "regexp": ".*",
"required": false,
- "position": 6,
+ "position": 1,
"label": {
- "en": "Payer state",
- "ru": "Штат отправителя",
- "uk": "Штат відправника"
+ "en": "Expiration in days",
+ "ru": "Срок действия в днях",
+ "uk": "Термін дії в днях"
},
"hint": {
- "en": "Enter payer state",
- "ru": "Введите штат отправителя",
- "uk": "Введіть штат відправника"
- },
- "example": "CA"
- },
+ "en": "Enter expiration in days",
+ "ru": "Введите cрок действия в днях",
+ "uk": "Введіть термін дії в днях"
+ }
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "bbva_pen_hpp",
+ "flow": "hpp",
+ "method": "bbva",
+ "currency": "PEN",
+ "amount_min": 0.01,
+ "amount_max": 1000000,
+ "fields": [
{
- "key": "payer_zip_code",
+ "key": "document_type",
"type": "string",
- "regexp": "\/^[0-9\\-\\s]{1,20}$\/",
+ "regexp": "\/^.{1,3}$\/",
"required": false,
- "position": 7,
+ "position": 2,
"label": {
- "en": "Payer zip code",
- "ru": "Почтовый индекс отправителя",
- "uk": "Поштовий індекс відправника"
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
},
"hint": {
- "en": "Enter payer zip code",
- "ru": "Введите почтовый индекс отправителя",
- "uk": "Введіть поштовий індекс відправника"
- },
- "example": "84280"
+ "en": "Enter Document Type",
+ "ru": "Введите тип документа",
+ "uk": "Введіть тип документу"
+ }
},
{
- "key": "bank_code",
+ "key": "document_id",
"type": "string",
- "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "regexp": "\/^[0-9]{1,100}$\/",
"required": false,
- "position": 8,
+ "position": 3,
"label": {
- "en": "Payer bank code",
- "ru": "Код банка отправителя",
- "uk": "Код банку відправника"
+ "en": "Beneficiary's personal identification number",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документа отримувача"
},
"hint": {
- "en": "Enter payer bank code",
- "ru": "Введите код банка отправителя",
- "uk": "Введіть код банку відправника"
+ "en": "Enter beneficiary's personal identification number",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документа отримувача"
},
- "example": "050"
+ "example": "50284414727"
}
]
},
{
"status": "active",
- "code": "bank_transfer_jpy_hpp",
- "currency": "JPY",
+ "code": "bcp_pen_hpp",
"flow": "hpp",
- "method": "bank_transfer",
- "amount_min": 1,
- "amount_max": 10000000,
+ "method": "bcp",
+ "currency": "PEN",
+ "amount_min": 0.01,
+ "amount_max": 1000000,
"fields": [
{
- "key": "payer_first_name",
+ "key": "document_type",
"type": "string",
- "regexp": "\/^[A-Z\\-\\sa-z\\p{L}]{2,100}$\/u",
- "required": true,
- "position": 1,
+ "regexp": "\/^.{1,3}$\/",
+ "required": false,
+ "position": 2,
"label": {
- "en": "Payer first name",
- "ru": "Имя отправителя",
- "uk": "Імʼя відправника"
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
},
"hint": {
- "en": "Enter payer first name",
- "ru": "Введите имя отправителя",
- "uk": "Введіть імʼя відправника"
- },
- "example": "John"
+ "en": "Enter Document Type",
+ "ru": "Введите тип документа",
+ "uk": "Введіть тип документу"
+ }
},
{
- "key": "payer_last_name",
+ "key": "document_id",
"type": "string",
- "regexp": "\/^[A-Z\\-\\sa-z\\p{L}]{2,100}$\/u",
- "required": true,
- "position": 2,
+ "regexp": "\/^[0-9]{1,100}$\/",
+ "required": false,
+ "position": 3,
"label": {
- "en": "Payer last name",
- "ru": "Фамилия получателя",
- "uk": "Прізвище отримувача"
+ "en": "Beneficiary's personal identification number",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документа отримувача"
},
"hint": {
- "en": "Enter payer last name",
- "ru": "Введите фамилию отправителя",
- "uk": "Введіть прізвище відправника"
+ "en": "Enter beneficiary's personal identification number",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документа отримувача"
},
- "example": "Doe"
- },
+ "example": "50284414727"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "pago_effective_pen_hpp",
+ "flow": "hpp",
+ "method": "pago_effective",
+ "currency": "PEN",
+ "amount_min": 0.01,
+ "amount_max": 1000000,
+ "fields": [
{
- "key": "payer_address",
+ "key": "document_type",
"type": "string",
- "regexp": "\/^[a-zA-Z0-9 \\\/_.,'-]{1,200}$\/",
+ "regexp": "\/^.{1,3}$\/",
"required": false,
- "position": 3,
+ "position": 2,
"label": {
- "en": "Payer address",
- "ru": "Адрес отправителя",
- "uk": "Адреса відправника"
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
},
"hint": {
- "en": "Enter payer address",
- "ru": "Введите адрес отправителя",
- "uk": "Введіть адресу відправника"
+ "en": "Enter Document Type",
+ "ru": "Введите тип документа",
+ "uk": "Введіть тип документу"
}
},
{
- "key": "payer_country",
+ "key": "document_id",
"type": "string",
- "regexp": "\/^[a-zA-Z\\-]{1,20}$\/",
+ "regexp": "\/^[0-9]{1,100}$\/",
"required": false,
- "position": 4,
+ "position": 3,
"label": {
- "en": "Payer country",
- "ru": "Страна отправителя",
- "uk": "Країна відправника"
+ "en": "Beneficiary's personal identification number",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документа отримувача"
},
"hint": {
- "en": "Enter payer country",
- "ru": "Введите страну отправителя",
- "uk": "Введіть країну відправника"
+ "en": "Enter beneficiary's personal identification number",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документа отримувача"
},
- "example": "US"
- },
+ "example": "50284414727"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "tambo_pen_hpp",
+ "flow": "hpp",
+ "method": "tambo",
+ "currency": "PEN",
+ "amount_min": 0.01,
+ "amount_max": 1000000,
+ "fields": [
{
- "key": "payer_city",
+ "key": "document_type",
"type": "string",
- "regexp": "\/^[a-zA-Z\\-\\s]{1,20}$\/",
- "required": true,
- "position": 5,
+ "regexp": "\/^.{1,3}$\/",
+ "required": false,
+ "position": 2,
"label": {
- "en": "Payer city",
- "ru": "Город отправителя",
- "uk": "Місто відправника"
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
},
"hint": {
- "en": "Enter payer city",
- "ru": "Введите город отправителя",
- "uk": "Введіть місто відправника"
- },
- "example": "Los Angeles"
+ "en": "Enter Document Type",
+ "ru": "Введите тип документа",
+ "uk": "Введіть тип документу"
+ }
},
{
- "key": "payer_state",
+ "key": "document_id",
"type": "string",
- "regexp": "\/^[a-zA-Z\\-\\s]{1,20}$\/",
+ "regexp": "\/^[0-9]{1,100}$\/",
"required": false,
- "position": 6,
+ "position": 3,
"label": {
- "en": "Payer state",
- "ru": "Штат отправителя",
- "uk": "Штат відправника"
+ "en": "Beneficiary's personal identification number",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документа отримувача"
},
"hint": {
- "en": "Enter payer state",
- "ru": "Введите штат отправителя",
- "uk": "Введіть штат відправника"
+ "en": "Enter beneficiary's personal identification number",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документа отримувача"
},
- "example": "CA"
- },
+ "example": "50284414727"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "agentes_bank_pen_hpp",
+ "flow": "hpp",
+ "method": "agentes_bank",
+ "currency": "PEN",
+ "amount_min": 0.01,
+ "amount_max": 1000000,
+ "fields": [
{
- "key": "payer_zip_code",
+ "key": "document_type",
"type": "string",
- "regexp": "\/^[0-9\\-\\s]{1,20}$\/",
+ "regexp": "\/^.{1,3}$\/",
"required": false,
- "position": 7,
+ "position": 2,
"label": {
- "en": "Payer zip code",
- "ru": "Почтовый индекс отправителя",
- "uk": "Поштовий індекс відправника"
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
},
"hint": {
- "en": "Enter payer zip code",
- "ru": "Введите почтовый индекс отправителя",
- "uk": "Введіть поштовий індекс відправника"
- },
- "example": "84280"
+ "en": "Enter Document Type",
+ "ru": "Введите тип документа",
+ "uk": "Введіть тип документу"
+ }
},
{
- "key": "bank_code",
+ "key": "document_id",
"type": "string",
- "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "regexp": "\/^[0-9]{1,100}$\/",
"required": false,
- "position": 8,
+ "position": 3,
"label": {
- "en": "Payer bank code",
- "ru": "Код банка отправителя",
- "uk": "Код банку відправника"
+ "en": "Beneficiary's personal identification number",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документа отримувача"
},
"hint": {
- "en": "Enter payer bank code",
- "ru": "Введите код банка отправителя",
- "uk": "Введіть код банку відправника"
+ "en": "Enter beneficiary's personal identification number",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документа отримувача"
},
- "example": "050"
+ "example": "50284414727"
}
]
},
{
"status": "active",
- "code": "visa_qr_code_ngn_hpp",
- "currency": "NGN",
+ "code": "anymoney_usdt_hpp",
+ "flow": "hpp",
+ "method": "anymoney",
+ "currency": "USDT",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "anymoney_trx_hpp",
+ "flow": "hpp",
+ "method": "anymoney",
+ "currency": "TRX",
+ "amount_min": 0.00001,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "anymoney_ltc_hpp",
+ "flow": "hpp",
+ "method": "anymoney",
+ "currency": "LTC",
+ "amount_min": 0.00001,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "anymoney_btc_hpp",
+ "flow": "hpp",
+ "method": "anymoney",
+ "currency": "BTC",
+ "amount_min": 0.00001,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "anymoney_eth_hpp",
+ "flow": "hpp",
+ "method": "anymoney",
+ "currency": "ETH",
+ "amount_min": 0.00001,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "googlepay_inr_invoice",
+ "currency": "INR",
+ "flow": "invoice",
+ "method": "googlepay",
+ "amount_min": 0.01,
+ "amount_max": 1000000000
+ },
+ {
+ "status": "active",
+ "code": "paysense_uah_invoice",
+ "currency": "UAH",
+ "flow": "invoice",
+ "method": "paysense",
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "mtb_uah_invoice",
+ "currency": "UAH",
+ "flow": "invoice",
+ "method": "mtb",
+ "amount_min": 0.41,
+ "amount_max": 4137813
+ },
+ {
+ "status": "active",
+ "code": "m10_azn_hpp",
+ "flow": "hpp",
+ "method": "m10",
+ "currency": "AZN",
+ "amount_min": 0.02,
+ "amount_max": 170000
+ },
+ {
+ "status": "active",
+ "code": "emanat_azn_hpp",
+ "flow": "hpp",
+ "method": "emanat",
+ "currency": "AZN",
+ "amount_min": 0.02,
+ "amount_max": 170000
+ },
+ {
+ "status": "active",
+ "code": "cardano_ada_hpp",
+ "currency": "ADA",
+ "flow": "hpp",
+ "method": "cardano",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "cardano_usd_hpp",
+ "currency": "USD",
+ "flow": "hpp",
+ "method": "cardano",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "cardano_eur_hpp",
+ "currency": "EUR",
+ "flow": "hpp",
+ "method": "cardano",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "tether_eur_hpp",
+ "flow": "hpp",
+ "method": "tether",
+ "currency": "USD",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "usd_coin_eur_hpp",
+ "currency": "EUR",
+ "flow": "hpp",
+ "method": "usd_coin",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "usd_coin_usd_hpp",
+ "currency": "USD",
"flow": "hpp",
- "method": "visa_qr_code",
+ "method": "usd_coin",
"amount_min": 0.01,
- "amount_max": 9999999
+ "amount_max": 100000
},
{
"status": "active",
- "code": "visa_qr_code_idr_hpp",
- "currency": "IDR",
+ "code": "stellar_eur_hpp",
+ "currency": "EUR",
"flow": "hpp",
- "method": "visa_qr_code",
+ "method": "stellar",
"amount_min": 0.01,
- "amount_max": 9999999
+ "amount_max": 100000
},
{
"status": "active",
- "code": "visa_qr_code_myr_hpp",
- "currency": "MYR",
+ "code": "stellar_usd_hpp",
+ "currency": "USD",
"flow": "hpp",
- "method": "visa_qr_code",
+ "method": "stellar",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "polkadot_eur_hpp",
+ "currency": "EUR",
+ "flow": "hpp",
+ "method": "polkadot",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "polkadot_usd_hpp",
+ "currency": "USD",
+ "flow": "hpp",
+ "method": "polkadot",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "algorand_eur_hpp",
+ "currency": "EUR",
+ "flow": "hpp",
+ "method": "algorand",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "algorand_usd_hpp",
+ "currency": "USD",
+ "flow": "hpp",
+ "method": "algorand",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "chainlink_eur_hpp",
+ "currency": "EUR",
+ "flow": "hpp",
+ "method": "chainlink",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "chainlink_usd_hpp",
+ "currency": "USD",
+ "flow": "hpp",
+ "method": "chainlink",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "eos_eur_hpp",
+ "currency": "EUR",
+ "flow": "hpp",
+ "method": "eos",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "eos_usd_hpp",
+ "currency": "USD",
+ "flow": "hpp",
+ "method": "eos",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "cardano_bep20_eur_hpp",
+ "currency": "EUR",
+ "flow": "hpp",
+ "method": "cardano",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "cardano_cad_hpp",
+ "currency": "CAD",
+ "flow": "hpp",
+ "method": "cardano",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "cardano_bep20_cad_hpp",
+ "currency": "CAD",
+ "flow": "hpp",
+ "method": "cardano",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "cardano_aud_hpp",
+ "currency": "AUD",
+ "flow": "hpp",
+ "method": "cardano",
+ "amount_min": 0.01,
+ "amount_max": 150000
+ },
+ {
+ "status": "active",
+ "code": "cardano_bep20_aud_hpp",
+ "currency": "AUD",
+ "flow": "hpp",
+ "method": "cardano",
+ "amount_min": 0.01,
+ "amount_max": 150000
+ },
+ {
+ "status": "active",
+ "code": "cardano_gbp_hpp",
+ "currency": "GBP",
+ "flow": "hpp",
+ "method": "cardano",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "cardano_bep20_gbp_hpp",
+ "currency": "GBP",
+ "flow": "hpp",
+ "method": "cardano",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "cardano_bep20_usd_hpp",
+ "currency": "USD",
+ "flow": "hpp",
+ "method": "cardano",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "paysage_crypto_eur_hpp",
+ "currency": "EUR",
+ "flow": "hpp",
+ "method": "paysage_crypto",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "kunapay_crypto_eur_hpp",
+ "currency": "EUR",
+ "flow": "hpp",
+ "method": "kunapay_crypto",
"amount_min": 0.01,
"amount_max": 9999999
},
{
"status": "active",
- "code": "visa_qr_code_thb_hpp",
- "currency": "THB",
+ "code": "kunapay_crypto_usd_hpp",
+ "currency": "USD",
"flow": "hpp",
- "method": "visa_qr_code",
+ "method": "kunapay_crypto",
"amount_min": 0.01,
"amount_max": 9999999
},
- {
+ {
"status": "active",
- "code": "visa_qr_code_vnd_hpp",
- "currency": "VND",
+ "code": "kunapay_crypto_uah_hpp",
+ "currency": "UAH",
"flow": "hpp",
- "method": "visa_qr_code",
+ "method": "kunapay_crypto",
"amount_min": 0.01,
"amount_max": 9999999
},
{
"status": "active",
- "code": "net_banking_ngn_hpp",
- "currency": "NGN",
+ "code": "kunapay_crypto_usdt_hpp",
+ "currency": "USDT",
"flow": "hpp",
- "method": "net_banking",
+ "method": "kunapay_crypto",
"amount_min": 0.01,
"amount_max": 9999999
},
{
"status": "active",
- "code": "megafon_rub_hpp",
- "currency": "RUB",
- "method": "megafon",
+ "code": "humo_uzs_hpp",
"flow": "hpp",
- "fields": [
- {
- "key": "phone",
- "type": "string",
- "label": {
- "en": "Phone number:",
- "ru": "Номер телефона:",
- "uk": "Номер телефону:"
- },
- "hint": {
- "en": "Enter your phone number",
- "ru": "Введите ваш номер телефона",
- "uk": "Введіть номер телефону"
- },
- "regexp": "\/^\\+\\d{10,14}$\/",
- "required": true,
- "position": 1
- }
- ],
+ "method": "humo",
+ "currency": "UZS",
"amount_min": 0.01,
- "amount_max": 100000
+ "amount_max": 100000000
},
{
"status": "active",
- "code": "megafon_rub_invoice",
- "currency": "RUB",
- "method": "megafon",
- "flow": "invoice",
- "fields": [
- {
- "key": "phone",
- "type": "string",
- "label": {
- "en": "Phone number:",
- "ru": "Номер телефона:",
- "uk": "Номер телефону:"
- },
- "hint": {
- "en": "Enter your phone number",
- "ru": "Введите ваш номер телефона",
- "uk": "Введіть номер телефону"
- },
- "regexp": "\/^\\+\\d{10,14}$\/",
- "required": true,
- "position": 1
- }
- ],
+ "code": "uzcard_uzs_hpp",
+ "flow": "hpp",
+ "method": "uzcard",
+ "currency": "UZS",
"amount_min": 0.01,
- "amount_max": 100000
+ "amount_max": 100000000
},
{
"status": "active",
- "code": "mts_rub_hpp",
- "currency": "RUB",
- "method": "mts",
+ "code": "cashlib_voucher_usd_hpp",
"flow": "hpp",
- "fields": [
- {
- "key": "phone",
- "type": "string",
- "label": {
- "en": "Phone number:",
- "ru": "Номер телефона:",
- "uk": "Номер телефону:"
- },
- "hint": {
- "en": "Enter your phone number",
- "ru": "Введите ваш номер телефона",
- "uk": "Введіть номер телефону"
- },
- "regexp": "\/^\\+\\d{10,14}$\/",
- "required": true,
- "position": 1
- }
- ],
+ "method": "cashlib_voucher",
+ "currency": "USD",
"amount_min": 0.01,
"amount_max": 100000
},
{
"status": "active",
- "code": "mts_rub_invoice",
- "currency": "RUB",
- "method": "mts",
- "flow": "invoice",
- "fields": [
- {
- "key": "phone",
- "type": "string",
- "label": {
- "en": "Phone number:",
- "ru": "Номер телефона:",
- "uk": "Номер телефону:"
- },
- "hint": {
- "en": "Enter your phone number",
- "ru": "Введите ваш номер телефона",
- "uk": "Введіть номер телефону"
- },
- "regexp": "\/^\\+\\d{10,14}$\/",
- "required": true,
- "position": 1
- }
- ],
+ "code": "cashlib_voucher_eur_hpp",
+ "flow": "hpp",
+ "method": "cashlib_voucher",
+ "currency": "EUR",
"amount_min": 0.01,
- "amount_max": 100000
+ "amount_max": 92000
},
{
"status": "active",
- "code": "advcash_wallet_rub_hpp",
- "currency": "RUB",
- "method": "advcash_wallet",
+ "code": "payment_card_zmw_hpp",
"flow": "hpp",
- "amount_min": 0.01,
- "amount_max": 100000
+ "method": "payment_card",
+ "currency": "ZMW",
+ "amount_min": 0.3,
+ "amount_max": 3000000
},
{
"status": "active",
- "code": "advcash_wallet_usd_hpp",
- "currency": "USD",
- "method": "advcash_wallet",
+ "code": "payment_card_mkd_hpp",
"flow": "hpp",
- "amount_min": 0.10,
- "amount_max": 999999.00
+ "method": "payment_card",
+ "currency": "MKD",
+ "amount_min": 0.5,
+ "amount_max": 5000000
},
{
"status": "active",
- "code": "advcash_wallet_eur_hpp",
- "currency": "EUR",
- "method": "advcash_wallet",
+ "code": "payment_card_dop_hpp",
"flow": "hpp",
- "amount_min": 0.10,
- "amount_max": 999999.00
+ "method": "payment_card",
+ "currency": "DOP",
+ "amount_min": 0.6,
+ "amount_max": 6000000
},
{
"status": "active",
- "code": "advcash_wallet_uah_hpp",
- "currency": "UAH",
- "method": "advcash_wallet",
+ "code": "whitepay_usdt_hpp",
"flow": "hpp",
- "amount_min": 0.01,
+ "method": "whitepay",
+ "currency": "USDT",
+ "amount_min": 1,
"amount_max": 100000
},
{
"status": "active",
- "code": "advcash_wallet_gbp_hpp",
- "currency": "GBP",
- "method": "advcash_wallet",
+ "code": "rapidtransfer_usd_hpp",
"flow": "hpp",
+ "method": "rapidtransfer",
+ "currency": "USD",
"amount_min": 0.01,
"amount_max": 100000
},
{
"status": "active",
- "code": "advcash_wallet_kzt_hpp",
- "currency": "KZT",
- "method": "advcash_wallet",
+ "code": "rapidtransfer_pln_hpp",
"flow": "hpp",
+ "method": "rapidtransfer",
+ "currency": "PLN",
"amount_min": 0.01,
- "amount_max": 100000
+ "amount_max": 376000
},
{
"status": "active",
- "code": "advcash_wallet_brl_hpp",
- "currency": "BRL",
- "method": "advcash_wallet",
+ "code": "rapidtransfer_nok_hpp",
"flow": "hpp",
- "amount_min": 0.01,
- "amount_max": 100000
+ "method": "rapidtransfer",
+ "currency": "NOK",
+ "amount_min": 1.1,
+ "amount_max": 1100672
},
{
"status": "active",
- "code": "i_wallet_eur_hpp",
- "currency": "EUR",
- "method": "i_wallet",
+ "code": "rapidtransfer_aud_hpp",
"flow": "hpp",
+ "method": "rapidtransfer",
+ "currency": "AUD",
"amount_min": 0.01,
- "amount_max": 100000
+ "amount_max": 150000
},
{
"status": "active",
- "code": "i_wallet_usd_hpp",
- "currency": "USD",
- "method": "i_wallet",
+ "code": "rapidtransfer_cad_hpp",
"flow": "hpp",
+ "method": "rapidtransfer",
+ "currency": "CAD",
"amount_min": 0.01,
- "amount_max": 100000
+ "amount_max": 130000
},
{
"status": "active",
- "code": "yandexmoney_rub_hpp",
- "currency": "RUB",
- "method": "yandexmoney",
+ "code": "paybybank_eur_hpp",
"flow": "hpp",
+ "method": "paybybank",
+ "currency": "EUR",
"amount_min": 0.01,
- "amount_max": 100000
+ "amount_max": 92000
},
{
"status": "active",
- "code": "exmo_rub_hpp",
- "currency": "RUB",
- "method": "exmo",
+ "code": "bank_transfer_cad_hpp",
+ "currency": "CAD",
"flow": "hpp",
+ "method": "bank_transfer",
"amount_min": 0.01,
"amount_max": 100000
},
{
"status": "active",
- "code": "exmo_usd_hpp",
- "currency": "USD",
- "method": "exmo",
+ "code": "sepa_transfer_cad_hpp",
+ "currency": "CAD",
"flow": "hpp",
+ "method": "sepa_transfer",
"amount_min": 0.01,
"amount_max": 100000
},
{
"status": "active",
- "code": "exmo_eur_hpp",
- "currency": "EUR",
- "method": "exmo",
+ "code": "sepa_transfer_usd_hpp",
+ "currency": "CAD",
"flow": "hpp",
+ "method": "sepa_transfer",
"amount_min": 0.01,
"amount_max": 100000
},
{
"status": "active",
- "code": "tele2ru_rub_hpp",
- "currency": "RUB",
- "method": "tele2ru",
+ "code": "qris_idr_hpp",
+ "currency": "IDR",
"flow": "hpp",
+ "method": "qris",
+ "amount_min": 0.01,
+ "amount_max": 15000000000,
"fields": [
{
- "key": "phone",
+ "key": "document_type",
"type": "string",
+ "regexp": "/^[A-Z]{3}$/",
+ "required": false,
+ "position": 1,
"label": {
- "en": "Phone number:",
- "ru": "Номер телефона:",
- "uk": "Номер телефону:"
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
},
"hint": {
- "en": "Enter your phone number without «+7»",
- "ru": "Введите ваш номер телефона, без «+7»",
- "uk": "Введіть номер телефону, без «+7»"
- },
- "regexp": "\/^\\+\\d{10,14}$\/",
- "required": true,
- "position": 1
- }
- ],
- "amount_min": 0.01,
- "amount_max": 100000
- },
- {
- "status": "active",
- "code": "tele2ru_rub_invoice",
- "currency": "RUB",
- "method": "tele2ru",
- "flow": "invoice",
- "fields": [
+ "en": "Enter Document Type (NIK, KTP)",
+ "ru": "Введите тип документа (NIK, KTP)",
+ "uk": "Введіть тип документу (NIK, KTP)"
+ }
+ },
{
- "key": "phone",
+ "key": "document_id",
"type": "string",
+ "regexp": "/^[a-zA-Z0-9]{14,18}$/",
+ "required": false,
+ "position": 2,
"label": {
- "en": "Phone number:",
- "ru": "Номер телефона:",
- "uk": "Номер телефону:"
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
},
"hint": {
- "en": "Enter your phone number",
- "ru": "Введите ваш номер телефона",
- "uk": "Введіть номер телефону"
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Bank code",
+ "ru": "Код банка",
+ "uk": "Код банку"
},
- "regexp": "\/^\\+\\d{10,14}$\/",
- "required": true,
- "position": 1
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ }
}
- ],
+ ]
+ },
+ {
+ "status": "active",
+ "code": "alfamart_idr_hpp",
+ "currency": "IDR",
+ "flow": "hpp",
+ "method": "alfamart",
"amount_min": 0.01,
- "amount_max": 100000
+ "amount_max": 15000000000
},
{
"status": "active",
- "code": "euroset_rub_hpp",
- "currency": "RUB",
- "method": "euroset",
+ "code": "bni_va_idr_hpp",
+ "currency": "IDR",
"flow": "hpp",
+ "method": "bni_va",
"amount_min": 0.01,
- "amount_max": 100000
+ "amount_max": 15000000000
},
{
"status": "active",
- "code": "svyaznoy_rub_hpp",
- "currency": "RUB",
- "method": "svyaznoy",
+ "code": "cimb_ca_idr_hpp",
+ "currency": "IDR",
"flow": "hpp",
+ "method": "cimb_ca",
"amount_min": 0.01,
- "amount_max": 100000
+ "amount_max": 15000000000
},
{
"status": "active",
- "code": "perfectmoney_usd_hpp",
- "currency": "USD",
- "method": "perfectmoney",
+ "code": "permata_va_idr_hpp",
+ "currency": "IDR",
"flow": "hpp",
+ "method": "permata_va",
"amount_min": 0.01,
- "amount_max": 100000
+ "amount_max": 15000000000
},
{
"status": "active",
- "code": "perfectmoney_eur_hpp",
- "currency": "EUR",
- "method": "perfectmoney",
+ "code": "bri_va_idr_hpp",
+ "currency": "IDR",
"flow": "hpp",
+ "method": "bri_va",
"amount_min": 0.01,
- "amount_max": 100000
+ "amount_max": 15000000000
},
{
"status": "active",
- "code": "qiwi_eur_hpp",
- "currency": "EUR",
- "method": "qiwi",
+ "code": "mandiri_va_idr_hpp",
+ "currency": "IDR",
"flow": "hpp",
+ "method": "mandiri_va",
+ "amount_min": 0.01,
+ "amount_max": 15000000000
+ },
+ {
+ "status": "active",
+ "code": "bca_va_idr_hpp",
+ "currency": "IDR",
+ "flow": "hpp",
+ "method": "bca_va",
+ "amount_min": 0.01,
+ "amount_max": 15000000000
+ },
+ {
+ "status": "active",
+ "code": "bsi_va_idr_hpp",
+ "currency": "IDR",
+ "flow": "hpp",
+ "method": "bsi_va",
+ "amount_min": 0.01,
+ "amount_max": 15000000000
+ },
+ {
+ "status": "active",
+ "code": "bnc_va_idr_hpp",
+ "currency": "IDR",
+ "flow": "hpp",
+ "method": "bnc_va",
+ "amount_min": 0.01,
+ "amount_max": 15000000000
+ },
+ {
+ "status": "active",
+ "code": "nequi_cop_hpp",
+ "currency": "COP",
+ "flow": "hpp",
+ "method": "nequi",
+ "amount_min": 1,
+ "amount_max": 500000000,
"fields": [
{
- "key": "phone",
+ "key": "document_type",
"type": "string",
+ "regexp": "/^[A-Z]{2,4}$/",
+ "required": false,
+ "position": 1,
"label": {
- "en": "Phone number",
- "ru": "Номер телефона",
- "uk": "Номер телефону"
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
},
"hint": {
- "en": "Enter phone number",
- "ru": "Введите номер телефона",
- "uk": "Введіть номер телефону"
+ "en": "Enter Document Type (CC, NIT, CE, PASS, PPT)",
+ "ru": "Введите тип документа (CC, NIT, CE, PASS, PPT)",
+ "uk": "Введіть тип документу (CC, NIT, CE, PASS, PPT)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{6,15}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
},
- "regexp": "\/^\\+\\d{10,14}$\/",
- "required": true,
- "position": 1
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ },
+ {
+ "key": "document_number",
+ "type": "string",
+ "regexp": "/^.{1,50}$/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Document Number",
+ "ru": "Номер документа",
+ "uk": "Номер документу"
+ },
+ "hint": {
+ "en": "Enter document number",
+ "ru": "Введите номер документа",
+ "uk": "Введіть номер документу"
+ }
+ },
+ {
+ "key": "account_no",
+ "type": "string",
+ "regexp": "/^.{1,50}$/",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "NEQUI wallet number",
+ "ru": "Номер кошелька NEQUI",
+ "uk": "Номер гаманця NEQUI"
+ },
+ "hint": {
+ "en": "Enter NEQUI wallet number",
+ "ru": "Введите номер кошелька NEQUI",
+ "uk": "Введіть номер гаманця NEQUI"
+ }
}
- ],
- "amount_min": 0.01,
- "amount_max": 100000
+ ]
},
{
"status": "active",
- "code": "qiwi_usd_hpp",
- "currency": "USD",
- "method": "qiwi",
+ "code": "nequi_qr_cop_hpp",
+ "currency": "COP",
"flow": "hpp",
+ "method": "nequi_qr",
+ "amount_min": 1,
+ "amount_max": 500000000,
"fields": [
{
- "key": "phone",
+ "key": "document_type",
"type": "string",
+ "regexp": "/^[A-Z]{2,4}$/",
+ "required": false,
+ "position": 1,
"label": {
- "en": "Phone number",
- "ru": "Номер телефона",
- "uk": "Номер телефону"
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
},
"hint": {
- "en": "Enter phone number",
- "ru": "Введите номер телефона",
- "uk": "Введіть номер телефону"
+ "en": "Enter Document Type (CC, NIT, CE, PASS, PPT)",
+ "ru": "Введите тип документа (CC, NIT, CE, PASS, PPT)",
+ "uk": "Введіть тип документу (CC, NIT, CE, PASS, PPT)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{6,15}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
},
- "regexp": "\/^\\+\\d{10,14}$\/",
- "required": true,
- "position": 1
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
}
- ],
- "amount_min": 0.01,
- "amount_max": 100000
+ ]
},
{
"status": "active",
- "code": "qiwi_kzt_hpp",
- "currency": "KZT",
- "method": "qiwi",
- "flow": "hpp",
+ "code": "nequi_cop_invoice",
+ "currency": "COP",
+ "flow": "invoice",
+ "method": "nequi",
+ "amount_min": 1,
+ "amount_max": 500000000,
"fields": [
{
- "key": "phone",
+ "key": "document_type",
"type": "string",
+ "regexp": "/^[A-Z]{2,4}$/",
+ "required": false,
+ "position": 1,
"label": {
- "en": "Phone number",
- "ru": "Номер телефона",
- "uk": "Номер телефону"
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
},
"hint": {
- "en": "Enter phone number",
- "ru": "Введите номер телефона",
- "uk": "Введіть номер телефону"
+ "en": "Enter Document Type (CC, NIT, CE, PASS, PPT)",
+ "ru": "Введите тип документа (CC, NIT, CE, PASS, PPT)",
+ "uk": "Введіть тип документу (CC, NIT, CE, PASS, PPT)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{6,15}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
},
- "regexp": "\/^\\+\\d{10,14}$\/",
- "required": true,
- "position": 1
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
}
- ],
- "amount_min": 0.01,
- "amount_max": 100000000
- },
- {
- "status": "active",
- "code": "cash_rub_hpp",
- "currency": "RUB",
- "method": "cash",
- "flow": "hpp",
- "amount_min": 0.01,
- "amount_max": 100000
- },
- {
- "status": "active",
- "code": "cash_eur_hpp",
- "currency": "EUR",
- "method": "cash",
- "flow": "hpp",
- "amount_min": 0.01,
- "amount_max": 100000
- },
- {
- "status": "active",
- "code": "cash_usd_hpp",
- "currency": "USD",
- "method": "cash",
- "flow": "hpp",
- "amount_min": 0.01,
- "amount_max": 100000
- },
- {
- "status": "active",
- "code": "cash_uah_hpp",
- "currency": "UAH",
- "method": "cash",
- "flow": "hpp",
- "amount_min": 0.01,
- "amount_max": 100000
+ ]
},
{
"status": "active",
- "code": "bitcoin_rub_hpp",
- "currency": "RUB",
- "method": "bitcoin",
+ "code": "qr_payment_aggregated_brl_hpp",
+ "currency": "BRL",
"flow": "hpp",
+ "method": "qr_payment_aggregated",
"amount_min": 0.01,
- "amount_max": 100000
+ "amount_max": 1200000000
},
{
"status": "active",
- "code": "bitcoin_eur_hpp",
- "currency": "EUR",
- "method": "bitcoin",
+ "code": "qr_payment_aggregated_clp_hpp",
+ "currency": "CLP",
"flow": "hpp",
- "amount_min": 0.01,
- "amount_max": 100000
+ "method": "qr_payment_aggregated",
+ "amount_min": 1,
+ "amount_max": 90340000
},
{
"status": "active",
- "code": "bitcoin_usd_hpp",
- "currency": "USD",
- "method": "bitcoin",
+ "code": "qr_payment_aggregated_ars_hpp",
+ "currency": "ARS",
"flow": "hpp",
- "amount_min": 0.01,
- "amount_max": 100000
+ "method": "qr_payment_aggregated",
+ "amount_min": 10,
+ "amount_max": 100000000
},
{
"status": "active",
- "code": "bitcoin_uah_hpp",
- "currency": "UAH",
- "method": "bitcoin",
+ "code": "qr_payment_aggregated_idr_hpp",
+ "currency": "IDR",
"flow": "hpp",
- "amount_min": 0.01,
- "amount_max": 100000
+ "method": "qr_payment_aggregated",
+ "amount_min": 160,
+ "amount_max": 1600000000
},
{
"status": "active",
- "code": "bitcoin_usdt_hpp",
- "currency": "USDT",
- "method": "bitcoin",
+ "code": "qr_payment_aggregated_mxn_hpp",
+ "currency": "MXN",
"flow": "hpp",
+ "method": "qr_payment_aggregated",
"amount_min": 0.01,
- "amount_max": 100000
+ "amount_max": 1744370
},
{
"status": "active",
- "code": "exmo_uah_hpp",
- "currency": "UAH",
- "method": "exmo",
+ "code": "qr_payment_aggregated_pen_hpp",
+ "currency": "PEN",
"flow": "hpp",
+ "method": "qr_payment_aggregated",
"amount_min": 0.01,
- "amount_max": 100000
+ "amount_max": 1000000
},
{
"status": "active",
- "code": "mminvoicing_gel_hpp",
- "currency": "GEL",
- "method": "mminvoicing",
+ "code": "qr_payment_aggregated_php_hpp",
+ "currency": "PHP",
"flow": "hpp",
- "amount_min": 0.01,
- "amount_max": 100000
+ "method": "qr_payment_aggregated",
+ "amount_min": 0.5,
+ "amount_max": 5800000
},
{
"status": "active",
- "code": "gemoney_gel_hpp",
- "currency": "GEL",
- "method": "gemoney",
+ "code": "qr_payment_aggregated_vnd_hpp",
+ "currency": "VND",
"flow": "hpp",
- "amount_min": 0.01,
- "amount_max": 100000
+ "method": "qr_payment_aggregated",
+ "amount_min": 250,
+ "amount_max": 2531000000
},
{
"status": "active",
- "code": "easypay_uah_hpp",
- "currency": "UAH",
- "method": "easypay",
- "flow": "hpp",
+ "method": "spush_pay",
+ "flow": "invoice",
+ "currency": "EUR",
+ "code": "spush_pay_eur_invoice",
"amount_min": 0.01,
"amount_max": 100000
},
{
"status": "active",
- "code": "bank_card_gel_hpp",
- "currency": "GEL",
- "method": "bank_card",
+ "code": "blik_usd_hpp",
"flow": "hpp",
+ "method": "blik",
+ "currency": "USD",
+ "fields": [
+ {
+ "key": "blik_code",
+ "type": "string",
+ "regexp": "\/^\\d{6}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "BLIK code",
+ "ru": "BLIK код",
+ "uk": "BLIK код"
+ },
+ "hint": {
+ "en": "Enter BLIK code",
+ "ru": "Введите код BLIK",
+ "uk": "Введіть код BLIK"
+ },
+ "example": "123456"
+ }
+ ],
"amount_min": 0.01,
"amount_max": 100000
},
{
"status": "active",
- "code": "payment_card_gel_hpp",
- "currency": "GEL",
- "method": "payment_card",
- "flow": "hpp",
- "amount_min": 0.01,
- "amount_max": 500000
- },
- {
- "status": "active",
- "code": "payment_card_ghs_hpp",
- "currency": "GHS",
- "method": "payment_card",
+ "code": "blik_eur_hpp",
"flow": "hpp",
+ "method": "blik",
+ "currency": "EUR",
+ "fields": [
+ {
+ "key": "blik_code",
+ "type": "string",
+ "regexp": "\/^\\d{6}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "BLIK code",
+ "ru": "BLIK код",
+ "uk": "BLIK код"
+ },
+ "hint": {
+ "en": "Enter BLIK code",
+ "ru": "Введите код BLIK",
+ "uk": "Введіть код BLIK"
+ },
+ "example": "123456"
+ }
+ ],
"amount_min": 0.01,
- "amount_max": 1000000
+ "amount_max": 92000
},
{
"status": "active",
- "code": "psbretail_rub_hpp",
- "currency": "RUB",
- "method": "psbretail",
+ "code": "przelewy24_usd_hpp",
"flow": "hpp",
+ "method": "przelewy24",
+ "currency": "USD",
"amount_min": 0.01,
"amount_max": 100000
},
{
"status": "active",
- "code": "alfaclick_rub_hpp",
- "currency": "RUB",
- "method": "alfaclick",
+ "code": "giropay_usd_hpp",
"flow": "hpp",
+ "method": "giropay",
+ "currency": "USD",
"amount_min": 0.01,
"amount_max": 100000
},
{
"status": "active",
- "code": "alfaclick_eur_hpp",
- "currency": "EUR",
- "method": "alfaclick",
- "flow": "hpp",
- "amount_min": 0.01,
- "amount_max": 50000
- },
- {
- "status": "active",
- "code": "alfaclick_kzt_hpp",
- "currency": "KZT",
- "method": "alfaclick",
+ "code": "online_banking_usd_hpp",
"flow": "hpp",
- "amount_min": 0.01,
- "amount_max": 1000000
- },
- {
- "status": "active",
- "code": "alfaclick_usd_hpp",
+ "method": "online_banking",
"currency": "USD",
- "method": "alfaclick",
- "flow": "hpp",
- "amount_min": 0.01,
- "amount_max": 50000
- },
- {
- "status": "active",
- "code": "rbkmoney_rub_hpp",
- "currency": "RUB",
- "method": "rbkmoney",
- "flow": "hpp",
"amount_min": 0.01,
"amount_max": 100000
},
{
"status": "active",
- "code": "visacheckout_uah_hpp",
- "currency": "UAH",
- "method": "visacheckout",
+ "code": "online_banking_eur_hpp",
"flow": "hpp",
+ "method": "online_banking",
+ "currency": "EUR",
"amount_min": 0.01,
- "amount_max": 100000
+ "amount_max": 92000
},
{
"status": "active",
- "code": "bank_card_gbp_hpp",
- "currency": "GBP",
- "method": "bank_card",
+ "code": "rapidpagos_bob_hpp",
"flow": "hpp",
- "amount_min": 0.01,
- "amount_max": 100000
+ "method": "rapidpagos",
+ "currency": "BOB",
+ "amount_min": 1,
+ "amount_max": 700000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{2,4}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CI, CIE, PASS, NIT)",
+ "ru": "Введите тип документа (CI, CIE, PASS, NIT)",
+ "uk": "Введіть тип документу (CI, CIE, PASS, NIT)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[A-Za-z0-9]{6,12}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "payment_card_gbp_hpp",
- "currency": "GBP",
- "method": "payment_card",
+ "code": "pagofacil_bob_hpp",
"flow": "hpp",
- "amount_min": 0.01,
- "amount_max": 100000
+ "method": "pagofacil",
+ "currency": "BOB",
+ "amount_min": 1,
+ "amount_max": 700000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{2,4}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CI, CIE, PASS, NIT)",
+ "ru": "Введите тип документа (CI, CIE, PASS, NIT)",
+ "uk": "Введіть тип документу (CI, CIE, PASS, NIT)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[A-Za-z0-9]{6,12}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "bank_card_try_hpp",
- "currency": "TRY",
- "method": "bank_card",
+ "code": "bancodobrasil_brl_hpp",
"flow": "hpp",
- "amount_min": 0.01,
- "amount_max": 100000
+ "method": "bancodobrasil",
+ "currency": "BRL",
+ "amount_min": 1,
+ "amount_max": 500000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{3}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CPF)",
+ "ru": "Введите тип документа (CPF)",
+ "uk": "Введіть тип документу (CPF)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[0-9]{11}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "payment_card_try_hpp",
- "currency": "TRY",
- "method": "payment_card",
+ "code": "banco_original_brl_hpp",
"flow": "hpp",
- "amount_min": 0.01,
- "amount_max": 500000
+ "method": "banco_original",
+ "currency": "BRL",
+ "amount_min": 1,
+ "amount_max": 500000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{3}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CPF)",
+ "ru": "Введите тип документа (CPF)",
+ "uk": "Введіть тип документу (CPF)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[0-9]{11}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "payment_card_cad_hpp",
- "currency": "CAD",
- "method": "payment_card",
+ "code": "banco_safra_brl_hpp",
"flow": "hpp",
- "amount_min": 0.01,
- "amount_max": 100000
+ "method": "banco_safra",
+ "currency": "BRL",
+ "amount_min": 1,
+ "amount_max": 500000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{3}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CPF)",
+ "ru": "Введите тип документа (CPF)",
+ "uk": "Введіть тип документу (CPF)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[0-9]{11}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "payment_card_aud_hpp",
- "currency": "AUD",
- "method": "payment_card",
+ "code": "banrisulbanricompras_brl_hpp",
"flow": "hpp",
- "amount_min": 0.01,
- "amount_max": 100000
+ "method": "banrisulbanricompras",
+ "currency": "BRL",
+ "amount_min": 1,
+ "amount_max": 500000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{3}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CPF)",
+ "ru": "Введите тип документа (CPF)",
+ "uk": "Введіть тип документу (CPF)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[0-9]{11}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "payment_card_czk_hpp",
- "currency": "CZK",
- "method": "payment_card",
+ "code": "elo_brl_hpp",
"flow": "hpp",
- "amount_min": 0.01,
- "amount_max": 500000
+ "method": "elo",
+ "currency": "BRL",
+ "amount_min": 1,
+ "amount_max": 500000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{3}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CPF)",
+ "ru": "Введите тип документа (CPF)",
+ "uk": "Введіть тип документу (CPF)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[0-9]{11}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "payment_card_pln_hpp",
- "currency": "PLN",
- "method": "payment_card",
+ "code": "nubank_brl_hpp",
"flow": "hpp",
- "amount_min": 0.01,
- "amount_max": 500000
+ "method": "nubank",
+ "currency": "BRL",
+ "amount_min": 1,
+ "amount_max": 500000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{3}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CPF)",
+ "ru": "Введите тип документа (CPF)",
+ "uk": "Введіть тип документу (CPF)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[0-9]{11}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "payment_card_tmt_hpp",
- "currency": "TMT",
- "method": "payment_card",
+ "code": "mercadopago_brl_hpp",
"flow": "hpp",
- "amount_min": 0.01,
- "amount_max": 500000
+ "method": "mercadopago",
+ "currency": "BRL",
+ "amount_min": 1,
+ "amount_max": 500000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{3}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CPF)",
+ "ru": "Введите тип документа (CPF)",
+ "uk": "Введіть тип документу (CPF)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[0-9]{11}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "payment_card_uzs_hpp",
- "currency": "UZS",
- "method": "payment_card",
+ "code": "banco_bice_clp_hpp",
"flow": "hpp",
- "amount_min": 0.01,
- "amount_max": 100000000
+ "method": "banco_bice",
+ "currency": "CLP",
+ "amount_min": 10,
+ "amount_max": 100000000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{2,3}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (ID, RUN, RUT)",
+ "ru": "Введите тип документа (ID, RUN, RUT)",
+ "uk": "Введіть тип документу (ID, RUN, RUT)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z0-9\\.\\-]{1,30}$\/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "payment_card_azn_hpp",
- "currency": "AZN",
- "method": "payment_card",
+ "code": "banco_credichile_clp_hpp",
"flow": "hpp",
- "amount_min": 0.01,
- "amount_max": 500000
+ "method": "banco_credichile",
+ "currency": "CLP",
+ "amount_min": 10,
+ "amount_max": 100000000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{2,3}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (ID, RUN, RUT)",
+ "ru": "Введите тип документа (ID, RUN, RUT)",
+ "uk": "Введіть тип документу (ID, RUN, RUT)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z0-9\\.\\-]{1,30}$\/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "payment_card_mdl_hpp",
- "currency": "MDL",
- "method": "payment_card",
+ "code": "caja_vecina_clp_hpp",
"flow": "hpp",
- "amount_min": 0.01,
- "amount_max": 1000000
+ "method": "caja_vecina",
+ "currency": "CLP",
+ "amount_min": 10,
+ "amount_max": 100000000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{2,3}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (ID, RUN, RUT)",
+ "ru": "Введите тип документа (ID, RUN, RUT)",
+ "uk": "Введіть тип документу (ID, RUN, RUT)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z0-9\\.\\-]{1,30}$\/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "payment_card_tjs_hpp",
- "currency": "TJS",
- "method": "payment_card",
+ "code": "sencillito_clp_hpp",
"flow": "hpp",
- "amount_min": 0.01,
- "amount_max": 1000000
+ "method": "sencillito",
+ "currency": "CLP",
+ "amount_min": 10,
+ "amount_max": 100000000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{2,3}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (ID, RUN, RUT)",
+ "ru": "Введите тип документа (ID, RUN, RUT)",
+ "uk": "Введіть тип документу (ID, RUN, RUT)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z0-9\\.\\-]{1,30}$\/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "payment_card_kgs_hpp",
- "currency": "KGS",
- "method": "payment_card",
+ "code": "bancoitau_clp_hpp",
"flow": "hpp",
- "amount_min": 0.01,
- "amount_max": 1000000
+ "method": "bancoitau",
+ "currency": "CLP",
+ "amount_min": 10,
+ "amount_max": 100000000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{2,3}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (ID, RUN, RUT)",
+ "ru": "Введите тип документа (ID, RUN, RUT)",
+ "uk": "Введіть тип документу (ID, RUN, RUT)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z0-9\\.\\-]{1,30}$\/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "interkassa_uah_hpp",
- "currency": "UAH",
- "method": "interkassa",
+ "code": "scotiabank_clp_hpp",
"flow": "hpp",
- "amount_min": 0.01,
- "amount_max": 100000
+ "method": "scotiabank",
+ "currency": "CLP",
+ "amount_min": 10,
+ "amount_max": 100000000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{2,3}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (ID, RUN, RUT)",
+ "ru": "Введите тип документа (ID, RUN, RUT)",
+ "uk": "Введіть тип документу (ID, RUN, RUT)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z0-9\\.\\-]{1,30}$\/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "interkassa_usd_hpp",
- "currency": "USD",
- "method": "interkassa",
+ "code": "interac_etransfer_cad_hpp",
"flow": "hpp",
- "amount_min": 0.01,
- "amount_max": 100000
+ "method": "interac_etransfer",
+ "currency": "CAD",
+ "amount_min": 1,
+ "amount_max": 130000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{2,4}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (DL, HC, PASS)",
+ "ru": "Введите тип документа (DL, HC, PASS)",
+ "uk": "Введіть тип документу (DL, HC, PASS)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{6,15}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "interkassa_eur_hpp",
- "currency": "EUR",
- "method": "interkassa",
+ "code": "interac_mb_cad_hpp",
"flow": "hpp",
- "amount_min": 0.01,
- "amount_max": 100000
+ "method": "interac",
+ "currency": "CAD",
+ "amount_min": 1,
+ "amount_max": 130000
},
{
"status": "active",
- "code": "interkassa_rub_hpp",
- "currency": "RUB",
- "method": "interkassa",
+ "code": "mercadopago_cop_hpp",
"flow": "hpp",
- "amount_min": 0.01,
- "amount_max": 100000
+ "method": "mercadopago",
+ "currency": "COP",
+ "amount_min": 40,
+ "amount_max": 400000000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{2,4}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CC, NIT, CE, PASS, PPT)",
+ "ru": "Введите тип документа (CC, NIT, CE, PASS, PPT)",
+ "uk": "Введіть тип документу (CC, NIT, CE, PASS, PPT)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{6,15}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "interkassa_wmz_hpp",
- "currency": "WMZ",
- "method": "interkassa",
+ "code": "mercadopago_ars_hpp",
"flow": "hpp",
- "amount_min": 0.01,
- "amount_max": 100000
+ "method": "mercadopago",
+ "currency": "ARS",
+ "fields": [
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z0-9\\.\\-]{1,100}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ },
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "\/^.{1,32}$\/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type",
+ "ru": "Введите тип документа",
+ "uk": "Введіть тип документу"
+ }
+ }
+ ],
+ "amount_min": 10,
+ "amount_max": 140000000
},
{
"status": "active",
- "code": "interkassa_wme_hpp",
- "currency": "WME",
- "method": "interkassa",
+ "code": "naranjax_ars_hpp",
"flow": "hpp",
- "amount_min": 0.01,
- "amount_max": 100000
+ "method": "naranjax",
+ "currency": "ARS",
+ "amount_min": 10,
+ "amount_max": 140000000
},
{
"status": "active",
- "code": "interkassa_wmr_hpp",
- "currency": "WMR",
- "method": "interkassa",
+ "code": "punto_red_cop_hpp",
"flow": "hpp",
- "amount_min": 0.01,
- "amount_max": 100000
+ "method": "punto_red",
+ "currency": "COP",
+ "amount_min": 40,
+ "amount_max": 400000000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{2,4}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CC, NIT, CE, PASS, PPT)",
+ "ru": "Введите тип документа (CC, NIT, CE, PASS, PPT)",
+ "uk": "Введіть тип документу (CC, NIT, CE, PASS, PPT)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{6,15}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "interkassa_wmu_hpp",
- "currency": "WMU",
- "method": "interkassa",
+ "code": "almacenes_exito_cop_hpp",
"flow": "hpp",
- "amount_min": 0.01,
- "amount_max": 100000
+ "method": "almacenes_exito",
+ "currency": "COP",
+ "amount_min": 40,
+ "amount_max": 400000000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{2,4}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CC, NIT, CE, PASS, PPT)",
+ "ru": "Введите тип документа (CC, NIT, CE, PASS, PPT)",
+ "uk": "Введіть тип документу (CC, NIT, CE, PASS, PPT)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{6,15}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "interkassa_inr_hpp",
- "currency": "INR",
- "method": "interkassa",
+ "code": "carulla_cop_hpp",
"flow": "hpp",
- "amount_min": 0.01,
- "amount_max": 100000
+ "method": "carulla",
+ "currency": "COP",
+ "amount_min": 40,
+ "amount_max": 400000000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{2,4}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CC, NIT, CE, PASS, PPT)",
+ "ru": "Введите тип документа (CC, NIT, CE, PASS, PPT)",
+ "uk": "Введіть тип документу (CC, NIT, CE, PASS, PPT)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{6,15}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "geopaynet_uah_hpp",
- "currency": "UAH",
+ "code": "surtimax_cop_hpp",
"flow": "hpp",
- "method": "geopaynet",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "surtimax",
+ "currency": "COP",
+ "amount_min": 40,
+ "amount_max": 400000000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{2,4}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CC, NIT, CE, PASS, PPT)",
+ "ru": "Введите тип документа (CC, NIT, CE, PASS, PPT)",
+ "uk": "Введіть тип документу (CC, NIT, CE, PASS, PPT)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{6,15}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "geopaynet_rub_hpp",
- "currency": "RUB",
+ "code": "jer_cop_hpp",
"flow": "hpp",
- "method": "geopaynet",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "jer",
+ "currency": "COP",
+ "amount_min": 40,
+ "amount_max": 400000000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{2,4}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CC, NIT, CE, PASS, PPT)",
+ "ru": "Введите тип документа (CC, NIT, CE, PASS, PPT)",
+ "uk": "Введіть тип документу (CC, NIT, CE, PASS, PPT)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{6,15}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "geopaynet_eur_hpp",
- "currency": "EUR",
+ "code": "su_chance_cop_hpp",
"flow": "hpp",
- "method": "geopaynet",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "su_chance",
+ "currency": "COP",
+ "amount_min": 40,
+ "amount_max": 400000000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{2,4}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CC, NIT, CE, PASS, PPT)",
+ "ru": "Введите тип документа (CC, NIT, CE, PASS, PPT)",
+ "uk": "Введіть тип документу (CC, NIT, CE, PASS, PPT)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{6,15}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "paypal_usd_hpp",
- "currency": "USD",
+ "code": "con_suerte_cop_hpp",
"flow": "hpp",
- "method": "paypal",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "con_suerte",
+ "currency": "COP",
+ "amount_min": 40,
+ "amount_max": 400000000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{2,4}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CC, NIT, CE, PASS, PPT)",
+ "ru": "Введите тип документа (CC, NIT, CE, PASS, PPT)",
+ "uk": "Введіть тип документу (CC, NIT, CE, PASS, PPT)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{6,15}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "paypal_eur_hpp",
- "currency": "EUR",
+ "code": "superinter_cop_hpp",
"flow": "hpp",
- "method": "paypal",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "superinter",
+ "currency": "COP",
+ "amount_min": 40,
+ "amount_max": 400000000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{2,4}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CC, NIT, CE, PASS, PPT)",
+ "ru": "Введите тип документа (CC, NIT, CE, PASS, PPT)",
+ "uk": "Введіть тип документу (CC, NIT, CE, PASS, PPT)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{6,15}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "paypal_huf_hpp",
- "currency": "HUF",
+ "code": "coopenessa_cop_hpp",
"flow": "hpp",
- "method": "paypal",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "coopenessa",
+ "currency": "COP",
+ "amount_min": 40,
+ "amount_max": 400000000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{2,4}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CC, NIT, CE, PASS, PPT)",
+ "ru": "Введите тип документа (CC, NIT, CE, PASS, PPT)",
+ "uk": "Введіть тип документу (CC, NIT, CE, PASS, PPT)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{6,15}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "paypal_gbp_hpp",
- "currency": "GBP",
+ "code": "edeq_cop_hpp",
"flow": "hpp",
- "method": "paypal",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "edeq",
+ "currency": "COP",
+ "amount_min": 40,
+ "amount_max": 400000000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{2,4}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CC, NIT, CE, PASS, PPT)",
+ "ru": "Введите тип документа (CC, NIT, CE, PASS, PPT)",
+ "uk": "Введіть тип документу (CC, NIT, CE, PASS, PPT)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{6,15}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "china_citic_bank_cny_hpp",
- "currency": "CNY",
+ "code": "dimonex_cop_hpp",
"flow": "hpp",
- "method": "china_citic_bank",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "dimonex",
+ "currency": "COP",
+ "amount_min": 40,
+ "amount_max": 400000000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{2,4}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CC, NIT, CE, PASS, PPT)",
+ "ru": "Введите тип документа (CC, NIT, CE, PASS, PPT)",
+ "uk": "Введіть тип документу (CC, NIT, CE, PASS, PPT)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{6,15}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "industrial_bank_cny_hpp",
- "currency": "CNY",
+ "code": "fullcarga_cop_hpp",
"flow": "hpp",
- "method": "industrial_bank",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "fullcarga",
+ "currency": "COP",
+ "amount_min": 40,
+ "amount_max": 400000000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{2,4}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CC, NIT, CE, PASS, PPT)",
+ "ru": "Введите тип документа (CC, NIT, CE, PASS, PPT)",
+ "uk": "Введіть тип документу (CC, NIT, CE, PASS, PPT)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{6,15}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "china_guangfa_bank_cny_hpp",
- "currency": "CNY",
+ "code": "moviired_cop_hpp",
"flow": "hpp",
- "method": "china_guangfa_bank",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "moviired",
+ "currency": "COP",
+ "amount_min": 40,
+ "amount_max": 400000000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{2,4}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CC, NIT, CE, PASS, PPT)",
+ "ru": "Введите тип документа (CC, NIT, CE, PASS, PPT)",
+ "uk": "Введіть тип документу (CC, NIT, CE, PASS, PPT)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{6,15}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "china_merchants_bank_cny_hpp",
- "currency": "CNY",
+ "code": "su_suerte_cop_hpp",
"flow": "hpp",
- "method": "china_merchants_bank",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "su_suerte",
+ "currency": "COP",
+ "amount_min": 40,
+ "amount_max": 400000000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{2,4}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CC, NIT, CE, PASS, PPT)",
+ "ru": "Введите тип документа (CC, NIT, CE, PASS, PPT)",
+ "uk": "Введіть тип документу (CC, NIT, CE, PASS, PPT)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{6,15}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "china_postal_savings_bank_cny_hpp",
- "currency": "CNY",
+ "code": "surti_mayorista_cop_hpp",
"flow": "hpp",
- "method": "china_postal_savings_bank",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "surti_mayorista",
+ "currency": "COP",
+ "amount_min": 40,
+ "amount_max": 400000000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{2,4}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CC, NIT, CE, PASS, PPT)",
+ "ru": "Введите тип документа (CC, NIT, CE, PASS, PPT)",
+ "uk": "Введіть тип документу (CC, NIT, CE, PASS, PPT)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{6,15}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "bank_of_china_cny_hpp",
- "currency": "CNY",
+ "code": "su_red_cop_hpp",
"flow": "hpp",
- "method": "bank_of_china",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "su_red",
+ "currency": "COP",
+ "amount_min": 40,
+ "amount_max": 400000000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{2,4}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CC, NIT, CE, PASS, PPT)",
+ "ru": "Введите тип документа (CC, NIT, CE, PASS, PPT)",
+ "uk": "Введіть тип документу (CC, NIT, CE, PASS, PPT)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{6,15}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "agricultural_bank_of_china_cny_hpp",
- "currency": "CNY",
+ "code": "transfiya_cop_hpp",
"flow": "hpp",
- "method": "agricultural_bank_of_china",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "transfiya",
+ "currency": "COP",
+ "amount_min": 40,
+ "amount_max": 400000000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{2,4}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CC, NIT, CE, PASS, PPT)",
+ "ru": "Введите тип документа (CC, NIT, CE, PASS, PPT)",
+ "uk": "Введіть тип документу (CC, NIT, CE, PASS, PPT)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{6,15}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "china_everbright_bank_cny_hpp",
- "currency": "CNY",
+ "code": "tpaga_cop_hpp",
"flow": "hpp",
- "method": "china_everbright_bank",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "tpaga",
+ "currency": "COP",
+ "amount_min": 40,
+ "amount_max": 400000000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{2,4}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CC, NIT, CE, PASS, PPT)",
+ "ru": "Введите тип документа (CC, NIT, CE, PASS, PPT)",
+ "uk": "Введіть тип документу (CC, NIT, CE, PASS, PPT)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{6,15}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "china_construction_bank_cny_hpp",
- "currency": "CNY",
+ "code": "breb_cop_hpp",
"flow": "hpp",
- "method": "china_construction_bank",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "breb",
+ "currency": "COP",
+ "amount_min": 40,
+ "amount_max": 400000000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{2,4}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CC, NIT, CE, PASS, PPT)",
+ "ru": "Введите тип документа (CC, NIT, CE, PASS, PPT)",
+ "uk": "Введіть тип документу (CC, NIT, CE, PASS, PPT)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{6,15}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ },
+ {
+ "key": "document_number",
+ "type": "string",
+ "regexp": "/^.{1,50}$/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Document Number",
+ "ru": "Номер документа",
+ "uk": "Номер документу"
+ },
+ "hint": {
+ "en": "Enter document number",
+ "ru": "Введите номер документа",
+ "uk": "Введіть номер документу"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "ping_an_bank_cny_hpp",
- "currency": "CNY",
+ "code": "payser_crc_hpp",
"flow": "hpp",
- "method": "ping_an_bank",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "payser",
+ "currency": "CRC",
+ "amount_min": 6,
+ "amount_max": 60000000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{2}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CI)",
+ "ru": "Введите тип документа (CI)",
+ "uk": "Введіть тип документу (CI)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[0-9]{9,9}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "bank_of_communication_cny_hpp",
- "currency": "CNY",
+ "code": "paypal_crc_hpp",
"flow": "hpp",
- "method": "bank_of_communication",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "paypal",
+ "currency": "CRC",
+ "amount_min": 6,
+ "amount_max": 60000000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{2}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CI)",
+ "ru": "Введите тип документа (CI)",
+ "uk": "Введіть тип документу (CI)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[0-9]{9,9}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "industrial_and_commercial_bank_of_china_cny_hpp",
- "currency": "CNY",
+ "code": "facilito_usd_hpp",
"flow": "hpp",
- "method": "industrial_and_commercial_bank_of_china",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "facilito",
+ "currency": "USD",
+ "amount_min": 1,
+ "amount_max": 100000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{2,4}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CC, DL, RUC, PASS)",
+ "ru": "Введите тип документа (CC, DL, RUC, PASS)",
+ "uk": "Введіть тип документу (CC, DL, RUC, PASS)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{6,13}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "shanghai_pudong_development_bank_cny_hpp",
- "currency": "CNY",
+ "code": "pago_agil_usd_hpp",
"flow": "hpp",
- "method": "shanghai_pudong_development_bank",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "pago_agil",
+ "currency": "USD",
+ "amount_min": 1,
+ "amount_max": 100000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{2,4}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CC, DL, RUC, PASS)",
+ "ru": "Введите тип документа (CC, DL, RUC, PASS)",
+ "uk": "Введіть тип документу (CC, DL, RUC, PASS)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{6,13}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "china_minsheng_bank_cny_hpp",
- "currency": "CNY",
+ "code": "servipagos_usd_hpp",
"flow": "hpp",
- "method": "china_minsheng_bank",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "servipagos",
+ "currency": "USD",
+ "amount_min": 1,
+ "amount_max": 100000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{2,4}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CC, DL, RUC, PASS)",
+ "ru": "Введите тип документа (CC, DL, RUC, PASS)",
+ "uk": "Введіть тип документу (CC, DL, RUC, PASS)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{6,13}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "china_union_pay_cny_hpp",
- "currency": "CNY",
+ "code": "banco_del_barrio_usd_hpp",
"flow": "hpp",
- "method": "china_union_pay",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "banco_del_barrio",
+ "currency": "USD",
+ "amount_min": 1,
+ "amount_max": 100000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{2,4}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CC, DL, RUC, PASS)",
+ "ru": "Введите тип документа (CC, DL, RUC, PASS)",
+ "uk": "Введіть тип документу (CC, DL, RUC, PASS)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{6,13}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "siam_commercial_bank_thb_hpp",
- "currency": "THB",
+ "code": "banco_bolivariano_usd_hpp",
"flow": "hpp",
- "method": "siam_commercial_bank",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "banco_bolivariano",
+ "currency": "USD",
+ "amount_min": 1,
+ "amount_max": 100000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{2,4}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CC, DL, RUC, PASS)",
+ "ru": "Введите тип документа (CC, DL, RUC, PASS)",
+ "uk": "Введіть тип документу (CC, DL, RUC, PASS)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{6,13}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "krung_thai_bank_thb_hpp",
- "currency": "THB",
+ "code": "tia_usd_hpp",
"flow": "hpp",
- "method": "krung_thai_bank",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "tia",
+ "currency": "USD",
+ "amount_min": 1,
+ "amount_max": 100000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{2,4}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CC, DL, RUC, PASS)",
+ "ru": "Введите тип документа (CC, DL, RUC, PASS)",
+ "uk": "Введіть тип документу (CC, DL, RUC, PASS)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{6,13}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "krungsri_thb_hpp",
- "currency": "THB",
+ "code": "activa_westernunion_usd_hpp",
"flow": "hpp",
- "method": "krungsri",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "activa_westernunion",
+ "currency": "USD",
+ "amount_min": 1,
+ "amount_max": 100000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{2,4}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CC, DL, RUC, PASS)",
+ "ru": "Введите тип документа (CC, DL, RUC, PASS)",
+ "uk": "Введіть тип документу (CC, DL, RUC, PASS)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{6,13}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "uobt_thb_hpp",
- "currency": "THB",
+ "code": "banco_internacional_usd_hpp",
"flow": "hpp",
- "method": "uobt",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "banco_internacional",
+ "currency": "USD",
+ "amount_min": 1,
+ "amount_max": 100000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{2,4}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CC, DL, RUC, PASS)",
+ "ru": "Введите тип документа (CC, DL, RUC, PASS)",
+ "uk": "Введіть тип документу (CC, DL, RUC, PASS)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{6,13}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "kasikorn_bank_thb_hpp",
- "currency": "THB",
+ "code": "western_union_usd_hpp",
"flow": "hpp",
- "method": "kasikorn_bank",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "western_union",
+ "currency": "USD",
+ "amount_min": 1,
+ "amount_max": 100000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{2,4}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CC, DL, RUC, PASS)",
+ "ru": "Введите тип документа (CC, DL, RUC, PASS)",
+ "uk": "Введіть тип документу (CC, DL, RUC, PASS)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{6,13}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "bangko_bank_thb_hpp",
- "currency": "THB",
+ "code": "farmacias911_usd_hpp",
"flow": "hpp",
- "method": "bangko_bank",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "farmacias911",
+ "currency": "USD",
+ "amount_min": 1,
+ "amount_max": 100000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{2,4}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CC, DL, RUC, PASS)",
+ "ru": "Введите тип документа (CC, DL, RUC, PASS)",
+ "uk": "Введіть тип документу (CC, DL, RUC, PASS)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{6,13}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "cimb_clicks_bank_myr_hpp",
- "currency": "MYR",
+ "code": "payphone_usd_hpp",
"flow": "hpp",
- "method": "cimb_clicks_bank",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "payphone",
+ "currency": "USD",
+ "amount_min": 1,
+ "amount_max": 100000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{2,4}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CC, DL, RUC, PASS)",
+ "ru": "Введите тип документа (CC, DL, RUC, PASS)",
+ "uk": "Введіть тип документу (CC, DL, RUC, PASS)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{6,13}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "public_bank_myr_hpp",
- "currency": "MYR",
+ "code": "banco_gyt_continental_gtq_hpp",
"flow": "hpp",
- "method": "public_bank",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "banco_gyt_continental",
+ "currency": "GTQ",
+ "amount_min": 1,
+ "amount_max": 780000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{3}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (DPI)",
+ "ru": "Введите тип документа (DPI)",
+ "uk": "Введіть тип документу (DPI)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{6,18}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "rhb_bank_myr_hpp",
- "currency": "MYR",
+ "code": "mercadopago_mxn_hpp",
"flow": "hpp",
- "method": "rhb_bank",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "mercadopago",
+ "currency": "MXN",
+ "amount_min": 1,
+ "amount_max": 2000000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{3,4}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CURP, RFC, IFE, PASS)",
+ "ru": "Введите тип документа (CURP, RFC, IFE, PASS)",
+ "uk": "Введіть тип документу (CURP, RFC, IFE, PASS)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{8,18}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "hong_leong_bank_myr_hpp",
- "currency": "MYR",
+ "code": "oxxo_mxn_hpp",
"flow": "hpp",
- "method": "hong_leong_bank",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "oxxo",
+ "currency": "MXN",
+ "amount_min": 1,
+ "amount_max": 2000000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{3,4}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CURP, RFC, IFE, PASS)",
+ "ru": "Введите тип документа (CURP, RFC, IFE, PASS)",
+ "uk": "Введіть тип документу (CURP, RFC, IFE, PASS)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{8,18}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "may_bank_myr_hpp",
- "currency": "MYR",
+ "code": "codi_mxn_hpp",
"flow": "hpp",
- "method": "may_bank",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "codi",
+ "currency": "MXN",
+ "amount_min": 1,
+ "amount_max": 2000000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{3,4}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CURP, RFC, IFE, PASS)",
+ "ru": "Введите тип документа (CURP, RFC, IFE, PASS)",
+ "uk": "Введіть тип документу (CURP, RFC, IFE, PASS)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{8,18}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "australia_and_new_zealand_banking_group_aud_hpp",
- "currency": "AUD",
+ "code": "banamex_mxn_hpp",
"flow": "hpp",
- "method": "australia_and_new_zealand_banking_group",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "banamex",
+ "currency": "MXN",
+ "amount_min": 1,
+ "amount_max": 2000000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{3,4}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CURP, RFC, IFE, PASS)",
+ "ru": "Введите тип документа (CURP, RFC, IFE, PASS)",
+ "uk": "Введіть тип документу (CURP, RFC, IFE, PASS)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{8,18}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "westpac_aud_hpp",
- "currency": "AUD",
+ "code": "santander_supernet_mxn_hpp",
"flow": "hpp",
- "method": "westpac",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "santander_supernet",
+ "currency": "MXN",
+ "amount_min": 1,
+ "amount_max": 2000000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{3,4}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CURP, RFC, IFE, PASS)",
+ "ru": "Введите тип документа (CURP, RFC, IFE, PASS)",
+ "uk": "Введіть тип документу (CURP, RFC, IFE, PASS)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{8,18}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "national_australia_bank_aud_hpp",
- "currency": "AUD",
+ "code": "banco_santander_mxn_hpp",
"flow": "hpp",
- "method": "national_australia_bank",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "banco_santander",
+ "currency": "MXN",
+ "amount_min": 1,
+ "amount_max": 2000000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{3,4}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CURP, RFC, IFE, PASS)",
+ "ru": "Введите тип документа (CURP, RFC, IFE, PASS)",
+ "uk": "Введіть тип документу (CURP, RFC, IFE, PASS)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{8,18}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "commonwealth_bank_aud_hpp",
- "currency": "AUD",
+ "code": "afirme_online_banking_mxn_hpp",
"flow": "hpp",
- "method": "commonwealth_bank",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "afirme_online_banking",
+ "currency": "MXN",
+ "amount_min": 1,
+ "amount_max": 2000000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{3,4}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CURP, RFC, IFE, PASS)",
+ "ru": "Введите тип документа (CURP, RFC, IFE, PASS)",
+ "uk": "Введіть тип документу (CURP, RFC, IFE, PASS)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{8,18}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "axis_bank_inr_hpp",
- "currency": "INR",
+ "code": "toditocash_mxn_hpp",
"flow": "hpp",
- "method": "axis_bank",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "toditocash",
+ "currency": "MXN",
+ "amount_min": 1,
+ "amount_max": 2000000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{3,4}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CURP, RFC, IFE, PASS)",
+ "ru": "Введите тип документа (CURP, RFC, IFE, PASS)",
+ "uk": "Введіть тип документу (CURP, RFC, IFE, PASS)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{8,18}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
- "status": "active",
- "code": "indian_bank_inr_hpp",
- "currency": "INR",
- "flow": "hpp",
- "method": "indian_bank",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "status": "active",
+ "code": "paynet_mxn_hpp",
+ "flow": "hpp",
+ "method": "paynet",
+ "currency": "MXN",
+ "amount_min": 1,
+ "amount_max": 2000000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{3,4}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CURP, RFC, IFE, PASS)",
+ "ru": "Введите тип документа (CURP, RFC, IFE, PASS)",
+ "uk": "Введіть тип документу (CURP, RFC, IFE, PASS)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{8,18}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "state_bank_of_india_inr_hpp",
- "currency": "INR",
+ "code": "farmacia_del_ahorro_mxn_hpp",
"flow": "hpp",
- "method": "state_bank_of_india",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "farmacia_del_ahorro",
+ "currency": "MXN",
+ "amount_min": 1,
+ "amount_max": 2000000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{3,4}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CURP, RFC, IFE, PASS)",
+ "ru": "Введите тип документа (CURP, RFC, IFE, PASS)",
+ "uk": "Введіть тип документу (CURP, RFC, IFE, PASS)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{8,18}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "kotak_mahindra_bank_inr_hpp",
- "currency": "INR",
+ "code": "extra_mxn_hpp",
"flow": "hpp",
- "method": "kotak_mahindra_bank",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "extra",
+ "currency": "MXN",
+ "amount_min": 1,
+ "amount_max": 2000000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{3,4}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CURP, RFC, IFE, PASS)",
+ "ru": "Введите тип документа (CURP, RFC, IFE, PASS)",
+ "uk": "Введіть тип документу (CURP, RFC, IFE, PASS)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{8,18}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "canara_bank_inr_hpp",
- "currency": "INR",
+ "code": "bodega_aurrera_mxn_hpp",
"flow": "hpp",
- "method": "canara_bank",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "bodega_aurrera",
+ "currency": "MXN",
+ "amount_min": 1,
+ "amount_max": 2000000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{3,4}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CURP, RFC, IFE, PASS)",
+ "ru": "Введите тип документа (CURP, RFC, IFE, PASS)",
+ "uk": "Введіть тип документу (CURP, RFC, IFE, PASS)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{8,18}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "icici_bank_inr_hpp",
- "currency": "INR",
+ "code": "circulo_k_mxn_hpp",
"flow": "hpp",
- "method": "icici_bank",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "circulo_k",
+ "currency": "MXN",
+ "amount_min": 1,
+ "amount_max": 2000000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{3,4}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CURP, RFC, IFE, PASS)",
+ "ru": "Введите тип документа (CURP, RFC, IFE, PASS)",
+ "uk": "Введіть тип документу (CURP, RFC, IFE, PASS)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{8,18}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "punjab_national_bank_inr_hpp",
- "currency": "INR",
+ "code": "seven_eleven_mxn_hpp",
"flow": "hpp",
- "method": "punjab_national_bank",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "seven_eleven",
+ "currency": "MXN",
+ "amount_min": 1,
+ "amount_max": 2000000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{3,4}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CURP, RFC, IFE, PASS)",
+ "ru": "Введите тип документа (CURP, RFC, IFE, PASS)",
+ "uk": "Введіть тип документу (CURP, RFC, IFE, PASS)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{8,18}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "bank_of_india_inr_hpp",
- "currency": "INR",
+ "code": "farmacia_la_mas_barata_mxn_hpp",
"flow": "hpp",
- "method": "bank_of_india",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "farmacia_la_mas_barata",
+ "currency": "MXN",
+ "amount_min": 1,
+ "amount_max": 2000000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{3,4}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CURP, RFC, IFE, PASS)",
+ "ru": "Введите тип документа (CURP, RFC, IFE, PASS)",
+ "uk": "Введіть тип документу (CURP, RFC, IFE, PASS)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{8,18}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "idbi_bank_inr_hpp",
- "currency": "INR",
+ "code": "roma_mxn_hpp",
"flow": "hpp",
- "method": "idbi_bank",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "roma",
+ "currency": "MXN",
+ "amount_min": 1,
+ "amount_max": 2000000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{3,4}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CURP, RFC, IFE, PASS)",
+ "ru": "Введите тип документа (CURP, RFC, IFE, PASS)",
+ "uk": "Введіть тип документу (CURP, RFC, IFE, PASS)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{8,18}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "standard_charter_bank_inr_hpp",
- "currency": "INR",
+ "code": "superama_mxn_hpp",
"flow": "hpp",
- "method": "standard_charter_bank",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "superama",
+ "currency": "MXN",
+ "amount_min": 1,
+ "amount_max": 2000000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{3,4}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CURP, RFC, IFE, PASS)",
+ "ru": "Введите тип документа (CURP, RFC, IFE, PASS)",
+ "uk": "Введіть тип документу (CURP, RFC, IFE, PASS)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{8,18}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "karnataka_bank_inr_hpp",
- "currency": "INR",
+ "code": "walmart_express_mxn_hpp",
"flow": "hpp",
- "method": "karnataka_bank",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "walmart_express",
+ "currency": "MXN",
+ "amount_min": 1,
+ "amount_max": 2000000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{3,4}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CURP, RFC, IFE, PASS)",
+ "ru": "Введите тип документа (CURP, RFC, IFE, PASS)",
+ "uk": "Введіть тип документу (CURP, RFC, IFE, PASS)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{8,18}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "hdfc_bank_inr_hpp",
- "currency": "INR",
+ "code": "walmart_mxn_hpp",
"flow": "hpp",
- "method": "hdfc_bank",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "walmart",
+ "currency": "MXN",
+ "amount_min": 1,
+ "amount_max": 2000000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{3,4}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CURP, RFC, IFE, PASS)",
+ "ru": "Введите тип документа (CURP, RFC, IFE, PASS)",
+ "uk": "Введіть тип документу (CURP, RFC, IFE, PASS)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{8,18}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "yes_bank_inr_hpp",
- "currency": "INR",
+ "code": "baz_superapp_mxn_hpp",
"flow": "hpp",
- "method": "yes_bank",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "baz_superapp",
+ "currency": "MXN",
+ "amount_min": 1,
+ "amount_max": 2000000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{3,4}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CURP, RFC, IFE, PASS)",
+ "ru": "Введите тип документа (CURP, RFC, IFE, PASS)",
+ "uk": "Введіть тип документу (CURP, RFC, IFE, PASS)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{8,18}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "allahabad_bank_inr_hpp",
- "currency": "INR",
+ "code": "supercity_mxn_hpp",
"flow": "hpp",
- "method": "allahabad_bank",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "supercity",
+ "currency": "MXN",
+ "amount_min": 1,
+ "amount_max": 2000000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{3,4}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CURP, RFC, IFE, PASS)",
+ "ru": "Введите тип документа (CURP, RFC, IFE, PASS)",
+ "uk": "Введіть тип документу (CURP, RFC, IFE, PASS)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{8,18}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "corporation_bank_inr_hpp",
- "currency": "INR",
+ "code": "sams_club_mxn_hpp",
"flow": "hpp",
- "method": "corporation_bank",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "sams_club",
+ "currency": "MXN",
+ "amount_min": 1,
+ "amount_max": 2000000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{3,4}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CURP, RFC, IFE, PASS)",
+ "ru": "Введите тип документа (CURP, RFC, IFE, PASS)",
+ "uk": "Введіть тип документу (CURP, RFC, IFE, PASS)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{8,18}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "oriental_bank_of_commerce_inr_hpp",
- "currency": "INR",
+ "code": "banorte_online_banking_mxn_hpp",
"flow": "hpp",
- "method": "oriental_bank_of_commerce",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "banorte_online_banking",
+ "currency": "MXN",
+ "amount_min": 1,
+ "amount_max": 2000000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{3,4}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CURP, RFC, IFE, PASS)",
+ "ru": "Введите тип документа (CURP, RFC, IFE, PASS)",
+ "uk": "Введіть тип документу (CURP, RFC, IFE, PASS)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{8,18}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "city_union_bank_inr_hpp",
- "currency": "INR",
+ "code": "paypal_mxn_hpp",
"flow": "hpp",
- "method": "city_union_bank",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "paypal",
+ "currency": "MXN",
+ "amount_min": 1,
+ "amount_max": 2000000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{3,4}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CURP, RFC, IFE, PASS)",
+ "ru": "Введите тип документа (CURP, RFC, IFE, PASS)",
+ "uk": "Введіть тип документу (CURP, RFC, IFE, PASS)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{8,18}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "vijaya_bank_inr_hpp",
- "currency": "INR",
+ "code": "western_union_pab_hpp",
"flow": "hpp",
- "method": "vijaya_bank",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "western_union",
+ "currency": "PAB",
+ "amount_min": 1,
+ "amount_max": 100000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{3,4}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CIP, PASS)",
+ "ru": "Введите тип документа (CIP, PASS)",
+ "uk": "Введіть тип документу (CIP, PASS)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[0-9]{5,11}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "united_bank_of_india_inr_hpp",
- "currency": "INR",
- "flow": "hpp",
- "method": "united_bank_of_india",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "code": "bank_transfer_pyg_invoice",
+ "flow": "invoice",
+ "method": "bank_transfer",
+ "currency": "PYG",
+ "amount_min": 70,
+ "amount_max": 700000000
},
{
"status": "active",
- "code": "rbl_bank_inr_hpp",
- "currency": "INR",
+ "code": "bank_transfer_pyg_hpp",
"flow": "hpp",
- "method": "rbl_bank",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "bank_transfer",
+ "currency": "PYG",
+ "amount_min": 70,
+ "amount_max": 700000000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{3,4}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CRC, CRP, DNI, PASS, RUC, CIC)",
+ "ru": "Введите тип документа (CRC, CRP, DNI, PASS, RUC, CIC)",
+ "uk": "Введіть тип документу (CRC, CRP, DNI, PASS, RUC, CIC)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{3,15}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "andhra_bank_inr_hpp",
- "currency": "INR",
+ "code": "tupay_pen_hpp",
"flow": "hpp",
- "method": "andhra_bank",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "tupay",
+ "currency": "PEN",
+ "amount_min": 1,
+ "amount_max": 380000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{2,4}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CE, CPP, DNI, PASS, RUC)",
+ "ru": "Введите тип документа (CE, CPP, DNI, PASS, RUC)",
+ "uk": "Введіть тип документу (CE, CPP, DNI, PASS, RUC)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{8,12}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "csb_bank_inr_hpp",
- "currency": "INR",
+ "code": "tupay_qr_pen_hpp",
"flow": "hpp",
- "method": "csb_bank",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "tupay_qr",
+ "currency": "PEN",
+ "amount_min": 1,
+ "amount_max": 380000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{2,4}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CE, CPP, DNI, PASS, RUC)",
+ "ru": "Введите тип документа (CE, CPP, DNI, PASS, RUC)",
+ "uk": "Введіть тип документу (CE, CPP, DNI, PASS, RUC)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{8,12}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "au_small_finance_bank_inr_hpp",
- "currency": "INR",
+ "code": "tupay_bank_transfers_pen_hpp",
"flow": "hpp",
- "method": "au_small_finance_bank",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "tupay_bank_transfers",
+ "currency": "PEN",
+ "amount_min": 1,
+ "amount_max": 380000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{2,4}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CE, CPP, DNI, PASS, RUC)",
+ "ru": "Введите тип документа (CE, CPP, DNI, PASS, RUC)",
+ "uk": "Введіть тип документу (CE, CPP, DNI, PASS, RUC)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{8,12}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "central_bank_of_india_inr_hpp",
- "currency": "INR",
+ "code": "credit_cards_by_tupay_pen_hpp",
"flow": "hpp",
- "method": "central_bank_of_india",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "credit_cards_by_tupay",
+ "currency": "PEN",
+ "amount_min": 1,
+ "amount_max": 380000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{2,4}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CE, CPP, DNI, PASS, RUC)",
+ "ru": "Введите тип документа (CE, CPP, DNI, PASS, RUC)",
+ "uk": "Введіть тип документу (CE, CPP, DNI, PASS, RUC)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{8,12}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "union_bank_of_india_inr_hpp",
- "currency": "INR",
+ "code": "pago_efectivo_pen_hpp",
"flow": "hpp",
- "method": "union_bank_of_india",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "pago_efectivo",
+ "currency": "PEN",
+ "amount_min": 1,
+ "amount_max": 380000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{2,4}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CE, CPP, DNI, PASS, RUC)",
+ "ru": "Введите тип документа (CE, CPP, DNI, PASS, RUC)",
+ "uk": "Введіть тип документу (CE, CPP, DNI, PASS, RUC)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{8,12}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "bank_of_baroda_inr_hpp",
- "currency": "INR",
+ "code": "yape_pen_hpp",
"flow": "hpp",
- "method": "bank_of_baroda",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "yape",
+ "currency": "PEN",
+ "amount_min": 1,
+ "amount_max": 380000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{2,4}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CE, CPP, DNI, PASS, RUC)",
+ "ru": "Введите тип документа (CE, CPP, DNI, PASS, RUC)",
+ "uk": "Введіть тип документу (CE, CPP, DNI, PASS, RUC)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{8,12}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "mandiri_bank_idr_hpp",
- "currency": "IDR",
+ "code": "banbif_pen_hpp",
"flow": "hpp",
- "method": "mandiri_bank",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "banbif",
+ "currency": "PEN",
+ "amount_min": 1,
+ "amount_max": 380000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{2,4}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CE, CPP, DNI, PASS, RUC)",
+ "ru": "Введите тип документа (CE, CPP, DNI, PASS, RUC)",
+ "uk": "Введіть тип документу (CE, CPP, DNI, PASS, RUC)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{8,12}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "bank_negara_indonesia_idr_hpp",
- "currency": "IDR",
+ "code": "banco_ripley_pen_hpp",
"flow": "hpp",
- "method": "bank_negara_indonesia",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "banco_ripley",
+ "currency": "PEN",
+ "amount_min": 1,
+ "amount_max": 380000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{2,4}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CE, CPP, DNI, PASS, RUC)",
+ "ru": "Введите тип документа (CE, CPP, DNI, PASS, RUC)",
+ "uk": "Введіть тип документу (CE, CPP, DNI, PASS, RUC)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{8,12}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "bank_central_asia_idr_hpp",
- "currency": "IDR",
+ "code": "mercadopago_pen_hpp",
"flow": "hpp",
- "method": "bank_central_asia",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "mercadopago",
+ "currency": "PEN",
+ "amount_min": 1,
+ "amount_max": 380000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{2,4}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CE, CPP, DNI, PASS, RUC)",
+ "ru": "Введите тип документа (CE, CPP, DNI, PASS, RUC)",
+ "uk": "Введіть тип документу (CE, CPP, DNI, PASS, RUC)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{8,12}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "bank_rakyat_indonesia_idr_hpp",
- "currency": "IDR",
+ "code": "niubiz_agents_payment_pen_hpp",
"flow": "hpp",
- "method": "bank_rakyat_indonesia",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "niubiz_agents_payment",
+ "currency": "PEN",
+ "amount_min": 1,
+ "amount_max": 380000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{2,4}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CE, CPP, DNI, PASS, RUC)",
+ "ru": "Введите тип документа (CE, CPP, DNI, PASS, RUC)",
+ "uk": "Введіть тип документу (CE, CPP, DNI, PASS, RUC)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{8,12}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "permata_bank_idr_hpp",
- "currency": "IDR",
+ "code": "red_digital_pen_hpp",
"flow": "hpp",
- "method": "permata_bank",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "red_digital",
+ "currency": "PEN",
+ "amount_min": 1,
+ "amount_max": 380000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{2,4}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CE, CPP, DNI, PASS, RUC)",
+ "ru": "Введите тип документа (CE, CPP, DNI, PASS, RUC)",
+ "uk": "Введіть тип документу (CE, CPP, DNI, PASS, RUC)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{8,12}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "cimb_clicks_indonesia_idr_hpp",
- "currency": "IDR",
+ "code": "western_union_pen_hpp",
"flow": "hpp",
- "method": "cimb_clicks_indonesia",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "western_union",
+ "currency": "PEN",
+ "amount_min": 1,
+ "amount_max": 380000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{2,4}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CE, CPP, DNI, PASS, RUC)",
+ "ru": "Введите тип документа (CE, CPP, DNI, PASS, RUC)",
+ "uk": "Введіть тип документу (CE, CPP, DNI, PASS, RUC)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{8,12}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "danamon_bank_idr_hpp",
- "currency": "IDR",
+ "code": "caja_cusco_pen_hpp",
"flow": "hpp",
- "method": "danamon_bank",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "caja_cusco",
+ "currency": "PEN",
+ "amount_min": 1,
+ "amount_max": 380000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{2,4}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CE, CPP, DNI, PASS, RUC)",
+ "ru": "Введите тип документа (CE, CPP, DNI, PASS, RUC)",
+ "uk": "Введіть тип документу (CE, CPP, DNI, PASS, RUC)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{8,12}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "btn_bank_idr_hpp",
- "currency": "IDR",
+ "code": "caja_ica_pen_hpp",
"flow": "hpp",
- "method": "btn_bank",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "caja_ica",
+ "currency": "PEN",
+ "amount_min": 1,
+ "amount_max": 380000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{2,4}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CE, CPP, DNI, PASS, RUC)",
+ "ru": "Введите тип документа (CE, CPP, DNI, PASS, RUC)",
+ "uk": "Введіть тип документу (CE, CPP, DNI, PASS, RUC)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{8,12}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "acb_bank_vnd_hpp",
- "currency": "VND",
+ "code": "caja_piura_pen_hpp",
"flow": "hpp",
- "method": "acb_bank",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "caja_piura",
+ "currency": "PEN",
+ "amount_min": 1,
+ "amount_max": 380000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{2,4}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CE, CPP, DNI, PASS, RUC)",
+ "ru": "Введите тип документа (CE, CPP, DNI, PASS, RUC)",
+ "uk": "Введіть тип документу (CE, CPP, DNI, PASS, RUC)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{8,12}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "vietcom_bank_vnd_hpp",
- "currency": "VND",
+ "code": "paypal_nio_hpp",
"flow": "hpp",
- "method": "vietcom_bank",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "paypal",
+ "currency": "NIO",
+ "amount_min": 1,
+ "amount_max": 3500000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{2}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (CI)",
+ "ru": "Введите тип документа (CI)",
+ "uk": "Введіть тип документу (CI)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{8,18}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "vietin_bank_vnd_hpp",
- "currency": "VND",
+ "code": "mobile_money_ghs_hpp",
"flow": "hpp",
- "method": "vietin_bank",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "mobile_money",
+ "currency": "GHS",
+ "amount_min": 1,
+ "amount_max": 1100000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{2}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (ID)",
+ "ru": "Введите тип документа (ID)",
+ "uk": "Введіть тип документу (ID)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{8,12}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "sacom_bank_vnd_hpp",
- "currency": "VND",
+ "code": "mobile_money_usd_hpp",
"flow": "hpp",
- "method": "sacom_bank",
+ "method": "mobile_money",
+ "currency": "USD",
"amount_min": 0.01,
- "amount_max": 9999999
+ "amount_max": 100000
},
{
"status": "active",
- "code": "bidv_bank_vnd_hpp",
- "currency": "VND",
+ "code": "mobile_money_kes_hpp",
"flow": "hpp",
- "method": "bidv_bank",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "mobile_money",
+ "currency": "KES",
+ "amount_min": 1,
+ "amount_max": 11000000,
+ "fields": [
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "/^[A-Z]{2}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type (ID)",
+ "ru": "Введите тип документа (ID)",
+ "uk": "Введіть тип документу (ID)"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{7,12}$/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "techom_bank_vnd_hpp",
- "currency": "VND",
+ "code": "fpx_myr_hpp",
"flow": "hpp",
- "method": "techom_bank",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "fpx",
+ "currency": "MYR",
+ "amount_min": 1,
+ "amount_max": 420000,
+ "fields": [
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[0-9]{10,14}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Bank code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "dong_a_bank_vnd_hpp",
- "currency": "VND",
+ "code": "touch_n_go_myr_hpp",
"flow": "hpp",
- "method": "dong_a_bank",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "touch_n_go",
+ "currency": "MYR",
+ "amount_min": 1,
+ "amount_max": 420000,
+ "fields": [
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[0-9]{10,14}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "exim_bank_vnd_hpp",
- "currency": "VND",
+ "code": "prompt_pay_thb_hpp",
"flow": "hpp",
- "method": "exim_bank",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "prompt_pay",
+ "currency": "THB",
+ "amount_min": 1,
+ "amount_max": 3300000,
+ "fields": [
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[0-9]{10,14}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "may_bank_cny_hpp",
- "currency": "CNY",
+ "code": "bank_transfer_p2p_cny_hpp",
"flow": "hpp",
- "method": "may_bank",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "bank_transfer_p2p",
+ "currency": "CNY",
+ "amount_min": 1,
+ "amount_max": 650000,
+ "fields": [
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[0-9]{3,20}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "permata_bank_cny_hpp",
- "currency": "CNY",
+ "code": "bank_transfer_p2p_inr_hpp",
"flow": "hpp",
- "method": "permata_bank",
+ "method": "bank_transfer_p2p",
+ "currency": "INR",
"amount_min": 0.01,
- "amount_max": 9999999
+ "amount_max": 1000000000
},
{
"status": "active",
- "code": "bri_bank_cny_hpp",
- "currency": "CNY",
+ "code": "bank_transfer_bhd_hpp",
+ "currency": "BHD",
"flow": "hpp",
- "method": "bri_bank",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "bank_transfer",
+ "amount_min": 0.004,
+ "amount_max": 40000
},
{
"status": "active",
- "code": "busan_bank_krw_hpp",
- "currency": "KRW",
+ "code": "dragonpay_php_hpp",
"flow": "hpp",
- "method": "busan_bank",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "dragonpay",
+ "currency": "PHP",
+ "amount_min": 1,
+ "amount_max": 5000000,
+ "fields": [
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[0-9]{9,13}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "citibank_korea_krw_hpp",
- "currency": "KRW",
+ "code": "paymaya_php_hpp",
"flow": "hpp",
- "method": "citibank_korea",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "paymaya",
+ "currency": "PHP",
+ "amount_min": 1,
+ "amount_max": 5000000,
+ "fields": [
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[0-9]{9,13}$/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "daegu_bank_krw_hpp",
- "currency": "KRW",
+ "code": "kasha_wallet_bob_hpp",
"flow": "hpp",
- "method": "daegu_bank",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "kasha_wallet",
+ "currency": "BOB",
+ "amount_min": 1,
+ "amount_max": 700000
},
{
"status": "active",
- "code": "everrich_postal_savings_and_insurance_bank_krw_hpp",
- "currency": "KRW",
+ "code": "kasha_wallet_brl_hpp",
"flow": "hpp",
- "method": "everrich_postal_savings_and_insurance_bank",
+ "method": "kasha_wallet",
+ "currency": "BRL",
"amount_min": 0.01,
- "amount_max": 9999999
+ "amount_max": 100000
},
{
"status": "active",
- "code": "hana_bank_krw_hpp",
- "currency": "KRW",
+ "code": "kasha_wallet_clp_hpp",
"flow": "hpp",
- "method": "hana_bank",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "kasha_wallet",
+ "currency": "CLP",
+ "amount_min": 1,
+ "amount_max": 90000000
},
{
"status": "active",
- "code": "industrial_bank_of_korea_krw_hpp",
- "currency": "KRW",
+ "code": "kasha_wallet_cop_hpp",
"flow": "hpp",
- "method": "industrial_bank_of_korea",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "kasha_wallet",
+ "currency": "COP",
+ "amount_min": 1,
+ "amount_max": 500000000
},
{
"status": "active",
- "code": "kookmin_bank_krw_hpp",
- "currency": "KRW",
+ "code": "kasha_wallet_crc_hpp",
"flow": "hpp",
- "method": "kookmin_bank",
+ "method": "kasha_wallet",
+ "currency": "CRC",
"amount_min": 0.01,
- "amount_max": 9999999
+ "amount_max": 62000000
},
{
"status": "active",
- "code": "korea_development_bank_krw_hpp",
- "currency": "KRW",
+ "code": "kasha_wallet_usd_hpp",
"flow": "hpp",
- "method": "korea_development_bank",
+ "method": "kasha_wallet",
+ "currency": "USD",
"amount_min": 0.01,
- "amount_max": 9999999
+ "amount_max": 1000000
},
{
"status": "active",
- "code": "kwangju_bank_krw_hpp",
- "currency": "KRW",
+ "code": "kasha_wallet_gtq_hpp",
"flow": "hpp",
- "method": "kwangju_bank",
+ "method": "kasha_wallet",
+ "currency": "GTQ",
"amount_min": 0.01,
- "amount_max": 9999999
+ "amount_max": 1000000
},
{
"status": "active",
- "code": "mg_bank_saemmul_krw_hpp",
- "currency": "KRW",
+ "code": "kasha_wallet_mxn_hpp",
"flow": "hpp",
- "method": "mg_bank_saemmul",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "kasha_wallet",
+ "currency": "MXN",
+ "amount_min": 1,
+ "amount_max": 2000000
},
{
"status": "active",
- "code": "nonghyup_bank_krw_hpp",
- "currency": "KRW",
+ "code": "kasha_wallet_pab_hpp",
"flow": "hpp",
- "method": "nonghyup_bank",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "kasha_wallet",
+ "currency": "PAB",
+ "amount_min": 1,
+ "amount_max": 1000000
},
{
"status": "active",
- "code": "shinhan_bank_krw_hpp",
- "currency": "KRW",
+ "code": "kasha_wallet_pen_hpp",
"flow": "hpp",
- "method": "shinhan_bank",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "kasha_wallet",
+ "currency": "PEN",
+ "amount_min": 1,
+ "amount_max": 380000
},
{
"status": "active",
- "code": "standard_chartered_bank_korea_krw_hpp",
- "currency": "KRW",
+ "code": "kasha_wallet_hnl_hpp",
"flow": "hpp",
- "method": "standard_chartered_bank_korea",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "kasha_wallet",
+ "currency": "HNL",
+ "amount_min": 25,
+ "amount_max": 25000000
},
{
"status": "active",
- "code": "suhyup_bank_krw_hpp",
- "currency": "KRW",
+ "code": "kasha_wallet_myr_hpp",
"flow": "hpp",
- "method": "suhyup_bank",
+ "method": "kasha_wallet",
+ "currency": "MYR",
"amount_min": 0.01,
- "amount_max": 9999999
+ "amount_max": 10000000
},
{
"status": "active",
- "code": "woori_bank_krw_hpp",
- "currency": "KRW",
+ "code": "kasha_wallet_thb_hpp",
"flow": "hpp",
- "method": "woori_bank",
+ "method": "kasha_wallet",
+ "currency": "THB",
"amount_min": 0.01,
"amount_max": 9999999
},
{
"status": "active",
- "code": "crypto_btc_hpp",
- "currency": "BTC",
+ "code": "kasha_wallet_vnd_hpp",
"flow": "hpp",
- "method": "crypto",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "kasha_wallet",
+ "currency": "VND",
+ "amount_min": 1,
+ "amount_max": 9999999999
},
{
"status": "active",
- "code": "wechat_cny_hpp",
- "currency": "CNY",
+ "code": "kasha_wallet_inr_hpp",
"flow": "hpp",
- "method": "wechat",
+ "method": "kasha_wallet",
+ "currency": "INR",
"amount_min": 0.01,
- "amount_max": 9999999
+ "amount_max": 1000000000
},
{
"status": "active",
- "code": "qqpay_cny_hpp",
- "currency": "CNY",
+ "code": "kasha_wallet_try_hpp",
"flow": "hpp",
- "method": "qqpay",
+ "method": "kasha_wallet",
+ "currency": "TRY",
"amount_min": 0.01,
- "amount_max": 9999999
+ "amount_max": 1800000
},
{
"status": "active",
- "code": "alipay_cny_hpp",
- "currency": "CNY",
+ "code": "kasha_wallet_egp_hpp",
"flow": "hpp",
- "method": "alipay",
+ "method": "kasha_wallet",
+ "currency": "EGP",
"amount_min": 0.01,
- "amount_max": 9999999
+ "amount_max": 3000000
},
{
"status": "active",
- "code": "unionpay_qr_cny_hpp",
- "currency": "CNY",
+ "code": "kasha_wallet_kzt_hpp",
"flow": "hpp",
- "method": "unionpay_qr",
+ "method": "kasha_wallet",
+ "currency": "KZT",
"amount_min": 0.01,
- "amount_max": 9999999
+ "amount_max": 10000000
},
{
"status": "active",
- "code": "perfectmoney_account_usd_hpp",
- "currency": "USD",
- "method": "perfectmoney_account",
+ "code": "kasha_wallet_uzs_hpp",
"flow": "hpp",
+ "method": "kasha_wallet",
+ "currency": "UZS",
"amount_min": 0.01,
- "amount_max": 100000
+ "amount_max": 10000000
},
{
"status": "active",
- "code": "perfectmoney_account_eur_hpp",
- "currency": "EUR",
- "method": "perfectmoney_account",
+ "code": "kasha_wallet_pkr_hpp",
"flow": "hpp",
+ "method": "kasha_wallet",
+ "currency": "PKR",
"amount_min": 0.01,
- "amount_max": 100000
+ "amount_max": 1000000000
},
{
"status": "active",
- "code": "perfectmoney_account_btc_hpp",
- "currency": "BTC",
- "method": "perfectmoney_account",
+ "code": "kasha_wallet_kgs_hpp",
"flow": "hpp",
- "amount_min": 0.001,
- "amount_max": 1000
+ "method": "kasha_wallet",
+ "currency": "KGS",
+ "amount_min": 0.01,
+ "amount_max": 1000000
},
{
"status": "active",
- "code": "perfectmoney_voucher_usd_hpp",
- "currency": "USD",
- "method": "perfectmoney_voucher",
+ "code": "kasha_wallet_uah_hpp",
"flow": "hpp",
+ "method": "kasha_wallet",
+ "currency": "UAH",
"amount_min": 0.01,
"amount_max": 100000
},
{
"status": "active",
- "code": "perfectmoney_voucher_eur_hpp",
- "currency": "EUR",
- "method": "perfectmoney_voucher",
+ "code": "kasha_wallet_aed_hpp",
"flow": "hpp",
- "amount_min": 0.01,
- "amount_max": 100000
+ "method": "kasha_wallet",
+ "currency": "AED",
+ "amount_min": 1,
+ "amount_max": 1900000
},
{
"status": "active",
- "code": "perfectmoney_voucher_btc_hpp",
- "currency": "BTC",
- "method": "perfectmoney_voucher",
+ "code": "kasha_wallet_sar_hpp",
"flow": "hpp",
- "amount_min": 0.001,
- "amount_max": 1000
+ "method": "kasha_wallet",
+ "currency": "SAR",
+ "amount_min": 1,
+ "amount_max": 1900000
},
{
"status": "active",
- "code": "payment_card_email_eur_hpp",
- "currency": "EUR",
- "method": "payment_card_email",
+ "code": "kasha_wallet_ngn_hpp",
"flow": "hpp",
+ "method": "kasha_wallet",
+ "currency": "NGN",
"amount_min": 0.01,
- "amount_max": 100000.00,
- "fields": [
- {
- "key": "email",
- "type": "string",
- "label": {
- "en": "Email",
- "ru": "Email",
- "uk": "Email"
- },
- "hint": {
- "en": "Enter email",
- "ru": "Введите email",
- "uk": "Введіть email"
- },
- "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$$\/",
- "required": true,
- "position": 1
- }
- ]
+ "amount_max": 1000000000
},
{
"status": "active",
- "code": "payeer_rub_hpp",
+ "code": "kasha_wallet_kes_hpp",
"flow": "hpp",
- "method": "payeer",
- "currency": "RUB",
+ "method": "kasha_wallet",
+ "currency": "KES",
"amount_min": 0.01,
- "amount_max": 100000
+ "amount_max": 1000000000
},
{
"status": "active",
- "code": "payeer_usd_hpp",
+ "code": "kasha_wallet_ghs_hpp",
"flow": "hpp",
- "method": "payeer",
- "currency": "USD",
+ "method": "kasha_wallet",
+ "currency": "GHS",
"amount_min": 0.01,
- "amount_max": 100000
+ "amount_max": 760000
},
{
"status": "active",
- "code": "payeer_eur_hpp",
+ "code": "kasha_wallet_zmw_hpp",
"flow": "hpp",
- "method": "payeer",
- "currency": "EUR",
- "amount_min": 0.01,
- "amount_max": 100000
+ "method": "kasha_wallet",
+ "currency": "ZMW",
+ "amount_min": 6,
+ "amount_max": 60000000
},
{
"status": "active",
- "code": "terminal_rf_rub_hpp",
+ "code": "kasha_wallet_ugx_hpp",
"flow": "hpp",
- "method": "terminal_rf",
- "currency": "RUB",
- "amount_min": 0.01,
- "amount_max": 1000000
+ "method": "kasha_wallet",
+ "currency": "UGX",
+ "amount_min": 1,
+ "amount_max": 360000000
},
{
"status": "active",
- "code": "skrill_eur_hpp",
+ "code": "kasha_wallet_tzs_hpp",
"flow": "hpp",
- "method": "skrill",
- "currency": "EUR",
+ "method": "kasha_wallet",
+ "currency": "TZS",
"amount_min": 0.01,
- "amount_max": 100000
+ "amount_max": 1000000
},
{
"status": "active",
- "code": "neteller_eur_hpp",
+ "code": "kasha_wallet_xof_hpp",
"flow": "hpp",
- "method": "neteller",
- "currency": "EUR",
- "fields": [
- {
- "key": "email",
- "type": "string",
- "label": {
- "en": "Email",
- "ru": "Email",
- "uk": "Email"
- },
- "hint": {
- "en": "Enter the recipient's email address",
- "ru": "Введите Email получателя",
- "uk": "Введiть Email отримувача"
- },
- "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
- "required": true,
- "position": 1
- }
- ],
- "amount_min": 0.01,
- "amount_max": 100000
+ "method": "kasha_wallet",
+ "currency": "XOF",
+ "amount_min": 1,
+ "amount_max": 1000000
},
{
"status": "active",
- "code": "neteller_inr_hpp",
+ "code": "kasha_wallet_xaf_hpp",
"flow": "hpp",
- "method": "neteller",
- "currency": "INR",
- "fields": [
- {
- "key": "email",
- "type": "string",
- "label": {
- "en": "Email",
- "ru": "Email",
- "uk": "Email"
- },
- "hint": {
- "en": "Enter the recipient's email address",
- "ru": "Введите Email получателя",
- "uk": "Введiть Email отримувача"
- },
- "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
- "required": true,
- "position": 1
- }
- ],
- "amount_min": 0.01,
- "amount_max": 100000
+ "method": "kasha_wallet",
+ "currency": "XAF",
+ "amount_min": 6,
+ "amount_max": 60000000
},
{
"status": "active",
- "code": "neteller_usd_hpp",
+ "code": "kasha_wallet_gnf_hpp",
"flow": "hpp",
- "method": "neteller",
- "currency": "USD",
- "fields": [
- {
- "key": "email",
- "type": "string",
- "label": {
- "en": "Email",
- "ru": "Email",
- "uk": "Email"
- },
- "hint": {
- "en": "Enter the recipient's email address",
- "ru": "Введите Email получателя",
- "uk": "Введiть Email отримувача"
- },
- "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
- "required": true,
- "position": 1
- }
- ],
- "amount_min": 0.01,
- "amount_max": 100000
+ "method": "kasha_wallet",
+ "currency": "GNF",
+ "amount_min": 1,
+ "amount_max": 1000000
},
{
"status": "active",
- "code": "neteller_azn_hpp",
+ "code": "kasha_wallet_rwf_hpp",
"flow": "hpp",
- "method": "neteller",
- "currency": "AZN",
- "fields": [
- {
- "key": "email",
- "type": "string",
- "label": {
- "en": "Email",
- "ru": "Email",
- "uk": "Email"
- },
- "hint": {
- "en": "Enter the recipient's email address",
- "ru": "Введите Email получателя",
- "uk": "Введiть Email отримувача"
- },
- "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
- "required": true,
- "position": 1
- }
- ],
- "amount_min": 0.01,
- "amount_max": 1000000
+ "method": "kasha_wallet",
+ "currency": "RWF",
+ "amount_min": 1,
+ "amount_max": 102500000
},
{
"status": "active",
- "code": "neteller_uzs_hpp",
+ "code": "kasha_wallet_zar_hpp",
"flow": "hpp",
- "method": "neteller",
- "currency": "UZS",
- "fields": [
- {
- "key": "email",
- "type": "string",
- "label": {
- "en": "Email",
- "ru": "Email",
- "uk": "Email"
- },
- "hint": {
- "en": "Enter the recipient's email address",
- "ru": "Введите Email получателя",
- "uk": "Введiть Email отримувача"
- },
- "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
- "required": true,
- "position": 1
- }
- ],
+ "method": "kasha_wallet",
+ "currency": "ZAR",
"amount_min": 0.01,
"amount_max": 1000000
},
{
"status": "active",
- "code": "neteller_pkr_hpp",
+ "code": "cyberpay_wallet_bob_hpp",
"flow": "hpp",
- "method": "neteller",
- "currency": "PKR",
- "fields": [
- {
- "key": "email",
- "type": "string",
- "label": {
- "en": "Email",
- "ru": "Email",
- "uk": "Email"
- },
- "hint": {
- "en": "Enter the recipient's email address",
- "ru": "Введите Email получателя",
- "uk": "Введiть Email отримувача"
- },
- "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
- "required": true,
- "position": 1
- }
- ],
- "amount_min": 0.01,
- "amount_max": 1000000
+ "method": "cyberpay_wallet",
+ "currency": "BOB",
+ "amount_min": 1,
+ "amount_max": 700000
},
{
"status": "active",
- "code": "neteller_brl_hpp",
+ "code": "cyberpay_wallet_brl_hpp",
"flow": "hpp",
- "method": "neteller",
+ "method": "cyberpay_wallet",
"currency": "BRL",
- "fields": [
- {
- "key": "email",
- "type": "string",
- "label": {
- "en": "Email",
- "ru": "Email",
- "uk": "Email"
- },
- "hint": {
- "en": "Enter the recipient's email address",
- "ru": "Введите Email получателя",
- "uk": "Введiть Email отримувача"
- },
- "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
- "required": true,
- "position": 1
- }
- ],
"amount_min": 0.01,
- "amount_max": 1000000
+ "amount_max": 100000
},
{
"status": "active",
- "code": "neteller_ngn_hpp",
+ "code": "cyberpay_wallet_clp_hpp",
"flow": "hpp",
- "method": "neteller",
- "currency": "NGN",
- "fields": [
- {
- "key": "email",
- "type": "string",
- "label": {
- "en": "Email",
- "ru": "Email",
- "uk": "Email"
- },
- "hint": {
- "en": "Enter the recipient's email address",
- "ru": "Введите Email получателя",
- "uk": "Введiть Email отримувача"
- },
- "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
- "required": true,
- "position": 1
- }
- ],
- "amount_min": 0.01,
- "amount_max": 1000000
+ "method": "cyberpay_wallet",
+ "currency": "CLP",
+ "amount_min": 1,
+ "amount_max": 90000000
},
{
"status": "active",
- "code": "neteller_myr_hpp",
+ "code": "cyberpay_wallet_cop_hpp",
"flow": "hpp",
- "method": "neteller",
- "currency": "MYR",
- "fields": [
- {
- "key": "email",
- "type": "string",
- "label": {
- "en": "Email",
- "ru": "Email",
- "uk": "Email"
- },
- "hint": {
- "en": "Enter the recipient's email address",
- "ru": "Введите Email получателя",
- "uk": "Введiть Email отримувача"
- },
- "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
- "required": true,
- "position": 1
- }
- ],
+ "method": "cyberpay_wallet",
+ "currency": "COP",
+ "amount_min": 1,
+ "amount_max": 500000000
+ },
+ {
+ "status": "active",
+ "code": "cyberpay_wallet_crc_hpp",
+ "flow": "hpp",
+ "method": "cyberpay_wallet",
+ "currency": "CRC",
"amount_min": 0.01,
- "amount_max": 1000000
+ "amount_max": 62000000
},
{
"status": "active",
- "code": "neteller_mxn_hpp",
+ "code": "cyberpay_wallet_usd_hpp",
"flow": "hpp",
- "method": "neteller",
- "currency": "MXN",
- "fields": [
- {
- "key": "email",
- "type": "string",
- "label": {
- "en": "Email",
- "ru": "Email",
- "uk": "Email"
- },
- "hint": {
- "en": "Enter the recipient's email address",
- "ru": "Введите Email получателя",
- "uk": "Введiть Email отримувача"
- },
- "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
- "required": true,
- "position": 1
- }
- ],
+ "method": "cyberpay_wallet",
+ "currency": "USD",
"amount_min": 0.01,
"amount_max": 1000000
},
{
"status": "active",
- "code": "neteller_mdl_hpp",
+ "code": "cyberpay_wallet_gtq_hpp",
"flow": "hpp",
- "method": "neteller",
- "currency": "MDL",
- "fields": [
- {
- "key": "email",
- "type": "string",
- "label": {
- "en": "Email",
- "ru": "Email",
- "uk": "Email"
- },
- "hint": {
- "en": "Enter the recipient's email address",
- "ru": "Введите Email получателя",
- "uk": "Введiть Email отримувача"
- },
- "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
- "required": true,
- "position": 1
- }
- ],
+ "method": "cyberpay_wallet",
+ "currency": "GTQ",
"amount_min": 0.01,
"amount_max": 1000000
},
{
"status": "active",
- "code": "paysafecard_usd_hpp",
+ "code": "cyberpay_wallet_mxn_hpp",
"flow": "hpp",
- "method": "paysafecard",
- "currency": "USD",
- "amount_min": 0.01,
- "amount_max": 100000
+ "method": "cyberpay_wallet",
+ "currency": "MXN",
+ "amount_min": 1,
+ "amount_max": 2000000
},
{
"status": "active",
- "code": "paysafecard_eur_hpp",
+ "code": "cyberpay_wallet_pab_hpp",
"flow": "hpp",
- "method": "paysafecard",
- "currency": "EUR",
- "amount_min": 0.01,
- "amount_max": 100000
+ "method": "cyberpay_wallet",
+ "currency": "PAB",
+ "amount_min": 1,
+ "amount_max": 1000000
},
{
"status": "active",
- "code": "paysafecard_gbp_hpp",
+ "code": "cyberpay_wallet_pen_hpp",
"flow": "hpp",
- "method": "paysafecard",
- "currency": "GBP",
- "amount_min": 0.01,
- "amount_max": 100000
+ "method": "cyberpay_wallet",
+ "currency": "PEN",
+ "amount_min": 1,
+ "amount_max": 380000
},
{
"status": "active",
- "code": "paysafecard_chf_hpp",
+ "code": "cyberpay_wallet_hnl_hpp",
"flow": "hpp",
- "method": "paysafecard",
- "currency": "CHF",
- "amount_min": 0.01,
- "amount_max": 100000
+ "method": "cyberpay_wallet",
+ "currency": "HNL",
+ "amount_min": 25,
+ "amount_max": 25000000
},
{
"status": "active",
- "code": "paysafecard_bgn_hpp",
+ "code": "cyberpay_wallet_myr_hpp",
"flow": "hpp",
- "method": "paysafecard",
- "currency": "BGN",
+ "method": "cyberpay_wallet",
+ "currency": "MYR",
"amount_min": 0.01,
- "amount_max": 100000
+ "amount_max": 10000000
},
{
"status": "active",
- "code": "paysafecard_czk_hpp",
+ "code": "cyberpay_wallet_thb_hpp",
"flow": "hpp",
- "method": "paysafecard",
- "currency": "CZK",
+ "method": "cyberpay_wallet",
+ "currency": "THB",
"amount_min": 0.01,
- "amount_max": 100000
+ "amount_max": 9999999
},
{
"status": "active",
- "code": "paysafecard_dkk_hpp",
+ "code": "cyberpay_wallet_vnd_hpp",
"flow": "hpp",
- "method": "paysafecard",
- "currency": "DKK",
- "amount_min": 0.01,
- "amount_max": 100000
+ "method": "cyberpay_wallet",
+ "currency": "VND",
+ "amount_min": 1,
+ "amount_max": 9999999999
},
{
"status": "active",
- "code": "paysafecard_hrk_hpp",
+ "code": "cyberpay_wallet_inr_hpp",
"flow": "hpp",
- "method": "paysafecard",
- "currency": "HRK",
+ "method": "cyberpay_wallet",
+ "currency": "INR",
"amount_min": 0.01,
- "amount_max": 100000
+ "amount_max": 1000000000
},
{
"status": "active",
- "code": "paysafecard_huf_hpp",
+ "code": "cyberpay_wallet_try_hpp",
"flow": "hpp",
- "method": "paysafecard",
- "currency": "HUF",
+ "method": "cyberpay_wallet",
+ "currency": "TRY",
"amount_min": 0.01,
- "amount_max": 100000
+ "amount_max": 1800000
},
{
"status": "active",
- "code": "paysafecard_nok_hpp",
+ "code": "cyberpay_wallet_egp_hpp",
"flow": "hpp",
- "method": "paysafecard",
- "currency": "NOK",
+ "method": "cyberpay_wallet",
+ "currency": "EGP",
"amount_min": 0.01,
- "amount_max": 100000
+ "amount_max": 3000000
},
{
"status": "active",
- "code": "paysafecard_pln_hpp",
+ "code": "cyberpay_wallet_kzt_hpp",
"flow": "hpp",
- "method": "paysafecard",
- "currency": "PLN",
+ "method": "cyberpay_wallet",
+ "currency": "KZT",
"amount_min": 0.01,
- "amount_max": 100000
+ "amount_max": 10000000
},
{
"status": "active",
- "code": "paysafecard_ron_hpp",
+ "code": "cyberpay_wallet_uzs_hpp",
"flow": "hpp",
- "method": "paysafecard",
- "currency": "RON",
+ "method": "cyberpay_wallet",
+ "currency": "UZS",
"amount_min": 0.01,
- "amount_max": 100000
+ "amount_max": 10000000
},
{
"status": "active",
- "code": "paysafecard_sek_hpp",
+ "code": "cyberpay_wallet_pkr_hpp",
"flow": "hpp",
- "method": "paysafecard",
- "currency": "SEK",
+ "method": "cyberpay_wallet",
+ "currency": "PKR",
"amount_min": 0.01,
- "amount_max": 100000
+ "amount_max": 1000000000
},
{
"status": "active",
- "code": "paysafecash_eur_hpp",
+ "code": "cyberpay_wallet_kgs_hpp",
"flow": "hpp",
- "method": "paysafecash",
- "currency": "EUR",
+ "method": "cyberpay_wallet",
+ "currency": "KGS",
"amount_min": 0.01,
- "amount_max": 100000
+ "amount_max": 1000000
},
{
"status": "active",
- "code": "resursbank_eur_hpp",
+ "code": "cyberpay_wallet_uah_hpp",
"flow": "hpp",
- "method": "resursbank",
- "currency": "EUR",
+ "method": "cyberpay_wallet",
+ "currency": "UAH",
"amount_min": 0.01,
"amount_max": 100000
},
{
"status": "active",
- "code": "visaelectron_eur_hpp",
+ "code": "cyberpay_wallet_aed_hpp",
"flow": "hpp",
- "method": "visaelectron",
- "currency": "EUR",
- "amount_min": 0.01,
- "amount_max": 100000
+ "method": "cyberpay_wallet",
+ "currency": "AED",
+ "amount_min": 1,
+ "amount_max": 1900000
},
{
"status": "active",
- "code": "americanexpress_eur_hpp",
+ "code": "cyberpay_wallet_sar_hpp",
"flow": "hpp",
- "method": "americanexpress",
- "currency": "EUR",
- "amount_min": 0.01,
- "amount_max": 100000
+ "method": "cyberpay_wallet",
+ "currency": "SAR",
+ "amount_min": 1,
+ "amount_max": 1900000
},
{
"status": "active",
- "code": "dinersclub_eur_hpp",
+ "code": "cyberpay_wallet_ngn_hpp",
"flow": "hpp",
- "method": "dinersclub",
- "currency": "EUR",
+ "method": "cyberpay_wallet",
+ "currency": "NGN",
"amount_min": 0.01,
- "amount_max": 100000
+ "amount_max": 1000000000
},
{
"status": "active",
- "code": "jcb_eur_hpp",
+ "code": "cyberpay_wallet_kes_hpp",
"flow": "hpp",
- "method": "jcb",
- "currency": "EUR",
+ "method": "cyberpay_wallet",
+ "currency": "KES",
"amount_min": 0.01,
- "amount_max": 100000
+ "amount_max": 1000000000
},
{
"status": "active",
- "code": "cartebleue_eur_hpp",
+ "code": "cyberpay_wallet_ghs_hpp",
"flow": "hpp",
- "method": "cartebleue",
- "currency": "EUR",
+ "method": "cyberpay_wallet",
+ "currency": "GHS",
"amount_min": 0.01,
- "amount_max": 100000
+ "amount_max": 760000
},
{
"status": "active",
- "code": "dankort_eur_hpp",
+ "code": "cyberpay_wallet_zmw_hpp",
"flow": "hpp",
- "method": "dankort",
- "currency": "EUR",
- "amount_min": 0.01,
- "amount_max": 100000
+ "method": "cyberpay_wallet",
+ "currency": "ZMW",
+ "amount_min": 6,
+ "amount_max": 60000000
},
{
"status": "active",
- "code": "postepay_eur_hpp",
+ "code": "cyberpay_wallet_ugx_hpp",
"flow": "hpp",
- "method": "postepay",
- "currency": "EUR",
- "amount_min": 0.01,
- "amount_max": 100000
+ "method": "cyberpay_wallet",
+ "currency": "UGX",
+ "amount_min": 1,
+ "amount_max": 360000000
},
{
"status": "active",
- "code": "cartasi_eur_hpp",
+ "code": "cyberpay_wallet_tzs_hpp",
"flow": "hpp",
- "method": "cartasi",
- "currency": "EUR",
+ "method": "cyberpay_wallet",
+ "currency": "TZS",
"amount_min": 0.01,
- "amount_max": 100000
+ "amount_max": 1000000
},
{
"status": "active",
- "code": "rapidtransfer_eur_hpp",
+ "code": "cyberpay_wallet_xof_hpp",
"flow": "hpp",
- "method": "rapidtransfer",
- "currency": "EUR",
- "amount_min": 0.01,
- "amount_max": 100000
+ "method": "cyberpay_wallet",
+ "currency": "XOF",
+ "amount_min": 1,
+ "amount_max": 1000000
},
{
"status": "active",
- "code": "giropay_eur_hpp",
+ "code": "cyberpay_wallet_xaf_hpp",
"flow": "hpp",
- "method": "giropay",
- "currency": "EUR",
+ "method": "cyberpay_wallet",
+ "currency": "XAF",
+ "amount_min": 6,
+ "amount_max": 60000000
+ },
+ {
+ "status": "active",
+ "code": "cyberpay_wallet_gnf_hpp",
+ "flow": "hpp",
+ "method": "cyberpay_wallet",
+ "currency": "GNF",
+ "amount_min": 1,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "cyberpay_wallet_rwf_hpp",
+ "flow": "hpp",
+ "method": "cyberpay_wallet",
+ "currency": "RWF",
+ "amount_min": 1,
+ "amount_max": 102500000
+ },
+ {
+ "status": "active",
+ "code": "cyberpay_wallet_zar_hpp",
+ "flow": "hpp",
+ "method": "cyberpay_wallet",
+ "currency": "ZAR",
"amount_min": 0.01,
- "amount_max": 100000
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "upi_brl_invoice",
+ "currency": "BRL",
+ "flow": "invoice",
+ "method": "upi",
+ "amount_min": 0.01,
+ "amount_max": 999999,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Account Number (VPA)",
+ "ru": "Номер счета (VPA)",
+ "uk": "Номер рахунку (VPA)"
+ },
+ "hint": {
+ "en": "Enter Account Number (VPA)",
+ "ru": "Введите номер счета (VPA)",
+ "uk": "Введіть номер рахунку (VPA)"
+ },
+ "example": "name@bankname"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "upi_myr_invoice",
+ "currency": "MYR",
+ "flow": "invoice",
+ "method": "upi",
+ "amount_min": 0.01,
+ "amount_max": 999999,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Account Number (VPA)",
+ "ru": "Номер счета (VPA)",
+ "uk": "Номер рахунку (VPA)"
+ },
+ "hint": {
+ "en": "Enter Account Number (VPA)",
+ "ru": "Введите номер счета (VPA)",
+ "uk": "Введіть номер рахунку (VPA)"
+ },
+ "example": "name@bankname"
+ }
+ ]
},
{
"status": "active",
- "code": "directdebit_eur_hpp",
- "flow": "hpp",
- "method": "directdebit",
- "currency": "EUR",
- "amount_min": 0.01,
- "amount_max": 100000
+ "code": "upi_vnd_invoice",
+ "currency": "VND",
+ "flow": "invoice",
+ "method": "upi",
+ "amount_min": 1,
+ "amount_max": 9999999999,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Account Number (VPA)",
+ "ru": "Номер счета (VPA)",
+ "uk": "Номер рахунку (VPA)"
+ },
+ "hint": {
+ "en": "Enter Account Number (VPA)",
+ "ru": "Введите номер счета (VPA)",
+ "uk": "Введіть номер рахунку (VPA)"
+ },
+ "example": "name@bankname"
+ }
+ ]
},
{
"status": "active",
- "code": "nordeasolo_eur_hpp",
+ "code": "rapipago_ars_hpp",
"flow": "hpp",
- "method": "nordeasolo",
- "currency": "EUR",
+ "method": "rapipago",
+ "currency": "ARS",
"amount_min": 0.01,
- "amount_max": 100000
+ "amount_max": 1000000000,
+ "fields": [
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z0-9\\.\\-]{1,100}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "ideal_eur_hpp",
+ "code": "pagofacil_ars_hpp",
"flow": "hpp",
- "method": "ideal",
- "currency": "EUR",
+ "method": "pagofacil",
+ "currency": "ARS",
"amount_min": 0.01,
- "amount_max": 100000
+ "amount_max": 1000000000,
+ "fields": [
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z0-9\\.\\-]{1,100}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
+ },
+ "hint": {
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "eps_eur_hpp",
- "flow": "hpp",
- "method": "eps",
- "currency": "EUR",
- "amount_min": 0.01,
- "amount_max": 100000
+ "code": "mobile_ugx_invoice",
+ "flow": "invoice",
+ "method": "mobile",
+ "currency": "UGX",
+ "amount_min": 36,
+ "amount_max": 367704300,
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "email",
+ "type": "string",
+ "regexp": "\/^[0-9A-Za-z-_\\.]+@([0-9A-Za-z-_]+\\.)+[0-9A-Za-z-_]{2,5}$\/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "polipayonline_aud_hpp",
- "flow": "hpp",
- "method": "polipayonline",
- "currency": "AUD",
- "amount_min": 0.01,
- "amount_max": 100000
+ "code": "mobile_tzs_invoice",
+ "flow": "invoice",
+ "method": "mobile",
+ "currency": "TZS",
+ "amount_min": 24,
+ "amount_max": 244000000,
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "email",
+ "type": "string",
+ "regexp": "\/^[0-9A-Za-z-_\\.]+@([0-9A-Za-z-_]+\\.)+[0-9A-Za-z-_]{2,5}$\/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ }
+ }
+ ]
},
{
"status": "active",
- "code": "przelewy24_eur_hpp",
- "flow": "hpp",
- "method": "przelewy24",
- "currency": "EUR",
+ "code": "mobile_kes_invoice",
+ "flow": "invoice",
+ "method": "mobile",
+ "currency": "KES",
"amount_min": 0.01,
- "amount_max": 100000
+ "amount_max": 1000000000,
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": false,
+ "position": 1
+ }
+ ]
},
{
"status": "active",
- "code": "piastrix_eur_hpp",
- "flow": "hpp",
- "method": "piastrix",
- "currency": "EUR",
+ "code": "mobile_ghs_invoice",
+ "flow": "invoice",
+ "method": "mobile",
+ "currency": "GHS",
"amount_min": 0.01,
- "amount_max": 100000
+ "amount_max": 760000,
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": false,
+ "position": 1
+ }
+ ]
},
{
"status": "active",
- "code": "piastrix_usd_hpp",
- "flow": "hpp",
- "method": "piastrix",
- "currency": "USD",
- "amount_min": 0.01,
- "amount_max": 100000
+ "code": "mobile_gnf_invoice",
+ "flow": "invoice",
+ "method": "mobile",
+ "currency": "GNF",
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "email",
+ "type": "string",
+ "regexp": "\/^[0-9A-Za-z-_\\.]+@([0-9A-Za-z-_]+\\.)+[0-9A-Za-z-_]{2,5}$\/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ }
+ }
+ ],
+ "amount_min": 100,
+ "amount_max": 860000000
},
{
"status": "active",
- "code": "piastrix_rub_hpp",
- "flow": "hpp",
- "method": "piastrix",
- "currency": "RUB",
- "amount_min": 0.01,
- "amount_max": 999999
+ "code": "mtn_zmw_invoice",
+ "flow": "invoice",
+ "method": "mtn",
+ "currency": "ZMW",
+ "amount_min": 0.27,
+ "amount_max": 2707599.07,
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": false,
+ "position": 1
+ }
+ ]
},
{
"status": "active",
- "code": "epaybg_eur_hpp",
- "flow": "hpp",
- "method": "epaybg",
- "currency": "EUR",
- "amount_min": 0.01,
- "amount_max": 100000
+ "code": "airtel_money_zmw_invoice",
+ "flow": "invoice",
+ "method": "airtel_money",
+ "currency": "ZMW",
+ "amount_min": 0.27,
+ "amount_max": 2707599.07,
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": false,
+ "position": 1
+ }
+ ]
},
{
"status": "active",
- "code": "trustly_eur_hpp",
- "flow": "hpp",
- "method": "trustly",
- "currency": "EUR",
- "amount_min": 0.01,
- "amount_max": 100000
+ "code": "zamtel_zmw_invoice",
+ "flow": "invoice",
+ "method": "zamtel",
+ "currency": "ZMW",
+ "amount_min": 0.3,
+ "amount_max": 3000000,
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": false,
+ "position": 1
+ }
+ ]
},
{
"status": "active",
- "code": "alipay_eur_hpp",
- "flow": "hpp",
- "method": "alipay",
- "currency": "EUR",
- "amount_min": 0.01,
- "amount_max": 100000
+ "code": "rapipago_ars_invoice",
+ "flow": "invoice",
+ "method": "rapipago",
+ "currency": "ARS",
+ "amount_min": 10,
+ "amount_max": 100000000
},
{
"status": "active",
- "code": "astropaydirect_eur_hpp",
+ "code": "khipu_ars_hpp",
"flow": "hpp",
- "method": "astropaydirect",
- "currency": "EUR",
- "amount_min": 0.01,
- "amount_max": 100000
+ "method": "khipu",
+ "currency": "ARS",
+ "amount_min": 10,
+ "amount_max": 100000000,
+ "fields": [
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Payer bank code",
+ "ru": "Код банка отправителя",
+ "uk": "Код банку відправника"
+ },
+ "hint": {
+ "en": "Enter payer bank code",
+ "ru": "Введите код банка отправителя",
+ "uk": "Введіть код банку відправника"
+ },
+ "example": "ThK1Q"
+ }
+ ]
},
{
"status": "active",
- "code": "astropaymanual_eur_hpp",
+ "code": "googlepay_ars_hpp",
+ "currency": "ARS",
"flow": "hpp",
- "method": "astropaymanual",
- "currency": "EUR",
- "amount_min": 0.01,
- "amount_max": 100000
+ "method": "googlepay",
+ "amount_min": 12.06,
+ "amount_max": 120600000
},
{
"status": "active",
- "code": "astropaycash_eur_hpp",
+ "code": "applepay_ars_hpp",
+ "currency": "ARS",
"flow": "hpp",
- "method": "astropaycash",
- "currency": "EUR",
- "amount_min": 0.01,
- "amount_max": 100000
+ "method": "applepay",
+ "amount_min": 12.06,
+ "amount_max": 120600000
},
{
"status": "active",
- "code": "astropayunion_eur_hpp",
+ "code": "googlepay_bhd_hpp",
+ "currency": "BHD",
"flow": "hpp",
- "method": "astropayunion",
- "currency": "EUR",
+ "method": "googlepay",
"amount_min": 0.01,
- "amount_max": 100000
+ "amount_max": 37698
},
{
"status": "active",
- "code": "paypal_cad_hpp",
- "currency": "CAD",
+ "code": "applepay_bhd_hpp",
+ "currency": "BHD",
"flow": "hpp",
- "method": "paypal",
+ "method": "applepay",
"amount_min": 0.01,
- "amount_max": 9999999
+ "amount_max": 37698
},
{
"status": "active",
- "code": "paypal_aud_hpp",
- "currency": "AUD",
+ "code": "googlepay_brl_hpp",
+ "currency": "BRL",
"flow": "hpp",
- "method": "paypal",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "googlepay",
+ "amount_min": 0.05,
+ "amount_max": 542180
},
{
"status": "active",
- "code": "applepay_uah_hpp",
- "currency": "UAH",
+ "code": "applepay_brl_hpp",
+ "currency": "BRL",
"flow": "hpp",
"method": "applepay",
- "amount_min": 0.01,
- "amount_max": 1000000
+ "amount_min": 0.05,
+ "amount_max": 542180
},
{
"status": "active",
- "code": "applepay_rub_hpp",
- "currency": "RUB",
+ "code": "googlepay_bsd_hpp",
+ "currency": "BSD",
"flow": "hpp",
- "method": "applepay",
+ "method": "googlepay",
"amount_min": 0.01,
- "amount_max": 1000000
+ "amount_max": 100000
},
{
"status": "active",
- "code": "applepay_usd_hpp",
- "currency": "USD",
+ "code": "applepay_bsd_hpp",
+ "currency": "BSD",
"flow": "hpp",
"method": "applepay",
"amount_min": 0.01,
- "amount_max": 1000000
+ "amount_max": 100000
},
{
"status": "active",
- "code": "applepay_eur_hpp",
- "currency": "EUR",
+ "code": "googlepay_chf_hpp",
+ "currency": "CHF",
"flow": "hpp",
- "method": "applepay",
+ "method": "googlepay",
"amount_min": 0.01,
- "amount_max": 1000000
+ "amount_max": 79430
},
{
"status": "active",
- "code": "applepay_gbp_hpp",
- "currency": "GBP",
+ "code": "applepay_chf_hpp",
+ "currency": "CHF",
"flow": "hpp",
"method": "applepay",
"amount_min": 0.01,
- "amount_max": 1000000
+ "amount_max": 79430
},
{
"status": "active",
- "code": "applepay_aud_hpp",
- "currency": "AUD",
+ "code": "googlepay_gyd_hpp",
+ "currency": "GYD",
"flow": "hpp",
- "method": "applepay",
- "amount_min": 0.01,
- "amount_max": 1000000
+ "method": "googlepay",
+ "amount_min": 209.16,
+ "amount_max": 2091612600
},
{
"status": "active",
- "code": "applepay_cad_hpp",
- "currency": "CAD",
+ "code": "applepay_gyd_hpp",
+ "currency": "GYD",
"flow": "hpp",
"method": "applepay",
- "amount_min": 0.01,
- "amount_max": 1000000
+ "amount_min": 209.16,
+ "amount_max": 2091612600
},
{
"status": "active",
- "code": "googlepay_uah_hpp",
- "currency": "UAH",
+ "code": "googlepay_hkd_hpp",
+ "currency": "HKD",
"flow": "hpp",
"method": "googlepay",
- "amount_min": 0.01,
- "amount_max": 10000000
+ "amount_min": 0.08,
+ "amount_max": 784960
},
{
"status": "active",
- "code": "googlepay_rub_hpp",
- "currency": "RUB",
+ "code": "applepay_hkd_hpp",
+ "currency": "HKD",
"flow": "hpp",
- "method": "googlepay",
- "amount_min": 0.01,
- "amount_max": 10000000
+ "method": "applepay",
+ "amount_min": 0.08,
+ "amount_max": 784960
},
{
"status": "active",
- "code": "googlepay_usd_hpp",
- "currency": "USD",
+ "code": "applepay_inr_hpp",
+ "currency": "INR",
"flow": "hpp",
- "method": "googlepay",
- "amount_min": 0.01,
- "amount_max": 1000000
+ "method": "applepay",
+ "amount_min": 0.86,
+ "amount_max": 8593781
},
{
"status": "active",
- "code": "googlepay_eur_hpp",
- "currency": "EUR",
+ "code": "googlepay_jod_hpp",
+ "currency": "JOD",
"flow": "hpp",
"method": "googlepay",
"amount_min": 0.01,
- "amount_max": 1000000
- },
- {
- "status": "active",
- "code": "swift_usd_invoice",
- "currency": "USD",
- "flow": "invoice",
- "method": "swift",
- "amount_min": 0.01,
- "amount_max": 999999
- },
- {
- "status": "active",
- "code": "swift_eur_invoice",
- "currency": "EUR",
- "flow": "invoice",
- "method": "swift",
- "amount_min": 0.01,
- "amount_max": 999999
+ "amount_max": 70920
},
{
"status": "active",
- "code": "sberbank_rub_hpp",
- "currency": "RUB",
+ "code": "applepay_jod_hpp",
+ "currency": "JOD",
"flow": "hpp",
- "method": "sberbank",
- "amount_min": 0.01,
- "amount_max": 9999999
- },
- {
- "status": "active",
- "code": "swift_gbp_invoice",
- "currency": "GBP",
- "flow": "invoice",
- "method": "swift",
- "amount_min": 0.01,
- "amount_max": 999999
- },
- {
- "status": "active",
- "code": "swift_cny_invoice",
- "currency": "CNY",
- "flow": "invoice",
- "method": "swift",
+ "method": "applepay",
"amount_min": 0.01,
- "amount_max": 999999
+ "amount_max": 70920
},
{
"status": "active",
- "code": "swift_jpy_invoice",
+ "code": "googlepay_jpy_hpp",
"currency": "JPY",
- "flow": "invoice",
- "method": "swift",
- "amount_min": 1,
- "amount_max": 999999
+ "flow": "hpp",
+ "method": "googlepay",
+ "amount_min": 144,
+ "amount_max": 1444555000
},
{
"status": "active",
- "code": "swift_rub_invoice",
- "currency": "RUB",
- "flow": "invoice",
- "method": "swift",
- "amount_min": 0.01,
- "amount_max": 999999
+ "code": "applepay_jpy_hpp",
+ "currency": "JPY",
+ "flow": "hpp",
+ "method": "applepay",
+ "amount_min": 144,
+ "amount_max": 1444555000
},
{
"status": "active",
- "code": "swift_kzt_invoice",
- "currency": "KZT",
- "flow": "invoice",
- "method": "swift",
- "amount_min": 0.01,
- "amount_max": 999999
+ "code": "googlepay_krw_hpp",
+ "currency": "KRW",
+ "flow": "hpp",
+ "method": "googlepay",
+ "amount_min": 13.00,
+ "amount_max": 130000000
},
{
"status": "active",
- "code": "smsbilling_rub_hpp",
- "currency": "RUB",
+ "code": "applepay_krw_hpp",
+ "currency": "KRW",
"flow": "hpp",
- "method": "smsbilling",
- "amount_min": 10,
- "amount_max": 25000
+ "method": "applepay",
+ "amount_min": 13.00,
+ "amount_max": 130000000
},
{
"status": "active",
- "code": "mercuryo_btc_hpp",
- "currency": "BTC",
+ "code": "googlepay_kwd_hpp",
+ "currency": "KWD",
"flow": "hpp",
- "method": "mercuryo",
- "amount_min": 0.002,
- "amount_max": 999999
+ "method": "googlepay",
+ "amount_min": 0.01,
+ "amount_max": 30770
},
{
"status": "active",
- "code": "payment_card_kzt_hpp",
+ "code": "applepay_kwd_hpp",
+ "currency": "KWD",
"flow": "hpp",
- "method": "payment_card",
- "currency": "KZT",
+ "method": "applepay",
"amount_min": 0.01,
- "amount_max": 1000000
+ "amount_max": 30770
},
{
"status": "active",
- "code": "payment_card_amd_hpp",
+ "code": "googlepay_mxn_hpp",
+ "currency": "MXN",
"flow": "hpp",
- "method": "payment_card",
- "currency": "AMD",
- "amount_min": 0.01,
- "amount_max": 1000000
+ "method": "googlepay",
+ "amount_min": 0.18,
+ "amount_max": 1844410
},
{
"status": "active",
- "code": "payment_card_ttd_hpp",
+ "code": "applepay_mxn_hpp",
+ "currency": "MXN",
"flow": "hpp",
- "method": "payment_card",
- "currency": "TTD",
- "amount_min": 0.01,
- "amount_max": 100000
+ "method": "applepay",
+ "amount_min": 0.18,
+ "amount_max": 1844410
},
{
"status": "active",
- "code": "ecopayz_usd_hpp",
- "currency": "USD",
- "fields": [
- {
- "key": "first_name",
- "type": "string",
- "label": {
- "en": "First name",
- "ru": "Имя",
- "uk": "Ім`я"
- },
- "hint": {
- "en": "Enter first name",
- "ru": "Введите имя",
- "uk": "Введіть ім`я"
- },
- "regexp": "\/^.{0,255}$\/",
- "required": true,
- "position": 1
- },
- {
- "key": "last_name",
- "type": "string",
- "label": {
- "en": "Last name",
- "ru": "Фамилия",
- "uk": "Прізвище"
- },
- "hint": {
- "en": "Enter last name",
- "ru": "Введите фамилию",
- "uk": "Введіть прізвище"
- },
- "regexp": "\/^.{0,255}$\/",
- "required": true,
- "position": 2
- },
- {
- "key": "date_of_birth",
- "type": "string",
- "label": {
- "en": "Date of birth",
- "ru": "Дата рождения",
- "uk": "Дата народження"
- },
- "hint": {
- "en": "Enter date of birth",
- "ru": "Введите дату рождения",
- "uk": "Введіть дату народження"
- },
- "regexp": "\/^\\d{4}-\\d{2}-\\d{2}$\/",
- "required": true,
- "position": 3
- }
- ],
+ "code": "googlepay_myr_hpp",
+ "currency": "MYR",
"flow": "hpp",
- "method": "ecopayz",
- "amount_min": 0.01,
- "amount_max": 999999
+ "method": "googlepay",
+ "amount_min": 0.05,
+ "amount_max": 542180
},
{
"status": "active",
- "code": "ecopayz_eur_hpp",
- "currency": "EUR",
- "fields": [
- {
- "key": "first_name",
- "type": "string",
- "label": {
- "en": "First name",
- "ru": "Имя",
- "uk": "Ім`я"
- },
- "hint": {
- "en": "Enter first name",
- "ru": "Введите имя",
- "uk": "Введіть ім`я"
- },
- "regexp": "\/^.{0,255}$\/",
- "required": true,
- "position": 1
- },
- {
- "key": "last_name",
- "type": "string",
- "label": {
- "en": "Last name",
- "ru": "Фамилия",
- "uk": "Прізвище"
- },
- "hint": {
- "en": "Enter last name",
- "ru": "Введите фамилию",
- "uk": "Введіть прізвище"
- },
- "regexp": "\/^.{0,255}$\/",
- "required": true,
- "position": 2
- },
- {
- "key": "date_of_birth",
- "type": "string",
- "label": {
- "en": "Date of birth",
- "ru": "Дата рождения",
- "uk": "Дата народження"
- },
- "hint": {
- "en": "Enter date of birth",
- "ru": "Введите дату рождения",
- "uk": "Введіть дату народження"
- },
- "regexp": "\/^\\d{4}-\\d{2}-\\d{2}$\/",
- "required": true,
- "position": 3
- }
- ],
+ "code": "applepay_myr_hpp",
+ "currency": "MYR",
"flow": "hpp",
- "method": "ecopayz",
- "amount_min": 0.01,
- "amount_max": 999999
+ "method": "applepay",
+ "amount_min": 0.05,
+ "amount_max": 542180
},
{
"status": "active",
- "code": "ecopayz_uah_hpp",
- "currency": "UAH",
- "fields": [
- {
- "key": "first_name",
- "type": "string",
- "label": {
- "en": "First name",
- "ru": "Имя",
- "uk": "Ім`я"
- },
- "hint": {
- "en": "Enter first name",
- "ru": "Введите имя",
- "uk": "Введіть ім`я"
- },
- "regexp": "\/^.{0,255}$\/",
- "required": true,
- "position": 1
- },
- {
- "key": "last_name",
- "type": "string",
- "label": {
- "en": "Last name",
- "ru": "Фамилия",
- "uk": "Прізвище"
- },
- "hint": {
- "en": "Enter last name",
- "ru": "Введите фамилию",
- "uk": "Введіть прізвище"
- },
- "regexp": "\/^.{0,255}$\/",
- "required": true,
- "position": 2
- },
- {
- "key": "date_of_birth",
- "type": "string",
- "label": {
- "en": "Date of birth",
- "ru": "Дата рождения",
- "uk": "Дата народження"
- },
- "hint": {
- "en": "Enter date of birth",
- "ru": "Введите дату рождения",
- "uk": "Введіть дату народження"
- },
- "regexp": "\/^\\d{4}-\\d{2}-\\d{2}$\/",
- "required": true,
- "position": 3
- }
- ],
+ "code": "googlepay_nok_hpp",
+ "currency": "NOK",
"flow": "hpp",
- "method": "ecopayz",
- "amount_min": 0.01,
- "amount_max": 999999
+ "method": "googlepay",
+ "amount_min": 0.11,
+ "amount_max": 1084360
},
{
"status": "active",
- "code": "ecopayz_rub_hpp",
- "currency": "RUB",
- "fields": [
- {
- "key": "first_name",
- "type": "string",
- "label": {
- "en": "First name",
- "ru": "Имя",
- "uk": "Ім`я"
- },
- "hint": {
- "en": "Enter first name",
- "ru": "Введите имя",
- "uk": "Введіть ім`я"
- },
- "regexp": "\/^.{0,255}$\/",
- "required": true,
- "position": 1
- },
- {
- "key": "last_name",
- "type": "string",
- "label": {
- "en": "Last name",
- "ru": "Фамилия",
- "uk": "Прізвище"
- },
- "hint": {
- "en": "Enter last name",
- "ru": "Введите фамилию",
- "uk": "Введіть прізвище"
- },
- "regexp": "\/^.{0,255}$\/",
- "required": true,
- "position": 2
- },
- {
- "key": "date_of_birth",
- "type": "string",
- "label": {
- "en": "Date of birth",
- "ru": "Дата рождения",
- "uk": "Дата народження"
- },
- "hint": {
- "en": "Enter date of birth",
- "ru": "Введите дату рождения",
- "uk": "Введіть дату народження"
- },
- "regexp": "\/^\\d{4}-\\d{2}-\\d{2}$\/",
- "required": true,
- "position": 3
- }
- ],
+ "code": "applepay_nok_hpp",
+ "currency": "NOK",
"flow": "hpp",
- "method": "ecopayz",
- "amount_min": 0.01,
- "amount_max": 999999
+ "method": "applepay",
+ "amount_min": 0.11,
+ "amount_max": 1084360
},
{
"status": "active",
- "code": "ecopayz_gbp_hpp",
- "currency": "GBP",
- "fields": [
- {
- "key": "first_name",
- "type": "string",
- "label": {
- "en": "First name",
- "ru": "Имя",
- "uk": "Ім`я"
- },
- "hint": {
- "en": "Enter first name",
- "ru": "Введите имя",
- "uk": "Введіть ім`я"
- },
- "regexp": "\/^.{0,255}$\/",
- "required": true,
- "position": 1
- },
- {
- "key": "last_name",
- "type": "string",
- "label": {
- "en": "Last name",
- "ru": "Фамилия",
- "uk": "Прізвище"
- },
- "hint": {
- "en": "Enter last name",
- "ru": "Введите фамилию",
- "uk": "Введіть прізвище"
- },
- "regexp": "\/^.{0,255}$\/",
- "required": true,
- "position": 2
- },
- {
- "key": "date_of_birth",
- "type": "string",
- "label": {
- "en": "Date of birth",
- "ru": "Дата рождения",
- "uk": "Дата народження"
- },
- "hint": {
- "en": "Enter date of birth",
- "ru": "Введите дату рождения",
- "uk": "Введіть дату народження"
- },
- "regexp": "\/^\\d{4}-\\d{2}-\\d{2}$\/",
- "required": true,
- "position": 3
- }
- ],
+ "code": "googlepay_omr_hpp",
+ "currency": "OMR",
"flow": "hpp",
- "method": "ecopayz",
+ "method": "googlepay",
"amount_min": 0.01,
- "amount_max": 999999
+ "amount_max": 26000
},
{
"status": "active",
- "code": "ecopayz_uzs_hpp",
- "currency": "UZS",
- "fields": [
- {
- "key": "first_name",
- "type": "string",
- "label": {
- "en": "First name",
- "ru": "Имя",
- "uk": "Ім`я"
- },
- "hint": {
- "en": "Enter first name",
- "ru": "Введите имя",
- "uk": "Введіть ім`я"
- },
- "regexp": "\/^.{0,255}$\/",
- "required": true,
- "position": 1
- },
- {
- "key": "last_name",
- "type": "string",
- "label": {
- "en": "Last name",
- "ru": "Фамилия",
- "uk": "Прізвище"
- },
- "hint": {
- "en": "Enter last name",
- "ru": "Введите фамилию",
- "uk": "Введіть прізвище"
- },
- "regexp": "\/^.{0,255}$\/",
- "required": true,
- "position": 2
- },
- {
- "key": "date_of_birth",
- "type": "string",
- "label": {
- "en": "Date of birth",
- "ru": "Дата рождения",
- "uk": "Дата народження"
- },
- "hint": {
- "en": "Enter date of birth",
- "ru": "Введите дату рождения",
- "uk": "Введіть дату народження"
- },
- "regexp": "\/^\\d{4}-\\d{2}-\\d{2}$\/",
- "required": true,
- "position": 3
- }
- ],
+ "code": "applepay_omr_hpp",
+ "currency": "OMR",
"flow": "hpp",
- "method": "ecopayz",
+ "method": "applepay",
"amount_min": 0.01,
- "amount_max": 999999
+ "amount_max": 26000
},
{
"status": "active",
- "code": "ecopayz_aud_hpp",
- "currency": "AUD",
- "fields": [
- {
- "key": "first_name",
- "type": "string",
- "label": {
- "en": "First name",
- "ru": "Имя",
- "uk": "Ім`я"
- },
- "hint": {
- "en": "Enter first name",
- "ru": "Введите имя",
- "uk": "Введіть ім`я"
- },
- "regexp": "\/^.{0,255}$\/",
- "required": true,
- "position": 1
- },
- {
- "key": "last_name",
- "type": "string",
- "label": {
- "en": "Last name",
- "ru": "Фамилия",
- "uk": "Прізвище"
- },
- "hint": {
- "en": "Enter last name",
- "ru": "Введите фамилию",
- "uk": "Введіть прізвище"
- },
- "regexp": "\/^.{0,255}$\/",
- "required": true,
- "position": 2
- },
- {
- "key": "date_of_birth",
- "type": "string",
- "label": {
- "en": "Date of birth",
- "ru": "Дата рождения",
- "uk": "Дата народження"
- },
- "hint": {
- "en": "Enter date of birth",
- "ru": "Введите дату рождения",
- "uk": "Введіть дату народження"
- },
- "regexp": "\/^\\d{4}-\\d{2}-\\d{2}$\/",
- "required": true,
- "position": 3
- }
- ],
+ "code": "googlepay_qar_hpp",
+ "currency": "QAR",
"flow": "hpp",
- "method": "ecopayz",
- "amount_min": 0.01,
- "amount_max": 999999
+ "method": "googlepay",
+ "amount_min": 0.04,
+ "amount_max": 364000
},
{
"status": "active",
- "code": "ecopayz_cad_hpp",
- "currency": "CAD",
- "fields": [
- {
- "key": "first_name",
- "type": "string",
- "label": {
- "en": "First name",
- "ru": "Имя",
- "uk": "Ім`я"
- },
- "hint": {
- "en": "Enter first name",
- "ru": "Введите имя",
- "uk": "Введіть ім`я"
- },
- "regexp": "\/^.{0,255}$\/",
- "required": true,
- "position": 1
- },
- {
- "key": "last_name",
- "type": "string",
- "label": {
- "en": "Last name",
- "ru": "Фамилия",
- "uk": "Прізвище"
- },
- "hint": {
- "en": "Enter last name",
- "ru": "Введите фамилию",
- "uk": "Введіть прізвище"
- },
- "regexp": "\/^.{0,255}$\/",
- "required": true,
- "position": 2
- },
- {
- "key": "date_of_birth",
- "type": "string",
- "label": {
- "en": "Date of birth",
- "ru": "Дата рождения",
- "uk": "Дата народження"
- },
- "hint": {
- "en": "Enter date of birth",
- "ru": "Введите дату рождения",
- "uk": "Введіть дату народження"
- },
- "regexp": "\/^\\d{4}-\\d{2}-\\d{2}$\/",
- "required": true,
- "position": 3
- }
- ],
+ "code": "applepay_qar_hpp",
+ "currency": "QAR",
+ "flow": "hpp",
+ "method": "applepay",
+ "amount_min": 0.04,
+ "amount_max": 364000
+ },
+ {
+ "status": "active",
+ "code": "googlepay_sar_hpp",
+ "currency": "SAR",
+ "flow": "hpp",
+ "method": "googlepay",
+ "amount_min": 0.04,
+ "amount_max": 375000
+ },
+ {
+ "status": "active",
+ "code": "applepay_sar_hpp",
+ "currency": "SAR",
+ "flow": "hpp",
+ "method": "applepay",
+ "amount_min": 0.04,
+ "amount_max": 375000
+ },
+ {
+ "status": "active",
+ "code": "googlepay_sgd_hpp",
+ "currency": "SGD",
+ "flow": "hpp",
+ "method": "googlepay",
+ "amount_min": 0.01,
+ "amount_max": 135000
+ },
+ {
+ "status": "active",
+ "code": "applepay_sgd_hpp",
+ "currency": "SGD",
"flow": "hpp",
- "method": "ecopayz",
+ "method": "applepay",
"amount_min": 0.01,
- "amount_max": 999999
+ "amount_max": 135000
},
{
"status": "active",
- "code": "ecopayz_brl_hpp",
- "currency": "BRL",
- "fields": [
- {
- "key": "first_name",
- "type": "string",
- "label": {
- "en": "First name",
- "ru": "Имя",
- "uk": "Ім`я"
- },
- "hint": {
- "en": "Enter first name",
- "ru": "Введите имя",
- "uk": "Введіть ім`я"
- },
- "regexp": "\/^.{0,255}$\/",
- "required": true,
- "position": 1
- },
- {
- "key": "last_name",
- "type": "string",
- "label": {
- "en": "Last name",
- "ru": "Фамилия",
- "uk": "Прізвище"
- },
- "hint": {
- "en": "Enter last name",
- "ru": "Введите фамилию",
- "uk": "Введіть прізвище"
- },
- "regexp": "\/^.{0,255}$\/",
- "required": true,
- "position": 2
- },
- {
- "key": "date_of_birth",
- "type": "string",
- "label": {
- "en": "Date of birth",
- "ru": "Дата рождения",
- "uk": "Дата народження"
- },
- "hint": {
- "en": "Enter date of birth",
- "ru": "Введите дату рождения",
- "uk": "Введіть дату народження"
- },
- "regexp": "\/^\\d{4}-\\d{2}-\\d{2}$\/",
- "required": true,
- "position": 3
- }
- ],
+ "code": "googlepay_thb_hpp",
+ "currency": "THB",
"flow": "hpp",
- "method": "ecopayz",
- "amount_min": 0.01,
- "amount_max": 999999
+ "method": "googlepay",
+ "amount_min": 0.36,
+ "amount_max": 3638000
},
{
"status": "active",
- "code": "ecopayz_inr_hpp",
- "currency": "INR",
- "fields": [
- {
- "key": "first_name",
- "type": "string",
- "label": {
- "en": "First name",
- "ru": "Имя",
- "uk": "Ім`я"
- },
- "hint": {
- "en": "Enter first name",
- "ru": "Введите имя",
- "uk": "Введіть ім`я"
- },
- "regexp": "\/^.{0,255}$\/",
- "required": true,
- "position": 1
- },
- {
- "key": "last_name",
- "type": "string",
- "label": {
- "en": "Last name",
- "ru": "Фамилия",
- "uk": "Прізвище"
- },
- "hint": {
- "en": "Enter last name",
- "ru": "Введите фамилию",
- "uk": "Введіть прізвище"
- },
- "regexp": "\/^.{0,255}$\/",
- "required": true,
- "position": 2
- },
- {
- "key": "date_of_birth",
- "type": "string",
- "label": {
- "en": "Date of birth",
- "ru": "Дата рождения",
- "uk": "Дата народження"
- },
- "hint": {
- "en": "Enter date of birth",
- "ru": "Введите дату рождения",
- "uk": "Введіть дату народження"
- },
- "regexp": "\/^\\d{4}-\\d{2}-\\d{2}$\/",
- "required": true,
- "position": 3
- }
- ],
+ "code": "applepay_thb_hpp",
+ "currency": "THB",
"flow": "hpp",
- "method": "ecopayz",
- "amount_min": 0.01,
- "amount_max": 999999
+ "method": "applepay",
+ "amount_min": 0.36,
+ "amount_max": 3638000
},
{
"status": "active",
- "code": "ecopayz_ngn_hpp",
- "currency": "NGN",
- "fields": [
- {
- "key": "first_name",
- "type": "string",
- "label": {
- "en": "First name",
- "ru": "Имя",
- "uk": "Ім`я"
- },
- "hint": {
- "en": "Enter first name",
- "ru": "Введите имя",
- "uk": "Введіть ім`я"
- },
- "regexp": "\/^.{0,255}$\/",
- "required": true,
- "position": 1
- },
- {
- "key": "last_name",
- "type": "string",
- "label": {
- "en": "Last name",
- "ru": "Фамилия",
- "uk": "Прізвище"
- },
- "hint": {
- "en": "Enter last name",
- "ru": "Введите фамилию",
- "uk": "Введіть прізвище"
- },
- "regexp": "\/^.{0,255}$\/",
- "required": true,
- "position": 2
- },
- {
- "key": "date_of_birth",
- "type": "string",
- "label": {
- "en": "Date of birth",
- "ru": "Дата рождения",
- "uk": "Дата народження"
- },
- "hint": {
- "en": "Enter date of birth",
- "ru": "Введите дату рождения",
- "uk": "Введіть дату народження"
- },
- "regexp": "\/^\\d{4}-\\d{2}-\\d{2}$\/",
- "required": true,
- "position": 3
- }
- ],
+ "code": "googlepay_try_hpp",
+ "currency": "TRY",
"flow": "hpp",
- "method": "ecopayz",
- "amount_min": 0.01,
- "amount_max": 999999
+ "method": "googlepay",
+ "amount_min": 0.33,
+ "amount_max": 3250000
},
{
"status": "active",
- "code": "ecopayz_pln_hpp",
- "currency": "PLN",
- "fields": [
- {
- "key": "first_name",
- "type": "string",
- "label": {
- "en": "First name",
- "ru": "Имя",
- "uk": "Ім`я"
- },
- "hint": {
- "en": "Enter first name",
- "ru": "Введите имя",
- "uk": "Введіть ім`я"
- },
- "regexp": "\/^.{0,255}$\/",
- "required": true,
- "position": 1
- },
- {
- "key": "last_name",
- "type": "string",
- "label": {
- "en": "Last name",
- "ru": "Фамилия",
- "uk": "Прізвище"
- },
- "hint": {
- "en": "Enter last name",
- "ru": "Введите фамилию",
- "uk": "Введіть прізвище"
- },
- "regexp": "\/^.{0,255}$\/",
- "required": true,
- "position": 2
- },
- {
- "key": "date_of_birth",
- "type": "string",
- "label": {
- "en": "Date of birth",
- "ru": "Дата рождения",
- "uk": "Дата народження"
- },
- "hint": {
- "en": "Enter date of birth",
- "ru": "Введите дату рождения",
- "uk": "Введіть дату народження"
- },
- "regexp": "\/^\\d{4}-\\d{2}-\\d{2}$\/",
- "required": true,
- "position": 3
- }
- ],
+ "code": "applepay_try_hpp",
+ "currency": "TRY",
+ "flow": "hpp",
+ "method": "applepay",
+ "amount_min": 0.33,
+ "amount_max": 3250000
+ },
+ {
+ "status": "active",
+ "code": "googlepay_zar_hpp",
+ "currency": "ZAR",
+ "flow": "hpp",
+ "method": "googlepay",
+ "amount_min": 0.18,
+ "amount_max": 1815000
+ },
+ {
+ "status": "active",
+ "code": "applepay_zar_hpp",
+ "currency": "ZAR",
+ "flow": "hpp",
+ "method": "applepay",
+ "amount_min": 0.18,
+ "amount_max": 1815000
+ },
+ {
+ "status": "active",
+ "code": "googlepay_aed_hpp",
+ "currency": "AED",
"flow": "hpp",
- "method": "ecopayz",
- "amount_min": 0.01,
- "amount_max": 999999
+ "method": "googlepay",
+ "amount_min": 0.03,
+ "amount_max": 367249
},
{
"status": "active",
- "code": "ecopayz_mdl_hpp",
- "currency": "MDL",
- "fields": [
- {
- "key": "first_name",
- "type": "string",
- "label": {
- "en": "First name",
- "ru": "Имя",
- "uk": "Ім`я"
- },
- "hint": {
- "en": "Enter first name",
- "ru": "Введите имя",
- "uk": "Введіть ім`я"
- },
- "regexp": "\/^.{0,255}$\/",
- "required": true,
- "position": 1
- },
- {
- "key": "last_name",
- "type": "string",
- "label": {
- "en": "Last name",
- "ru": "Фамилия",
- "uk": "Прізвище"
- },
- "hint": {
- "en": "Enter last name",
- "ru": "Введите фамилию",
- "uk": "Введіть прізвище"
- },
- "regexp": "\/^.{0,255}$\/",
- "required": true,
- "position": 2
- },
- {
- "key": "date_of_birth",
- "type": "string",
- "label": {
- "en": "Date of birth",
- "ru": "Дата рождения",
- "uk": "Дата народження"
- },
- "hint": {
- "en": "Enter date of birth",
- "ru": "Введите дату рождения",
- "uk": "Введіть дату народження"
- },
- "regexp": "\/^\\d{4}-\\d{2}-\\d{2}$\/",
- "required": true,
- "position": 3
- }
- ],
+ "code": "applepay_aed_hpp",
+ "currency": "AED",
"flow": "hpp",
- "method": "ecopayz",
+ "method": "applepay",
+ "amount_min": 0.03,
+ "amount_max": 367249
+ },
+ {
+ "status": "active",
+ "code": "klyme_eur_invoice",
+ "flow": "invoice",
+ "method": "klyme",
+ "currency": "EUR",
"amount_min": 0.01,
- "amount_max": 999999
+ "amount_max": 100000
},
{
"status": "active",
- "code": "ecopayz_mxn_hpp",
- "currency": "MXN",
- "fields": [
- {
- "key": "first_name",
- "type": "string",
- "label": {
- "en": "First name",
- "ru": "Имя",
- "uk": "Ім`я"
- },
- "hint": {
- "en": "Enter first name",
- "ru": "Введите имя",
- "uk": "Введіть ім`я"
- },
- "regexp": "\/^.{0,255}$\/",
- "required": true,
- "position": 1
- },
- {
- "key": "last_name",
- "type": "string",
- "label": {
- "en": "Last name",
- "ru": "Фамилия",
- "uk": "Прізвище"
- },
- "hint": {
- "en": "Enter last name",
- "ru": "Введите фамилию",
- "uk": "Введіть прізвище"
- },
- "regexp": "\/^.{0,255}$\/",
- "required": true,
- "position": 2
- },
- {
- "key": "date_of_birth",
- "type": "string",
- "label": {
- "en": "Date of birth",
- "ru": "Дата рождения",
- "uk": "Дата народження"
- },
- "hint": {
- "en": "Enter date of birth",
- "ru": "Введите дату рождения",
- "uk": "Введіть дату народження"
- },
- "regexp": "\/^\\d{4}-\\d{2}-\\d{2}$\/",
- "required": true,
- "position": 3
- }
- ],
- "flow": "hpp",
- "method": "ecopayz",
+ "code": "mobilum_pln_invoice",
+ "flow": "invoice",
+ "method": "mobilum",
+ "currency": "PLN",
"amount_min": 0.01,
- "amount_max": 999999
+ "amount_max": 400000
},
{
"status": "active",
- "code": "ecopayz_voucher_usd_hpp",
+ "code": "blik_widget_m_pln_invoice",
+ "flow": "invoice",
+ "method": "blik_widget_m",
+ "currency": "PLN",
+ "amount_min": 0.01,
+ "amount_max": 400000
+ },
+ {
+ "status": "active",
+ "code": "klyme_usd_invoice",
+ "flow": "invoice",
+ "method": "klyme",
"currency": "USD",
- "method": "ecopayz_voucher",
- "flow": "hpp",
"amount_min": 0.01,
"amount_max": 100000
},
{
"status": "active",
- "code": "ecopayz_voucher_eur_hpp",
- "currency": "EUR",
- "method": "ecopayz_voucher",
- "flow": "hpp",
+ "code": "klyme_gbp_invoice",
+ "flow": "invoice",
+ "method": "klyme",
+ "currency": "GBP",
"amount_min": 0.01,
"amount_max": 100000
},
{
"status": "active",
- "code": "ecopayz_voucher_gbp_hpp",
+ "code": "googlepay_gbp_hpp",
"currency": "GBP",
- "method": "ecopayz_voucher",
"flow": "hpp",
+ "method": "googlepay",
"amount_min": 0.01,
"amount_max": 100000
},
{
"status": "active",
- "code": "ecopayz_voucher_cad_hpp",
- "currency": "CAD",
- "method": "ecopayz_voucher",
+ "code": "khalti_npr_hpp",
+ "currency": "NPR",
"flow": "hpp",
- "amount_min": 0.01,
- "amount_max": 100000
+ "method": "khalti",
+ "amount_min": 2,
+ "amount_max": 13000000
},
{
"status": "active",
- "code": "ecopayz_thb_hpp",
- "currency": "THB",
- "fields": [
- {
- "key": "first_name",
- "type": "string",
- "label": {
- "en": "First name",
- "ru": "Имя",
- "uk": "Ім`я"
- },
- "hint": {
- "en": "Enter first name",
- "ru": "Введите имя",
- "uk": "Введіть ім`я"
- },
- "regexp": "\/^[A-ZА-Я\\-\\sa-zа-я]{2,255}$\/",
- "required": true,
- "position": 1
- },
- {
- "key": "last_name",
- "type": "string",
- "label": {
- "en": "Last name",
- "ru": "Фамилия",
- "uk": "Прізвище"
- },
- "hint": {
- "en": "Enter last name",
- "ru": "Введите фамилию",
- "uk": "Введіть прізвище"
- },
- "regexp": "\/^[A-ZА-Я\\-\\sa-zа-я]{2,255}$\/",
- "required": true,
- "position": 2
- },
- {
- "key": "date_of_birth",
- "type": "string",
- "label": {
- "en": "Date of birth",
- "ru": "Дата рождения",
- "uk": "Дата народження"
- },
- "hint": {
- "en": "Enter date of birth",
- "ru": "Введите дату рождения",
- "uk": "Введіть дату народження"
- },
- "regexp": "\/^\\d{4}-\\d{2}-\\d{2}$\/",
- "required": true,
- "position": 3
- }
- ],
+ "code": "esewa_npr_hpp",
+ "currency": "NPR",
"flow": "hpp",
- "method": "ecopayz",
+ "method": "esewa",
+ "amount_min": 2,
+ "amount_max": 13000000
+ },
+ {
+ "status": "active",
+ "code": "imepay_npr_hpp",
+ "currency": "NPR",
+ "flow": "hpp",
+ "method": "imepay",
+ "amount_min": 2,
+ "amount_max": 13000000
+ },
+ {
+ "status": "active",
+ "code": "mobilepay_eur_hpp",
+ "currency": "EUR",
+ "flow": "hpp",
+ "method": "mobilepay",
"amount_min": 0.01,
- "amount_max": 999999
+ "amount_max": 100000
},
{
"status": "active",
- "code": "ecopayz_idr_hpp",
- "currency": "IDR",
+ "code": "sepa_transfer_instant_eur_hpp",
+ "currency": "EUR",
+ "flow": "hpp",
+ "method": "sepa_transfer_instant",
"fields": [
{
- "key": "first_name",
- "type": "string",
- "label": {
- "en": "First name",
- "ru": "Имя",
- "uk": "Ім`я"
- },
- "hint": {
- "en": "Enter first name",
- "ru": "Введите имя",
- "uk": "Введіть ім`я"
- },
- "regexp": "\/^[A-ZА-Я\\-\\sa-zа-я]{2,255}$\/",
- "required": true,
- "position": 1
- },
- {
- "key": "last_name",
+ "key": "account",
"type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
"label": {
- "en": "Last name",
- "ru": "Фамилия",
- "uk": "Прізвище"
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
},
- "hint": {
- "en": "Enter last name",
- "ru": "Введите фамилию",
- "uk": "Введіть прізвище"
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
},
- "regexp": "\/^[A-ZА-Я\\-\\sa-zа-я]{2,255}$\/",
- "required": true,
- "position": 2
+ "example": "1100382992"
},
{
- "key": "date_of_birth",
+ "key": "bank_name",
"type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 2,
"label": {
- "en": "Date of birth",
- "ru": "Дата рождения",
- "uk": "Дата народження"
+ "en": "Client account bank name",
+ "ru": "Название банка клиентского счета",
+ "uk": "Назва банку рахунку клієнта"
},
"hint": {
- "en": "Enter date of birth",
- "ru": "Введите дату рождения",
- "uk": "Введіть дату народження"
+ "en": "Enter client account bank name",
+ "ru": "Введите название банка клиента",
+ "uk": "Введіть назву банка клієнта"
},
- "regexp": "\/^\\d{4}-\\d{2}-\\d{2}$\/",
- "required": true,
- "position": 3
+ "example": "revolut"
}
],
- "flow": "hpp",
- "method": "ecopayz",
"amount_min": 0.01,
- "amount_max": 999999
+ "amount_max": 100000
},
{
"status": "active",
- "code": "ecopayz_myr_hpp",
- "currency": "MYR",
+ "code": "sepa_transfer_instant_gbp_hpp",
+ "currency": "GBP",
+ "flow": "hpp",
+ "method": "sepa_transfer_instant",
"fields": [
{
- "key": "first_name",
+ "key": "account",
"type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
"label": {
- "en": "First name",
- "ru": "Имя",
- "uk": "Ім`я"
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
},
"hint": {
- "en": "Enter first name",
- "ru": "Введите имя",
- "uk": "Введіть ім`я"
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
},
- "regexp": "\/^[A-ZА-Я\\-\\sa-zа-я]{2,255}$\/",
- "required": true,
- "position": 1
+ "example": "1100382992"
},
{
- "key": "last_name",
+ "key": "bank_name",
"type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 2,
"label": {
- "en": "Last name",
- "ru": "Фамилия",
- "uk": "Прізвище"
+ "en": "Client account bank name",
+ "ru": "Название банка клиентского счета",
+ "uk": "Назва банку рахунку клієнта"
},
"hint": {
- "en": "Enter last name",
- "ru": "Введите фамилию",
- "uk": "Введіть прізвище"
+ "en": "Enter client account bank name",
+ "ru": "Введите название банка клиента",
+ "uk": "Введіть назву банка клієнта"
},
- "regexp": "\/^[A-ZА-Я\\-\\sa-zа-я]{2,255}$\/",
- "required": true,
- "position": 2
- },
+ "example": "revolut"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "ach_usd_hpp",
+ "currency": "USD",
+ "flow": "hpp",
+ "method": "ach",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "coinspaid_eur_hpp",
+ "flow": "hpp",
+ "method": "coinspaid",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "coinspaid_usd_hpp",
+ "flow": "hpp",
+ "method": "coinspaid",
+ "currency": "USD",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "alphapo_eur_hpp",
+ "flow": "hpp",
+ "method": "alphapo",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "palmpay_ngn_hpp",
+ "flow": "hpp",
+ "method": "palmpay",
+ "currency": "NGN",
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "opay_ngn_hpp",
+ "flow": "hpp",
+ "method": "opay",
+ "currency": "NGN",
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "ideal_crypto_eur_hpp",
+ "currency": "EUR",
+ "method": "ideal_crypto",
+ "flow": "hpp",
+ "fields": [
{
- "key": "date_of_birth",
+ "key": "blockchain_address",
"type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
"label": {
- "en": "Date of birth",
- "ru": "Дата рождения",
- "uk": "Дата народження"
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
},
"hint": {
- "en": "Enter date of birth",
- "ru": "Введите дату рождения",
- "uk": "Введіть дату народження"
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
},
- "regexp": "\/^\\d{4}-\\d{2}-\\d{2}$\/",
- "required": true,
- "position": 3
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
}
],
- "flow": "hpp",
- "method": "ecopayz",
"amount_min": 0.01,
- "amount_max": 999999
+ "amount_max": 100000
},
{
"status": "active",
- "code": "ecopayz_mxn_hpp",
- "currency": "MXN",
+ "code": "pay_id_crypto_aud_hpp",
+ "currency": "AUD",
+ "method": "pay_id_crypto",
+ "flow": "hpp",
"fields": [
{
- "key": "first_name",
+ "key": "blockchain_address",
"type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
"label": {
- "en": "First name",
- "ru": "Имя",
- "uk": "Ім`я"
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
},
"hint": {
- "en": "Enter first name",
- "ru": "Введите имя",
- "uk": "Введіть ім`я"
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
},
- "regexp": "\/^[A-ZА-Я\\-\\sa-zа-я]{2,255}$\/",
- "required": true,
- "position": 1
- },
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 150000
+ },
+ {
+ "status": "active",
+ "code": "pix_crypto_brl_hpp",
+ "currency": "BRL",
+ "method": "pix_crypto",
+ "flow": "hpp",
+ "fields": [
{
- "key": "last_name",
+ "key": "blockchain_address",
"type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
"label": {
- "en": "Last name",
- "ru": "Фамилия",
- "uk": "Прізвище"
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
},
"hint": {
- "en": "Enter last name",
- "ru": "Введите фамилию",
- "uk": "Введіть прізвище"
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
},
- "regexp": "\/^[A-ZА-Я\\-\\sa-zа-я]{2,255}$\/",
- "required": true,
- "position": 2
- },
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 500000
+ },
+ {
+ "status": "active",
+ "code": "interac_crypto_cad_hpp",
+ "currency": "CAD",
+ "method": "interac_crypto",
+ "flow": "hpp",
+ "fields": [
{
- "key": "date_of_birth",
+ "key": "blockchain_address",
"type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
"label": {
- "en": "Date of birth",
- "ru": "Дата рождения",
- "uk": "Дата народження"
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
},
"hint": {
- "en": "Enter date of birth",
- "ru": "Введите дату рождения",
- "uk": "Введіть дату народження"
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
},
- "regexp": "\/^\\d{4}-\\d{2}-\\d{2}$\/",
- "required": true,
- "position": 3
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
}
],
+ "amount_min": 0.01,
+ "amount_max": 500000
+ },
+ {
+ "status": "active",
+ "code": "sepa_transfer_crypto_eur_hpp",
+ "currency": "EUR",
+ "method": "sepa_transfer_crypto",
"flow": "hpp",
- "method": "ecopayz",
+ "fields": [
+ {
+ "key": "blockchain_address",
+ "type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
+ },
+ "hint": {
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
+ },
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
+ }
+ ],
"amount_min": 0.01,
- "amount_max": 999999
+ "amount_max": 100000
},
{
"status": "active",
- "code": "ecopayz_vnd_hpp",
- "currency": "VND",
+ "code": "sepa_transfer_crypto_gbp_hpp",
+ "currency": "GBP",
+ "method": "sepa_transfer_crypto",
+ "flow": "hpp",
"fields": [
{
- "key": "first_name",
+ "key": "blockchain_address",
"type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
"label": {
- "en": "First name",
- "ru": "Имя",
- "uk": "Ім`я"
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
},
"hint": {
- "en": "Enter first name",
- "ru": "Введите имя",
- "uk": "Введіть ім`я"
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
},
- "regexp": "\/^[A-ZА-Я\\-\\sa-zа-я]{2,255}$\/",
- "required": true,
- "position": 1
- },
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "upi_crypto_inr_hpp",
+ "currency": "INR",
+ "method": "upi_crypto",
+ "flow": "hpp",
+ "fields": [
{
- "key": "last_name",
+ "key": "blockchain_address",
"type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
"label": {
- "en": "Last name",
- "ru": "Фамилия",
- "uk": "Прізвище"
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
},
"hint": {
- "en": "Enter last name",
- "ru": "Введите фамилию",
- "uk": "Введіть прізвище"
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
},
- "regexp": "\/^[A-ZА-Я\\-\\sa-zа-я]{2,255}$\/",
- "required": true,
- "position": 2
- },
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1000000000
+ },
+ {
+ "status": "active",
+ "code": "applepay_crypto_usd_hpp",
+ "currency": "USD",
+ "method": "applepay_crypto",
+ "flow": "hpp",
+ "fields": [
{
- "key": "date_of_birth",
+ "key": "blockchain_address",
"type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
"label": {
- "en": "Date of birth",
- "ru": "Дата рождения",
- "uk": "Дата народження"
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
},
"hint": {
- "en": "Enter date of birth",
- "ru": "Введите дату рождения",
- "uk": "Введіть дату народження"
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
},
- "regexp": "\/^\\d{4}-\\d{2}-\\d{2}$\/",
- "required": true,
- "position": 3
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
}
],
- "flow": "hpp",
- "method": "ecopayz",
"amount_min": 0.01,
- "amount_max": 9999999
+ "amount_max": 100000
},
{
"status": "active",
- "code": "muchbetter_usd_invoice",
- "currency": "USD",
+ "code": "applepay_crypto_eur_hpp",
+ "currency": "EUR",
+ "method": "applepay_crypto",
+ "flow": "hpp",
"fields": [
{
- "key": "phone",
+ "key": "blockchain_address",
"type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
"label": {
- "en": "Phone number",
- "ru": "Номер телефона",
- "uk": "Номер телефону"
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
},
"hint": {
- "en": "Enter phone number",
- "ru": "Введите номер телефона MuchBetter кошелька",
- "uk": "Введіть номер телефону MuchBetter гаманця"
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
},
- "example": "+447624222721",
- "regexp": "\/^\\+\\d{1,15}$\/",
- "required": true,
- "position": 1
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
}
],
- "flow": "invoice",
- "method": "muchbetter",
"amount_min": 0.01,
- "amount_max": 999999
+ "amount_max": 100000
},
{
"status": "active",
- "code": "muchbetter_eur_invoice",
- "currency": "EUR",
+ "code": "applepay_crypto_nok_hpp",
+ "currency": "NOK",
+ "method": "applepay_crypto",
+ "flow": "hpp",
"fields": [
{
- "key": "phone",
+ "key": "blockchain_address",
"type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
"label": {
- "en": "Phone number",
- "ru": "Номер телефона",
- "uk": "Номер телефону"
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
},
"hint": {
- "en": "Enter phone number",
- "ru": "Введите номер телефона MuchBetter кошелька",
- "uk": "Введіть номер телефону MuchBetter гаманця"
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
},
- "example": "+447624222721",
- "regexp": "\/^\\+\\d{1,15}$\/",
- "required": true,
- "position": 1
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
}
],
- "flow": "invoice",
- "method": "muchbetter",
- "amount_min": 0.01,
- "amount_max": 999999
+ "amount_min": 0.1,
+ "amount_max": 1084360
},
{
"status": "active",
- "code": "muchbetter_gbp_invoice",
- "currency": "GBP",
+ "code": "applepay_crypto_dkk_hpp",
+ "currency": "DKK",
+ "method": "applepay_crypto",
+ "flow": "hpp",
"fields": [
{
- "key": "phone",
+ "key": "blockchain_address",
"type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
"label": {
- "en": "Phone number",
- "ru": "Номер телефона",
- "uk": "Номер телефону"
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
},
"hint": {
- "en": "Enter phone number",
- "ru": "Введите номер телефона MuchBetter кошелька",
- "uk": "Введіть номер телефону MuchBetter гаманця"
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
},
- "example": "+447624222721",
- "regexp": "\/^\\+\\d{1,15}$\/",
- "required": true,
- "position": 1
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
}
],
- "flow": "invoice",
- "method": "muchbetter",
"amount_min": 0.01,
- "amount_max": 999999
+ "amount_max": 100000
},
{
"status": "active",
- "code": "muchbetter_brl_invoice",
- "currency": "BRL",
+ "code": "applepay_crypto_sek_hpp",
+ "currency": "SEK",
+ "method": "applepay_crypto",
+ "flow": "hpp",
"fields": [
{
- "key": "phone",
+ "key": "blockchain_address",
"type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
"label": {
- "en": "Phone number",
- "ru": "Номер телефона",
- "uk": "Номер телефону"
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
},
"hint": {
- "en": "Enter phone number",
- "ru": "Введите номер телефона MuchBetter кошелька",
- "uk": "Введіть номер телефону MuchBetter гаманця"
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
},
- "example": "+447624222721",
- "regexp": "\/^\\+\\d{1,15}$\/",
- "required": true,
- "position": 1
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
}
],
- "flow": "invoice",
- "method": "muchbetter",
"amount_min": 0.01,
- "amount_max": 999999
+ "amount_max": 1060000
},
{
"status": "active",
- "code": "muchbetter_mxn_invoice",
- "currency": "MXN",
+ "code": "applepay_crypto_pln_hpp",
+ "currency": "PLN",
+ "method": "applepay_crypto",
+ "flow": "hpp",
"fields": [
{
- "key": "phone",
+ "key": "blockchain_address",
"type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
"label": {
- "en": "Phone number",
- "ru": "Номер телефона",
- "uk": "Номер телефону"
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
},
"hint": {
- "en": "Enter phone number",
- "ru": "Введите номер телефона MuchBetter кошелька",
- "uk": "Введіть номер телефону MuchBetter гаманця"
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
},
- "example": "+447624222721",
- "regexp": "\/^\\+\\d{1,15}$\/",
- "required": true,
- "position": 1
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
}
],
- "flow": "invoice",
- "method": "muchbetter",
"amount_min": 0.01,
- "amount_max": 999999
+ "amount_max": 376000
},
{
"status": "active",
- "code": "muchbetter_vnd_invoice",
- "currency": "VND",
+ "code": "applepay_crypto_cad_hpp",
+ "currency": "CAD",
+ "method": "applepay_crypto",
+ "flow": "hpp",
"fields": [
{
- "key": "phone",
+ "key": "blockchain_address",
"type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
"label": {
- "en": "Phone number",
- "ru": "Номер телефона",
- "uk": "Номер телефону"
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
},
"hint": {
- "en": "Enter phone number",
- "ru": "Введите номер телефона MuchBetter кошелька",
- "uk": "Введіть номер телефону MuchBetter гаманця"
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
},
- "example": "+447624222721",
- "regexp": "\/^\\+\\d{1,15}$\/",
- "required": true,
- "position": 1
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
}
],
- "flow": "invoice",
- "method": "muchbetter",
"amount_min": 0.01,
- "amount_max": 999999
+ "amount_max": 500000
},
{
"status": "active",
- "code": "muchbetter_myr_invoice",
- "currency": "MYR",
+ "code": "applepay_crypto_aud_hpp",
+ "currency": "AUD",
+ "method": "applepay_crypto",
+ "flow": "hpp",
"fields": [
{
- "key": "phone",
+ "key": "blockchain_address",
"type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
"label": {
- "en": "Phone number",
- "ru": "Номер телефона",
- "uk": "Номер телефону"
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
},
"hint": {
- "en": "Enter phone number",
- "ru": "Введите номер телефона MuchBetter кошелька",
- "uk": "Введіть номер телефону MuchBetter гаманця"
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
},
- "example": "+447624222721",
- "regexp": "\/^\\+\\d{1,15}$\/",
- "required": true,
- "position": 1
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
}
],
- "flow": "invoice",
- "method": "muchbetter",
"amount_min": 0.01,
- "amount_max": 999999
+ "amount_max": 150000
},
{
"status": "active",
- "code": "muchbetter_idr_invoice",
- "currency": "IDR",
+ "code": "applepay_crypto_jpy_hpp",
+ "currency": "JPY",
+ "method": "applepay_crypto",
+ "flow": "hpp",
"fields": [
{
- "key": "phone",
+ "key": "blockchain_address",
"type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
"label": {
- "en": "Phone number",
- "ru": "Номер телефона",
- "uk": "Номер телефону"
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
},
"hint": {
- "en": "Enter phone number",
- "ru": "Введите номер телефона MuchBetter кошелька",
- "uk": "Введіть номер телефону MuchBetter гаманця"
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
},
- "example": "+447624222721",
- "regexp": "\/^\\+\\d{1,15}$\/",
- "required": true,
- "position": 1
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
}
],
- "flow": "invoice",
- "method": "muchbetter",
- "amount_min": 0.01,
- "amount_max": 999999
+ "amount_min": 144,
+ "amount_max": 1444555000
},
{
"status": "active",
- "code": "muchbetter_thb_invoice",
- "currency": "THB",
+ "code": "applepay_crypto_brl_hpp",
+ "currency": "BRL",
+ "method": "applepay_crypto",
+ "flow": "hpp",
"fields": [
{
- "key": "phone",
+ "key": "blockchain_address",
"type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
"label": {
- "en": "Phone number",
- "ru": "Номер телефона",
- "uk": "Номер телефону"
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
},
"hint": {
- "en": "Enter phone number",
- "ru": "Введите номер телефона MuchBetter кошелька",
- "uk": "Введіть номер телефону MuchBetter гаманця"
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
},
- "example": "+447624222721",
- "regexp": "\/^\\+\\d{1,15}$\/",
- "required": true,
- "position": 1
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
}
],
- "flow": "invoice",
- "method": "muchbetter",
"amount_min": 0.01,
- "amount_max": 999999
+ "amount_max": 500000
},
{
"status": "active",
- "code": "muchbetter_pln_invoice",
- "currency": "PLN",
+ "code": "applepay_crypto_mxn_hpp",
+ "currency": "MXN",
+ "method": "applepay_crypto",
+ "flow": "hpp",
"fields": [
{
- "key": "phone",
+ "key": "blockchain_address",
"type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
"label": {
- "en": "Phone number",
- "ru": "Номер телефона",
- "uk": "Номер телефону"
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
},
"hint": {
- "en": "Enter phone number",
- "ru": "Введите номер телефона MuchBetter кошелька",
- "uk": "Введіть номер телефону MuchBetter гаманця"
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
},
- "example": "+447624222721",
- "regexp": "\/^\\+\\d{1,15}$\/",
- "required": true,
- "position": 1
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
}
],
- "flow": "invoice",
- "method": "muchbetter",
- "amount_min": 0.01,
- "amount_max": 999999
+ "amount_min": 0.1,
+ "amount_max": 1844410
},
{
"status": "active",
- "code": "muchbetter_cad_invoice",
- "currency": "CAD",
+ "code": "applepay_crypto_egp_hpp",
+ "currency": "EGP",
+ "method": "applepay_crypto",
+ "flow": "hpp",
"fields": [
{
- "key": "phone",
+ "key": "blockchain_address",
"type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
"label": {
- "en": "Phone number",
- "ru": "Номер телефона",
- "uk": "Номер телефону"
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
},
"hint": {
- "en": "Enter phone number",
- "ru": "Введите номер телефона MuchBetter кошелька",
- "uk": "Введіть номер телефону MuchBetter гаманця"
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
},
- "example": "+447624222721",
- "regexp": "\/^\\+\\d{1,15}$\/",
- "required": true,
- "position": 1
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
}
- ],
- "flow": "invoice",
- "method": "muchbetter",
+ ],
"amount_min": 0.01,
- "amount_max": 999999
+ "amount_max": 1000000000
},
{
"status": "active",
- "code": "ecobanq_inr_transfer",
+ "code": "applepay_crypto_inr_hpp",
"currency": "INR",
+ "method": "applepay_crypto",
+ "flow": "hpp",
"fields": [
{
- "key": "user_id",
- "type": "string",
- "label": {
- "en": "user ID",
- "ru": "user ID",
- "uk": "user ID"
- },
- "hint": {
- "en": "Enter user ID",
- "ru": "Введите user ID",
- "uk": "Введіть user ID"
- },
- "example": "Q123456",
- "regexp": "\/^[Q]\\d{6}$\/",
- "required": true,
- "position": 1
- },
- {
- "key": "password",
+ "key": "blockchain_address",
"type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
"label": {
- "en": "Password",
- "ru": "Password",
- "uk": "Password"
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
},
"hint": {
- "en": "Enter password",
- "ru": "Введите пароль",
- "uk": "Введіть пароль"
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
},
- "example": "password",
- "regexp": "\/^.{1,255}$\/",
- "required": true,
- "position": 2
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
}
],
- "flow": "transfer",
- "method": "ecobanq",
"amount_min": 0.01,
- "amount_max": 999999
+ "amount_max": 1000000000
},
{
"status": "active",
- "code": "airtel_money_tzs_invoice",
- "currency": "TZS",
+ "code": "applepay_crypto_try_hpp",
+ "currency": "TRY",
+ "method": "applepay_crypto",
+ "flow": "hpp",
"fields": [
{
- "key": "phone",
+ "key": "blockchain_address",
"type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
"label": {
- "en": "Phone number",
- "ru": "Номер телефона",
- "uk": "Номер телефону"
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
},
"hint": {
- "en": "Enter phone number",
- "ru": "Введите номер телефона",
- "uk": "Введіть номер телефону"
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
},
- "example": "255742044295",
- "regexp": "\/^\\+\\d{10,14}$\/",
- "required": true,
- "position": 1
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
}
],
- "flow": "invoice",
- "method": "airtel_money",
- "amount_min": 100,
- "amount_max": 999999
+ "amount_min": 0.3,
+ "amount_max": 3250000
},
{
"status": "active",
- "code": "vodacom_tzs_invoice",
- "currency": "TZS",
+ "code": "googlepay_crypto_usd_hpp",
+ "currency": "USD",
+ "method": "googlepay_crypto",
+ "flow": "hpp",
"fields": [
{
- "key": "phone",
+ "key": "blockchain_address",
"type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
"label": {
- "en": "Phone number",
- "ru": "Номер телефона",
- "uk": "Номер телефону"
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
},
"hint": {
- "en": "Enter phone number",
- "ru": "Введите номер телефона",
- "uk": "Введіть номер телефону"
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
},
- "example": "255742044295",
- "regexp": "\/^\\+\\d{10,14}$\/",
- "required": true,
- "position": 1
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
}
],
- "flow": "invoice",
- "method": "vodacom",
- "amount_min": 100,
- "amount_max": 999999
+ "amount_min": 0.01,
+ "amount_max": 100000
},
{
"status": "active",
- "code": "safaricom_kes_invoice",
- "currency": "KES",
+ "code": "googlepay_crypto_eur_hpp",
+ "currency": "EUR",
+ "method": "googlepay_crypto",
+ "flow": "hpp",
"fields": [
{
- "key": "phone",
+ "key": "blockchain_address",
"type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
"label": {
- "en": "Phone number",
- "ru": "Номер телефона",
- "uk": "Номер телефону"
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
},
"hint": {
- "en": "Enter phone number",
- "ru": "Введите номер телефона",
- "uk": "Введіть номер телефону"
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
},
- "example": "+255742044295",
- "regexp": "\/^\\+\\d{10,14}$\/",
- "required": true,
- "position": 1
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
}
],
- "flow": "invoice",
- "method": "safaricom",
"amount_min": 0.01,
- "amount_max": 11490000
+ "amount_max": 100000
},
{
"status": "active",
- "code": "airtel_money_kes_invoice",
- "currency": "KES",
+ "code": "googlepay_crypto_nok_hpp",
+ "currency": "NOK",
+ "method": "googlepay_crypto",
+ "flow": "hpp",
"fields": [
{
- "key": "phone",
+ "key": "blockchain_address",
"type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
"label": {
- "en": "Phone number",
- "ru": "Номер телефона",
- "uk": "Номер телефону"
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
},
"hint": {
- "en": "Enter phone number",
- "ru": "Введите номер телефона",
- "uk": "Введіть номер телефону"
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
},
- "example": "+255742044295",
- "regexp": "\/^\\+\\d{10,14}$\/",
- "required": true,
- "position": 1
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
}
],
- "flow": "invoice",
- "method": "airtel_money",
- "amount_min": 0.01,
- "amount_max": 11490000
+ "amount_min": 0.1,
+ "amount_max": 1084360
},
{
"status": "active",
- "code": "airtel_money_ugx_invoice",
- "currency": "UGX",
+ "code": "googlepay_crypto_dkk_hpp",
+ "currency": "DKK",
+ "method": "googlepay_crypto",
+ "flow": "hpp",
"fields": [
{
- "key": "phone",
+ "key": "blockchain_address",
"type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
"label": {
- "en": "Phone number",
- "ru": "Номер телефона",
- "uk": "Номер телефону"
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
},
"hint": {
- "en": "Enter phone number",
- "ru": "Введите номер телефона",
- "uk": "Введіть номер телефону"
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
},
- "example": "+255742044295",
- "regexp": "\/^\\+\\d{10,14}$\/",
- "required": true,
- "position": 1
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
}
],
- "flow": "invoice",
- "method": "airtel_money",
- "amount_min": 1,
- "amount_max": 360000000
+ "amount_min": 0.01,
+ "amount_max": 100000
},
{
"status": "active",
- "code": "equitel_kes_invoice",
- "currency": "KES",
+ "code": "googlepay_crypto_sek_hpp",
+ "currency": "SEK",
+ "method": "googlepay_crypto",
+ "flow": "hpp",
"fields": [
{
- "key": "phone",
+ "key": "blockchain_address",
"type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
"label": {
- "en": "Phone number",
- "ru": "Номер телефона",
- "uk": "Номер телефону"
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
},
"hint": {
- "en": "Enter phone number",
- "ru": "Введите номер телефона",
- "uk": "Введіть номер телефону"
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
},
- "example": "+255742044295",
- "regexp": "\/^\\+\\d{10,14}$\/",
- "required": true,
- "position": 1
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
}
],
- "flow": "invoice",
- "method": "equitel",
"amount_min": 0.01,
- "amount_max": 11490000
+ "amount_max": 1060000
},
{
"status": "active",
- "code": "zantel_ezypesa_zmw_invoice",
- "currency": "ZMW",
+ "code": "googlepay_crypto_pln_hpp",
+ "currency": "PLN",
+ "method": "googlepay_crypto",
+ "flow": "hpp",
"fields": [
{
- "key": "phone",
+ "key": "blockchain_address",
"type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
"label": {
- "en": "Phone number",
- "ru": "Номер телефона",
- "uk": "Номер телефону"
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
},
"hint": {
- "en": "Enter phone number",
- "ru": "Введите номер телефона",
- "uk": "Введіть номер телефону"
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
},
- "example": "+255742044295",
- "regexp": "\/^\\+\\d{10,14}$\/",
- "required": true,
- "position": 1
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
}
],
- "flow": "invoice",
- "method": "zantel_ezypesa",
"amount_min": 0.01,
- "amount_max": 1800000
+ "amount_max": 376000
},
{
"status": "active",
- "code": "mtn_ugx_invoice",
- "currency": "UGX",
+ "code": "googlepay_crypto_cad_hpp",
+ "currency": "CAD",
+ "method": "googlepay_crypto",
+ "flow": "hpp",
"fields": [
{
- "key": "phone",
+ "key": "blockchain_address",
"type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
"label": {
- "en": "Phone number",
- "ru": "Номер телефона",
- "uk": "Номер телефону"
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
},
"hint": {
- "en": "Enter phone number",
- "ru": "Введите номер телефона",
- "uk": "Введіть номер телефону"
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
},
- "example": "+255742044295",
- "regexp": "\/^\\+\\d{10,14}$\/",
- "required": true,
- "position": 1
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
}
],
- "flow": "invoice",
- "method": "mtn",
- "amount_min": 1,
- "amount_max": 360000000
+ "amount_min": 0.01,
+ "amount_max": 500000
},
{
"status": "active",
- "code": "mtn_rwf_invoice",
- "currency": "RWF",
+ "code": "googlepay_crypto_aud_hpp",
+ "currency": "AUD",
+ "method": "googlepay_crypto",
+ "flow": "hpp",
"fields": [
{
- "key": "phone",
+ "key": "blockchain_address",
"type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
"label": {
- "en": "Phone number",
- "ru": "Номер телефона",
- "uk": "Номер телефону"
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
},
"hint": {
- "en": "Enter phone number",
- "ru": "Введите номер телефона",
- "uk": "Введіть номер телефону"
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
},
- "example": "+255742044295",
- "regexp": "\/^\\+\\d{10,14}$\/",
- "required": true,
- "position": 1
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
}
],
- "flow": "invoice",
- "method": "mtn",
- "amount_min": 1,
- "amount_max": 102500000
+ "amount_min": 0.01,
+ "amount_max": 150000
},
{
"status": "active",
- "code": "mtn_ghs_invoice",
- "currency": "GHS",
+ "code": "googlepay_crypto_jpy_hpp",
+ "currency": "JPY",
+ "method": "googlepay_crypto",
+ "flow": "hpp",
"fields": [
{
- "key": "phone",
+ "key": "blockchain_address",
"type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
"label": {
- "en": "Phone number",
- "ru": "Номер телефона",
- "uk": "Номер телефону"
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
},
"hint": {
- "en": "Enter phone number",
- "ru": "Введите номер телефона",
- "uk": "Введіть номер телефону"
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
},
- "example": "+255742044295",
- "regexp": "\/^\\+\\d{10,14}$\/",
- "required": true,
- "position": 1
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
}
],
- "flow": "invoice",
- "method": "mtn",
- "amount_min": 0.01,
- "amount_max": 760000
+ "amount_min": 144,
+ "amount_max": 1444555000
},
{
"status": "active",
- "code": "halotel_tzs_invoice",
- "currency": "TZS",
+ "code": "googlepay_crypto_brl_hpp",
+ "currency": "BRL",
+ "method": "googlepay_crypto",
+ "flow": "hpp",
"fields": [
{
- "key": "phone",
+ "key": "blockchain_address",
"type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
"label": {
- "en": "Phone number",
- "ru": "Номер телефона",
- "uk": "Номер телефону"
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
},
"hint": {
- "en": "Enter phone number",
- "ru": "Введите номер телефона",
- "uk": "Введіть номер телефону"
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
},
- "example": "+255742044295",
- "regexp": "\/^\\+\\d{10,14}$\/",
- "required": true,
- "position": 1
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
}
],
- "flow": "invoice",
- "method": "halotel",
"amount_min": 0.01,
- "amount_max": 232000000
+ "amount_max": 500000
},
{
"status": "active",
- "code": "tigo_pesa_tzs_invoice",
- "currency": "TZS",
+ "code": "googlepay_crypto_mxn_hpp",
+ "currency": "MXN",
+ "method": "googlepay_crypto",
+ "flow": "hpp",
"fields": [
{
- "key": "phone",
+ "key": "blockchain_address",
"type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
"label": {
- "en": "Phone number",
- "ru": "Номер телефона",
- "uk": "Номер телефону"
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
},
"hint": {
- "en": "Enter phone number",
- "ru": "Введите номер телефона",
- "uk": "Введіть номер телефону"
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
},
- "example": "255742044295",
- "regexp": "\/^\\+\\d{10,14}$\/",
- "required": true,
- "position": 1
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
}
],
- "flow": "invoice",
- "method": "tigo_pesa",
- "amount_min": 100,
- "amount_max": 999999
+ "amount_min": 0.1,
+ "amount_max": 1844410
},
{
"status": "active",
- "code": "halo_pesa_tzs_invoice",
- "currency": "TZS",
+ "code": "googlepay_crypto_egp_hpp",
+ "currency": "EGP",
+ "method": "googlepay_crypto",
+ "flow": "hpp",
"fields": [
{
- "key": "phone",
+ "key": "blockchain_address",
"type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
"label": {
- "en": "Phone number",
- "ru": "Номер телефона",
- "uk": "Номер телефону"
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
},
"hint": {
- "en": "Enter phone number",
- "ru": "Введите номер телефона",
- "uk": "Введіть номер телефону"
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
},
- "example": "255742044295",
- "regexp": "\/^\\+\\d{10,14}$\/",
- "required": true,
- "position": 1
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
}
],
- "flow": "invoice",
- "method": "halo_pesa",
- "amount_min": 100,
- "amount_max": 999999
+ "amount_min": 0.01,
+ "amount_max": 1000000000
},
{
"status": "active",
- "code": "zantel_ezypesa_tzs_invoice",
- "currency": "TZS",
+ "code": "googlepay_crypto_inr_hpp",
+ "currency": "INR",
+ "method": "googlepay_crypto",
+ "flow": "hpp",
"fields": [
{
- "key": "phone",
+ "key": "blockchain_address",
"type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
"label": {
- "en": "Phone number",
- "ru": "Номер телефона",
- "uk": "Номер телефону"
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
},
"hint": {
- "en": "Enter phone number",
- "ru": "Введите номер телефона",
- "uk": "Введіть номер телефону"
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
},
- "example": "255742044295",
- "regexp": "\/^\\+\\d{10,14}$\/",
- "required": true,
- "position": 1
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
}
],
- "flow": "invoice",
- "method": "zantel_ezypesa",
- "amount_min": 100,
- "amount_max": 999999
- },
- {
- "status": "active",
- "code": "uax_uah_invoice",
- "currency": "UAH",
- "flow": "invoice",
- "method": "uax",
"amount_min": 0.01,
- "amount_max": 100000
+ "amount_max": 1000000000
},
{
"status": "active",
- "code": "bank_transfer_klarna_pln_hpp",
- "currency": "PLN",
+ "code": "googlepay_crypto_try_hpp",
+ "currency": "TRY",
+ "method": "googlepay_crypto",
"flow": "hpp",
- "method": "bank_transfer_klarna",
- "amount_min": 0.5,
- "amount_max": 500000
- },
- {
- "status": "active",
- "code": "vcreditos_brl_transfer",
- "currency": "BRL",
- "flow": "transfer",
- "method": "vcreditos",
"fields": [
{
- "key": "user_id",
+ "key": "blockchain_address",
"type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
"label": {
- "en": "User ID",
- "ru": "User ID",
- "uk": "User ID"
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
},
"hint": {
- "en": "Enter user ID",
- "ru": "Введите user ID",
- "uk": "Введiть user ID"
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
},
- "regexp": "\/^[a-zA-Z0-9_]{1,128}$\/",
- "required": true,
- "position": 1
- },
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
+ }
+ ],
+ "amount_min": 0.3,
+ "amount_max": 3250000
+ },
+ {
+ "status": "active",
+ "code": "payment_card_crypto_pln_hpp",
+ "currency": "PLN",
+ "method": "payment_card_crypto",
+ "flow": "hpp",
+ "fields": [
{
- "key": "user_secure_id",
+ "key": "blockchain_address",
"type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
"label": {
- "en": "User Secure ID",
- "ru": "User Secure ID",
- "uk": "User Secure ID"
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
},
"hint": {
- "en": "Enter user secure ID",
- "ru": "Введите user secure ID",
- "uk": "Введiть user secure ID"
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
},
- "regexp": "\/^[a-zA-Z0-9_]{1,128}$\/",
- "required": true,
- "position": 2
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
}
],
- "amount_min": 1,
- "amount_max": 999999
- },
- {
- "status": "active",
- "code": "vcreditos_push_brl_transfer",
- "currency": "BRL",
- "flow": "transfer",
- "method": "vcreditos_push",
- "amount_min": 0.1,
- "amount_max": 999999
- },
- {
- "status": "active",
- "code": "skrill_usd_hpp",
- "flow": "hpp",
- "method": "skrill",
- "currency": "USD",
- "amount_min": 0.01,
- "amount_max": 100000
- },
- {
- "status": "active",
- "code": "skrill_thb_hpp",
- "flow": "hpp",
- "method": "skrill",
- "currency": "THB",
- "amount_min": 0.01,
- "amount_max": 999999
- },
- {
- "status": "active",
- "code": "skrill_myr_hpp",
- "flow": "hpp",
- "method": "skrill",
- "currency": "MYR",
- "amount_min": 0.01,
- "amount_max": 999999
- },
- {
- "status": "active",
- "code": "skrill_bdt_hpp",
- "flow": "hpp",
- "method": "skrill",
- "currency": "BDT",
"amount_min": 0.01,
- "amount_max": 999999
+ "amount_max": 376000
},
{
"status": "active",
- "code": "skrill_npr_hpp",
+ "code": "payment_card_crypto_brl_hpp",
+ "currency": "BRL",
+ "method": "payment_card_crypto",
"flow": "hpp",
- "method": "skrill",
- "currency": "NPR",
+ "fields": [
+ {
+ "key": "blockchain_address",
+ "type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
+ },
+ "hint": {
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
+ },
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
+ }
+ ],
"amount_min": 0.01,
- "amount_max": 999999
+ "amount_max": 500000
},
{
"status": "active",
- "code": "skrill_lkr_hpp",
+ "code": "payment_card_crypto_mxn_hpp",
+ "currency": "MXN",
+ "method": "payment_card_crypto",
"flow": "hpp",
- "method": "skrill",
- "currency": "LKR",
- "amount_min": 0.01,
- "amount_max": 999999
+ "fields": [
+ {
+ "key": "blockchain_address",
+ "type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
+ },
+ "hint": {
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
+ },
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
+ }
+ ],
+ "amount_min": 0.1,
+ "amount_max": 1844410
},
{
"status": "active",
- "code": "skrill_mdl_hpp",
+ "code": "payment_card_crypto_egp_hpp",
+ "currency": "EGP",
+ "method": "payment_card_crypto",
"flow": "hpp",
- "method": "skrill",
- "currency": "MDL",
+ "fields": [
+ {
+ "key": "blockchain_address",
+ "type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
+ },
+ "hint": {
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
+ },
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
+ }
+ ],
"amount_min": 0.01,
- "amount_max": 999999
+ "amount_max": 1000000000
},
{
"status": "active",
- "code": "cascad_uah_hpp",
+ "code": "payment_card_crypto_inr_hpp",
+ "currency": "INR",
+ "method": "payment_card_crypto",
"flow": "hpp",
- "method": "cascad",
- "currency": "UAH",
+ "fields": [
+ {
+ "key": "blockchain_address",
+ "type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
+ },
+ "hint": {
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
+ },
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
+ }
+ ],
"amount_min": 0.01,
- "amount_max": 999999
+ "amount_max": 1000000000
},
{
"status": "active",
- "code": "bitcoin_btc_invoice",
- "flow": "invoice",
- "method": "bitcoin",
- "currency": "BTC",
- "amount_min": 0.00001,
- "amount_max": 10000
+ "code": "payment_card_crypto_try_hpp",
+ "currency": "TRY",
+ "method": "payment_card_crypto",
+ "flow": "hpp",
+ "fields": [
+ {
+ "key": "blockchain_address",
+ "type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
+ },
+ "hint": {
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
+ },
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
+ }
+ ],
+ "amount_min": 0.3,
+ "amount_max": 3250000
},
{
"status": "active",
- "code": "bitcoin_ltc_invoice",
- "flow": "invoice",
- "method": "bitcoin",
- "currency": "LTC",
- "amount_min": 0.00001,
- "amount_max": 100000
+ "code": "fawry_crypto_egp_hpp",
+ "currency": "EGP",
+ "method": "fawry_crypto",
+ "flow": "hpp",
+ "fields": [
+ {
+ "key": "blockchain_address",
+ "type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Blockchain address to receive the funds",
+ "ru": "Blockchain адресс для получения средств",
+ "uk": "Blockchain адреса для отримання коштів"
+ },
+ "hint": {
+ "en": "Enter Blockchain address",
+ "ru": "Введите Blockchain адресс",
+ "uk": "Введіть Blockchain адресу"
+ },
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1000000000
},
{
"status": "active",
- "code": "bitcoin_bch_invoice",
- "flow": "invoice",
- "method": "bitcoin",
- "currency": "BCH",
- "amount_min": 0.00001,
+ "code": "dragontech_eur_hpp",
+ "flow": "hpp",
+ "method": "dragontech",
+ "currency": "EUR",
+ "amount_min": 0.01,
"amount_max": 100000
},
{
"status": "active",
- "code": "bitcoin_usd_invoice",
- "flow": "invoice",
- "method": "bitcoin",
+ "code": "dragontech_usd_hpp",
+ "flow": "hpp",
+ "method": "dragontech",
"currency": "USD",
"amount_min": 0.01,
"amount_max": 100000
},
{
"status": "active",
- "code": "bitcoin_eur_invoice",
- "flow": "invoice",
- "method": "bitcoin",
- "currency": "EUR",
- "amount_min": 0.01,
- "amount_max": 100000
+ "code": "dragontech_ars_hpp",
+ "flow": "hpp",
+ "method": "dragontech",
+ "currency": "ARS",
+ "amount_min": 12.06,
+ "amount_max": 120600000
},
{
"status": "active",
- "code": "bitcoin_uah_invoice",
- "flow": "invoice",
- "method": "bitcoin",
- "currency": "UAH",
- "amount_min": 0.01,
- "amount_max": 100000
+ "code": "dragontech_clp_hpp",
+ "flow": "hpp",
+ "method": "dragontech",
+ "currency": "CLP",
+ "amount_min": 1,
+ "amount_max": 90000000
},
{
"status": "active",
- "code": "bitcoin_rub_invoice",
- "flow": "invoice",
- "method": "bitcoin",
- "currency": "RUB",
- "amount_min": 0.01,
- "amount_max": 100000
+ "code": "dragontech_mxn_hpp",
+ "flow": "hpp",
+ "method": "dragontech",
+ "currency": "MXN",
+ "amount_min": 0.1,
+ "amount_max": 1844410
},
{
"status": "active",
- "code": "bitcoin_cash_btc_invoice",
- "flow": "invoice",
- "method": "bitcoin_cash",
- "currency": "BTC",
- "amount_min": 0.00001,
- "amount_max": 10000
+ "code": "dragontech_cop_hpp",
+ "flow": "hpp",
+ "method": "dragontech",
+ "currency": "COP",
+ "amount_min": 1,
+ "amount_max": 500000000
},
{
"status": "active",
- "code": "bitcoin_cash_ltc_invoice",
- "flow": "invoice",
- "method": "bitcoin_cash",
- "currency": "LTC",
- "amount_min": 0.00001,
+ "code": "bybit_pay_usdt_hpp",
+ "flow": "hpp",
+ "method": "bybit_pay",
+ "currency": "USDT",
+ "amount_min": 0.01,
"amount_max": 100000
},
{
"status": "active",
- "code": "bitcoin_cash_bch_invoice",
+ "code": "mtn_xof_invoice",
+ "currency": "XOF",
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "+255742044295",
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": false,
+ "position": 1
+ }
+ ],
"flow": "invoice",
- "method": "bitcoin_cash",
- "currency": "BCH",
- "amount_min": 0.00001,
- "amount_max": 100000
+ "method": "mtn",
+ "amount_min": 6,
+ "amount_max": 60000000
},
{
"status": "active",
- "code": "bitcoin_cash_usd_invoice",
+ "code": "mtn_cog_xaf_invoice",
+ "currency": "XAF",
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "+255742044295",
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": false,
+ "position": 1
+ }
+ ],
"flow": "invoice",
- "method": "bitcoin_cash",
- "currency": "USD",
- "amount_min": 0.01,
- "amount_max": 100000
+ "method": "mtn_cog",
+ "amount_min": 6,
+ "amount_max": 60000000
},
{
"status": "active",
- "code": "bitcoin_cash_eur_invoice",
+ "code": "mtn_civ_xof_invoice",
+ "currency": "XOF",
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "+255742044295",
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": false,
+ "position": 1
+ }
+ ],
"flow": "invoice",
- "method": "bitcoin_cash",
- "currency": "EUR",
- "amount_min": 0.01,
- "amount_max": 100000
+ "method": "mtn_civ",
+ "amount_min": 6,
+ "amount_max": 60000000
},
{
"status": "active",
- "code": "bitcoin_cash_uah_invoice",
+ "code": "moov_xof_invoice",
+ "currency": "XOF",
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "+255742044295",
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": false,
+ "position": 1
+ }
+ ],
"flow": "invoice",
- "method": "bitcoin_cash",
- "currency": "UAH",
- "amount_min": 0.01,
- "amount_max": 100000
+ "method": "moov",
+ "amount_min": 6,
+ "amount_max": 60000000
},
{
"status": "active",
- "code": "bitcoin_cash_rub_invoice",
+ "code": "orange_money_xof_invoice",
+ "currency": "XOF",
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "+255742044295",
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": false,
+ "position": 1
+ }
+ ],
"flow": "invoice",
- "method": "bitcoin_cash",
- "currency": "RUB",
- "amount_min": 0.01,
- "amount_max": 100000
+ "method": "orange_money",
+ "amount_min": 6,
+ "amount_max": 60000000
},
{
"status": "active",
- "code": "litecoin_btc_invoice",
+ "code": "orange_money_sen_xof_invoice",
+ "currency": "XOF",
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "+255742044295",
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": false,
+ "position": 1
+ }
+ ],
"flow": "invoice",
- "method": "litecoin",
- "currency": "BTC",
- "amount_min": 0.00001,
- "amount_max": 10000
+ "method": "orange_money_sen",
+ "amount_min": 6,
+ "amount_max": 60000000
},
{
"status": "active",
- "code": "litecoin_rub_invoice",
+ "code": "orange_money_civ_xof_invoice",
+ "currency": "XOF",
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "+255742044295",
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": false,
+ "position": 1
+ }
+ ],
"flow": "invoice",
- "method": "litecoin",
- "currency": "RUB",
- "amount_min": 0.01,
- "amount_max": 100000
+ "method": "orange_money_civ",
+ "amount_min": 6,
+ "amount_max": 60000000
},
{
"status": "active",
- "code": "litecoin_ltc_invoice",
+ "code": "wave_xof_invoice",
+ "currency": "XOF",
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "+255742044295",
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": false,
+ "position": 1
+ }
+ ],
"flow": "invoice",
- "method": "litecoin",
- "currency": "LTC",
- "amount_min": 0.00001,
- "amount_max": 100000
+ "method": "wave",
+ "amount_min": 6,
+ "amount_max": 60000000
},
{
"status": "active",
- "code": "litecoin_bch_invoice",
+ "code": "mtn_xaf_invoice",
+ "currency": "XAF",
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "+255742044295",
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": false,
+ "position": 1
+ }
+ ],
"flow": "invoice",
- "method": "litecoin",
- "currency": "BCH",
- "amount_min": 0.00001,
- "amount_max": 100000
+ "method": "mtn",
+ "amount_min": 6,
+ "amount_max": 60000000
},
{
"status": "active",
- "code": "litecoin_usd_invoice",
+ "code": "orange_money_xaf_invoice",
+ "currency": "XAF",
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "+255742044295",
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": false,
+ "position": 1
+ }
+ ],
"flow": "invoice",
- "method": "litecoin",
- "currency": "USD",
- "amount_min": 0.01,
- "amount_max": 100000
+ "method": "orange_money",
+ "amount_min": 6,
+ "amount_max": 60000000
},
{
"status": "active",
- "code": "litecoin_eur_invoice",
+ "code": "airtel_money_xaf_invoice",
"flow": "invoice",
- "method": "litecoin",
- "currency": "EUR",
- "amount_min": 0.01,
- "amount_max": 100000
+ "method": "airtel_money",
+ "currency": "XAF",
+ "amount_min": 6,
+ "amount_max": 60000000,
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": false,
+ "position": 1
+ }
+ ]
},
{
"status": "active",
- "code": "litecoin_uah_invoice",
+ "code": "airtel_money_gab_xaf_invoice",
"flow": "invoice",
- "method": "litecoin",
- "currency": "UAH",
- "amount_min": 0.01,
- "amount_max": 100000
+ "method": "airtel_money_gab",
+ "currency": "XAF",
+ "amount_min": 6,
+ "amount_max": 60000000,
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": false,
+ "position": 1
+ }
+ ]
},
{
"status": "active",
- "code": "cash_uah_invoice",
+ "code": "airtel_money_cog_xaf_invoice",
"flow": "invoice",
- "method": "cash",
- "currency": "UAH",
- "amount_min": 0.01,
- "amount_max": 1000000
+ "method": "airtel_money_cog",
+ "currency": "XAF",
+ "amount_min": 6,
+ "amount_max": 60000000,
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": false,
+ "position": 1
+ }
+ ]
},
{
"status": "active",
- "code": "cash_rub_invoice",
+ "code": "mtn_cdf_invoice",
+ "currency": "CDF",
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "+255742044295",
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": false,
+ "position": 1
+ }
+ ],
"flow": "invoice",
- "method": "cash",
- "currency": "RUB",
- "amount_min": 0.01,
- "amount_max": 10000000
+ "method": "mtn",
+ "amount_min": 26,
+ "amount_max": 256992047
},
{
"status": "active",
- "code": "cash_usd_invoice",
+ "code": "airtel_money_mwk_invoice",
"flow": "invoice",
- "method": "cash",
- "currency": "USD",
- "amount_min": 0.01,
- "amount_max": 100000
+ "method": "airtel_money",
+ "currency": "MWK",
+ "amount_min": 1,
+ "amount_max": 173401825,
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": false,
+ "position": 1
+ }
+ ]
},
{
"status": "active",
- "code": "cash_eur_invoice",
+ "code": "tnm_mwk_invoice",
+ "currency": "MWK",
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "+255742044295",
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": false,
+ "position": 1
+ }
+ ],
"flow": "invoice",
- "method": "cash",
- "currency": "EUR",
- "amount_min": 0.01,
- "amount_max": 100000
+ "method": "tnm",
+ "amount_min": 1,
+ "amount_max": 173401825
},
{
"status": "active",
- "code": "cash_gbp_invoice",
+ "code": "orange_money_sll_invoice",
+ "currency": "SLL",
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "+255742044295",
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": false,
+ "position": 1
+ }
+ ],
"flow": "invoice",
- "method": "cash",
- "currency": "GBP",
- "amount_min": 0.01,
- "amount_max": 100000
+ "method": "orange_money",
+ "amount_min": 1,
+ "amount_max": 2330000
},
{
"status": "active",
- "code": "cash_cad_invoice",
+ "code": "airtel_money_cdf_invoice",
"flow": "invoice",
- "method": "cash",
- "currency": "CAD",
- "amount_min": 0.01,
- "amount_max": 100000
+ "method": "airtel_money",
+ "currency": "CDF",
+ "amount_min": 26,
+ "amount_max": 256992047,
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": false,
+ "position": 1
+ }
+ ]
},
{
"status": "active",
- "code": "cash_aud_invoice",
+ "code": "orange_money_cdf_invoice",
+ "currency": "CDF",
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "+255742044295",
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": false,
+ "position": 1
+ }
+ ],
"flow": "invoice",
- "method": "cash",
- "currency": "AUD",
- "amount_min": 0.01,
- "amount_max": 100000
+ "method": "orange_money",
+ "amount_min": 26,
+ "amount_max": 256992047
},
{
"status": "active",
- "code": "cash_pln_invoice",
+ "code": "airtel_money_rwf_invoice",
"flow": "invoice",
- "method": "cash",
- "currency": "PLN",
- "amount_min": 0.01,
- "amount_max": 100000
+ "method": "airtel_money",
+ "currency": "RWF",
+ "amount_min": 15,
+ "amount_max": 145038270,
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": false,
+ "position": 1
+ }
+ ]
},
{
"status": "active",
- "code": "cash_kzt_invoice",
- "flow": "invoice",
- "method": "cash",
- "currency": "KZT",
+ "code": "epay_bgn_hpp",
+ "flow": "hpp",
+ "method": "epay",
+ "currency": "BGN",
"amount_min": 0.01,
- "amount_max": 10000000
+ "amount_max": 200000
},
{
"status": "active",
- "code": "tether_btc_invoice",
- "flow": "invoice",
- "method": "tether",
- "currency": "BTC",
- "amount_min": 0.00001,
- "amount_max": 10000
+ "code": "mybank2_bgn_hpp",
+ "flow": "hpp",
+ "method": "mybank2",
+ "currency": "BGN",
+ "amount_min": 0.01,
+ "amount_max": 200000
},
{
"status": "active",
- "code": "tether_ltc_invoice",
+ "code": "instapay_egp_invoice",
+ "currency": "EGP",
+ "method": "instapay",
"flow": "invoice",
- "method": "tether",
- "currency": "LTC",
- "amount_min": 0.00001,
- "amount_max": 100000
+ "amount_min": 48,
+ "amount_max": 4723005
},
{
"status": "active",
- "code": "tether_bch_invoice",
- "flow": "invoice",
- "method": "tether",
- "currency": "BCH",
- "amount_min": 0.00001,
- "amount_max": 100000
+ "code": "instapay_egp_hpp",
+ "currency": "EGP",
+ "method": "instapay",
+ "flow": "hpp",
+ "amount_min": 48,
+ "amount_max": 4723005
},
{
"status": "active",
- "code": "tether_usd_invoice",
+ "code": "orange_cash_egp_invoice",
+ "currency": "EGP",
"flow": "invoice",
- "method": "tether",
- "currency": "USD",
- "amount_min": 0.01,
- "amount_max": 100000
+ "method": "orange_cash",
+ "amount_min": 48,
+ "amount_max": 4723005
},
{
"status": "active",
- "code": "tether_erc20_usd_invoice",
- "flow": "invoice",
- "method": "tether",
- "currency": "USD",
- "amount_min": 0.01,
- "amount_max": 100000
+ "code": "orange_cash_egp_hpp",
+ "currency": "EGP",
+ "flow": "hpp",
+ "method": "orange_cash",
+ "amount_min": 48,
+ "amount_max": 4723005
},
{
"status": "active",
- "code": "tether_erc20_usdt_invoice",
+ "code": "vodafone_cash_egp_invoice",
+ "currency": "EGP",
"flow": "invoice",
- "method": "tether",
- "currency": "USDT",
- "amount_min": 0.01,
- "amount_max": 100000
+ "method": "vodafone_cash",
+ "amount_min": 48,
+ "amount_max": 4723005
},
{
"status": "active",
- "code": "tether_trc20_usd_invoice",
+ "code": "free_money_xof_invoice",
+ "currency": "XOF",
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "+255742044295",
+ "regexp": "\/^\\+?\\d{9,14}$\/",
+ "required": false,
+ "position": 1
+ }
+ ],
"flow": "invoice",
- "method": "tether",
- "currency": "USD",
- "amount_min": 0.01,
- "amount_max": 100000
+ "method": "free_money",
+ "amount_min": 6,
+ "amount_max": 60000000
},
{
"status": "active",
- "code": "tether_trc20_usdt_invoice",
- "flow": "invoice",
- "method": "tether",
- "currency": "USDT",
+ "code": "sofortuberweisung_eur_hpp",
+ "currency": "EUR",
+ "flow": "hpp",
+ "method": "sofortuberweisung",
"amount_min": 0.01,
- "amount_max": 100000
+ "amount_max": 100000,
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ]
},
{
"status": "active",
- "code": "tether_erc20_uah_hpp",
+ "code": "postbank_eur_hpp",
"flow": "hpp",
- "method": "tether",
- "currency": "UAH",
+ "method": "postbank",
+ "currency": "EUR",
"amount_min": 0.01,
"amount_max": 100000
},
{
"status": "active",
- "code": "tether_erc20_usd_hpp",
+ "code": "unicredit_eur_hpp",
"flow": "hpp",
- "method": "tether",
- "currency": "USD",
+ "method": "unicredit",
+ "currency": "EUR",
"amount_min": 0.01,
"amount_max": 100000
},
{
"status": "active",
- "code": "tether_erc20_eur_hpp",
+ "code": "berliner_sparkasse_eur_hpp",
"flow": "hpp",
- "method": "tether",
+ "method": "berliner_sparkasse",
"currency": "EUR",
"amount_min": 0.01,
"amount_max": 100000
},
{
"status": "active",
- "code": "tether_erc20_eth_hpp",
+ "code": "ing_eur_hpp",
"flow": "hpp",
- "method": "tether",
- "currency": "ETH",
- "amount_min": 0.00001,
+ "method": "ing",
+ "currency": "EUR",
+ "amount_min": 0.01,
"amount_max": 100000
},
{
"status": "active",
- "code": "tether_erc20_btc_hpp",
+ "code": "snsbank_eur_hpp",
"flow": "hpp",
- "method": "tether",
- "currency": "BTC",
- "amount_min": 0.00001,
+ "method": "snsbank",
+ "currency": "EUR",
+ "amount_min": 0.01,
"amount_max": 100000
},
{
"status": "active",
- "code": "tether_trc20_uah_hpp",
+ "code": "bancontact_pln_hpp",
"flow": "hpp",
- "method": "tether",
- "currency": "UAH",
- "amount_min": 0.01,
- "amount_max": 100000
+ "method": "bancontact",
+ "currency": "PLN",
+ "amount_min": 0.3,
+ "amount_max": 400000
},
{
"status": "active",
- "code": "tether_trc20_usd_hpp",
+ "code": "bancontact_czk_hpp",
"flow": "hpp",
- "method": "tether",
- "currency": "USD",
- "amount_min": 0.01,
- "amount_max": 100000
+ "method": "bancontact",
+ "currency": "CZK",
+ "amount_min": 0.3,
+ "amount_max": 2100000
},
{
"status": "active",
- "code": "tether_trc20_eur_hpp",
+ "code": "blik_czk_hpp",
"flow": "hpp",
- "method": "tether",
- "currency": "EUR",
- "amount_min": 0.01,
- "amount_max": 100000
+ "method": "blik",
+ "currency": "CZK",
+ "amount_min": 0.3,
+ "amount_max": 2100000,
+ "fields": [
+ {
+ "key": "blik_code",
+ "type": "string",
+ "regexp": "\/^\\d{6}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "BLIK code",
+ "ru": "BLIK код",
+ "uk": "BLIK код"
+ },
+ "hint": {
+ "en": "Enter BLIK code",
+ "ru": "Введите код BLIK",
+ "uk": "Введіть код BLIK"
+ },
+ "example": "123456"
+ }
+ ]
},
- {
- "status": "active",
- "code": "tether_eur_invoice",
- "flow": "invoice",
- "method": "tether",
- "currency": "EUR",
- "amount_min": 0.01,
- "amount_max": 100000
+ {
+ "status": "active",
+ "code": "eps_czk_hpp",
+ "flow": "hpp",
+ "method": "eps",
+ "currency": "CZK",
+ "amount_min": 0.3,
+ "amount_max": 2100000
},
{
"status": "active",
- "code": "tether_uah_invoice",
- "flow": "invoice",
- "method": "tether",
- "currency": "UAH",
- "amount_min": 0.01,
- "amount_max": 100000
+ "code": "eps_pln_hpp",
+ "flow": "hpp",
+ "method": "eps",
+ "currency": "PLN",
+ "amount_min": 0.3,
+ "amount_max": 400000
},
{
"status": "active",
- "code": "tether_rub_invoice",
- "flow": "invoice",
- "method": "tether",
- "currency": "RUB",
- "amount_min": 0.01,
- "amount_max": 100000
+ "code": "multibanco_czk_hpp",
+ "flow": "hpp",
+ "method": "multibanco",
+ "currency": "CZK",
+ "amount_min": 0.3,
+ "amount_max": 2100000
},
{
"status": "active",
- "code": "tether_usdt_invoice",
- "flow": "invoice",
- "method": "tether",
- "currency": "USDT",
- "amount_min": 0.01,
- "amount_max": 100000
+ "code": "multibanco_pln_hpp",
+ "flow": "hpp",
+ "method": "multibanco",
+ "currency": "PLN",
+ "amount_min": 0.3,
+ "amount_max": 400000
},
{
"status": "active",
- "code": "tether_erc20_usdt_hpp",
+ "code": "mybank2_czk_hpp",
"flow": "hpp",
- "method": "tether",
- "currency": "USDT",
- "amount_min": 0.01,
- "amount_max": 100000
+ "method": "mybank2",
+ "currency": "CZK",
+ "amount_min": 0.3,
+ "amount_max": 2100000
},
{
"status": "active",
- "code": "tether_trc20_usdt_hpp",
+ "code": "przelewy24_czk_hpp",
"flow": "hpp",
- "method": "tether",
- "currency": "USDT",
- "amount_min": 0.01,
- "amount_max": 100000
+ "method": "przelewy24",
+ "currency": "CZK",
+ "amount_min": 0.3,
+ "amount_max": 2100000
},
{
"status": "active",
- "code": "binance_coin_bnb_hpp",
+ "code": "payu_pln_hpp",
"flow": "hpp",
- "method": "binance_coin",
- "currency": "BNB",
- "amount_min": 0.01,
- "amount_max": 100000
+ "method": "payu",
+ "currency": "PLN",
+ "amount_min": 0.3,
+ "amount_max": 400000
},
{
"status": "active",
- "code": "dogecoin_doge_hpp",
+ "code": "payu_czk_hpp",
"flow": "hpp",
- "method": "dogecoin",
- "currency": "DOGE",
- "amount_min": 0.01,
- "amount_max": 100000
+ "method": "payu",
+ "currency": "CZK",
+ "amount_min": 0.3,
+ "amount_max": 2100000
},
{
"status": "active",
- "code": "dhanalaxmi_bank_india_inr_hpp",
- "currency": "INR",
+ "code": "payu_eur_hpp",
"flow": "hpp",
- "method": "dhanalaxmi_bank_india",
+ "method": "payu",
+ "currency": "EUR",
"amount_min": 0.01,
- "amount_max": 9999999
+ "amount_max": 100000
},
{
"status": "active",
- "code": "federal_bank_india_inr_hpp",
- "currency": "INR",
+ "code": "cardpay_crypto_aed_hpp",
+ "currency": "AED",
"flow": "hpp",
- "method": "federal_bank_india",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "cardpay_crypto",
+ "fields": [
+ {
+ "key": "crypto_currency",
+ "type": "string",
+ "regexp": "/^[A-Z0-9]{2,6}$/",
+ "required": true,
+ "position": 1,
+ "label": {
+ "en": "Currency to receive",
+ "ru": "Валюта для получения",
+ "uk": "Валюта для отримання"
+ },
+ "hint": {
+ "en": "Enter currency code",
+ "ru": "Введите код валюты",
+ "uk": "Введіть код валюти"
+ },
+ "example": "USDT"
+ }
+ ],
+ "amount_min": 0.04,
+ "amount_max": 367000
},
{
"status": "active",
- "code": "dcb_bank_india_inr_hpp",
- "currency": "INR",
+ "code": "cardpay_crypto_aud_hpp",
+ "currency": "AUD",
"flow": "hpp",
- "method": "dcb_bank_india",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "cardpay_crypto",
+ "fields": [
+ {
+ "key": "crypto_currency",
+ "type": "string",
+ "regexp": "/^[A-Z0-9]{2,6}$/",
+ "required": true,
+ "position": 1,
+ "label": {
+ "en": "Currency to receive",
+ "ru": "Валюта для получения",
+ "uk": "Валюта для отримання"
+ },
+ "hint": {
+ "en": "Enter currency code",
+ "ru": "Введите код валюты",
+ "uk": "Введіть код валюти"
+ },
+ "example": "USDT"
+ }
+ ],
+ "amount_min": 0.02,
+ "amount_max": 150000
},
{
"status": "active",
- "code": "j_k_bank_india_inr_hpp",
- "currency": "INR",
+ "code": "cardpay_crypto_bgn_hpp",
+ "currency": "BGN",
"flow": "hpp",
- "method": "j_k_bank_india",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "cardpay_crypto",
+ "fields": [
+ {
+ "key": "crypto_currency",
+ "type": "string",
+ "regexp": "/^[A-Z0-9]{2,6}$/",
+ "required": true,
+ "position": 1,
+ "label": {
+ "en": "Currency to receive",
+ "ru": "Валюта для получения",
+ "uk": "Валюта для отримання"
+ },
+ "hint": {
+ "en": "Enter currency code",
+ "ru": "Введите код валюты",
+ "uk": "Введіть код валюти"
+ },
+ "example": "USDT"
+ }
+ ],
+ "amount_min": 0.02,
+ "amount_max": 180000
},
{
"status": "active",
- "code": "karurvysya_bank_india_inr_hpp",
- "currency": "INR",
+ "code": "cardpay_crypto_brl_hpp",
+ "currency": "BRL",
"flow": "hpp",
- "method": "karurvysya_bank_india",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "cardpay_crypto",
+ "fields": [
+ {
+ "key": "crypto_currency",
+ "type": "string",
+ "regexp": "/^[A-Z0-9]{2,6}$/",
+ "required": true,
+ "position": 1,
+ "label": {
+ "en": "Currency to receive",
+ "ru": "Валюта для получения",
+ "uk": "Валюта для отримання"
+ },
+ "hint": {
+ "en": "Enter currency code",
+ "ru": "Введите код валюты",
+ "uk": "Введіть код валюти"
+ },
+ "example": "USDT"
+ }
+ ],
+ "amount_min": 0.05,
+ "amount_max": 500000
},
{
"status": "active",
- "code": "indian_overseas_bank_inr_hpp",
- "currency": "INR",
+ "code": "cardpay_crypto_cad_hpp",
+ "currency": "CAD",
"flow": "hpp",
- "method": "indian_overseas_bank",
+ "method": "cardpay_crypto",
+ "fields": [
+ {
+ "key": "crypto_currency",
+ "type": "string",
+ "regexp": "/^[A-Z0-9]{2,6}$/",
+ "required": true,
+ "position": 1,
+ "label": {
+ "en": "Currency to receive",
+ "ru": "Валюта для получения",
+ "uk": "Валюта для отримання"
+ },
+ "hint": {
+ "en": "Enter currency code",
+ "ru": "Введите код валюты",
+ "uk": "Введіть код валюти"
+ },
+ "example": "USDT"
+ }
+ ],
"amount_min": 0.01,
- "amount_max": 9999999
+ "amount_max": 135000
},
{
"status": "active",
- "code": "indusind_bank_inr_hpp",
- "currency": "INR",
+ "code": "cardpay_crypto_chf_hpp",
+ "currency": "CHF",
"flow": "hpp",
- "method": "indusind_bank",
+ "method": "cardpay_crypto",
+ "fields": [
+ {
+ "key": "crypto_currency",
+ "type": "string",
+ "regexp": "/^[A-Z0-9]{2,6}$/",
+ "required": true,
+ "position": 1,
+ "label": {
+ "en": "Currency to receive",
+ "ru": "Валюта для получения",
+ "uk": "Валюта для отримання"
+ },
+ "hint": {
+ "en": "Enter currency code",
+ "ru": "Введите код валюты",
+ "uk": "Введіть код валюти"
+ },
+ "example": "USDT"
+ }
+ ],
"amount_min": 0.01,
- "amount_max": 9999999
+ "amount_max": 91000
},
{
"status": "active",
- "code": "maharashtra_bank_india_inr_hpp",
- "currency": "INR",
+ "code": "cardpay_crypto_cop_hpp",
+ "currency": "COP",
"flow": "hpp",
- "method": "maharashtra_bank_india",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "cardpay_crypto",
+ "fields": [
+ {
+ "key": "crypto_currency",
+ "type": "string",
+ "regexp": "/^[A-Z0-9]{2,6}$/",
+ "required": true,
+ "position": 1,
+ "label": {
+ "en": "Currency to receive",
+ "ru": "Валюта для получения",
+ "uk": "Валюта для отримання"
+ },
+ "hint": {
+ "en": "Enter currency code",
+ "ru": "Введите код валюты",
+ "uk": "Введіть код валюти"
+ },
+ "example": "USDT"
+ }
+ ],
+ "amount_min": 40,
+ "amount_max": 400000000
},
{
"status": "active",
- "code": "tamilnad_mercantile_bank_india_inr_hpp",
- "currency": "INR",
+ "code": "cardpay_crypto_crc_hpp",
+ "currency": "CRC",
"flow": "hpp",
- "method": "tamilnad_mercantile_bank_india",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "cardpay_crypto",
+ "fields": [
+ {
+ "key": "crypto_currency",
+ "type": "string",
+ "regexp": "/^[A-Z0-9]{2,6}$/",
+ "required": true,
+ "position": 1,
+ "label": {
+ "en": "Currency to receive",
+ "ru": "Валюта для получения",
+ "uk": "Валюта для отримання"
+ },
+ "hint": {
+ "en": "Enter currency code",
+ "ru": "Введите код валюты",
+ "uk": "Введіть код валюти"
+ },
+ "example": "USDT"
+ }
+ ],
+ "amount_min": 5,
+ "amount_max": 50000000
},
{
"status": "active",
- "code": "lakshmi_vilas_bank_india_inr_hpp",
- "currency": "INR",
+ "code": "cardpay_crypto_czk_hpp",
+ "currency": "CZK",
"flow": "hpp",
- "method": "lakshmi_vilas_bank_india",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "cardpay_crypto",
+ "fields": [
+ {
+ "key": "crypto_currency",
+ "type": "string",
+ "regexp": "/^[A-Z0-9]{2,6}$/",
+ "required": true,
+ "position": 1,
+ "label": {
+ "en": "Currency to receive",
+ "ru": "Валюта для получения",
+ "uk": "Валюта для отримання"
+ },
+ "hint": {
+ "en": "Enter currency code",
+ "ru": "Введите код валюты",
+ "uk": "Введіть код валюти"
+ },
+ "example": "USDT"
+ }
+ ],
+ "amount_min": 0.23,
+ "amount_max": 2300000
},
{
"status": "active",
- "code": "uco_bank_india_inr_hpp",
- "currency": "INR",
+ "code": "cardpay_crypto_dkk_hpp",
+ "currency": "DKK",
"flow": "hpp",
- "method": "uco_bank_india",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "cardpay_crypto",
+ "fields": [
+ {
+ "key": "crypto_currency",
+ "type": "string",
+ "regexp": "/^[A-Z0-9]{2,6}$/",
+ "required": true,
+ "position": 1,
+ "label": {
+ "en": "Currency to receive",
+ "ru": "Валюта для получения",
+ "uk": "Валюта для отримання"
+ },
+ "hint": {
+ "en": "Enter currency code",
+ "ru": "Введите код валюты",
+ "uk": "Введіть код валюти"
+ },
+ "example": "USDT"
+ }
+ ],
+ "amount_min": 0.07,
+ "amount_max": 690000
},
{
"status": "active",
- "code": "cosmos_bank_india_inr_hpp",
- "currency": "INR",
+ "code": "cardpay_crypto_eur_hpp",
+ "currency": "EUR",
"flow": "hpp",
- "method": "cosmos_bank_india",
+ "method": "cardpay_crypto",
+ "fields": [
+ {
+ "key": "crypto_currency",
+ "type": "string",
+ "regexp": "/^[A-Z0-9]{2,6}$/",
+ "required": true,
+ "position": 1,
+ "label": {
+ "en": "Currency to receive",
+ "ru": "Валюта для получения",
+ "uk": "Валюта для отримання"
+ },
+ "hint": {
+ "en": "Enter currency code",
+ "ru": "Введите код валюты",
+ "uk": "Введіть код валюти"
+ },
+ "example": "USDT"
+ }
+ ],
"amount_min": 0.01,
- "amount_max": 9999999
+ "amount_max": 92000
},
{
"status": "active",
- "code": "shamrao_vithal_cooperative_bank_india_inr_hpp",
- "currency": "INR",
+ "code": "cardpay_crypto_gbp_hpp",
+ "currency": "GBP",
"flow": "hpp",
- "method": "shamrao_vithal_cooperative_bank_india",
+ "method": "cardpay_crypto",
+ "fields": [
+ {
+ "key": "crypto_currency",
+ "type": "string",
+ "regexp": "/^[A-Z0-9]{2,6}$/",
+ "required": true,
+ "position": 1,
+ "label": {
+ "en": "Currency to receive",
+ "ru": "Валюта для получения",
+ "uk": "Валюта для отримання"
+ },
+ "hint": {
+ "en": "Enter currency code",
+ "ru": "Введите код валюты",
+ "uk": "Введіть код валюти"
+ },
+ "example": "USDT"
+ }
+ ],
"amount_min": 0.01,
- "amount_max": 9999999
+ "amount_max": 79000
},
{
"status": "active",
- "code": "idfc_bank_india_inr_hpp",
- "currency": "INR",
+ "code": "cardpay_crypto_hkd_hpp",
+ "currency": "HKD",
"flow": "hpp",
- "method": "idfc_bank_india",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "cardpay_crypto",
+ "fields": [
+ {
+ "key": "crypto_currency",
+ "type": "string",
+ "regexp": "/^[A-Z0-9]{2,6}$/",
+ "required": true,
+ "position": 1,
+ "label": {
+ "en": "Currency to receive",
+ "ru": "Валюта для получения",
+ "uk": "Валюта для отримання"
+ },
+ "hint": {
+ "en": "Enter currency code",
+ "ru": "Введите код валюты",
+ "uk": "Введіть код валюти"
+ },
+ "example": "USDT"
+ }
+ ],
+ "amount_min": 0.08,
+ "amount_max": 780000
},
{
"status": "active",
- "code": "deutsche_bank_india_inr_hpp",
- "currency": "INR",
+ "code": "cardpay_crypto_huf_hpp",
+ "currency": "HUF",
"flow": "hpp",
- "method": "deutsche_bank_india",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "cardpay_crypto",
+ "fields": [
+ {
+ "key": "crypto_currency",
+ "type": "string",
+ "regexp": "/^[A-Z0-9]{2,6}$/",
+ "required": true,
+ "position": 1,
+ "label": {
+ "en": "Currency to receive",
+ "ru": "Валюта для получения",
+ "uk": "Валюта для отримання"
+ },
+ "hint": {
+ "en": "Enter currency code",
+ "ru": "Введите код валюты",
+ "uk": "Введіть код валюти"
+ },
+ "example": "USDT"
+ }
+ ],
+ "amount_min": 3.7,
+ "amount_max": 37000000
},
{
"status": "active",
- "code": "south_indian_bank_inr_hpp",
- "currency": "INR",
+ "code": "cardpay_crypto_idr_hpp",
+ "currency": "IDR",
"flow": "hpp",
- "method": "south_indian_bank",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "cardpay_crypto",
+ "fields": [
+ {
+ "key": "crypto_currency",
+ "type": "string",
+ "regexp": "/^[A-Z0-9]{2,6}$/",
+ "required": true,
+ "position": 1,
+ "label": {
+ "en": "Currency to receive",
+ "ru": "Валюта для получения",
+ "uk": "Валюта для отримання"
+ },
+ "hint": {
+ "en": "Enter currency code",
+ "ru": "Введите код валюты",
+ "uk": "Введіть код валюти"
+ },
+ "example": "USDT"
+ }
+ ],
+ "amount_min": 160,
+ "amount_max": 1600000000
},
{
"status": "active",
- "code": "upi_aggregated_inr_hpp",
- "currency": "INR",
+ "code": "cardpay_crypto_ils_hpp",
+ "currency": "ILS",
"flow": "hpp",
- "method": "upi_aggregated",
+ "method": "cardpay_crypto",
"fields": [
{
- "key": "account",
+ "key": "crypto_currency",
"type": "string",
- "label": {
- "en": "Account Number",
- "uk": "Номер рахунку",
- "ru": "Номер счета"
- },
- "regexp": "\/^.{1,128}$\/",
+ "regexp": "/^[A-Z0-9]{2,6}$/",
"required": true,
"position": 1,
+ "label": {
+ "en": "Currency to receive",
+ "ru": "Валюта для получения",
+ "uk": "Валюта для отримання"
+ },
"hint": {
- "en": "Enter Account Number",
- "uk": "Введіть номер рахунку",
- "ru": "Введите номер счета"
+ "en": "Enter currency code",
+ "ru": "Введите код валюты",
+ "uk": "Введіть код валюти"
},
- "example": "name@bankname"
+ "example": "USDT"
}
],
- "amount_min": 0.01,
- "amount_max": 9999999
+ "amount_min": 0.04,
+ "amount_max": 360000
},
{
"status": "active",
- "code": "paytm_inr_hpp",
- "currency": "INR",
+ "code": "cardpay_crypto_jpy_hpp",
+ "currency": "JPY",
"flow": "hpp",
- "method": "paytm",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "cardpay_crypto",
+ "fields": [
+ {
+ "key": "crypto_currency",
+ "type": "string",
+ "regexp": "/^[A-Z0-9]{2,6}$/",
+ "required": true,
+ "position": 1,
+ "label": {
+ "en": "Currency to receive",
+ "ru": "Валюта для получения",
+ "uk": "Валюта для отримання"
+ },
+ "hint": {
+ "en": "Enter currency code",
+ "ru": "Введите код валюты",
+ "uk": "Введіть код валюти"
+ },
+ "example": "USDT"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 15000000
},
{
"status": "active",
- "code": "mobikwik_inr_hpp",
- "currency": "INR",
+ "code": "cardpay_crypto_kes_hpp",
+ "currency": "KES",
"flow": "hpp",
- "method": "mobikwik",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "cardpay_crypto",
+ "fields": [
+ {
+ "key": "crypto_currency",
+ "type": "string",
+ "regexp": "/^[A-Z0-9]{2,6}$/",
+ "required": true,
+ "position": 1,
+ "label": {
+ "en": "Currency to receive",
+ "ru": "Валюта для получения",
+ "uk": "Валюта для отримання"
+ },
+ "hint": {
+ "en": "Enter currency code",
+ "ru": "Введите код валюты",
+ "uk": "Введіть код валюти"
+ },
+ "example": "USDT"
+ }
+ ],
+ "amount_min": 1.6,
+ "amount_max": 16000000
},
{
"status": "active",
- "code": "airtel_money_inr_hpp",
- "currency": "INR",
+ "code": "cardpay_crypto_kgs_hpp",
+ "currency": "KGS",
"flow": "hpp",
- "method": "airtel_money",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "cardpay_crypto",
+ "fields": [
+ {
+ "key": "crypto_currency",
+ "type": "string",
+ "regexp": "/^[A-Z0-9]{2,6}$/",
+ "required": true,
+ "position": 1,
+ "label": {
+ "en": "Currency to receive",
+ "ru": "Валюта для получения",
+ "uk": "Валюта для отримання"
+ },
+ "hint": {
+ "en": "Enter currency code",
+ "ru": "Введите код валюты",
+ "uk": "Введіть код валюти"
+ },
+ "example": "USDT"
+ }
+ ],
+ "amount_min": 0.9,
+ "amount_max": 9000000
},
{
"status": "active",
- "code": "reliance_jio_inr_hpp",
- "currency": "INR",
+ "code": "cardpay_crypto_krw_hpp",
+ "currency": "KRW",
"flow": "hpp",
- "method": "reliance_jio",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "cardpay_crypto",
+ "fields": [
+ {
+ "key": "crypto_currency",
+ "type": "string",
+ "regexp": "/^[A-Z0-9]{2,6}$/",
+ "required": true,
+ "position": 1,
+ "label": {
+ "en": "Currency to receive",
+ "ru": "Валюта для получения",
+ "uk": "Валюта для отримання"
+ },
+ "hint": {
+ "en": "Enter currency code",
+ "ru": "Введите код валюты",
+ "uk": "Введіть код валюти"
+ },
+ "example": "USDT"
+ }
+ ],
+ "amount_min": 13,
+ "amount_max": 130000000
},
{
"status": "active",
- "code": "olamoney_inr_hpp",
- "currency": "INR",
+ "code": "cardpay_crypto_kzt_hpp",
+ "currency": "KZT",
"flow": "hpp",
- "method": "olamoney",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "cardpay_crypto",
+ "fields": [
+ {
+ "key": "crypto_currency",
+ "type": "string",
+ "regexp": "/^[A-Z0-9]{2,6}$/",
+ "required": true,
+ "position": 1,
+ "label": {
+ "en": "Currency to receive",
+ "ru": "Валюта для получения",
+ "uk": "Валюта для отримання"
+ },
+ "hint": {
+ "en": "Enter currency code",
+ "ru": "Введите код валюты",
+ "uk": "Введіть код валюти"
+ },
+ "example": "USDT"
+ }
+ ],
+ "amount_min": 4.5,
+ "amount_max": 45000000
},
{
"status": "active",
- "code": "freecharge_inr_hpp",
- "currency": "INR",
+ "code": "cardpay_crypto_mxn_hpp",
+ "currency": "MXN",
"flow": "hpp",
- "method": "freecharge",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "cardpay_crypto",
+ "fields": [
+ {
+ "key": "crypto_currency",
+ "type": "string",
+ "regexp": "/^[A-Z0-9]{2,6}$/",
+ "required": true,
+ "position": 1,
+ "label": {
+ "en": "Currency to receive",
+ "ru": "Валюта для получения",
+ "uk": "Валюта для отримання"
+ },
+ "hint": {
+ "en": "Enter currency code",
+ "ru": "Введите код валюты",
+ "uk": "Введіть код валюти"
+ },
+ "example": "USDT"
+ }
+ ],
+ "amount_min": 0.17,
+ "amount_max": 1700000
},
{
"status": "active",
- "code": "phonepe_inr_hpp",
- "currency": "INR",
+ "code": "cardpay_crypto_myr_hpp",
+ "currency": "MYR",
"flow": "hpp",
- "method": "phonepe",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "cardpay_crypto",
+ "fields": [
+ {
+ "key": "crypto_currency",
+ "type": "string",
+ "regexp": "/^[A-Z0-9]{2,6}$/",
+ "required": true,
+ "position": 1,
+ "label": {
+ "en": "Currency to receive",
+ "ru": "Валюта для получения",
+ "uk": "Валюта для отримання"
+ },
+ "hint": {
+ "en": "Enter currency code",
+ "ru": "Введите код валюты",
+ "uk": "Введіть код валюти"
+ },
+ "example": "USDT"
+ }
+ ],
+ "amount_min": 0.05,
+ "amount_max": 470000
},
{
"status": "active",
- "code": "nixmoney_usd_hpp",
- "currency": "USD",
+ "code": "cardpay_crypto_nok_hpp",
+ "currency": "NOK",
+ "flow": "hpp",
+ "method": "cardpay_crypto",
"fields": [
{
- "key": "wallet_id",
+ "key": "crypto_currency",
"type": "string",
+ "regexp": "/^[A-Z0-9]{2,6}$/",
+ "required": true,
+ "position": 1,
"label": {
- "en": "Wallet ID",
- "ru": "ID кошелька",
- "uk": "ID гаманця"
+ "en": "Currency to receive",
+ "ru": "Валюта для получения",
+ "uk": "Валюта для отримання"
},
"hint": {
- "en": "Enter wallet ID",
- "ru": "Введите ID кошелька",
- "uk": "Введіть ID гаманця"
+ "en": "Enter currency code",
+ "ru": "Введите код валюты",
+ "uk": "Введіть код валюти"
},
- "regexp": "\/^(U|E)[0-9]{14}$\/",
- "required": false,
- "position": 1
+ "example": "USDT"
}
],
- "flow": "hpp",
- "method": "nixmoney",
- "amount_min": 0.01,
- "amount_max": 999999
+ "amount_min": 0.11,
+ "amount_max": 1100000
},
{
"status": "active",
- "code": "nixmoney_eur_hpp",
- "currency": "EUR",
+ "code": "cardpay_crypto_omr_hpp",
+ "currency": "OMR",
+ "flow": "hpp",
+ "method": "cardpay_crypto",
"fields": [
{
- "key": "wallet_id",
+ "key": "crypto_currency",
"type": "string",
+ "regexp": "/^[A-Z0-9]{2,6}$/",
+ "required": true,
+ "position": 1,
"label": {
- "en": "Wallet ID",
- "ru": "ID кошелька",
- "uk": "ID гаманця"
+ "en": "Currency to receive",
+ "ru": "Валюта для получения",
+ "uk": "Валюта для отримання"
},
"hint": {
- "en": "Enter wallet ID",
- "ru": "Введите ID кошелька",
- "uk": "Введіть ID гаманця"
+ "en": "Enter currency code",
+ "ru": "Введите код валюты",
+ "uk": "Введіть код валюти"
},
- "regexp": "\/^(U|E)[0-9]{14}$\/",
- "required": false,
- "position": 1
+ "example": "USDT"
}
],
- "flow": "hpp",
- "method": "nixmoney",
- "amount_min": 0.01,
- "amount_max": 999999
+ "amount_min": 0.004,
+ "amount_max": 39000
},
{
"status": "active",
- "code": "picksell_eur_hpp",
- "currency": "EUR",
+ "code": "cardpay_crypto_pab_hpp",
+ "currency": "PAB",
"flow": "hpp",
- "method": "picksell",
+ "method": "cardpay_crypto",
+ "fields": [
+ {
+ "key": "crypto_currency",
+ "type": "string",
+ "regexp": "/^[A-Z0-9]{2,6}$/",
+ "required": true,
+ "position": 1,
+ "label": {
+ "en": "Currency to receive",
+ "ru": "Валюта для получения",
+ "uk": "Валюта для отримання"
+ },
+ "hint": {
+ "en": "Enter currency code",
+ "ru": "Введите код валюты",
+ "uk": "Введіть код валюти"
+ },
+ "example": "USDT"
+ }
+ ],
"amount_min": 0.01,
- "amount_max": 9999999
+ "amount_max": 100000
},
{
"status": "active",
- "code": "paypay_jpy_hpp",
- "currency": "JPY",
+ "code": "cardpay_crypto_pen_hpp",
+ "currency": "PEN",
"flow": "hpp",
- "method": "paypay",
- "amount_min": 1,
- "amount_max": 9999999,
+ "method": "cardpay_crypto",
"fields": [
{
- "key": "payer_first_name",
+ "key": "crypto_currency",
"type": "string",
- "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
- "required": false,
+ "regexp": "/^[A-Z0-9]{2,6}$/",
+ "required": true,
"position": 1,
"label": {
- "en": "Payer first name",
- "ru": "Имя отправителя",
- "uk": "Імʼя відправника"
+ "en": "Currency to receive",
+ "ru": "Валюта для получения",
+ "uk": "Валюта для отримання"
},
"hint": {
- "en": "Enter payer first name",
- "ru": "Введите имя отправителя",
- "uk": "Введіть імʼя відправника"
+ "en": "Enter currency code",
+ "ru": "Введите код валюты",
+ "uk": "Введіть код валюти"
},
- "example": "John"
- },
+ "example": "USDT"
+ }
+ ],
+ "amount_min": 0.04,
+ "amount_max": 380000
+ },
+ {
+ "status": "active",
+ "code": "cardpay_crypto_php_hpp",
+ "currency": "PHP",
+ "flow": "hpp",
+ "method": "cardpay_crypto",
+ "fields": [
{
- "key": "payer_last_name",
+ "key": "crypto_currency",
"type": "string",
- "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
- "required": false,
- "position": 2,
+ "regexp": "/^[A-Z0-9]{2,6}$/",
+ "required": true,
+ "position": 1,
"label": {
- "en": "Payer last name",
- "ru": "Фамилия получателя",
- "uk": "Прізвище отримувача"
+ "en": "Currency to receive",
+ "ru": "Валюта для получения",
+ "uk": "Валюта для отримання"
},
"hint": {
- "en": "Enter payer last name",
- "ru": "Введите фамилию отправителя",
- "uk": "Введіть прізвище відправника"
+ "en": "Enter currency code",
+ "ru": "Введите код валюты",
+ "uk": "Введіть код валюти"
},
- "example": "Doe"
- },
+ "example": "USDT"
+ }
+ ],
+ "amount_min": 0.56,
+ "amount_max": 5600000
+ },
+ {
+ "status": "active",
+ "code": "cardpay_crypto_pln_hpp",
+ "currency": "PLN",
+ "flow": "hpp",
+ "method": "cardpay_crypto",
+ "fields": [
{
- "key": "payer_address",
+ "key": "crypto_currency",
"type": "string",
- "regexp": "\/^[a-zA-Z0-9 \\\/_.,'-]{1,200}$\/",
- "required": false,
- "position": 3,
+ "regexp": "/^[A-Z0-9]{2,6}$/",
+ "required": true,
+ "position": 1,
"label": {
- "en": "Payer address",
- "ru": "Адрес отправителя",
- "uk": "Адреса відправника"
+ "en": "Currency to receive",
+ "ru": "Валюта для получения",
+ "uk": "Валюта для отримання"
},
"hint": {
- "en": "Enter payer address",
- "ru": "Введите адрес отправителя",
- "uk": "Введіть адресу відправника"
- }
- },
+ "en": "Enter currency code",
+ "ru": "Введите код валюты",
+ "uk": "Введіть код валюти"
+ },
+ "example": "USDT"
+ }
+ ],
+ "amount_min": 0.04,
+ "amount_max": 400000
+ },
+ {
+ "status": "active",
+ "code": "cardpay_crypto_ron_hpp",
+ "currency": "RON",
+ "flow": "hpp",
+ "method": "cardpay_crypto",
+ "fields": [
{
- "key": "payer_country",
+ "key": "crypto_currency",
"type": "string",
- "regexp": "\/^[a-zA-Z\\-]{1,20}$\/",
- "required": false,
- "position": 4,
+ "regexp": "/^[A-Z0-9]{2,6}$/",
+ "required": true,
+ "position": 1,
"label": {
- "en": "Payer country",
- "ru": "Страна отправителя",
- "uk": "Країна відправника"
+ "en": "Currency to receive",
+ "ru": "Валюта для получения",
+ "uk": "Валюта для отримання"
},
"hint": {
- "en": "Enter payer country",
- "ru": "Введите страну отправителя",
- "uk": "Введіть країну відправника"
+ "en": "Enter currency code",
+ "ru": "Введите код валюты",
+ "uk": "Введіть код валюти"
},
- "example": "US"
- },
+ "example": "USDT"
+ }
+ ],
+ "amount_min": 0.05,
+ "amount_max": 450000
+ },
+ {
+ "status": "active",
+ "code": "cardpay_crypto_sek_hpp",
+ "currency": "SEK",
+ "flow": "hpp",
+ "method": "cardpay_crypto",
+ "fields": [
{
- "key": "payer_city",
+ "key": "crypto_currency",
"type": "string",
- "regexp": "\/^[a-zA-Z\\-\\s]{1,20}$\/",
- "required": false,
- "position": 5,
+ "regexp": "/^[A-Z0-9]{2,6}$/",
+ "required": true,
+ "position": 1,
"label": {
- "en": "Payer city",
- "ru": "Город отправителя",
- "uk": "Місто відправника"
+ "en": "Currency to receive",
+ "ru": "Валюта для получения",
+ "uk": "Валюта для отримання"
},
"hint": {
- "en": "Enter payer city",
- "ru": "Введите город отправителя",
- "uk": "Введіть місто відправника"
+ "en": "Enter currency code",
+ "ru": "Введите код валюты",
+ "uk": "Введіть код валюти"
},
- "example": "Los Angeles"
- },
+ "example": "USDT"
+ }
+ ],
+ "amount_min": 0.11,
+ "amount_max": 1100000
+ },
+ {
+ "status": "active",
+ "code": "cardpay_crypto_sgd_hpp",
+ "currency": "SGD",
+ "flow": "hpp",
+ "method": "cardpay_crypto",
+ "fields": [
{
- "key": "payer_state",
+ "key": "crypto_currency",
"type": "string",
- "regexp": "\/^[a-zA-Z\\-\\s]{1,20}$\/",
- "required": false,
- "position": 6,
+ "regexp": "/^[A-Z0-9]{2,6}$/",
+ "required": true,
+ "position": 1,
"label": {
- "en": "Payer state",
- "ru": "Штат отправителя",
- "uk": "Штат відправника"
+ "en": "Currency to receive",
+ "ru": "Валюта для получения",
+ "uk": "Валюта для отримання"
},
"hint": {
- "en": "Enter payer state",
- "ru": "Введите штат отправителя",
- "uk": "Введіть штат відправника"
+ "en": "Enter currency code",
+ "ru": "Введите код валюты",
+ "uk": "Введіть код валюти"
},
- "example": "CA"
- },
+ "example": "USDT"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 135000
+ },
+ {
+ "status": "active",
+ "code": "cardpay_crypto_thb_hpp",
+ "currency": "THB",
+ "flow": "hpp",
+ "method": "cardpay_crypto",
+ "fields": [
{
- "key": "payer_zip_code",
+ "key": "crypto_currency",
"type": "string",
- "regexp": "\/^[0-9\\-\\s]{1,20}$\/",
- "required": false,
- "position": 7,
+ "regexp": "/^[A-Z0-9]{2,6}$/",
+ "required": true,
+ "position": 1,
"label": {
- "en": "Payer zip code",
- "ru": "Почтовый индекс отправителя",
- "uk": "Поштовий індекс відправника"
+ "en": "Currency to receive",
+ "ru": "Валюта для получения",
+ "uk": "Валюта для отримання"
},
"hint": {
- "en": "Enter payer zip code",
- "ru": "Введите почтовый индекс отправителя",
- "uk": "Введіть поштовий індекс відправника"
+ "en": "Enter currency code",
+ "ru": "Введите код валюты",
+ "uk": "Введіть код валюти"
},
- "example": "84280"
- },
+ "example": "USDT"
+ }
+ ],
+ "amount_min": 0.36,
+ "amount_max": 3600000
+ },
+ {
+ "status": "active",
+ "code": "cardpay_crypto_twd_hpp",
+ "currency": "TWD",
+ "flow": "hpp",
+ "method": "cardpay_crypto",
+ "fields": [
{
- "key": "bank_code",
+ "key": "crypto_currency",
"type": "string",
- "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
- "required": false,
- "position": 8,
+ "regexp": "/^[A-Z0-9]{2,6}$/",
+ "required": true,
+ "position": 1,
"label": {
- "en": "Payer bank code",
- "ru": "Код банка отправителя",
- "uk": "Код банку відправника"
+ "en": "Currency to receive",
+ "ru": "Валюта для получения",
+ "uk": "Валюта для отримання"
},
"hint": {
- "en": "Enter payer bank code",
- "ru": "Введите код банка отправителя",
- "uk": "Введіть код банку відправника"
+ "en": "Enter currency code",
+ "ru": "Введите код валюты",
+ "uk": "Введіть код валюти"
},
- "example": "050"
+ "example": "USDT"
}
- ]
+ ],
+ "amount_min": 0.32,
+ "amount_max": 3200000
},
{
"status": "active",
- "code": "paypay_usd_hpp",
+ "code": "cardpay_crypto_usd_hpp",
"currency": "USD",
"flow": "hpp",
- "method": "paypay",
- "amount_min": 1,
- "amount_max": 9999999,
+ "method": "cardpay_crypto",
"fields": [
{
- "key": "payer_first_name",
+ "key": "crypto_currency",
"type": "string",
- "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
- "required": false,
+ "regexp": "/^[A-Z0-9]{2,6}$/",
+ "required": true,
"position": 1,
"label": {
- "en": "Payer first name",
- "ru": "Имя отправителя",
- "uk": "Імʼя відправника"
+ "en": "Currency to receive",
+ "ru": "Валюта для получения",
+ "uk": "Валюта для отримання"
},
"hint": {
- "en": "Enter payer first name",
- "ru": "Введите имя отправителя",
- "uk": "Введіть імʼя відправника"
+ "en": "Enter currency code",
+ "ru": "Введите код валюты",
+ "uk": "Введіть код валюти"
},
- "example": "John"
- },
+ "example": "USDT"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "cardpay_crypto_vnd_hpp",
+ "currency": "VND",
+ "flow": "hpp",
+ "method": "cardpay_crypto",
+ "fields": [
{
- "key": "payer_last_name",
+ "key": "crypto_currency",
"type": "string",
- "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
- "required": false,
- "position": 2,
+ "regexp": "/^[A-Z0-9]{2,6}$/",
+ "required": true,
+ "position": 1,
"label": {
- "en": "Payer last name",
- "ru": "Фамилия получателя",
- "uk": "Прізвище отримувача"
+ "en": "Currency to receive",
+ "ru": "Валюта для получения",
+ "uk": "Валюта для отримання"
},
"hint": {
- "en": "Enter payer last name",
- "ru": "Введите фамилию отправителя",
- "uk": "Введіть прізвище відправника"
- },
- "example": "Doe"
- },
- {
- "key": "payer_address",
- "type": "string",
- "regexp": "\/^[a-zA-Z0-9 \\\/_.,'-]{1,200}$\/",
- "required": false,
- "position": 3,
- "label": {
- "en": "Payer address",
- "ru": "Адрес отправителя",
- "uk": "Адреса відправника"
+ "en": "Enter currency code",
+ "ru": "Введите код валюты",
+ "uk": "Введіть код валюти"
},
- "hint": {
- "en": "Enter payer address",
- "ru": "Введите адрес отправителя",
- "uk": "Введіть адресу відправника"
- }
- },
+ "example": "USDT"
+ }
+ ],
+ "amount_min": 250,
+ "amount_max": 2500000000
+ },
+ {
+ "status": "active",
+ "code": "cardpay_crypto_zar_hpp",
+ "currency": "ZAR",
+ "flow": "hpp",
+ "method": "cardpay_crypto",
+ "fields": [
{
- "key": "payer_country",
+ "key": "crypto_currency",
"type": "string",
- "regexp": "\/^[a-zA-Z\\-]{1,20}$\/",
- "required": false,
- "position": 4,
+ "regexp": "/^[A-Z0-9]{2,6}$/",
+ "required": true,
+ "position": 1,
"label": {
- "en": "Payer country",
- "ru": "Страна отправителя",
- "uk": "Країна відправника"
+ "en": "Currency to receive",
+ "ru": "Валюта для получения",
+ "uk": "Валюта для отримання"
},
"hint": {
- "en": "Enter payer country",
- "ru": "Введите страну отправителя",
- "uk": "Введіть країну відправника"
+ "en": "Enter currency code",
+ "ru": "Введите код валюты",
+ "uk": "Введіть код валюти"
},
- "example": "US"
- },
+ "example": "USDT"
+ }
+ ],
+ "amount_min": 0.19,
+ "amount_max": 1900000
+ },
+ {
+ "status": "active",
+ "code": "cardpay_crypto_usdt_hpp",
+ "currency": "USDT",
+ "flow": "hpp",
+ "method": "cardpay_crypto",
+ "fields": [
{
- "key": "payer_city",
+ "key": "fiat_currency",
"type": "string",
- "regexp": "\/^[a-zA-Z\\-\\s]{1,20}$\/",
- "required": false,
- "position": 5,
+ "regexp": "/^[A-Z0-9]{2,6}$/",
+ "required": true,
+ "position": 1,
"label": {
- "en": "Payer city",
- "ru": "Город отправителя",
- "uk": "Місто відправника"
+ "en": "Fiat currency to receive",
+ "ru": "Фиатная валюта для получения",
+ "uk": "Фіатна валюта для отримання"
},
"hint": {
- "en": "Enter payer city",
- "ru": "Введите город отправителя",
- "uk": "Введіть місто відправника"
+ "en": "Enter fiat currency code",
+ "ru": "Введите код фиатной валюты",
+ "uk": "Введіть код фіатної валюти"
},
- "example": "Los Angeles"
+ "example": "USD"
},
{
- "key": "payer_state",
+ "key": "wallet_address",
"type": "string",
- "regexp": "\/^[a-zA-Z\\-\\s]{1,20}$\/",
+ "regexp": "/^.{1,128}$/",
"required": false,
- "position": 6,
+ "position": 2,
"label": {
- "en": "Payer state",
- "ru": "Штат отправителя",
- "uk": "Штат відправника"
+ "en": "Wallet address to receive the funds",
+ "ru": "Адрес кошелька для получения средств",
+ "uk": "Адреса гаманця для отримання коштів"
},
"hint": {
- "en": "Enter payer state",
- "ru": "Введите штат отправителя",
- "uk": "Введіть штат відправника"
+ "en": "Enter wallet address",
+ "ru": "Введите адрес кошелька",
+ "uk": "Введіть адресу гаманця"
},
- "example": "CA"
- },
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "cardpay_crypto_usdc_hpp",
+ "currency": "USDC",
+ "flow": "hpp",
+ "method": "cardpay_crypto",
+ "fields": [
{
- "key": "payer_zip_code",
+ "key": "fiat_currency",
"type": "string",
- "regexp": "\/^[0-9\\-\\s]{1,20}$\/",
- "required": false,
- "position": 7,
+ "regexp": "/^[A-Z0-9]{2,6}$/",
+ "required": true,
+ "position": 1,
"label": {
- "en": "Payer zip code",
- "ru": "Почтовый индекс отправителя",
- "uk": "Поштовий індекс відправника"
+ "en": "Fiat currency to receive",
+ "ru": "Фиатная валюта для получения",
+ "uk": "Фіатна валюта для отримання"
},
"hint": {
- "en": "Enter payer zip code",
- "ru": "Введите почтовый индекс отправителя",
- "uk": "Введіть поштовий індекс відправника"
+ "en": "Enter fiat currency code",
+ "ru": "Введите код фиатной валюты",
+ "uk": "Введіть код фіатної валюти"
},
- "example": "84280"
+ "example": "USD"
},
{
- "key": "bank_code",
+ "key": "wallet_address",
"type": "string",
- "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "regexp": "/^.{1,128}$/",
"required": false,
- "position": 8,
+ "position": 2,
"label": {
- "en": "Payer bank code",
- "ru": "Код банка отправителя",
- "uk": "Код банку відправника"
+ "en": "Wallet address to receive the funds",
+ "ru": "Адрес кошелька для получения средств",
+ "uk": "Адреса гаманця для отримання коштів"
},
"hint": {
- "en": "Enter payer bank code",
- "ru": "Введите код банка отправителя",
- "uk": "Введіть код банку відправника"
+ "en": "Enter wallet address",
+ "ru": "Введите адрес кошелька",
+ "uk": "Введіть адресу гаманця"
},
- "example": "050"
+ "example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
}
- ]
- },
- {
- "status": "active",
- "code": "sofort_eur_hpp",
- "flow": "hpp",
- "method": "sofort",
- "currency": "EUR",
- "amount_min": 0.01,
- "amount_max": 100000
- },
- {
- "status": "active",
- "code": "sofort_usd_hpp",
- "flow": "hpp",
- "method": "sofort",
- "currency": "USD",
- "amount_min": 0.01,
- "amount_max": 100000
- },
- {
- "status": "active",
- "code": "sofort_chf_hpp",
- "flow": "hpp",
- "method": "sofort",
- "currency": "CHF",
- "amount_min": 0.01,
- "amount_max": 100000
- },
- {
- "status": "active",
- "code": "sofort_gbp_hpp",
- "flow": "hpp",
- "method": "sofort",
- "currency": "GBP",
+ ],
"amount_min": 0.01,
"amount_max": 100000
},
{
"status": "active",
- "code": "sofort_pln_hpp",
- "flow": "hpp",
- "method": "sofort",
- "currency": "PLN",
- "amount_min": 0.01,
- "amount_max": 500000
- },
- {
- "status": "active",
- "code": "multibanconet_eur_hpp",
+ "code": "bank_transfer_uyu_hpp",
+ "currency": "UYU",
"flow": "hpp",
- "method": "multibanconet",
- "currency": "EUR",
- "amount_min": 0.01,
- "amount_max": 100000
+ "method": "bank_transfer",
+ "amount_min": 1,
+ "amount_max": 4000000
},
{
"status": "active",
- "code": "blik_pln_hpp",
+ "code": "qr_code_uyu_hpp",
+ "currency": "UYU",
"flow": "hpp",
- "method": "blik",
- "currency": "PLN",
- "amount_min": 0.01,
- "amount_max": 500000
+ "method": "qr_code",
+ "amount_min": 1,
+ "amount_max": 4000000
},
{
"status": "active",
- "code": "paymentrush_inr_hpp",
- "currency": "INR",
+ "code": "bank_transfer_hnl_hpp",
+ "currency": "HNL",
"flow": "hpp",
- "method": "paymentrush",
- "amount_min": 0.01,
- "amount_max": 9999999
+ "method": "bank_transfer",
+ "amount_min": 1,
+ "amount_max": 2500000
},
{
"status": "active",
- "code": "payment_card_brl_hpp",
- "currency": "BRL",
+ "code": "cash_hnl_hpp",
+ "currency": "HNL",
"flow": "hpp",
- "method": "payment_card",
- "amount_min": 0.01,
- "amount_max": 1000000
+ "method": "cash",
+ "amount_min": 1,
+ "amount_max": 2500000
},
{
"status": "active",
- "code": "payment_card_idr_hpp",
+ "code": "qr_code_hnl_hpp",
+ "currency": "HNL",
"flow": "hpp",
- "method": "payment_card",
- "currency": "IDR",
- "amount_min": 0.01,
- "amount_max": 10000000000
+ "method": "qr_code",
+ "amount_min": 1,
+ "amount_max": 2500000
},
{
"status": "active",
- "code": "payment_card_myr_hpp",
+ "code": "bank_transfer_bob_hpp",
+ "currency": "BOB",
"flow": "hpp",
- "method": "payment_card",
- "currency": "MYR",
- "amount_min": 0.01,
- "amount_max": 10000000
+ "method": "bank_transfer",
+ "amount_min": 1,
+ "amount_max": 700000
},
{
"status": "active",
- "code": "boleto_bancario_brl_hpp",
- "currency": "BRL",
+ "code": "cash_bob_hpp",
+ "currency": "BOB",
"flow": "hpp",
- "method": "boleto_bancario",
+ "method": "cash",
"amount_min": 1,
- "amount_max": 1000000,
- "fields": [
- {
- "key": "cpf_number",
- "type": "string",
- "regexp": "\/^[0-9]{1,11}$\/",
- "required": true,
- "position": 1,
- "label": {
- "en": "CPF number",
- "ru": "CPF номер",
- "uk": "CPF номер"
- },
- "hint": {
- "en": "Enter CPF number",
- "ru": "Введите CPF номер",
- "uk": "Введіть CPF номер"
- },
- "example": "12345678900"
- }
- ]
+ "amount_max": 700000
},
{
"status": "active",
- "code": "pix_brl_hpp",
- "currency": "BRL",
+ "code": "qr_code_bob_hpp",
+ "currency": "BOB",
"flow": "hpp",
- "method": "pix",
+ "method": "qr_code",
"amount_min": 1,
- "amount_max": 1000000,
- "fields": [
- {
- "key": "cpf_number",
- "type": "string",
- "regexp": "\/^[0-9]{1,11}$\/",
- "required": true,
- "position": 1,
- "label": {
- "en": "CPF number",
- "ru": "CPF номер",
- "uk": "CPF номер"
- },
- "hint": {
- "en": "Enter CPF number",
- "ru": "Введите CPF номер",
- "uk": "Введіть CPF номер"
- },
- "example": "12345678900"
- }
- ]
+ "amount_max": 700000
},
{
"status": "active",
- "code": "payment_card_pen_hpp",
+ "code": "bank_transfer_gtq_hpp",
+ "currency": "GTQ",
"flow": "hpp",
- "method": "payment_card",
- "currency": "PEN",
- "amount_min": 0.01,
- "amount_max": 10000000
+ "method": "bank_transfer",
+ "amount_min": 1,
+ "amount_max": 800000
},
{
"status": "active",
- "code": "sbp_tome_qr_rub_hpp",
+ "code": "cash_gtq_hpp",
+ "currency": "GTQ",
"flow": "hpp",
- "method": "sbp_tome_qr",
- "currency": "RUB",
- "amount_min": 0.01,
- "amount_max": 1000000
+ "method": "cash",
+ "amount_min": 1,
+ "amount_max": 800000
},
{
"status": "active",
- "code": "sbp_rub_hpp",
+ "code": "qr_code_gtq_hpp",
+ "currency": "GTQ",
"flow": "hpp",
- "method": "sbp",
- "currency": "RUB",
- "amount_min": 0.01,
- "amount_max": 1000000
+ "method": "qr_code",
+ "amount_min": 1,
+ "amount_max": 800000
},
{
"status": "active",
- "code": "binancepay_uah_hpp",
+ "code": "qr_code_usd_hpp",
+ "currency": "USD",
"flow": "hpp",
- "method": "binancepay",
- "currency": "UAH",
+ "method": "qr_code",
"amount_min": 0.01,
"amount_max": 100000
},
{
"status": "active",
- "code": "payment_card_clp_hpp",
+ "code": "qr_code_cop_hpp",
+ "currency": "COP",
"flow": "hpp",
- "method": "payment_card",
- "currency": "CLP",
+ "method": "qr_code",
"amount_min": 1,
- "amount_max": 100000000
+ "amount_max": 400000000
},
{
"status": "active",
- "code": "googlepay_inr_hpp",
- "currency": "INR",
+ "code": "qr_code_ars_hpp",
+ "currency": "ARS",
"flow": "hpp",
- "method": "googlepay",
- "amount_min": 0.01,
- "amount_max": 10000000
+ "method": "qr_code",
+ "amount_min": 1,
+ "amount_max": 150000000
},
{
"status": "active",
- "code": "upi_inr_hpp",
- "currency": "INR",
+ "code": "tunzer_pln_hpp",
"flow": "hpp",
- "method": "upi",
+ "method": "tunzer",
+ "currency": "PLN",
"amount_min": 0.01,
- "amount_max": 10000000
+ "amount_max": 400000
},
{
"status": "active",
- "code": "imps_inr_hpp",
- "currency": "INR",
+ "code": "tunzer_eur_hpp",
"flow": "hpp",
- "method": "imps",
+ "method": "tunzer",
+ "currency": "EUR",
"amount_min": 0.01,
- "amount_max": 10000000
+ "amount_max": 100000
},
{
"status": "active",
- "code": "settlepay_wallet_uah_hpp",
- "currency": "UAH",
+ "code": "tunzer_dkk_hpp",
"flow": "hpp",
- "method": "settlepay_wallet",
+ "method": "tunzer",
+ "currency": "DKK",
"amount_min": 0.01,
- "amount_max": 3000000
+ "amount_max": 690000
},
{
"status": "active",
- "code": "trustly_gbp_hpp",
+ "code": "tunzer_gbp_hpp",
"flow": "hpp",
- "method": "trustly",
+ "method": "tunzer",
"currency": "GBP",
"amount_min": 0.01,
"amount_max": 100000
- },
- {
- "status": "active",
- "code": "trustly_chf_hpp",
- "flow": "hpp",
- "method": "trustly",
- "currency": "CHF",
- "amount_min": 0.01,
- "amount_max": 100000
- },
- {
- "status": "active",
- "code": "trustly_pln_hpp",
- "flow": "hpp",
- "method": "trustly",
- "currency": "PLN",
- "amount_min": 0.01,
- "amount_max": 500000
}
]
diff --git a/data/payout_method_categories.json b/data/payout_method_categories.json
index 41afb608b..895daa3e5 100644
--- a/data/payout_method_categories.json
+++ b/data/payout_method_categories.json
@@ -1,10 +1,10 @@
[
{
- "code": "internet_banking",
+ "code": "online_banking",
"name": {
- "en": "Internet-banking",
- "ru": "Интернет-банкинг",
- "uk": "Інтернет-банкінг"
+ "en": "Online-banking",
+ "ru": "Онлайн-банкинг",
+ "uk": "Онлайн-банкінг"
}
},
{
diff --git a/data/payout_methods.json b/data/payout_methods.json
index 76bc955de..d20ee5113 100644
--- a/data/payout_methods.json
+++ b/data/payout_methods.json
@@ -1277,16 +1277,6 @@
"ru": "Такси DEJAVU (Киев)"
}
},
- {
- "status": "active",
- "code": "alfa-inet",
- "category": "telecommunications",
- "name": {
- "en": "Alpha-Internet",
- "uk": "Альфа-інет",
- "ru": "Альфа-инет"
- }
- },
{
"status": "active",
"code": "taksi-3303-dnepropetrovsk",
@@ -4617,16 +4607,6 @@
"ru": "Херсонгаз - Каховский филиал"
}
},
- {
- "status": "active",
- "code": "dp-gazposttach-pat-ternopilmiskgaz",
- "category": "public-services",
- "name": {
- "en": "DP Gazpromstach PJSC Ternopolgorgaz",
- "uk": "ДП Газпосттач ПАТ Тернопільміськгаз",
- "ru": "ДП Газпосттач ПАО Тернопольгоргаз"
- }
- },
{
"status": "active",
"code": "pavlogradski-mem-tsok-pavlogradskogo-r-nu",
@@ -4637,56 +4617,6 @@
"ru": "Павлоградские МЭС (ЦОК Павлоградского района)"
}
},
- {
- "status": "active",
- "code": "kp-ternopilmiskteplokomunenergo",
- "category": "public-services",
- "name": {
- "en": "KP Ternopilgorplokommunenergo",
- "uk": "КП Тернопільміськтеплокомуненерго",
- "ru": "КП Тернопольгортеплокоммунэнерго"
- }
- },
- {
- "status": "active",
- "code": "kp-ternopilvodokanal",
- "category": "public-services",
- "name": {
- "en": "KP Ternopilvodokanal",
- "uk": "КП Тернопільводоканал",
- "ru": "КП Тернопольводоканал"
- }
- },
- {
- "status": "active",
- "code": "dp-gazposttach-pat-ternopilmiskgaz",
- "category": "public-services",
- "name": {
- "en": "DP Gazpromstach PJSC Ternopolgorgaz",
- "uk": "ДП Газпосттач ПАТ Тернопільміськгаз",
- "ru": "ДП Газпосттач ПАО Тернопольгоргаз"
- }
- },
- {
- "status": "active",
- "code": "kp-ternopilmiskteplokomunenergo",
- "category": "public-services",
- "name": {
- "en": "KP Ternopilgorplokommunenergo",
- "uk": "КП Тернопільміськтеплокомуненерго",
- "ru": "КП Тернопольгортеплокоммунэнерго"
- }
- },
- {
- "status": "active",
- "code": "kp-ternopilvodokanal",
- "category": "public-services",
- "name": {
- "en": "KP Ternopilvodokanal",
- "uk": "КП Тернопільводоканал",
- "ru": "КП Тернопольводоканал"
- }
- },
{
"status": "active",
"code": "khersongaz-novokakhovskii-filial",
@@ -5077,16 +5007,6 @@
"ru": "Царичанский РЭС (ЦОК Царичанского района)"
}
},
- {
- "status": "active",
- "code": "kp-porto-frankivskii-odesa",
- "category": "public-services",
- "name": {
- "en": "KP 'Porto-Frankivsk' (Odessa)",
- "uk": "КП 'Порто-Франківський' (Одеса)",
- "ru": "КП 'Порто-Франковский' (Одесса)"
- }
- },
{
"status": "active",
"code": "megogo-legkaia",
@@ -5307,16 +5227,6 @@
"ru": "Sweet.tv (Мариуполь)"
}
},
- {
- "status": "active",
- "code": "mkp-mukachivvodokanal",
- "category": "public-services",
- "name": {
- "en": "INC Mukachivvodokanal",
- "uk": "МКП Мукачівводоканал",
- "ru": "МКП Мукачивводоканал"
- }
- },
{
"status": "active",
"code": "rai-optic-ivano-frankivsk",
@@ -5327,16 +5237,6 @@
"ru": "RAI-Optic (Ивано-Франковск)"
}
},
- {
- "status": "active",
- "code": "pat-kb-globus-pogashennia-kreditiv",
- "category": "financial-services",
- "name": {
- "en": "PJSC CB GLOBUS (loan repayment)",
- "uk": "ПАТ КБ ГЛОБУС (погашення кредитів)",
- "ru": "ПАО КБ ГЛОБУС (погашение кредитов)"
- }
- },
{
"status": "active",
"code": "didgitnet-mariupol",
@@ -5457,16 +5357,6 @@
"ru": "ПАО ПУМБ (Пополнение карточного \/ поточного рахунку)"
}
},
- {
- "status": "active",
- "code": "dms-ivano-frankivska-obl",
- "category": "budget-payments",
- "name": {
- "en": "LMI (Ivano-Frankivsk region)",
- "uk": "ДМС (Івано-Франківська обл.)",
- "ru": "ДМС (Ивано-Франковская обл.)"
- }
- },
{
"status": "active",
"code": "delta",
@@ -8897,16 +8787,6 @@
"ru": "ООО Шумен"
}
},
- {
- "status": "active",
- "code": "viasat-uatv",
- "category": "telecommunications",
- "name": {
- "en": "Viasat UATV",
- "uk": "Viasat UATV",
- "ru": "Viasat UATV"
- }
- },
{
"status": "active",
"code": "orion-city",
@@ -9187,6 +9067,16 @@
"ru": " 'ЭК Одессаоблэнерго' - Ананьевский РЭС"
}
},
+ {
+ "status": "active",
+ "code": "spush_pay",
+ "category": "digital_wallet",
+ "name": {
+ "en": "Spush Pay",
+ "ru": "Spush Pay",
+ "uk": "Spush Pay"
+ }
+ },
{
"status": "active",
"code": "datagrup-internet-bum-sputnikovyi-internet",
@@ -9737,16 +9627,6 @@
"ru": "Фаворит Спорт"
}
},
- {
- "status": "active",
- "code": "bi-net",
- "category": "telecommunications",
- "name": {
- "en": "Bi.Net",
- "uk": "Bi.Net",
- "ru": "Bi.Net"
- }
- },
{
"status": "active",
"code": "irshansk-telekom",
@@ -10117,16 +9997,6 @@
"ru": "LOCAL STUDENT NETWORKS"
}
},
- {
- "status": "active",
- "code": "diti-proti-raku-mbf-tsspm",
- "category": "others",
- "name": {
- "en": "Children against cancer - ICF DSPM '",
- "uk": "Діти проти раку - МБФ ЦСПМ '",
- "ru": "Дети против рака - МБФ ЦСПМ '"
- }
- },
{
"status": "active",
"code": "dopomoga-ditiam-skhodu-mbf-tsspm",
@@ -11207,16 +11077,6 @@
"ru": "Такси Иван (Мелитополь)"
}
},
- {
- "status": "active",
- "code": "taksi-student-zaporozhe",
- "category": "taxi",
- "name": {
- "en": "Taxi Student (Zaporozhye)",
- "uk": "Таксі Студент (Запоріжжя)",
- "ru": "Такси Студент (Запорожье)"
- }
- },
{
"status": "active",
"code": "taksi-ivan-kirillovka",
@@ -14747,16 +14607,6 @@
"ru": "Воля"
}
},
- {
- "status": "active",
- "code": "volia",
- "category": "telecommunications",
- "name": {
- "en": "Will",
- "uk": "Воля",
- "ru": "Воля"
- }
- },
{
"status": "active",
"code": "icn-odessa",
@@ -14847,16 +14697,6 @@
"ru": "ПАТ 'Волиньобленерго' Турійська філія"
}
},
- {
- "status": "active",
- "code": "popovnennia-karti",
- "category": "financial-services",
- "name": {
- "en": "Population Pictures",
- "uk": "Поповнення карти",
- "ru": "Поповнення карти"
- }
- },
{
"status": "active",
"code": "mediana-zaporozhe",
@@ -15027,16 +14867,6 @@
"ru": "X-NET (Одесса)"
}
},
- {
- "status": "active",
- "code": "lumina-vyshgorod",
- "category": "telecommunications",
- "name": {
- "en": "LUMINA (Vyshgorod)",
- "uk": "LUMINA (Вишгород)",
- "ru": "LUMINA (Вышгород)"
- }
- },
{
"status": "active",
"code": "velikonovoselkovskii-res",
@@ -15507,16 +15337,6 @@
"ru": "ТНЭУ - За архивную справку"
}
},
- {
- "status": "active",
- "code": "net-city-zhitomir",
- "category": "telecommunications",
- "name": {
- "en": "Net-City (Zhytomyr)",
- "uk": "Net-City (Житомир)",
- "ru": "Net-City (Житомир)"
- }
- },
{
"status": "active",
"code": "tneu-za-navchannia",
@@ -17227,16 +17047,6 @@
"ru": "Viasat UATV"
}
},
- {
- "status": "active",
- "code": "forza24",
- "category": "financial-services",
- "name": {
- "en": "Forza24",
- "uk": "Forza24",
- "ru": "Forza24"
- }
- },
{
"status": "active",
"code": "msl-derzhavni-lotereyi",
@@ -17468,15 +17278,6 @@
"zh": "中信银行"
}
},
- {
- "status": "active",
- "code": "china_guangfa_bank",
- "category": "bank_transfer",
- "name": {
- "en": "China Guangfa Bank",
- "zh": "广发银行"
- }
- },
{
"status": "active",
"code": "china_merchants_bank",
@@ -17576,15 +17377,6 @@
"zh": "北京农村商业银行"
}
},
- {
- "status": "active",
- "code": "bank_of_ningbo",
- "category": "bank_transfer",
- "name": {
- "en": "Bank Of NingBo",
- "zh": "宁波银行"
- }
- },
{
"status": "active",
"code": "china_zheshang_bank",
@@ -17657,24 +17449,6 @@
"zh": "上海农村商业银行"
}
},
- {
- "status": "active",
- "code": "china_bohai_bank",
- "category": "bank_transfer",
- "name": {
- "en": "China BoHai Bank",
- "zh": "中国博海银行"
- }
- },
- {
- "status": "active",
- "code": "bank_of_nanjing",
- "category": "bank_transfer",
- "name": {
- "en": "Bank Of NanJing",
- "zh": "南京银行"
- }
- },
{
"status": "active",
"code": "hangzhou_city_commercial_bank",
@@ -17777,7 +17551,7 @@
"code": "krung_thai_bank",
"category": "bank_transfer",
"name": {
- "en": "Krungthai Bank"
+ "en": "Krung Thai Bank"
}
},
{
@@ -17812,14 +17586,6 @@
"en": "United Overseas Bank"
}
},
- {
- "status": "active",
- "code": "cimb_bank",
- "category": "bank_transfer",
- "name": {
- "en": "CIMB Bank"
- }
- },
{
"status": "active",
"code": "public_bank_berhad",
@@ -17916,6 +17682,14 @@
"en": "Exim Bank"
}
},
+ {
+ "status": "active",
+ "code": "exim_bank_vietnam",
+ "category": "online_banking",
+ "name": {
+ "en": "Eximbank Vietnam"
+ }
+ },
{
"status": "active",
"code": "bank_central_asia",
@@ -17977,6 +17751,7 @@
{
"status": "active",
"code": "mandiri_bank",
+ "vendor": "mandiri_bank",
"category": "bank_transfer",
"name": {
"en": "Mandiri Bank"
@@ -18010,6 +17785,16 @@
"uk": "Payeer"
}
},
+ {
+ "status": "active",
+ "code": "pay4fun",
+ "category": "digital_wallet",
+ "name": {
+ "en": "Pay4Fun",
+ "ru": "Pay4Fun",
+ "uk": "Pay4Fun"
+ }
+ },
{
"status": "active",
"code": "alfabank",
@@ -19570,16 +19355,6 @@
"uk": "ТОВ \"ДНІПРОВСЬКІ ЕНЕРГЕТИЧНІ ПОСЛУГИ\" Першотравенськ (Петропавлівський ЦОК)"
}
},
- {
- "status": "active",
- "code": "dp-gazposttach-pat-ternopilmiskgaz",
- "category": "telecommunications",
- "name": {
- "en": "ДП Газпосттач ПАТ Тернопільміськгаз",
- "ru": "ДП Газпосттач ПАТ Тернопільміськгаз",
- "uk": "ДП Газпосттач ПАТ Тернопільміськгаз"
- }
- },
{
"status": "active",
"code": "tdv-sk-naftagazstrakh",
@@ -20680,16 +20455,6 @@
"uk": "ТОВ \"ДОНЕЦЬКІ ЕНЕРГЕТИЧНІ ПОСЛУГИ\" Нікольський ЦОК"
}
},
- {
- "status": "active",
- "code": "kp-ternopilmiskteplokomunenergo",
- "category": "telecommunications",
- "name": {
- "en": "КП Тернопільміськтеплокомуненерго",
- "ru": "КП Тернопільміськтеплокомуненерго",
- "uk": "КП Тернопільміськтеплокомуненерго"
- }
- },
{
"status": "active",
"code": "status-kontrol-ubki",
@@ -21285,9 +21050,9 @@
"code": "kp-porto-frankivskii-odesa",
"category": "telecommunications",
"name": {
- "en": "КП \"ПОРТО-ФРАНКІВСЬКИЙ\" (Одеса)",
- "ru": "КП \"ПОРТО-ФРАНКІВСЬКИЙ\" (Одеса)",
- "uk": "КП \"ПОРТО-ФРАНКІВСЬКИЙ\" (Одеса)"
+ "en": "KP 'Porto-Frankivsk' (Odessa)",
+ "uk": "КП 'Порто-Франківський' (Одеса)",
+ "ru": "КП 'Порто-Франковский' (Одесса)"
}
},
{
@@ -21730,6 +21495,16 @@
"uk": "Piastrix"
}
},
+ {
+ "status": "active",
+ "code": "kvitum",
+ "category": "digital_wallet",
+ "name": {
+ "en": "Qostiq",
+ "ru": "Qostiq",
+ "uk": "Qostiq"
+ }
+ },
{
"status": "active",
"code": "ooo-aragorn-slaviansk-donetskoi",
@@ -23894,24 +23669,100 @@
}
},
{
+ "code": "digital_cash",
+ "vendor": "digital_cash",
+ "category": "alternative",
"status": "active",
- "code": "upi",
- "category": "digital_wallet",
"name": {
- "en": "UPI",
- "uk": "UPI",
- "ru": "UPI"
+ "en": "Digital Cash",
+ "ru": "Digital Cash",
+ "uk": "Digital Cash"
}
},
{
+ "code": "binance_usd",
+ "vendor": "binance_usd",
+ "category": "alternative",
"status": "active",
- "code": "nixmoney",
- "vendor": "nixmoney",
- "category": "digital_wallet",
"name": {
- "en": "NixMoney Wallet",
- "uk": "NixMoney Гаманець",
- "ru": "NixMoney Кошелёк"
+ "en": "Binance Usd",
+ "ru": "Binance Usd",
+ "uk": "Binance Usd"
+ }
+ },
+ {
+ "code": "polygon",
+ "vendor": "polygon",
+ "category": "alternative",
+ "status": "active",
+ "name": {
+ "en": "Polygon",
+ "ru": "Polygon",
+ "uk": "Polygon"
+ }
+ },
+ {
+ "code": "solana",
+ "vendor": "solana",
+ "category": "alternative",
+ "status": "active",
+ "name": {
+ "en": "Solana",
+ "ru": "Solana",
+ "uk": "Solana"
+ }
+ },
+ {
+ "code": "stellar",
+ "vendor": "stellar",
+ "category": "alternative",
+ "status": "active",
+ "name": {
+ "en": "Stellar",
+ "ru": "Stellar",
+ "uk": "Stellar"
+ }
+ },
+ {
+ "code": "toncoin",
+ "vendor": "toncoin",
+ "category": "alternative",
+ "status": "active",
+ "name": {
+ "en": "Toncoin",
+ "ru": "Toncoin",
+ "uk": "Toncoin"
+ }
+ },
+ {
+ "status": "active",
+ "code": "upi",
+ "category": "digital_wallet",
+ "name": {
+ "en": "UPI",
+ "uk": "UPI",
+ "ru": "UPI"
+ }
+ },
+ {
+ "status": "active",
+ "code": "upi_payout",
+ "category": "digital_wallet",
+ "name": {
+ "en": "UPI Payout",
+ "uk": "UPI Payout",
+ "ru": "UPI Payout"
+ }
+ },
+ {
+ "status": "active",
+ "code": "nixmoney",
+ "vendor": "nixmoney",
+ "category": "digital_wallet",
+ "name": {
+ "en": "NixMoney Wallet",
+ "uk": "NixMoney Гаманець",
+ "ru": "NixMoney Кошелёк"
}
},
{
@@ -23956,6 +23807,16 @@
"uk": "M-Pesa"
}
},
+ {
+ "code": "venom",
+ "category": "alternative",
+ "status": "active",
+ "name": {
+ "en": "VENOM",
+ "ru": "VENOM",
+ "uk": "VENOM"
+ }
+ },
{
"status": "active",
"code": "upi_bank_account",
@@ -23975,5 +23836,8358 @@
"uk": "IMPS",
"ru": "IMPS"
}
+ },
+ {
+ "status": "active",
+ "code": "settlepay_wallet",
+ "category": "digital_wallet",
+ "name": {
+ "en": "SettlePay Wallet",
+ "uk": "SettlePay Wallet",
+ "ru": "SettlePay Wallet"
+ }
+ },
+ {
+ "status": "active",
+ "code": "enterprise_bank_limited",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Enterprise Bank Limited",
+ "uk": "Enterprise Bank Limited",
+ "ru": "Enterprise Bank Limited"
+ }
+ },
+ {
+ "status": "active",
+ "code": "npfmicrofinance_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "NPF Microfinance Bank Plc",
+ "uk": "NPF Microfinance Bank Plc",
+ "ru": "NPF Microfinance Bank Plc"
+ }
+ },
+ {
+ "status": "active",
+ "code": "pix",
+ "vendor": "bcb",
+ "category": "bank_transfer",
+ "name": {
+ "en": "PIX",
+ "uk": "PIX",
+ "ru": "PIX"
+ }
+ },
+ {
+ "status": "active",
+ "code": "spei",
+ "vendor": "bnd",
+ "category": "bank_transfer",
+ "name": {
+ "en": "SPEI",
+ "uk": "SPEI",
+ "ru": "SPEI"
+ }
+ },
+ {
+ "status": "active",
+ "code": "bbva",
+ "category": "bank_transfer",
+ "name": {
+ "en": "BBVA Continental",
+ "ru": "BBVA Continental",
+ "uk": "BBVA Continental"
+ }
+ },
+ {
+ "status": "active",
+ "code": "inter_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Inter bank",
+ "ru": "Inter bank",
+ "uk": "Inter bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "prymera_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Prymera Bank",
+ "ru": "Prymera Bank",
+ "uk": "Prymera Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "kasnet",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Kasnet",
+ "ru": "Kasnet",
+ "uk": "Kasnet"
+ }
+ },
+ {
+ "status": "active",
+ "code": "chilean_commercial_bank",
+ "vendor": "bnd",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Chilean Commercial Bank",
+ "uk": "Chilean Commercial Bank",
+ "ru": "Chilean Commercial Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "efecty",
+ "vendor": "bnd",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Efecty",
+ "uk": "Efecty",
+ "ru": "Efecty"
+ }
+ },
+ {
+ "status": "active",
+ "code": "jeton_wallet",
+ "category": "digital_wallet",
+ "name": {
+ "en": "Jeton Wallet",
+ "uk": "Jeton Wallet",
+ "ru": "Jeton Wallet"
+ }
+ },
+ {
+ "status": "active",
+ "code": "d24_wallet",
+ "category": "digital_wallet",
+ "name": {
+ "en": "D24 Wallet",
+ "uk": "D24 Wallet",
+ "ru": "D24 Wallet"
+ }
+ },
+ {
+ "status": "active",
+ "code": "ziraat_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Ziraat Bank",
+ "ru": "Ziraat Bank",
+ "uk": "Ziraat Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "turkey_econom_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Turkey Econom Bank",
+ "ru": "Turkey Econom Bank",
+ "uk": "Turkey Econom Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "ing_bank_turkey",
+ "category": "bank_transfer",
+ "name": {
+ "en": "ING Bank Turkey",
+ "ru": "ING Bank Turkey",
+ "uk": "ING Bank Turkey"
+ }
+ },
+ {
+ "status": "active",
+ "code": "turkey_is_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Turkey Is Bank",
+ "ru": "Turkey Is Bank",
+ "uk": "Turkey Is Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "ininal",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Ininal",
+ "ru": "Ininal",
+ "uk": "Ininal"
+ }
+ },
+ {
+ "status": "active",
+ "code": "hegra_sparebank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Hegra Sparebank",
+ "ru": "Hegra Sparebank",
+ "uk": "Hegra Sparebank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "sparebank_1_smn",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Sparebank 1",
+ "ru": "Sparebank 1",
+ "uk": "Sparebank 1"
+ }
+ },
+ {
+ "status": "active",
+ "code": "nordea_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Nordea",
+ "ru": "Nordea",
+ "uk": "Nordea"
+ }
+ },
+ {
+ "status": "active",
+ "code": "sbanken_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Sbanken",
+ "ru": "Sbanken",
+ "uk": "Sbanken"
+ }
+ },
+ {
+ "status": "active",
+ "code": "danske_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Danske Bank",
+ "ru": "Danske Bank",
+ "uk": "Danske Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "dnb_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "DNB",
+ "ru": "DNB",
+ "uk": "DNB"
+ }
+ },
+ {
+ "status": "active",
+ "code": "storebrand",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Storebrand",
+ "ru": "Storebrand",
+ "uk": "Storebrand"
+ }
+ },
+ {
+ "status": "active",
+ "code": "totens_sparebank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Totens Sparebank",
+ "ru": "Totens Sparebank",
+ "uk": "Totens Sparebank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "sparebanken_vest",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Sparebanken Vest",
+ "ru": "Sparebanken Vest",
+ "uk": "Sparebanken Vest"
+ }
+ },
+ {
+ "status": "active",
+ "code": "qnb_finansbank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "QNB Finansbank",
+ "ru": "QNB Finansbank",
+ "uk": "QNB Finansbank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "turkey_finans_katilim_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Turkiye Finans Katilim Bank",
+ "ru": "Turkiye Finans Katilim Bank",
+ "uk": "Turkiye Finans Katilim Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "akbank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Akbank",
+ "ru": "Akbank",
+ "uk": "Akbank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "interac",
+ "category": "online_banking",
+ "name": {
+ "en": "Interac Online",
+ "ru": "Interac Online",
+ "uk": "Interac Online"
+ }
+ },
+ {
+ "status": "active",
+ "code": "papara",
+ "category": "alternative",
+ "name": {
+ "en": "Papara",
+ "ru": "Papara",
+ "uk": "Papara"
+ }
+ },
+ {
+ "status": "active",
+ "code": "tron",
+ "category": "alternative",
+ "name": {
+ "en": "TRON",
+ "uk": "TRON",
+ "ru": "TRON"
+ }
+ },
+ {
+ "status": "active",
+ "code": "near_protocol",
+ "category": "alternative",
+ "name": {
+ "en": "NEAR Protocol",
+ "uk": "NEAR Protocol",
+ "ru": "NEAR Protocol"
+ }
+ },
+ {
+ "status": "active",
+ "code": "usd_coin",
+ "category": "alternative",
+ "name": {
+ "en": "USD Coin",
+ "uk": "USD Coin",
+ "ru": "USD Coin"
+ }
+ },
+ {
+ "status": "active",
+ "code": "sepa_transfer",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Sepa Transfer",
+ "uk": "Sepa Transfer",
+ "ru": "Sepa Transfer"
+ }
+ },
+ {
+ "status": "active",
+ "code": "faster_payments",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Faster Payments",
+ "uk": "Faster Payments",
+ "ru": "Faster Payments"
+ }
+ },
+ {
+ "status": "active",
+ "code": "vib_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Vietnam International Commercial Joint Stock Bank",
+ "uk": "Vietnam International Commercial Joint Stock Bank",
+ "ru": "Vietnam International Commercial Joint Stock Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "agri_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Vietnam Bank for Agriculture and Rural Development",
+ "uk": "Vietnam Bank for Agriculture and Rural Development",
+ "ru": "Vietnam Bank for Agriculture and Rural Development"
+ }
+ },
+ {
+ "status": "active",
+ "code": "saigon_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Saigon Bank For Industry And Trade",
+ "uk": "Saigon Bank For Industry And Trade",
+ "ru": "Saigon Bank For Industry And Trade"
+ }
+ },
+ {
+ "status": "active",
+ "code": "vrb_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Vietnam - Russia Joint Venture Bank",
+ "uk": "Vietnam - Russia Joint Venture Bank",
+ "ru": "Vietnam - Russia Joint Venture Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "ab_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "An Binh Commercial Joint Stock Bank",
+ "uk": "An Binh Commercial Joint Stock Bank",
+ "ru": "An Binh Commercial Joint Stock Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "baoviet_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Baoviet Joint Stock Commercial Bank",
+ "uk": "Baoviet Joint Stock Commercial Bank",
+ "ru": "Baoviet Joint Stock Commercial Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "public_bank_vietnam",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Public Bank Vietnam",
+ "uk": "Public Bank Vietnam",
+ "ru": "Public Bank Vietnam"
+ }
+ },
+ {
+ "status": "active",
+ "code": "pvcom_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Vietnam Public Joint Stock Commercial Bank",
+ "uk": "Vietnam Public Joint Stock Commercial Bank",
+ "ru": "Vietnam Public Joint Stock Commercial Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "kien_long_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Kien Long Commercial Joint - Stock Bank",
+ "uk": "Kien Long Commercial Joint - Stock Bank",
+ "ru": "Kien Long Commercial Joint - Stock Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "mb_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "MB Bank",
+ "uk": "MB Bank",
+ "ru": "MB Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "standard_chartered_bank_vietnam",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Standard Chartered Bank (Vietnam) Limited",
+ "uk": "Standard Chartered Bank (Vietnam) Limited",
+ "ru": "Standard Chartered Bank (Vietnam) Limited"
+ }
+ },
+ {
+ "status": "active",
+ "code": "petrolimex_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Petrolimex Group Commercial Joint Stock Bank",
+ "uk": "Petrolimex Group Commercial Joint Stock Bank",
+ "ru": "Petrolimex Group Commercial Joint Stock Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "viet_capital_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Viet Capital Commercial",
+ "uk": "Viet Capital Commercial",
+ "ru": "Viet Capital Commercial"
+ }
+ },
+ {
+ "status": "active",
+ "code": "viet_a_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "VietNam Asia Commercial Bank",
+ "uk": "VietNam Asia Commercial Bank",
+ "ru": "VietNam Asia Commercial Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "ocean_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Ocean Commercial One Member Limited Liability Bank",
+ "uk": "Ocean Commercial One Member Limited Liability Bank",
+ "ru": "Ocean Commercial One Member Limited Liability Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "nam_a_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Nam A Commercial Joint Stock Bank",
+ "uk": "Nam A Commercial Joint Stock Bank",
+ "ru": "Nam A Commercial Joint Stock Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "indovina_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Indovina Bank Ltd.",
+ "uk": "Indovina Bank Ltd.",
+ "ru": "Indovina Bank Ltd."
+ }
+ },
+ {
+ "status": "active",
+ "code": "lien_viet_post_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "LienVietPostBank",
+ "uk": "LienVietPostBank",
+ "ru": "LienVietPostBank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "industrial_bank_ho_chi_minh",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Industrial Bank Of Korea (IBK) - Ho Chi Minh City Branch",
+ "uk": "Industrial Bank Of Korea (IBK) - Ho Chi Minh City Branch",
+ "ru": "Industrial Bank Of Korea (IBK) - Ho Chi Minh City Branch"
+ }
+ },
+ {
+ "status": "active",
+ "code": "bac_a_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "North Asia Commercial Joint Stock Bank",
+ "uk": "North Asia Commercial Joint Stock Bank",
+ "ru": "North Asia Commercial Joint Stock Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "maritime_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Vietnam Maritime Commercial Joint Stock Bank",
+ "uk": "Vietnam Maritime Commercial Joint Stock Bank",
+ "ru": "Vietnam Maritime Commercial Joint Stock Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "cooperative_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Co-operative Bank of Viet Nam",
+ "uk": "Co-operative Bank of Viet Nam",
+ "ru": "Co-operative Bank of Viet Nam"
+ }
+ },
+ {
+ "status": "active",
+ "code": "gp_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Global Petro Sole Member Limited Commercial Bank",
+ "uk": "Global Petro Sole Member Limited Commercial Bank",
+ "ru": "Global Petro Sole Member Limited Commercial Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "industrial_bank_hanoi",
+ "category": "bank_transfer",
+ "name": {
+ "en": "INDUSTRIAL BANK OF KOREA – HANOI BRANCH",
+ "uk": "INDUSTRIAL BANK OF KOREA – HANOI BRANCH",
+ "ru": "INDUSTRIAL BANK OF KOREA – HANOI BRANCH"
+ }
+ },
+ {
+ "status": "active",
+ "code": "sea_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Southeast Asia Commercial Joint Stock Bank",
+ "uk": "Southeast Asia Commercial Joint Stock Bank",
+ "ru": "Southeast Asia Commercial Joint Stock Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "hd_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Housing Development Commercial Joint Stock Bank",
+ "uk": "Housing Development Commercial Joint Stock Bank",
+ "ru": "Housing Development Commercial Joint Stock Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "cimb_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "CIMB Bank Vietnam Limited",
+ "uk": "CIMB Bank Vietnam Limited",
+ "ru": "CIMB Bank Vietnam Limited"
+ }
+ },
+ {
+ "status": "active",
+ "code": "shb_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Saigon-Hanoi Commercial Joint Stock Bank",
+ "uk": "Saigon-Hanoi Commercial Joint Stock Bank",
+ "ru": "Saigon-Hanoi Commercial Joint Stock Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "scb_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Sai Gon Joint Stock Commercial Bank",
+ "uk": "Sai Gon Joint Stock Commercial Bank",
+ "ru": "Sai Gon Joint Stock Commercial Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "vp_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Vietnam Prosperity Joint‑Stock Commercial Bank",
+ "uk": "Vietnam Prosperity Joint‑Stock Commercial Bank",
+ "ru": "Vietnam Prosperity Joint‑Stock Commercial Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "tp_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Tien Phong Commercial Joint Stock Bank",
+ "uk": "Tien Phong Commercial Joint Stock Bank",
+ "ru": "Tien Phong Commercial Joint Stock Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "ncb_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "National Citizen Commercial Joint Stock Bank",
+ "uk": "National Citizen Commercial Joint Stock Bank",
+ "ru": "National Citizen Commercial Joint Stock Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "viet_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Vietnam Thuong Tin Commercial Joint Stock Bank",
+ "uk": "Vietnam Thuong Tin Commercial Joint Stock Bank",
+ "ru": "Vietnam Thuong Tin Commercial Joint Stock Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "omllvcb_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Vietnam Construction Joint Stock Commercial Bank",
+ "uk": "Vietnam Construction Joint Stock Commercial Bank",
+ "ru": "Vietnam Construction Joint Stock Commercial Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "ocb_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Orient Commercial Joint Stock Bank",
+ "uk": "Orient Commercial Joint Stock Bank",
+ "ru": "Orient Commercial Joint Stock Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "cfc_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "VietCredit Finance Joint Stock Company",
+ "uk": "VietCredit Finance Joint Stock Company",
+ "ru": "VietCredit Finance Joint Stock Company"
+ }
+ },
+ {
+ "status": "active",
+ "code": "momo",
+ "category": "mobile_payment",
+ "name": {
+ "en": "MoMo",
+ "uk": "MoMo",
+ "ru": "MoMo"
+ }
+ },
+ {
+ "status": "active",
+ "code": "zalopay",
+ "category": "mobile_payment",
+ "name": {
+ "en": "ZaloPay",
+ "uk": "ZaloPay",
+ "ru": "ZaloPay"
+ }
+ },
+ {
+ "status": "active",
+ "code": "shinhan_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Shinhan Bank",
+ "uk": "Shinhan Bank",
+ "ru": "Shinhan Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "woori_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Woori Bank",
+ "uk": "Woori Bank",
+ "ru": "Woori Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "uobt",
+ "category": "bank_transfer",
+ "name": {
+ "en": "UOBT",
+ "uk": "UOBT",
+ "ru": "UOBT"
+ }
+ },
+ {
+ "status": "active",
+ "code": "rtgs",
+ "category": "bank_transfer",
+ "name": {
+ "en": "RTGS",
+ "uk": "RTGS",
+ "ru": "RTGS"
+ }
+ },
+ {
+ "status": "active",
+ "code": "neft",
+ "category": "bank_transfer",
+ "name": {
+ "en": "NEFT",
+ "uk": "NEFT",
+ "ru": "NEFT"
+ }
+ },
+ {
+ "status": "active",
+ "code": "hdfc_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "HDFC Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "icici_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "ICICI Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "indusind_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "IndusInd Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "state_bank_of_india",
+ "category": "bank_transfer",
+ "name": {
+ "en": "State Bank of India"
+ }
+ },
+ {
+ "status": "active",
+ "code": "kotak_mahindra_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Kotak Mahindra Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "idfc_bank_india",
+ "category": "bank_transfer",
+ "name": {
+ "en": "IDFC BANK"
+ }
+ },
+ {
+ "status": "active",
+ "code": "axis_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Axis Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "bandhan_bank",
+ "category": "online_banking",
+ "name": {
+ "en": "Bandhan Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "bank_of_baroda",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Bank Of Baroda"
+ }
+ },
+ {
+ "status": "active",
+ "code": "federal_bank_india",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Federal Bank of India"
+ }
+ },
+ {
+ "status": "active",
+ "code": "idbi_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "IDBI Bank Ltd"
+ }
+ },
+ {
+ "status": "active",
+ "code": "india_post_payment_bank",
+ "category": "online_banking",
+ "name": {
+ "en": "India Post Payments Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "j_k_bank_india",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Jammu & Kashmir Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "karnataka_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Karnataka Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "lakshmi_vilas_bank_india",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Lakshmi Vilas Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "paytm_payments_bank",
+ "category": "online_banking",
+ "name": {
+ "en": "Paytm Payments Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "ujjivan_small_finance_bank",
+ "category": "online_banking",
+ "name": {
+ "en": "Ujjivan Small Finance Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "techcom_bank",
+ "category": "online_banking",
+ "name": {
+ "en": "Vietnam Technological and Commercial Joint Stock Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "asia_commercial_bank",
+ "category": "online_banking",
+ "name": {
+ "en": "Asia Commercial Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "affin_bank_berhad",
+ "category": "online_banking",
+ "name": {
+ "en": "Affin Bank Berhad"
+ }
+ },
+ {
+ "status": "active",
+ "code": "alliance_bank",
+ "category": "online_banking",
+ "name": {
+ "en": "Alliance Bank Malaysia Berhad"
+ }
+ },
+ {
+ "status": "active",
+ "code": "ambank_berhad",
+ "category": "online_banking",
+ "name": {
+ "en": "AmBank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "bank_islam_malaysia",
+ "category": "online_banking",
+ "name": {
+ "en": "Bank Islam Malaysia"
+ }
+ },
+ {
+ "status": "active",
+ "code": "bank_rakyat_malaysia_berhad",
+ "category": "online_banking",
+ "name": {
+ "en": "Bank Rakyat"
+ }
+ },
+ {
+ "status": "active",
+ "code": "bank_simpanan_nasional_berhad",
+ "category": "online_banking",
+ "name": {
+ "en": "Bank Simpanan Nasional"
+ }
+ },
+ {
+ "status": "active",
+ "code": "citi_bank",
+ "category": "online_banking",
+ "name": {
+ "en": "Citibank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "hsbc_bank_malaysia_berhad",
+ "category": "online_banking",
+ "name": {
+ "en": "HSBC Bank Malaysia"
+ }
+ },
+ {
+ "status": "active",
+ "code": "maybank_berhad",
+ "category": "online_banking",
+ "name": {
+ "en": "Maybank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "ocbc_bank",
+ "category": "online_banking",
+ "name": {
+ "en": "OCBC (OCBC Bank)"
+ }
+ },
+ {
+ "status": "active",
+ "code": "united_overseas_bank_berhad",
+ "category": "online_banking",
+ "name": {
+ "en": "United Overseas Bank Malaysia"
+ }
+ },
+ {
+ "status": "active",
+ "code": "asia_commercial_bank_qr",
+ "category": "alternative",
+ "name": {
+ "en": "Asia Commercial Bank QR"
+ }
+ },
+ {
+ "status": "active",
+ "code": "bidv_bank_qr",
+ "category": "alternative",
+ "name": {
+ "en": "BIDV Bank QR"
+ }
+ },
+ {
+ "status": "active",
+ "code": "vietcom_bank_qr",
+ "category": "alternative",
+ "name": {
+ "en": "VIETCOM Bank QR"
+ }
+ },
+ {
+ "status": "active",
+ "code": "vietin_bank_qr",
+ "category": "alternative",
+ "name": {
+ "en": "VIETIN Bank QR"
+ }
+ },
+ {
+ "status": "active",
+ "code": "momo_qr",
+ "category": "alternative",
+ "name": {
+ "en": "Momo QR",
+ "ru": "Momo QR",
+ "uk": "Momo QR"
+ }
+ },
+ {
+ "status": "active",
+ "code": "zalo_qr",
+ "category": "alternative",
+ "name": {
+ "en": "ZaloPay QR",
+ "ru": "ZaloPay QR",
+ "uk": "ZaloPay QR"
+ }
+ },
+ {
+ "status": "active",
+ "code": "vietnam_prosperity_commerial_bank_qr",
+ "category": "alternative",
+ "name": {
+ "en": "Vietnam Prosperity Joint-Stock Commercial Bank QR"
+ }
+ },
+ {
+ "status": "active",
+ "code": "military_commercial_bank_qr",
+ "category": "alternative",
+ "name": {
+ "en": "Military Commercial Joint Stock Bank QR"
+ }
+ },
+ {
+ "status": "active",
+ "code": "techcom_bank_qr",
+ "category": "alternative",
+ "name": {
+ "en": "Vietnam Technological and Commercial Joint Stock Bank QR"
+ }
+ },
+ {
+ "status": "active",
+ "code": "artha_graha_bank",
+ "category": "digital_wallet",
+ "name": {
+ "en": "Bank Artha Graha"
+ }
+ },
+ {
+ "status": "active",
+ "code": "bukopin_bank",
+ "category": "digital_wallet",
+ "name": {
+ "en": "Bank KB Bukopin"
+ }
+ },
+ {
+ "status": "active",
+ "code": "commonwealth_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Commonwealth Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "mega_bank",
+ "category": "digital_wallet",
+ "name": {
+ "en": "Mega International Commercial Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "maspion_bank",
+ "category": "digital_wallet",
+ "name": {
+ "en": "Bank Maspion"
+ }
+ },
+ {
+ "status": "active",
+ "code": "mestika_bank",
+ "category": "digital_wallet",
+ "name": {
+ "en": "Bank Mestika"
+ }
+ },
+ {
+ "status": "active",
+ "code": "panin_bank",
+ "category": "digital_wallet",
+ "name": {
+ "en": "Panin Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "sumut_bank",
+ "category": "digital_wallet",
+ "name": {
+ "en": "Sumut Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "sinar_mas_bank",
+ "category": "digital_wallet",
+ "name": {
+ "en": "Bank Sinarmas"
+ }
+ },
+ {
+ "status": "active",
+ "code": "btpn_bank",
+ "category": "digital_wallet",
+ "name": {
+ "en": "Bank BTPN"
+ }
+ },
+ {
+ "status": "active",
+ "code": "cimb_niaga",
+ "category": "digital_wallet",
+ "name": {
+ "en": "Bank CIMB Niaga"
+ }
+ },
+ {
+ "status": "active",
+ "code": "hsbc_bank_indonesia",
+ "category": "digital_wallet",
+ "name": {
+ "en": "HSBC Bank Indonesia"
+ }
+ },
+ {
+ "status": "active",
+ "code": "ocbc_bank_indonesia",
+ "category": "digital_wallet",
+ "name": {
+ "en": "OCBC (OCBC Bank Indonesia)"
+ }
+ },
+ {
+ "status": "active",
+ "code": "united_overseas_bank_indonesia",
+ "category": "digital_wallet",
+ "name": {
+ "en": "United Overseas Bank Indonesia"
+ }
+ },
+ {
+ "code": "mefete",
+ "category": "digital_wallet",
+ "status": "active",
+ "name": {
+ "en": "Mefete"
+ }
+ },
+ {
+ "code": "payfix",
+ "category": "digital_wallet",
+ "status": "active",
+ "name": {
+ "en": "PayFix"
+ }
+ },
+ {
+ "code": "parazula",
+ "category": "digital_wallet",
+ "status": "active",
+ "name": {
+ "en": "Parazula"
+ }
+ },
+ {
+ "code": "fups",
+ "category": "digital_wallet",
+ "status": "active",
+ "name": {
+ "en": "FUPS"
+ }
+ },
+ {
+ "code": "cmt",
+ "category": "digital_wallet",
+ "status": "active",
+ "name": {
+ "en": "CMT Wallet"
+ }
+ },
+ {
+ "code": "pep",
+ "category": "digital_wallet",
+ "status": "active",
+ "name": {
+ "en": "PeP",
+ "ru": "PeP",
+ "uk": "PeP"
+ }
+ },
+ {
+ "status": "active",
+ "code": "bank_negara_indonesia_va",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Bank Negara Indonesia (VA)"
+ }
+ },
+ {
+ "status": "active",
+ "code": "thai_military_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Thai Military Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "cimb_thai_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "CIMB Thai Bank Public Company Limited"
+ }
+ },
+ {
+ "status": "active",
+ "code": "government_savings_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Government Savings Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "united_overseas_bank_thai",
+ "category": "bank_transfer",
+ "name": {
+ "en": "United Overseas Bank (Thai) PCL"
+ }
+ },
+ {
+ "status": "active",
+ "code": "government_housing_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Government Housing Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "hong_kong_shanghai_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Hong Kong Shanghai Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "standard_chartered_bank_thai",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Standard Chartered Bank (Thai) PCL"
+ }
+ },
+ {
+ "status": "active",
+ "code": "standard_chartered_bank",
+ "category": "online_banking",
+ "name": {
+ "en": "Standard Chartered Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "land_and_houses_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Land and Houses Bank Public Company Limited"
+ }
+ },
+ {
+ "status": "active",
+ "code": "thai_qr_payment",
+ "category": "alternative",
+ "name": {
+ "en": "Thai QR Payment"
+ }
+ },
+ {
+ "status": "active",
+ "code": "uob_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "UOB Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "banko_de_oro",
+ "category": "online_banking",
+ "name": {
+ "en": "Banko de Oro"
+ }
+ },
+ {
+ "status": "active",
+ "code": "banko_de_oro_corporate",
+ "category": "online_banking",
+ "name": {
+ "en": "Banko de Oro Corporate Account"
+ }
+ },
+ {
+ "status": "active",
+ "code": "philippine_islands_bank",
+ "category": "online_banking",
+ "name": {
+ "en": "Bank of the Philippine Islands"
+ }
+ },
+ {
+ "status": "active",
+ "code": "philippines_development_bank",
+ "category": "online_banking",
+ "name": {
+ "en": "Development bank of the Philippines"
+ }
+ },
+ {
+ "status": "active",
+ "code": "philippines_land_bank",
+ "category": "online_banking",
+ "name": {
+ "en": "Land Bank of the Philippines"
+ }
+ },
+ {
+ "status": "active",
+ "code": "eastwest_bank",
+ "category": "online_banking",
+ "name": {
+ "en": "EastWest"
+ }
+ },
+ {
+ "status": "active",
+ "code": "metro_bank",
+ "category": "online_banking",
+ "name": {
+ "en": "Metrobank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "philippine_national_bank",
+ "category": "online_banking",
+ "name": {
+ "en": "Philippine National Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "rcbc",
+ "category": "online_banking",
+ "name": {
+ "en": "Rizal Commercial Banking Corporation"
+ }
+ },
+ {
+ "status": "active",
+ "code": "philippines_security_bank",
+ "category": "online_banking",
+ "name": {
+ "en": "Security Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "sterling_bank",
+ "category": "online_banking",
+ "name": {
+ "en": "Sterling Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "union_bank",
+ "category": "online_banking",
+ "name": {
+ "en": "Unionbank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "tmbthanachart_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "TMBThanachart Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "thanachart_bank",
+ "category": "online_banking",
+ "name": {
+ "en": "Thanachat Bank (Thanachart Bank Public Company Limited)"
+ }
+ },
+ {
+ "status": "active",
+ "code": "hsbc_bank_thailand",
+ "category": "online_banking",
+ "name": {
+ "en": "THB HSBC Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "krungthai_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Krungthai Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "kiatnakin_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Kiatnakin Bank"
+ }
+ },
+ {
+ "status": "deprecated",
+ "code": "yoomoney",
+ "category": "digital_wallet",
+ "name": {
+ "en": "YooMoney",
+ "ru": "ЮМани",
+ "uk": "ЮМані"
+ }
+ },
+ {
+ "status": "active",
+ "code": "bitexpro_wallet",
+ "category": "digital_wallet",
+ "name": {
+ "en": "BitexPRO wallet",
+ "ru": "BitexPRO wallet",
+ "uk": "BitexPRO wallet"
+ }
+ },
+ {
+ "status": "active",
+ "code": "bitexpro_p2p",
+ "category": "digital_wallet",
+ "name": {
+ "en": "BitexPRO P2P",
+ "ru": "BitexPRO P2P",
+ "uk": "BitexPRO P2P"
+ }
+ },
+ {
+ "status": "active",
+ "code": "hero_payments",
+ "category": "digital_wallet",
+ "name": {
+ "en": "Hero Payments",
+ "ru": "Hero Payments",
+ "uk": "Hero Payments"
+ }
+ },
+ {
+ "status": "active",
+ "code": "binance_smart_chain",
+ "vendor": "binance_smart_chain",
+ "category": "alternative",
+ "name": {
+ "en": "Binance smart chain",
+ "ru": "Binance smart chain",
+ "uk": "Binance smart chain"
+ }
+ },
+ {
+ "status": "active",
+ "code": "instant_bank_transfer",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Instant Bank Transfer",
+ "ru": "Instant Bank Transfer",
+ "uk": "Instant Bank Transfer"
+ }
+ },
+ {
+ "status": "active",
+ "code": "maldo_crypto",
+ "category": "digital_wallet",
+ "name": {
+ "en": "Maldo Crypto",
+ "ru": "Maldo Crypto",
+ "uk": "Maldo Crypto"
+ }
+ },
+ {
+ "status": "active",
+ "code": "paykwik",
+ "category": "digital_wallet",
+ "name": {
+ "en": "Paykwik",
+ "ru": "Paykwik",
+ "uk": "Paykwik"
+ }
+ },
+ {
+ "status": "active",
+ "code": "astropay",
+ "category": "digital_wallet",
+ "name": {
+ "en": "Astropay",
+ "ru": "Astropay",
+ "uk": "Astropay"
+ }
+ },
+ {
+ "status": "active",
+ "code": "dai_coin",
+ "vendor": "dai_coin",
+ "category": "alternative",
+ "name": {
+ "en": "Dai Coin",
+ "ru": "Dai Coin",
+ "uk": "Dai Coin"
+ }
+ },
+ {
+ "status": "active",
+ "code": "interac_etransfer",
+ "category": "online_banking",
+ "name": {
+ "en": "Interac e-Transfer",
+ "ru": "Interac e-Transfer",
+ "uk": "Interac e-Transfer"
+ }
+ },
+ {
+ "status": "active",
+ "code": "va_mandiri",
+ "vendor": "mandiri_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Mandiri Virtual Account",
+ "ru": "Mandiri Virtual Account",
+ "uk": "Mandiri Virtual Account"
+ }
+ },
+ {
+ "status": "active",
+ "code": "kookmin_bank",
+ "vendor": "kookmin_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Kookmin Bank",
+ "ru": "Kookmin Bank",
+ "uk": "Kookmin Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "keb_hana_bank",
+ "vendor": "keb_hana_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "KEB Hana Bank",
+ "ru": "KEB Hana Bank",
+ "uk": "KEB Hana Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "nhbank_bank",
+ "vendor": "nhbank_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Nonghyup Bank",
+ "ru": "Nonghyup Bank",
+ "uk": "Nonghyup Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "nonghyup_bank",
+ "vendor": "nonghyup_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "National Agricultural cooperative federation",
+ "ru": "National Agricultural cooperative federation",
+ "uk": "National Agricultural cooperative federation"
+ }
+ },
+ {
+ "status": "active",
+ "code": "sc_first_bank",
+ "vendor": "sc_first_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Standard Chartered Korea",
+ "ru": "Standard Chartered Korea",
+ "uk": "Standard Chartered Korea"
+ }
+ },
+ {
+ "status": "active",
+ "code": "korea_post_bank",
+ "vendor": "korea_post_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Post Bank",
+ "ru": "Post Bank",
+ "uk": "Post Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "kyongnam_bank",
+ "vendor": "kyongnam_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "BNK Kyongnam Bank",
+ "ru": "BNK Kyongnam Bank",
+ "uk": "BNK Kyongnam Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "kwangju_bank",
+ "vendor": "kwangju_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Kwangju Bank",
+ "ru": "Kwangju Bank",
+ "uk": "Kwangju Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "daegu_bank",
+ "vendor": "daegu_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "DGB Daegu Bank",
+ "ru": "DGB Daegu Bank",
+ "uk": "DGB Daegu Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "busan_bank",
+ "vendor": "busan_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "BNK Busan Bank",
+ "ru": "BNK Busan Bank",
+ "uk": "BNK Busan Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "kdb_bank",
+ "vendor": "kdb_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Korea Development Bank",
+ "ru": "Korea Development Bank",
+ "uk": "Korea Development Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "kfcc_bank",
+ "vendor": "kfcc_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Korean Federation of Community Credit",
+ "ru": "Korean Federation of Community Credit",
+ "uk": "Korean Federation of Community Credit"
+ }
+ },
+ {
+ "status": "active",
+ "code": "suhyup_bank",
+ "vendor": "suhyup_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Suhyup Bank",
+ "ru": "Suhyup Bank",
+ "uk": "Suhyup Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "credit_union_bank",
+ "vendor": "credit_union_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "National Credit Union Federation of Korea",
+ "ru": "National Credit Union Federation of Korea",
+ "uk": "National Credit Union Federation of Korea"
+ }
+ },
+ {
+ "status": "active",
+ "code": "jeonbuk_bank",
+ "vendor": "jeonbuk_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "The Jeonbuk Bank Ltd",
+ "ru": "The Jeonbuk Bank Ltd",
+ "uk": "The Jeonbuk Bank Ltd"
+ }
+ },
+ {
+ "status": "active",
+ "code": "jeju_bank",
+ "vendor": "jeju_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Jeju Bank",
+ "ru": "Jeju Bank",
+ "uk": "Jeju Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "daishin_bank",
+ "vendor": "daishin_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Daishin Savings Bank",
+ "ru": "Daishin Savings Bank",
+ "uk": "Daishin Savings Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "db_financial_investment_bank",
+ "vendor": "db_financial_investment_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "DB FINANCIAL INVESTMENT CO.",
+ "ru": "DB FINANCIAL INVESTMENT CO.",
+ "uk": "DB FINANCIAL INVESTMENT CO."
+ }
+ },
+ {
+ "status": "active",
+ "code": "yuanta_bank",
+ "vendor": "yuanta_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Yuanta Financial Holding",
+ "ru": "Yuanta Financial Holding",
+ "uk": "Yuanta Financial Holding"
+ }
+ },
+ {
+ "status": "active",
+ "code": "meritz_bank",
+ "vendor": "meritz_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Meritz Securities Co. Ltd",
+ "ru": "Meritz Securities Co. Ltd",
+ "uk": "Meritz Securities Co. Ltd"
+ }
+ },
+ {
+ "status": "active",
+ "code": "bookook_bank",
+ "vendor": "bookook_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Bookook Securities Co. Ltd",
+ "ru": "Bookook Securities Co. Ltd",
+ "uk": "Bookook Securities Co. Ltd"
+ }
+ },
+ {
+ "status": "active",
+ "code": "nhqv_bank",
+ "vendor": "nhqv_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "NH Investment Securities",
+ "ru": "NH Investment Securities",
+ "uk": "NH Investment Securities"
+ }
+ },
+ {
+ "status": "active",
+ "code": "ebest_investment_bank",
+ "vendor": "ebest_investment_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "EBEST Investment Securities",
+ "ru": "EBEST Investment Securities",
+ "uk": "EBEST Investment Securities"
+ }
+ },
+ {
+ "status": "active",
+ "code": "kiwoom_bank",
+ "vendor": "kiwoom_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "KIWOOM SECURITIES CO LTD",
+ "ru": "KIWOOM SECURITIES CO LTD",
+ "uk": "KIWOOM SECURITIES CO LTD"
+ }
+ },
+ {
+ "status": "active",
+ "code": "hana_financial_bank",
+ "vendor": "hana_financial_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "HANA FINANCIAL INVESTMENT CO. LTD",
+ "ru": "HANA FINANCIAL INVESTMENT CO. LTD",
+ "uk": "HANA FINANCIAL INVESTMENT CO. LTD"
+ }
+ },
+ {
+ "status": "active",
+ "code": "hanwha_bank",
+ "vendor": "hanwha_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "HANWHA LIFE INSURANCE",
+ "ru": "HANWHA LIFE INSURANCE",
+ "uk": "HANWHA LIFE INSURANCE"
+ }
+ },
+ {
+ "status": "active",
+ "code": "kbfg_bank",
+ "vendor": "kbfg_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "KB Financial Group",
+ "ru": "KB Financial Group",
+ "uk": "KB Financial Group"
+ }
+ },
+ {
+ "status": "active",
+ "code": "kakaopay_bank",
+ "vendor": "kakaopay_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Kakaopay Securities Corp.",
+ "ru": "Kakaopay Securities Corp.",
+ "uk": "Kakaopay Securities Corp."
+ }
+ },
+ {
+ "status": "active",
+ "code": "bnk_bank",
+ "vendor": "bnk_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "BNK Securities Co. Ltd",
+ "ru": "BNK Securities Co. Ltd",
+ "uk": "BNK Securities Co. Ltd"
+ }
+ },
+ {
+ "status": "active",
+ "code": "ktb_bank",
+ "vendor": "ktb_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "KTB Investment Securities",
+ "ru": "KTB Investment Securities",
+ "uk": "KTB Investment Securities"
+ }
+ },
+ {
+ "status": "active",
+ "code": "bnpparibas_bank",
+ "vendor": "bnpparibas_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "BNP Paribas for the Republic of Korea",
+ "ru": "BNP Paribas for the Republic of Korea",
+ "uk": "BNP Paribas for the Republic of Korea"
+ }
+ },
+ {
+ "status": "active",
+ "code": "kakao_bank",
+ "vendor": "kakao_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "KakaoBank Corp.",
+ "ru": "KakaoBank Corp.",
+ "uk": "KakaoBank Corp."
+ }
+ },
+ {
+ "status": "active",
+ "code": "k_bank",
+ "vendor": "k_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "K Bank",
+ "ru": "K Bank",
+ "uk": "K Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "toss_bank",
+ "vendor": "toss_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Toss Bank",
+ "ru": "Toss Bank",
+ "uk": "Toss Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "korea_foss_bank",
+ "vendor": "korea_foss_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Korea Foss Securities",
+ "ru": "Korea Foss Securities",
+ "uk": "Korea Foss Securities"
+ }
+ },
+ {
+ "status": "active",
+ "code": "gcash",
+ "vendor": "gcash",
+ "category": "digital_wallet",
+ "name": {
+ "en": "GCash",
+ "ru": "GCash",
+ "uk": "GCash"
+ }
+ },
+ {
+ "status": "active",
+ "code": "pay_maya",
+ "category": "online_banking",
+ "name": {
+ "en": "Maya Philippines",
+ "ru": "Maya Philippines",
+ "uk": "Maya Philippines"
+ }
+ },
+ {
+ "status": "active",
+ "code": "easypaisa",
+ "vendor": "easypaisa",
+ "category": "digital_wallet",
+ "name": {
+ "en": "Easypaisa",
+ "ru": "Easypaisa",
+ "uk": "Easypaisa"
+ }
+ },
+ {
+ "status": "active",
+ "code": "jazzcash",
+ "vendor": "jazzcash",
+ "category": "digital_wallet",
+ "name": {
+ "en": "JazzCash",
+ "ru": "JazzCash",
+ "uk": "JazzCash"
+ }
+ },
+ {
+ "status": "active",
+ "code": "wise",
+ "vendor": "wise",
+ "category": "online_banking",
+ "name": {
+ "en": "Wise",
+ "ru": "Wise",
+ "uk": "Wise"
+ }
+ },
+ {
+ "status": "active",
+ "code": "phonepe",
+ "vendor": "phonepe",
+ "category": "digital_wallet",
+ "name": {
+ "en": "Phonepe Wallet"
+ }
+ },
+ {
+ "status":"active",
+ "code":"3_line",
+ "category":"bank_transfer",
+ "name":{
+ "en":"3Line"
+ }
+ },
+ {
+ "status":"active",
+ "code":"ab_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Ab MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"abbey_mortgage_bank",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Abbey Mortgage Bank"
+ }
+ },
+ {
+ "status":"active",
+ "code":"above_only_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Above Only MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"abu_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Abu MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"access_bank_nigeria",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Access Bank Nigeria"
+ }
+ },
+ {
+ "status":"active",
+ "code":"access_bank",
+ "category":"bank_transfer",
+ "name":{
+ "en": "Access Bank",
+ "ru": "Access Bank",
+ "uk": "Access Bank"
+ }
+ },
+ {
+ "status":"active",
+ "code":"access_yelloand_beta",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Access Yello and Beta"
+ }
+ },
+ {
+ "status":"active",
+ "code":"accessmoney",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Accessmoney"
+ }
+ },
+ {
+ "status":"active",
+ "code":"accion_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Accion MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"addosser_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Addosser MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"adeyemi_college_staff_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Adeyemi College Staff MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"afekhafe_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Afekhafe MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"ag_mortgage_bank",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Ag Mortgage Bank"
+ }
+ },
+ {
+ "status":"active",
+ "code":"al_barkah_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Al-Barkah MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"al_hayat_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Al-Hayat MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"alekun_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Alekun MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"alert_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Alert MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"allworkers_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Allworkers MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"alpha_kapital_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Alpha Kapital MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"amju_unique_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Amju Unique MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"amml_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"AMML MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"apeks_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Apeks MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"arise_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Arise MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"aso_savings_and_loans",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Aso Savings And Loans"
+ }
+ },
+ {
+ "status":"active",
+ "code":"assetmatrix_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Assetmatrix MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"astrapolaris_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Astrapolaris MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"auchi_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Auchi MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"baines_credit_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Baines Credit MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"balogun_gambari_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Balogun Gambari MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"baobab_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Baobab MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"bc_kash_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"BC Kash MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"boctrust_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Boctrust MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"bosak_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Bosak MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"bowen_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Bowen MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"brent_mortgage_bank",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Brent Mortgage Bank"
+ }
+ },
+ {
+ "status":"active",
+ "code":"brethren_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Brethren MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"brightway_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Brightway MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"cellulant",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Cellulant"
+ }
+ },
+ {
+ "status":"active",
+ "code":"cemcs_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"CEMCS MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"chikum_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Chikum MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"cit_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"CIT MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"citibank_nigeria",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Citibank Nigeria"
+ }
+ },
+ {
+ "status":"active",
+ "code":"consumer_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Consumer MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"contec_global_infotech",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Contec Global Infotech"
+ }
+ },
+ {
+ "status":"active",
+ "code":"coronation_merchant_bank",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Coronation Merchant Bank"
+ }
+ },
+ {
+ "status":"active",
+ "code":"covenant",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Covenant"
+ }
+ },
+ {
+ "status":"active",
+ "code":"credit_afrique_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Credit Afrique MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"daylight_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Daylight MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"ebarcs_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"E-Barcs MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"eagle_flight_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Eagle Flight MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"eartholeum",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Eartholeum"
+ }
+ },
+ {
+ "status":"active",
+ "code":"ecobank_bank",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Ecobank Bank"
+ }
+ },
+ {
+ "status":"active",
+ "code":"ecobank_xpress",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Ecobank Xpress"
+ }
+ },
+ {
+ "status":"active",
+ "code":"edfin_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"EdFin MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"ekondo_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Ekondo MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"emeralds_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Emeralds MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"empire_trust_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Empire Trust MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"esan_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Esan MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"esoe_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Eso-E MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"etranzact",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Etranzact"
+ }
+ },
+ {
+ "status":"active",
+ "code":"evangel_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Evangel MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"fast_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Fast MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"fbn_quest_merchant_bank",
+ "category":"bank_transfer",
+ "name":{
+ "en":"FBNQuest Merchant Bank"
+ }
+ },
+ {
+ "status":"active",
+ "code":"fcmb_easy_account",
+ "category":"bank_transfer",
+ "name":{
+ "en":"FCMB Easy Account"
+ }
+ },
+ {
+ "status":"active",
+ "code":"fct_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"FCT MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"federal_university_dutse_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Federal University Dutse MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"fedpoly_nasarawa_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Fedpoly Nasarawa MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"fets",
+ "category":"bank_transfer",
+ "name":{
+ "en":"FETS"
+ }
+ },
+ {
+ "status":"active",
+ "code":"ffs_microfinance",
+ "category":"bank_transfer",
+ "name":{
+ "en":"FFS Microfinance"
+ }
+ },
+ {
+ "status":"active",
+ "code":"fidelity_bank",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Fidelity Bank"
+ }
+ },
+ {
+ "status":"active",
+ "code":"fidelity_mobile",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Fidelity Mobile"
+ }
+ },
+ {
+ "status":"active",
+ "code":"fidfund_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Fidfund MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"finatrust_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Finatrust MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"first_apple",
+ "category":"bank_transfer",
+ "name":{
+ "en":"First Apple"
+ }
+ },
+ {
+ "status":"active",
+ "code":"first_bankof_nigeria",
+ "category":"bank_transfer",
+ "name":{
+ "en":"First Bank of Nigeria"
+ }
+ },
+ {
+ "status":"active",
+ "code":"first_city_monument_bank",
+ "category":"bank_transfer",
+ "name":{
+ "en":"First City Monument Bank"
+ }
+ },
+ {
+ "status":"active",
+ "code":"first_gen_mortgage_bank",
+ "category":"bank_transfer",
+ "name":{
+ "en":"First Gen Mortgage Bank"
+ }
+ },
+ {
+ "status":"active",
+ "code":"first_multiple_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"First Multiple MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"first_option_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"First Option MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"first_royal_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"First Royal MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"first_trust_mortgage_bank",
+ "category":"bank_transfer",
+ "name":{
+ "en":"First Trust Mortgage Bank"
+ }
+ },
+ {
+ "status":"active",
+ "code":"firstmonie_wallet",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Firstmonie Wallet"
+ }
+ },
+ {
+ "status":"active",
+ "code":"flutterwave_tech_solutions",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Flutterwave Tech Solutions"
+ }
+ },
+ {
+ "status":"active",
+ "code":"fortis_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Fortis MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"fortis_mobile",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Fortis Mobile"
+ }
+ },
+ {
+ "status":"active",
+ "code":"fsdh_merchant_bank",
+ "category":"bank_transfer",
+ "name":{
+ "en":"FSDH Merchant Bank"
+ }
+ },
+ {
+ "status":"active",
+ "code":"full_range_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Full Range MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"futo_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Futo MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"gashua_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Gashua MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"gateway_mortgage_bank",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Gateway Mortgage Bank"
+ }
+ },
+ {
+ "status":"active",
+ "code":"globus_bank",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Globus Bank"
+ }
+ },
+ {
+ "status":"active",
+ "code":"glory_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Glory MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"gomoney",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Gomoney"
+ }
+ },
+ {
+ "status":"active",
+ "code":"gowans_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Gowans MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"greenbank_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Greenbank MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"greenville_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Greenville MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"grooming_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Grooming MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"gt_mobile_money",
+ "category":"bank_transfer",
+ "name":{
+ "en":"GT Mobile Money"
+ }
+ },
+ {
+ "status":"active",
+ "code":"guaranty_trust_bank",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Guaranty Trust Bank"
+ }
+ },
+ {
+ "status":"active",
+ "code":"hackman_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Hackman MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"haggai_mortgage_bank",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Haggai Mortgage Bank"
+ }
+ },
+ {
+ "status":"active",
+ "code":"hala_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Hala MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"hasal_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Hasal MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"hedonmark",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Hedonmark"
+ }
+ },
+ {
+ "status":"active",
+ "code":"heritage_bank",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Heritage Bank"
+ }
+ },
+ {
+ "status":"active",
+ "code":"ibile_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Ibile MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"ikire_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Ikire MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"imo_state_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Imo State MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"imperial_homes_mortgage_bank",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Imperial Homes Mortgage Bank"
+ }
+ },
+ {
+ "status":"active",
+ "code":"infinity_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Infinity MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"infinity_trust_mortgage_bank",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Infinity Trust Mortgage Bank"
+ }
+ },
+ {
+ "status":"active",
+ "code":"innovectives_kesh",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Innovectives Kesh"
+ }
+ },
+ {
+ "status":"active",
+ "code":"interswitch",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Interswitch"
+ }
+ },
+ {
+ "status":"active",
+ "code":"irl_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"IRL MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"itex_integrated_services",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Itex Integrated Services"
+ }
+ },
+ {
+ "status":"active",
+ "code":"jaiz_bank",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Jaiz Bank"
+ }
+ },
+ {
+ "status":"active",
+ "code":"jubilee_life",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Jubilee Life"
+ }
+ },
+ {
+ "status":"active",
+ "code":"kadpoly_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Kadpoly MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"kcmb_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"KCMB MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"kegow",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Kegow"
+ }
+ },
+ {
+ "status":"active",
+ "code":"keystone_bank",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Keystone Bank"
+ }
+ },
+ {
+ "status":"active",
+ "code":"kontagora_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Kontagora MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"kredi_bank",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Kredi Bank"
+ }
+ },
+ {
+ "status":"active",
+ "code":"kuda_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Kuda MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"la_fayette_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"La Fayette MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"lagos_building_investment_company",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Lagos Building Investment Company"
+ }
+ },
+ {
+ "status":"active",
+ "code":"lapo_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"LAPO MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"lavender_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Lavender MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"lovonus_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Lovonus MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"m_kudi",
+ "category":"bank_transfer",
+ "name":{
+ "en":"M-Kudi"
+ }
+ },
+ {
+ "status":"active",
+ "code":"mainstreet_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Mainstreet MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"malachy_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Malachy MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"megapraise_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Megapraise MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"microvis_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Microvis MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"midland_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Midland MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"mimoney_intellifin_solutions",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Mimoney Intellifin Solutions"
+ }
+ },
+ {
+ "status":"active",
+ "code":"mint_finex_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Mint-Finex MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"money_trust_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Money Trust MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"moneybox",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Moneybox"
+ }
+ },
+ {
+ "status":"active",
+ "code":"mutual_benefits_mifb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Mutual Benefits Mifb"
+ }
+ },
+ {
+ "status":"active",
+ "code":"mutual_trust_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Mutual Trust MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"nargata_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Nargata MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"ndiorah_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Ndiorah MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"new_dawn_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"New Dawn MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"new_prudential_bank",
+ "category":"bank_transfer",
+ "name":{
+ "en":"New Prudential Bank"
+ }
+ },
+ {
+ "status":"active",
+ "code":"nigerian_navy_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Nigerian Navy MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"nigerian_police_force_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Nigerian Police Force MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"nirsal_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Nirsal MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"nnew_women_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Nnew Women MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"nova_merchant_bank",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Nova Merchant Bank"
+ }
+ },
+ {
+ "status":"active",
+ "code":"ohafia_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Ohafia MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"okpoga_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Okpoga MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"olabisi_onabanjo_university_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Olabisi Onabanjo University MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"omiye_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Omiye MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"omoluabi_mortgage_bank",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Omoluabi Mortgage Bank"
+ }
+ },
+ {
+ "status":"active",
+ "code":"one_finance",
+ "category":"bank_transfer",
+ "name":{
+ "en":"One Finance"
+ }
+ },
+ {
+ "status":"active",
+ "code":"paga",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Paga"
+ }
+ },
+ {
+ "status":"active",
+ "code":"page_financials",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Page Financials"
+ }
+ },
+ {
+ "status":"active",
+ "code":"palmpay",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Palmpay"
+ }
+ },
+ {
+ "status":"active",
+ "code":"parallex_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Parallex MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"parkway_readycash",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Parkway-Readycash"
+ }
+ },
+ {
+ "status":"active",
+ "code":"patrickgold_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Patrickgold MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"payattitude_online",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Payattitude Online"
+ }
+ },
+ {
+ "status":"active",
+ "code":"paycom",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Paycom"
+ }
+ },
+ {
+ "status":"active",
+ "code":"paystack_payments",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Paystack Payments"
+ }
+ },
+ {
+ "status":"active",
+ "code":"pecantrust_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Pecantrust MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"pennywise_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Pennywise MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"personal_trust_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Personal Trust MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"petra_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Petra MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"pillar_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Pillar MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"platinum_mortgage_bank",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Platinum Mortgage Bank"
+ }
+ },
+ {
+ "status":"active",
+ "code":"polaris_bank",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Polaris Bank"
+ }
+ },
+ {
+ "status":"active",
+ "code":"polyuwana_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Polyuwana MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"prestige_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Prestige MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"providus_bank",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Providus Bank"
+ }
+ },
+ {
+ "status":"active",
+ "code":"purplemoney_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Purplemoney MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"quickfund_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Quickfund MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"rahama_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Rahama MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"rand_merchant_bank",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Rand Merchant Bank"
+ }
+ },
+ {
+ "status":"active",
+ "code":"refuge_mortgage_bank",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Refuge Mortgage Bank"
+ }
+ },
+ {
+ "status":"active",
+ "code":"regent_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Regent MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"reliance_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Reliance MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"renmoney_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Renmoney MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"richway_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Richway MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"rolez_bank",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Rolez Bank"
+ }
+ },
+ {
+ "status":"active",
+ "code":"royal_exchange_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Royal Exchange MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"rubies_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Rubies MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"safe_haven_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Safe Haven MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"safetrust_mortgage_bank",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Safetrust Mortgage Bank"
+ }
+ },
+ {
+ "status":"active",
+ "code":"sagamu_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Sagamu MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"seed_capital_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Seed Capital MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"sparkle_bank",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Sparkle Bank"
+ }
+ },
+ {
+ "status":"active",
+ "code":"stanbic_ibtc",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Stanbic IBTC"
+ }
+ },
+ {
+ "status":"active",
+ "code":"stanbic_ibtc_ease_wal",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Stanbic IBTC Ease Wal"
+ }
+ },
+ {
+ "status":"active",
+ "code":"stanford_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Stanford MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"stellas_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Stellas MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"sulspap_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Sulspap MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"suntrust_bank",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Suntrust Bank"
+ }
+ },
+ {
+ "status":"active",
+ "code":"tagpay",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Tagpay"
+ }
+ },
+ {
+ "status":"active",
+ "code":"taj_bank",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Taj Bank"
+ }
+ },
+ {
+ "status":"active",
+ "code":"tcf_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"TCF MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"team_apt",
+ "category":"bank_transfer",
+ "name":{
+ "en":"TeamApt"
+ }
+ },
+ {
+ "status":"active",
+ "code":"teasy_mobile",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Teasy Mobile"
+ }
+ },
+ {
+ "status":"active",
+ "code":"titan_trust_bank",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Titan Trust Bank"
+ }
+ },
+ {
+ "status":"active",
+ "code":"trident_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Trident MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"trustbank_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Trustbank MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"trustfund_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Trustfund MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"uniben_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"UNIBEN MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"unical_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"UNICAL MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"union_bankof_nigeria",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Union Bank of Nigeria"
+ }
+ },
+ {
+ "status":"active",
+ "code":"united_bankfor_africa",
+ "category":"bank_transfer",
+ "name":{
+ "en":"United Bank of Africa"
+ }
+ },
+ {
+ "status":"active",
+ "code":"unity_bank",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Unity Bank"
+ }
+ },
+ {
+ "status":"active",
+ "code":"safaricom",
+ "category":"mobile_payment",
+ "name":{
+ "en":"Safaricom"
+ }
+ },
+ {
+ "status":"active",
+ "code":"equitel",
+ "category":"mobile_payment",
+ "name":{
+ "en":"Equitel"
+ }
+ },
+ {
+ "status":"active",
+ "code":"airteltigo",
+ "category":"mobile_payment",
+ "name":{
+ "en":"AirtelTigo"
+ }
+ },
+ {
+ "status":"active",
+ "code":"vodafone_cash",
+ "category":"digital_wallet",
+ "name":{
+ "en":"Vodafone Cash"
+ }
+ },
+ {
+ "status":"active",
+ "code":"mtn_group",
+ "category":"mobile_payment",
+ "name":{
+ "en":"MTN Group"
+ }
+ },
+ {
+ "status":"active",
+ "code":"vodafone_ghana",
+ "category":"mobile_payment",
+ "name":{
+ "en":"Vodafone Ghana"
+ }
+ },
+ {
+ "status":"active",
+ "code":"vodafone_egypt",
+ "category":"mobile_payment",
+ "name":{
+ "en":"Vodafone Egypt"
+ }
+ },
+ {
+ "status":"active",
+ "code":"ecocash",
+ "category":"mobile_payment",
+ "name":{
+ "en":"EcoCash"
+ }
+ },
+ {
+ "status":"active",
+ "code":"orange_money",
+ "category":"mobile_payment",
+ "name":{
+ "en":"Orange Money"
+ }
+ },
+ {
+ "status":"active",
+ "code":"zamtel",
+ "category":"mobile_payment",
+ "name":{
+ "en":"Zamtel"
+ }
+ },
+ {
+ "status":"active",
+ "code":"fnb_bank",
+ "category":"bank_transfer",
+ "name":{
+ "en":"FNB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"absa_bank",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Absa Bank"
+ }
+ },
+ {
+ "status":"active",
+ "code":"mercantile_bank",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Mercantile Bank"
+ }
+ },
+ {
+ "status":"active",
+ "code":"first_national_bank",
+ "category":"bank_transfer",
+ "name":{
+ "en":"First National Bank"
+ }
+ },
+ {
+ "status":"active",
+ "code":"standard_bank",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Standard Bank"
+ }
+ },
+ {
+ "status":"active",
+ "code":"ned_bank",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Nedbank"
+ }
+ },
+ {
+ "status":"active",
+ "code":"capitec_bank",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Capitec Bank"
+ }
+ },
+ {
+ "status":"active",
+ "code":"investec_bank",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Investec"
+ }
+ },
+ {
+ "status":"active",
+ "code":"unn_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Unn MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"vfd_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"VFD MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"virtue_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Virtue MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"visa_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Visa MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"vtnetwork",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Vtnetwork"
+ }
+ },
+ {
+ "status":"active",
+ "code":"wema_bank",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Wema Bank"
+ }
+ },
+ {
+ "status":"active",
+ "code":"wetland_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Wetland MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"xslnce_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Xslnce MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"yes_mfb",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Yes MFB"
+ }
+ },
+ {
+ "status":"active",
+ "code":"zenith_bank",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Zenith Bank"
+ }
+ },
+ {
+ "status":"active",
+ "code":"zenith_mobile",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Zenith Mobile"
+ }
+ },
+ {
+ "status":"active",
+ "code":"zinternet",
+ "category":"bank_transfer",
+ "name":{
+ "en":"Zinternet"
+ }
+ },
+ {
+ "status": "active",
+ "code": "maharashtra_bank_india",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Bank of Maharashtra",
+ "ru": "Bank of Maharashtra",
+ "uk": "Bank of Maharashtra"
+ }
+ },
+ {
+ "status": "active",
+ "code": "central_bank_of_india",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Central Bank of India",
+ "ru": "Central Bank of India",
+ "uk": "Central Bank of India"
+ }
+ },
+ {
+ "status": "active",
+ "code": "canara_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Canara Bank",
+ "ru": "Canara Bank",
+ "uk": "Canara Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "bank_of_india",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Bank of India",
+ "ru": "Bank of India",
+ "uk": "Bank of India"
+ }
+ },
+ {
+ "status": "active",
+ "code": "city_union_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "City Union Bank",
+ "ru": "City Union Bank",
+ "uk": "City Union Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "indian_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Indian Bank",
+ "ru": "Indian Bank",
+ "uk": "Indian Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "indian_overseas_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Indian Overseas Bank",
+ "ru": "Indian Overseas Bank",
+ "uk": "Indian Overseas Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "karurvysya_bank_india",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Karur Vysya Bank",
+ "ru": "Karur Vysya Bank",
+ "uk": "Karur Vysya Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "south_indian_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "South Indian Bank",
+ "ru": "South Indian Bank",
+ "uk": "South Indian Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "union_bank_of_india",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Union Bank Of India",
+ "ru": "Union Bank Of India",
+ "uk": "Union Bank Of India"
+ }
+ },
+ {
+ "status": "active",
+ "code": "yes_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Yes Bank",
+ "ru": "Yes Bank",
+ "uk": "Yes Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "andhra_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Andhra Bank",
+ "ru": "Andhra Bank",
+ "uk": "Andhra Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "andhra_pragathi_grameena_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Andhra Pragathi Grameena Bank",
+ "ru": "Andhra Pragathi Grameena Bank",
+ "uk": "Andhra Pragathi Grameena Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "uco_bank_india",
+ "category": "bank_transfer",
+ "name": {
+ "en": "UCO Bank",
+ "ru": "UCO Bank",
+ "uk": "UCO Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "allahabad_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Allahabad Bank",
+ "ru": "Allahabad Bank",
+ "uk": "Allahabad Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "punjab_national_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Punjab National Bank",
+ "ru": "Punjab National Bank",
+ "uk": "Punjab National Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "deutsche_bank_india",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Deutsche Bank",
+ "ru": "Deutsche Bank",
+ "uk": "Deutsche Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "equitas_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Equitas Bank",
+ "ru": "Equitas Bank",
+ "uk": "Equitas Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "rbl_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Rbl Bank",
+ "ru": "Rbl Bank",
+ "uk": "Rbl Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "dbs_bank_india",
+ "category": "bank_transfer",
+ "name": {
+ "en": "DBS Bank LTD",
+ "ru": "DBS Bank LTD",
+ "uk": "DBS Bank LTD"
+ }
+ },
+ {
+ "status": "active",
+ "code": "bank_bjb",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Bank BJB",
+ "ru": "Bank BJB",
+ "uk": "Bank BJB"
+ }
+ },
+ {
+ "status": "active",
+ "code": "bank_dki",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Bank DKI",
+ "ru": "Bank DKI",
+ "uk": "Bank DKI"
+ }
+ },
+ {
+ "status": "active",
+ "code": "bank_bpd_diy",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Bank BPD DIY",
+ "ru": "Bank BPD DIY",
+ "uk": "Bank BPD DIY"
+ }
+ },
+ {
+ "status": "active",
+ "code": "bank_jateng",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Bank Jateng",
+ "ru": "Bank Jateng",
+ "uk": "Bank Jateng"
+ }
+ },
+ {
+ "status": "active",
+ "code": "bank_jatim",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Bank Jatim",
+ "ru": "Bank Jatim",
+ "uk": "Bank Jatim"
+ }
+ },
+ {
+ "status": "active",
+ "code": "bank_nagari",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Bank Nagari",
+ "ru": "Bank Nagari",
+ "uk": "Bank Nagari"
+ }
+ },
+ {
+ "status": "active",
+ "code": "bank_riau_kepri",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Bank Riau Kepri",
+ "ru": "Bank Riau Kepri",
+ "uk": "Bank Riau Kepri"
+ }
+ },
+ {
+ "status": "active",
+ "code": "bank_sumselbabel",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Bank Sumselbabel",
+ "ru": "Bank Sumselbabel",
+ "uk": "Bank Sumselbabel"
+ }
+ },
+ {
+ "status": "active",
+ "code": "bank_kalbar",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Bank Kalbar",
+ "ru": "Bank Kalbar",
+ "uk": "Bank Kalbar"
+ }
+ },
+ {
+ "status": "active",
+ "code": "bank_kaltimtara",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Bank Kaltimtara",
+ "ru": "Bank Kaltimtara",
+ "uk": "Bank Kaltimtara"
+ }
+ },
+ {
+ "status": "active",
+ "code": "bank_kalteng",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Bank Kalteng",
+ "ru": "Bank Kalteng",
+ "uk": "Bank Kalteng"
+ }
+ },
+ {
+ "status": "active",
+ "code": "bank_sulselbar",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Bank Sulselbar",
+ "ru": "Bank Sulselbar",
+ "uk": "Bank Sulselbar"
+ }
+ },
+ {
+ "status": "active",
+ "code": "bank_bpd_bali",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Bank BPD Bali",
+ "ru": "Bank BPD Bali",
+ "uk": "Bank BPD Bali"
+ }
+ },
+ {
+ "status": "active",
+ "code": "bank_maluku_malut",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Bank Maluku Malut",
+ "ru": "Bank Maluku Malut",
+ "uk": "Bank Maluku Malut"
+ }
+ },
+ {
+ "status": "active",
+ "code": "bank_papua",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Bank Papua",
+ "ru": "Bank Papua",
+ "uk": "Bank Papua"
+ }
+ },
+ {
+ "status": "active",
+ "code": "bank_banten",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Bank Banten",
+ "ru": "Bank Banten",
+ "uk": "Bank Banten"
+ }
+ },
+ {
+ "status": "active",
+ "code": "bank_bnp",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Bank BNP",
+ "ru": "Bank BNP",
+ "uk": "Bank BNP"
+ }
+ },
+ {
+ "status": "active",
+ "code": "bank_muamalat",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Bank Muamalat",
+ "ru": "Bank Muamalat",
+ "uk": "Bank Muamalat"
+ }
+ },
+ {
+ "status": "active",
+ "code": "bank_qnb_indonesia",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Bank QNB Indonesia",
+ "ru": "Bank QNB Indonesia",
+ "uk": "Bank QNB Indonesia"
+ }
+ },
+ {
+ "status": "active",
+ "code": "bank_woori_saudara",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Bank Woori Saudara",
+ "ru": "Bank Woori Saudara",
+ "uk": "Bank Woori Saudara"
+ }
+ },
+ {
+ "status": "active",
+ "code": "bank_jasa_jakarta",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Bank Jasa Jakarta",
+ "ru": "Bank Jasa Jakarta",
+ "uk": "Bank Jasa Jakarta"
+ }
+ },
+ {
+ "status": "active",
+ "code": "bank_keb_hana_indonesia",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Bank KEB Hana Indonesia",
+ "ru": "Bank KEB Hana Indonesia",
+ "uk": "Bank KEB Hana Indonesia"
+ }
+ },
+ {
+ "status": "active",
+ "code": "bank_mnc",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Bank MNC",
+ "ru": "Bank MNC",
+ "uk": "Bank MNC"
+ }
+ },
+ {
+ "status": "active",
+ "code": "bank_sbi_indonesia",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Bank SBI Indonesia",
+ "ru": "Bank SBI Indonesia",
+ "uk": "Bank SBI Indonesia"
+ }
+ },
+ {
+ "status": "active",
+ "code": "bank_digital_bca",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Bank Digital BCA (Blu) / Bank Royal",
+ "ru": "Bank Digital BCA (Blu) / Bank Royal",
+ "uk": "Bank Digital BCA (Blu) / Bank Royal"
+ }
+ },
+ {
+ "status": "active",
+ "code": "bank_nationalnobu",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Bank National Nobu",
+ "ru": "Bank National Nobu",
+ "uk": "Bank National Nobu"
+ }
+ },
+ {
+ "status": "active",
+ "code": "bank_ina_perdana",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Bank Ina Perdana",
+ "ru": "Bank Ina Perdana",
+ "uk": "Bank Ina Perdana"
+ }
+ },
+ {
+ "status": "active",
+ "code": "prima_master_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Prima Master Bank",
+ "ru": "Prima Master Bank",
+ "uk": "Prima Master Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "bank_sahabat_sampoerna",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Bank Sahabat Sampoerna",
+ "ru": "Bank Sahabat Sampoerna",
+ "uk": "Bank Sahabat Sampoerna"
+ }
+ },
+ {
+ "status": "active",
+ "code": "bank_multiarta_sentosa",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Bank Multiarta Sentosa",
+ "ru": "Bank Multiarta Sentosa",
+ "uk": "Bank Multiarta Sentosa"
+ }
+ },
+ {
+ "status": "active",
+ "code": "bank_index",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Bank Index Selindo",
+ "ru": "Bank Index Selindo",
+ "uk": "Bank Index Selindo"
+ }
+ },
+ {
+ "status": "active",
+ "code": "bank_victoria",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Bank Victoria",
+ "ru": "Bank Victoria",
+ "uk": "Bank Victoria"
+ }
+ },
+ {
+ "status": "active",
+ "code": "bank_harda_internasional",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Bank Harda Internasional",
+ "ru": "Bank Harda Internasional",
+ "uk": "Bank Harda Internasional"
+ }
+ },
+ {
+ "status": "active",
+ "code": "ibk_bank_indonesia",
+ "category": "bank_transfer",
+ "name": {
+ "en": "IBK Bank Indonesia",
+ "ru": "IBK Bank Indonesia",
+ "uk": "IBK Bank Indonesia"
+ }
+ },
+ {
+ "status": "active",
+ "code": "bank_ctbc_indonesia",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Bank CTBC Indonesia",
+ "ru": "Bank CTBC Indonesia",
+ "uk": "Bank CTBC Indonesia"
+ }
+ },
+ {
+ "status": "active",
+ "code": "citibank_indonesia",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Citibank Indonesia",
+ "ru": "Citibank Indonesia",
+ "uk": "Citibank Indonesia"
+ }
+ },
+ {
+ "status": "active",
+ "code": "bank_ccb_indonesia",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Bank CCB Indonesia",
+ "ru": "Bank CCB Indonesia",
+ "uk": "Bank CCB Indonesia"
+ }
+ },
+ {
+ "status": "active",
+ "code": "mufg_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "MUFG Bank",
+ "ru": "MUFG Bank",
+ "uk": "MUFG Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "bank_dbs_indonesia",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Bank DBS Indonesia",
+ "ru": "Bank DBS Indonesia",
+ "uk": "Bank DBS Indonesia"
+ }
+ },
+ {
+ "status": "active",
+ "code": "bank_capital_indonesia",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Bank Capital Indonesia",
+ "ru": "Bank Capital Indonesia",
+ "uk": "Bank Capital Indonesia"
+ }
+ },
+ {
+ "status": "active",
+ "code": "bank_of_china_jakarta_branch",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Bank of China Jakarta Branch",
+ "ru": "Bank of China Jakarta Branch",
+ "uk": "Bank of China Jakarta Branch"
+ }
+ },
+ {
+ "status": "active",
+ "code": "bank_bumi_arta",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Bank Bumi Arta",
+ "ru": "Bank Bumi Arta",
+ "uk": "Bank Bumi Arta"
+ }
+ },
+ {
+ "status": "active",
+ "code": "bank_rabobank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Bank Rabobank",
+ "ru": "Bank Rabobank",
+ "uk": "Bank Rabobank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "bank_jtrust_indonesia",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Bank Jtrust Indonesia",
+ "ru": "Bank Jtrust Indonesia",
+ "uk": "Bank Jtrust Indonesia"
+ }
+ },
+ {
+ "status": "active",
+ "code": "bank_mayapada",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Bank Mayapada",
+ "ru": "Bank Mayapada",
+ "uk": "Bank Mayapada"
+ }
+ },
+ {
+ "status": "active",
+ "code": "bank_idrk",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Bank IDRK",
+ "ru": "Bank IDRK",
+ "uk": "Bank IDRK"
+ }
+ },
+ {
+ "status": "active",
+ "code": "pg_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "PG Bank",
+ "ru": "PG Bank",
+ "uk": "PG Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "momiji_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Momiji Bank",
+ "ru": "Momiji Bank",
+ "uk": "Momiji Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "smbc_trust_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "SMBC Trust Bank Ltd.",
+ "ru": "SMBC Trust Bank Ltd.",
+ "uk": "SMBC Trust Bank Ltd."
+ }
+ },
+ {
+ "status": "active",
+ "code": "nagasaki_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Nagasaki Bank",
+ "ru": "Nagasaki Bank",
+ "uk": "Nagasaki Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "77_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "77 Bank",
+ "ru": "77 Bank",
+ "uk": "77 Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "chiba_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Chiba Bank",
+ "ru": "Chiba Bank",
+ "uk": "Chiba Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "shinsei_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Shinsei Bank",
+ "ru": "Shinsei Bank",
+ "uk": "Shinsei Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "kitakyushu_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Kitakyushu Bank",
+ "ru": "Kitakyushu Bank",
+ "uk": "Kitakyushu Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "aeon_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Aeon Bank",
+ "ru": "Aeon Bank",
+ "uk": "Aeon Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "bank_of_america_corporation",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Bank of America Corporation",
+ "ru": "Bank of America Corporation",
+ "uk": "Bank of America Corporation"
+ }
+ },
+ {
+ "status": "active",
+ "code": "tama_shinkin_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Tama Shinkin Bank",
+ "ru": "Tama Shinkin Bank",
+ "uk": "Tama Shinkin Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "shiga_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Shiga Bank",
+ "ru": "Shiga Bank",
+ "uk": "Shiga Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "chiba_kogyo_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Chiba Kogyo Bank",
+ "ru": "Chiba Kogyo Bank",
+ "uk": "Chiba Kogyo Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "hiroshima_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Hiroshima Bank",
+ "ru": "Hiroshima Bank",
+ "uk": "Hiroshima Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "mizuho_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Mizuho Bank",
+ "ru": "Mizuho Bank",
+ "uk": "Mizuho Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "aichi_doctors_credit_cooperative",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Aichi Doctors Credit Cooperative",
+ "ru": "Aichi Doctors Credit Cooperative",
+ "uk": "Aichi Doctors Credit Cooperative"
+ }
+ },
+ {
+ "status": "active",
+ "code": "hyaku_jyushi_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Hyaku Jyushi Bank",
+ "ru": "Hyaku Jyushi Bank",
+ "uk": "Hyaku Jyushi Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "ikeda_senshu_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Ikeda Senshu Bank",
+ "ru": "Ikeda Senshu Bank",
+ "uk": "Ikeda Senshu Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "jpmorgan_chase_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "JPMorgan Chase Bank",
+ "ru": "JPMorgan Chase Bank",
+ "uk": "JPMorgan Chase Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "amagasaki_shinkin_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Amagasaki Shinkin Bank",
+ "ru": "Amagasaki Shinkin Bank",
+ "uk": "Amagasaki Shinkin Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "michinoku_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Michinoku Bank",
+ "ru": "Michinoku Bank",
+ "uk": "Michinoku Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "daito_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Daito Bank",
+ "ru": "Daito Bank",
+ "uk": "Daito Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "miyazaki_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Miyazaki Bank",
+ "ru": "Miyazaki Bank",
+ "uk": "Miyazaki Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "kirayaka_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Kirayaka Bank",
+ "ru": "Kirayaka Bank",
+ "uk": "Kirayaka Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "jouyou_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Jouyou Bank",
+ "ru": "Jouyou Bank",
+ "uk": "Jouyou Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "osaka_shinkin_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Osaka Shinkin Bank",
+ "ru": "Osaka Shinkin Bank",
+ "uk": "Osaka Shinkin Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "abashiri_shinkin_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Abashiri Shinkin Bank",
+ "ru": "Abashiri Shinkin Bank",
+ "uk": "Abashiri Shinkin Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "aomori_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Aomori Bank",
+ "ru": "Aomori Bank",
+ "uk": "Aomori Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "tochigi_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Tochigi Bank",
+ "ru": "Tochigi Bank",
+ "uk": "Tochigi Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "tohoku_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Tohoku Bank",
+ "ru": "Tohoku Bank",
+ "uk": "Tohoku Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "kanagawa_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Kanagawa Bank",
+ "ru": "Kanagawa Bank",
+ "uk": "Kanagawa Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "shimizu_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Shimizu Bank",
+ "ru": "Shimizu Bank",
+ "uk": "Shimizu Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "iyo_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Iyo Bank",
+ "ru": "Iyo Bank",
+ "uk": "Iyo Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "ashikaga_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Ashikaga Bank",
+ "ru": "Ashikaga Bank",
+ "uk": "Ashikaga Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "daisan_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Daisan Bank",
+ "ru": "Daisan Bank",
+ "uk": "Daisan Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "kiyou_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Kiyou Bank",
+ "ru": "Kiyou Bank",
+ "uk": "Kiyou Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "chukyo_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Chukyo Bank",
+ "ru": "Chukyo Bank",
+ "uk": "Chukyo Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "hsbc_hong_kong",
+ "category": "bank_transfer",
+ "name": {
+ "en": "The Hongkong and Shanghai Banking Corporation Limit",
+ "ru": "The Hongkong and Shanghai Banking Corporation Limit",
+ "uk": "The Hongkong and Shanghai Banking Corporation Limit"
+ }
+ },
+ {
+ "status": "active",
+ "code": "sbj_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "SBJ Bank",
+ "ru": "SBJ Bank",
+ "uk": "SBJ Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "japan_post_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Japan Post Bank",
+ "ru": "Japan Post Bank",
+ "uk": "Japan Post Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "nagano_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Nagano Bank",
+ "ru": "Nagano Bank",
+ "uk": "Nagano Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "juroku_banks",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Juroku Banks",
+ "ru": "Juroku Banks",
+ "uk": "Juroku Banks"
+ }
+ },
+ {
+ "status": "active",
+ "code": "ogaki_kyoritsu_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Oogaki Kyoritsu Bank",
+ "ru": "Oogaki Kyoritsu Bank",
+ "uk": "Oogaki Kyoritsu Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "sumitomo_mitsui_banking_corporation",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Sumitomo Mitsui Banking Corporation",
+ "ru": "Sumitomo Mitsui Banking Corporation",
+ "uk": "Sumitomo Mitsui Banking Corporation"
+ }
+ },
+ {
+ "status": "active",
+ "code": "toyama_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Toyama Bank",
+ "ru": "Toyama Bank",
+ "uk": "Toyama Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "suruga_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Suruga Bank",
+ "ru": "Suruga Bank",
+ "uk": "Suruga Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "awa_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Awa Bank",
+ "ru": "Awa Bank",
+ "uk": "Awa Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "saitama_resona_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Saitama Resona Bank",
+ "ru": "Saitama Resona Bank",
+ "uk": "Saitama Resona Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "ryukyu_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Ryukyu Bank",
+ "ru": "Ryukyu Bank",
+ "uk": "Ryukyu Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "hyakugo_banks",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Hyakugo Banks",
+ "ru": "Hyakugo Banks",
+ "uk": "Hyakugo Banks"
+ }
+ },
+ {
+ "status": "active",
+ "code": "shonai_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Shonai Bank",
+ "ru": "Shonai Bank",
+ "uk": "Shonai Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "seven_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Seven Bank",
+ "ru": "Seven Bank",
+ "uk": "Seven Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "tomato_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Tomato Bank",
+ "ru": "Tomato Bank",
+ "uk": "Tomato Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "nishi_nihon_city_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Nishi Nihon City Bank",
+ "ru": "Nishi Nihon City Bank",
+ "uk": "Nishi Nihon City Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "yamagata_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Yamagata Bank",
+ "ru": "Yamagata Bank",
+ "uk": "Yamagata Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "chikubo_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Chikubo Bank",
+ "ru": "Chikubo Bank",
+ "uk": "Chikubo Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "shikoku_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Shikoku Bank",
+ "ru": "Shikoku Bank",
+ "uk": "Shikoku Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "fukushima_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Fukushima Bank",
+ "ru": "Fukushima Bank",
+ "uk": "Fukushima Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "sendai_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Sendai Bank",
+ "ru": "Sendai Bank",
+ "uk": "Sendai Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "higo_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Higo Bank",
+ "ru": "Higo Bank",
+ "uk": "Higo Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "musashino_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Musashino Bank",
+ "ru": "Musashino Bank",
+ "uk": "Musashino Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "akita_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Akita Bank",
+ "ru": "Akita Bank",
+ "uk": "Akita Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "saikyo_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Saikyo Bank",
+ "ru": "Saikyo Bank",
+ "uk": "Saikyo Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "hokkaido_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Hokkaido Bank",
+ "ru": "Hokkaido Bank",
+ "uk": "Hokkaido Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "citibank_n_a",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Citibank",
+ "ru": "Citibank",
+ "uk": "Citibank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "oita_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Oita Bank",
+ "ru": "Oita Bank",
+ "uk": "Oita Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "yokohama_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Yokohama Bank",
+ "ru": "Yokohama Bank",
+ "uk": "Yokohama Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "rakuten_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Rakuten Bank",
+ "ru": "Rakuten Bank",
+ "uk": "Rakuten Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "aichi_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Aichi Bank",
+ "ru": "Aichi Bank",
+ "uk": "Aichi Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "daishi_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Daishi Bank",
+ "ru": "Daishi Bank",
+ "uk": "Daishi Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "san_in_godo_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Sanin Goudou Bank",
+ "ru": "Sanin Goudou Bank",
+ "uk": "Sanin Goudou Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "okinawa_kaiho_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Okinawa Kaiho Bank",
+ "ru": "Okinawa Kaiho Bank",
+ "uk": "Okinawa Kaiho Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "kumamoto_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Kumamoto Bank",
+ "ru": "Kumamoto Bank",
+ "uk": "Kumamoto Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "tottori_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Tottori Bank",
+ "ru": "Tottori Bank",
+ "uk": "Tottori Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "hiroshima_shinkin_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "The Hiroshima Shinkin Bank",
+ "ru": "The Hiroshima Shinkin Bank",
+ "uk": "The Hiroshima Shinkin Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "saga_kyoei_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Saga Kyoei Bank",
+ "ru": "Saga Kyoei Bank",
+ "uk": "Saga Kyoei Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "yamanashi_chuo_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Yamanashi Chuo Bank",
+ "ru": "Yamanashi Chuo Bank",
+ "uk": "Yamanashi Chuo Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "mie_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Mie Bank",
+ "ru": "Mie Bank",
+ "uk": "Mie Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "aozora_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Aozora Bank",
+ "ru": "Aozora Bank",
+ "uk": "Aozora Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "tsukuba_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Tsukuba Bank",
+ "ru": "Tsukuba Bank",
+ "uk": "Tsukuba Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "howa_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Howa Bank",
+ "ru": "Howa Bank",
+ "uk": "Howa Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "oita_mirai_shinkin_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "The Oita Mirai Shinkin Bank",
+ "ru": "The Oita Mirai Shinkin Bank",
+ "uk": "The Oita Mirai Shinkin Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "okinawa_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Okinawa Bank",
+ "ru": "Okinawa Bank",
+ "uk": "Okinawa Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "nagoya_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Nagoya Bank",
+ "ru": "Nagoya Bank",
+ "uk": "Nagoya Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "lawson_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Lawson Bank",
+ "ru": "Lawson Bank",
+ "uk": "Lawson Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "mtb",
+ "category": "online_banking",
+ "name": {
+ "en": "MTB",
+ "ru": "МТБ",
+ "uk": "МТБ"
+ }
+ },
+ {
+ "status": "active",
+ "code": "sony_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Sony Bank",
+ "ru": "Sony Bank",
+ "uk": "Sony Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "aichi_shogin",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Aichi Shogin",
+ "ru": "Aichi Shogin",
+ "uk": "Aichi Shogin"
+ }
+ },
+ {
+ "status": "active",
+ "code": "shinwa_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Shinwa Bank",
+ "ru": "Shinwa Bank",
+ "uk": "Shinwa Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "minato_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Minato Bank",
+ "ru": "Minato Bank",
+ "uk": "Minato Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "fukuoka_chuo_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Fukuoka Chuo Bank",
+ "ru": "Fukuoka Chuo Bank",
+ "uk": "Fukuoka Chuo Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "shizuoka_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Shizuoka Bank",
+ "ru": "Shizuoka Bank",
+ "uk": "Shizuoka Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "resona_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Resona Bank",
+ "ru": "Resona Bank",
+ "uk": "Resona Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "tokyo_star_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Tokyo Star Bank",
+ "ru": "Tokyo Star Bank",
+ "uk": "Tokyo Star Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "paypay",
+ "category": "bank_transfer",
+ "name": {
+ "en": "PayPay Ban",
+ "ru": "PayPay Ban",
+ "uk": "PayPay Ban"
+ }
+ },
+ {
+ "status": "active",
+ "code": "hokuto_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Hokuto Bank",
+ "ru": "Hokuto Bank",
+ "uk": "Hokuto Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "tokushima_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Tokushima Bank",
+ "ru": "Tokushima Bank",
+ "uk": "Tokushima Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "yamaguchi_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Yamaguchi Bank",
+ "ru": "Yamaguchi Bank",
+ "uk": "Yamaguchi Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "kagawa_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Kagawa Bank",
+ "ru": "Kagawa Bank",
+ "uk": "Kagawa Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "towa_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Towa Bank",
+ "ru": "Towa Bank",
+ "uk": "Towa Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "fukui_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Fukui Bank",
+ "ru": "Fukui Bank",
+ "uk": "Fukui Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "abukuma_shinkin_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Abukuma Shinkin Bank",
+ "ru": "Abukuma Shinkin Bank",
+ "uk": "Abukuma Shinkin Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "minami_nippon_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Minami Nippon Bank",
+ "ru": "Minami Nippon Bank",
+ "uk": "Minami Nippon Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "touhou_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Touhou Bank",
+ "ru": "Touhou Bank",
+ "uk": "Touhou Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "miyazaki_taiyo_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Miyazaki Taiyo Bank",
+ "ru": "Miyazaki Taiyo Bank",
+ "uk": "Miyazaki Taiyo Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "sumishin_sbi_net_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Sumishin SBI Net Bank",
+ "ru": "Sumishin SBI Net Bank",
+ "uk": "Sumishin SBI Net Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "mitsubishi_ufj_trust_and_banking",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Mitsubishi UFJ Trust and Banking Corporation",
+ "ru": "Mitsubishi UFJ Trust and Banking Corporation",
+ "uk": "Mitsubishi UFJ Trust and Banking Corporation"
+ }
+ },
+ {
+ "status": "active",
+ "code": "shizuoka_chuo_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Shizuoka Chuo Bank",
+ "ru": "Shizuoka Chuo Bank",
+ "uk": "Shizuoka Chuo Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "deutsche_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Deutsche Bank",
+ "ru": "Deutsche Bank",
+ "uk": "Deutsche Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "kyoto_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Kyoto Bank",
+ "ru": "Kyoto Bank",
+ "uk": "Kyoto Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "hachijuni_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Hachijuni Banks",
+ "ru": "Hachijuni Banks",
+ "uk": "Hachijuni Banks"
+ }
+ },
+ {
+ "status": "active",
+ "code": "keiyo_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Keiyo Bank",
+ "ru": "Keiyo Bank",
+ "uk": "Keiyo Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "north_pacific_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "North Pacific Bank",
+ "ru": "North Pacific Bank",
+ "uk": "North Pacific Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "first_bank_of_toyama",
+ "category": "bank_transfer",
+ "name": {
+ "en": "First Bank of Toyama",
+ "ru": "First Bank of Toyama",
+ "uk": "First Bank of Toyama"
+ }
+ },
+ {
+ "status": "active",
+ "code": "kansai_mirai_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Kansai Mirai Bank",
+ "ru": "Kansai Mirai Bank",
+ "uk": "Kansai Mirai Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "mitsubishi_ufj_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Mitsubishi UFJ Bank",
+ "ru": "Mitsubishi UFJ Bank",
+ "uk": "Mitsubishi UFJ Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "ehime_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Ehime Bank",
+ "ru": "Ehime Bank",
+ "uk": "Ehime Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "aichi_shinkin_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Aichi Shinkin Bank",
+ "ru": "Aichi Shinkin Bank",
+ "uk": "Aichi Shinkin Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "kochi_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Kochi Bank",
+ "ru": "Kochi Bank",
+ "uk": "Kochi Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "fukuoka_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Fukuoka Bank",
+ "ru": "Fukuoka Bank",
+ "uk": "Fukuoka Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "iwate_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Iwate Bank",
+ "ru": "Iwate Bank",
+ "uk": "Iwate Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "shimane_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Shimane Bank",
+ "ru": "Shimane Bank",
+ "uk": "Shimane Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "daiwa_next_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Daiwa Next Bank",
+ "ru": "Daiwa Next Bank",
+ "uk": "Daiwa Next Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "jibun_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Jibun Bank",
+ "ru": "Jibun Bank",
+ "uk": "Jibun Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "jyuhachi_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Jyuhachi Bank",
+ "ru": "Jyuhachi Bank",
+ "uk": "Jyuhachi Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "hokuetsu_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Hokuetsu Bank",
+ "ru": "Hokuetsu Bank",
+ "uk": "Hokuetsu Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "kagoshima_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Kagoshima Bank",
+ "ru": "Kagoshima Bank",
+ "uk": "Kagoshima Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "kiraboshi_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Kiraboshi Bank",
+ "ru": "Kiraboshi Bank",
+ "uk": "Kiraboshi Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "nanto_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Nanto Bank",
+ "ru": "Nanto Bank",
+ "uk": "Nanto Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "kita_nippon_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Kita-Nippon Bank",
+ "ru": "Kita-Nippon Bank",
+ "uk": "Kita-Nippon Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "hokkoku_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Hokkoku Bank",
+ "ru": "Hokkoku Bank",
+ "uk": "Hokkoku Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "fukuho_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Fukuho Bank",
+ "ru": "Fukuho Bank",
+ "uk": "Fukuho Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "taiko_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Taiko Bank",
+ "ru": "Taiko Bank",
+ "uk": "Taiko Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "kyoto_chuo_shinkin_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Kyoto Chuo Shinkin Bank",
+ "ru": "Kyoto Chuo Shinkin Bank",
+ "uk": "Kyoto Chuo Shinkin Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "kyoto_shinkin_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "The Kyoto Shinkin Bank",
+ "ru": "The Kyoto Shinkin Bank",
+ "uk": "The Kyoto Shinkin Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "hokuriku_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Hokuriku Bank",
+ "ru": "Hokuriku Bank",
+ "uk": "Hokuriku Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "higashi_nippon_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Higashi-Nippon Bank",
+ "ru": "Higashi-Nippon Bank",
+ "uk": "Higashi-Nippon Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "taisho_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Taisho Bank",
+ "ru": "Taisho Bank",
+ "uk": "Taisho Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "tajima_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Tajima Bank",
+ "ru": "Tajima Bank",
+ "uk": "Tajima Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "gunma_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Gunma Bank",
+ "ru": "Gunma Bank",
+ "uk": "Gunma Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "saga_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Saga Bank",
+ "ru": "Saga Bank",
+ "uk": "Saga Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "industrial_bank_of_korea",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Industrial Bank of Korea",
+ "ru": "Industrial Bank of Korea",
+ "uk": "Industrial Bank of Korea"
+ }
+ },
+ {
+ "status": "active",
+ "code": "standard_chartered_bank_korea",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Standard Chartered Bank Korea",
+ "ru": "Standard Chartered Bank Korea",
+ "uk": "Standard Chartered Bank Korea"
+ }
+ },
+ {
+ "status": "active",
+ "code": "citibank_korea",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Citibank Korea",
+ "ru": "Citibank Korea",
+ "uk": "Citibank Korea"
+ }
+ },
+ {
+ "status": "active",
+ "code": "k_bank_south_korea",
+ "category": "bank_transfer",
+ "name": {
+ "en": "K-Bank",
+ "ru": "K-Bank",
+ "uk": "K-Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "kf_of_ccc_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Korea Fedration of Community Credi Cooperative",
+ "ru": "Korea Fedration of Community Credi Cooperative",
+ "uk": "Korea Fedration of Community Credi Cooperative"
+ }
+ },
+ {
+ "status": "active",
+ "code": "local_cooperative_federation_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Local Cooperative Federation",
+ "ru": "Local Cooperative Federation",
+ "uk": "Local Cooperative Federation"
+ }
+ },
+ {
+ "status": "active",
+ "code": "aba_bank_cambodia",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Advanced Bank of Asia",
+ "ru": "Advanced Bank of Asia",
+ "uk": "Advanced Bank of Asia"
+ }
+ },
+ {
+ "status": "active",
+ "code": "wing_bank_cambodia",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Wing Bank",
+ "ru": "Wing Bank",
+ "uk": "Wing Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "acleda_bank_cambodia",
+ "category": "bank_transfer",
+ "name": {
+ "en": "ACLEDA Bank",
+ "ru": "ACLEDA Bank",
+ "uk": "ACLEDA Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "va_may_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Maybank VA"
+ }
+ },
+ {
+ "status": "active",
+ "code": "vodafone_mpesa",
+ "category": "digital_wallet",
+ "name": {
+ "en": "Vodafone-Mpesa"
+ }
+ },
+ {
+ "status": "active",
+ "code": "bkash_limited",
+ "category": "digital_wallet",
+ "name": {
+ "en": "Bkash Limited",
+ "ru": "Bkash Limited",
+ "uk": "Bkash Limited"
+ }
+ },
+ {
+ "status": "active",
+ "code": "virtual_bank_aggregated",
+ "category": "online_banking",
+ "name": {
+ "en": "Virtual Banking",
+ "ru": "Virtual Banking",
+ "uk": "Virtual Banking"
+ }
+ },
+ {
+ "status": "active",
+ "code": "zen_wallet",
+ "vendor": "zenwallet",
+ "category": "digital_wallet",
+ "name": {
+ "en": "Zen wallet",
+ "ru": "Zen кошелек",
+ "uk": "Zen гаманець"
+ }
+ },
+ {
+ "status": "active",
+ "code": "dutch_bangla_bank_limited_rocket",
+ "category": "digital_wallet",
+ "name": {
+ "en": "Dutch-Bangla Bank Rocket",
+ "ru": "Dutch-Bangla Bank Rocket",
+ "uk": "Dutch-Bangla Bank Rocket"
+ }
+ },
+ {
+ "status": "active",
+ "code": "united_commercial_bank_upay",
+ "category": "digital_wallet",
+ "name": {
+ "en": "United Commercial Bank Upay",
+ "ru": "United Commercial Bank Upay",
+ "uk": "United Commercial Bank Upay"
+ }
+ },
+ {
+ "status": "active",
+ "code": "nagad_wallet",
+ "category": "digital_wallet",
+ "name": {
+ "en": "Nagad Digital Financial Service",
+ "ru": "Nagad Digital Financial Service",
+ "uk": "Nagad Digital Financial Service"
+ }
+ },
+ {
+ "status": "active",
+ "code": "anz_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Australia and New Zealand Banking (ANZ Bank)",
+ "ru": "Australia and New Zealand Banking (ANZ Bank)",
+ "uk": "Australia and New Zealand Banking (ANZ Bank)"
+ }
+ },
+ {
+ "status": "active",
+ "code": "mhb_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Mekong Housing Bank (MHB Bank)",
+ "ru": "Mekong Housing Bank (MHB Bank)",
+ "uk": "Mekong Housing Bank (MHB Bank)"
+ }
+ },
+ {
+ "status": "active",
+ "code": "bank_for_agriculture",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Bank for Agriculture",
+ "ru": "Bank for Agriculture",
+ "uk": "Bank for Agriculture"
+ }
+ },
+ {
+ "status": "active",
+ "code": "islamic_bank_of_thailand",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Islamic Bank of Thailand",
+ "ru": "Islamic Bank of Thailand",
+ "uk": "Islamic Bank of Thailand"
+ }
+ },
+ {
+ "status": "active",
+ "code": "thai_credit_retail_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Thai Credit Retail Bank",
+ "ru": "Thai Credit Retail Bank",
+ "uk": "Thai Credit Retail Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "tisco_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Tisco Bank",
+ "ru": "Tisco Bank",
+ "uk": "Tisco Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "asia_united_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Asia United Bank",
+ "ru": "Asia United Bank",
+ "uk": "Asia United Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "bdo_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Banco de Oro",
+ "ru": "Banco de Oro",
+ "uk": "Banco de Oro"
+ }
+ },
+ {
+ "status": "active",
+ "code": "bdo_network_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "BDO Network Bank",
+ "ru": "BDO Network Bank",
+ "uk": "BDO Network Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "philippine_islands_family_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "BPI Family Bank",
+ "ru": "BPI Family Bank",
+ "uk": "BPI Family Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "coins_ph",
+ "category": "digital_wallet",
+ "name": {
+ "en": "COINS.PH",
+ "ru": "COINS.PH",
+ "uk": "COINS.PH"
+ }
+ },
+ {
+ "status": "active",
+ "code": "bank_of_commerce",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Bank of Commerce",
+ "ru": "Bank of Commerce",
+ "uk": "Bank of Commerce"
+ }
+ },
+ {
+ "status": "active",
+ "code": "china_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Chinabank CA/SA",
+ "ru": "Chinabank CA/SA",
+ "uk": "Chinabank CA/SA"
+ }
+ },
+ {
+ "status": "active",
+ "code": "china_bank_savings",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Chinabank Savings",
+ "ru": "Chinabank Savings",
+ "uk": "Chinabank Savings"
+ }
+ },
+ {
+ "status": "active",
+ "code": "cebuana_lhuillier",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Cebuana Lhuillier",
+ "ru": "Cebuana Lhuillier",
+ "uk": "Cebuana Lhuillier"
+ }
+ },
+ {
+ "status": "active",
+ "code": "ctbc_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Chinatrust",
+ "ru": "Chinatrust",
+ "uk": "Chinatrust"
+ }
+ },
+ {
+ "status": "active",
+ "code": "grabpay_wallet",
+ "category": "digital_wallet",
+ "name": {
+ "en": "GrabPay Wallet",
+ "ru": "GrabPay Wallet",
+ "uk": "GrabPay Wallet"
+ }
+ },
+ {
+ "status": "active",
+ "code": "lbc",
+ "category": "bank_transfer",
+ "name": {
+ "en": "LBC",
+ "ru": "LBC",
+ "uk": "LBC"
+ }
+ },
+ {
+ "status": "active",
+ "code": "pera_hub_bank",
+ "category": "online_banking",
+ "name": {
+ "en": "PeraHub",
+ "ru": "PeraHub",
+ "uk": "PeraHub"
+ }
+ },
+ {
+ "status": "active",
+ "code": "ps_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "PSBank (Philippine Savings Bank)",
+ "ru": "PSBank (Philippine Savings Bank)",
+ "uk": "PSBank (Philippine Savings Bank)"
+ }
+ },
+ {
+ "status": "active",
+ "code": "veterans_bank",
+ "category": "online_banking",
+ "name": {
+ "en": "Veterans Bank (Philippine Veterans Bank)",
+ "ru": "Veterans Bank (Philippine Veterans Bank)",
+ "uk": "Veterans Bank (Philippine Veterans Bank)"
+ }
+ },
+ {
+ "status": "active",
+ "code": "rd_pawnshop",
+ "category": "bank_transfer",
+ "name": {
+ "en": "RD Pawnshop Cash Pickup",
+ "ru": "RD Pawnshop Cash Pickup",
+ "uk": "RD Pawnshop Cash Pickup"
+ }
+ },
+ {
+ "status": "active",
+ "code": "robinsons_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Robinsons Bank CA/SA",
+ "ru": "Robinsons Bank CA/SA",
+ "uk": "Robinsons Bank CA/SA"
+ }
+ },
+ {
+ "status": "active",
+ "code": "ucpb",
+ "category": "bank_transfer",
+ "name": {
+ "en": "UCPB CA/SA (United Coconut Planters Bank)",
+ "ru": "UCPB CA/SA (United Coconut Planters Bank)",
+ "uk": "UCPB CA/SA (United Coconut Planters Bank)"
+ }
+ },
+ {
+ "status": "active",
+ "code": "villarica_pawnshop",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Villarica Pawnshop",
+ "ru": "Villarica Pawnshop",
+ "uk": "Villarica Pawnshop"
+ }
+ },
+ {
+ "status": "active",
+ "code": "philippine_bank_of_communications",
+ "category": "bank_transfer",
+ "name": {
+ "en": "PBCom (Philippine Bank of Communications)",
+ "ru": "PBCom (Philippine Bank of Communications)",
+ "uk": "PBCom (Philippine Bank of Communications)"
+ }
+ },
+ {
+ "status": "active",
+ "code": "hsbc_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "HSBC Bank (Vietnam) Ltd",
+ "ru": "HSBC Bank (Vietnam) Ltd",
+ "uk": "HSBC Bank (Vietnam) Ltd"
+ }
+ },
+ {
+ "status": "active",
+ "code": "m_lhuillier",
+ "category": "bank_transfer",
+ "name": {
+ "en": "M. Lhuillier",
+ "ru": "M. Lhuillier",
+ "uk": "M. Lhuillier"
+ }
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_token",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Bank Transfer by Token",
+ "ru": "Банковский перевод по токену",
+ "uk": "Банківський переказ по токену"
+ }
+ },
+ {
+ "status": "active",
+ "code": "deniz_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "DenizBank",
+ "ru": "DenizBank",
+ "uk": "DenizBank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "garanti_bbva",
+ "category": "bank_transfer",
+ "name": {
+ "en": "T. Garanti Bankası A.Ş.",
+ "ru": "T. Garanti Bankası A.Ş.",
+ "uk": "T. Garanti Bankası A.Ş."
+ }
+ },
+ {
+ "status": "active",
+ "code": "halk_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Türkiye Halk Bankası A.Ş.",
+ "ru": "Türkiye Halk Bankası A.Ş.",
+ "uk": "Türkiye Halk Bankası A.Ş."
+ }
+ },
+ {
+ "status": "active",
+ "code": "vakif_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "VakıfBank",
+ "ru": "VakıfBank",
+ "uk": "VakıfBank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "yapi_kredi_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Yapı ve Kredi Bankası A.Ş.",
+ "ru": "Yapı ve Kredi Bankası A.Ş.",
+ "uk": "Yapı ve Kredi Bankası A.Ş."
+ }
+ },
+ {
+ "status": "active",
+ "code": "kuveyt_turk_katilim_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Kuveyt Türk Participation Bank",
+ "ru": "Kuveyt Türk Participation Bank",
+ "uk": "Kuveyt Türk Participation Bank"
+ }
+ },
+ {
+ "code": "kunapay_crypto",
+ "vendor": "kunapay",
+ "category": "alternative",
+ "status": "active",
+ "name": {
+ "en": "KunaPay Crypto",
+ "ru": "KunaPay Crypto",
+ "uk": "KunaPay Crypto"
+ }
+ },
+ {
+ "code": "diamond_bank_nigeria",
+ "vendor": "diamond_bank_nigeria",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "Access Bank Plc (Diamond), Nigeria",
+ "ru": "Access Bank Plc (Diamond), Nigeria",
+ "uk": "Access Bank Plc (Diamond), Nigeria"
+ }
+ },
+ {
+ "code": "citi_bank_nigeria",
+ "vendor": "citi_bank_nigeria",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "Citi Bank, Nigeria",
+ "ru": "Citi Bank, Nigeria",
+ "uk": "Citi Bank, Nigeria"
+ }
+ },
+ {
+ "code": "ecobank_nigeria",
+ "vendor": "ecobank_nigeria",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "Ecobank, Nigeria",
+ "ru": "Ecobank, Nigeria",
+ "uk": "Ecobank, Nigeria"
+ }
+ },
+ {
+ "code": "fsmb_nigeria",
+ "vendor": "fsmb_nigeria",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "FCMB Plc, Nigeria",
+ "ru": "FCMB Plc, Nigeria",
+ "uk": "FCMB Plc, Nigeria"
+ }
+ },
+ {
+ "code": "fidelity_bank_nigeria",
+ "vendor": "fidelity_bank_nigeria",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "Fidelity Bank, Nigeria",
+ "ru": "Fidelity Bank, Nigeria",
+ "uk": "Fidelity Bank, Nigeria"
+ }
+ },
+ {
+ "code": "first_bank_of_nigeria",
+ "vendor": "first_bank_of_nigeria",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "First Bank of Nigeria",
+ "ru": "First Bank of Nigeria",
+ "uk": "First Bank of Nigeria"
+ }
+ },
+ {
+ "code": "moniepoint_mfb_nigeria",
+ "vendor": "moniepoint_mfb_nigeria",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "Moniepoint MFB",
+ "ru": "Moniepoint MFB",
+ "uk": "Moniepoint MFB"
+ }
+ },
+ {
+ "code": "kuda_bank_nigeria",
+ "vendor": "kuda_bank_nigeria",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "Kuda Bank",
+ "ru": "Kuda Bank",
+ "uk": "Kuda Bank"
+ }
+ },
+ {
+ "code": "opay_digital_services_nigeria",
+ "vendor": "opay_digital_services_nigeria",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "OPay Digital Services",
+ "ru": "OPay Digital Services",
+ "uk": "OPay Digital Services"
+ }
+ },
+ {
+ "code": "absa_bank_ghana_ltd",
+ "vendor": "absa_bank_ghana_ltd",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "Absa Bank Ghana Ltd",
+ "ru": "Absa Bank Ghana Ltd",
+ "uk": "Absa Bank Ghana Ltd"
+ }
+ },
+ {
+ "code": "ecobank_ghana_limited",
+ "vendor": "ecobank_ghana_limited",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "Ecobank Ghana Limited",
+ "ru": "Ecobank Ghana Limited",
+ "uk": "Ecobank Ghana Limited"
+ }
+ },
+ {
+ "code": "fidelity_bank_ghana_limited",
+ "vendor": "fidelity_bank_ghana_limited",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "Fidelity Bank Ghana Limited",
+ "ru": "Fidelity Bank Ghana Limited",
+ "uk": "Fidelity Bank Ghana Limited"
+ }
+ },
+ {
+ "code": "gcb_bank_limited_ghana",
+ "vendor": "gcb_bank_limited_ghana",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "GCB Bank Limited",
+ "ru": "GCB Bank Limited",
+ "uk": "GCB Bank Limited"
+ }
+ },
+ {
+ "code": "standard_chartered_bank_ghana_limited",
+ "vendor": "standard_chartered_bank_ghana_limited",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "Standard Chartered Bank Ghana Limited",
+ "ru": "Standard Chartered Bank Ghana Limited",
+ "uk": "Standard Chartered Bank Ghana Limited"
+ }
+ },
+ {
+ "code": "stanbic_bank_ghana_limited",
+ "vendor": "stanbic_bank_ghana_limited",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "Stanbic Bank Ghana Limited",
+ "ru": "Stanbic Bank Ghana Limited",
+ "uk": "Stanbic Bank Ghana Limited"
+ }
+ },
+ {
+ "code": "united_bank_for_africa_ghana_limited",
+ "vendor": "united_bank_for_africa_ghana_limited",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "United Bank for Africa Ghana Limited",
+ "ru": "United Bank for Africa Ghana Limited",
+ "uk": "United Bank for Africa Ghana Limited"
+ }
+ },
+ {
+ "code": "zenith_bank_ghana",
+ "vendor": "zenith_bank_ghana",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "Zenith Bank Ghana",
+ "ru": "Zenith Bank Ghana",
+ "uk": "Zenith Bank Ghana"
+ }
+ },
+ {
+ "code": "absa_bank_kenya_plc",
+ "vendor": "absa_bank_kenya_plc",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "Absa Bank Kenya Plc",
+ "ru": "Absa Bank Kenya Plc",
+ "uk": "Absa Bank Kenya Plc"
+ }
+ },
+ {
+ "code": "cooperative_bank_of_kenya_ltd",
+ "vendor": "cooperative_bank_of_kenya_ltd",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "Co-operative Bank of Kenya Ltd",
+ "ru": "Co-operative Bank of Kenya Ltd",
+ "uk": "Co-operative Bank of Kenya Ltd"
+ }
+ },
+ {
+ "code": "equity_bank_kenya_ltd",
+ "vendor": "equity_bank_kenya_ltd",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "Equity Bank Kenya Ltd",
+ "ru": "Equity Bank Kenya Ltd",
+ "uk": "Equity Bank Kenya Ltd"
+ }
+ },
+ {
+ "code": "kenya_commercial_bank",
+ "vendor": "kenya_commercial_bank",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "Kenya Commercial Bank (KCB Bank)",
+ "ru": "Kenya Commercial Bank (KCB Bank)",
+ "uk": "Kenya Commercial Bank (KCB Bank)"
+ }
+ },
+ {
+ "code": "ncba_bank_kenya",
+ "vendor": "ncba_bank_kenya",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "NCBA Bank Kenya",
+ "ru": "NCBA Bank Kenya",
+ "uk": "NCBA Bank Kenya"
+ }
+ },
+ {
+ "code": "standard_chartered_bank_kenya",
+ "vendor": "standard_chartered_bank_kenya",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "Standard Chartered Bank Kenya",
+ "ru": "Standard Chartered Bank Kenya",
+ "uk": "Standard Chartered Bank Kenya"
+ }
+ },
+ {
+ "code": "stanbic_bank_kenya_limited",
+ "vendor": "stanbic_bank_kenya_limited",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "Stanbic Bank Kenya Limited",
+ "ru": "Stanbic Bank Kenya Limited",
+ "uk": "Stanbic Bank Kenya Limited"
+ }
+ },
+ {
+ "code": "united_bank_for_africa_kenya_ltd",
+ "vendor": "united_bank_for_africa_kenya_ltd",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "United Bank for Africa Kenya Ltd",
+ "ru": "United Bank for Africa Kenya Ltd",
+ "uk": "United Bank for Africa Kenya Ltd"
+ }
+ },
+ {
+ "code": "polaris_bank_nigeria",
+ "vendor": "polaris_bank_nigeria",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "Polaris Bank, Nigeria",
+ "ru": "Polaris Bank, Nigeria",
+ "uk": "Polaris Bank, Nigeria"
+ }
+ },
+ {
+ "code": "stanbic_bank_nigeria",
+ "vendor": "stanbic_bank_nigeria",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "Stanbic IBTC Bank, Nigeria",
+ "ru": "Stanbic IBTC Bank, Nigeria",
+ "uk": "Stanbic IBTC Bank, Nigeria"
+ }
+ },
+ {
+ "code": "tyme_bank",
+ "vendor": "tyme_bank",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "Tyme Bank, South Africa",
+ "ru": "Tyme Bank, South Africa",
+ "uk": "Tyme Bank, South Africa"
+ }
+ },
+ {
+ "code": "african_bank",
+ "vendor": "african_bank",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "African Bank, South Africa",
+ "ru": "African Bank, South Africa",
+ "uk": "African Bank, South Africa"
+ }
+ },
+ {
+ "code": "bidvest_bank",
+ "vendor": "bidvest_bank",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "Bidvest Bank, South Africa",
+ "ru": "Bidvest Bank, South Africa",
+ "uk": "Bidvest Bank, South Africa"
+ }
+ },
+ {
+ "code": "t_kash",
+ "category": "mobile_payment",
+ "status": "active",
+ "name": {
+ "en": "T-Kash",
+ "ru": "T-Kash",
+ "uk": "T-Kash"
+ }
+ },
+ {
+ "code": "telkom_kenya",
+ "category": "mobile_payment",
+ "status": "active",
+ "name": {
+ "en": "Telkom",
+ "ru": "Telkom",
+ "uk": "Telkom"
+ }
+ },
+ {
+ "status": "active",
+ "code": "oriental_wallet",
+ "category": "digital_wallet",
+ "name": {
+ "en": "Oriental Wallet",
+ "ru": "Oriental Wallet",
+ "uk": "Oriental Wallet"
+ }
+ },
+ {
+ "status": "active",
+ "code": "instapay",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Instapay",
+ "ru": "Instapay",
+ "uk": "Instapay"
+ }
+ },
+ {
+ "status": "active",
+ "code": "pesonet",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Pesonet",
+ "ru": "Pesonet",
+ "uk": "Pesonet"
+ }
+ },
+ {
+ "code": "bank_transfer_aggregated",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "Bank Transfer Aggregated",
+ "ru": "Bank Transfer Aggregated",
+ "uk": "Bank Transfer Aggregated"
+ }
+ },
+ {
+ "status": "active",
+ "code": "m10",
+ "category": "digital_wallet",
+ "name": {
+ "en": "M10",
+ "ru": "M10",
+ "uk": "M10"
+ }
+ },
+ {
+ "status": "active",
+ "code": "emanat",
+ "category": "invoice_payment",
+ "name": {
+ "en": "eManat",
+ "ru": "eManat",
+ "uk": "eManat"
+ }
+ },
+ {
+ "code": "cardano",
+ "vendor": "cardano",
+ "category": "alternative",
+ "status": "active",
+ "name": {
+ "en": "Cardano",
+ "ru": "Cardano",
+ "uk": "Cardano"
+ }
+ },
+ {
+ "code": "astropay_wallet",
+ "category": "digital_wallet",
+ "status": "active",
+ "name": {
+ "en": "Astropay Wallet",
+ "ru": "Astropay Wallet",
+ "uk": "Astropay Wallet"
+ }
+ },
+ {
+ "status": "active",
+ "code": "otp_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "OTP Bank",
+ "ru": "OTP Bank",
+ "uk": "OTP Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "creditagricole_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Credit Agricole",
+ "ru": "Credit Agricole",
+ "uk": "Credit Agricole"
+ }
+ },
+ {
+ "status": "active",
+ "code": "creditdnipro_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Credit Dnipro",
+ "ru": "Credit Dnipro",
+ "uk": "Credit Dnipro"
+ }
+ },
+ {
+ "status": "active",
+ "code": "vlasnyirakhunok_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Vlasnyi Rakhunok",
+ "ru": "Vlasnyi Rakhunok",
+ "uk": "Vlasnyi Rakhunok"
+ }
+ },
+ {
+ "status": "active",
+ "code": "izi_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "IZI",
+ "ru": "IZI",
+ "uk": "IZI"
+ }
+ },
+ {
+ "status": "active",
+ "code": "pumb_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "PUMB",
+ "ru": "PUMB",
+ "uk": "PUMB"
+ }
+ },
+ {
+ "status": "active",
+ "code": "abank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "A Bank",
+ "ru": "A Bank",
+ "uk": "A Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "mono_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Mono Bank",
+ "ru": "Mono Bank",
+ "uk": "Mono Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "centercredit_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Center Credit",
+ "ru": "Center Credit",
+ "uk": "Center Credit"
+ }
+ },
+ {
+ "status": "active",
+ "code": "forte_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Forte Bank",
+ "ru": "Forte Bank",
+ "uk": "Forte Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "altyn_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Altyn Bank",
+ "ru": "Altyn Bank",
+ "uk": "Altyn Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "halyk_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Halyk Bank",
+ "ru": "Halyk Bank",
+ "uk": "Halyk Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "jusan_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Jusan Bank",
+ "ru": "Jusan Bank",
+ "uk": "Jusan Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "kaspi_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Kaspi Bank",
+ "ru": "Kaspi Bank",
+ "uk": "Kaspi Bank"
+ }
+ },
+ {
+ "status":"active",
+ "code":"albaraka_bank",
+ "category":"bank_transfer",
+ "name":{
+ "en": "Albaraka Bank, South Africa",
+ "ru": "Albaraka Bank, South Africa",
+ "uk": "Albaraka Bank, South Africa"
+ }
+ },
+ {
+ "status":"active",
+ "code":"bank_zero",
+ "category":"bank_transfer",
+ "name":{
+ "en": "Bank Zero, South Africa",
+ "ru": "Bank Zero, South Africa",
+ "uk": "Bank Zero, South Africa"
+ }
+ },
+ {
+ "status":"active",
+ "code":"discovery_bank",
+ "category":"bank_transfer",
+ "name":{
+ "en": "Discovery Bank Limited, South Africa",
+ "ru": "Discovery Bank Limited, South Africa",
+ "uk": "Discovery Bank Limited, South Africa"
+ }
+ },
+ {
+ "status":"active",
+ "code":"finbond_mutual_bank",
+ "category":"bank_transfer",
+ "name":{
+ "en": "Finbond Mutual Bank, South Africa",
+ "ru": "Finbond Mutual Bank, South Africa",
+ "uk": "Finbond Mutual Bank, South Africa"
+ }
+ },
+ {
+ "status":"active",
+ "code":"first_rand_bank",
+ "category":"bank_transfer",
+ "name":{
+ "en": "FirstRand Bank, South Africa",
+ "ru": "FirstRand Bank, South Africa",
+ "uk": "FirstRand Bank, South Africa"
+ }
+ },
+ {
+ "status":"active",
+ "code":"grindrod_bank",
+ "category":"bank_transfer",
+ "name":{
+ "en": "Grindrod Bank, South Africa",
+ "ru": "Grindrod Bank, South Africa",
+ "uk": "Grindrod Bank, South Africa"
+ }
+ },
+ {
+ "status":"active",
+ "code":"hsbc_south_africa",
+ "category":"bank_transfer",
+ "name":{
+ "en": "HSBC Bank, South Africa",
+ "ru": "HSBC Bank, South Africa",
+ "uk": "HSBC Bank, South Africa"
+ }
+ },
+ {
+ "status":"active",
+ "code":"olympus_mobile_bank",
+ "category":"bank_transfer",
+ "name":{
+ "en": "Olympus Mobile Bank, South Africa",
+ "ru": "Olympus Mobile Bank, South Africa",
+ "uk": "Olympus Mobile Bank, South Africa"
+ }
+ },
+ {
+ "status":"active",
+ "code":"rmb_private_bank",
+ "category":"bank_transfer",
+ "name":{
+ "en": "RMB Private Bank, South Africa",
+ "ru": "RMB Private Bank, South Africa",
+ "uk": "RMB Private Bank, South Africa"
+ }
+ },
+ {
+ "status":"active",
+ "code":"sasfin_bank",
+ "category":"bank_transfer",
+ "name":{
+ "en": "SASFIN Bank, South Africa",
+ "ru": "SASFIN Bank, South Africa",
+ "uk": "SASFIN Bank, South Africa"
+ }
+ },
+ {
+ "status":"active",
+ "code":"south_african_bank_of_athens",
+ "category":"bank_transfer",
+ "name":{
+ "en": "South African Bank of Athens",
+ "ru": "South African Bank of Athens",
+ "uk": "South African Bank of Athens"
+ }
+ },
+ {
+ "status":"active",
+ "code":"ubank",
+ "category":"bank_transfer",
+ "name":{
+ "en": "Ubank LTD, South Africa",
+ "ru": "Ubank LTD, South Africa",
+ "uk": "Ubank LTD, South Africa"
+ }
+ },
+ {
+ "status":"active",
+ "code":"vbs_mutual_bank",
+ "category":"bank_transfer",
+ "name":{
+ "en": "VBS Mutual Bank, South Africa",
+ "ru": "VBS Mutual Bank, South Africa",
+ "uk": "VBS Mutual Bank, South Africa"
+ }
+ },
+ {
+ "status": "active",
+ "code": "paybol",
+ "category": "digital_wallet",
+ "name": {
+ "en": "Paybol",
+ "ru": "Paybol",
+ "uk": "Paybol"
+ }
+ },
+ {
+ "status": "active",
+ "code": "nova_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "NovaBank",
+ "ru": "NovaBank",
+ "uk": "NovaBank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "community_bank",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Community Bank",
+ "uk": "Community Bank",
+ "ru": "Community Bank"
+ }
+ },
+ {
+ "status":"active",
+ "code":"etisalat_cash",
+ "category":"digital_wallet",
+ "name":{
+ "en":"Etisalat Cash",
+ "ru":"Etisalat Cash",
+ "uk":"Etisalat Cash"
+ }
+ },
+ {
+ "status":"active",
+ "code":"cib_smart_wallet",
+ "category":"digital_wallet",
+ "name":{
+ "en":"CIB Smart Wallet",
+ "ru":"CIB Smart Wallet",
+ "uk":"CIB Smart Wallet"
+ }
+ },
+ {
+ "code": "colombia_bank",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "BANCOLOMBIA",
+ "ru": "BANCOLOMBIA",
+ "uk": "BANCOLOMBIA"
+ }
+ },
+ {
+ "code": "bogota_desarrollo_bank",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "BANCO DE BOGOTA DESARROLLO 2013",
+ "ru": "BANCO DE BOGOTA DESARROLLO 2013",
+ "uk": "BANCO DE BOGOTA DESARROLLO 2013"
+ }
+ },
+ {
+ "code": "davivienda_bank",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "BANCO DAVIVIENDA",
+ "ru": "BANCO DAVIVIENDA",
+ "uk": "BANCO DAVIVIENDA"
+ }
+ },
+ {
+ "code": "bbva_colombia",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "BANCO BBVA COLOMBIA S.A.",
+ "ru": "BANCO BBVA COLOMBIA S.A.",
+ "uk": "BANCO BBVA COLOMBIA S.A."
+ }
+ },
+ {
+ "code": "occidente_bank",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "BANCO DE OCCIDENTE",
+ "ru": "BANCO DE OCCIDENTE",
+ "uk": "BANCO DE OCCIDENTE"
+ }
+ },
+ {
+ "code": "scotiabank",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "SCOTIABANK COLPATRIA",
+ "ru": "SCOTIABANK COLPATRIA",
+ "uk": "SCOTIABANK COLPATRIA"
+ }
+ },
+ {
+ "code": "bancoitau",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "BANCO ITAU",
+ "ru": "BANCO ITAU",
+ "uk": "BANCO ITAU"
+ }
+ },
+ {
+ "code": "gnb_sudameris_bank",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "BANCO GNB SUDAMERIS",
+ "ru": "BANCO GNB SUDAMERIS",
+ "uk": "BANCO GNB SUDAMERIS"
+ }
+ },
+ {
+ "code": "citibank_colombia",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "Citigroup Inc",
+ "ru": "Citigroup Inc",
+ "uk": "Citigroup Inc"
+ }
+ },
+ {
+ "code": "bancopopular",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "BANCO POPULAR",
+ "ru": "BANCO POPULAR",
+ "uk": "BANCO POPULAR"
+ }
+ },
+ {
+ "code": "daviplata",
+ "category": "digital_wallet",
+ "status": "active",
+ "name": {
+ "en": "DAVIPLATA",
+ "ru": "DAVIPLATA",
+ "uk": "DAVIPLATA"
+ }
+ },
+ {
+ "code": "movii",
+ "category": "digital_wallet",
+ "status": "active",
+ "name": {
+ "en": "MOVII",
+ "ru": "MOVII",
+ "uk": "MOVII"
+ }
+ },
+ {
+ "code": "nequi",
+ "category": "digital_wallet",
+ "status": "active",
+ "name": {
+ "en": "NEQUI",
+ "ru": "NEQUI",
+ "uk": "NEQUI"
+ }
+ },
+ {
+ "code": "bancamia",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "BANCAMIA S.A.",
+ "ru": "BANCAMIA S.A.",
+ "uk": "BANCAMIA S.A."
+ }
+ },
+ {
+ "code": "banco_agrario",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "BANCO AGRARIO",
+ "ru": "BANCO AGRARIO",
+ "uk": "BANCO AGRARIO"
+ }
+ },
+ {
+ "code": "banco_av_villas",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "BANCO AV VILLAS",
+ "ru": "BANCO AV VILLAS",
+ "uk": "BANCO AV VILLAS"
+ }
+ },
+ {
+ "code": "banco_caja_social",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "BANCO CAJA SOCIAL",
+ "ru": "BANCO CAJA SOCIAL",
+ "uk": "BANCO CAJA SOCIAL"
+ }
+ },
+ {
+ "code": "coopcentral",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "BANCO COOPERATIVO COOPCENTRAL",
+ "ru": "BANCO COOPERATIVO COOPCENTRAL",
+ "uk": "BANCO COOPERATIVO COOPCENTRAL"
+ }
+ },
+ {
+ "code": "credifinanciera",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "BANCO CREDIFINANCIERA",
+ "ru": "BANCO CREDIFINANCIERA",
+ "uk": "BANCO CREDIFINANCIERA"
+ }
+ },
+ {
+ "code": "bogota_bank",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "BANCO DE BOGOTA",
+ "ru": "BANCO DE BOGOTA",
+ "uk": "BANCO DE BOGOTA"
+ }
+ },
+ {
+ "code": "banco_falabella",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "BANCO FALABELLA",
+ "ru": "BANCO FALABELLA",
+ "uk": "BANCO FALABELLA"
+ }
+ },
+ {
+ "code": "banco_pichincha",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "BANCO PICHINCHA S.A.",
+ "ru": "BANCO PICHINCHA S.A.",
+ "uk": "BANCO PICHINCHA S.A."
+ }
+ },
+ {
+ "code": "santander_colombia",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "BANCO SANTANDER COLOMBIA",
+ "ru": "BANCO SANTANDER COLOMBIA",
+ "uk": "BANCO SANTANDER COLOMBIA"
+ }
+ },
+ {
+ "code": "banco_serfinanza",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "BANCO SERFINANZA",
+ "ru": "BANCO SERFINANZA",
+ "uk": "BANCO SERFINANZA"
+ }
+ },
+ {
+ "code": "banco_union",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "BANCO UNION antes GIROS",
+ "ru": "BANCO UNION antes GIROS",
+ "uk": "BANCO UNION antes GIROS"
+ }
+ },
+ {
+ "code": "bancoomeva",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "BANCOOMEVA S.A.",
+ "ru": "BANCOOMEVA S.A.",
+ "uk": "BANCOOMEVA S.A."
+ }
+ },
+ {
+ "code": "cfa_cooperativa",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "CFA COOPERATIVA FINANCIERA",
+ "ru": "CFA COOPERATIVA FINANCIERA",
+ "uk": "CFA COOPERATIVA FINANCIERA"
+ }
+ },
+ {
+ "code": "citibank",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "CITIBANK",
+ "ru": "CITIBANK",
+ "uk": "CITIBANK"
+ }
+ },
+ {
+ "code": "coltefinanciera",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "COLTEFINANCIERA",
+ "ru": "COLTEFINANCIERA",
+ "uk": "COLTEFINANCIERA"
+ }
+ },
+ {
+ "code": "confiar_cooperativa",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "CONFIAR COOPERATIVA FINANCIERA",
+ "ru": "CONFIAR COOPERATIVA FINANCIERA",
+ "uk": "CONFIAR COOPERATIVA FINANCIERA"
+ }
+ },
+ {
+ "code": "coofinep",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "COOFINEP COOPERATIVA FINANCIERA",
+ "ru": "COOFINEP COOPERATIVA FINANCIERA",
+ "uk": "COOFINEP COOPERATIVA FINANCIERA"
+ }
+ },
+ {
+ "code": "cotrafa",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "COTRAFA",
+ "ru": "COTRAFA",
+ "uk": "COTRAFA"
+ }
+ },
+ {
+ "code": "iris",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "IRIS",
+ "ru": "IRIS",
+ "uk": "IRIS"
+ }
+ },
+ {
+ "code": "lulo_bank",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "LULO BANK",
+ "ru": "LULO BANK",
+ "uk": "LULO BANK"
+ }
+ },
+ {
+ "code": "rappipay_daviplata",
+ "category": "digital_wallet",
+ "status": "active",
+ "name": {
+ "en": "Rappipay Daviplata",
+ "ru": "Rappipay Daviplata",
+ "uk": "Rappipay Daviplata"
+ }
+ },
+ {
+ "code": "rappipay",
+ "category": "digital_wallet",
+ "status": "active",
+ "name": {
+ "en": "RappiPay Compañía de Financiamiento S.A",
+ "ru": "RappiPay Compañía de Financiamiento S.A",
+ "uk": "RappiPay Compañía de Financiamiento S.A"
+ }
+ },
+ {
+ "code": "dale",
+ "category": "digital_wallet",
+ "status": "active",
+ "name": {
+ "en": "Dale",
+ "ru": "Dale",
+ "uk": "Dale"
+ }
+ },
+ {
+ "code": "bni_bank",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "BNI Bank",
+ "ru": "BNI Bank",
+ "uk": "BNI Bank"
+ }
+ },
+ {
+ "code": "bri_bank",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "BRI Bank",
+ "ru": "BRI Bank",
+ "uk": "BRI Bank"
+ }
+ },
+ {
+ "code": "bca_bank",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "BCA Bank",
+ "ru": "BCA Bank",
+ "uk": "BCA Bank"
+ }
+ },
+ {
+ "status": "active",
+ "code": "gopay",
+ "category": "digital_wallet",
+ "name": {
+ "en": "GoPay",
+ "uk": "GoPay",
+ "ru": "GoPay"
+ }
+ },
+ {
+ "status": "active",
+ "code": "ovo",
+ "category": "digital_wallet",
+ "name": {
+ "en": "OVO",
+ "uk": "OVO",
+ "ru": "OVO"
+ }
+ },
+ {
+ "status": "active",
+ "code": "dana",
+ "category": "digital_wallet",
+ "name": {
+ "en": "Dana",
+ "uk": "Dana",
+ "ru": "Dana"
+ }
+ },
+ {
+ "code": "linkaja",
+ "category": "digital_wallet",
+ "status": "active",
+ "name": {
+ "en": "PT Fintek Karya Nusantara Linkaja e-wallet",
+ "ru": "PT Fintek Karya Nusantara Linkaja e-wallet",
+ "uk": "PT Fintek Karya Nusantara Linkaja e-wallet"
+ }
+ },
+ {
+ "code": "bbva_bancomer",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "BBVA Bancomer S.A.",
+ "ru": "BBVA Bancomer S.A.",
+ "uk": "BBVA Bancomer S.A."
+ }
+ },
+ {
+ "code": "banco_santander",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "SANTANDER",
+ "ru": "SANTANDER",
+ "uk": "SANTANDER"
+ }
+ },
+ {
+ "code": "banorte",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "Banco Mercantil del Norte S.A.",
+ "ru": "Banco Mercantil del Norte S.A.",
+ "uk": "Banco Mercantil del Norte S.A."
+ }
+ },
+ {
+ "code": "shopeepay",
+ "category": "digital_wallet",
+ "status": "active",
+ "vendor": "shopeepay",
+ "name": {
+ "en": "ShopeePay",
+ "ru": "ShopeePay",
+ "uk": "ShopeePay"
+ }
+ },
+ {
+ "code": "activ_kcell",
+ "category": "telecommunications",
+ "status": "active",
+ "name": {
+ "en": "Kcell/Activ",
+ "ru": "Kcell/Activ",
+ "uk": "Kcell/Activ"
+ }
+ },
+ {
+ "code": "altel_tele2",
+ "category": "telecommunications",
+ "status": "active",
+ "name": {
+ "en": "Tele2/Altel",
+ "ru": "Tele2/Altel",
+ "uk": "Tele2/Altel"
+ }
+ },
+ {
+ "code": "rapipago",
+ "vendor": "rapipago",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "Rapipago",
+ "ru": "Rapipago",
+ "uk": "Rapipago"
+ }
+ },
+ {
+ "code": "ach",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "Automated Clearing House (ACH)",
+ "ru": "Automated Clearing House (ACH)",
+ "uk": "Automated Clearing House (ACH)"
+ }
+ },
+ {
+ "code": "eft",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "Electronic funds transfer (EFT)",
+ "ru": "Electronic funds transfer (EFT)",
+ "uk": "Electronic funds transfer (EFT)"
+ }
+ },
+ {
+ "code": "netbanking",
+ "category": "online_banking",
+ "status": "active",
+ "name": {
+ "en": "Net Banking",
+ "ru": "Net Banking",
+ "uk": "Net Banking"
+ }
+ },
+ {
+ "code": "blik",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "BLIK",
+ "uk": "BLIK",
+ "ru": "BLIK"
+ }
+ },
+ {
+ "code": "capitec_business",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "Capitec Business",
+ "uk": "Capitec Business",
+ "ru": "Capitec Business"
+ }
+ },
+ {
+ "code": "finbond_epe",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "Finbond EPE",
+ "uk": "Finbond EPE",
+ "ru": "Finbond EPE"
+ }
+ },
+ {
+ "code": "hbz_bank",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "HBZ Bank (Westville)",
+ "uk": "HBZ Bank (Westville)",
+ "ru": "HBZ Bank (Westville)"
+ }
+ },
+ {
+ "code": "jpmorgan_south_africa",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "JP Morgan South Africa",
+ "uk": "JP Morgan South Africa",
+ "ru": "JP Morgan South Africa"
+ }
+ },
+ {
+ "code": "khalti",
+ "category": "online_banking",
+ "status": "active",
+ "name": {
+ "en": "Khalti",
+ "ru": "Khalti",
+ "uk": "Khalti"
+ }
+ },
+ {
+ "code": "esewa",
+ "category": "online_banking",
+ "status": "active",
+ "name": {
+ "en": "Esewa",
+ "ru": "Esewa",
+ "uk": "Esewa"
+ }
+ },
+ {
+ "code": "imepay",
+ "category": "online_banking",
+ "status": "active",
+ "name": {
+ "en": "Imepay",
+ "ru": "Imepay",
+ "uk": "Imepay"
+ }
+ },
+ {
+ "code": "societe_generale_south_africa",
+ "category": "bank_transfer",
+ "status": "active",
+ "name": {
+ "en": "Société Générale South Africa",
+ "uk": "Société Générale South Africa",
+ "ru": "Société Générale South Africa"
+ }
+ },
+ {
+ "code": "pagomovil",
+ "category": "mobile_payment",
+ "status": "active",
+ "name": {
+ "en": "PagoMóvil",
+ "uk": "PagoMóvil",
+ "ru": "PagoMóvil"
+ }
+ },
+ {
+ "code": "binancepay",
+ "category": "alternative",
+ "status": "active",
+ "name": {
+ "en": "Binance Pay",
+ "ru": "Binance Pay",
+ "uk": "Binance Pay"
+ }
+ },
+ {
+ "code": "halotel",
+ "category": "mobile_payment",
+ "status": "active",
+ "name": {
+ "en": "Halotel",
+ "ru": "Halotel",
+ "uk": "Halotel"
+ }
+ },
+ {
+ "code": "mercadopago",
+ "category": "digital_wallet",
+ "vendor": "mercadopago",
+ "status": "active",
+ "name": {
+ "en": "MercadoPago",
+ "ru": "MercadoPago",
+ "uk": "MercadoPago"
+ }
+ },
+ {
+ "code": "hkma_fps",
+ "category": "digital_wallet",
+ "status": "active",
+ "name": {
+ "en": "HKMA - FPS",
+ "ru": "HKMA - FPS",
+ "uk": "HKMA - FPS"
+ }
+ },
+ {
+ "status":"active",
+ "code":"moov",
+ "category":"mobile_payment",
+ "name":{
+ "en":"Moov",
+ "ru": "Moov",
+ "uk": "Moov"
+ }
+ },
+ {
+ "status":"active",
+ "code":"tnm",
+ "category":"mobile_payment",
+ "name":{
+ "en":"TNM",
+ "ru": "TNM",
+ "uk": "TNM"
+ }
+ },
+ {
+ "code": "pse",
+ "category": "online_banking",
+ "status": "active",
+ "name": {
+ "en": "PSE",
+ "ru": "PSE",
+ "uk": "PSE"
+ }
+ },
+ {
+ "code": "vodafone",
+ "vendor": "vodafone",
+ "category": "mobile_payment",
+ "status": "active",
+ "name": {
+ "en": "Vodafone",
+ "ru": "Vodafone",
+ "uk": "Vodafone"
+ }
+ },
+ {
+ "status":"active",
+ "code":"etisalat",
+ "category":"mobile_payment",
+ "name":{
+ "en":"Etisalat",
+ "ru":"Etisalat",
+ "uk":"Etisalat"
+ }
+ },
+ {
+ "code": "moov_ci",
+ "vendor": "moov",
+ "category": "mobile_payment",
+ "status": "active",
+ "name": {
+ "en": "MOOV_CI",
+ "ru": "MOOV_CI",
+ "uk": "MOOV_CI"
+ }
+ },
+ {
+ "code": "mtn_ci",
+ "vendor": "mtn",
+ "category": "mobile_payment",
+ "status": "active",
+ "name": {
+ "en": "MTN",
+ "ru": "MTN",
+ "uk": "MTN"
+ }
+ },
+ {
+ "code": "orange_ci",
+ "vendor": "orange",
+ "category": "mobile_payment",
+ "status": "active",
+ "name": {
+ "en": "Orange",
+ "ru": "Orange",
+ "uk": "Orange"
+ }
+ },
+ {
+ "code": "wave_ci",
+ "vendor": "wave",
+ "category": "mobile_payment",
+ "status": "active",
+ "name": {
+ "en": "Wave",
+ "ru": "Wave",
+ "uk": "Wave"
+ }
+ },
+ {
+ "code": "moov_bf",
+ "vendor": "moov",
+ "category": "mobile_payment",
+ "status": "active",
+ "name": {
+ "en": "MOOV_BF",
+ "ru": "MOOV_BF",
+ "uk": "MOOV_BF"
+ }
+ },
+ {
+ "code": "orange_bf",
+ "vendor": "orange",
+ "category": "mobile_payment",
+ "status": "active",
+ "name": {
+ "en": "ORANGE_BF",
+ "ru": "ORANGE_BF",
+ "uk": "ORANGE_BF"
+ }
+ },
+ {
+ "code": "orange_ml",
+ "vendor": "orange",
+ "category": "mobile_payment",
+ "status": "active",
+ "name": {
+ "en": "ORANGE_ML",
+ "ru": "ORANGE_ML",
+ "uk": "ORANGE_ML"
+ }
+ },
+ {
+ "code": "moov_ml",
+ "vendor": "moov",
+ "category": "mobile_payment",
+ "status": "active",
+ "name": {
+ "en": "MOOV_ML",
+ "ru": "MOOV_ML",
+ "uk": "MOOV_ML"
+ }
+ },
+ {
+ "code": "moov_bj",
+ "vendor": "moov",
+ "category": "mobile_payment",
+ "status": "active",
+ "name": {
+ "en": "MOOV_BJ",
+ "ru": "MOOV_BJ",
+ "uk": "MOOV_BJ"
+ }
+ },
+ {
+ "code": "mtn_bj",
+ "vendor": "mtn",
+ "category": "mobile_payment",
+ "status": "active",
+ "name": {
+ "en": "MTN_BJ",
+ "ru": "MTN_BJ",
+ "uk": "MTN_BJ"
+ }
+ },
+ {
+ "code": "expresso_sn",
+ "vendor": "expresso",
+ "category": "mobile_payment",
+ "status": "active",
+ "name": {
+ "en": "Expresso",
+ "ru": "Expresso",
+ "uk": "Expresso"
+ }
+ },
+ {
+ "code": "wave_sn",
+ "vendor": "wave",
+ "category": "mobile_payment",
+ "status": "active",
+ "name": {
+ "en": "Wave",
+ "ru": "Wave",
+ "uk": "Wave"
+ }
+ },
+ {
+ "code": "orange_sn",
+ "vendor": "orange",
+ "category": "mobile_payment",
+ "status": "active",
+ "name": {
+ "en": "Orange",
+ "ru": "Orange",
+ "uk": "Orange"
+ }
+ },
+ {
+ "code": "free_sn",
+ "vendor": "free",
+ "category": "mobile_payment",
+ "status": "active",
+ "name": {
+ "en": "Free",
+ "ru": "Free",
+ "uk": "Free"
+ }
+ },
+ {
+ "code": "moov_tg",
+ "vendor": "moov",
+ "category": "mobile_payment",
+ "status": "active",
+ "name": {
+ "en": "MOOV_TG",
+ "ru": "MOOV_TG",
+ "uk": "MOOV_TG"
+ }
+ },
+ {
+ "code": "tmoney_tg",
+ "vendor": "tmoney",
+ "category": "mobile_payment",
+ "status": "active",
+ "name": {
+ "en": "TMoney",
+ "ru": "TMoney",
+ "uk": "TMoney"
+ }
+ },
+ {
+ "code": "mtn_cm",
+ "vendor": "mtn",
+ "category": "mobile_payment",
+ "status": "active",
+ "name": {
+ "en": "MTN",
+ "ru": "MTN",
+ "uk": "MTN"
+ }
+ },
+ {
+ "code": "orange_cm",
+ "vendor": "orange",
+ "category": "mobile_payment",
+ "status": "active",
+ "name": {
+ "en": "Orange",
+ "ru": "Orange",
+ "uk": "Orange"
+ }
+ },
+ {
+ "code": "tigopesa",
+ "vendor": "tigopesa",
+ "category": "mobile_payment",
+ "status": "active",
+ "name": {
+ "en": "TigoPesa",
+ "ru": "TigoPesa",
+ "uk": "TigoPesa"
+ }
+ },
+ {
+ "code": "orange_cash",
+ "category": "mobile_payment",
+ "status": "active",
+ "name": {
+ "en": "Orange cash",
+ "ru": "Orange cash",
+ "uk": "Orange cash"
+ }
+ },
+ {
+ "status": "active",
+ "code": "breb",
+ "category": "bank_transfer",
+ "name": {
+ "en": "Bre-B",
+ "ru": "Bre-B",
+ "uk": "Bre-B"
+ }
+ },
+ {
+ "status": "active",
+ "code": "transfiya",
+ "category": "bank_transfer",
+ "name": {
+ "en": "TransFiYa",
+ "ru": "TransFiYa",
+ "uk": "TransFiYa"
+ }
}
-]
\ No newline at end of file
+]
diff --git a/data/payout_services.json b/data/payout_services.json
index d028107a0..9fe395a68 100644
--- a/data/payout_services.json
+++ b/data/payout_services.json
@@ -43,9 +43,9 @@
"key": "phone_number",
"type": "string",
"label": {
- "en": "Vodafone number:",
- "uk": "Номер Vodafone:",
- "ru": "Номер Vodafone:"
+ "en": "Vodafone number: ",
+ "uk": "Номер Vodafone: ",
+ "ru": "Номер Vodafone: "
},
"regexp": "\/^(\\+380)[0-9]{9}$\/",
"required": true,
@@ -71,9 +71,9 @@
"key": "phone_number",
"type": "string",
"label": {
- "en": "Lifecell number:",
- "uk": "Номер Lifecell:",
- "ru": "Номер Lifecell:"
+ "en": "Lifecell number: ",
+ "uk": "Номер Lifecell: ",
+ "ru": "Номер Lifecell: "
},
"regexp": "\/^(\\+380)[0-9]{9}$\/",
"required": true,
@@ -99,9 +99,9 @@
"key": "phone_number",
"type": "string",
"label": {
- "en": "Kyivstar number:",
- "uk": "Номер Київстар:",
- "ru": "Номер Киевстар:"
+ "en": "Kyivstar number: ",
+ "uk": "Номер Київстар: ",
+ "ru": "Номер Киевстар: "
},
"regexp": "\/^(\\+380)[0-9]{9}$\/",
"required": true,
@@ -127,9 +127,9 @@
"key": "phone_number",
"type": "string",
"label": {
- "en": "3Mob Utel number:",
- "uk": "Номер 3Mob Utel:",
- "ru": "Номер 3Mob Utel:"
+ "en": "3Mob Utel number: ",
+ "uk": "Номер 3Mob Utel: ",
+ "ru": "Номер 3Mob Utel: "
},
"regexp": "\/^(\\+380)[0-9]{9}$\/",
"required": true,
@@ -245,7 +245,7 @@
}
],
"amount_min": "0.01",
- "amount_max": "100000"
+ "amount_max": "4100000"
},
{
"status": "active",
@@ -351,9 +351,9 @@
},
{
"status": "active",
- "code": "payment_card_amd",
+ "code": "payment_card_cad",
"method": "payment_card",
- "currency": "AMD",
+ "currency": "CAD",
"fields": [
{
"key": "card_number",
@@ -381,13 +381,13 @@
}
],
"amount_min": "0.01",
- "amount_max": "1000000"
+ "amount_max": "150000"
},
{
"status": "active",
- "code": "card",
+ "code": "payment_card_gel",
"method": "payment_card",
- "currency": "XXX",
+ "currency": "GEL",
"fields": [
{
"key": "card_number",
@@ -415,13 +415,13 @@
}
],
"amount_min": "0.01",
- "amount_max": "100000"
+ "amount_max": "280000"
},
{
"status": "active",
- "code": "payment_card_pln",
+ "code": "payment_card_huf",
"method": "payment_card",
- "currency": "PLN",
+ "currency": "HUF",
"fields": [
{
"key": "card_number",
@@ -449,13 +449,13 @@
}
],
"amount_min": "0.01",
- "amount_max": "1000000"
+ "amount_max": "39600000"
},
{
"status": "active",
- "code": "payment_card_gbp",
+ "code": "payment_card_hrk",
"method": "payment_card",
- "currency": "GBP",
+ "currency": "HRK",
"fields": [
{
"key": "card_number",
@@ -483,13 +483,13 @@
}
],
"amount_min": "0.01",
- "amount_max": "1000000"
+ "amount_max": "760000"
},
{
"status": "active",
- "code": "payment_card_ngn",
+ "code": "payment_card_aud",
"method": "payment_card",
- "currency": "NGN",
+ "currency": "AUD",
"fields": [
{
"key": "card_number",
@@ -516,14 +516,14 @@
}
}
],
- "amount_min": "1",
- "amount_max": "10000000"
+ "amount_min": "0.01",
+ "amount_max": "160000"
},
{
"status": "active",
- "code": "payment_card_nok",
+ "code": "payment_card_pkr",
"method": "payment_card",
- "currency": "NOK",
+ "currency": "PKR",
"fields": [
{
"key": "card_number",
@@ -550,14 +550,14 @@
}
}
],
- "amount_min": "1",
- "amount_max": "1000000"
+ "amount_min": "0.01",
+ "amount_max": "22500000"
},
{
"status": "active",
- "code": "payment_card_dkk",
+ "code": "payment_card_lkr",
"method": "payment_card",
- "currency": "DKK",
+ "currency": "LKR",
"fields": [
{
"key": "card_number",
@@ -584,14 +584,14 @@
}
}
],
- "amount_min": "1",
- "amount_max": "1000000"
+ "amount_min": "0.01",
+ "amount_max": "37000000"
},
{
"status": "active",
- "code": "payment_card_nzd",
+ "code": "payment_card_isk",
"method": "payment_card",
- "currency": "NZD",
+ "currency": "ISK",
"fields": [
{
"key": "card_number",
@@ -619,13 +619,13 @@
}
],
"amount_min": "1",
- "amount_max": "1000000"
+ "amount_max": "15000000"
},
{
"status": "active",
- "code": "payment_card_kgs",
+ "code": "payment_card_ils",
"method": "payment_card",
- "currency": "KGS",
+ "currency": "ILS",
"fields": [
{
"key": "card_number",
@@ -652,14 +652,14 @@
}
}
],
- "amount_min": "1",
- "amount_max": "10000000"
+ "amount_min": "0.01",
+ "amount_max": "360000"
},
{
"status": "active",
- "code": "payment_card_tzs",
+ "code": "payment_card_czk",
"method": "payment_card",
- "currency": "TZS",
+ "currency": "CZK",
"fields": [
{
"key": "card_number",
@@ -686,14 +686,14 @@
}
}
],
- "amount_min": "1",
- "amount_max": "1000000"
+ "amount_min": "0.01",
+ "amount_max": "2500000"
},
{
"status": "active",
- "code": "payment_card_cny",
+ "code": "payment_card_ars",
"method": "payment_card",
- "currency": "CNY",
+ "currency": "ARS",
"fields": [
{
"key": "card_number",
@@ -721,13 +721,13 @@
}
],
"amount_min": "0.01",
- "amount_max": "1000000"
+ "amount_max": "16000000"
},
{
"status": "active",
- "code": "payment_card_usd",
+ "code": "payment_card_aed",
"method": "payment_card",
- "currency": "USD",
+ "currency": "AED",
"fields": [
{
"key": "card_number",
@@ -755,13 +755,13 @@
}
],
"amount_min": "0.01",
- "amount_max": "1000000"
+ "amount_max": "370000"
},
{
"status": "active",
- "code": "payment_card_eur",
+ "code": "payment_card_mkd",
"method": "payment_card",
- "currency": "EUR",
+ "currency": "MKD",
"fields": [
{
"key": "card_number",
@@ -789,13 +789,13 @@
}
],
"amount_min": "0.01",
- "amount_max": "1000000"
+ "amount_max": "6200000"
},
{
"status": "active",
- "code": "payment_card_rub",
+ "code": "payment_card_mop",
"method": "payment_card",
- "currency": "RUB",
+ "currency": "MOP",
"fields": [
{
"key": "card_number",
@@ -823,13 +823,13 @@
}
],
"amount_min": "0.01",
- "amount_max": "1000000"
+ "amount_max": "800000"
},
{
"status": "active",
- "code": "payment_card_zar",
+ "code": "payment_card_mur",
"method": "payment_card",
- "currency": "ZAR",
+ "currency": "MUR",
"fields": [
{
"key": "card_number",
@@ -857,13 +857,13 @@
}
],
"amount_min": "0.01",
- "amount_max": "1000000"
+ "amount_max": "4600000"
},
{
"status": "active",
- "code": "payment_card_ghs",
+ "code": "payment_card_myr",
"method": "payment_card",
- "currency": "GHS",
+ "currency": "MYR",
"fields": [
{
"key": "card_number",
@@ -891,13 +891,13 @@
}
],
"amount_min": "0.01",
- "amount_max": "1000000"
+ "amount_max": "480000"
},
{
"status": "active",
- "code": "payment_card_kes",
+ "code": "payment_card_qar",
"method": "payment_card",
- "currency": "KES",
+ "currency": "QAR",
"fields": [
{
"key": "card_number",
@@ -925,13 +925,13 @@
}
],
"amount_min": "0.01",
- "amount_max": "1000000"
+ "amount_max": "370000"
},
{
"status": "active",
- "code": "payment_card_tjs",
+ "code": "payment_card_ron",
"method": "payment_card",
- "currency": "TJS",
+ "currency": "RON",
"fields": [
{
"key": "card_number",
@@ -959,13 +959,13 @@
}
],
"amount_min": "0.01",
- "amount_max": "1000000"
+ "amount_max": "500000"
},
{
"status": "active",
- "code": "payment_card_azn",
+ "code": "payment_card_rsd",
"method": "payment_card",
- "currency": "AZN",
+ "currency": "RSD",
"fields": [
{
"key": "card_number",
@@ -993,13 +993,13 @@
}
],
"amount_min": "0.01",
- "amount_max": "1000000"
+ "amount_max": "11800000"
},
{
"status": "active",
- "code": "payment_card_inr",
+ "code": "payment_card_sar",
"method": "payment_card",
- "currency": "INR",
+ "currency": "SAR",
"fields": [
{
"key": "card_number",
@@ -1026,14 +1026,14 @@
}
}
],
- "amount_min": "0.1",
- "amount_max": "1000000"
+ "amount_min": "0.01",
+ "amount_max": "380000"
},
{
"status": "active",
- "code": "payment_card_tmt",
+ "code": "payment_card_thb",
"method": "payment_card",
- "currency": "TMT",
+ "currency": "THB",
"fields": [
{
"key": "card_number",
@@ -1061,13 +1061,183 @@
}
],
"amount_min": "0.01",
- "amount_max": "1000000"
+ "amount_max": "3800000"
},
{
"status": "active",
- "code": "payment_card_uzs",
+ "code": "payment_card_try",
"method": "payment_card",
- "currency": "UZS",
+ "currency": "TRY",
+ "fields": [
+ {
+ "key": "card_number",
+ "type": "string",
+ "label": {
+ "en": "Card number",
+ "ru": "Номер карты",
+ "uk": "Номер карти"
+ },
+ "hint": {
+ "en": "Enter card number",
+ "ru": "Введите номер карты",
+ "uk": "Введіть номер карти"
+ },
+ "regexp": "\/^\\d{12,19}$\/",
+ "required": true,
+ "position": 1,
+ "options": {
+ "validators": [
+ {
+ "name": "Luhn"
+ }
+ ]
+ }
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "1900000"
+ },
+ {
+ "status": "active",
+ "code": "payment_card_twd",
+ "method": "payment_card",
+ "currency": "TWD",
+ "fields": [
+ {
+ "key": "card_number",
+ "type": "string",
+ "label": {
+ "en": "Card number",
+ "ru": "Номер карты",
+ "uk": "Номер карти"
+ },
+ "hint": {
+ "en": "Enter card number",
+ "ru": "Введите номер карты",
+ "uk": "Введіть номер карти"
+ },
+ "regexp": "\/^\\d{12,19}$\/",
+ "required": true,
+ "position": 1,
+ "options": {
+ "validators": [
+ {
+ "name": "Luhn"
+ }
+ ]
+ }
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "3300000"
+ },
+ {
+ "status": "active",
+ "code": "payment_card_uyu",
+ "method": "payment_card",
+ "currency": "UYU",
+ "fields": [
+ {
+ "key": "card_number",
+ "type": "string",
+ "label": {
+ "en": "Card number",
+ "ru": "Номер карты",
+ "uk": "Номер карти"
+ },
+ "hint": {
+ "en": "Enter card number",
+ "ru": "Введите номер карты",
+ "uk": "Введіть номер карти"
+ },
+ "regexp": "\/^\\d{12,19}$\/",
+ "required": true,
+ "position": 1,
+ "options": {
+ "validators": [
+ {
+ "name": "Luhn"
+ }
+ ]
+ }
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "4200000"
+ },
+ {
+ "status": "active",
+ "code": "payment_card_vnd",
+ "method": "payment_card",
+ "currency": "VND",
+ "fields": [
+ {
+ "key": "card_number",
+ "type": "string",
+ "label": {
+ "en": "Card number",
+ "ru": "Номер карты",
+ "uk": "Номер карти"
+ },
+ "hint": {
+ "en": "Enter card number",
+ "ru": "Введите номер карты",
+ "uk": "Введіть номер карти"
+ },
+ "regexp": "\/^\\d{12,19}$\/",
+ "required": true,
+ "position": 1,
+ "options": {
+ "validators": [
+ {
+ "name": "Luhn"
+ }
+ ]
+ }
+ }
+ ],
+ "amount_min": "1",
+ "amount_max": "9999999999"
+ },
+ {
+ "status": "active",
+ "code": "payment_card_zwl",
+ "method": "payment_card",
+ "currency": "ZWL",
+ "fields": [
+ {
+ "key": "card_number",
+ "type": "string",
+ "label": {
+ "en": "Card number",
+ "ru": "Номер карты",
+ "uk": "Номер карти"
+ },
+ "hint": {
+ "en": "Enter card number",
+ "ru": "Введите номер карты",
+ "uk": "Введіть номер карти"
+ },
+ "regexp": "\/^\\d{12,19}$\/",
+ "required": true,
+ "position": 1,
+ "options": {
+ "validators": [
+ {
+ "name": "Luhn"
+ }
+ ]
+ }
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "36200000"
+ },
+ {
+ "status": "active",
+ "code": "payment_card_amd",
+ "method": "payment_card",
+ "currency": "AMD",
"fields": [
{
"key": "card_number",
@@ -1099,9 +1269,9 @@
},
{
"status": "active",
- "code": "payment_card_chf",
+ "code": "card",
"method": "payment_card",
- "currency": "CHF",
+ "currency": "XXX",
"fields": [
{
"key": "card_number",
@@ -1133,9 +1303,9 @@
},
{
"status": "active",
- "code": "payment_card_gip",
+ "code": "payment_card_pln",
"method": "payment_card",
- "currency": "GIP",
+ "currency": "PLN",
"fields": [
{
"key": "card_number",
@@ -1167,9 +1337,9 @@
},
{
"status": "active",
- "code": "payment_card_sgd",
+ "code": "payment_card_gbp",
"method": "payment_card",
- "currency": "SGD",
+ "currency": "GBP",
"fields": [
{
"key": "card_number",
@@ -1201,9 +1371,9 @@
},
{
"status": "active",
- "code": "payment_card_hkd",
+ "code": "payment_card_ngn",
"method": "payment_card",
- "currency": "HKD",
+ "currency": "NGN",
"fields": [
{
"key": "card_number",
@@ -1230,14 +1400,14 @@
}
}
],
- "amount_min": "0.01",
- "amount_max": "1000000"
+ "amount_min": "1",
+ "amount_max": "10000000"
},
{
"status": "active",
- "code": "payment_card_jpy",
+ "code": "payment_card_nok",
"method": "payment_card",
- "currency": "JPY",
+ "currency": "NOK",
"fields": [
{
"key": "card_number",
@@ -1264,14 +1434,14 @@
}
}
],
- "amount_min": "0.01",
+ "amount_min": "1",
"amount_max": "1000000"
},
{
"status": "active",
- "code": "payment_card_holder_rub",
+ "code": "payment_card_dkk",
"method": "payment_card",
- "currency": "RUB",
+ "currency": "DKK",
"fields": [
{
"key": "card_number",
@@ -1284,7 +1454,7 @@
"hint": {
"en": "Enter card number",
"ru": "Введите номер карты",
- "uk": "Введіть номер картки"
+ "uk": "Введіть номер карти"
},
"regexp": "\/^\\d{12,19}$\/",
"required": true,
@@ -1296,33 +1466,16 @@
}
]
}
- },
- {
- "key": "card_holder",
- "type": "string",
- "label": {
- "en": "Card holder",
- "ru": "Держатель карты",
- "uk": "Власник картки"
- },
- "hint": {
- "en": "Card holder",
- "ru": "Держатель карты",
- "uk": "Власник картки"
- },
- "regexp": "\/^([A-Za-z]+)\\s([A-Za-z]+)$\/",
- "required": true,
- "position": 2
}
],
- "amount_min": "0.01",
- "amount_max": "100000"
+ "amount_min": "1",
+ "amount_max": "1000000"
},
{
"status": "active",
- "code": "payment_card_kzt",
+ "code": "payment_card_egp",
"method": "payment_card",
- "currency": "KZT",
+ "currency": "EGP",
"fields": [
{
"key": "card_number",
@@ -1337,7 +1490,7 @@
"ru": "Введите номер карты",
"uk": "Введіть номер карти"
},
- "regexp": "/^\\d{12,19}$/",
+ "regexp": "\/^\\d{12,19}$\/",
"required": true,
"position": 1,
"options": {
@@ -1349,14 +1502,14 @@
}
}
],
- "amount_min": "0.01",
- "amount_max": "500000"
+ "amount_min": "1",
+ "amount_max": "2000000"
},
{
"status": "active",
- "code": "payment_card_mdl",
+ "code": "payment_card_nzd",
"method": "payment_card",
- "currency": "MDL",
+ "currency": "NZD",
"fields": [
{
"key": "card_number",
@@ -1371,7 +1524,7 @@
"ru": "Введите номер карты",
"uk": "Введіть номер карти"
},
- "regexp": "/^\\d{12,19}$/",
+ "regexp": "\/^\\d{12,19}$\/",
"required": true,
"position": 1,
"options": {
@@ -1383,14 +1536,14 @@
}
}
],
- "amount_min": "0.01",
+ "amount_min": "1",
"amount_max": "1000000"
},
{
"status": "active",
- "code": "payment_card_byn",
+ "code": "payment_card_kgs",
"method": "payment_card",
- "currency": "BYN",
+ "currency": "KGS",
"fields": [
{
"key": "card_number",
@@ -1405,7 +1558,7 @@
"ru": "Введите номер карты",
"uk": "Введіть номер карти"
},
- "regexp": "/^\\d{12,19}$/",
+ "regexp": "\/^\\d{12,19}$\/",
"required": true,
"position": 1,
"options": {
@@ -1417,1028 +1570,1483 @@
}
}
],
- "amount_min": "0.01",
- "amount_max": "1000000"
+ "amount_min": "1",
+ "amount_max": "10000000"
},
{
"status": "active",
- "code": "qiwi_rub",
- "method": "qiwi",
- "currency": "RUB",
+ "code": "payment_card_tzs",
+ "method": "payment_card",
+ "currency": "TZS",
"fields": [
{
- "key": "wallet_id",
+ "key": "card_number",
"type": "string",
"label": {
- "en": "Phone number",
- "ru": "Номер телефона",
- "uk": "Номер телефону"
+ "en": "Card number",
+ "ru": "Номер карты",
+ "uk": "Номер карти"
},
"hint": {
- "en": "Enter phone number",
- "ru": "Введите номер телефона Qiwi кошелька",
- "uk": "Введіть номер телефону Qiwi гаманця"
+ "en": "Enter card number",
+ "ru": "Введите номер карты",
+ "uk": "Введіть номер карти"
},
- "regexp": "\/^\\+\\d{10,14}$\/",
+ "regexp": "\/^\\d{12,19}$\/",
"required": true,
- "position": 1
+ "position": 1,
+ "options": {
+ "validators": [
+ {
+ "name": "Luhn"
+ }
+ ]
+ }
}
],
- "amount_min": "0.01",
+ "amount_min": "1",
"amount_max": "1000000"
},
{
"status": "active",
- "code": "qiwi_usd",
- "method": "qiwi",
- "currency": "USD",
+ "code": "payment_card_cny",
+ "method": "payment_card",
+ "currency": "CNY",
"fields": [
{
- "key": "wallet_id",
+ "key": "card_number",
"type": "string",
"label": {
- "en": "Phone number",
- "ru": "Номер телефона",
- "uk": "Номер телефону"
+ "en": "Card number",
+ "ru": "Номер карты",
+ "uk": "Номер карти"
},
"hint": {
- "en": "Enter phone number",
- "ru": "Введите номер телефона Qiwi кошелька",
- "uk": "Введіть номер телефону Qiwi гаманця"
+ "en": "Enter card number",
+ "ru": "Введите номер карты",
+ "uk": "Введіть номер карти"
},
- "regexp": "\/^\\+\\d{10,14}$\/",
+ "regexp": "\/^\\d{12,19}$\/",
"required": true,
- "position": 1
+ "position": 1,
+ "options": {
+ "validators": [
+ {
+ "name": "Luhn"
+ }
+ ]
+ }
}
],
"amount_min": "0.01",
- "amount_max": "100000"
+ "amount_max": "1000000"
},
{
"status": "active",
- "code": "qiwi_eur",
- "method": "qiwi",
- "currency": "EUR",
+ "code": "payment_card_usd",
+ "method": "payment_card",
+ "currency": "USD",
"fields": [
{
- "key": "wallet_id",
+ "key": "card_number",
"type": "string",
"label": {
- "en": "Phone number",
- "ru": "Номер телефона",
- "uk": "Номер телефону"
+ "en": "Card number",
+ "ru": "Номер карты",
+ "uk": "Номер карти"
},
"hint": {
- "en": "Enter phone number",
- "ru": "Введите номер телефона Qiwi кошелька",
- "uk": "Введіть номер телефону Qiwi гаманця"
+ "en": "Enter card number",
+ "ru": "Введите номер карты",
+ "uk": "Введіть номер карти"
},
- "regexp": "\/^\\+\\d{10,14}$\/",
+ "regexp": "\/^\\d{12,19}$\/",
"required": true,
- "position": 1
- }
- ],
- "amount_min": "1",
- "amount_max": "1000000"
- },
- {
- "status": "active",
- "code": "qiwi_uah",
- "method": "qiwi",
- "currency": "UAH",
- "fields": [
+ "position": 1,
+ "options": {
+ "validators": [
+ {
+ "name": "Luhn"
+ }
+ ]
+ }
+ },
{
- "key": "wallet_id",
+ "key": "document_id",
"type": "string",
+ "regexp": "\/^[0-9]{9}$\/",
+ "required": false,
+ "position": 2,
"label": {
- "en": "Phone number",
- "ru": "Номер телефона",
- "uk": "Номер телефону"
+ "en": "Beneficiary's personal identification number",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документа отримувача"
},
"hint": {
- "en": "Enter phone number",
- "ru": "Введите номер телефона Qiwi кошелька",
- "uk": "Введіть номер телефону Qiwi гаманця"
+ "en": "Enter beneficiary's personal identification number",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документа отримувача"
},
- "regexp": "\/^\\+\\d{10,14}$\/",
- "required": true,
- "position": 1
- }
- ],
- "amount_min": "10",
- "amount_max": "14999"
- },
- {
- "status": "active",
- "code": "qiwi_kzt",
- "method": "qiwi",
- "currency": "KZT",
- "fields": [
+ "example": "138491324"
+ },
{
- "key": "wallet_id",
+ "key": "beneficiary_postcode",
"type": "string",
"label": {
- "en": "Phone number",
- "ru": "Номер телефона",
- "uk": "Номер телефону"
+ "en": "Postcode",
+ "ru": "Postcode",
+ "uk": "Postcode"
},
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 3,
"hint": {
- "en": "Enter phone number",
- "ru": "Введите номер телефона Qiwi кошелька",
- "uk": "Введіть номер телефону Qiwi гаманця"
+ "en": "Enter postcode",
+ "ru": "Enter postcode",
+ "uk": "Enter postcode"
},
- "regexp": "\/^\\+\\d{10,14}$\/",
- "required": true,
- "position": 1
+ "example": "postcode"
}
],
- "amount_min": "10",
- "amount_max": "199999"
+ "amount_min": "0.01",
+ "amount_max": "1000000"
},
{
"status": "active",
- "code": "advcash_email_rub",
- "method": "advcash_email",
- "currency": "RUB",
+ "code": "payment_card_eur",
+ "method": "payment_card",
+ "currency": "EUR",
"fields": [
{
- "key": "wallet_email",
+ "key": "card_number",
"type": "string",
"label": {
- "en": "Wallet email",
- "ru": "Адрес электронной почты кошелька",
- "uk": "Адреса електронної пошти гаманця"
+ "en": "Card number",
+ "ru": "Номер карты",
+ "uk": "Номер карти"
},
"hint": {
- "en": "Enter wallet email",
- "ru": "Введите адрес электронной почты кошелька",
- "uk": "Введіть адресу електронної пошти гаманця"
+ "en": "Enter card number",
+ "ru": "Введите номер карты",
+ "uk": "Введіть номер карти"
},
- "regexp": "\/^[a-zA-Z0-9_.+-]+@[a-zA-Z0-9-]+.[a-zA-Z0-9-.]+$\/",
+ "regexp": "\/^\\d{12,19}$\/",
"required": true,
- "position": 1
+ "position": 1,
+ "options": {
+ "validators": [
+ {
+ "name": "Luhn"
+ }
+ ]
+ }
}
],
- "amount_min": "10",
- "amount_max": "250000"
+ "amount_min": "0.01",
+ "amount_max": "1000000"
},
{
"status": "active",
- "code": "advcash_email_usd",
- "method": "advcash_email",
- "currency": "USD",
+ "code": "payment_card_rub",
+ "method": "payment_card",
+ "currency": "RUB",
"fields": [
{
- "key": "wallet_email",
+ "key": "card_number",
"type": "string",
"label": {
- "en": "Wallet email",
- "ru": "адрес электронной почты кошелька",
- "uk": "Адреса електронної пошти гаманця"
+ "en": "Card number",
+ "ru": "Номер карты",
+ "uk": "Номер карти"
},
"hint": {
- "en": "Enter wallet email",
- "ru": "Введите адрес электронной почты кошелька",
- "uk": "Введіть адресу електронної пошти гаманця"
+ "en": "Enter card number",
+ "ru": "Введите номер карты",
+ "uk": "Введіть номер карти"
},
- "regexp": "\/^[a-zA-Z0-9_.+-]+@[a-zA-Z0-9-]+.[a-zA-Z0-9-.]+$\/",
+ "regexp": "\/^\\d{12,19}$\/",
"required": true,
- "position": 1
+ "position": 1,
+ "options": {
+ "validators": [
+ {
+ "name": "Luhn"
+ }
+ ]
+ }
}
],
"amount_min": "0.01",
- "amount_max": "5000"
+ "amount_max": "1000000"
},
{
"status": "active",
- "code": "advcash_email_uah",
- "method": "advcash_email",
- "currency": "UAH",
+ "code": "payment_card_zar",
+ "method": "payment_card",
+ "currency": "ZAR",
"fields": [
{
- "key": "wallet_email",
+ "key": "card_number",
"type": "string",
"label": {
- "en": "Wallet email",
- "ru": "адрес электронной почты кошелька",
- "uk": "Адреса електронної пошти гаманця"
+ "en": "Card number",
+ "ru": "Номер карты",
+ "uk": "Номер карти"
},
"hint": {
- "en": "Enter wallet email",
- "ru": "Введите адрес электронной почты кошелька",
- "uk": "Введіть адресу електронної пошти гаманця"
+ "en": "Enter card number",
+ "ru": "Введите номер карты",
+ "uk": "Введіть номер карти"
},
- "regexp": "\/^[a-zA-Z0-9_.+-]+@[a-zA-Z0-9-]+.[a-zA-Z0-9-.]+$\/",
+ "regexp": "\/^\\d{12,19}$\/",
"required": true,
- "position": 1
+ "position": 1,
+ "options": {
+ "validators": [
+ {
+ "name": "Luhn"
+ }
+ ]
+ }
}
],
"amount_min": "0.01",
- "amount_max": "300000"
+ "amount_max": "1000000"
},
{
"status": "active",
- "code": "advcash_email_eur",
- "method": "advcash_email",
- "currency": "EUR",
+ "code": "payment_card_ghs",
+ "method": "payment_card",
+ "currency": "GHS",
"fields": [
{
- "key": "wallet_email",
+ "key": "card_number",
"type": "string",
"label": {
- "en": "Wallet email",
- "ru": "Адрес электронной почты кошелька",
- "uk": "Адреса електронної пошти гаманця"
+ "en": "Card number",
+ "ru": "Номер карты",
+ "uk": "Номер карти"
},
"hint": {
- "en": "Enter wallet email",
- "ru": "Введите адрес электронной почты кошелька",
- "uk": "Введіть адресу електронної пошти гаманця"
+ "en": "Enter card number",
+ "ru": "Введите номер карты",
+ "uk": "Введіть номер карти"
},
- "regexp": "\/^[a-zA-Z0-9_.+-]+@[a-zA-Z0-9-]+.[a-zA-Z0-9-.]+$\/",
+ "regexp": "\/^\\d{12,19}$\/",
"required": true,
- "position": 1
+ "position": 1,
+ "options": {
+ "validators": [
+ {
+ "name": "Luhn"
+ }
+ ]
+ }
}
],
"amount_min": "0.01",
- "amount_max": "2700"
+ "amount_max": "1000000"
},
{
"status": "active",
- "code": "advcash_wallet_uah",
- "method": "advcash_wallet",
- "currency": "UAH",
+ "code": "payment_card_kes",
+ "method": "payment_card",
+ "currency": "KES",
"fields": [
{
- "key": "wallet_id",
+ "key": "card_number",
"type": "string",
"label": {
- "en": "Wallet ID",
- "ru": "Номер кошелька",
- "uk": "Номер гаманця"
+ "en": "Card number",
+ "ru": "Номер карты",
+ "uk": "Номер карти"
},
"hint": {
- "en": "Enter wallet ID",
- "ru": "Введите номер кошелька",
- "uk": "Введіть номер гаманця"
+ "en": "Enter card number",
+ "ru": "Введите номер карты",
+ "uk": "Введіть номер карти"
},
- "regexp": "\/^H\\d{12}$\/",
+ "regexp": "\/^\\d{12,19}$\/",
"required": true,
- "position": 1
+ "position": 1,
+ "options": {
+ "validators": [
+ {
+ "name": "Luhn"
+ }
+ ]
+ }
}
],
"amount_min": "0.01",
- "amount_max": "14999"
+ "amount_max": "1000000"
},
{
"status": "active",
- "code": "advcash_wallet_rub",
- "method": "advcash_wallet",
- "currency": "RUB",
+ "code": "payment_card_ugx",
+ "method": "payment_card",
+ "currency": "UGX",
"fields": [
{
- "key": "wallet_id",
+ "key": "card_number",
"type": "string",
"label": {
- "en": "Wallet ID",
- "ru": "Номер кошелька",
- "uk": "Номер гаманця"
+ "en": "Card number",
+ "ru": "Номер карты",
+ "uk": "Номер карти"
},
"hint": {
- "en": "Enter wallet ID",
- "ru": "Введите номер кошелька",
- "uk": "Введіть номер гаманця"
+ "en": "Enter card number",
+ "ru": "Введите номер карты",
+ "uk": "Введіть номер карти"
},
- "regexp": "\/^R\\d{12}$\/",
+ "regexp": "\/^\\d{12,19}$\/",
"required": true,
- "position": 1
+ "position": 1,
+ "options": {
+ "validators": [
+ {
+ "name": "Luhn"
+ }
+ ]
+ }
}
],
- "amount_min": "6.65",
- "amount_max": "6648133.52"
+ "amount_min": "1",
+ "amount_max": "374400000"
},
{
"status": "active",
- "code": "advcash_wallet_usd",
- "method": "advcash_wallet",
- "currency": "USD",
+ "code": "payment_card_tjs",
+ "method": "payment_card",
+ "currency": "TJS",
"fields": [
{
- "key": "wallet_id",
+ "key": "card_number",
"type": "string",
"label": {
- "en": "Wallet ID",
- "ru": "Номер кошелька",
- "uk": "Номер гаманця"
+ "en": "Card number",
+ "ru": "Номер карты",
+ "uk": "Номер карти"
},
"hint": {
- "en": "Enter wallet ID",
- "ru": "Введите номер кошелька",
- "uk": "Введіть номер гаманця"
+ "en": "Enter card number",
+ "ru": "Введите номер карты",
+ "uk": "Введіть номер карти"
},
- "regexp": "\/^U\\d{12}$\/",
+ "regexp": "\/^\\d{12,19}$\/",
"required": true,
- "position": 1
+ "position": 1,
+ "options": {
+ "validators": [
+ {
+ "name": "Luhn"
+ }
+ ]
+ }
}
],
- "amount_min": "0.1",
- "amount_max": "999999"
+ "amount_min": "0.01",
+ "amount_max": "1000000"
},
{
"status": "active",
- "code": "advcash_wallet_eur",
- "method": "advcash_wallet",
- "currency": "EUR",
+ "code": "payment_card_azn",
+ "method": "payment_card",
+ "currency": "AZN",
"fields": [
{
- "key": "wallet_id",
+ "key": "card_number",
"type": "string",
"label": {
- "en": "Wallet ID",
- "ru": "Номер кошелька",
- "uk": "Номер гаманця"
+ "en": "Card number",
+ "ru": "Номер карты",
+ "uk": "Номер карти"
},
"hint": {
- "en": "Enter wallet ID",
- "ru": "Введите номер кошелька",
- "uk": "Введіть номер гаманця"
+ "en": "Enter card number",
+ "ru": "Введите номер карты",
+ "uk": "Введіть номер карти"
},
- "regexp": "\/^E\\d{12}$\/",
+ "regexp": "\/^\\d{12,19}$\/",
"required": true,
- "position": 1
+ "position": 1,
+ "options": {
+ "validators": [
+ {
+ "name": "Luhn"
+ }
+ ]
+ }
}
],
- "amount_min": "0.1",
- "amount_max": "999999"
+ "amount_min": "0.01",
+ "amount_max": "1000000"
},
{
"status": "active",
- "code": "advcash_wallet_brl",
- "method": "advcash_wallet",
- "currency": "BRL",
+ "code": "payment_card_inr",
+ "method": "payment_card",
+ "currency": "INR",
"fields": [
{
- "key": "wallet_id",
+ "key": "card_number",
"type": "string",
"label": {
- "en": "Wallet ID",
- "ru": "Номер кошелька",
- "uk": "Номер гаманця"
+ "en": "Card number",
+ "ru": "Номер карты",
+ "uk": "Номер карти"
},
"hint": {
- "en": "Enter wallet ID",
- "ru": "Введите номер кошелька",
- "uk": "Введіть номер гаманця"
+ "en": "Enter card number",
+ "ru": "Введите номер карты",
+ "uk": "Введіть номер карти"
},
- "regexp": "\/^B\\d{12}$\/",
+ "regexp": "\/^\\d{12,19}$\/",
"required": true,
- "position": 1
- }
+ "position": 1,
+ "options": {
+ "validators": [
+ {
+ "name": "Luhn"
+ }
+ ]
+ }
+ },
+ {
+ "key": "ifsc",
+ "type": "string",
+ "label": {
+ "en": "IFSC",
+ "ru": "IFSC",
+ "uk": "IFSC"
+ },
+ "hint": {
+ "en": "Enter IFSC",
+ "ru": "Введите IFSC",
+ "uk": "Введіть IFSC"
+ },
+ "regexp": "\/^[A-Za-z0-9]{11}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "beneficiary_full_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Beneficiary full name",
+ "ru": "Полное имя получателя",
+ "uk": "Повне імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary full name",
+ "ru": "Введите полное имя получателя",
+ "uk": "Введіть повне імʼя отримувача"
+ }
+ }
],
- "amount_min": "0.01",
- "amount_max": "3000"
+ "amount_min": "0.1",
+ "amount_max": "1000000000"
},
{
"status": "active",
- "code": "advcash_wallet_gbp",
- "method": "advcash_wallet",
- "currency": "GBP",
+ "code": "payment_card_tmt",
+ "method": "payment_card",
+ "currency": "TMT",
"fields": [
{
- "key": "wallet_id",
+ "key": "card_number",
"type": "string",
"label": {
- "en": "Wallet ID",
- "ru": "Номер кошелька",
- "uk": "Номер гаманця"
+ "en": "Card number",
+ "ru": "Номер карты",
+ "uk": "Номер карти"
},
"hint": {
- "en": "Enter wallet ID",
- "ru": "Введите номер кошелька",
- "uk": "Введіть номер гаманця"
+ "en": "Enter card number",
+ "ru": "Введите номер карты",
+ "uk": "Введіть номер карти"
},
- "regexp": "\/^G\\d{12}$\/",
+ "regexp": "\/^\\d{12,19}$\/",
"required": true,
- "position": 1
+ "position": 1,
+ "options": {
+ "validators": [
+ {
+ "name": "Luhn"
+ }
+ ]
+ }
}
],
"amount_min": "0.01",
- "amount_max": "3000"
+ "amount_max": "1000000"
},
{
"status": "active",
- "code": "advcash_wallet_kzt",
- "method": "advcash_wallet",
- "currency": "KZT",
+ "code": "payment_card_uzs",
+ "method": "payment_card",
+ "currency": "UZS",
"fields": [
{
- "key": "wallet_id",
+ "key": "card_number",
"type": "string",
"label": {
- "en": "Wallet ID",
- "ru": "Номер кошелька",
- "uk": "Номер гаманця"
+ "en": "Card number",
+ "ru": "Номер карты",
+ "uk": "Номер карти"
},
"hint": {
- "en": "Enter wallet ID",
- "ru": "Введите номер кошелька",
- "uk": "Введіть номер гаманця"
+ "en": "Enter card number",
+ "ru": "Введите номер карты",
+ "uk": "Введіть номер карти"
},
- "regexp": "\/^T\\d{12}$\/",
+ "regexp": "\/^\\d{12,19}$\/",
"required": true,
- "position": 1
+ "position": 1,
+ "options": {
+ "validators": [
+ {
+ "name": "Luhn"
+ }
+ ]
+ }
}
],
"amount_min": "0.01",
- "amount_max": "30000"
+ "amount_max": "100000000"
},
{
"status": "active",
- "code": "test_uah",
- "method": "test",
- "currency": "UAH",
+ "code": "payment_card_chf",
+ "method": "payment_card",
+ "currency": "CHF",
"fields": [
{
- "key": "account",
+ "key": "card_number",
"type": "string",
- "method": "test",
"label": {
- "en": "Account",
- "ru": "Аккаунт",
- "uk": "Акаунт"
+ "en": "Card number",
+ "ru": "Номер карты",
+ "uk": "Номер карти"
},
"hint": {
- "en": "Account",
- "ru": "Аккаунт",
- "uk": "Акаунт"
+ "en": "Enter card number",
+ "ru": "Введите номер карты",
+ "uk": "Введіть номер карти"
},
- "regexp": "\/^\\d{1,15}$\/",
+ "regexp": "\/^\\d{12,19}$\/",
"required": true,
- "position": 1
- },
- {
- "key": "test_details_success_rate",
- "type": "string",
- "label": {
- "en": "Success rate (%)",
- "ru": "Вероятность успеха (%)",
- "uk": "Імовірність успіху (%)"
- },
- "hint": {
- "en": "Success rate (%)",
- "ru": "Вероятность успеха (%)",
- "uk": "Імовірність успіху (%)"
- },
- "regexp": "\/^\\d{1,15}$\/",
- "required": false,
- "position": 2
- },
+ "position": 1,
+ "options": {
+ "validators": [
+ {
+ "name": "Luhn"
+ }
+ ]
+ }
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "1000000"
+ },
+ {
+ "status": "active",
+ "code": "payment_card_gip",
+ "method": "payment_card",
+ "currency": "GIP",
+ "fields": [
{
- "key": "test_details_payout_status",
+ "key": "card_number",
"type": "string",
"label": {
- "en": "Expected status",
- "ru": "Ожидаемый статус",
- "uk": "Очікуваний статус"
+ "en": "Card number",
+ "ru": "Номер карты",
+ "uk": "Номер карти"
},
"hint": {
- "en": "Expected status",
- "ru": "Ожидаемый статус",
- "uk": "Очікуваний статус"
+ "en": "Enter card number",
+ "ru": "Введите номер карты",
+ "uk": "Введіть номер карти"
},
- "regexp": "\/^[A-Z\\-\\sa-z]{2,64}$\/",
- "required": false,
- "position": 3
- },
+ "regexp": "\/^\\d{12,19}$\/",
+ "required": true,
+ "position": 1,
+ "options": {
+ "validators": [
+ {
+ "name": "Luhn"
+ }
+ ]
+ }
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "1000000"
+ },
+ {
+ "status": "active",
+ "code": "payment_card_sgd",
+ "method": "payment_card",
+ "currency": "SGD",
+ "fields": [
{
- "key": "test_details_payout_resolution",
+ "key": "card_number",
"type": "string",
"label": {
- "en": "Expected resolution",
- "ru": "Ожидаемый resolution",
- "uk": "Очікуваний resolution"
+ "en": "Card number",
+ "ru": "Номер карты",
+ "uk": "Номер карти"
},
"hint": {
- "en": "Expected resolution",
- "ru": "Ожидаемый resolution",
- "uk": "Очікуваний resolution"
+ "en": "Enter card number",
+ "ru": "Введите номер карты",
+ "uk": "Введіть номер карти"
},
- "regexp": "\/^[A-Z\\-\\sa-z]{2,64}$\/",
- "required": false,
- "position": 4
+ "regexp": "\/^\\d{12,19}$\/",
+ "required": true,
+ "position": 1,
+ "options": {
+ "validators": [
+ {
+ "name": "Luhn"
+ }
+ ]
+ }
}
],
"amount_min": "0.01",
- "amount_max": "9999999"
+ "amount_max": "1000000"
},
{
"status": "active",
- "code": "test_usd",
- "method": "test",
- "currency": "USD",
+ "code": "payment_card_hkd",
+ "method": "payment_card",
+ "currency": "HKD",
"fields": [
{
- "key": "account",
+ "key": "card_number",
"type": "string",
- "method": "test",
"label": {
- "en": "Account",
- "ru": "Аккаунт",
- "uk": "Акаунт"
+ "en": "Card number",
+ "ru": "Номер карты",
+ "uk": "Номер карти"
},
"hint": {
- "en": "Account",
- "ru": "Аккаунт",
- "uk": "Акаунт"
+ "en": "Enter card number",
+ "ru": "Введите номер карты",
+ "uk": "Введіть номер карти"
},
- "regexp": "\/^\\d{1,15}$\/",
+ "regexp": "\/^\\d{12,19}$\/",
"required": true,
- "position": 1
- },
+ "position": 1,
+ "options": {
+ "validators": [
+ {
+ "name": "Luhn"
+ }
+ ]
+ }
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "1000000"
+ },
+ {
+ "status": "active",
+ "code": "payment_card_jpy",
+ "method": "payment_card",
+ "currency": "JPY",
+ "fields": [
{
- "key": "test_details_success_rate",
+ "key": "card_number",
"type": "string",
"label": {
- "en": "Success rate (%)",
- "ru": "Вероятность успеха (%)",
- "uk": "Імовірність успіху (%)"
+ "en": "Card number",
+ "ru": "Номер карты",
+ "uk": "Номер карти"
},
"hint": {
- "en": "Success rate (%)",
- "ru": "Вероятность успеха (%)",
- "uk": "Імовірність успіху (%)"
+ "en": "Enter card number",
+ "ru": "Введите номер карты",
+ "uk": "Введіть номер карти"
},
- "regexp": "\/^\\d{1,15}$\/",
- "required": false,
- "position": 2
- },
+ "regexp": "\/^\\d{12,19}$\/",
+ "required": true,
+ "position": 1,
+ "options": {
+ "validators": [
+ {
+ "name": "Luhn"
+ }
+ ]
+ }
+ }
+ ],
+ "amount_min": "1",
+ "amount_max": "1000000"
+ },
+ {
+ "status": "active",
+ "code": "payment_card_holder_rub",
+ "method": "payment_card",
+ "currency": "RUB",
+ "fields": [
{
- "key": "test_details_payout_status",
+ "key": "card_number",
"type": "string",
"label": {
- "en": "Expected status",
- "ru": "Ожидаемый статус",
- "uk": "Очікуваний статус"
+ "en": "Card number",
+ "ru": "Номер карты",
+ "uk": "Номер карти"
},
"hint": {
- "en": "Expected status",
- "ru": "Ожидаемый статус",
- "uk": "Очікуваний статус"
+ "en": "Enter card number",
+ "ru": "Введите номер карты",
+ "uk": "Введіть номер картки"
},
- "regexp": "\/^[A-Z\\-\\sa-z]{2,64}$\/",
- "required": false,
- "position": 3
+ "regexp": "\/^\\d{12,19}$\/",
+ "required": true,
+ "position": 1,
+ "options": {
+ "validators": [
+ {
+ "name": "Luhn"
+ }
+ ]
+ }
},
{
- "key": "test_details_payout_resolution",
+ "key": "card_holder",
"type": "string",
"label": {
- "en": "Expected resolution",
- "ru": "Ожидаемый resolution",
- "uk": "Очікуваний resolution"
+ "en": "Card holder",
+ "ru": "Держатель карты",
+ "uk": "Власник картки"
},
"hint": {
- "en": "Expected resolution",
- "ru": "Ожидаемый resolution",
- "uk": "Очікуваний resolution"
+ "en": "Card holder",
+ "ru": "Держатель карты",
+ "uk": "Власник картки"
},
- "regexp": "\/^[A-Z\\-\\sa-z]{2,64}$\/",
- "required": false,
- "position": 4
+ "regexp": "\/^([A-Za-z]+)\\s([A-Za-z]+)$\/",
+ "required": true,
+ "position": 2
}
],
"amount_min": "0.01",
- "amount_max": "9999999"
+ "amount_max": "100000"
},
{
"status": "active",
- "code": "test_eur",
- "method": "test",
- "currency": "EUR",
+ "code": "payment_card_kzt",
+ "method": "payment_card",
+ "currency": "KZT",
"fields": [
{
- "key": "account",
+ "key": "card_number",
"type": "string",
- "method": "test",
"label": {
- "en": "Account",
- "ru": "Аккаунт",
- "uk": "Акаунт"
+ "en": "Card number",
+ "ru": "Номер карты",
+ "uk": "Номер карти"
},
"hint": {
- "en": "Account",
- "ru": "Аккаунт",
- "uk": "Акаунт"
+ "en": "Enter card number",
+ "ru": "Введите номер карты",
+ "uk": "Введіть номер карти"
},
- "regexp": "\/^\\d{1,15}$\/",
+ "regexp": "\/^\\d{12,19}$\/",
"required": true,
- "position": 1
- },
- {
- "key": "test_details_success_rate",
- "type": "string",
- "label": {
- "en": "Success rate (%)",
- "ru": "Вероятность успеха (%)",
- "uk": "Імовірність успіху (%)"
- },
- "hint": {
- "en": "Success rate (%)",
- "ru": "Вероятность успеха (%)",
- "uk": "Імовірність успіху (%)"
- },
- "regexp": "\/^\\d{1,15}$\/",
- "required": false,
- "position": 2
- },
+ "position": 1,
+ "options": {
+ "validators": [
+ {
+ "name": "Luhn"
+ }
+ ]
+ }
+ }
+ ],
+ "amount_min": "4.80",
+ "amount_max": "48000000"
+ },
+ {
+ "status": "active",
+ "code": "payment_card_mdl",
+ "method": "payment_card",
+ "currency": "MDL",
+ "fields": [
{
- "key": "test_details_payout_status",
+ "key": "card_number",
"type": "string",
"label": {
- "en": "Expected status",
- "ru": "Ожидаемый статус",
- "uk": "Очікуваний статус"
+ "en": "Card number",
+ "ru": "Номер карты",
+ "uk": "Номер карти"
},
"hint": {
- "en": "Expected status",
- "ru": "Ожидаемый статус",
- "uk": "Очікуваний статус"
+ "en": "Enter card number",
+ "ru": "Введите номер карты",
+ "uk": "Введіть номер карти"
},
- "regexp": "\/^[A-Z\\-\\sa-z]{2,64}$\/",
- "required": false,
- "position": 3
- },
+ "regexp": "\/^\\d{12,19}$\/",
+ "required": true,
+ "position": 1,
+ "options": {
+ "validators": [
+ {
+ "name": "Luhn"
+ }
+ ]
+ }
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "1000000"
+ },
+ {
+ "status": "active",
+ "code": "payment_card_byn",
+ "method": "payment_card",
+ "currency": "BYN",
+ "fields": [
{
- "key": "test_details_payout_resolution",
+ "key": "card_number",
"type": "string",
"label": {
- "en": "Expected resolution",
- "ru": "Ожидаемый resolution",
- "uk": "Очікуваний resolution"
+ "en": "Card number",
+ "ru": "Номер карты",
+ "uk": "Номер карти"
},
"hint": {
- "en": "Expected resolution",
- "ru": "Ожидаемый resolution",
- "uk": "Очікуваний resolution"
+ "en": "Enter card number",
+ "ru": "Введите номер карты",
+ "uk": "Введіть номер карти"
},
- "regexp": "\/^[A-Z\\-\\sa-z]{2,64}$\/",
- "required": false,
- "position": 4
+ "regexp": "\/^\\d{12,19}$\/",
+ "required": true,
+ "position": 1,
+ "options": {
+ "validators": [
+ {
+ "name": "Luhn"
+ }
+ ]
+ }
}
],
"amount_min": "0.01",
- "amount_max": "9999999"
+ "amount_max": "1000000"
},
{
"status": "active",
- "code": "test_rub",
- "method": "test",
- "currency": "RUB",
+ "code": "payment_card_krw",
+ "method": "payment_card",
+ "currency": "KRW",
"fields": [
{
- "key": "account",
+ "key": "card_number",
"type": "string",
- "method": "test",
"label": {
- "en": "Account",
- "ru": "Аккаунт",
- "uk": "Акаунт"
+ "en": "Card number",
+ "ru": "Номер карты",
+ "uk": "Номер карти"
},
"hint": {
- "en": "Account",
- "ru": "Аккаунт",
- "uk": "Акаунт"
+ "en": "Enter card number",
+ "ru": "Введите номер карты",
+ "uk": "Введіть номер карти"
},
- "regexp": "\/^\\d{1,15}$\/",
+ "regexp": "\/^\\d{12,19}$\/",
"required": true,
- "position": 1
- },
+ "position": 1,
+ "options": {
+ "validators": [
+ {
+ "name": "Luhn"
+ }
+ ]
+ }
+ }
+ ],
+ "amount_min": "1",
+ "amount_max": "130000000"
+ },
+ {
+ "status": "active",
+ "code": "qiwi_rub",
+ "method": "qiwi",
+ "currency": "RUB",
+ "fields": [
{
- "key": "test_details_success_rate",
+ "key": "wallet_id",
"type": "string",
"label": {
- "en": "Success rate (%)",
- "ru": "Вероятность успеха (%)",
- "uk": "Імовірність успіху (%)"
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
},
"hint": {
- "en": "Success rate (%)",
- "ru": "Вероятность успеха (%)",
- "uk": "Імовірність успіху (%)"
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона Qiwi кошелька",
+ "uk": "Введіть номер телефону Qiwi гаманця"
},
- "regexp": "\/^\\d{1,15}$\/",
- "required": false,
- "position": 2
- },
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "1000000"
+ },
+ {
+ "status": "active",
+ "code": "qiwi_usd",
+ "method": "qiwi",
+ "currency": "USD",
+ "fields": [
{
- "key": "test_details_payout_status",
+ "key": "wallet_id",
"type": "string",
"label": {
- "en": "Expected status",
- "ru": "Ожидаемый статус",
- "uk": "Очікуваний статус"
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
},
"hint": {
- "en": "Expected status",
- "ru": "Ожидаемый статус",
- "uk": "Очікуваний статус"
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона Qiwi кошелька",
+ "uk": "Введіть номер телефону Qiwi гаманця"
},
- "regexp": "\/^[A-Z\\-\\sa-z]{2,64}$\/",
- "required": false,
- "position": 3
- },
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "100000"
+ },
+ {
+ "status": "active",
+ "code": "qiwi_eur",
+ "method": "qiwi",
+ "currency": "EUR",
+ "fields": [
{
- "key": "test_details_payout_resolution",
+ "key": "wallet_id",
"type": "string",
"label": {
- "en": "Expected resolution",
- "ru": "Ожидаемый resolution",
- "uk": "Очікуваний resolution"
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
},
"hint": {
- "en": "Expected resolution",
- "ru": "Ожидаемый resolution",
- "uk": "Очікуваний resolution"
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона Qiwi кошелька",
+ "uk": "Введіть номер телефону Qiwi гаманця"
},
- "regexp": "\/^[A-Z\\-\\sa-z]{2,64}$\/",
- "required": false,
- "position": 4
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": true,
+ "position": 1
}
],
- "amount_min": "0.01",
- "amount_max": "9999999"
+ "amount_min": "1",
+ "amount_max": "1000000"
},
{
"status": "active",
- "code": "test_xts",
- "method": "test",
- "currency": "XTS",
+ "code": "qiwi_uah",
+ "method": "qiwi",
+ "currency": "UAH",
"fields": [
{
- "key": "account",
+ "key": "wallet_id",
"type": "string",
- "method": "test",
"label": {
- "en": "Account",
- "ru": "Аккаунт",
- "uk": "Акаунт"
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
},
"hint": {
- "en": "Account",
- "ru": "Аккаунт",
- "uk": "Акаунт"
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона Qiwi кошелька",
+ "uk": "Введіть номер телефону Qiwi гаманця"
},
- "regexp": "\/^\\d{1,15}$\/",
+ "regexp": "\/^\\+\\d{10,14}$\/",
"required": true,
"position": 1
- },
+ }
+ ],
+ "amount_min": "10",
+ "amount_max": "14999"
+ },
+ {
+ "status": "active",
+ "code": "qiwi_kzt",
+ "method": "qiwi",
+ "currency": "KZT",
+ "fields": [
{
- "key": "test_details_success_rate",
+ "key": "wallet_id",
"type": "string",
"label": {
- "en": "Success rate (%)",
- "ru": "Вероятность успеха (%)",
- "uk": "Імовірність успіху (%)"
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
},
"hint": {
- "en": "Success rate (%)",
- "ru": "Вероятность успеха (%)",
- "uk": "Імовірність успіху (%)"
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона Qiwi кошелька",
+ "uk": "Введіть номер телефону Qiwi гаманця"
},
- "regexp": "\/^\\d{1,15}$\/",
- "required": false,
- "position": 2
- },
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "10",
+ "amount_max": "199999"
+ },
+ {
+ "status": "active",
+ "code": "advcash_email_rub",
+ "method": "advcash_email",
+ "currency": "RUB",
+ "fields": [
{
- "key": "test_details_payout_status",
+ "key": "wallet_email",
"type": "string",
"label": {
- "en": "Expected status",
- "ru": "Ожидаемый статус",
- "uk": "Очікуємий статус"
+ "en": "Wallet email",
+ "ru": "Адрес электронной почты кошелька",
+ "uk": "Адреса електронної пошти гаманця"
},
"hint": {
- "en": "Expected status",
- "ru": "Ожидаемый статус",
- "uk": "Очікуємий статус"
+ "en": "Enter wallet email",
+ "ru": "Введите адрес электронной почты кошелька",
+ "uk": "Введіть адресу електронної пошти гаманця"
},
- "regexp": "\/^[A-Z\\-\\sa-z]{2,64}$\/",
- "required": false,
- "position": 3
- },
+ "regexp": "\/^[a-zA-Z0-9_.+-]+@[a-zA-Z0-9-]+.[a-zA-Z0-9-.]+$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "10",
+ "amount_max": "250000"
+ },
+ {
+ "status": "active",
+ "code": "advcash_email_usd",
+ "method": "advcash_email",
+ "currency": "USD",
+ "fields": [
{
- "key": "test_details_payout_resolution",
+ "key": "wallet_email",
"type": "string",
"label": {
- "en": "Expected resolution",
- "ru": "Ожидаемый resolution",
- "uk": "Очікуємий resolution"
+ "en": "Wallet email",
+ "ru": "адрес электронной почты кошелька",
+ "uk": "Адреса електронної пошти гаманця"
},
"hint": {
- "en": "Expected resolution",
- "ru": "Ожидаемый resolution",
- "uk": "Очікуємий resolution"
+ "en": "Enter wallet email",
+ "ru": "Введите адрес электронной почты кошелька",
+ "uk": "Введіть адресу електронної пошти гаманця"
},
- "regexp": "\/^[A-Z\\-\\sa-z]{2,64}$\/",
- "required": false,
- "position": 4
+ "regexp": "\/^[a-zA-Z0-9_.+-]+@[a-zA-Z0-9-]+.[a-zA-Z0-9-.]+$\/",
+ "required": true,
+ "position": 1
}
],
"amount_min": "0.01",
- "amount_max": "10000"
+ "amount_max": "5000"
},
{
"status": "active",
- "code": "test_gbp",
- "method": "test",
- "currency": "GBP",
+ "code": "advcash_email_uah",
+ "method": "advcash_email",
+ "currency": "UAH",
"fields": [
{
- "key": "account",
+ "key": "wallet_email",
"type": "string",
- "method": "test",
"label": {
- "en": "Account",
- "ru": "Аккаунт",
- "uk": "Акаунт"
+ "en": "Wallet email",
+ "ru": "адрес электронной почты кошелька",
+ "uk": "Адреса електронної пошти гаманця"
},
"hint": {
- "en": "Account",
- "ru": "Аккаунт",
- "uk": "Акаунт"
+ "en": "Enter wallet email",
+ "ru": "Введите адрес электронной почты кошелька",
+ "uk": "Введіть адресу електронної пошти гаманця"
},
- "regexp": "\/^\\d{1,15}$\/",
+ "regexp": "\/^[a-zA-Z0-9_.+-]+@[a-zA-Z0-9-]+.[a-zA-Z0-9-.]+$\/",
"required": true,
"position": 1
- },
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "300000"
+ },
+ {
+ "status": "active",
+ "code": "advcash_email_eur",
+ "method": "advcash_email",
+ "currency": "EUR",
+ "fields": [
{
- "key": "test_details_success_rate",
+ "key": "wallet_email",
"type": "string",
"label": {
- "en": "Success rate (%)",
- "ru": "Вероятность успеха (%)",
- "uk": "Імовірність успіху (%)"
+ "en": "Wallet email",
+ "ru": "Адрес электронной почты кошелька",
+ "uk": "Адреса електронної пошти гаманця"
},
"hint": {
- "en": "Success rate (%)",
- "ru": "Вероятность успеха (%)",
- "uk": "Імовірність успіху (%)"
+ "en": "Enter wallet email",
+ "ru": "Введите адрес электронной почты кошелька",
+ "uk": "Введіть адресу електронної пошти гаманця"
},
- "regexp": "\/^\\d{1,15}$\/",
- "required": false,
- "position": 2
- },
+ "regexp": "\/^[a-zA-Z0-9_.+-]+@[a-zA-Z0-9-]+.[a-zA-Z0-9-.]+$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "2700"
+ },
+ {
+ "status": "active",
+ "code": "advcash_wallet_uah",
+ "method": "advcash_wallet",
+ "currency": "UAH",
+ "fields": [
{
- "key": "test_details_payout_status",
+ "key": "wallet_id",
"type": "string",
"label": {
- "en": "Expected status",
- "ru": "Ожидаемый статус",
- "uk": "Очікуємий статус"
+ "en": "Wallet ID",
+ "ru": "Номер кошелька",
+ "uk": "Номер гаманця"
},
"hint": {
- "en": "Expected status",
- "ru": "Ожидаемый статус",
- "uk": "Очікуємий статус"
+ "en": "Enter wallet ID",
+ "ru": "Введите номер кошелька",
+ "uk": "Введіть номер гаманця"
},
- "regexp": "\/^[A-Z\\-\\sa-z]{2,64}$\/",
- "required": false,
- "position": 3
- },
+ "regexp": "\/^.{1,50}$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "14999"
+ },
+ {
+ "status": "active",
+ "code": "advcash_wallet_try",
+ "method": "advcash_wallet",
+ "currency": "TRY",
+ "fields": [
{
- "key": "test_details_payout_resolution",
+ "key": "wallet_id",
"type": "string",
"label": {
- "en": "Expected resolution",
- "ru": "Ожидаемый resolution",
- "uk": "Очікуємий resolution"
+ "en": "Wallet ID",
+ "ru": "Номер кошелька",
+ "uk": "Номер гаманця"
},
"hint": {
- "en": "Expected resolution",
- "ru": "Ожидаемый resolution",
- "uk": "Очікуємий resolution"
+ "en": "Enter wallet ID",
+ "ru": "Введите номер кошелька",
+ "uk": "Введіть номер гаманця"
},
- "regexp": "\/^[A-Z\\-\\sa-z]{2,64}$\/",
- "required": false,
- "position": 4
+ "regexp": "\/^.{1,50}$\/",
+ "required": true,
+ "position": 1
}
],
"amount_min": "0.01",
- "amount_max": "10000"
+ "amount_max": "1800000"
},
{
"status": "active",
- "code": "test_btc",
- "method": "test",
- "currency": "BTC",
+ "code": "advcash_wallet_vnd",
+ "method": "advcash_wallet",
+ "currency": "VND",
"fields": [
{
- "key": "account",
+ "key": "wallet_id",
"type": "string",
- "method": "test",
"label": {
- "en": "Account",
- "ru": "Аккаунт",
- "uk": "Акаунт"
+ "en": "Wallet ID",
+ "ru": "Номер кошелька",
+ "uk": "Номер гаманця"
},
"hint": {
- "en": "Account",
- "ru": "Аккаунт",
- "uk": "Акаунт"
+ "en": "Enter wallet ID",
+ "ru": "Введите номер кошелька",
+ "uk": "Введіть номер гаманця"
},
- "regexp": "\/^\\d{1,15}$\/",
+ "regexp": "\/^.{1,50}$\/",
"required": true,
"position": 1
- },
+ }
+ ],
+ "amount_min": "1",
+ "amount_max": "9999999999"
+ },
+ {
+ "status": "active",
+ "code": "advcash_wallet_rub",
+ "method": "advcash_wallet",
+ "currency": "RUB",
+ "fields": [
{
- "key": "test_details_success_rate",
+ "key": "wallet_id",
"type": "string",
"label": {
- "en": "Success rate (%)",
- "ru": "Вероятность успеха (%)",
- "uk": "Імовірність успіху (%)"
+ "en": "Wallet ID",
+ "ru": "Номер кошелька",
+ "uk": "Номер гаманця"
},
"hint": {
- "en": "Success rate (%)",
- "ru": "Вероятность успеха (%)",
- "uk": "Імовірність успіху (%)"
+ "en": "Enter wallet ID",
+ "ru": "Введите номер кошелька",
+ "uk": "Введіть номер гаманця"
},
- "regexp": "\/^\\d{1,15}$\/",
- "required": false,
- "position": 2
- },
+ "regexp": "\/^.{1,50}$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "6.65",
+ "amount_max": "6648133.52"
+ },
+ {
+ "status": "active",
+ "code": "advcash_wallet_usd",
+ "method": "advcash_wallet",
+ "currency": "USD",
+ "fields": [
{
- "key": "test_details_payout_status",
+ "key": "wallet_id",
"type": "string",
"label": {
- "en": "Expected status",
- "ru": "Ожидаемый статус",
- "uk": "Очікуваний статус"
+ "en": "Wallet ID",
+ "ru": "Номер кошелька",
+ "uk": "Номер гаманця"
},
"hint": {
- "en": "Expected status",
- "ru": "Ожидаемый статус",
- "uk": "Очікуваний статус"
+ "en": "Enter wallet ID",
+ "ru": "Введите номер кошелька",
+ "uk": "Введіть номер гаманця"
},
- "regexp": "\/^[A-Z\\-\\sa-z]{2,64}$\/",
- "required": false,
- "position": 3
- },
+ "regexp": "\/^.{1,50}$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "0.1",
+ "amount_max": "999999"
+ },
+ {
+ "status": "active",
+ "code": "advcash_wallet_eur",
+ "method": "advcash_wallet",
+ "currency": "EUR",
+ "fields": [
{
- "key": "test_details_payout_resolution",
+ "key": "wallet_id",
"type": "string",
"label": {
- "en": "Expected resolution",
- "ru": "Ожидаемый resolution",
- "uk": "Очікуваний resolution"
+ "en": "Wallet ID",
+ "ru": "Номер кошелька",
+ "uk": "Номер гаманця"
},
"hint": {
- "en": "Expected resolution",
- "ru": "Ожидаемый resolution",
- "uk": "Очікуваний resolution"
+ "en": "Enter wallet ID",
+ "ru": "Введите номер кошелька",
+ "uk": "Введіть номер гаманця"
},
- "regexp": "\/^[A-Z\\-\\sa-z]{2,64}$\/",
- "required": false,
- "position": 4
+ "regexp": "\/^.{1,50}$\/",
+ "required": true,
+ "position": 1
}
],
- "amount_min": "0.00000001",
- "amount_max": "100000"
+ "amount_min": "0.1",
+ "amount_max": "999999"
},
{
"status": "active",
- "code": "test_eth",
- "method": "test",
- "currency": "ETH",
+ "code": "advcash_wallet_brl",
+ "method": "advcash_wallet",
+ "currency": "BRL",
"fields": [
{
- "key": "account",
+ "key": "wallet_id",
"type": "string",
- "method": "test",
"label": {
- "en": "Account",
- "ru": "Аккаунт",
- "uk": "Акаунт"
+ "en": "Wallet ID",
+ "ru": "Номер кошелька",
+ "uk": "Номер гаманця"
},
"hint": {
- "en": "Account",
- "ru": "Аккаунт",
- "uk": "Акаунт"
+ "en": "Enter wallet ID",
+ "ru": "Введите номер кошелька",
+ "uk": "Введіть номер гаманця"
},
- "regexp": "\/^\\d{1,15}$\/",
+ "regexp": "\/^.{1,50}$\/",
"required": true,
"position": 1
- },
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "3000"
+ },
+ {
+ "status": "active",
+ "code": "advcash_wallet_gbp",
+ "method": "advcash_wallet",
+ "currency": "GBP",
+ "fields": [
{
- "key": "test_details_success_rate",
+ "key": "wallet_id",
"type": "string",
"label": {
- "en": "Success rate (%)",
- "ru": "Вероятность успеха (%)",
- "uk": "Імовірність успіху (%)"
+ "en": "Wallet ID",
+ "ru": "Номер кошелька",
+ "uk": "Номер гаманця"
},
"hint": {
- "en": "Success rate (%)",
+ "en": "Enter wallet ID",
+ "ru": "Введите номер кошелька",
+ "uk": "Введіть номер гаманця"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "3000"
+ },
+ {
+ "status": "active",
+ "code": "pay4fun_brl",
+ "method": "pay4fun",
+ "currency": "BRL",
+ "fields": [
+ {
+ "key": "account_id",
+ "type": "string",
+ "label": {
+ "en": "Account ID",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account ID",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^[\\w]{1,64}$\/",
+ "required": false,
+ "position": 1,
+ "example": "77413829266"
+ },
+ {
+ "key": "account_email",
+ "type": "string",
+ "label": {
+ "en": "Account ID",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Account Email",
+ "ru": "Еmail аккаунта",
+ "uk": "Еmail облікового запису"
+ },
+ "hint": {
+ "en": "Enter account email",
+ "ru": "Введите email аккаунта",
+ "uk": "Введіть email облікового запису"
+ },
+ "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
+ "required": true,
+ "position": 2,
+ "example": "test_customer@p4f.com"
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "500000"
+ },
+ {
+ "status": "active",
+ "code": "advcash_wallet_kzt",
+ "method": "advcash_wallet",
+ "currency": "KZT",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Wallet ID",
+ "ru": "Номер кошелька",
+ "uk": "Номер гаманця"
+ },
+ "hint": {
+ "en": "Enter wallet ID",
+ "ru": "Введите номер кошелька",
+ "uk": "Введіть номер гаманця"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "30000"
+ },
+ {
+ "status": "active",
+ "code": "test_uah",
+ "method": "test",
+ "currency": "UAH",
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "method": "test",
+ "label": {
+ "en": "Account",
+ "ru": "Аккаунт",
+ "uk": "Акаунт"
+ },
+ "hint": {
+ "en": "Account",
+ "ru": "Аккаунт",
+ "uk": "Акаунт"
+ },
+ "regexp": "\/^\\d{1,15}$\/",
+ "required": true,
+ "position": 1
+ },
+ {
+ "key": "test_details_success_rate",
+ "type": "string",
+ "label": {
+ "en": "Success rate (%)",
+ "ru": "Вероятность успеха (%)",
+ "uk": "Імовірність успіху (%)"
+ },
+ "hint": {
+ "en": "Success rate (%)",
"ru": "Вероятность успеха (%)",
"uk": "Імовірність успіху (%)"
},
@@ -2481,655 +3089,1180 @@
"position": 4
}
],
- "amount_min": "0.00000001",
- "amount_max": "100000"
+ "amount_min": "0.01",
+ "amount_max": "9999999"
},
{
"status": "active",
- "code": "certus_transfer_uah",
- "method": "certus_transfer",
- "currency": "UAH",
+ "code": "test_usd",
+ "method": "test",
+ "currency": "USD",
"fields": [
{
- "key": "secret_word",
+ "key": "account",
"type": "string",
+ "method": "test",
"label": {
- "en": "Secret word",
- "ru": "Секретный пароль",
- "uk": "Секретний пароль"
+ "en": "Account",
+ "ru": "Аккаунт",
+ "uk": "Акаунт"
},
"hint": {
- "en": "Enter secret word",
- "ru": "Введите секретный пароль",
- "uk": "Введіть секретний пароль"
+ "en": "Account",
+ "ru": "Аккаунт",
+ "uk": "Акаунт"
},
- "regexp": "\/^\\d{6}$\/",
+ "regexp": "\/^\\d{1,15}$\/",
"required": true,
"position": 1
},
{
- "key": "shipping_first_name",
+ "key": "test_details_success_rate",
"type": "string",
"label": {
- "en": "Shipping first name",
- "ru": "Имя получателя",
- "uk": "Імʼя отримувача"
+ "en": "Success rate (%)",
+ "ru": "Вероятность успеха (%)",
+ "uk": "Імовірність успіху (%)"
},
"hint": {
- "en": "Enter shipping first name",
- "ru": "Введите имя получателя",
- "uk": "Введіть імʼя отримувача"
+ "en": "Success rate (%)",
+ "ru": "Вероятность успеха (%)",
+ "uk": "Імовірність успіху (%)"
},
- "regexp": "\/^[A-Z\\-\\sa-z]{2,64}$\/",
- "required": true,
+ "regexp": "\/^\\d{1,15}$\/",
+ "required": false,
"position": 2
},
{
- "key": "shipping_last_name",
+ "key": "test_details_payout_status",
"type": "string",
"label": {
- "en": "Shipping last name",
- "ru": "Фамилия получателя",
- "uk": "Прізвище отримувача"
+ "en": "Expected status",
+ "ru": "Ожидаемый статус",
+ "uk": "Очікуваний статус"
},
"hint": {
- "en": "Enter shipping last name",
- "ru": "Введите фамилия получателя",
- "uk": "Введіть прізвище отримувача"
+ "en": "Expected status",
+ "ru": "Ожидаемый статус",
+ "uk": "Очікуваний статус"
},
- "regexp": "\/^[A-Za-z]{2,64}$\/",
- "required": true,
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,64}$\/",
+ "required": false,
"position": 3
},
{
- "key": "shipping_country_code",
+ "key": "test_details_payout_resolution",
"type": "string",
"label": {
- "en": "Shipping country code",
- "ru": "Код страны получателя",
- "uk": "Код країни отримувача"
+ "en": "Expected resolution",
+ "ru": "Ожидаемый resolution",
+ "uk": "Очікуваний resolution"
},
"hint": {
- "en": "Enter shipping country code",
- "ru": "Введите код страны получателя",
- "uk": "Введіть код країни отримувача"
+ "en": "Expected resolution",
+ "ru": "Ожидаемый resolution",
+ "uk": "Очікуваний resolution"
},
- "regexp": "\/^[A-Z][A-Z]$\/",
- "required": true,
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,64}$\/",
+ "required": false,
"position": 4
- },
- {
- "key": "shipping_mobile",
- "type": "string",
- "label": {
- "en": "Shipping mobile",
- "ru": "Телефон получателя",
- "uk": "Телефон отримувача"
- },
- "hint": {
- "en": "Enter shipping mobile",
- "ru": "Введите телефон получателя",
- "uk": "Введіть телефон отримувача"
- },
- "regexp": "\/^\\+?\\d{9,32}$\/",
- "required": true,
- "position": 5
}
],
- "amount_min": "20000",
+ "amount_min": "0.01",
"amount_max": "9999999"
},
{
"status": "active",
- "code": "tov-otp-faktoring_uah",
- "method": "tov-otp-faktoring",
- "currency": "UAH",
+ "code": "test_eur",
+ "method": "test",
+ "currency": "EUR",
"fields": [
{
- "key": "client_id",
+ "key": "account",
"type": "string",
+ "method": "test",
"label": {
- "en": "Case number",
- "ru": "Номер дела",
- "uk": "Номер справи"
+ "en": "Account",
+ "ru": "Аккаунт",
+ "uk": "Акаунт"
},
- "regexp": "\/^\\d{1,128}$\/",
- "required": true,
- "position": 1,
"hint": {
- "en": "Case number",
- "ru": "Номер дела",
- "uk": "Номер справи"
+ "en": "Account",
+ "ru": "Аккаунт",
+ "uk": "Акаунт"
},
- "example": "136003020"
- }
- ],
- "amount_min": "2",
- "amount_max": "14999"
- },
- {
- "status": "active",
- "code": "lcom_uah",
- "method": "lcom",
- "currency": "UAH",
- "fields": [
+ "regexp": "\/^\\d{1,15}$\/",
+ "required": true,
+ "position": 1
+ },
{
- "key": "client_id",
+ "key": "test_details_success_rate",
"type": "string",
"label": {
- "en": "The number of the face account",
- "ru": "Номер лицевого счета",
- "uk": "Номер особового рахунку"
+ "en": "Success rate (%)",
+ "ru": "Вероятность успеха (%)",
+ "uk": "Імовірність успіху (%)"
},
- "regexp": "\/^\\d{1,128}$\/",
- "required": true,
- "position": 1,
"hint": {
- "en": "Enter the number of the face account",
- "ru": "Введите номер лицевого счета",
- "uk": "Введіть номер особового рахунку"
+ "en": "Success rate (%)",
+ "ru": "Вероятность успеха (%)",
+ "uk": "Імовірність успіху (%)"
},
- "example": "F992\/09-08"
- }
- ],
- "amount_min": "2",
- "amount_max": "14999"
- },
- {
- "status": "active",
- "code": "teztelecom-dlia-agenstv_uah",
- "method": "teztelecom-dlia-agenstv",
- "currency": "UAH",
- "fields": [
+ "regexp": "\/^\\d{1,15}$\/",
+ "required": false,
+ "position": 2
+ },
{
- "key": "client_id",
+ "key": "test_details_payout_status",
"type": "string",
"label": {
- "en": "Specify TezGSM Number",
- "ru": "Номер TezGSM",
- "uk": "Номер TezGSM"
+ "en": "Expected status",
+ "ru": "Ожидаемый статус",
+ "uk": "Очікуваний статус"
},
- "regexp": "\/^(\\w|\\.| |\\-|\\+|@){1,128}$\/",
- "required": true,
- "position": 1,
"hint": {
- "en": "Specify TezGSM Number",
- "ru": "Укажите Номер TezGSM",
- "uk": "Вкажіть Номер TezGSM"
+ "en": "Expected status",
+ "ru": "Ожидаемый статус",
+ "uk": "Очікуваний статус"
},
- "example": "37250000801"
- }
- ],
- "amount_min": "2",
- "amount_max": "14999"
- },
- {
- "status": "active",
- "code": "trinity-mariupol_uah",
- "method": "trinity-mariupol",
- "currency": "UAH",
- "fields": [
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,64}$\/",
+ "required": false,
+ "position": 3
+ },
{
- "key": "client_id",
+ "key": "test_details_payout_resolution",
"type": "string",
"label": {
- "en": "Specify the contract number",
- "ru": "Номер договора",
- "uk": "Номер договору"
+ "en": "Expected resolution",
+ "ru": "Ожидаемый resolution",
+ "uk": "Очікуваний resolution"
},
- "regexp": "\/^(\\w|\\.| |\\-|\\+|@){1,128}$\/",
- "required": true,
- "position": 1,
"hint": {
- "en": "Specify the contract number",
- "ru": "Укажите номер договора",
- "uk": "Вкажіть номер договору"
+ "en": "Expected resolution",
+ "ru": "Ожидаемый resolution",
+ "uk": "Очікуваний resolution"
},
- "example": "45453"
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,64}$\/",
+ "required": false,
+ "position": 4
}
],
- "amount_min": "1",
- "amount_max": "14999"
+ "amount_min": "0.01",
+ "amount_max": "9999999"
},
{
"status": "active",
- "code": "undernet_uah",
- "method": "undernet",
- "currency": "UAH",
+ "code": "test_rub",
+ "method": "test",
+ "currency": "RUB",
"fields": [
{
- "key": "client_id",
+ "key": "account",
"type": "string",
+ "method": "test",
"label": {
- "en": "Specify payment code",
- "uk": "Платіжний код",
- "ru": "Платежный код"
+ "en": "Account",
+ "ru": "Аккаунт",
+ "uk": "Акаунт"
},
- "regexp": "\/^(\\w|\\.| |\\-|\\+|@){1,128}$\/",
- "required": true,
- "position": 1,
"hint": {
- "en": "Specify payment code",
- "uk": "Вкажіть платіжний код",
- "ru": "Укажите платежный код"
+ "en": "Account",
+ "ru": "Аккаунт",
+ "uk": "Акаунт"
},
- "example": "29348"
- }
- ],
- "amount_min": "2",
- "amount_max": "14999"
- },
- {
- "status": "active",
- "code": "v-lan_uah",
- "method": "v-lan",
- "currency": "UAH",
- "fields": [
+ "regexp": "\/^\\d{1,15}$\/",
+ "required": true,
+ "position": 1
+ },
{
- "key": "client_id",
+ "key": "test_details_success_rate",
"type": "string",
"label": {
- "en": "The contract number",
- "uk": "Номер договору",
- "ru": "Номер договора"
+ "en": "Success rate (%)",
+ "ru": "Вероятность успеха (%)",
+ "uk": "Імовірність успіху (%)"
},
- "regexp": "\/^(\\w|\\.| |\\-|\\+|@){1,128}$\/",
- "required": true,
- "position": 1,
"hint": {
- "en": "Enter the contract number",
- "uk": "Введіть номер договору",
- "ru": "Введите номер договора"
+ "en": "Success rate (%)",
+ "ru": "Вероятность успеха (%)",
+ "uk": "Імовірність успіху (%)"
},
- "example": "1906"
- }
- ],
- "amount_min": "2",
- "amount_max": "14999"
- },
- {
- "status": "active",
- "code": "pautina-net_uah",
- "method": "pautina-net",
- "currency": "UAH",
- "fields": [
+ "regexp": "\/^\\d{1,15}$\/",
+ "required": false,
+ "position": 2
+ },
{
- "key": "client_id",
+ "key": "test_details_payout_status",
"type": "string",
"label": {
- "en": "Specify the contract number",
- "uk": "Номер договору",
- "ru": "Номер договора"
+ "en": "Expected status",
+ "ru": "Ожидаемый статус",
+ "uk": "Очікуваний статус"
},
- "regexp": "\/^\\d{1,128}$\/",
- "required": true,
- "position": 1,
"hint": {
- "en": "Specify the contract number",
- "uk": "Вкажіть номер договору",
- "ru": "Укажите номер договора"
+ "en": "Expected status",
+ "ru": "Ожидаемый статус",
+ "uk": "Очікуваний статус"
},
- "example": "900659"
- }
- ],
- "amount_min": "2",
- "amount_max": "14999"
- },
- {
- "status": "active",
- "code": "taksi-mango-odessa_uah",
- "method": "taksi-mango-odessa",
- "currency": "UAH",
- "fields": [
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,64}$\/",
+ "required": false,
+ "position": 3
+ },
{
- "key": "client_id",
+ "key": "test_details_payout_resolution",
"type": "string",
"label": {
- "en": "Subscriber Number",
- "uk": "Номер абонента",
- "ru": "Номер абонента"
+ "en": "Expected resolution",
+ "ru": "Ожидаемый resolution",
+ "uk": "Очікуваний resolution"
},
- "regexp": "\/^\\d{1,128}$\/",
- "required": true,
- "position": 1,
"hint": {
- "en": "Subscriber Number",
- "uk": "Номер абонента",
- "ru": "Номер абонента"
+ "en": "Expected resolution",
+ "ru": "Ожидаемый resolution",
+ "uk": "Очікуваний resolution"
},
- "example": "2"
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,64}$\/",
+ "required": false,
+ "position": 4
}
],
- "amount_min": "2",
- "amount_max": "5000"
+ "amount_min": "0.01",
+ "amount_max": "9999999"
},
{
"status": "active",
- "code": "taksi-avalon-odessa_uah",
- "method": "taksi-avalon-odessa",
- "currency": "UAH",
+ "code": "test_xts",
+ "method": "test",
+ "currency": "XTS",
"fields": [
{
- "key": "client_id",
+ "key": "account",
"type": "string",
+ "method": "test",
"label": {
- "en": "Subscriber Number",
- "uk": "Номер абонента",
- "ru": "Номер абонента"
+ "en": "Account",
+ "ru": "Аккаунт",
+ "uk": "Акаунт"
},
- "regexp": "\/^\\d{1,128}$\/",
- "required": true,
- "position": 1,
"hint": {
- "en": "Subscriber Number",
- "uk": "Номер абонента",
- "ru": "Номер абонента"
+ "en": "Account",
+ "ru": "Аккаунт",
+ "uk": "Акаунт"
},
- "example": "2"
- }
- ],
- "amount_min": "2",
- "amount_max": "5000"
- },
- {
- "status": "active",
- "code": "taksi-avalon-dnepropetrovsk_uah",
- "method": "taksi-avalon-dnepropetrovsk",
- "currency": "UAH",
- "fields": [
+ "regexp": "\/^\\d{1,15}$\/",
+ "required": true,
+ "position": 1
+ },
{
- "key": "client_id",
+ "key": "test_details_success_rate",
"type": "string",
"label": {
- "en": "Subscriber Number",
- "uk": "Номер абонента",
- "ru": "Номер абонента"
+ "en": "Success rate (%)",
+ "ru": "Вероятность успеха (%)",
+ "uk": "Імовірність успіху (%)"
},
- "regexp": "\/^\\d{1,128}$\/",
- "required": true,
- "position": 1,
"hint": {
- "en": "Subscriber Number",
- "uk": "Номер абонента",
- "ru": "Номер абонента"
+ "en": "Success rate (%)",
+ "ru": "Вероятность успеха (%)",
+ "uk": "Імовірність успіху (%)"
},
- "example": "999"
+ "regexp": "\/^\\d{1,15}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "test_details_payout_status",
+ "type": "string",
+ "label": {
+ "en": "Expected status",
+ "ru": "Ожидаемый статус",
+ "uk": "Очікуємий статус"
+ },
+ "hint": {
+ "en": "Expected status",
+ "ru": "Ожидаемый статус",
+ "uk": "Очікуємий статус"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,64}$\/",
+ "required": false,
+ "position": 3
+ },
+ {
+ "key": "test_details_payout_resolution",
+ "type": "string",
+ "label": {
+ "en": "Expected resolution",
+ "ru": "Ожидаемый resolution",
+ "uk": "Очікуємий resolution"
+ },
+ "hint": {
+ "en": "Expected resolution",
+ "ru": "Ожидаемый resolution",
+ "uk": "Очікуємий resolution"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,64}$\/",
+ "required": false,
+ "position": 4
}
],
- "amount_min": "2",
- "amount_max": "5000"
+ "amount_min": "0.01",
+ "amount_max": "10000"
},
{
"status": "active",
- "code": "taksi-avalon-nikolaev_uah",
- "method": "taksi-avalon-nikolaev",
- "currency": "UAH",
+ "code": "test_gbp",
+ "method": "test",
+ "currency": "GBP",
"fields": [
{
- "key": "client_id",
+ "key": "account",
"type": "string",
+ "method": "test",
"label": {
- "en": "Subscriber Number",
- "uk": "Номер абонента",
- "ru": "Номер абонента"
+ "en": "Account",
+ "ru": "Аккаунт",
+ "uk": "Акаунт"
},
- "regexp": "\/^\\d{1,128}$\/",
+ "hint": {
+ "en": "Account",
+ "ru": "Аккаунт",
+ "uk": "Акаунт"
+ },
+ "regexp": "\/^\\d{1,15}$\/",
"required": true,
- "position": 1,
+ "position": 1
+ },
+ {
+ "key": "test_details_success_rate",
+ "type": "string",
+ "label": {
+ "en": "Success rate (%)",
+ "ru": "Вероятность успеха (%)",
+ "uk": "Імовірність успіху (%)"
+ },
"hint": {
- "en": "Subscriber Number",
- "uk": "Номер абонента",
- "ru": "Номер абонента"
+ "en": "Success rate (%)",
+ "ru": "Вероятность успеха (%)",
+ "uk": "Імовірність успіху (%)"
},
- "example": "999"
+ "regexp": "\/^\\d{1,15}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "test_details_payout_status",
+ "type": "string",
+ "label": {
+ "en": "Expected status",
+ "ru": "Ожидаемый статус",
+ "uk": "Очікуємий статус"
+ },
+ "hint": {
+ "en": "Expected status",
+ "ru": "Ожидаемый статус",
+ "uk": "Очікуємий статус"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,64}$\/",
+ "required": false,
+ "position": 3
+ },
+ {
+ "key": "test_details_payout_resolution",
+ "type": "string",
+ "label": {
+ "en": "Expected resolution",
+ "ru": "Ожидаемый resolution",
+ "uk": "Очікуємий resolution"
+ },
+ "hint": {
+ "en": "Expected resolution",
+ "ru": "Ожидаемый resolution",
+ "uk": "Очікуємий resolution"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,64}$\/",
+ "required": false,
+ "position": 4
}
],
- "amount_min": "2",
- "amount_max": "5000"
+ "amount_min": "0.01",
+ "amount_max": "10000"
},
{
"status": "active",
- "code": "taksi-292-kiev_uah",
- "method": "taksi-292-kiev",
- "currency": "UAH",
+ "code": "test_btc",
+ "method": "test",
+ "currency": "BTC",
"fields": [
{
- "key": "client_id",
+ "key": "account",
"type": "string",
+ "method": "test",
"label": {
- "en": "Caller ID",
- "uk": "Номер позивного",
- "ru": "Номер позывного"
+ "en": "Account",
+ "ru": "Аккаунт",
+ "uk": "Акаунт"
},
- "regexp": "\/^\\d{1,128}$\/",
+ "hint": {
+ "en": "Account",
+ "ru": "Аккаунт",
+ "uk": "Акаунт"
+ },
+ "regexp": "\/^\\d{1,15}$\/",
"required": true,
- "position": 1,
+ "position": 1
+ },
+ {
+ "key": "test_details_success_rate",
+ "type": "string",
+ "label": {
+ "en": "Success rate (%)",
+ "ru": "Вероятность успеха (%)",
+ "uk": "Імовірність успіху (%)"
+ },
"hint": {
- "en": "Caller ID",
- "uk": "Номер позивного",
- "ru": "Номер позывного"
+ "en": "Success rate (%)",
+ "ru": "Вероятность успеха (%)",
+ "uk": "Імовірність успіху (%)"
},
- "example": "1039"
+ "regexp": "\/^\\d{1,15}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "test_details_payout_status",
+ "type": "string",
+ "label": {
+ "en": "Expected status",
+ "ru": "Ожидаемый статус",
+ "uk": "Очікуваний статус"
+ },
+ "hint": {
+ "en": "Expected status",
+ "ru": "Ожидаемый статус",
+ "uk": "Очікуваний статус"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,64}$\/",
+ "required": false,
+ "position": 3
+ },
+ {
+ "key": "test_details_payout_resolution",
+ "type": "string",
+ "label": {
+ "en": "Expected resolution",
+ "ru": "Ожидаемый resolution",
+ "uk": "Очікуваний resolution"
+ },
+ "hint": {
+ "en": "Expected resolution",
+ "ru": "Ожидаемый resolution",
+ "uk": "Очікуваний resolution"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,64}$\/",
+ "required": false,
+ "position": 4
}
],
- "amount_min": "2",
- "amount_max": "5000"
+ "amount_min": "0.00000001",
+ "amount_max": "100000"
},
{
"status": "active",
- "code": "taksi-laik-kiev_uah",
- "method": "taksi-laik-kiev",
- "currency": "UAH",
+ "code": "test_eth",
+ "method": "test",
+ "currency": "ETH",
"fields": [
{
- "key": "client_id",
+ "key": "account",
"type": "string",
+ "method": "test",
"label": {
- "en": "Caller ID",
- "uk": "Номер позивного",
- "ru": "Номер позывного"
+ "en": "Account",
+ "ru": "Аккаунт",
+ "uk": "Акаунт"
},
- "regexp": "\/^\\d{1,128}$\/",
+ "hint": {
+ "en": "Account",
+ "ru": "Аккаунт",
+ "uk": "Акаунт"
+ },
+ "regexp": "\/^\\d{1,15}$\/",
"required": true,
- "position": 1,
+ "position": 1
+ },
+ {
+ "key": "test_details_success_rate",
+ "type": "string",
+ "label": {
+ "en": "Success rate (%)",
+ "ru": "Вероятность успеха (%)",
+ "uk": "Імовірність успіху (%)"
+ },
"hint": {
- "en": "Caller ID",
- "uk": "Номер позивного",
- "ru": "Номер позывного"
+ "en": "Success rate (%)",
+ "ru": "Вероятность успеха (%)",
+ "uk": "Імовірність успіху (%)"
},
- "example": "2126"
+ "regexp": "\/^\\d{1,15}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "test_details_payout_status",
+ "type": "string",
+ "label": {
+ "en": "Expected status",
+ "ru": "Ожидаемый статус",
+ "uk": "Очікуваний статус"
+ },
+ "hint": {
+ "en": "Expected status",
+ "ru": "Ожидаемый статус",
+ "uk": "Очікуваний статус"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,64}$\/",
+ "required": false,
+ "position": 3
+ },
+ {
+ "key": "test_details_payout_resolution",
+ "type": "string",
+ "label": {
+ "en": "Expected resolution",
+ "ru": "Ожидаемый resolution",
+ "uk": "Очікуваний resolution"
+ },
+ "hint": {
+ "en": "Expected resolution",
+ "ru": "Ожидаемый resolution",
+ "uk": "Очікуваний resolution"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,64}$\/",
+ "required": false,
+ "position": 4
}
],
- "amount_min": "2",
- "amount_max": "5000"
+ "amount_min": "0.00000001",
+ "amount_max": "100000"
},
{
"status": "active",
- "code": "taksi-everest-kiev_uah",
- "method": "taksi-everest-kiev",
+ "code": "certus_transfer_uah",
+ "method": "certus_transfer",
"currency": "UAH",
"fields": [
{
- "key": "client_id",
+ "key": "secret_word",
"type": "string",
"label": {
- "en": "Caller ID",
- "uk": "Номер позивного",
- "ru": "Номер позывного"
+ "en": "Secret word",
+ "ru": "Секретный пароль",
+ "uk": "Секретний пароль"
},
- "regexp": "\/^\\d{1,128}$\/",
+ "hint": {
+ "en": "Enter secret word",
+ "ru": "Введите секретный пароль",
+ "uk": "Введіть секретний пароль"
+ },
+ "regexp": "\/^\\d{6}$\/",
"required": true,
- "position": 1,
+ "position": 1
+ },
+ {
+ "key": "shipping_first_name",
+ "type": "string",
+ "label": {
+ "en": "Shipping first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
"hint": {
- "en": "Caller ID",
- "uk": "Номер позивного",
- "ru": "Номер позывного"
+ "en": "Enter shipping first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
},
- "example": "150"
- }
- ],
- "amount_min": "2",
- "amount_max": "5000"
- },
- {
- "status": "active",
- "code": "fresh-taxi-kiev_uah",
- "method": "fresh-taxi-kiev",
- "currency": "UAH",
- "fields": [
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,64}$\/",
+ "required": true,
+ "position": 2
+ },
{
- "key": "client_id",
+ "key": "shipping_last_name",
"type": "string",
"label": {
- "en": "Caller ID",
- "uk": "Номер позивного",
- "ru": "Номер позывного"
+ "en": "Shipping last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
},
- "regexp": "\/^\\d{1,128}$\/",
+ "hint": {
+ "en": "Enter shipping last name",
+ "ru": "Введите фамилия получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "\/^[A-Za-z]{2,64}$\/",
"required": true,
- "position": 1,
+ "position": 3
+ },
+ {
+ "key": "shipping_country_code",
+ "type": "string",
+ "label": {
+ "en": "Shipping country code",
+ "ru": "Код страны получателя",
+ "uk": "Код країни отримувача"
+ },
"hint": {
- "en": "Caller ID",
- "uk": "Номер позивного",
- "ru": "Номер позывного"
+ "en": "Enter shipping country code",
+ "ru": "Введите код страны получателя",
+ "uk": "Введіть код країни отримувача"
},
- "example": "998"
+ "regexp": "\/^[A-Z][A-Z]$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "shipping_mobile",
+ "type": "string",
+ "label": {
+ "en": "Shipping mobile",
+ "ru": "Телефон получателя",
+ "uk": "Телефон отримувача"
+ },
+ "hint": {
+ "en": "Enter shipping mobile",
+ "ru": "Введите телефон получателя",
+ "uk": "Введіть телефон отримувача"
+ },
+ "regexp": "\/^\\+?\\d{9,32}$\/",
+ "required": true,
+ "position": 5
}
],
- "amount_min": "2",
- "amount_max": "5000"
+ "amount_min": "20000",
+ "amount_max": "9999999"
},
{
"status": "active",
- "code": "taksi-favorit-kiev-pozyvnye-1-999_uah",
- "method": "taksi-favorit-kiev-pozyvnye-1-999",
+ "code": "tov-otp-faktoring_uah",
+ "method": "tov-otp-faktoring",
"currency": "UAH",
"fields": [
{
"key": "client_id",
"type": "string",
"label": {
- "en": "Caller ID",
- "uk": "Номер позивного",
- "ru": "Номер позывного"
+ "en": "Case number",
+ "ru": "Номер дела",
+ "uk": "Номер справи"
},
"regexp": "\/^\\d{1,128}$\/",
"required": true,
"position": 1,
"hint": {
- "en": "Caller ID",
- "uk": "Номер позивного",
- "ru": "Номер позывного"
+ "en": "Case number",
+ "ru": "Номер дела",
+ "uk": "Номер справи"
},
- "example": "1"
+ "example": "136003020"
}
],
"amount_min": "2",
- "amount_max": "5000"
+ "amount_max": "14999"
},
{
"status": "active",
- "code": "viasat-uatv_uah",
- "method": "viasat-uatv",
+ "code": "lcom_uah",
+ "method": "lcom",
"currency": "UAH",
"fields": [
{
"key": "client_id",
"type": "string",
"label": {
- "en": "The contract number",
- "uk": "Номер договору",
- "ru": "Номер договора"
+ "en": "The number of the face account",
+ "ru": "Номер лицевого счета",
+ "uk": "Номер особового рахунку"
},
"regexp": "\/^\\d{1,128}$\/",
"required": true,
"position": 1,
"hint": {
- "en": "Enter the contract number",
- "uk": "Введіть номер договору",
- "ru": "Введите номер договора"
+ "en": "Enter the number of the face account",
+ "ru": "Введите номер лицевого счета",
+ "uk": "Введіть номер особового рахунку"
},
- "example": "0022179740"
+ "example": "F992\/09-08"
}
],
- "amount_min": "200",
- "amount_max": "149900"
+ "amount_min": "2",
+ "amount_max": "14999"
},
{
"status": "active",
- "code": "forza24_uah",
- "method": "forza24",
+ "code": "teztelecom-dlia-agenstv_uah",
+ "method": "teztelecom-dlia-agenstv",
"currency": "UAH",
"fields": [
{
"key": "client_id",
"type": "string",
"label": {
- "en": "Phone number",
- "ru": "Номер телефона",
- "uk": "Номер телефону"
+ "en": "Specify TezGSM Number",
+ "ru": "Номер TezGSM",
+ "uk": "Номер TezGSM"
},
- "regexp": "\/^\\d{1,128}$\/",
+ "regexp": "\/^(\\w|\\.| |\\-|\\+|@){1,128}$\/",
"required": true,
"position": 1,
"hint": {
- "en": "Enter phone number",
- "ru": "Введите номер телефона",
- "uk": "Введіть номер телефону"
+ "en": "Specify TezGSM Number",
+ "ru": "Укажите Номер TezGSM",
+ "uk": "Вкажіть Номер TezGSM"
},
- "example": "380634864244"
+ "example": "37250000801"
}
],
- "amount_min": "200",
- "amount_max": "149900"
+ "amount_min": "2",
+ "amount_max": "14999"
},
{
"status": "active",
- "code": "msl-derzhavni-lotereyi_uah",
- "method": "msl-derzhavni-lotereyi",
+ "code": "trinity-mariupol_uah",
+ "method": "trinity-mariupol",
"currency": "UAH",
"fields": [
{
"key": "client_id",
"type": "string",
"label": {
- "en": "Your login or e-mail registered on the site igra.msl.ua",
- "ru": "Логин или е-мейл, зарегистрированный на сайте igra.msl.ua",
- "uk": "Логін або е-мейл, зареєстровані на сайті igra.msl.ua"
+ "en": "Specify the contract number",
+ "ru": "Номер договора",
+ "uk": "Номер договору"
},
- "regexp": "\/^\\d{1,128}$\/",
+ "regexp": "\/^(\\w|\\.| |\\-|\\+|@){1,128}$\/",
"required": true,
"position": 1,
"hint": {
- "en": "Enter your login or e-mail registered on the site igra.msl.ua",
- "ru": "Введите логин или е-мейл, зарегистрированный на сайте igra.msl.ua",
- "uk": "Введіть логін або е-мейл, зареєстровані на сайті igra.msl.ua"
+ "en": "Specify the contract number",
+ "ru": "Укажите номер договора",
+ "uk": "Вкажіть номер договору"
},
- "example": "linkatinka"
+ "example": "45453"
}
],
- "amount_min": "2000",
- "amount_max": "100000"
+ "amount_min": "1",
+ "amount_max": "14999"
},
{
"status": "active",
- "code": "datanet_uah",
- "method": "datanet",
+ "code": "undernet_uah",
+ "method": "undernet",
"currency": "UAH",
"fields": [
{
"key": "client_id",
"type": "string",
"label": {
- "en": "Specify the contract number",
- "uk": "Номер договору",
- "ru": "Номер договора"
+ "en": "Specify payment code",
+ "uk": "Платіжний код",
+ "ru": "Платежный код"
},
"regexp": "\/^(\\w|\\.| |\\-|\\+|@){1,128}$\/",
"required": true,
"position": 1,
"hint": {
- "en": "Specify the contract number",
+ "en": "Specify payment code",
+ "uk": "Вкажіть платіжний код",
+ "ru": "Укажите платежный код"
+ },
+ "example": "29348"
+ }
+ ],
+ "amount_min": "2",
+ "amount_max": "14999"
+ },
+ {
+ "status": "active",
+ "code": "v-lan_uah",
+ "method": "v-lan",
+ "currency": "UAH",
+ "fields": [
+ {
+ "key": "client_id",
+ "type": "string",
+ "label": {
+ "en": "The contract number",
+ "uk": "Номер договору",
+ "ru": "Номер договора"
+ },
+ "regexp": "\/^(\\w|\\.| |\\-|\\+|@){1,128}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter the contract number",
+ "uk": "Введіть номер договору",
+ "ru": "Введите номер договора"
+ },
+ "example": "1906"
+ }
+ ],
+ "amount_min": "2",
+ "amount_max": "14999"
+ },
+ {
+ "status": "active",
+ "code": "pautina-net_uah",
+ "method": "pautina-net",
+ "currency": "UAH",
+ "fields": [
+ {
+ "key": "client_id",
+ "type": "string",
+ "label": {
+ "en": "Specify the contract number",
+ "uk": "Номер договору",
+ "ru": "Номер договора"
+ },
+ "regexp": "\/^\\d{1,128}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Specify the contract number",
+ "uk": "Вкажіть номер договору",
+ "ru": "Укажите номер договора"
+ },
+ "example": "900659"
+ }
+ ],
+ "amount_min": "2",
+ "amount_max": "14999"
+ },
+ {
+ "status": "active",
+ "code": "taksi-mango-odessa_uah",
+ "method": "taksi-mango-odessa",
+ "currency": "UAH",
+ "fields": [
+ {
+ "key": "client_id",
+ "type": "string",
+ "label": {
+ "en": "Subscriber Number",
+ "uk": "Номер абонента",
+ "ru": "Номер абонента"
+ },
+ "regexp": "\/^\\d{1,128}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Subscriber Number",
+ "uk": "Номер абонента",
+ "ru": "Номер абонента"
+ },
+ "example": "2"
+ }
+ ],
+ "amount_min": "2",
+ "amount_max": "5000"
+ },
+ {
+ "status": "active",
+ "code": "taksi-avalon-odessa_uah",
+ "method": "taksi-avalon-odessa",
+ "currency": "UAH",
+ "fields": [
+ {
+ "key": "client_id",
+ "type": "string",
+ "label": {
+ "en": "Subscriber Number",
+ "uk": "Номер абонента",
+ "ru": "Номер абонента"
+ },
+ "regexp": "\/^\\d{1,128}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Subscriber Number",
+ "uk": "Номер абонента",
+ "ru": "Номер абонента"
+ },
+ "example": "2"
+ }
+ ],
+ "amount_min": "2",
+ "amount_max": "5000"
+ },
+ {
+ "status": "active",
+ "code": "taksi-avalon-dnepropetrovsk_uah",
+ "method": "taksi-avalon-dnepropetrovsk",
+ "currency": "UAH",
+ "fields": [
+ {
+ "key": "client_id",
+ "type": "string",
+ "label": {
+ "en": "Subscriber Number",
+ "uk": "Номер абонента",
+ "ru": "Номер абонента"
+ },
+ "regexp": "\/^\\d{1,128}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Subscriber Number",
+ "uk": "Номер абонента",
+ "ru": "Номер абонента"
+ },
+ "example": "999"
+ }
+ ],
+ "amount_min": "2",
+ "amount_max": "5000"
+ },
+ {
+ "status": "active",
+ "code": "taksi-avalon-nikolaev_uah",
+ "method": "taksi-avalon-nikolaev",
+ "currency": "UAH",
+ "fields": [
+ {
+ "key": "client_id",
+ "type": "string",
+ "label": {
+ "en": "Subscriber Number",
+ "uk": "Номер абонента",
+ "ru": "Номер абонента"
+ },
+ "regexp": "\/^\\d{1,128}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Subscriber Number",
+ "uk": "Номер абонента",
+ "ru": "Номер абонента"
+ },
+ "example": "999"
+ }
+ ],
+ "amount_min": "2",
+ "amount_max": "5000"
+ },
+ {
+ "status": "active",
+ "code": "taksi-292-kiev_uah",
+ "method": "taksi-292-kiev",
+ "currency": "UAH",
+ "fields": [
+ {
+ "key": "client_id",
+ "type": "string",
+ "label": {
+ "en": "Caller ID",
+ "uk": "Номер позивного",
+ "ru": "Номер позывного"
+ },
+ "regexp": "\/^\\d{1,128}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Caller ID",
+ "uk": "Номер позивного",
+ "ru": "Номер позывного"
+ },
+ "example": "1039"
+ }
+ ],
+ "amount_min": "2",
+ "amount_max": "5000"
+ },
+ {
+ "status": "active",
+ "code": "taksi-laik-kiev_uah",
+ "method": "taksi-laik-kiev",
+ "currency": "UAH",
+ "fields": [
+ {
+ "key": "client_id",
+ "type": "string",
+ "label": {
+ "en": "Caller ID",
+ "uk": "Номер позивного",
+ "ru": "Номер позывного"
+ },
+ "regexp": "\/^\\d{1,128}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Caller ID",
+ "uk": "Номер позивного",
+ "ru": "Номер позывного"
+ },
+ "example": "2126"
+ }
+ ],
+ "amount_min": "2",
+ "amount_max": "5000"
+ },
+ {
+ "status": "active",
+ "code": "taksi-everest-kiev_uah",
+ "method": "taksi-everest-kiev",
+ "currency": "UAH",
+ "fields": [
+ {
+ "key": "client_id",
+ "type": "string",
+ "label": {
+ "en": "Caller ID",
+ "uk": "Номер позивного",
+ "ru": "Номер позывного"
+ },
+ "regexp": "\/^\\d{1,128}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Caller ID",
+ "uk": "Номер позивного",
+ "ru": "Номер позывного"
+ },
+ "example": "150"
+ }
+ ],
+ "amount_min": "2",
+ "amount_max": "5000"
+ },
+ {
+ "status": "active",
+ "code": "fresh-taxi-kiev_uah",
+ "method": "fresh-taxi-kiev",
+ "currency": "UAH",
+ "fields": [
+ {
+ "key": "client_id",
+ "type": "string",
+ "label": {
+ "en": "Caller ID",
+ "uk": "Номер позивного",
+ "ru": "Номер позывного"
+ },
+ "regexp": "\/^\\d{1,128}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Caller ID",
+ "uk": "Номер позивного",
+ "ru": "Номер позывного"
+ },
+ "example": "998"
+ }
+ ],
+ "amount_min": "2",
+ "amount_max": "5000"
+ },
+ {
+ "status": "active",
+ "code": "taksi-favorit-kiev-pozyvnye-1-999_uah",
+ "method": "taksi-favorit-kiev-pozyvnye-1-999",
+ "currency": "UAH",
+ "fields": [
+ {
+ "key": "client_id",
+ "type": "string",
+ "label": {
+ "en": "Caller ID",
+ "uk": "Номер позивного",
+ "ru": "Номер позывного"
+ },
+ "regexp": "\/^\\d{1,128}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Caller ID",
+ "uk": "Номер позивного",
+ "ru": "Номер позывного"
+ },
+ "example": "1"
+ }
+ ],
+ "amount_min": "2",
+ "amount_max": "5000"
+ },
+ {
+ "status": "active",
+ "code": "viasat-uatv_uah",
+ "method": "viasat-uatv",
+ "currency": "UAH",
+ "fields": [
+ {
+ "key": "client_id",
+ "type": "string",
+ "label": {
+ "en": "The contract number",
+ "uk": "Номер договору",
+ "ru": "Номер договора"
+ },
+ "regexp": "\/^\\d{1,128}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter the contract number",
+ "uk": "Введіть номер договору",
+ "ru": "Введите номер договора"
+ },
+ "example": "0022179740"
+ }
+ ],
+ "amount_min": "200",
+ "amount_max": "149900"
+ },
+ {
+ "status": "active",
+ "code": "msl-derzhavni-lotereyi_uah",
+ "method": "msl-derzhavni-lotereyi",
+ "currency": "UAH",
+ "fields": [
+ {
+ "key": "client_id",
+ "type": "string",
+ "label": {
+ "en": "Your login or e-mail registered on the site igra.msl.ua",
+ "ru": "Логин или е-мейл, зарегистрированный на сайте igra.msl.ua",
+ "uk": "Логін або е-мейл, зареєстровані на сайті igra.msl.ua"
+ },
+ "regexp": "\/^\\d{1,128}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter your login or e-mail registered on the site igra.msl.ua",
+ "ru": "Введите логин или е-мейл, зарегистрированный на сайте igra.msl.ua",
+ "uk": "Введіть логін або е-мейл, зареєстровані на сайті igra.msl.ua"
+ },
+ "example": "linkatinka"
+ }
+ ],
+ "amount_min": "2000",
+ "amount_max": "100000"
+ },
+ {
+ "status": "active",
+ "code": "datanet_uah",
+ "method": "datanet",
+ "currency": "UAH",
+ "fields": [
+ {
+ "key": "client_id",
+ "type": "string",
+ "label": {
+ "en": "Specify the contract number",
+ "uk": "Номер договору",
+ "ru": "Номер договора"
+ },
+ "regexp": "\/^(\\w|\\.| |\\-|\\+|@){1,128}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Specify the contract number",
"uk": "Вкажіть номер договору",
"ru": "Укажите номер договора"
},
@@ -12870,34 +14003,6 @@
"amount_min": "2",
"amount_max": "14999"
},
- {
- "status": "active",
- "code": "pat-kb-globus-pogashennia-kreditiv_uah",
- "method": "pat-kb-globus-pogashennia-kreditiv",
- "currency": "UAH",
- "fields": [
- {
- "key": "client_id",
- "type": "string",
- "label": {
- "en": "Phone number (from 380) or INN",
- "uk": "Номер телефону (з 380) або ІПН",
- "ru": "Номер телефона (с 380) или ИНН"
- },
- "regexp": "\/^\\d{1,128}$\/",
- "required": true,
- "position": 1,
- "hint": {
- "en": "Phone number (from 380) or INN",
- "uk": "Номер телефону (з 380) або ІПН",
- "ru": "Номер телефона (с 380) или ИНН"
- },
- "example": "1234567890"
- }
- ],
- "amount_min": "0.9",
- "amount_max": "14999"
- },
{
"status": "active",
"code": "didgitnet-mariupol_uah",
@@ -16278,34 +17383,6 @@
"amount_min": "2",
"amount_max": "14999"
},
- {
- "status": "active",
- "code": "viasat-uatv_uah",
- "method": "viasat-uatv",
- "currency": "UAH",
- "fields": [
- {
- "key": "client_id",
- "type": "string",
- "label": {
- "en": "The contract number",
- "uk": "Номер договору",
- "ru": "Номер договора"
- },
- "regexp": "\/^\\d{1,128}$\/",
- "required": true,
- "position": 1,
- "hint": {
- "en": "Enter the contract number",
- "uk": "Введіть номер договору",
- "ru": "Введите номер договора"
- },
- "example": "0022179740"
- }
- ],
- "amount_min": "2",
- "amount_max": "14999"
- },
{
"status": "active",
"code": "orion-city_uah",
@@ -16502,34 +17579,6 @@
"amount_min": "0.01",
"amount_max": "14999"
},
- {
- "status": "active",
- "code": "intertelekom_uah",
- "method": "intertelekom",
- "currency": "UAH",
- "fields": [
- {
- "key": "client_id",
- "type": "string",
- "label": {
- "en": "Phone number",
- "uk": "Номер телефону",
- "ru": "Номер телефона"
- },
- "regexp": "\/^\\+?(380)(94|45)\\d{7}$\/",
- "required": true,
- "position": 1,
- "hint": {
- "en": "Enter phone number",
- "uk": "Введіть номер телефону",
- "ru": "Введите номер телефона"
- },
- "example": "80389988465"
- }
- ],
- "amount_min": "0.01",
- "amount_max": "14999"
- },
{
"status": "active",
"code": "lifecell-popovnennia-rakhunku-za-nomerom-telef_uah",
@@ -34182,7 +35231,7 @@
"ru": "Введите Ethereum кошелёк",
"uk": "Введіть Ethereum гаманець"
},
- "regexp": "\/^\\+\\d{1,15}$\/",
+ "regexp": "\/^0x[a-fA-F0-9]{10,65}$\/",
"required": true,
"position": 1
}
@@ -34190,6 +35239,408 @@
"amount_min": "0.00001",
"amount_max": "100"
},
+ {
+ "status": "active",
+ "code": "ethereum_erc20_eth",
+ "method": "ethereum",
+ "currency": "ETH",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Ethereum ERC-20 wallet",
+ "ru": "Ethereum ERC-20 кошелёк",
+ "uk": "Ethereum ERC-20 гаманець"
+ },
+ "hint": {
+ "en": "Enter Ethereum ERC-20 wallet",
+ "ru": "Введите Ethereum ERC-20 кошелёк",
+ "uk": "Введіть Ethereum ERC-20 гаманець"
+ },
+ "regexp": "\/^0x[a-fA-F0-9]{10,65}$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "0.00001",
+ "amount_max": "100"
+ },
+ {
+ "status": "active",
+ "code": "ethereum_bep20_eth",
+ "method": "ethereum",
+ "currency": "ETH",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Ethereum BEP-20 wallet",
+ "ru": "Ethereum BEP-20 кошелёк",
+ "uk": "Ethereum BEP-20 гаманець"
+ },
+ "hint": {
+ "en": "Enter Ethereum BEP-20 wallet",
+ "ru": "Введите Ethereum BEP-20 кошелёк",
+ "uk": "Введіть Ethereum BEP-20 гаманець"
+ },
+ "regexp": "\/^0x[a-fA-F0-9]{10,65}$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "0.00001",
+ "amount_max": "100"
+ },
+ {
+ "status": "active",
+ "code": "ethereum_optimism_eth",
+ "method": "ethereum",
+ "currency": "ETH",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Ethereum OPTIMISM wallet",
+ "ru": "Ethereum OPTIMISM кошелёк",
+ "uk": "Ethereum OPTIMISM гаманець"
+ },
+ "hint": {
+ "en": "Enter Ethereum OPTIMISM wallet",
+ "ru": "Введите Ethereum OPTIMISM кошелёк",
+ "uk": "Введіть Ethereum OPTIMISM гаманець"
+ },
+ "regexp": "\/^0x[a-fA-F0-9]{10,65}$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "0.00001",
+ "amount_max": "100"
+ },
+ {
+ "status": "active",
+ "code": "ethereum_arbitrum_eth",
+ "method": "ethereum",
+ "currency": "ETH",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Ethereum ARBITRUM wallet",
+ "ru": "Ethereum ARBITRUM кошелёк",
+ "uk": "Ethereum ARBITRUM гаманець"
+ },
+ "hint": {
+ "en": "Enter Ethereum ARBITRUM wallet",
+ "ru": "Введите Ethereum ARBITRUM кошелёк",
+ "uk": "Введіть Ethereum ARBITRUM гаманець"
+ },
+ "regexp": "\/^0x[a-fA-F0-9]{10,65}$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "0.00001",
+ "amount_max": "100"
+ },
+ {
+ "status": "active",
+ "code": "ethereum_arbitrum_usd",
+ "method": "ethereum",
+ "currency": "USD",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Ethereum ARBITRUM wallet",
+ "ru": "Ethereum ARBITRUM кошелёк",
+ "uk": "Ethereum ARBITRUM гаманець"
+ },
+ "hint": {
+ "en": "Enter Ethereum ARBITRUM wallet",
+ "ru": "Введите Ethereum ARBITRUM кошелёк",
+ "uk": "Введіть Ethereum ARBITRUM гаманець"
+ },
+ "regexp": "\/^0x[a-fA-F0-9]{10,65}$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "100000"
+ },
+ {
+ "status": "active",
+ "code": "digital_cash_dash",
+ "method": "digital_cash",
+ "currency": "DASH",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Digital cash wallet",
+ "ru": "Digital cash кошелёк",
+ "uk": "Digital cash гаманець"
+ },
+ "hint": {
+ "en": "Enter digital cash wallet",
+ "ru": "Введите digital cash кошелёк",
+ "uk": "Введіть digital cash гаманець"
+ },
+ "regexp": "\/X[1-9A-HJ-NP-Za-km-z]{33}$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "1610"
+ },
+ {
+ "status": "active",
+ "code": "binance_usd_busd",
+ "method": "binance_usd",
+ "currency": "BUSD",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Binance usd wallet",
+ "ru": "Binance usd кошелёк",
+ "uk": "Binance usd гаманець"
+ },
+ "hint": {
+ "en": "Enter binance usd wallet",
+ "ru": "Введите binance usd кошелёк",
+ "uk": "Введіть binance usd гаманець"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "0.00000001",
+ "amount_max": "100000"
+ },
+ {
+ "status": "active",
+ "code": "polygon_matic",
+ "method": "polygon",
+ "currency": "MATIC",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Polygon wallet",
+ "ru": "Polygon кошелёк",
+ "uk": "Polygon гаманець"
+ },
+ "hint": {
+ "en": "Enter polygon wallet",
+ "ru": "Введите polygon кошелёк",
+ "uk": "Введіть polygon гаманець"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "0.00000001",
+ "amount_max": "93000"
+ },
+ {
+ "status": "active",
+ "code": "polygon_usdc",
+ "method": "polygon",
+ "currency": "USDC",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Polygon wallet",
+ "ru": "Polygon кошелёк",
+ "uk": "Polygon гаманець"
+ },
+ "hint": {
+ "en": "Enter polygon wallet",
+ "ru": "Введите polygon кошелёк",
+ "uk": "Введіть polygon гаманець"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1
+ },
+ {
+ "key": "vasp",
+ "type": "string",
+ "label": {
+ "en": "VASP Name",
+ "ru": "VASP имя",
+ "uk": "VASP ім'я"
+ },
+ "hint": {
+ "en": "Enter VASP Name",
+ "ru": "Введите имя ASP",
+ "uk": "Введіть ім'я VASP"
+ },
+ "regexp": "\/^.{1,64}$\/",
+ "required": false,
+ "position": 2
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "1000000"
+ },
+ {
+ "status": "active",
+ "code": "solana_usdc",
+ "method": "solana",
+ "currency": "USDC",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Solana wallet",
+ "ru": "Solana кошелёк",
+ "uk": "Solana гаманець"
+ },
+ "hint": {
+ "en": "Enter solana wallet",
+ "ru": "Введите solana кошелёк",
+ "uk": "Введіть solana гаманець"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1
+ },
+ {
+ "key": "vasp",
+ "type": "string",
+ "label": {
+ "en": "VASP Name",
+ "ru": "VASP имя",
+ "uk": "VASP ім'я"
+ },
+ "hint": {
+ "en": "Enter VASP Name",
+ "ru": "Введите имя ASP",
+ "uk": "Введіть ім'я VASP"
+ },
+ "regexp": "\/^.{1,64}$\/",
+ "required": false,
+ "position": 2
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "1000000"
+ },
+ {
+ "status": "active",
+ "code": "stellar_usdc",
+ "method": "stellar",
+ "currency": "USDC",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Stellar wallet",
+ "ru": "Stellar кошелёк",
+ "uk": "Stellar гаманець"
+ },
+ "hint": {
+ "en": "Enter stellar wallet",
+ "ru": "Введите stellar кошелёк",
+ "uk": "Введіть stellar гаманець"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1
+ },
+ {
+ "key": "vasp",
+ "type": "string",
+ "label": {
+ "en": "VASP Name",
+ "ru": "VASP имя",
+ "uk": "VASP ім'я"
+ },
+ "hint": {
+ "en": "Enter VASP Name",
+ "ru": "Введите имя ASP",
+ "uk": "Введіть ім'я VASP"
+ },
+ "regexp": "\/^.{1,64}$\/",
+ "required": false,
+ "position": 2
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "1000000"
+ },
+ {
+ "status": "active",
+ "code": "tether_polygon_usdt",
+ "method": "tether",
+ "currency": "USDT",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Tether wallet",
+ "ru": "Tether кошелёк",
+ "uk": "Tether гаманець"
+ },
+ "hint": {
+ "en": "Enter tether wallet",
+ "ru": "Введите tether кошелёк",
+ "uk": "Введіть tether гаманець"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "0.00000001",
+ "amount_max": "100000"
+ },
+ {
+ "status": "active",
+ "code": "toncoin_ton",
+ "method": "toncoin",
+ "currency": "TON",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Toncoin wallet",
+ "ru": "Toncoin кошелёк",
+ "uk": "Toncoin гаманець"
+ },
+ "hint": {
+ "en": "Enter toncoin wallet",
+ "ru": "Введите toncoin кошелёк",
+ "uk": "Введіть toncoin гаманець"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "0.00000001",
+ "amount_max": "43000"
+ },
{
"status": "active",
"code": "ethereum_uah",
@@ -34239,6 +35690,111 @@
"regexp": "\/^0x[a-fA-F0-9]{40}$\/",
"required": true,
"position": 1
+ },
+ {
+ "key": "network_fee_level",
+ "type": "string",
+ "label": {
+ "en": "Network fee level",
+ "ru": "Уровень сетевого сбора",
+ "uk": "Рівень мережевого збору"
+ },
+ "hint": {
+ "en": "Enter network fee level",
+ "ru": "Введите уровень сетевого сбора",
+ "uk": "Введіть рівень мережевого збору"
+ },
+ "regexp": "\/^.{1,64}$\/",
+ "required": false,
+ "position": 2
+ }
+ ],
+ "amount_min": "1",
+ "amount_max": "500000"
+ },
+ {
+ "status": "active",
+ "code": "ethereum_cad",
+ "method": "ethereum",
+ "currency": "CAD",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Ethereum wallet",
+ "ru": "Ethereum кошелёк",
+ "uk": "Ethereum гаманець"
+ },
+ "hint": {
+ "en": "Enter Ethereum wallet",
+ "ru": "Введите Ethereum кошелёк",
+ "uk": "Введіть Ethereum гаманець"
+ },
+ "regexp": "\/^0x[a-fA-F0-9]{40}$\/",
+ "required": true,
+ "position": 1
+ },
+ {
+ "key": "network_fee_level",
+ "type": "string",
+ "label": {
+ "en": "Network fee level",
+ "ru": "Уровень сетевого сбора",
+ "uk": "Рівень мережевого збору"
+ },
+ "hint": {
+ "en": "Enter network fee level",
+ "ru": "Введите уровень сетевого сбора",
+ "uk": "Введіть рівень мережевого збору"
+ },
+ "regexp": "\/^.{1,64}$\/",
+ "required": false,
+ "position": 2
+ }
+ ],
+ "amount_min": "1",
+ "amount_max": "500000"
+ },
+ {
+ "status": "active",
+ "code": "ethereum_aud",
+ "method": "ethereum",
+ "currency": "AUD",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Ethereum wallet",
+ "ru": "Ethereum кошелёк",
+ "uk": "Ethereum гаманець"
+ },
+ "hint": {
+ "en": "Enter Ethereum wallet",
+ "ru": "Введите Ethereum кошелёк",
+ "uk": "Введіть Ethereum гаманець"
+ },
+ "regexp": "\/^0x[a-fA-F0-9]{40}$\/",
+ "required": true,
+ "position": 1
+ },
+ {
+ "key": "network_fee_level",
+ "type": "string",
+ "label": {
+ "en": "Network fee level",
+ "ru": "Уровень сетевого сбора",
+ "uk": "Рівень мережевого збору"
+ },
+ "hint": {
+ "en": "Enter network fee level",
+ "ru": "Введите уровень сетевого сбора",
+ "uk": "Введіть рівень мережевого збору"
+ },
+ "regexp": "\/^.{1,64}$\/",
+ "required": false,
+ "position": 2
}
],
"amount_min": "1",
@@ -34266,6 +35822,23 @@
"regexp": "\/^0x[a-fA-F0-9]{40}$\/",
"required": true,
"position": 1
+ },
+ {
+ "key": "network_fee_level",
+ "type": "string",
+ "label": {
+ "en": "Network fee level",
+ "ru": "Уровень сетевого сбора",
+ "uk": "Рівень мережевого збору"
+ },
+ "hint": {
+ "en": "Enter network fee level",
+ "ru": "Введите уровень сетевого сбора",
+ "uk": "Введіть рівень мережевого збору"
+ },
+ "regexp": "\/^.{1,64}$\/",
+ "required": false,
+ "position": 2
}
],
"amount_min": "1",
@@ -34349,6 +35922,23 @@
"required": true,
"position": 1,
"example": "0x501906Ce564be7bA80Eb55A29EE31ECfaE41b6f2"
+ },
+ {
+ "key": "network_fee_level",
+ "type": "string",
+ "label": {
+ "en": "Network fee level",
+ "ru": "Уровень сетевого сбора",
+ "uk": "Рівень мережевого збору"
+ },
+ "hint": {
+ "en": "Enter network fee level",
+ "ru": "Введите уровень сетевого сбора",
+ "uk": "Введіть рівень мережевого збору"
+ },
+ "regexp": "\/^.{1,64}$\/",
+ "required": false,
+ "position": 2
}
],
"amount_min": "0.01",
@@ -34356,9 +35946,9 @@
},
{
"status": "active",
- "code": "tether_erc20_usdt",
+ "code": "tether_erc20_cad",
"method": "tether",
- "currency": "USDT",
+ "currency": "CAD",
"fields": [
{
"key": "wallet_id",
@@ -34377,42 +35967,76 @@
"required": true,
"position": 1,
"example": "0x501906Ce564be7bA80Eb55A29EE31ECfaE41b6f2"
+ },
+ {
+ "key": "network_fee_level",
+ "type": "string",
+ "label": {
+ "en": "Network fee level",
+ "ru": "Уровень сетевого сбора",
+ "uk": "Рівень мережевого збору"
+ },
+ "hint": {
+ "en": "Enter network fee level",
+ "ru": "Введите уровень сетевого сбора",
+ "uk": "Введіть рівень мережевого збору"
+ },
+ "regexp": "\/^.{1,64}$\/",
+ "required": false,
+ "position": 2
}
],
- "amount_min": "0.00000001",
+ "amount_min": "0.01",
"amount_max": "1000000"
},
{
"status": "active",
- "code": "tether_trc20_usdt",
+ "code": "tether_erc20_aud",
"method": "tether",
- "currency": "USDT",
+ "currency": "AUD",
"fields": [
{
"key": "wallet_id",
"type": "string",
"label": {
- "en": "Tether TRC-20 wallet",
- "ru": "Tether TRC-20 кошелёк",
- "uk": "Tether TRC-20 гаманець"
+ "en": "Tether ERC-20 wallet",
+ "ru": "Tether ERC-20 кошелёк",
+ "uk": "Tether ERC-20 гаманець"
},
"hint": {
- "en": "Tether TRC-20 wallet",
- "ru": "Tether TRC-20 кошелёк",
- "uk": "Tether TRC-20 гаманець"
+ "en": "Tether ERC-20 wallet",
+ "ru": "Tether ERC-20 кошелёк",
+ "uk": "Tether ERC-20 гаманець"
},
"regexp": "\/^.{10,64}$\/",
"required": true,
"position": 1,
"example": "0x501906Ce564be7bA80Eb55A29EE31ECfaE41b6f2"
+ },
+ {
+ "key": "network_fee_level",
+ "type": "string",
+ "label": {
+ "en": "Network fee level",
+ "ru": "Уровень сетевого сбора",
+ "uk": "Рівень мережевого збору"
+ },
+ "hint": {
+ "en": "Enter network fee level",
+ "ru": "Введите уровень сетевого сбора",
+ "uk": "Введіть рівень мережевого збору"
+ },
+ "regexp": "\/^.{1,64}$\/",
+ "required": false,
+ "position": 2
}
],
- "amount_min": "0.00000001",
+ "amount_min": "0.01",
"amount_max": "1000000"
},
{
"status": "active",
- "code": "tether_omni_usdt",
+ "code": "tether_arbitrum_usdt",
"method": "tether",
"currency": "USDT",
"fields": [
@@ -34420,14 +36044,14 @@
"key": "wallet_id",
"type": "string",
"label": {
- "en": "Tether OMNI wallet",
- "ru": "Tether OMNI кошелёк",
- "uk": "Tether OMNI гаманець"
+ "en": "Tether ERC-20 wallet",
+ "ru": "Tether ERC-20 кошелёк",
+ "uk": "Tether ERC-20 гаманець"
},
"hint": {
- "en": "Tether OMNI wallet",
- "ru": "Tether OMNI кошелёк",
- "uk": "Tether OMNI гаманець"
+ "en": "Tether ERC-20 wallet",
+ "ru": "Tether ERC-20 кошелёк",
+ "uk": "Tether ERC-20 гаманець"
},
"regexp": "\/^.{10,64}$\/",
"required": true,
@@ -34435,12 +36059,12 @@
"example": "0x501906Ce564be7bA80Eb55A29EE31ECfaE41b6f2"
}
],
- "amount_min": "0.00000001",
+ "amount_min": "0.01",
"amount_max": "1000000"
},
{
"status": "active",
- "code": "tether_bep20_usdt",
+ "code": "tether_cchain_usdt",
"method": "tether",
"currency": "USDT",
"fields": [
@@ -34448,14 +36072,14 @@
"key": "wallet_id",
"type": "string",
"label": {
- "en": "Tether BEP-20 wallet",
- "ru": "Tether BEP-20 кошелёк",
- "uk": "Tether BEP-20 гаманець"
+ "en": "Tether ERC-20 wallet",
+ "ru": "Tether ERC-20 кошелёк",
+ "uk": "Tether ERC-20 гаманець"
},
"hint": {
- "en": "Tether BEP-20 wallet",
- "ru": "Tether BEP-20 кошелёк",
- "uk": "Tether BEP-20 гаманець"
+ "en": "Tether ERC-20 wallet",
+ "ru": "Tether ERC-20 кошелёк",
+ "uk": "Tether ERC-20 гаманець"
},
"regexp": "\/^.{10,64}$\/",
"required": true,
@@ -34463,12 +36087,12 @@
"example": "0x501906Ce564be7bA80Eb55A29EE31ECfaE41b6f2"
}
],
- "amount_min": "0.00000001",
+ "amount_min": "0.01",
"amount_max": "1000000"
},
{
"status": "active",
- "code": "tether_eos_usdt",
+ "code": "tether_near_usdt",
"method": "tether",
"currency": "USDT",
"fields": [
@@ -34476,14 +36100,14 @@
"key": "wallet_id",
"type": "string",
"label": {
- "en": "Tether EOS wallet",
- "ru": "Tether EOS кошелёк",
- "uk": "Tether EOS гаманець"
+ "en": "Tether ERC-20 wallet",
+ "ru": "Tether ERC-20 кошелёк",
+ "uk": "Tether ERC-20 гаманець"
},
"hint": {
- "en": "Tether EOS wallet",
- "ru": "Tether EOS кошелёк",
- "uk": "Tether EOS гаманець"
+ "en": "Tether ERC-20 wallet",
+ "ru": "Tether ERC-20 кошелёк",
+ "uk": "Tether ERC-20 гаманець"
},
"regexp": "\/^.{10,64}$\/",
"required": true,
@@ -34491,27 +36115,27 @@
"example": "0x501906Ce564be7bA80Eb55A29EE31ECfaE41b6f2"
}
],
- "amount_min": "0.00000001",
+ "amount_min": "0.01",
"amount_max": "1000000"
},
- {
+ {
"status": "active",
- "code": "tether_trc20_usd",
+ "code": "tether_sol_usdt",
"method": "tether",
- "currency": "USD",
+ "currency": "USDT",
"fields": [
{
"key": "wallet_id",
"type": "string",
"label": {
- "en": "Tether TRC-20 wallet",
- "ru": "Tether TRC-20 кошелёк",
- "uk": "Tether TRC-20 гаманець"
+ "en": "Tether ERC-20 wallet",
+ "ru": "Tether ERC-20 кошелёк",
+ "uk": "Tether ERC-20 гаманець"
},
"hint": {
- "en": "Tether TRC-20 wallet",
- "ru": "Tether TRC-20 кошелёк",
- "uk": "Tether TRC-20 гаманець"
+ "en": "Tether ERC-20 wallet",
+ "ru": "Tether ERC-20 кошелёк",
+ "uk": "Tether ERC-20 гаманець"
},
"regexp": "\/^.{10,64}$\/",
"required": true,
@@ -34524,9 +36148,9 @@
},
{
"status": "active",
- "code": "tether_erc20_uah",
+ "code": "tether_erc20_usdt",
"method": "tether",
- "currency": "UAH",
+ "currency": "USDT",
"fields": [
{
"key": "wallet_id",
@@ -34545,16 +36169,33 @@
"required": true,
"position": 1,
"example": "0x501906Ce564be7bA80Eb55A29EE31ECfaE41b6f2"
+ },
+ {
+ "key": "vasp",
+ "type": "string",
+ "label": {
+ "en": "VASP Name",
+ "ru": "VASP имя",
+ "uk": "VASP ім'я"
+ },
+ "hint": {
+ "en": "Enter VASP Name",
+ "ru": "Введите имя ASP",
+ "uk": "Введіть ім'я VASP"
+ },
+ "regexp": "\/^.{1,64}$\/",
+ "required": false,
+ "position": 2
}
],
- "amount_min": "0.01",
+ "amount_min": "0.00000001",
"amount_max": "1000000"
},
{
"status": "active",
- "code": "tether_trc20_uah",
+ "code": "tether_trc20_usdt",
"method": "tether",
- "currency": "UAH",
+ "currency": "USDT",
"fields": [
{
"key": "wallet_id",
@@ -34573,606 +36214,658 @@
"required": true,
"position": 1,
"example": "0x501906Ce564be7bA80Eb55A29EE31ECfaE41b6f2"
+ },
+ {
+ "key": "vasp",
+ "type": "string",
+ "label": {
+ "en": "VASP Name",
+ "ru": "VASP имя",
+ "uk": "VASP ім'я"
+ },
+ "hint": {
+ "en": "Enter VASP Name",
+ "ru": "Введите имя ASP",
+ "uk": "Введіть ім'я VASP"
+ },
+ "regexp": "\/^.{1,64}$\/",
+ "required": false,
+ "position": 2
}
],
- "amount_min": "0.01",
+ "amount_min": "0.00000001",
"amount_max": "1000000"
},
{
"status": "active",
- "code": "tether_erc20_eur",
- "method": "tether",
- "currency": "EUR",
+ "code": "usd_coin_erc20_usdc",
+ "method": "usd_coin",
+ "currency": "USDC",
+ "amount_min": 0.01,
+ "amount_max": 100000,
"fields": [
{
"key": "wallet_id",
"type": "string",
"label": {
- "en": "Tether ERC-20 wallet",
- "ru": "Tether ERC-20 кошелёк",
- "uk": "Tether ERC-20 гаманець"
+ "en": "USDC ERC-20 wallet",
+ "ru": "USDC ERC-20 кошелёк",
+ "uk": "USDC ERC-20 гаманець"
},
"hint": {
- "en": "Tether ERC-20 wallet",
- "ru": "Tether ERC-20 кошелёк",
- "uk": "Tether ERC-20 гаманець"
+ "en": "USDC ERC-20 wallet",
+ "ru": "USDC ERC-20 кошелёк",
+ "uk": "USDC ERC-20 гаманець"
},
"regexp": "\/^.{10,64}$\/",
"required": true,
"position": 1,
"example": "0x501906Ce564be7bA80Eb55A29EE31ECfaE41b6f2"
}
- ],
- "amount_min": "0.01",
- "amount_max": "1000000"
+ ]
},
{
"status": "active",
- "code": "tether_trc20_eur",
- "method": "tether",
- "currency": "EUR",
+ "code": "usd_coin_trc20_usdc",
+ "method": "usd_coin",
+ "currency": "USDC",
+ "amount_min": 0.01,
+ "amount_max": 100000,
"fields": [
{
"key": "wallet_id",
"type": "string",
"label": {
- "en": "Tether TRC-20 wallet",
- "ru": "Tether TRC-20 кошелёк",
- "uk": "Tether TRC-20 гаманець"
+ "en": "USDC TRC-20 wallet",
+ "ru": "USDC TRC-20 кошелёк",
+ "uk": "USDC TRC-20 гаманець"
},
"hint": {
- "en": "Tether TRC-20 wallet",
- "ru": "Tether TRC-20 кошелёк",
- "uk": "Tether TRC-20 гаманець"
+ "en": "USDC TRC-20 wallet",
+ "ru": "USDC TRC-20 кошелёк",
+ "uk": "USDC TRC-20 гаманець"
},
"regexp": "\/^.{10,64}$\/",
"required": true,
"position": 1,
"example": "0x501906Ce564be7bA80Eb55A29EE31ECfaE41b6f2"
}
- ],
- "amount_min": "0.01",
- "amount_max": "1000000"
+ ]
},
{
"status": "active",
- "code": "bitcoin_btc",
- "method": "bitcoin",
- "currency": "BTC",
+ "code": "usd_coin_near_usdc",
+ "method": "usd_coin",
+ "currency": "USDC",
+ "amount_min": 0.01,
+ "amount_max": 100000,
"fields": [
{
"key": "wallet_id",
"type": "string",
"label": {
- "en": "Bitcoin wallet",
- "ru": "Bitcoin кошелёк",
- "uk": "Bitcoin гаманець"
+ "en": "USDC NEAR wallet",
+ "ru": "USDC NEAR кошелёк",
+ "uk": "USDC NEAR гаманець"
},
"hint": {
- "en": "Enter Bitcoin wallet",
- "ru": "Введите Bitcoin кошелёк",
- "uk": "Введіть Bitcoin гаманець"
+ "en": "USDC NEAR wallet",
+ "ru": "USDC NEAR кошелёк",
+ "uk": "USDC NEAR гаманець"
},
- "regexp": "\/^\\+\\d{1,15}$\/",
+ "regexp": "\/^.{10,64}$\/",
"required": true,
- "position": 1
+ "position": 1,
+ "example": "0x501906Ce564be7bA80Eb55A29EE31ECfaE41b6f2"
}
- ],
- "amount_min": "0.00001",
- "amount_max": "50"
+ ]
},
{
"status": "active",
- "code": "bitcoin_uah",
- "method": "bitcoin",
- "currency": "UAH",
+ "code": "usd_coin_polygon_usdc",
+ "method": "usd_coin",
+ "currency": "USDC",
+ "amount_min": 0.01,
+ "amount_max": 100000,
"fields": [
{
"key": "wallet_id",
"type": "string",
"label": {
- "en": "Bitcoin wallet",
- "ru": "Bitcoin кошелёк",
- "uk": "Bitcoin гаманець"
+ "en": "USDC POLYGON wallet",
+ "ru": "USDC POLYGON кошелёк",
+ "uk": "USDC POLYGON гаманець"
},
"hint": {
- "en": "Enter Bitcoin wallet",
- "ru": "Введите Bitcoin кошелёк",
- "uk": "Введіть Bitcoin гаманець"
+ "en": "USDC POLYGON wallet",
+ "ru": "USDC POLYGON кошелёк",
+ "uk": "USDC POLYGON гаманець"
},
- "regexp": "\/^(bc1|[13])[a-zA-HJ-NP-Z0-9]{25,39}$\/",
+ "regexp": "\/^.{10,64}$\/",
"required": true,
- "position": 1
+ "position": 1,
+ "example": "0x501906Ce564be7bA80Eb55A29EE31ECfaE41b6f2"
}
- ],
- "amount_min": "1",
- "amount_max": "50000000"
+ ]
},
{
"status": "active",
- "code": "bitcoin_usd",
- "method": "bitcoin",
- "currency": "USD",
+ "code": "usd_coin_sol_usdc",
+ "method": "usd_coin",
+ "currency": "USDC",
+ "amount_min": 0.01,
+ "amount_max": 100000,
"fields": [
{
"key": "wallet_id",
"type": "string",
"label": {
- "en": "Bitcoin wallet",
- "ru": "Bitcoin кошелёк",
- "uk": "Bitcoin гаманець"
+ "en": "USDC SOL wallet",
+ "ru": "USDC SOL кошелёк",
+ "uk": "USDC SOL гаманець"
},
"hint": {
- "en": "Enter Bitcoin wallet",
- "ru": "Введите Bitcoin кошелёк",
- "uk": "Введіть Bitcoin гаманець"
+ "en": "USDC SOL wallet",
+ "ru": "USDC SOL кошелёк",
+ "uk": "USDC SOL гаманець"
},
- "regexp": "\/^(bc1|[13])[a-zA-HJ-NP-Z0-9]{25,39}$\/",
+ "regexp": "\/^.{10,64}$\/",
"required": true,
- "position": 1
+ "position": 1,
+ "example": "0x501906Ce564be7bA80Eb55A29EE31ECfaE41b6f2"
}
- ],
- "amount_min": "1",
- "amount_max": "500000"
+ ]
},
{
"status": "active",
- "code": "bitcoin_eur",
- "method": "bitcoin",
- "currency": "EUR",
+ "code": "usd_coin_whitechain_usdc",
+ "method": "usd_coin",
+ "currency": "USDC",
+ "amount_min": 0.01,
+ "amount_max": 100000,
"fields": [
{
"key": "wallet_id",
"type": "string",
"label": {
- "en": "Bitcoin wallet",
- "ru": "Bitcoin кошелёк",
- "uk": "Bitcoin гаманець"
+ "en": "USDC WHITECHAIN wallet",
+ "ru": "USDC WHITECHAIN кошелёк",
+ "uk": "USDC WHITECHAIN гаманець"
},
"hint": {
- "en": "Enter Bitcoin wallet",
- "ru": "Введите Bitcoin кошелёк",
- "uk": "Введіть Bitcoin гаманець"
+ "en": "USDC WHITECHAIN wallet",
+ "ru": "USDC WHITECHAIN кошелёк",
+ "uk": "USDC WHITECHAIN гаманець"
},
- "regexp": "\/^(bc1|[13])[a-zA-HJ-NP-Z0-9]{25,39}$\/",
+ "regexp": "\/^.{10,64}$\/",
"required": true,
- "position": 1
+ "position": 1,
+ "example": "0x501906Ce564be7bA80Eb55A29EE31ECfaE41b6f2"
}
- ],
- "amount_min": "1",
- "amount_max": "500000"
+ ]
},
{
"status": "active",
- "code": "litecoin_ltc",
- "method": "litecoin",
- "currency": "LTC",
+ "code": "usd_coin_stellar_usdc",
+ "method": "usd_coin",
+ "currency": "USDC",
+ "amount_min": 0.01,
+ "amount_max": 100000,
"fields": [
{
"key": "wallet_id",
"type": "string",
"label": {
- "en": "Litecoin wallet",
- "ru": "Litecoin кошелёк",
- "uk": "Litecoin гаманець"
+ "en": "USDC STELLAR wallet",
+ "ru": "USDC STELLAR кошелёк",
+ "uk": "USDC STELLAR гаманець"
},
"hint": {
- "en": "Enter Litecoin wallet",
- "ru": "Введите Litecoin кошелёк",
- "uk": "Введіть Litecoin гаманець"
+ "en": "USDC STELLAR wallet",
+ "ru": "USDC STELLAR кошелёк",
+ "uk": "USDC STELLAR гаманець"
},
- "regexp": "\/^\\+\\d{1,15}$\/",
+ "regexp": "\/^.{10,64}$\/",
"required": true,
- "position": 1
+ "position": 1,
+ "example": "0x501906Ce564be7bA80Eb55A29EE31ECfaE41b6f2"
}
- ],
- "amount_min": "0.00001",
- "amount_max": "100"
+ ]
},
{
"status": "active",
- "code": "litecoin_uah",
- "method": "litecoin",
- "currency": "UAH",
+ "code": "ripple_xrp",
+ "method": "ripple",
+ "currency": "XRP",
+ "amount_min": 0.01,
+ "amount_max": 100000,
"fields": [
{
"key": "wallet_id",
"type": "string",
"label": {
- "en": "Litecoin wallet",
- "ru": "Litecoin кошелёк",
- "uk": "Litecoin гаманець"
+ "en": "XRP wallet",
+ "ru": "XRP кошелёк",
+ "uk": "XRP гаманець"
},
"hint": {
- "en": "Enter Litecoin wallet",
- "ru": "Введите Litecoin кошелёк",
- "uk": "Введіть Litecoin гаманець"
+ "en": "XRP wallet",
+ "ru": "XRP кошелёк",
+ "uk": "XRP гаманець"
},
- "regexp": "\/^[a-zA-Z0-9]{26,50}$\/",
+ "regexp": "\/^.{10,64}$\/",
"required": true,
- "position": 1
+ "position": 1,
+ "example": "0x501906Ce564be7bA80Eb55A29EE31ECfaE41b6f2"
}
- ],
- "amount_min": "1",
- "amount_max": "50000000"
+ ]
},
{
"status": "active",
- "code": "litecoin_rub",
- "method": "litecoin",
- "currency": "RUB",
+ "code": "cardano_ada",
+ "method": "cardano",
+ "currency": "ADA",
+ "amount_min": 0.01,
+ "amount_max": 100000,
"fields": [
{
"key": "wallet_id",
"type": "string",
"label": {
- "en": "Litecoin wallet",
- "ru": "Litecoin кошелёк",
- "uk": "Litecoin гаманець"
+ "en": "Cardano ADA wallet",
+ "ru": "Cardano ADA кошелёк",
+ "uk": "Cardano ADA гаманець"
},
"hint": {
- "en": "Enter Litecoin wallet",
- "ru": "Введите Litecoin кошелёк",
- "uk": "Введіть Litecoin гаманець"
+ "en": "Cardano ADA wallet",
+ "ru": "Cardano ADA кошелёк",
+ "uk": "Cardano ADA гаманець"
},
- "regexp": "\/^[a-zA-Z0-9]{26,50}$\/",
+ "regexp": "\/^.{10,64}$\/",
"required": true,
- "position": 1
+ "position": 1,
+ "example": "0x501906Ce564be7bA80Eb55A29EE31ECfaE41b6f2"
}
- ],
- "amount_min": "1",
- "amount_max": "50000000"
+ ]
},
{
"status": "active",
- "code": "litecoin_usd",
- "method": "litecoin",
- "currency": "USD",
+ "code": "tether_omni_usdt",
+ "method": "tether",
+ "currency": "USDT",
"fields": [
{
"key": "wallet_id",
"type": "string",
"label": {
- "en": "Litecoin wallet",
- "ru": "Litecoin кошелёк",
- "uk": "Litecoin гаманець"
+ "en": "Tether OMNI wallet",
+ "ru": "Tether OMNI кошелёк",
+ "uk": "Tether OMNI гаманець"
},
"hint": {
- "en": "Enter Litecoin wallet",
- "ru": "Введите Litecoin кошелёк",
- "uk": "Введіть Litecoin гаманець"
+ "en": "Tether OMNI wallet",
+ "ru": "Tether OMNI кошелёк",
+ "uk": "Tether OMNI гаманець"
},
- "regexp": "\/^[a-zA-Z0-9]{26,50}$\/",
+ "regexp": "\/^.{10,64}$\/",
"required": true,
- "position": 1
+ "position": 1,
+ "example": "0x501906Ce564be7bA80Eb55A29EE31ECfaE41b6f2"
}
],
- "amount_min": "1",
- "amount_max": "500000"
+ "amount_min": "0.00000001",
+ "amount_max": "1000000"
},
{
"status": "active",
- "code": "litecoin_eur",
- "method": "litecoin",
- "currency": "EUR",
+ "code": "tether_bep20_usdt",
+ "method": "tether",
+ "currency": "USDT",
"fields": [
{
"key": "wallet_id",
"type": "string",
"label": {
- "en": "Litecoin wallet",
- "ru": "Litecoin кошелёк",
- "uk": "Litecoin гаманець"
+ "en": "Tether BEP-20 wallet",
+ "ru": "Tether BEP-20 кошелёк",
+ "uk": "Tether BEP-20 гаманець"
},
"hint": {
- "en": "Enter Litecoin wallet",
- "ru": "Введите Litecoin кошелёк",
- "uk": "Введіть Litecoin гаманець"
+ "en": "Tether BEP-20 wallet",
+ "ru": "Tether BEP-20 кошелёк",
+ "uk": "Tether BEP-20 гаманець"
},
- "regexp": "\/^[a-zA-Z0-9]{26,50}$\/",
+ "regexp": "\/^.{10,64}$\/",
"required": true,
- "position": 1
+ "position": 1,
+ "example": "0x501906Ce564be7bA80Eb55A29EE31ECfaE41b6f2"
}
],
- "amount_min": "1",
- "amount_max": "500000"
+ "amount_min": "0.00000001",
+ "amount_max": "1000000"
},
{
"status": "active",
- "code": "ripple_uah",
- "method": "ripple",
- "currency": "UAH",
+ "code": "tether_eos_usdt",
+ "method": "tether",
+ "currency": "USDT",
"fields": [
{
"key": "wallet_id",
"type": "string",
"label": {
- "en": "Ripple wallet",
- "ru": "Ripple кошелёк",
- "uk": "Ripple гаманець"
+ "en": "Tether EOS wallet",
+ "ru": "Tether EOS кошелёк",
+ "uk": "Tether EOS гаманець"
},
"hint": {
- "en": "Enter Ripple wallet",
- "ru": "Введите Ripple кошелёк",
- "uk": "Введіть Ripple гаманець"
+ "en": "Tether EOS wallet",
+ "ru": "Tether EOS кошелёк",
+ "uk": "Tether EOS гаманець"
},
- "regexp": "\/^[a-zA-Z0-9]{26,33}$\/",
+ "regexp": "\/^.{10,64}$\/",
"required": true,
- "position": 1
- }
- ],
- "amount_min": "1",
- "amount_max": "50000000"
- },
- {
- "status": "active",
- "code": "ripple_usd",
- "method": "ripple",
- "currency": "USD",
- "fields": [
+ "position": 1,
+ "example": "0x501906Ce564be7bA80Eb55A29EE31ECfaE41b6f2"
+ },
{
- "key": "wallet_id",
+ "key": "memo",
"type": "string",
"label": {
- "en": "Ripple wallet",
- "ru": "Ripple кошелёк",
- "uk": "Ripple гаманець"
+ "en": "Destination tag / MEMO",
+ "ru": "Destination tag / MEMO",
+ "uk": "Destination tag / MEMO"
},
"hint": {
- "en": "Enter Ripple wallet",
- "ru": "Введите Ripple кошелёк",
- "uk": "Введіть Ripple гаманець"
+ "en": "MEMO is a necessary tag to identify the transfer",
+ "ru": "MEMO is a necessary tag to identify the transfer",
+ "uk": "MEMO is a necessary tag to identify the transfer"
},
- "regexp": "\/^[a-zA-Z0-9]{26,33}$\/",
- "required": true,
- "position": 1
+ "regexp": "\/^.{10,64}$\/",
+ "required": false,
+ "position": 2,
+ "example": "2921353769"
}
],
- "amount_min": "1",
- "amount_max": "500000"
+ "amount_min": "0.00000001",
+ "amount_max": "1000000"
},
{
"status": "active",
- "code": "ripple_eur",
- "method": "ripple",
- "currency": "EUR",
+ "code": "tether_trc20_usd",
+ "method": "tether",
+ "currency": "USD",
"fields": [
{
"key": "wallet_id",
"type": "string",
"label": {
- "en": "Ripple wallet",
- "ru": "Ripple кошелёк",
- "uk": "Ripple гаманець"
+ "en": "Tether TRC-20 wallet",
+ "ru": "Tether TRC-20 кошелёк",
+ "uk": "Tether TRC-20 гаманець"
},
"hint": {
- "en": "Enter Ripple wallet",
- "ru": "Введите Ripple кошелёк",
- "uk": "Введіть Ripple гаманець"
- },
- "regexp": "\/^[a-zA-Z0-9]{26,33}$\/",
+ "en": "Tether TRC-20 wallet",
+ "ru": "Tether TRC-20 кошелёк",
+ "uk": "Tether TRC-20 гаманець"
+ },
+ "regexp": "\/^.{10,64}$\/",
"required": true,
- "position": 1
- }
- ],
- "amount_min": "1",
- "amount_max": "500000"
- },
- {
- "status": "active",
- "code": "bitcoin_cash_bch",
- "method": "bitcoin_cash",
- "currency": "BCH",
- "fields": [
+ "position": 1,
+ "example": "0x501906Ce564be7bA80Eb55A29EE31ECfaE41b6f2"
+ },
{
- "key": "wallet_id",
+ "key": "network_fee_level",
"type": "string",
"label": {
- "en": "Bitcoin cash wallet",
- "ru": "Bitcoin cash кошелёк",
- "uk": "Bitcoin cash гаманець"
+ "en": "Network fee level",
+ "ru": "Уровень сетевого сбора",
+ "uk": "Рівень мережевого збору"
},
"hint": {
- "en": "Enter Bitcoin cash wallet",
- "ru": "Введите Bitcoin cash кошелёк",
- "uk": "Введіть Bitcoin cash гаманець"
+ "en": "Enter network fee level",
+ "ru": "Введите уровень сетевого сбора",
+ "uk": "Введіть рівень мережевого збору"
},
- "regexp": "\/^((bc1|[13])[a-km-zA-HJ-NP-Z1-9]{25,34})$|^((bitcoincash|bchreg|bchtest):)?(q|p)[a-z0-9]{41}$|^((BITCOINCASH|BCHREG|BCHTEST):)?(Q|P)[a-zA-Z0-9]{41}$\/",
- "required": true,
- "position": 1
+ "regexp": "\/^.{1,64}$\/",
+ "required": false,
+ "position": 2
}
],
- "amount_min": "0.00001",
- "amount_max": "100"
+ "amount_min": "0.01",
+ "amount_max": "1000000"
},
{
"status": "active",
- "code": "bitcoin_cash_uah",
- "method": "bitcoin_cash",
- "currency": "UAH",
+ "code": "tether_trc20_cad",
+ "method": "tether",
+ "currency": "CAD",
"fields": [
{
"key": "wallet_id",
"type": "string",
"label": {
- "en": "Bitcoin cash wallet",
- "ru": "Bitcoin cash кошелёк",
- "uk": "Bitcoin cash гаманець"
+ "en": "Tether TRC-20 wallet",
+ "ru": "Tether TRC-20 кошелёк",
+ "uk": "Tether TRC-20 гаманець"
},
"hint": {
- "en": "Enter Bitcoin cash wallet",
- "ru": "Введите Bitcoin cash кошелёк",
- "uk": "Введіть Bitcoin cash гаманець"
+ "en": "Tether TRC-20 wallet",
+ "ru": "Tether TRC-20 кошелёк",
+ "uk": "Tether TRC-20 гаманець"
},
- "regexp": "\/^((bc1|[13])[a-km-zA-HJ-NP-Z1-9]{25,34})$|^((bitcoincash|bchreg|bchtest):)?(q|p)[a-z0-9]{41}$|^((BITCOINCASH|BCHREG|BCHTEST):)?(Q|P)[a-zA-Z0-9]{41}$\/",
+ "regexp": "\/^.{10,64}$\/",
"required": true,
- "position": 1
+ "position": 1,
+ "example": "0x501906Ce564be7bA80Eb55A29EE31ECfaE41b6f2"
+ },
+ {
+ "key": "network_fee_level",
+ "type": "string",
+ "label": {
+ "en": "Network fee level",
+ "ru": "Уровень сетевого сбора",
+ "uk": "Рівень мережевого збору"
+ },
+ "hint": {
+ "en": "Enter network fee level",
+ "ru": "Введите уровень сетевого сбора",
+ "uk": "Введіть рівень мережевого збору"
+ },
+ "regexp": "\/^.{1,64}$\/",
+ "required": false,
+ "position": 2
}
],
- "amount_min": "1",
- "amount_max": "50000000"
+ "amount_min": "0.01",
+ "amount_max": "1000000"
},
{
"status": "active",
- "code": "bitcoin_cash_usd",
- "method": "bitcoin_cash",
- "currency": "USD",
+ "code": "tether_trc20_aud",
+ "method": "tether",
+ "currency": "AUD",
"fields": [
{
"key": "wallet_id",
"type": "string",
"label": {
- "en": "Bitcoin cash wallet",
- "ru": "Bitcoin cash кошелёк",
- "uk": "Bitcoin cash гаманець"
+ "en": "Tether TRC-20 wallet",
+ "ru": "Tether TRC-20 кошелёк",
+ "uk": "Tether TRC-20 гаманець"
},
"hint": {
- "en": "Enter Bitcoin cash wallet",
- "ru": "Введите Bitcoin cash кошелёк",
- "uk": "Введіть Bitcoin cash гаманець"
+ "en": "Tether TRC-20 wallet",
+ "ru": "Tether TRC-20 кошелёк",
+ "uk": "Tether TRC-20 гаманець"
},
- "regexp": "\/^((bc1|[13])[a-km-zA-HJ-NP-Z1-9]{25,34})$|^((bitcoincash|bchreg|bchtest):)?(q|p)[a-z0-9]{41}$|^((BITCOINCASH|BCHREG|BCHTEST):)?(Q|P)[a-zA-Z0-9]{41}$\/",
+ "regexp": "\/^.{10,64}$\/",
"required": true,
- "position": 1
+ "position": 1,
+ "example": "0x501906Ce564be7bA80Eb55A29EE31ECfaE41b6f2"
+ },
+ {
+ "key": "network_fee_level",
+ "type": "string",
+ "label": {
+ "en": "Network fee level",
+ "ru": "Уровень сетевого сбора",
+ "uk": "Рівень мережевого збору"
+ },
+ "hint": {
+ "en": "Enter network fee level",
+ "ru": "Введите уровень сетевого сбора",
+ "uk": "Введіть рівень мережевого збору"
+ },
+ "regexp": "\/^.{1,64}$\/",
+ "required": false,
+ "position": 2
}
],
- "amount_min": "1",
- "amount_max": "500000"
+ "amount_min": "0.01",
+ "amount_max": "1000000"
},
{
"status": "active",
- "code": "bitcoin_cash_eur",
- "method": "bitcoin_cash",
- "currency": "EUR",
+ "code": "tether_erc20_uah",
+ "method": "tether",
+ "currency": "UAH",
"fields": [
{
"key": "wallet_id",
"type": "string",
"label": {
- "en": "Bitcoin cash wallet",
- "ru": "Bitcoin cash кошелёк",
- "uk": "Bitcoin cash гаманець"
+ "en": "Tether ERC-20 wallet",
+ "ru": "Tether ERC-20 кошелёк",
+ "uk": "Tether ERC-20 гаманець"
},
"hint": {
- "en": "Enter Bitcoin cash wallet",
- "ru": "Введите Bitcoin cash кошелёк",
- "uk": "Введіть Bitcoin cash гаманець"
+ "en": "Tether ERC-20 wallet",
+ "ru": "Tether ERC-20 кошелёк",
+ "uk": "Tether ERC-20 гаманець"
},
- "regexp": "\/^((bc1|[13])[a-km-zA-HJ-NP-Z1-9]{25,34})$|^((bitcoincash|bchreg|bchtest):)?(q|p)[a-z0-9]{41}$|^((BITCOINCASH|BCHREG|BCHTEST):)?(Q|P)[a-zA-Z0-9]{41}$\/",
+ "regexp": "\/^.{10,64}$\/",
"required": true,
- "position": 1
+ "position": 1,
+ "example": "0x501906Ce564be7bA80Eb55A29EE31ECfaE41b6f2"
}
],
- "amount_min": "1",
- "amount_max": "500000"
+ "amount_min": "0.01",
+ "amount_max": "1000000"
},
{
"status": "active",
- "code": "webmoneytransfer_rub",
- "method": "webmoneytransfer",
- "currency": "RUB",
+ "code": "tether_trc20_uah",
+ "method": "tether",
+ "currency": "UAH",
"fields": [
{
"key": "wallet_id",
"type": "string",
"label": {
- "en": "Number WMZ wallet",
- "ru": "Номер WMZ кошелька",
- "uk": "Номер WMZ гаманця"
+ "en": "Tether TRC-20 wallet",
+ "ru": "Tether TRC-20 кошелёк",
+ "uk": "Tether TRC-20 гаманець"
},
"hint": {
- "en": "Enter WMZ wallet",
- "ru": "Введите WMZ кошелёк",
- "uk": "Введіть WMZ гаманець"
+ "en": "Tether TRC-20 wallet",
+ "ru": "Tether TRC-20 кошелёк",
+ "uk": "Tether TRC-20 гаманець"
},
- "regexp": "\/^Z\\d{12}$\/",
- "required": false,
- "position": 1
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1,
+ "example": "0x501906Ce564be7bA80Eb55A29EE31ECfaE41b6f2"
}
],
- "amount_min": "1",
- "amount_max": "63000"
+ "amount_min": "0.01",
+ "amount_max": "1000000"
},
{
"status": "active",
- "code": "sepa_credit_transfer_individual_eur",
- "method": "sepa_credit_transfer",
+ "code": "tether_erc20_eur",
+ "method": "tether",
"currency": "EUR",
"fields": [
{
- "key": "first_name",
+ "key": "wallet_id",
"type": "string",
"label": {
- "en": "First name",
- "ru": "Имя получателя",
- "uk": "Імʼя отримувача"
+ "en": "Tether ERC-20 wallet",
+ "ru": "Tether ERC-20 кошелёк",
+ "uk": "Tether ERC-20 гаманець"
},
"hint": {
- "en": "Enter first name",
- "ru": "Введите имя получателя",
- "uk": "Введіть імʼя отримувача"
+ "en": "Tether ERC-20 wallet",
+ "ru": "Tether ERC-20 кошелёк",
+ "uk": "Tether ERC-20 гаманець"
},
- "regexp": "\/^(\\w){3,64}$\/",
+ "regexp": "\/^.{10,64}$\/",
"required": true,
- "position": 1
+ "position": 1,
+ "example": "0x501906Ce564be7bA80Eb55A29EE31ECfaE41b6f2"
},
{
- "key": "last_name",
+ "key": "network_fee_level",
"type": "string",
"label": {
- "en": "Last name",
- "ru": "Фамилия получателя",
- "uk": "Прізвище отримувача"
+ "en": "Network fee level",
+ "ru": "Уровень сетевого сбора",
+ "uk": "Рівень мережевого збору"
},
"hint": {
- "en": "Enter last name",
- "ru": "Введите фамилию получателя",
- "uk": "Введіть прізвище отримувача"
+ "en": "Enter network fee level",
+ "ru": "Введите уровень сетевого сбора",
+ "uk": "Введіть рівень мережевого збору"
},
- "regexp": "\/^(\\w){3,64}$\/",
- "required": true,
+ "regexp": "\/^.{1,64}$\/",
+ "required": false,
"position": 2
- },
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "1000000"
+ },
+ {
+ "status": "active",
+ "code": "tether_trc20_eur",
+ "method": "tether",
+ "currency": "EUR",
+ "fields": [
{
- "key": "iban",
+ "key": "wallet_id",
"type": "string",
"label": {
- "en": "IBAN",
- "ru": "IBAN",
- "uk": "IBAN"
+ "en": "Tether TRC-20 wallet",
+ "ru": "Tether TRC-20 кошелёк",
+ "uk": "Tether TRC-20 гаманець"
},
"hint": {
- "en": "Enter IBAN",
- "ru": "Введите IBAN",
- "uk": "Введіть IBAN"
+ "en": "Tether TRC-20 wallet",
+ "ru": "Tether TRC-20 кошелёк",
+ "uk": "Tether TRC-20 гаманець"
},
- "regexp": "\/^[A-Z]{2}(\\w){13,29}$\/",
+ "regexp": "\/^.{10,64}$\/",
"required": true,
- "position": 3,
- "options": {
- "validators": [
- {
- "name": "Iban"
- }
- ]
- }
+ "position": 1,
+ "example": "0x501906Ce564be7bA80Eb55A29EE31ECfaE41b6f2"
},
{
- "key": "descriptor",
+ "key": "network_fee_level",
"type": "string",
"label": {
- "en": "Description",
- "ru": "Описание",
- "uk": "Опис"
+ "en": "Network fee level",
+ "ru": "Уровень сетевого сбора",
+ "uk": "Рівень мережевого збору"
},
"hint": {
- "en": "Enter description",
- "ru": "Введите описание",
- "uk": "Введіть опис"
+ "en": "Enter network fee level",
+ "ru": "Введите уровень сетевого сбора",
+ "uk": "Введіть рівень мережевого збору"
},
- "regexp": "\/^[A-Za-z,0-9]{4,128}$\/",
- "required": true,
- "position": 4
+ "regexp": "\/^.{1,64}$\/",
+ "required": false,
+ "position": 2
}
],
"amount_min": "0.01",
@@ -35180,850 +36873,885 @@
},
{
"status": "active",
- "code": "sepa_credit_transfer_company_eur",
- "method": "sepa_credit_transfer",
- "currency": "EUR",
+ "code": "bitcoin_btc",
+ "method": "bitcoin",
+ "currency": "BTC",
"fields": [
{
- "key": "company_name",
+ "key": "wallet_id",
"type": "string",
"label": {
- "en": "Company name",
- "ru": "Название компании",
- "uk": "Назва компанії"
+ "en": "Bitcoin wallet",
+ "ru": "Bitcoin кошелёк",
+ "uk": "Bitcoin гаманець"
},
"hint": {
- "en": "Enter company name",
- "ru": "Введите название компании",
- "uk": "Введіть назву компанії"
+ "en": "Enter Bitcoin wallet",
+ "ru": "Введите Bitcoin кошелёк",
+ "uk": "Введіть Bitcoin гаманець"
},
- "regexp": "\/^(\\w){3,64}$\/",
+ "regexp": "\/^(bc1|[13])[a-zA-HJ-NP-Z0-9]{10,65}$\/",
"required": true,
"position": 1
},
{
- "key": "iban",
- "type": "string",
- "label": {
- "en": "IBAN",
- "ru": "IBAN",
- "uk": "IBAN"
- },
- "hint": {
- "en": "Enter IBAN",
- "ru": "Введите IBAN",
- "uk": "Введіть IBAN"
- },
- "regexp": "\/^[A-Z]{2}(\\w){13,29}$\/",
- "required": true,
- "position": 2,
- "options": {
- "validators": [
- {
- "name": "Iban"
- }
- ]
- }
- },
- {
- "key": "descriptor",
+ "key": "vasp",
"type": "string",
"label": {
- "en": "Description",
- "ru": "Описание",
- "uk": "Опис"
+ "en": "VASP Name",
+ "ru": "VASP имя",
+ "uk": "VASP ім'я"
},
"hint": {
- "en": "Enter description",
- "ru": "Введите описание",
- "uk": "Введіть опис"
+ "en": "Enter VASP Name",
+ "ru": "Введите имя ASP",
+ "uk": "Введіть ім'я VASP"
},
- "regexp": "\/^[A-Za-z,0-9]{5,128}$\/",
- "required": true,
- "position": 3
+ "regexp": "\/^.{1,64}$\/",
+ "required": false,
+ "position": 2
}
],
- "amount_min": "0.01",
- "amount_max": "1000000"
+ "amount_min": "0.00001",
+ "amount_max": "50"
},
{
"status": "active",
- "code": "geopaynet_uah",
- "method": "geopaynet",
+ "code": "bitcoin_uah",
+ "method": "bitcoin",
"currency": "UAH",
"fields": [
{
- "key": "user_id",
+ "key": "wallet_id",
"type": "string",
"label": {
- "en": "User ID",
- "ru": "ID пользователя",
- "uk": "ID користувача"
+ "en": "Bitcoin wallet",
+ "ru": "Bitcoin кошелёк",
+ "uk": "Bitcoin гаманець"
},
"hint": {
- "en": "Enter GEO User ID",
- "ru": "Введите GEO ID пользователя",
- "uk": "Введіть GEO ID користувача"
+ "en": "Enter Bitcoin wallet",
+ "ru": "Введите Bitcoin кошелёк",
+ "uk": "Введіть Bitcoin гаманець"
},
- "regexp": "\/^[a-f0-9]{64}$\/",
+ "regexp": "\/^(bc1|[13])[a-zA-HJ-NP-Z0-9]{25,39}$\/",
"required": true,
"position": 1
}
],
- "amount_min": "0.01",
- "amount_max": "1000000"
+ "amount_min": "1",
+ "amount_max": "50000000"
},
{
"status": "active",
- "code": "geopaynet_rub",
- "method": "geopaynet",
- "currency": "RUB",
+ "code": "bitcoin_usd",
+ "method": "bitcoin",
+ "currency": "USD",
"fields": [
{
- "key": "user_id",
+ "key": "wallet_id",
"type": "string",
"label": {
- "en": "User ID",
- "ru": "ID пользователя",
- "uk": "ID користувача"
+ "en": "Bitcoin wallet",
+ "ru": "Bitcoin кошелёк",
+ "uk": "Bitcoin гаманець"
},
"hint": {
- "en": "Enter GEO User ID",
- "ru": "Введите GEO ID пользователя",
- "uk": "Введіть GEO ID користувача"
+ "en": "Enter Bitcoin wallet",
+ "ru": "Введите Bitcoin кошелёк",
+ "uk": "Введіть Bitcoin гаманець"
},
- "regexp": "\/^[a-f0-9]{64}$\/",
+ "regexp": "\/^(bc1|[13])[a-zA-HJ-NP-Z0-9]{25,39}$\/",
"required": true,
"position": 1
+ },
+ {
+ "key": "network_fee_level",
+ "type": "string",
+ "label": {
+ "en": "Network fee level",
+ "ru": "Уровень сетевого сбора",
+ "uk": "Рівень мережевого збору"
+ },
+ "hint": {
+ "en": "Enter network fee level",
+ "ru": "Введите уровень сетевого сбора",
+ "uk": "Введіть рівень мережевого збору"
+ },
+ "regexp": "\/^.{1,64}$\/",
+ "required": false,
+ "position": 2
}
],
- "amount_min": "0.01",
- "amount_max": "1000000"
+ "amount_min": "1",
+ "amount_max": "500000"
},
{
"status": "active",
- "code": "geopaynet_eur",
- "method": "geopaynet",
- "currency": "EUR",
+ "code": "bitcoin_cad",
+ "method": "bitcoin",
+ "currency": "CAD",
"fields": [
{
- "key": "user_id",
+ "key": "wallet_id",
"type": "string",
"label": {
- "en": "User ID",
- "ru": "ID пользователя",
- "uk": "ID користувача"
+ "en": "Bitcoin wallet",
+ "ru": "Bitcoin кошелёк",
+ "uk": "Bitcoin гаманець"
},
"hint": {
- "en": "Enter GEO User ID",
- "ru": "Введите GEO ID пользователя",
- "uk": "Введіть GEO ID користувача"
+ "en": "Enter Bitcoin wallet",
+ "ru": "Введите Bitcoin кошелёк",
+ "uk": "Введіть Bitcoin гаманець"
},
- "regexp": "\/^[a-f0-9]{64}$\/",
+ "regexp": "\/^(bc1|[13])[a-zA-HJ-NP-Z0-9]{25,39}$\/",
"required": true,
"position": 1
+ },
+ {
+ "key": "network_fee_level",
+ "type": "string",
+ "label": {
+ "en": "Network fee level",
+ "ru": "Уровень сетевого сбора",
+ "uk": "Рівень мережевого збору"
+ },
+ "hint": {
+ "en": "Enter network fee level",
+ "ru": "Введите уровень сетевого сбора",
+ "uk": "Введіть рівень мережевого збору"
+ },
+ "regexp": "\/^.{1,64}$\/",
+ "required": false,
+ "position": 2
}
],
- "amount_min": "0.01",
- "amount_max": "1000000"
+ "amount_min": "1",
+ "amount_max": "500000"
},
{
"status": "active",
- "code": "perfectmoney_transfer_usd",
- "method": "perfectmoney_transfer",
- "currency": "USD",
- "amount_min": "0.01",
- "amount_max": "10000",
+ "code": "bitcoin_aud",
+ "method": "bitcoin",
+ "currency": "AUD",
"fields": [
{
- "key": "account",
+ "key": "wallet_id",
"type": "string",
"label": {
- "en": "Account number",
- "ru": "Номер счета",
- "uk": "Номер рахунку"
+ "en": "Bitcoin wallet",
+ "ru": "Bitcoin кошелёк",
+ "uk": "Bitcoin гаманець"
},
"hint": {
- "en": "Enter account number",
- "ru": "Введите номер счета",
- "uk": "Введіть номер рахунку"
+ "en": "Enter Bitcoin wallet",
+ "ru": "Введите Bitcoin кошелёк",
+ "uk": "Введіть Bitcoin гаманець"
},
- "regexp": "\/^U\\d{6,9}$\/",
+ "regexp": "\/^(bc1|[13])[a-zA-HJ-NP-Z0-9]{25,39}$\/",
"required": true,
"position": 1
+ },
+ {
+ "key": "network_fee_level",
+ "type": "string",
+ "label": {
+ "en": "Network fee level",
+ "ru": "Уровень сетевого сбора",
+ "uk": "Рівень мережевого збору"
+ },
+ "hint": {
+ "en": "Enter network fee level",
+ "ru": "Введите уровень сетевого сбора",
+ "uk": "Введіть рівень мережевого збору"
+ },
+ "regexp": "\/^.{1,64}$\/",
+ "required": false,
+ "position": 2
}
- ]
+ ],
+ "amount_min": "1",
+ "amount_max": "500000"
},
{
"status": "active",
- "code": "perfectmoney_transfer_eur",
- "method": "perfectmoney_transfer",
+ "code": "bitcoin_eur",
+ "method": "bitcoin",
"currency": "EUR",
- "amount_min": "0.01",
- "amount_max": "10000",
"fields": [
{
- "key": "account",
+ "key": "wallet_id",
"type": "string",
"label": {
- "en": "Account number",
- "ru": "Номер счета",
- "uk": "Номер рахунку"
+ "en": "Bitcoin wallet",
+ "ru": "Bitcoin кошелёк",
+ "uk": "Bitcoin гаманець"
},
"hint": {
- "en": "Enter account number",
- "ru": "Введите номер счета",
- "uk": "Введіть номер рахунку"
+ "en": "Enter Bitcoin wallet",
+ "ru": "Введите Bitcoin кошелёк",
+ "uk": "Введіть Bitcoin гаманець"
},
- "regexp": "\/^E\\d{6,9}$\/",
+ "regexp": "\/^(bc1|[13])[a-zA-HJ-NP-Z0-9]{25,39}$\/",
"required": true,
"position": 1
+ },
+ {
+ "key": "network_fee_level",
+ "type": "string",
+ "label": {
+ "en": "Network fee level",
+ "ru": "Уровень сетевого сбора",
+ "uk": "Рівень мережевого збору"
+ },
+ "hint": {
+ "en": "Enter network fee level",
+ "ru": "Введите уровень сетевого сбора",
+ "uk": "Введіть рівень мережевого збору"
+ },
+ "regexp": "\/^.{1,64}$\/",
+ "required": false,
+ "position": 2
}
- ]
+ ],
+ "amount_min": "1",
+ "amount_max": "500000"
},
{
"status": "active",
- "code": "perfectmoney_transfer_btc",
- "method": "perfectmoney_transfer",
- "currency": "BTC",
- "amount_min": "0.001",
- "amount_max": "10000",
+ "code": "litecoin_ltc",
+ "method": "litecoin",
+ "currency": "LTC",
"fields": [
{
- "key": "account",
+ "key": "wallet_id",
"type": "string",
"label": {
- "en": "Account number",
- "ru": "Номер счета",
- "uk": "Номер рахунку"
+ "en": "Litecoin wallet",
+ "ru": "Litecoin кошелёк",
+ "uk": "Litecoin гаманець"
},
"hint": {
- "en": "Enter account number",
- "ru": "Введите номер счета",
- "uk": "Введіть номер рахунку"
+ "en": "Enter Litecoin wallet",
+ "ru": "Введите Litecoin кошелёк",
+ "uk": "Введіть Litecoin гаманець"
},
- "regexp": "\/^B\\d{6,9}$\/",
+ "regexp": "\/^[a-zA-Z0-9]{10,65}$\/",
"required": true,
"position": 1
}
- ]
+ ],
+ "amount_min": "0.00001",
+ "amount_max": "100"
},
{
"status": "active",
- "code": "paypal_email_eur",
- "method": "paypal",
- "currency": "EUR",
- "amount_min": "0.01",
- "amount_max": "10000",
+ "code": "litecoin_uah",
+ "method": "litecoin",
+ "currency": "UAH",
"fields": [
{
- "key": "email",
+ "key": "wallet_id",
"type": "string",
"label": {
- "en": "Email",
- "ru": "Электронная почта",
- "uk": "Електронна пошта"
- },
+ "en": "Litecoin wallet",
+ "ru": "Litecoin кошелёк",
+ "uk": "Litecoin гаманець"
+ },
"hint": {
- "en": "Enter email",
- "ru": "Введите адрес электронной почты",
- "uk": "Введіть адресу електронної пошти"
+ "en": "Enter Litecoin wallet",
+ "ru": "Введите Litecoin кошелёк",
+ "uk": "Введіть Litecoin гаманець"
},
- "regexp": "\/^(([^<>()\\[\\]\\\\.,;:\\s@\"]+(\\.[^<>()\\[\\]\\\\.,;:\\s@\"]+)*)|(\".+\"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$\/",
+ "regexp": "\/^[a-zA-Z0-9]{26,50}$\/",
"required": true,
"position": 1
}
- ]
+ ],
+ "amount_min": "1",
+ "amount_max": "50000000"
},
{
"status": "active",
- "code": "paypal_email_usd",
- "method": "paypal",
- "currency": "USD",
- "amount_min": "0.01",
- "amount_max": "10000",
+ "code": "litecoin_rub",
+ "method": "litecoin",
+ "currency": "RUB",
"fields": [
{
- "key": "email",
+ "key": "wallet_id",
"type": "string",
"label": {
- "en": "Email",
- "ru": "Электронная почта",
- "uk": "Електронна пошта"
+ "en": "Litecoin wallet",
+ "ru": "Litecoin кошелёк",
+ "uk": "Litecoin гаманець"
},
"hint": {
- "en": "Enter email",
- "ru": "Введите адрес электронной почты",
- "uk": "Введіть адресу електронної пошти"
+ "en": "Enter Litecoin wallet",
+ "ru": "Введите Litecoin кошелёк",
+ "uk": "Введіть Litecoin гаманець"
},
- "regexp": "\/^(([^<>()\\[\\]\\\\.,;:\\s@\"]+(\\.[^<>()\\[\\]\\\\.,;:\\s@\"]+)*)|(\".+\"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$\/",
+ "regexp": "\/^[a-zA-Z0-9]{26,50}$\/",
"required": true,
"position": 1
}
- ]
+ ],
+ "amount_min": "1",
+ "amount_max": "50000000"
},
{
"status": "active",
- "code": "paypal_email_gbp",
- "method": "paypal",
- "currency": "GBP",
- "amount_min": "0.01",
- "amount_max": "10000",
+ "code": "litecoin_usd",
+ "method": "litecoin",
+ "currency": "USD",
"fields": [
{
- "key": "email",
+ "key": "wallet_id",
"type": "string",
"label": {
- "en": "Email",
- "ru": "Электронная почта",
- "uk": "Електронна пошта"
+ "en": "Litecoin wallet",
+ "ru": "Litecoin кошелёк",
+ "uk": "Litecoin гаманець"
},
"hint": {
- "en": "Enter email",
- "ru": "Введите адрес электронной почты",
- "uk": "Введіть адресу електронної пошти"
+ "en": "Enter Litecoin wallet",
+ "ru": "Введите Litecoin кошелёк",
+ "uk": "Введіть Litecoin гаманець"
},
- "regexp": "\/^(([^<>()\\[\\]\\\\.,;:\\s@\"]+(\\.[^<>()\\[\\]\\\\.,;:\\s@\"]+)*)|(\".+\"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$\/",
+ "regexp": "\/^[a-zA-Z0-9]{26,50}$\/",
"required": true,
"position": 1
}
- ]
+ ],
+ "amount_min": "1",
+ "amount_max": "500000"
},
{
"status": "active",
- "code": "paypal_email_rub",
- "method": "paypal",
- "currency": "RUB",
- "amount_min": "0.01",
- "amount_max": "50000",
+ "code": "litecoin_eur",
+ "method": "litecoin",
+ "currency": "EUR",
"fields": [
{
- "key": "email",
+ "key": "wallet_id",
"type": "string",
"label": {
- "en": "Email",
- "ru": "Электронная почта",
- "uk": "Електронна пошта"
+ "en": "Litecoin wallet",
+ "ru": "Litecoin кошелёк",
+ "uk": "Litecoin гаманець"
},
"hint": {
- "en": "Enter email",
- "ru": "Введите адрес электронной почты",
- "uk": "Введіть адресу електронної пошти"
+ "en": "Enter Litecoin wallet",
+ "ru": "Введите Litecoin кошелёк",
+ "uk": "Введіть Litecoin гаманець"
},
- "regexp": "\/^(([^<>()\\[\\]\\\\.,;:\\s@\"]+(\\.[^<>()\\[\\]\\\\.,;:\\s@\"]+)*)|(\".+\"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$\/",
+ "regexp": "\/^[a-zA-Z0-9]{26,50}$\/",
"required": true,
"position": 1
}
- ]
+ ],
+ "amount_min": "1",
+ "amount_max": "500000"
},
{
"status": "active",
- "code": "paypal_email_mxn",
- "method": "paypal",
- "currency": "MXN",
- "amount_min": "0.01",
- "amount_max": "10000",
+ "code": "ripple_uah",
+ "method": "ripple",
+ "currency": "UAH",
"fields": [
{
- "key": "email",
+ "key": "wallet_id",
"type": "string",
"label": {
- "en": "Email",
- "ru": "Электронная почта",
- "uk": "Електронна пошта"
+ "en": "Ripple wallet",
+ "ru": "Ripple кошелёк",
+ "uk": "Ripple гаманець"
},
"hint": {
- "en": "Enter email",
- "ru": "Введите адрес электронной почты",
- "uk": "Введіть адресу електронної пошти"
+ "en": "Enter Ripple wallet",
+ "ru": "Введите Ripple кошелёк",
+ "uk": "Введіть Ripple гаманець"
},
- "regexp": "\/^(([^<>()\\[\\]\\\\.,;:\\s@\"]+(\\.[^<>()\\[\\]\\\\.,;:\\s@\"]+)*)|(\".+\"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$\/",
+ "regexp": "\/^[a-zA-Z0-9]{26,33}$\/",
"required": true,
"position": 1
}
- ]
+ ],
+ "amount_min": "1",
+ "amount_max": "50000000"
},
{
"status": "active",
- "code": "paypal_email_huf",
- "method": "paypal",
- "currency": "HUF",
- "amount_min": "0.01",
- "amount_max": "10000",
+ "code": "ripple_usd",
+ "method": "ripple",
+ "currency": "USD",
"fields": [
{
- "key": "email",
+ "key": "wallet_id",
"type": "string",
"label": {
- "en": "Email",
- "ru": "Электронная почта",
- "uk": "Електронна пошта"
+ "en": "Ripple wallet",
+ "ru": "Ripple кошелёк",
+ "uk": "Ripple гаманець"
},
"hint": {
- "en": "Enter email",
- "ru": "Введите адрес электронной почты",
- "uk": "Введіть адресу електронної пошти"
+ "en": "Enter Ripple wallet",
+ "ru": "Введите Ripple кошелёк",
+ "uk": "Введіть Ripple гаманець"
},
- "regexp": "\/^(([^<>()\\[\\]\\\\.,;:\\s@\"]+(\\.[^<>()\\[\\]\\\\.,;:\\s@\"]+)*)|(\".+\"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$\/",
+ "regexp": "\/^[a-zA-Z0-9]{26,33}$\/",
"required": true,
"position": 1
}
- ]
+ ],
+ "amount_min": "1",
+ "amount_max": "500000"
},
{
"status": "active",
- "code": "paypal_email_cad",
- "method": "paypal",
- "currency": "CAD",
- "amount_min": "0.01",
- "amount_max": "10000",
+ "code": "ripple_eur",
+ "method": "ripple",
+ "currency": "EUR",
"fields": [
{
- "key": "email",
+ "key": "wallet_id",
"type": "string",
"label": {
- "en": "Email",
- "ru": "Электронная почта",
- "uk": "Електронна пошта"
+ "en": "Ripple wallet",
+ "ru": "Ripple кошелёк",
+ "uk": "Ripple гаманець"
},
"hint": {
- "en": "Enter email",
- "ru": "Введите адрес электронной почты",
- "uk": "Введіть адресу електронної пошти"
+ "en": "Enter Ripple wallet",
+ "ru": "Введите Ripple кошелёк",
+ "uk": "Введіть Ripple гаманець"
},
- "regexp": "\/^(([^<>()\\[\\]\\\\.,;:\\s@\"]+(\\.[^<>()\\[\\]\\\\.,;:\\s@\"]+)*)|(\".+\"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$\/",
+ "regexp": "\/^[a-zA-Z0-9]{26,33}$\/",
"required": true,
"position": 1
}
- ]
+ ],
+ "amount_min": "1",
+ "amount_max": "500000"
},
{
"status": "active",
- "code": "paypal_email_aud",
- "method": "paypal",
- "currency": "AUD",
- "amount_min": "0.01",
- "amount_max": "10000",
+ "code": "bitcoin_cash_bch",
+ "method": "bitcoin_cash",
+ "currency": "BCH",
"fields": [
{
- "key": "email",
+ "key": "wallet_id",
"type": "string",
"label": {
- "en": "Email",
- "ru": "Электронная почта",
- "uk": "Електронна пошта"
+ "en": "Bitcoin cash wallet",
+ "ru": "Bitcoin cash кошелёк",
+ "uk": "Bitcoin cash гаманець"
},
"hint": {
- "en": "Enter email",
- "ru": "Введите адрес электронной почты",
- "uk": "Введіть адресу електронної пошти"
+ "en": "Enter Bitcoin cash wallet",
+ "ru": "Введите Bitcoin cash кошелёк",
+ "uk": "Введіть Bitcoin cash гаманець"
},
- "regexp": "\/^(([^<>()\\[\\]\\\\.,;:\\s@\"]+(\\.[^<>()\\[\\]\\\\.,;:\\s@\"]+)*)|(\".+\"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$\/",
+ "regexp": "\/^((bc1|[13])[a-km-zA-HJ-NP-Z1-9]{25,34})$|^((bitcoincash|bchreg|bchtest):)?(q|p)[a-z0-9]{41}$|^((BITCOINCASH|BCHREG|BCHTEST):)?(Q|P)[a-zA-Z0-9]{41}$\/",
"required": true,
"position": 1
}
- ]
+ ],
+ "amount_min": "0.00001",
+ "amount_max": "100"
},
{
"status": "active",
- "code": "paypal_email_pln",
- "method": "paypal",
- "currency": "PLN",
- "amount_min": "0.01",
- "amount_max": "20000",
+ "code": "bitcoin_cash_uah",
+ "method": "bitcoin_cash",
+ "currency": "UAH",
"fields": [
{
- "key": "email",
+ "key": "wallet_id",
"type": "string",
"label": {
- "en": "Email",
- "ru": "Электронная почта",
- "uk": "Електронна пошта"
+ "en": "Bitcoin cash wallet",
+ "ru": "Bitcoin cash кошелёк",
+ "uk": "Bitcoin cash гаманець"
},
"hint": {
- "en": "Enter email",
- "ru": "Введите адрес электронной почты",
- "uk": "Введіть адресу електронної пошти"
+ "en": "Enter Bitcoin cash wallet",
+ "ru": "Введите Bitcoin cash кошелёк",
+ "uk": "Введіть Bitcoin cash гаманець"
},
- "regexp": "\/^(([^<>()\\[\\]\\\\.,;:\\s@\"]+(\\.[^<>()\\[\\]\\\\.,;:\\s@\"]+)*)|(\".+\"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$\/",
+ "regexp": "\/^((bc1|[13])[a-km-zA-HJ-NP-Z1-9]{25,34})$|^((bitcoincash|bchreg|bchtest):)?(q|p)[a-z0-9]{41}$|^((BITCOINCASH|BCHREG|BCHTEST):)?(Q|P)[a-zA-Z0-9]{41}$\/",
"required": true,
"position": 1
}
- ]
+ ],
+ "amount_min": "1",
+ "amount_max": "50000000"
},
{
"status": "active",
- "code": "paypal_email_php",
- "method": "paypal",
- "currency": "PHP",
- "amount_min": "0.01",
- "amount_max": "20000",
+ "code": "bitcoin_cash_usd",
+ "method": "bitcoin_cash",
+ "currency": "USD",
"fields": [
{
- "key": "email",
+ "key": "wallet_id",
"type": "string",
"label": {
- "en": "Email",
- "ru": "Электронная почта",
- "uk": "Електронна пошта"
+ "en": "Bitcoin cash wallet",
+ "ru": "Bitcoin cash кошелёк",
+ "uk": "Bitcoin cash гаманець"
},
"hint": {
- "en": "Enter email",
- "ru": "Введите адрес электронной почты",
- "uk": "Введіть адресу електронної пошти"
+ "en": "Enter Bitcoin cash wallet",
+ "ru": "Введите Bitcoin cash кошелёк",
+ "uk": "Введіть Bitcoin cash гаманець"
},
- "regexp": "\/^(([^<>()\\[\\]\\\\.,;:\\s@\"]+(\\.[^<>()\\[\\]\\\\.,;:\\s@\"]+)*)|(\".+\"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$\/",
+ "regexp": "\/^((bc1|[13])[a-km-zA-HJ-NP-Z1-9]{25,34})$|^((bitcoincash|bchreg|bchtest):)?(q|p)[a-z0-9]{41}$|^((BITCOINCASH|BCHREG|BCHTEST):)?(Q|P)[a-zA-Z0-9]{41}$\/",
"required": true,
"position": 1
}
- ]
+ ],
+ "amount_min": "1",
+ "amount_max": "500000"
},
{
"status": "active",
- "code": "paypal_phone_usd",
- "method": "paypal",
- "currency": "USD",
- "amount_min": "0.01",
- "amount_max": "10000",
+ "code": "bitcoin_cash_eur",
+ "method": "bitcoin_cash",
+ "currency": "EUR",
"fields": [
{
- "key": "phone",
+ "key": "wallet_id",
"type": "string",
"label": {
- "en": "Phone number",
- "ru": "Телефон",
- "uk": "Телефон"
+ "en": "Bitcoin cash wallet",
+ "ru": "Bitcoin cash кошелёк",
+ "uk": "Bitcoin cash гаманець"
},
"hint": {
- "en": "Enter phone",
- "ru": "Введите телефон получателя",
- "uk": "Введіть телефон отримувача"
+ "en": "Enter Bitcoin cash wallet",
+ "ru": "Введите Bitcoin cash кошелёк",
+ "uk": "Введіть Bitcoin cash гаманець"
},
- "regexp": "\/^\\+?[-\\d]{9,32}$\/",
+ "regexp": "\/^((bc1|[13])[a-km-zA-HJ-NP-Z1-9]{25,34})$|^((bitcoincash|bchreg|bchtest):)?(q|p)[a-z0-9]{41}$|^((BITCOINCASH|BCHREG|BCHTEST):)?(Q|P)[a-zA-Z0-9]{41}$\/",
"required": true,
"position": 1
}
- ]
+ ],
+ "amount_min": "1",
+ "amount_max": "500000"
},
{
"status": "active",
- "code": "paypal_phone_eur",
- "method": "paypal",
- "currency": "EUR",
- "amount_min": "0.01",
- "amount_max": "10000",
+ "code": "webmoneytransfer_rub",
+ "method": "webmoneytransfer",
+ "currency": "RUB",
"fields": [
{
- "key": "phone",
+ "key": "wallet_id",
"type": "string",
"label": {
- "en": "Phone number",
- "ru": "Телефон",
- "uk": "Телефон"
+ "en": "Number WMZ wallet",
+ "ru": "Номер WMZ кошелька",
+ "uk": "Номер WMZ гаманця"
},
"hint": {
- "en": "Enter phone",
- "ru": "Введите телефон получателя",
- "uk": "Введіть телефон отримувача"
+ "en": "Enter WMZ wallet",
+ "ru": "Введите WMZ кошелёк",
+ "uk": "Введіть WMZ гаманець"
},
- "regexp": "\/^\\+?[-\\d]{9,32}$\/",
- "required": true,
+ "regexp": "\/^Z\\d{12}$\/",
+ "required": false,
"position": 1
}
- ]
+ ],
+ "amount_min": "1",
+ "amount_max": "63000"
},
{
"status": "active",
- "code": "paypal_phone_gbp",
- "method": "paypal",
- "currency": "GBP",
- "amount_min": "0.01",
- "amount_max": "10000",
+ "code": "sepa_credit_transfer_individual_eur",
+ "method": "sepa_credit_transfer",
+ "currency": "EUR",
"fields": [
{
- "key": "phone",
+ "key": "first_name",
"type": "string",
"label": {
- "en": "Phone number",
- "ru": "Телефон",
- "uk": "Телефон"
+ "en": "First name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
},
"hint": {
- "en": "Enter phone",
- "ru": "Введите телефон получателя",
- "uk": "Введіть телефон отримувача"
+ "en": "Enter first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
},
- "regexp": "\/^\\+?[-\\d]{9,32}$\/",
+ "regexp": "\/^(\\w){3,64}$\/",
"required": true,
"position": 1
- }
- ]
- },
- {
- "status": "active",
- "code": "paypal_phone_rub",
- "method": "paypal",
- "currency": "RUB",
- "amount_min": "0.01",
- "amount_max": "50000",
- "fields": [
+ },
{
- "key": "phone",
+ "key": "last_name",
"type": "string",
"label": {
- "en": "Phone number",
- "ru": "Телефон",
- "uk": "Телефон"
+ "en": "Last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
},
"hint": {
- "en": "Enter phone",
- "ru": "Введите телефон получателя",
- "uk": "Введіть телефон отримувача"
+ "en": "Enter last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
},
- "regexp": "\/^\\+?[-\\d]{9,32}$\/",
+ "regexp": "\/^(\\w){3,64}$\/",
"required": true,
- "position": 1
- }
- ]
- },
- {
- "status": "active",
- "code": "paypal_phone_huf",
- "method": "paypal",
- "currency": "HUF",
- "amount_min": "0.01",
- "amount_max": "10000",
- "fields": [
+ "position": 2
+ },
{
- "key": "phone",
+ "key": "iban",
"type": "string",
"label": {
- "en": "Phone number",
- "ru": "Телефон",
- "uk": "Телефон"
+ "en": "IBAN",
+ "ru": "IBAN",
+ "uk": "IBAN"
},
"hint": {
- "en": "Enter phone",
- "ru": "Введите телефон получателя",
- "uk": "Введіть телефон отримувача"
+ "en": "Enter IBAN",
+ "ru": "Введите IBAN",
+ "uk": "Введіть IBAN"
},
- "regexp": "\/^\\+?[-\\d]{9,32}$\/",
+ "regexp": "\/^[A-Z]{2}(\\w){13,29}$\/",
"required": true,
- "position": 1
- }
- ]
- },
- {
- "status": "active",
- "code": "paypal_phone_mxn",
- "method": "paypal",
- "currency": "MXN",
- "amount_min": "0.01",
- "amount_max": "10000",
- "fields": [
+ "position": 3,
+ "options": {
+ "validators": [
+ {
+ "name": "Iban"
+ }
+ ]
+ }
+ },
{
- "key": "phone",
+ "key": "descriptor",
"type": "string",
"label": {
- "en": "Phone number",
- "ru": "Телефон",
- "uk": "Телефон"
+ "en": "Description",
+ "ru": "Описание",
+ "uk": "Опис"
},
"hint": {
- "en": "Enter phone",
- "ru": "Введите телефон получателя",
- "uk": "Введіть телефон отримувача"
+ "en": "Enter description",
+ "ru": "Введите описание",
+ "uk": "Введіть опис"
},
- "regexp": "\/^\\+?[-\\d]{9,32}$\/",
+ "regexp": "\/^[A-Za-z,0-9]{4,128}$\/",
"required": true,
- "position": 1
+ "position": 4
}
- ]
+ ],
+ "amount_min": "0.01",
+ "amount_max": "1000000"
},
{
"status": "active",
- "code": "paypal_phone_cad",
- "method": "paypal",
- "currency": "CAD",
- "amount_min": "0.01",
- "amount_max": "10000",
+ "code": "sepa_credit_transfer_company_eur",
+ "method": "sepa_credit_transfer",
+ "currency": "EUR",
"fields": [
{
- "key": "phone",
+ "key": "company_name",
"type": "string",
"label": {
- "en": "Phone number",
- "ru": "Телефон",
- "uk": "Телефон"
+ "en": "Company name",
+ "ru": "Название компании",
+ "uk": "Назва компанії"
},
"hint": {
- "en": "Enter phone",
- "ru": "Введите телефон получателя",
- "uk": "Введіть телефон отримувача"
+ "en": "Enter company name",
+ "ru": "Введите название компании",
+ "uk": "Введіть назву компанії"
},
- "regexp": "\/^\\+?[-\\d]{9,32}$\/",
+ "regexp": "\/^(\\w){3,64}$\/",
"required": true,
"position": 1
- }
- ]
- },
- {
- "status": "active",
- "code": "paypal_phone_aud",
- "method": "paypal",
- "currency": "AUD",
- "amount_min": "0.01",
- "amount_max": "10000",
- "fields": [
+ },
{
- "key": "phone",
+ "key": "iban",
"type": "string",
"label": {
- "en": "Phone number",
- "ru": "Телефон",
- "uk": "Телефон"
+ "en": "IBAN",
+ "ru": "IBAN",
+ "uk": "IBAN"
},
"hint": {
- "en": "Enter phone",
- "ru": "Введите телефон получателя",
- "uk": "Введіть телефон отримувача"
+ "en": "Enter IBAN",
+ "ru": "Введите IBAN",
+ "uk": "Введіть IBAN"
},
- "regexp": "\/^\\+?[-\\d]{9,32}$\/",
+ "regexp": "\/^[A-Z]{2}(\\w){13,29}$\/",
"required": true,
- "position": 1
- }
- ]
- },
- {
- "status": "active",
- "code": "paypal_phone_php",
- "method": "paypal",
- "currency": "PHP",
+ "position": 2,
+ "options": {
+ "validators": [
+ {
+ "name": "Iban"
+ }
+ ]
+ }
+ },
+ {
+ "key": "descriptor",
+ "type": "string",
+ "label": {
+ "en": "Description",
+ "ru": "Описание",
+ "uk": "Опис"
+ },
+ "hint": {
+ "en": "Enter description",
+ "ru": "Введите описание",
+ "uk": "Введіть опис"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{5,128}$\/",
+ "required": true,
+ "position": 3
+ }
+ ],
"amount_min": "0.01",
- "amount_max": "10000",
+ "amount_max": "1000000"
+ },
+ {
+ "status": "active",
+ "code": "geopaynet_uah",
+ "method": "geopaynet",
+ "currency": "UAH",
"fields": [
{
- "key": "phone",
+ "key": "user_id",
"type": "string",
"label": {
- "en": "Phone number",
- "ru": "Телефон",
- "uk": "Телефон"
+ "en": "User ID",
+ "ru": "ID пользователя",
+ "uk": "ID користувача"
},
"hint": {
- "en": "Enter phone",
- "ru": "Введите телефон получателя",
- "uk": "Введіть телефон отримувача"
+ "en": "Enter GEO User ID",
+ "ru": "Введите GEO ID пользователя",
+ "uk": "Введіть GEO ID користувача"
},
- "regexp": "\/^\\+?[-\\d]{9,32}$\/",
+ "regexp": "\/^[a-f0-9]{64}$\/",
"required": true,
"position": 1
}
- ]
+ ],
+ "amount_min": "0.01",
+ "amount_max": "1000000"
},
{
"status": "active",
- "code": "paypal_id_usd",
- "method": "paypal",
- "currency": "USD",
- "amount_min": "0.01",
- "amount_max": "10000",
+ "code": "geopaynet_rub",
+ "method": "geopaynet",
+ "currency": "RUB",
"fields": [
{
- "key": "paypal_id",
+ "key": "user_id",
"type": "string",
"label": {
- "en": "PayPal ID",
- "ru": "PayPal ID",
- "uk": "PayPal ID"
+ "en": "User ID",
+ "ru": "ID пользователя",
+ "uk": "ID користувача"
},
"hint": {
- "en": "Enter PayPal ID",
- "ru": "Введите PayPal ID",
- "uk": "Введіть PayPal ID"
+ "en": "Enter GEO User ID",
+ "ru": "Введите GEO ID пользователя",
+ "uk": "Введіть GEO ID користувача"
},
- "regexp": "\/^(([^<>()\\[\\]\\\\.,;:\\s@\"]+(\\.[^<>()\\[\\]\\\\.,;:\\s@\"]+)*)|(\".+\"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$\/",
+ "regexp": "\/^[a-f0-9]{64}$\/",
"required": true,
"position": 1
}
- ]
+ ],
+ "amount_min": "0.01",
+ "amount_max": "1000000"
},
{
"status": "active",
- "code": "paypal_id_eur",
- "method": "paypal",
+ "code": "geopaynet_eur",
+ "method": "geopaynet",
"currency": "EUR",
- "amount_min": "0.01",
- "amount_max": "10000",
"fields": [
{
- "key": "paypal_id",
+ "key": "user_id",
"type": "string",
"label": {
- "en": "PayPal ID",
- "ru": "PayPal ID",
- "uk": "PayPal ID"
+ "en": "User ID",
+ "ru": "ID пользователя",
+ "uk": "ID користувача"
},
"hint": {
- "en": "Enter PayPal ID",
- "ru": "Введите PayPal ID",
- "uk": "Введіть PayPal ID"
+ "en": "Enter GEO User ID",
+ "ru": "Введите GEO ID пользователя",
+ "uk": "Введіть GEO ID користувача"
},
- "regexp": "\/^(([^<>()\\[\\]\\\\.,;:\\s@\"]+(\\.[^<>()\\[\\]\\\\.,;:\\s@\"]+)*)|(\".+\"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$\/",
+ "regexp": "\/^[a-f0-9]{64}$\/",
"required": true,
"position": 1
}
- ]
+ ],
+ "amount_min": "0.01",
+ "amount_max": "1000000"
},
{
"status": "active",
- "code": "paypal_id_gbp",
- "method": "paypal",
- "currency": "GBP",
- "amount_min": "0.01",
- "amount_max": "10000",
+ "code": "geopaynet_kzt",
+ "method": "geopaynet",
+ "currency": "KZT",
"fields": [
{
- "key": "paypal_id",
+ "key": "user_id",
"type": "string",
"label": {
- "en": "PayPal ID",
- "ru": "PayPal ID",
- "uk": "PayPal ID"
+ "en": "User ID",
+ "ru": "ID пользователя",
+ "uk": "ID користувача"
},
"hint": {
- "en": "Enter PayPal ID",
- "ru": "Введите PayPal ID",
- "uk": "Введіть PayPal ID"
+ "en": "Enter GEO User ID",
+ "ru": "Введите GEO ID пользователя",
+ "uk": "Введіть GEO ID користувача"
},
- "regexp": "\/^(([^<>()\\[\\]\\\\.,;:\\s@\"]+(\\.[^<>()\\[\\]\\\\.,;:\\s@\"]+)*)|(\".+\"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$\/",
+ "regexp": "\/^[a-f0-9]{64}$\/",
"required": true,
"position": 1
}
- ]
+ ],
+ "amount_min": "0.01",
+ "amount_max": "1000000"
},
{
"status": "active",
- "code": "paypal_id_rub",
- "method": "paypal",
- "currency": "RUB",
+ "code": "perfectmoney_transfer_usd",
+ "method": "perfectmoney_transfer",
+ "currency": "USD",
"amount_min": "0.01",
- "amount_max": "50000",
+ "amount_max": "100000",
"fields": [
{
- "key": "paypal_id",
+ "key": "account",
"type": "string",
"label": {
- "en": "PayPal ID",
- "ru": "PayPal ID",
- "uk": "PayPal ID"
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
},
"hint": {
- "en": "Enter PayPal ID",
- "ru": "Введите PayPal ID",
- "uk": "Введіть PayPal ID"
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
},
- "regexp": "\/^(([^<>()\\[\\]\\\\.,;:\\s@\"]+(\\.[^<>()\\[\\]\\\\.,;:\\s@\"]+)*)|(\".+\"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$\/",
+ "regexp": "\/^U\\d{6,9}$\/",
"required": true,
"position": 1
}
@@ -36031,26 +37759,26 @@
},
{
"status": "active",
- "code": "paypal_id_mxn",
- "method": "paypal",
- "currency": "MXN",
+ "code": "perfectmoney_transfer_eur",
+ "method": "perfectmoney_transfer",
+ "currency": "EUR",
"amount_min": "0.01",
- "amount_max": "10000",
+ "amount_max": "100000",
"fields": [
{
- "key": "paypal_id",
+ "key": "account",
"type": "string",
"label": {
- "en": "PayPal ID",
- "ru": "PayPal ID",
- "uk": "PayPal ID"
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
},
"hint": {
- "en": "Enter PayPal ID",
- "ru": "Введите PayPal ID",
- "uk": "Введіть PayPal ID"
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
},
- "regexp": "\/^(([^<>()\\[\\]\\\\.,;:\\s@\"]+(\\.[^<>()\\[\\]\\\\.,;:\\s@\"]+)*)|(\".+\"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$\/",
+ "regexp": "\/^E\\d{6,9}$\/",
"required": true,
"position": 1
}
@@ -36058,26 +37786,26 @@
},
{
"status": "active",
- "code": "paypal_id_huf",
- "method": "paypal",
- "currency": "HUF",
- "amount_min": "0.01",
+ "code": "perfectmoney_transfer_btc",
+ "method": "perfectmoney_transfer",
+ "currency": "BTC",
+ "amount_min": "0.001",
"amount_max": "10000",
"fields": [
{
- "key": "paypal_id",
+ "key": "account",
"type": "string",
"label": {
- "en": "PayPal ID",
- "ru": "PayPal ID",
- "uk": "PayPal ID"
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
},
"hint": {
- "en": "Enter PayPal ID",
- "ru": "Введите PayPal ID",
- "uk": "Введіть PayPal ID"
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
},
- "regexp": "\/^(([^<>()\\[\\]\\\\.,;:\\s@\"]+(\\.[^<>()\\[\\]\\\\.,;:\\s@\"]+)*)|(\".+\"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$\/",
+ "regexp": "\/^B\\d{6,9}$\/",
"required": true,
"position": 1
}
@@ -36085,24 +37813,24 @@
},
{
"status": "active",
- "code": "paypal_id_cad",
+ "code": "paypal_email_eur",
"method": "paypal",
- "currency": "CAD",
+ "currency": "EUR",
"amount_min": "0.01",
"amount_max": "10000",
"fields": [
{
- "key": "paypal_id",
+ "key": "email",
"type": "string",
"label": {
- "en": "PayPal ID",
- "ru": "PayPal ID",
- "uk": "PayPal ID"
+ "en": "Email",
+ "ru": "Электронная почта",
+ "uk": "Електронна пошта"
},
"hint": {
- "en": "Enter PayPal ID",
- "ru": "Введите PayPal ID",
- "uk": "Введіть PayPal ID"
+ "en": "Enter email",
+ "ru": "Введите адрес электронной почты",
+ "uk": "Введіть адресу електронної пошти"
},
"regexp": "\/^(([^<>()\\[\\]\\\\.,;:\\s@\"]+(\\.[^<>()\\[\\]\\\\.,;:\\s@\"]+)*)|(\".+\"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$\/",
"required": true,
@@ -36112,24 +37840,24 @@
},
{
"status": "active",
- "code": "paypal_id_aud",
+ "code": "paypal_email_usd",
"method": "paypal",
- "currency": "AUD",
+ "currency": "USD",
"amount_min": "0.01",
"amount_max": "10000",
"fields": [
{
- "key": "paypal_id",
+ "key": "email",
"type": "string",
"label": {
- "en": "PayPal ID",
- "ru": "PayPal ID",
- "uk": "PayPal ID"
+ "en": "Email",
+ "ru": "Электронная почта",
+ "uk": "Електронна пошта"
},
"hint": {
- "en": "Enter PayPal ID",
- "ru": "Введите PayPal ID",
- "uk": "Введіть PayPal ID"
+ "en": "Enter email",
+ "ru": "Введите адрес электронной почты",
+ "uk": "Введіть адресу електронної пошти"
},
"regexp": "\/^(([^<>()\\[\\]\\\\.,;:\\s@\"]+(\\.[^<>()\\[\\]\\\\.,;:\\s@\"]+)*)|(\".+\"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$\/",
"required": true,
@@ -36139,24 +37867,24 @@
},
{
"status": "active",
- "code": "paypal_id_php",
+ "code": "paypal_email_gbp",
"method": "paypal",
- "currency": "PHP",
+ "currency": "GBP",
"amount_min": "0.01",
"amount_max": "10000",
"fields": [
{
- "key": "paypal_id",
+ "key": "email",
"type": "string",
"label": {
- "en": "PayPal ID",
- "ru": "PayPal ID",
- "uk": "PayPal ID"
+ "en": "Email",
+ "ru": "Электронная почта",
+ "uk": "Електронна пошта"
},
"hint": {
- "en": "Enter PayPal ID",
- "ru": "Введите PayPal ID",
- "uk": "Введіть PayPal ID"
+ "en": "Enter email",
+ "ru": "Введите адрес электронной почты",
+ "uk": "Введіть адресу електронної пошти"
},
"regexp": "\/^(([^<>()\\[\\]\\\\.,;:\\s@\"]+(\\.[^<>()\\[\\]\\\\.,;:\\s@\"]+)*)|(\".+\"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$\/",
"required": true,
@@ -36166,233 +37894,684 @@
},
{
"status": "active",
- "code": "china_citic_bank_cny",
- "currency": "CNY",
- "method": "china_citic_bank",
- "amount_min": "60",
- "amount_max": "49000",
+ "code": "paypal_email_rub",
+ "method": "paypal",
+ "currency": "RUB",
+ "amount_min": "0.01",
+ "amount_max": "50000",
"fields": [
{
- "key": "bank_branch",
+ "key": "email",
"type": "string",
"label": {
- "en": "Bank Branch",
- "ru": "Bank Branch",
- "uk": "Bank Branch"
+ "en": "Email",
+ "ru": "Электронная почта",
+ "uk": "Електронна пошта"
},
"hint": {
- "en": "Enter Bank Branch",
- "ru": "Введите Bank Branch",
- "uk": "Введіть Bank Branch"
+ "en": "Enter email",
+ "ru": "Введите адрес электронной почты",
+ "uk": "Введіть адресу електронної пошти"
},
- "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "regexp": "\/^(([^<>()\\[\\]\\\\.,;:\\s@\"]+(\\.[^<>()\\[\\]\\\\.,;:\\s@\"]+)*)|(\".+\"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$\/",
"required": true,
"position": 1
- },
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "paypal_email_mxn",
+ "method": "paypal",
+ "currency": "MXN",
+ "amount_min": "0.01",
+ "amount_max": "10000",
+ "fields": [
{
- "key": "customer_name",
+ "key": "email",
"type": "string",
"label": {
- "en": "Customer name",
- "ru": "Имя покупателя",
- "uk": "Ім'я клієнта"
+ "en": "Email",
+ "ru": "Электронная почта",
+ "uk": "Електронна пошта"
},
"hint": {
- "en": "Enter customer name",
- "ru": "Введите имя покупателя",
- "uk": "Введіть ім'я клієнта"
+ "en": "Enter email",
+ "ru": "Введите адрес электронной почты",
+ "uk": "Введіть адресу електронної пошти"
},
- "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "regexp": "\/^(([^<>()\\[\\]\\\\.,;:\\s@\"]+(\\.[^<>()\\[\\]\\\\.,;:\\s@\"]+)*)|(\".+\"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$\/",
"required": true,
- "position": 2
- },
+ "position": 1
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "paypal_email_huf",
+ "method": "paypal",
+ "currency": "HUF",
+ "amount_min": "0.01",
+ "amount_max": "10000",
+ "fields": [
{
- "key": "bank_account_name",
+ "key": "email",
"type": "string",
"label": {
- "en": "Bank Account Name",
- "ru": "Bank Account Name",
- "uk": "Bank Account Name"
+ "en": "Email",
+ "ru": "Электронная почта",
+ "uk": "Електронна пошта"
},
"hint": {
- "en": "Enter Bank Account Name",
- "ru": "Введите Bank Account Name",
- "uk": "Введіть Bank Account Name"
+ "en": "Enter email",
+ "ru": "Введите адрес электронной почты",
+ "uk": "Введіть адресу електронної пошти"
},
- "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "regexp": "\/^(([^<>()\\[\\]\\\\.,;:\\s@\"]+(\\.[^<>()\\[\\]\\\\.,;:\\s@\"]+)*)|(\".+\"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$\/",
"required": true,
- "position": 3
- },
+ "position": 1
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "paypal_email_cad",
+ "method": "paypal",
+ "currency": "CAD",
+ "amount_min": "0.01",
+ "amount_max": "10000",
+ "fields": [
{
- "key": "bank_account_number",
+ "key": "email",
"type": "string",
"label": {
- "en": "Bank Account Number",
- "ru": "Bank Account Number",
- "uk": "Bank Account Number"
+ "en": "Email",
+ "ru": "Электронная почта",
+ "uk": "Електронна пошта"
},
"hint": {
- "en": "Enter Bank Account Number",
- "ru": "Введите Bank Account Number",
- "uk": "Введіть Bank Account Number"
+ "en": "Enter email",
+ "ru": "Введите адрес электронной почты",
+ "uk": "Введіть адресу електронної пошти"
},
- "regexp": "\/^[0-9]{5,100}$\/",
+ "regexp": "\/^(([^<>()\\[\\]\\\\.,;:\\s@\"]+(\\.[^<>()\\[\\]\\\\.,;:\\s@\"]+)*)|(\".+\"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$\/",
"required": true,
- "position": 4
- },
+ "position": 1
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "paypal_email_aud",
+ "method": "paypal",
+ "currency": "AUD",
+ "amount_min": "0.01",
+ "amount_max": "10000",
+ "fields": [
{
- "key": "province",
+ "key": "email",
"type": "string",
"label": {
- "en": "Province",
- "ru": "Провинция",
- "uk": "Провінція"
+ "en": "Email",
+ "ru": "Электронная почта",
+ "uk": "Електронна пошта"
},
"hint": {
- "en": "Enter province",
- "ru": "Введите провинцию",
- "uk": "Введіть провінцію"
+ "en": "Enter email",
+ "ru": "Введите адрес электронной почты",
+ "uk": "Введіть адресу електронної пошти"
},
- "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "regexp": "\/^(([^<>()\\[\\]\\\\.,;:\\s@\"]+(\\.[^<>()\\[\\]\\\\.,;:\\s@\"]+)*)|(\".+\"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$\/",
"required": true,
- "position": 5
- },
+ "position": 1
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "paypal_email_pln",
+ "method": "paypal",
+ "currency": "PLN",
+ "amount_min": "0.01",
+ "amount_max": "20000",
+ "fields": [
{
- "key": "city",
+ "key": "email",
"type": "string",
"label": {
- "en": "City",
- "ru": "Город",
- "uk": "Місто"
+ "en": "Email",
+ "ru": "Электронная почта",
+ "uk": "Електронна пошта"
},
"hint": {
- "en": "Enter city",
- "ru": "Введите город",
- "uk": "Введіть місто"
+ "en": "Enter email",
+ "ru": "Введите адрес электронной почты",
+ "uk": "Введіть адресу електронної пошти"
},
- "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "regexp": "\/^(([^<>()\\[\\]\\\\.,;:\\s@\"]+(\\.[^<>()\\[\\]\\\\.,;:\\s@\"]+)*)|(\".+\"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$\/",
"required": true,
- "position": 6
+ "position": 1
}
]
},
{
"status": "active",
- "code": "china_guangfa_bank_cny",
- "currency": "CNY",
- "method": "china_guangfa_bank",
- "amount_min": "60",
- "amount_max": "49000",
+ "code": "paypal_email_php",
+ "method": "paypal",
+ "currency": "PHP",
+ "amount_min": "0.01",
+ "amount_max": "20000",
"fields": [
{
- "key": "bank_branch",
+ "key": "email",
"type": "string",
"label": {
- "en": "Bank Branch",
- "ru": "Bank Branch",
- "uk": "Bank Branch"
+ "en": "Email",
+ "ru": "Электронная почта",
+ "uk": "Електронна пошта"
},
"hint": {
- "en": "Enter Bank Branch",
- "ru": "Введите Bank Branch",
- "uk": "Введіть Bank Branch"
+ "en": "Enter email",
+ "ru": "Введите адрес электронной почты",
+ "uk": "Введіть адресу електронної пошти"
},
- "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "regexp": "\/^(([^<>()\\[\\]\\\\.,;:\\s@\"]+(\\.[^<>()\\[\\]\\\\.,;:\\s@\"]+)*)|(\".+\"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$\/",
"required": true,
"position": 1
- },
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "paypal_phone_usd",
+ "method": "paypal",
+ "currency": "USD",
+ "amount_min": "0.01",
+ "amount_max": "10000",
+ "fields": [
{
- "key": "customer_name",
+ "key": "phone",
"type": "string",
"label": {
- "en": "Customer name",
- "ru": "Имя покупателя",
- "uk": "Ім'я клієнта"
+ "en": "Phone number",
+ "ru": "Телефон",
+ "uk": "Телефон"
},
"hint": {
- "en": "Enter customer name",
- "ru": "Введите имя покупателя",
- "uk": "Введіть ім'я клієнта"
+ "en": "Enter phone",
+ "ru": "Введите телефон получателя",
+ "uk": "Введіть телефон отримувача"
},
- "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "regexp": "\/^\\+?[-\\d]{9,32}$\/",
"required": true,
- "position": 2
- },
+ "position": 1
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "paypal_phone_eur",
+ "method": "paypal",
+ "currency": "EUR",
+ "amount_min": "0.01",
+ "amount_max": "10000",
+ "fields": [
{
- "key": "bank_account_name",
+ "key": "phone",
"type": "string",
"label": {
- "en": "Bank Account Name",
- "ru": "Bank Account Name",
- "uk": "Bank Account Name"
+ "en": "Phone number",
+ "ru": "Телефон",
+ "uk": "Телефон"
},
"hint": {
- "en": "Enter Bank Account Name",
- "ru": "Введите Bank Account Name",
- "uk": "Введіть Bank Account Name"
+ "en": "Enter phone",
+ "ru": "Введите телефон получателя",
+ "uk": "Введіть телефон отримувача"
},
- "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "regexp": "\/^\\+?[-\\d]{9,32}$\/",
"required": true,
- "position": 3
- },
+ "position": 1
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "paypal_phone_gbp",
+ "method": "paypal",
+ "currency": "GBP",
+ "amount_min": "0.01",
+ "amount_max": "10000",
+ "fields": [
{
- "key": "bank_account_number",
+ "key": "phone",
"type": "string",
"label": {
- "en": "Bank Account Number",
- "ru": "Bank Account Number",
- "uk": "Bank Account Number"
+ "en": "Phone number",
+ "ru": "Телефон",
+ "uk": "Телефон"
},
"hint": {
- "en": "Enter Bank Account Number",
- "ru": "Введите Bank Account Number",
- "uk": "Введіть Bank Account Number"
+ "en": "Enter phone",
+ "ru": "Введите телефон получателя",
+ "uk": "Введіть телефон отримувача"
},
- "regexp": "\/^[0-9]{5,100}$\/",
+ "regexp": "\/^\\+?[-\\d]{9,32}$\/",
"required": true,
- "position": 4
- },
+ "position": 1
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "paypal_phone_rub",
+ "method": "paypal",
+ "currency": "RUB",
+ "amount_min": "0.01",
+ "amount_max": "50000",
+ "fields": [
{
- "key": "province",
+ "key": "phone",
"type": "string",
"label": {
- "en": "Province",
- "ru": "Провинция",
- "uk": "Провінція"
+ "en": "Phone number",
+ "ru": "Телефон",
+ "uk": "Телефон"
},
"hint": {
- "en": "Enter province",
- "ru": "Введите провинцию",
- "uk": "Введіть провінцію"
+ "en": "Enter phone",
+ "ru": "Введите телефон получателя",
+ "uk": "Введіть телефон отримувача"
},
- "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "regexp": "\/^\\+?[-\\d]{9,32}$\/",
"required": true,
- "position": 5
- },
+ "position": 1
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "paypal_phone_huf",
+ "method": "paypal",
+ "currency": "HUF",
+ "amount_min": "0.01",
+ "amount_max": "10000",
+ "fields": [
{
- "key": "city",
+ "key": "phone",
"type": "string",
"label": {
- "en": "City",
- "ru": "Город",
- "uk": "Місто"
+ "en": "Phone number",
+ "ru": "Телефон",
+ "uk": "Телефон"
},
"hint": {
- "en": "Enter city",
- "ru": "Введите город",
- "uk": "Введіть місто"
+ "en": "Enter phone",
+ "ru": "Введите телефон получателя",
+ "uk": "Введіть телефон отримувача"
},
- "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "regexp": "\/^\\+?[-\\d]{9,32}$\/",
"required": true,
- "position": 6
+ "position": 1
}
]
},
{
"status": "active",
- "code": "china_merchants_bank_cny",
+ "code": "paypal_phone_mxn",
+ "method": "paypal",
+ "currency": "MXN",
+ "amount_min": "0.01",
+ "amount_max": "10000",
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Телефон",
+ "uk": "Телефон"
+ },
+ "hint": {
+ "en": "Enter phone",
+ "ru": "Введите телефон получателя",
+ "uk": "Введіть телефон отримувача"
+ },
+ "regexp": "\/^\\+?[-\\d]{9,32}$\/",
+ "required": true,
+ "position": 1
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "paypal_phone_cad",
+ "method": "paypal",
+ "currency": "CAD",
+ "amount_min": "0.01",
+ "amount_max": "10000",
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Телефон",
+ "uk": "Телефон"
+ },
+ "hint": {
+ "en": "Enter phone",
+ "ru": "Введите телефон получателя",
+ "uk": "Введіть телефон отримувача"
+ },
+ "regexp": "\/^\\+?[-\\d]{9,32}$\/",
+ "required": true,
+ "position": 1
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "paypal_phone_aud",
+ "method": "paypal",
+ "currency": "AUD",
+ "amount_min": "0.01",
+ "amount_max": "10000",
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Телефон",
+ "uk": "Телефон"
+ },
+ "hint": {
+ "en": "Enter phone",
+ "ru": "Введите телефон получателя",
+ "uk": "Введіть телефон отримувача"
+ },
+ "regexp": "\/^\\+?[-\\d]{9,32}$\/",
+ "required": true,
+ "position": 1
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "paypal_phone_php",
+ "method": "paypal",
+ "currency": "PHP",
+ "amount_min": "0.01",
+ "amount_max": "10000",
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Телефон",
+ "uk": "Телефон"
+ },
+ "hint": {
+ "en": "Enter phone",
+ "ru": "Введите телефон получателя",
+ "uk": "Введіть телефон отримувача"
+ },
+ "regexp": "\/^\\+?[-\\d]{9,32}$\/",
+ "required": true,
+ "position": 1
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "paypal_id_usd",
+ "method": "paypal",
+ "currency": "USD",
+ "amount_min": "0.01",
+ "amount_max": "10000",
+ "fields": [
+ {
+ "key": "paypal_id",
+ "type": "string",
+ "label": {
+ "en": "PayPal ID",
+ "ru": "PayPal ID",
+ "uk": "PayPal ID"
+ },
+ "hint": {
+ "en": "Enter PayPal ID",
+ "ru": "Введите PayPal ID",
+ "uk": "Введіть PayPal ID"
+ },
+ "regexp": "\/^(([^<>()\\[\\]\\\\.,;:\\s@\"]+(\\.[^<>()\\[\\]\\\\.,;:\\s@\"]+)*)|(\".+\"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$\/",
+ "required": true,
+ "position": 1
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "paypal_id_eur",
+ "method": "paypal",
+ "currency": "EUR",
+ "amount_min": "0.01",
+ "amount_max": "10000",
+ "fields": [
+ {
+ "key": "paypal_id",
+ "type": "string",
+ "label": {
+ "en": "PayPal ID",
+ "ru": "PayPal ID",
+ "uk": "PayPal ID"
+ },
+ "hint": {
+ "en": "Enter PayPal ID",
+ "ru": "Введите PayPal ID",
+ "uk": "Введіть PayPal ID"
+ },
+ "regexp": "\/^(([^<>()\\[\\]\\\\.,;:\\s@\"]+(\\.[^<>()\\[\\]\\\\.,;:\\s@\"]+)*)|(\".+\"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$\/",
+ "required": true,
+ "position": 1
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "paypal_id_gbp",
+ "method": "paypal",
+ "currency": "GBP",
+ "amount_min": "0.01",
+ "amount_max": "10000",
+ "fields": [
+ {
+ "key": "paypal_id",
+ "type": "string",
+ "label": {
+ "en": "PayPal ID",
+ "ru": "PayPal ID",
+ "uk": "PayPal ID"
+ },
+ "hint": {
+ "en": "Enter PayPal ID",
+ "ru": "Введите PayPal ID",
+ "uk": "Введіть PayPal ID"
+ },
+ "regexp": "\/^(([^<>()\\[\\]\\\\.,;:\\s@\"]+(\\.[^<>()\\[\\]\\\\.,;:\\s@\"]+)*)|(\".+\"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$\/",
+ "required": true,
+ "position": 1
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "paypal_id_rub",
+ "method": "paypal",
+ "currency": "RUB",
+ "amount_min": "0.01",
+ "amount_max": "50000",
+ "fields": [
+ {
+ "key": "paypal_id",
+ "type": "string",
+ "label": {
+ "en": "PayPal ID",
+ "ru": "PayPal ID",
+ "uk": "PayPal ID"
+ },
+ "hint": {
+ "en": "Enter PayPal ID",
+ "ru": "Введите PayPal ID",
+ "uk": "Введіть PayPal ID"
+ },
+ "regexp": "\/^(([^<>()\\[\\]\\\\.,;:\\s@\"]+(\\.[^<>()\\[\\]\\\\.,;:\\s@\"]+)*)|(\".+\"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$\/",
+ "required": true,
+ "position": 1
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "paypal_id_mxn",
+ "method": "paypal",
+ "currency": "MXN",
+ "amount_min": "0.01",
+ "amount_max": "10000",
+ "fields": [
+ {
+ "key": "paypal_id",
+ "type": "string",
+ "label": {
+ "en": "PayPal ID",
+ "ru": "PayPal ID",
+ "uk": "PayPal ID"
+ },
+ "hint": {
+ "en": "Enter PayPal ID",
+ "ru": "Введите PayPal ID",
+ "uk": "Введіть PayPal ID"
+ },
+ "regexp": "\/^(([^<>()\\[\\]\\\\.,;:\\s@\"]+(\\.[^<>()\\[\\]\\\\.,;:\\s@\"]+)*)|(\".+\"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$\/",
+ "required": true,
+ "position": 1
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "paypal_id_huf",
+ "method": "paypal",
+ "currency": "HUF",
+ "amount_min": "0.01",
+ "amount_max": "10000",
+ "fields": [
+ {
+ "key": "paypal_id",
+ "type": "string",
+ "label": {
+ "en": "PayPal ID",
+ "ru": "PayPal ID",
+ "uk": "PayPal ID"
+ },
+ "hint": {
+ "en": "Enter PayPal ID",
+ "ru": "Введите PayPal ID",
+ "uk": "Введіть PayPal ID"
+ },
+ "regexp": "\/^(([^<>()\\[\\]\\\\.,;:\\s@\"]+(\\.[^<>()\\[\\]\\\\.,;:\\s@\"]+)*)|(\".+\"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$\/",
+ "required": true,
+ "position": 1
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "paypal_id_cad",
+ "method": "paypal",
+ "currency": "CAD",
+ "amount_min": "0.01",
+ "amount_max": "10000",
+ "fields": [
+ {
+ "key": "paypal_id",
+ "type": "string",
+ "label": {
+ "en": "PayPal ID",
+ "ru": "PayPal ID",
+ "uk": "PayPal ID"
+ },
+ "hint": {
+ "en": "Enter PayPal ID",
+ "ru": "Введите PayPal ID",
+ "uk": "Введіть PayPal ID"
+ },
+ "regexp": "\/^(([^<>()\\[\\]\\\\.,;:\\s@\"]+(\\.[^<>()\\[\\]\\\\.,;:\\s@\"]+)*)|(\".+\"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$\/",
+ "required": true,
+ "position": 1
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "paypal_id_aud",
+ "method": "paypal",
+ "currency": "AUD",
+ "amount_min": "0.01",
+ "amount_max": "10000",
+ "fields": [
+ {
+ "key": "paypal_id",
+ "type": "string",
+ "label": {
+ "en": "PayPal ID",
+ "ru": "PayPal ID",
+ "uk": "PayPal ID"
+ },
+ "hint": {
+ "en": "Enter PayPal ID",
+ "ru": "Введите PayPal ID",
+ "uk": "Введіть PayPal ID"
+ },
+ "regexp": "\/^(([^<>()\\[\\]\\\\.,;:\\s@\"]+(\\.[^<>()\\[\\]\\\\.,;:\\s@\"]+)*)|(\".+\"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$\/",
+ "required": true,
+ "position": 1
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "paypal_id_php",
+ "method": "paypal",
+ "currency": "PHP",
+ "amount_min": "0.01",
+ "amount_max": "10000",
+ "fields": [
+ {
+ "key": "paypal_id",
+ "type": "string",
+ "label": {
+ "en": "PayPal ID",
+ "ru": "PayPal ID",
+ "uk": "PayPal ID"
+ },
+ "hint": {
+ "en": "Enter PayPal ID",
+ "ru": "Введите PayPal ID",
+ "uk": "Введіть PayPal ID"
+ },
+ "regexp": "\/^(([^<>()\\[\\]\\\\.,;:\\s@\"]+(\\.[^<>()\\[\\]\\\\.,;:\\s@\"]+)*)|(\".+\"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$\/",
+ "required": true,
+ "position": 1
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "china_citic_bank_cny",
"currency": "CNY",
- "method": "china_merchants_bank",
+ "method": "china_citic_bank",
"amount_min": "60",
"amount_max": "49000",
"fields": [
@@ -36502,9 +38681,9 @@
},
{
"status": "active",
- "code": "bank_of_china_cny",
+ "code": "china_merchants_bank_cny",
"currency": "CNY",
- "method": "bank_of_china",
+ "method": "china_merchants_bank",
"amount_min": "60",
"amount_max": "49000",
"fields": [
@@ -36614,9 +38793,9 @@
},
{
"status": "active",
- "code": "agricultural_bank_of_china_cny",
+ "code": "bank_of_china_cny",
"currency": "CNY",
- "method": "agricultural_bank_of_china",
+ "method": "bank_of_china",
"amount_min": "60",
"amount_max": "49000",
"fields": [
@@ -36726,9 +38905,9 @@
},
{
"status": "active",
- "code": "china_everbright_bank_cny",
+ "code": "agricultural_bank_of_china_cny",
"currency": "CNY",
- "method": "china_everbright_bank",
+ "method": "agricultural_bank_of_china",
"amount_min": "60",
"amount_max": "49000",
"fields": [
@@ -36838,9 +39017,9 @@
},
{
"status": "active",
- "code": "china_construction_bank_cny",
+ "code": "china_everbright_bank_cny",
"currency": "CNY",
- "method": "china_construction_bank",
+ "method": "china_everbright_bank",
"amount_min": "60",
"amount_max": "49000",
"fields": [
@@ -36950,9 +39129,9 @@
},
{
"status": "active",
- "code": "ping_an_bank_cny",
+ "code": "china_construction_bank_cny",
"currency": "CNY",
- "method": "ping_an_bank",
+ "method": "china_construction_bank",
"amount_min": "60",
"amount_max": "49000",
"fields": [
@@ -37060,13 +39239,13 @@
}
]
},
- {
+ {
"status": "active",
- "code": "bank_of_communication_cny",
- "currency": "CNY",
- "method": "bank_of_communication",
- "amount_min": "60",
- "amount_max": "49000",
+ "code": "china_construction_bank_krw",
+ "method": "china_construction_bank",
+ "currency": "KRW",
+ "amount_min": "1",
+ "amount_max": "133000000",
"fields": [
{
"key": "bank_branch",
@@ -37099,7 +39278,7 @@
"uk": "Введіть ім'я клієнта"
},
"regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "required": false,
"position": 2
},
{
@@ -37169,14 +39348,31 @@
"regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
"required": true,
"position": 6
+ },
+ {
+ "key": "full_address",
+ "type": "string",
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "hint": {
+ "en": "Enter address",
+ "ru": "Введите адрес",
+ "uk": "Введіть адресу"
+ },
+ "regexp": "\/^[A-Za-z{*}, -d]{2,64}$\/",
+ "required": false,
+ "position": 7
}
]
},
{
"status": "active",
- "code": "bank_of_jiangsu_cny",
+ "code": "ping_an_bank_cny",
"currency": "CNY",
- "method": "bank_of_jiangsu",
+ "method": "ping_an_bank",
"amount_min": "60",
"amount_max": "49000",
"fields": [
@@ -37286,9 +39482,9 @@
},
{
"status": "active",
- "code": "united_overseas_bank_thb",
- "currency": "THB",
- "method": "united_overseas_bank",
+ "code": "bank_of_communication_cny",
+ "currency": "CNY",
+ "method": "bank_of_communication",
"amount_min": "60",
"amount_max": "49000",
"fields": [
@@ -37398,9 +39594,9 @@
},
{
"status": "active",
- "code": "industrial_and_commercial_bank_of_china_cny",
+ "code": "bank_of_jiangsu_cny",
"currency": "CNY",
- "method": "industrial_and_commercial_bank_of_china",
+ "method": "bank_of_jiangsu",
"amount_min": "60",
"amount_max": "49000",
"fields": [
@@ -37510,9 +39706,121 @@
},
{
"status": "active",
- "code": "shanghai_pudong_development_bank_cny",
+ "code": "united_overseas_bank_thb",
+ "currency": "THB",
+ "method": "united_overseas_bank",
+ "amount_min": "60",
+ "amount_max": "49000",
+ "fields": [
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 1
+ },
+ {
+ "key": "customer_name",
+ "type": "string",
+ "label": {
+ "en": "Customer name",
+ "ru": "Имя покупателя",
+ "uk": "Ім'я клієнта"
+ },
+ "hint": {
+ "en": "Enter customer name",
+ "ru": "Введите имя покупателя",
+ "uk": "Введіть ім'я клієнта"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 2
+ },
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 5
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 6
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "industrial_and_commercial_bank_of_china_cny",
"currency": "CNY",
- "method": "shanghai_pudong_development_bank",
+ "method": "industrial_and_commercial_bank_of_china",
"amount_min": "60",
"amount_max": "49000",
"fields": [
@@ -37619,12 +39927,141 @@
"position": 6
}
]
+ },
+ {
+ "status": "active",
+ "code": "industrial_and_commercial_bank_of_china_krw",
+ "method": "industrial_and_commercial_bank_of_china",
+ "currency": "KRW",
+ "amount_min": "1",
+ "amount_max": "133000000",
+ "fields": [
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 1
+ },
+ {
+ "key": "customer_name",
+ "type": "string",
+ "label": {
+ "en": "Customer name",
+ "ru": "Имя покупателя",
+ "uk": "Ім'я клієнта"
+ },
+ "hint": {
+ "en": "Enter customer name",
+ "ru": "Введите имя покупателя",
+ "uk": "Введіть ім'я клієнта"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 5
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 6
+ },
+ {
+ "key": "full_address",
+ "type": "string",
+ "required": false,
+ "position": 7,
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "hint": {
+ "en": "Enter address",
+ "ru": "Введите адрес",
+ "uk": "Введіть адресу"
+ },
+ "regexp": "\/^[A-Za-z{*}, -d]{2,64}$\/"
+ }
+ ]
},
{
"status": "active",
- "code": "china_minsheng_bank_cny",
+ "code": "shanghai_pudong_development_bank_cny",
"currency": "CNY",
- "method": "china_minsheng_bank",
+ "method": "shanghai_pudong_development_bank",
"amount_min": "60",
"amount_max": "49000",
"fields": [
@@ -37734,9 +40171,9 @@
},
{
"status": "active",
- "code": "beijing_rural_commercial_bank_cny",
+ "code": "china_minsheng_bank_cny",
"currency": "CNY",
- "method": "beijing_rural_commercial_bank",
+ "method": "china_minsheng_bank",
"amount_min": "60",
"amount_max": "49000",
"fields": [
@@ -37846,9 +40283,9 @@
},
{
"status": "active",
- "code": "bank_of_ningbo_cny",
+ "code": "beijing_rural_commercial_bank_cny",
"currency": "CNY",
- "method": "bank_of_ningbo",
+ "method": "beijing_rural_commercial_bank",
"amount_min": "60",
"amount_max": "49000",
"fields": [
@@ -38854,9 +41291,9 @@
},
{
"status": "active",
- "code": "china_bohai_bank_cny",
+ "code": "hangzhou_city_commercial_bank_cny",
"currency": "CNY",
- "method": "china_bohai_bank",
+ "method": "hangzhou_city_commercial_bank",
"amount_min": "60",
"amount_max": "49000",
"fields": [
@@ -38966,9 +41403,9 @@
},
{
"status": "active",
- "code": "bank_of_nanjing_cny",
+ "code": "huishang_bank_cny",
"currency": "CNY",
- "method": "bank_of_nanjing",
+ "method": "huishang_bank",
"amount_min": "60",
"amount_max": "49000",
"fields": [
@@ -39078,9 +41515,9 @@
},
{
"status": "active",
- "code": "hangzhou_city_commercial_bank_cny",
+ "code": "bank_of_shanghai_cny",
"currency": "CNY",
- "method": "hangzhou_city_commercial_bank",
+ "method": "bank_of_shanghai",
"amount_min": "60",
"amount_max": "49000",
"fields": [
@@ -39190,9 +41627,9 @@
},
{
"status": "active",
- "code": "huishang_bank_cny",
+ "code": "bank_of_chengdu_cny",
"currency": "CNY",
- "method": "huishang_bank",
+ "method": "bank_of_chengdu",
"amount_min": "60",
"amount_max": "49000",
"fields": [
@@ -39302,9 +41739,9 @@
},
{
"status": "active",
- "code": "bank_of_shanghai_cny",
+ "code": "shenzhen_develop_bank_cny",
"currency": "CNY",
- "method": "bank_of_shanghai",
+ "method": "shenzhen_develop_bank",
"amount_min": "60",
"amount_max": "49000",
"fields": [
@@ -39414,9 +41851,9 @@
},
{
"status": "active",
- "code": "bank_of_chengdu_cny",
+ "code": "bank_of_beijing_cny",
"currency": "CNY",
- "method": "bank_of_chengdu",
+ "method": "bank_of_beijing",
"amount_min": "60",
"amount_max": "49000",
"fields": [
@@ -39526,9 +41963,9 @@
},
{
"status": "active",
- "code": "shenzhen_develop_bank_cny",
+ "code": "shude_rural_credit_union_cny",
"currency": "CNY",
- "method": "shenzhen_develop_bank",
+ "method": "shude_rural_credit_union",
"amount_min": "60",
"amount_max": "49000",
"fields": [
@@ -39638,9 +42075,9 @@
},
{
"status": "active",
- "code": "bank_of_beijing_cny",
+ "code": "yaodu_rural_credit_union_cny",
"currency": "CNY",
- "method": "bank_of_beijing",
+ "method": "yaodu_rural_credit_union",
"amount_min": "60",
"amount_max": "49000",
"fields": [
@@ -39750,9 +42187,9 @@
},
{
"status": "active",
- "code": "shude_rural_credit_union_cny",
+ "code": "jin_shang_commercial_bank_cny",
"currency": "CNY",
- "method": "shude_rural_credit_union",
+ "method": "jin_shang_commercial_bank",
"amount_min": "60",
"amount_max": "49000",
"fields": [
@@ -39862,11 +42299,11 @@
},
{
"status": "active",
- "code": "yaodu_rural_credit_union_cny",
- "currency": "CNY",
- "method": "yaodu_rural_credit_union",
- "amount_min": "60",
- "amount_max": "49000",
+ "code": "siam_commercial_bank_thb",
+ "currency": "THB",
+ "method": "siam_commercial_bank",
+ "amount_min": "350",
+ "amount_max": "175000",
"fields": [
{
"key": "bank_branch",
@@ -39882,7 +42319,7 @@
"uk": "Введіть Bank Branch"
},
"regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "required": false,
"position": 1
},
{
@@ -39898,8 +42335,9 @@
"ru": "Введите имя покупателя",
"uk": "Введіть ім'я клієнта"
},
- "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "example": "John Doe",
"position": 2
},
{
@@ -39916,7 +42354,7 @@
"uk": "Введіть Bank Account Name"
},
"regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "required": false,
"position": 3
},
{
@@ -39933,7 +42371,7 @@
"uk": "Введіть Bank Account Number"
},
"regexp": "\/^[0-9]{5,100}$\/",
- "required": true,
+ "required": false,
"position": 4
},
{
@@ -39950,7 +42388,7 @@
"uk": "Введіть провінцію"
},
"regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "required": false,
"position": 5
},
{
@@ -39967,128 +42405,87 @@
"uk": "Введіть місто"
},
"regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "required": false,
"position": 6
- }
- ]
- },
- {
- "status": "active",
- "code": "jin_shang_commercial_bank_cny",
- "currency": "CNY",
- "method": "jin_shang_commercial_bank",
- "amount_min": "60",
- "amount_max": "49000",
- "fields": [
- {
- "key": "bank_branch",
- "type": "string",
- "label": {
- "en": "Bank Branch",
- "ru": "Bank Branch",
- "uk": "Bank Branch"
- },
- "hint": {
- "en": "Enter Bank Branch",
- "ru": "Введите Bank Branch",
- "uk": "Введіть Bank Branch"
- },
- "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
- "position": 1
},
{
- "key": "customer_name",
+ "key": "full_address",
"type": "string",
"label": {
- "en": "Customer name",
- "ru": "Имя покупателя",
- "uk": "Ім'я клієнта"
- },
- "hint": {
- "en": "Enter customer name",
- "ru": "Введите имя покупателя",
- "uk": "Введіть ім'я клієнта"
- },
- "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
- "position": 2
- },
- {
- "key": "bank_account_name",
- "type": "string",
- "label": {
- "en": "Bank Account Name",
- "ru": "Bank Account Name",
- "uk": "Bank Account Name"
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
},
"hint": {
- "en": "Enter Bank Account Name",
- "ru": "Введите Bank Account Name",
- "uk": "Введіть Bank Account Name"
+ "en": "Enter address",
+ "ru": "Введите адрес",
+ "uk": "Введіть адресу"
},
- "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
- "position": 3
+ "regexp": "\/^[A-Za-z{*}, -d]{2,64}$\/",
+ "required": false,
+ "position": 7
},
{
- "key": "bank_account_number",
+ "key": "bank_id",
"type": "string",
"label": {
- "en": "Bank Account Number",
- "ru": "Bank Account Number",
- "uk": "Bank Account Number"
+ "en": "Bank ID",
+ "ru": "ID Банка",
+ "uk": "ID Банку"
},
"hint": {
- "en": "Enter Bank Account Number",
- "ru": "Введите Bank Account Number",
- "uk": "Введіть Bank Account Number"
+ "en": "Enter Bank ID",
+ "ru": "Введите ID Банка",
+ "uk": "Введіть ID Банку"
},
- "regexp": "\/^[0-9]{5,100}$\/",
- "required": true,
- "position": 4
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "example": "050",
+ "position": 8
},
{
- "key": "province",
+ "key": "beneficiary_phone",
"type": "string",
"label": {
- "en": "Province",
- "ru": "Провинция",
- "uk": "Провінція"
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
},
"hint": {
- "en": "Enter province",
- "ru": "Введите провинцию",
- "uk": "Введіть провінцію"
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
},
- "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
- "position": 5
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 9
},
{
- "key": "city",
+ "key": "beneficiary_email",
"type": "string",
"label": {
- "en": "City",
- "ru": "Город",
- "uk": "Місто"
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
},
"hint": {
- "en": "Enter city",
- "ru": "Введите город",
- "uk": "Введіть місто"
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
},
- "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
- "position": 6
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 10
}
]
},
{
"status": "active",
- "code": "siam_commercial_bank_thb",
+ "code": "krung_thai_bank_thb",
"currency": "THB",
- "method": "siam_commercial_bank",
+ "method": "krung_thai_bank",
"amount_min": "350",
"amount_max": "175000",
"fields": [
@@ -40106,7 +42503,7 @@
"uk": "Введіть Bank Branch"
},
"regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "required": false,
"position": 1
},
{
@@ -40122,8 +42519,9 @@
"ru": "Введите имя покупателя",
"uk": "Введіть ім'я клієнта"
},
- "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "example": "John Doe",
"position": 2
},
{
@@ -40140,7 +42538,7 @@
"uk": "Введіть Bank Account Name"
},
"regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "required": false,
"position": 3
},
{
@@ -40157,7 +42555,7 @@
"uk": "Введіть Bank Account Number"
},
"regexp": "\/^[0-9]{5,100}$\/",
- "required": true,
+ "required": false,
"position": 4
},
{
@@ -40174,7 +42572,7 @@
"uk": "Введіть провінцію"
},
"regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "required": false,
"position": 5
},
{
@@ -40191,120 +42589,79 @@
"uk": "Введіть місто"
},
"regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "required": false,
"position": 6
- }
- ]
- },
- {
- "status": "active",
- "code": "krung_thai_bank_thb",
- "currency": "THB",
- "method": "krung_thai_bank",
- "amount_min": "350",
- "amount_max": "175000",
- "fields": [
- {
- "key": "bank_branch",
- "type": "string",
- "label": {
- "en": "Bank Branch",
- "ru": "Bank Branch",
- "uk": "Bank Branch"
- },
- "hint": {
- "en": "Enter Bank Branch",
- "ru": "Введите Bank Branch",
- "uk": "Введіть Bank Branch"
- },
- "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
- "position": 1
},
{
- "key": "customer_name",
+ "key": "full_address",
"type": "string",
"label": {
- "en": "Customer name",
- "ru": "Имя покупателя",
- "uk": "Ім'я клієнта"
- },
- "hint": {
- "en": "Enter customer name",
- "ru": "Введите имя покупателя",
- "uk": "Введіть ім'я клієнта"
- },
- "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
- "position": 2
- },
- {
- "key": "bank_account_name",
- "type": "string",
- "label": {
- "en": "Bank Account Name",
- "ru": "Bank Account Name",
- "uk": "Bank Account Name"
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
},
"hint": {
- "en": "Enter Bank Account Name",
- "ru": "Введите Bank Account Name",
- "uk": "Введіть Bank Account Name"
+ "en": "Enter address",
+ "ru": "Введите адрес",
+ "uk": "Введіть адресу"
},
- "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
- "position": 3
+ "regexp": "\/^[A-Za-z{*}, -d]{2,64}$\/",
+ "required": false,
+ "position": 7
},
{
- "key": "bank_account_number",
+ "key": "bank_id",
"type": "string",
"label": {
- "en": "Bank Account Number",
- "ru": "Bank Account Number",
- "uk": "Bank Account Number"
+ "en": "Bank ID",
+ "ru": "ID Банка",
+ "uk": "ID Банку"
},
"hint": {
- "en": "Enter Bank Account Number",
- "ru": "Введите Bank Account Number",
- "uk": "Введіть Bank Account Number"
+ "en": "Enter Bank ID",
+ "ru": "Введите ID Банка",
+ "uk": "Введіть ID Банку"
},
- "regexp": "\/^[0-9]{5,100}$\/",
- "required": true,
- "position": 4
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "example": "050",
+ "position": 8
},
{
- "key": "province",
+ "key": "beneficiary_phone",
"type": "string",
"label": {
- "en": "Province",
- "ru": "Провинция",
- "uk": "Провінція"
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
},
"hint": {
- "en": "Enter province",
- "ru": "Введите провинцию",
- "uk": "Введіть провінцію"
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
},
- "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
- "position": 5
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 9
},
{
- "key": "city",
+ "key": "beneficiary_email",
"type": "string",
"label": {
- "en": "City",
- "ru": "Город",
- "uk": "Місто"
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
},
"hint": {
- "en": "Enter city",
- "ru": "Введите город",
- "uk": "Введіть місто"
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
},
- "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
- "position": 6
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 10
}
]
},
@@ -40330,7 +42687,7 @@
"uk": "Введіть Bank Branch"
},
"regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "required": false,
"position": 1
},
{
@@ -40346,8 +42703,9 @@
"ru": "Введите имя покупателя",
"uk": "Введіть ім'я клієнта"
},
- "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "example": "John Doe",
"position": 2
},
{
@@ -40364,7 +42722,7 @@
"uk": "Введіть Bank Account Name"
},
"regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "required": false,
"position": 3
},
{
@@ -40381,7 +42739,7 @@
"uk": "Введіть Bank Account Number"
},
"regexp": "\/^[0-9]{5,100}$\/",
- "required": true,
+ "required": false,
"position": 4
},
{
@@ -40398,7 +42756,7 @@
"uk": "Введіть провінцію"
},
"regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "required": false,
"position": 5
},
{
@@ -40415,8 +42773,79 @@
"uk": "Введіть місто"
},
"regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "required": false,
"position": 6
+ },
+ {
+ "key": "full_address",
+ "type": "string",
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "hint": {
+ "en": "Enter address",
+ "ru": "Введите адрес",
+ "uk": "Введіть адресу"
+ },
+ "regexp": "\/^[A-Za-z{*}, -d]{2,64}$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "bank_id",
+ "type": "string",
+ "label": {
+ "en": "Bank ID",
+ "ru": "ID Банка",
+ "uk": "ID Банку"
+ },
+ "hint": {
+ "en": "Enter Bank ID",
+ "ru": "Введите ID Банка",
+ "uk": "Введіть ID Банку"
+ },
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "example": "050",
+ "position": 8
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 9
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 10
}
]
},
@@ -40442,7 +42871,7 @@
"uk": "Введіть Bank Branch"
},
"regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "required": false,
"position": 1
},
{
@@ -40458,8 +42887,9 @@
"ru": "Введите имя покупателя",
"uk": "Введіть ім'я клієнта"
},
- "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "example": "John Doe",
"position": 2
},
{
@@ -40476,7 +42906,7 @@
"uk": "Введіть Bank Account Name"
},
"regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "required": false,
"position": 3
},
{
@@ -40493,7 +42923,7 @@
"uk": "Введіть Bank Account Number"
},
"regexp": "\/^[0-9]{5,100}$\/",
- "required": true,
+ "required": false,
"position": 4
},
{
@@ -40510,7 +42940,7 @@
"uk": "Введіть провінцію"
},
"regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "required": false,
"position": 5
},
{
@@ -40527,8 +42957,79 @@
"uk": "Введіть місто"
},
"regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "required": false,
"position": 6
+ },
+ {
+ "key": "full_address",
+ "type": "string",
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "hint": {
+ "en": "Enter address",
+ "ru": "Введите адрес",
+ "uk": "Введіть адресу"
+ },
+ "regexp": "\/^[A-Za-z{*}, -d]{2,64}$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "bank_id",
+ "type": "string",
+ "label": {
+ "en": "Bank ID",
+ "ru": "ID Банка",
+ "uk": "ID Банку"
+ },
+ "hint": {
+ "en": "Enter Bank ID",
+ "ru": "Введите ID Банка",
+ "uk": "Введіть ID Банку"
+ },
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "example": "050",
+ "position": 8
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 9
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 10
}
]
},
@@ -40554,7 +43055,7 @@
"uk": "Введіть Bank Branch"
},
"regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "required": false,
"position": 1
},
{
@@ -40570,8 +43071,9 @@
"ru": "Введите имя покупателя",
"uk": "Введіть ім'я клієнта"
},
- "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "example": "John Doe",
"position": 2
},
{
@@ -40588,7 +43090,7 @@
"uk": "Введіть Bank Account Name"
},
"regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "required": false,
"position": 3
},
{
@@ -40605,7 +43107,7 @@
"uk": "Введіть Bank Account Number"
},
"regexp": "\/^[0-9]{5,100}$\/",
- "required": true,
+ "required": false,
"position": 4
},
{
@@ -40622,7 +43124,7 @@
"uk": "Введіть провінцію"
},
"regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "required": false,
"position": 5
},
{
@@ -40639,128 +43141,87 @@
"uk": "Введіть місто"
},
"regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "required": false,
"position": 6
- }
- ]
- },
- {
- "status": "active",
- "code": "cimb_bank_myr",
- "currency": "MYR",
- "method": "cimb_bank",
- "amount_min": "50",
- "amount_max": "20000",
- "fields": [
- {
- "key": "bank_branch",
- "type": "string",
- "label": {
- "en": "Bank Branch",
- "ru": "Bank Branch",
- "uk": "Bank Branch"
- },
- "hint": {
- "en": "Enter Bank Branch",
- "ru": "Введите Bank Branch",
- "uk": "Введіть Bank Branch"
- },
- "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
- "position": 1
},
{
- "key": "customer_name",
+ "key": "full_address",
"type": "string",
"label": {
- "en": "Customer name",
- "ru": "Имя покупателя",
- "uk": "Ім'я клієнта"
- },
- "hint": {
- "en": "Enter customer name",
- "ru": "Введите имя покупателя",
- "uk": "Введіть ім'я клієнта"
- },
- "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
- "position": 2
- },
- {
- "key": "bank_account_name",
- "type": "string",
- "label": {
- "en": "Bank Account Name",
- "ru": "Bank Account Name",
- "uk": "Bank Account Name"
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
},
"hint": {
- "en": "Enter Bank Account Name",
- "ru": "Введите Bank Account Name",
- "uk": "Введіть Bank Account Name"
+ "en": "Enter address",
+ "ru": "Введите адрес",
+ "uk": "Введіть адресу"
},
- "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
- "position": 3
+ "regexp": "\/^[A-Za-z{*}, -d]{2,64}$\/",
+ "required": false,
+ "position": 7
},
{
- "key": "bank_account_number",
+ "key": "bank_id",
"type": "string",
"label": {
- "en": "Bank Account Number",
- "ru": "Bank Account Number",
- "uk": "Bank Account Number"
+ "en": "Bank ID",
+ "ru": "ID Банка",
+ "uk": "ID Банку"
},
"hint": {
- "en": "Enter Bank Account Number",
- "ru": "Введите Bank Account Number",
- "uk": "Введіть Bank Account Number"
+ "en": "Enter Bank ID",
+ "ru": "Введите ID Банка",
+ "uk": "Введіть ID Банку"
},
- "regexp": "\/^[0-9]{5,100}$\/",
- "required": true,
- "position": 4
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "example": "050",
+ "position": 8
},
{
- "key": "province",
+ "key": "beneficiary_phone",
"type": "string",
"label": {
- "en": "Province",
- "ru": "Провинция",
- "uk": "Провінція"
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
},
"hint": {
- "en": "Enter province",
- "ru": "Введите провинцию",
- "uk": "Введіть провінцію"
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
},
- "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
- "position": 5
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 9
},
{
- "key": "city",
+ "key": "beneficiary_email",
"type": "string",
"label": {
- "en": "City",
- "ru": "Город",
- "uk": "Місто"
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
},
"hint": {
- "en": "Enter city",
- "ru": "Введите город",
- "uk": "Введіть місто"
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
},
- "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
- "position": 6
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 10
}
]
},
{
"status": "active",
- "code": "rhb_bank_myr",
+ "code": "cimb_bank_myr",
"currency": "MYR",
- "method": "rhb_bank",
+ "method": "cimb_bank",
"amount_min": "50",
"amount_max": "20000",
"fields": [
@@ -40778,7 +43239,7 @@
"uk": "Введіть Bank Branch"
},
"regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "required": false,
"position": 1
},
{
@@ -40812,7 +43273,7 @@
"uk": "Введіть Bank Account Name"
},
"regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "required": false,
"position": 3
},
{
@@ -40846,7 +43307,7 @@
"uk": "Введіть провінцію"
},
"regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "required": false,
"position": 5
},
{
@@ -40863,16 +43324,16 @@
"uk": "Введіть місто"
},
"regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "required": false,
"position": 6
}
]
},
{
"status": "active",
- "code": "hong_leong_bank_myr",
+ "code": "rhb_bank_myr",
"currency": "MYR",
- "method": "hong_leong_bank",
+ "method": "rhb_bank",
"amount_min": "50",
"amount_max": "20000",
"fields": [
@@ -40890,7 +43351,7 @@
"uk": "Введіть Bank Branch"
},
"regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "required": false,
"position": 1
},
{
@@ -40924,7 +43385,7 @@
"uk": "Введіть Bank Account Name"
},
"regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "required": false,
"position": 3
},
{
@@ -40958,7 +43419,7 @@
"uk": "Введіть провінцію"
},
"regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "required": false,
"position": 5
},
{
@@ -40975,16 +43436,16 @@
"uk": "Введіть місто"
},
"regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "required": false,
"position": 6
}
]
},
{
"status": "active",
- "code": "may_bank_myr",
+ "code": "hong_leong_bank_myr",
"currency": "MYR",
- "method": "may_bank",
+ "method": "hong_leong_bank",
"amount_min": "50",
"amount_max": "20000",
"fields": [
@@ -41002,7 +43463,7 @@
"uk": "Введіть Bank Branch"
},
"regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "required": false,
"position": 1
},
{
@@ -41036,7 +43497,7 @@
"uk": "Введіть Bank Account Name"
},
"regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "required": false,
"position": 3
},
{
@@ -41070,7 +43531,7 @@
"uk": "Введіть провінцію"
},
"regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "required": false,
"position": 5
},
{
@@ -41087,18 +43548,18 @@
"uk": "Введіть місто"
},
"regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "required": false,
"position": 6
}
]
},
{
"status": "active",
- "code": "acb_bank_vnd",
- "currency": "VND",
- "method": "acb_bank",
- "amount_min": "30000",
- "amount_max": "1000000000",
+ "code": "may_bank_myr",
+ "currency": "MYR",
+ "method": "may_bank",
+ "amount_min": "50",
+ "amount_max": "20000",
"fields": [
{
"key": "bank_branch",
@@ -41201,16 +43662,33 @@
"regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
"required": true,
"position": 6
+ },
+ {
+ "key": "full_address",
+ "type": "string",
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "hint": {
+ "en": "Enter address",
+ "ru": "Введите адрес",
+ "uk": "Введіть адресу"
+ },
+ "regexp": "\/^[A-Za-z{*}, -d]{2,64}$\/",
+ "required": false,
+ "position": 7
}
]
},
{
"status": "active",
- "code": "vietcom_bank_vnd",
- "currency": "VND",
- "method": "vietcom_bank",
- "amount_min": "30000",
- "amount_max": "1000000000",
+ "code": "may_bank_idr",
+ "currency": "IDR",
+ "method": "may_bank",
+ "amount_min": 0.01,
+ "amount_max": 10000000,
"fields": [
{
"key": "bank_branch",
@@ -41229,23 +43707,6 @@
"required": true,
"position": 1
},
- {
- "key": "customer_name",
- "type": "string",
- "label": {
- "en": "Customer name",
- "ru": "Имя покупателя",
- "uk": "Ім'я клієнта"
- },
- "hint": {
- "en": "Enter customer name",
- "ru": "Введите имя покупателя",
- "uk": "Введіть ім'я клієнта"
- },
- "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
- "position": 2
- },
{
"key": "bank_account_name",
"type": "string",
@@ -41261,7 +43722,7 @@
},
"regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
"required": true,
- "position": 3
+ "position": 2
},
{
"key": "bank_account_number",
@@ -41278,7 +43739,7 @@
},
"regexp": "\/^[0-9]{5,100}$\/",
"required": true,
- "position": 4
+ "position": 3
},
{
"key": "province",
@@ -41295,7 +43756,7 @@
},
"regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
"required": true,
- "position": 5
+ "position": 4
},
{
"key": "city",
@@ -41312,17 +43773,34 @@
},
"regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
"required": true,
+ "position": 5
+ },
+ {
+ "key": "full_address",
+ "type": "string",
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "hint": {
+ "en": "Enter address",
+ "ru": "Введите адрес",
+ "uk": "Введіть адресу"
+ },
+ "regexp": "\/^[A-Za-z{*}, -d]{2,64}$\/",
+ "required": false,
"position": 6
}
]
},
{
"status": "active",
- "code": "vietin_bank_vnd",
+ "code": "acb_bank_vnd",
"currency": "VND",
- "method": "vietin_bank",
- "amount_min": "30000",
- "amount_max": "1000000000",
+ "method": "acb_bank",
+ "amount_min": "1",
+ "amount_max": "9999999999",
"fields": [
{
"key": "bank_branch",
@@ -41338,7 +43816,7 @@
"uk": "Введіть Bank Branch"
},
"regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "required": false,
"position": 1
},
{
@@ -41355,7 +43833,7 @@
"uk": "Введіть ім'я клієнта"
},
"regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "required": false,
"position": 2
},
{
@@ -41406,7 +43884,7 @@
"uk": "Введіть провінцію"
},
"regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "required": false,
"position": 5
},
{
@@ -41423,18 +43901,35 @@
"uk": "Введіть місто"
},
"regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "required": false,
"position": 6
+ },
+ {
+ "key": "identity_id",
+ "type": "string",
+ "label": {
+ "en": "Identity ID",
+ "ru": "Идентификационный номер",
+ "uk": "Ідентифікаційний номер"
+ },
+ "hint": {
+ "en": "Enter identity ID",
+ "ru": "Введите идентификационный номер",
+ "uk": "Введіть ідентифікаційний номер"
+ },
+ "regexp": "\/^[0-9]{9,12}$\/",
+ "required": false,
+ "position": 7
}
]
},
{
"status": "active",
- "code": "sacom_bank_vnd",
+ "code": "vietcom_bank_vnd",
"currency": "VND",
- "method": "sacom_bank",
- "amount_min": "30000",
- "amount_max": "1000000000",
+ "method": "vietcom_bank",
+ "amount_min": "1",
+ "amount_max": "9999999999",
"fields": [
{
"key": "bank_branch",
@@ -41450,7 +43945,7 @@
"uk": "Введіть Bank Branch"
},
"regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "required": false,
"position": 1
},
{
@@ -41466,8 +43961,9 @@
"ru": "Введите имя покупателя",
"uk": "Введіть ім'я клієнта"
},
- "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "example": "John Doe",
"position": 2
},
{
@@ -41484,7 +43980,7 @@
"uk": "Введіть Bank Account Name"
},
"regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "required": false,
"position": 3
},
{
@@ -41501,7 +43997,7 @@
"uk": "Введіть Bank Account Number"
},
"regexp": "\/^[0-9]{5,100}$\/",
- "required": true,
+ "required": false,
"position": 4
},
{
@@ -41518,7 +44014,7 @@
"uk": "Введіть провінцію"
},
"regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "required": false,
"position": 5
},
{
@@ -41535,18 +44031,106 @@
"uk": "Введіть місто"
},
"regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "required": false,
"position": 6
+ },
+ {
+ "key": "full_address",
+ "type": "string",
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "hint": {
+ "en": "Enter address",
+ "ru": "Введите адрес",
+ "uk": "Введіть адресу"
+ },
+ "regexp": "\/^[A-Za-z{*}, -d]{2,64}$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "bank_id",
+ "type": "string",
+ "label": {
+ "en": "Bank ID",
+ "ru": "ID Банка",
+ "uk": "ID Банку"
+ },
+ "hint": {
+ "en": "Enter Bank ID",
+ "ru": "Введите ID Банка",
+ "uk": "Введіть ID Банку"
+ },
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "example": "050",
+ "position": 8
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 9
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 10
+ },
+ {
+ "key": "identity_id",
+ "type": "string",
+ "label": {
+ "en": "Identity ID",
+ "ru": "Идентификационный номер",
+ "uk": "Ідентифікаційний номер"
+ },
+ "hint": {
+ "en": "Enter identity ID",
+ "ru": "Введите идентификационный номер",
+ "uk": "Введіть ідентифікаційний номер"
+ },
+ "regexp": "\/^[0-9]{9,12}$\/",
+ "required": false,
+ "position": 11
}
]
},
{
"status": "active",
- "code": "bidv_bank_vnd",
+ "code": "vietin_bank_vnd",
"currency": "VND",
- "method": "bidv_bank",
- "amount_min": "30000",
- "amount_max": "1000000000",
+ "method": "vietin_bank",
+ "amount_min": "1",
+ "amount_max": "9999999999",
"fields": [
{
"key": "bank_branch",
@@ -41562,7 +44146,7 @@
"uk": "Введіть Bank Branch"
},
"regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "required": false,
"position": 1
},
{
@@ -41578,8 +44162,9 @@
"ru": "Введите имя покупателя",
"uk": "Введіть ім'я клієнта"
},
- "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "example": "John Doe",
"position": 2
},
{
@@ -41596,7 +44181,7 @@
"uk": "Введіть Bank Account Name"
},
"regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "required": false,
"position": 3
},
{
@@ -41613,7 +44198,7 @@
"uk": "Введіть Bank Account Number"
},
"regexp": "\/^[0-9]{5,100}$\/",
- "required": true,
+ "required": false,
"position": 4
},
{
@@ -41630,7 +44215,7 @@
"uk": "Введіть провінцію"
},
"regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "required": false,
"position": 5
},
{
@@ -41647,18 +44232,106 @@
"uk": "Введіть місто"
},
"regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "required": false,
"position": 6
+ },
+ {
+ "key": "full_address",
+ "type": "string",
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "hint": {
+ "en": "Enter address",
+ "ru": "Введите адрес",
+ "uk": "Введіть адресу"
+ },
+ "regexp": "\/^[A-Za-z{*}, -d]{2,64}$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "bank_id",
+ "type": "string",
+ "label": {
+ "en": "Bank ID",
+ "ru": "ID Банка",
+ "uk": "ID Банку"
+ },
+ "hint": {
+ "en": "Enter Bank ID",
+ "ru": "Введите ID Банка",
+ "uk": "Введіть ID Банку"
+ },
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "example": "050",
+ "position": 8
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 9
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 10
+ },
+ {
+ "key": "identity_id",
+ "type": "string",
+ "label": {
+ "en": "Identity ID",
+ "ru": "Идентификационный номер",
+ "uk": "Ідентифікаційний номер"
+ },
+ "hint": {
+ "en": "Enter identity ID",
+ "ru": "Введите идентификационный номер",
+ "uk": "Введіть ідентифікаційний номер"
+ },
+ "regexp": "\/^[0-9]{9,12}$\/",
+ "required": false,
+ "position": 11
}
]
},
{
"status": "active",
- "code": "techom_bank_vnd",
+ "code": "sacom_bank_vnd",
"currency": "VND",
- "method": "techom_bank",
- "amount_min": "30000",
- "amount_max": "1000000000",
+ "method": "sacom_bank",
+ "amount_min": "1",
+ "amount_max": "9999999999",
"fields": [
{
"key": "bank_branch",
@@ -41674,7 +44347,7 @@
"uk": "Введіть Bank Branch"
},
"regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "required": false,
"position": 1
},
{
@@ -41690,8 +44363,9 @@
"ru": "Введите имя покупателя",
"uk": "Введіть ім'я клієнта"
},
- "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "example": "John Doe",
"position": 2
},
{
@@ -41708,7 +44382,7 @@
"uk": "Введіть Bank Account Name"
},
"regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "required": false,
"position": 3
},
{
@@ -41725,7 +44399,7 @@
"uk": "Введіть Bank Account Number"
},
"regexp": "\/^[0-9]{5,100}$\/",
- "required": true,
+ "required": false,
"position": 4
},
{
@@ -41742,7 +44416,7 @@
"uk": "Введіть провінцію"
},
"regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "required": false,
"position": 5
},
{
@@ -41759,18 +44433,106 @@
"uk": "Введіть місто"
},
"regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "required": false,
"position": 6
+ },
+ {
+ "key": "full_address",
+ "type": "string",
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "hint": {
+ "en": "Enter address",
+ "ru": "Введите адрес",
+ "uk": "Введіть адресу"
+ },
+ "regexp": "\/^[A-Za-z{*}, -d]{2,64}$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "bank_id",
+ "type": "string",
+ "label": {
+ "en": "Bank ID",
+ "ru": "ID Банка",
+ "uk": "ID Банку"
+ },
+ "hint": {
+ "en": "Enter Bank ID",
+ "ru": "Введите ID Банка",
+ "uk": "Введіть ID Банку"
+ },
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "example": "050",
+ "position": 8
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 9
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 10
+ },
+ {
+ "key": "identity_id",
+ "type": "string",
+ "label": {
+ "en": "Identity ID",
+ "ru": "Идентификационный номер",
+ "uk": "Ідентифікаційний номер"
+ },
+ "hint": {
+ "en": "Enter identity ID",
+ "ru": "Введите идентификационный номер",
+ "uk": "Введіть ідентифікаційний номер"
+ },
+ "regexp": "\/^[0-9]{9,12}$\/",
+ "required": false,
+ "position": 11
}
]
},
{
"status": "active",
- "code": "dong_a_bank_vnd",
+ "code": "bidv_bank_vnd",
"currency": "VND",
- "method": "dong_a_bank",
- "amount_min": "30000",
- "amount_max": "1000000000",
+ "method": "bidv_bank",
+ "amount_min": "1",
+ "amount_max": "9999999999",
"fields": [
{
"key": "bank_branch",
@@ -41786,7 +44548,7 @@
"uk": "Введіть Bank Branch"
},
"regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "required": false,
"position": 1
},
{
@@ -41802,8 +44564,9 @@
"ru": "Введите имя покупателя",
"uk": "Введіть ім'я клієнта"
},
- "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "example": "John Doe",
"position": 2
},
{
@@ -41820,7 +44583,7 @@
"uk": "Введіть Bank Account Name"
},
"regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "required": false,
"position": 3
},
{
@@ -41837,7 +44600,7 @@
"uk": "Введіть Bank Account Number"
},
"regexp": "\/^[0-9]{5,100}$\/",
- "required": true,
+ "required": false,
"position": 4
},
{
@@ -41854,7 +44617,7 @@
"uk": "Введіть провінцію"
},
"regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "required": false,
"position": 5
},
{
@@ -41871,18 +44634,106 @@
"uk": "Введіть місто"
},
"regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "required": false,
"position": 6
+ },
+ {
+ "key": "full_address",
+ "type": "string",
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "hint": {
+ "en": "Enter address",
+ "ru": "Введите адрес",
+ "uk": "Введіть адресу"
+ },
+ "regexp": "\/^[A-Za-z{*}, -d]{2,64}$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "bank_id",
+ "type": "string",
+ "label": {
+ "en": "Bank ID",
+ "ru": "ID Банка",
+ "uk": "ID Банку"
+ },
+ "hint": {
+ "en": "Enter Bank ID",
+ "ru": "Введите ID Банка",
+ "uk": "Введіть ID Банку"
+ },
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "example": "050",
+ "position": 8
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 9
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 10
+ },
+ {
+ "key": "identity_id",
+ "type": "string",
+ "label": {
+ "en": "Identity ID",
+ "ru": "Идентификационный номер",
+ "uk": "Ідентифікаційний номер"
+ },
+ "hint": {
+ "en": "Enter identity ID",
+ "ru": "Введите идентификационный номер",
+ "uk": "Введіть ідентифікаційний номер"
+ },
+ "regexp": "\/^[0-9]{9,12}$\/",
+ "required": false,
+ "position": 11
}
]
},
{
"status": "active",
- "code": "exim_bank_vnd",
+ "code": "techom_bank_vnd",
"currency": "VND",
- "method": "exim_bank",
- "amount_min": "30000",
- "amount_max": "1000000000",
+ "method": "techom_bank",
+ "amount_min": "1",
+ "amount_max": "9999999999",
"fields": [
{
"key": "bank_branch",
@@ -41898,7 +44749,7 @@
"uk": "Введіть Bank Branch"
},
"regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "required": false,
"position": 1
},
{
@@ -41915,7 +44766,7 @@
"uk": "Введіть ім'я клієнта"
},
"regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "required": false,
"position": 2
},
{
@@ -41966,7 +44817,7 @@
"uk": "Введіть провінцію"
},
"regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "required": false,
"position": 5
},
{
@@ -41983,18 +44834,35 @@
"uk": "Введіть місто"
},
"regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "required": false,
"position": 6
+ },
+ {
+ "key": "identity_id",
+ "type": "string",
+ "label": {
+ "en": "Identity ID",
+ "ru": "Идентификационный номер",
+ "uk": "Ідентифікаційний номер"
+ },
+ "hint": {
+ "en": "Enter identity ID",
+ "ru": "Введите идентификационный номер",
+ "uk": "Введіть ідентифікаційний номер"
+ },
+ "regexp": "\/^[0-9]{9,12}$\/",
+ "required": false,
+ "position": 7
}
]
},
{
"status": "active",
- "code": "bank_central_asia_idr",
- "currency": "IDR",
- "method": "bank_central_asia",
- "amount_min": "50000",
- "amount_max": "25000000",
+ "code": "dong_a_bank_vnd",
+ "currency": "VND",
+ "method": "dong_a_bank",
+ "amount_min": "1",
+ "amount_max": "9999999999",
"fields": [
{
"key": "bank_branch",
@@ -42010,7 +44878,7 @@
"uk": "Введіть Bank Branch"
},
"regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "required": false,
"position": 1
},
{
@@ -42026,8 +44894,9 @@
"ru": "Введите имя покупателя",
"uk": "Введіть ім'я клієнта"
},
- "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "example": "John Doe",
"position": 2
},
{
@@ -42044,7 +44913,7 @@
"uk": "Введіть Bank Account Name"
},
"regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "required": false,
"position": 3
},
{
@@ -42061,7 +44930,7 @@
"uk": "Введіть Bank Account Number"
},
"regexp": "\/^[0-9]{5,100}$\/",
- "required": true,
+ "required": false,
"position": 4
},
{
@@ -42078,7 +44947,7 @@
"uk": "Введіть провінцію"
},
"regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "required": false,
"position": 5
},
{
@@ -42095,18 +44964,89 @@
"uk": "Введіть місто"
},
"regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "required": false,
"position": 6
+ },
+ {
+ "key": "full_address",
+ "type": "string",
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "hint": {
+ "en": "Enter address",
+ "ru": "Введите адрес",
+ "uk": "Введіть адресу"
+ },
+ "regexp": "\/^[A-Za-z{*}, -d]{2,64}$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "bank_id",
+ "type": "string",
+ "label": {
+ "en": "Bank ID",
+ "ru": "ID Банка",
+ "uk": "ID Банку"
+ },
+ "hint": {
+ "en": "Enter Bank ID",
+ "ru": "Введите ID Банка",
+ "uk": "Введіть ID Банку"
+ },
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "example": "050",
+ "position": 8
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 9
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 10
}
]
},
{
"status": "active",
- "code": "bank_rakyat_indonesia_idr",
- "currency": "IDR",
- "method": "bank_rakyat_indonesia",
- "amount_min": "50000",
- "amount_max": "25000000",
+ "code": "exim_bank_vnd",
+ "currency": "VND",
+ "method": "exim_bank",
+ "amount_min": "1",
+ "amount_max": "9999999999",
"fields": [
{
"key": "bank_branch",
@@ -42122,7 +45062,7 @@
"uk": "Введіть Bank Branch"
},
"regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "required": false,
"position": 1
},
{
@@ -42139,7 +45079,8 @@
"uk": "Введіть ім'я клієнта"
},
"regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "required": false,
+ "example": "John Doe",
"position": 2
},
{
@@ -42156,7 +45097,7 @@
"uk": "Введіть Bank Account Name"
},
"regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "required": false,
"position": 3
},
{
@@ -42173,7 +45114,7 @@
"uk": "Введіть Bank Account Number"
},
"regexp": "\/^[0-9]{5,100}$\/",
- "required": true,
+ "required": false,
"position": 4
},
{
@@ -42190,7 +45131,7 @@
"uk": "Введіть провінцію"
},
"regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "required": false,
"position": 5
},
{
@@ -42207,36 +45148,54 @@
"uk": "Введіть місто"
},
"regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "required": false,
"position": 6
- }
- ]
- },
- {
- "status": "active",
- "code": "bank_negara_indonesia_idr",
- "currency": "IDR",
- "method": "bank_negara_indonesia",
- "amount_min": "50000",
- "amount_max": "25000000",
- "fields": [
+ },
{
- "key": "bank_branch",
+ "key": "full_address",
"type": "string",
"label": {
- "en": "Bank Branch",
- "ru": "Bank Branch",
- "uk": "Bank Branch"
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
},
"hint": {
- "en": "Enter Bank Branch",
- "ru": "Введите Bank Branch",
- "uk": "Введіть Bank Branch"
+ "en": "Enter address",
+ "ru": "Введите адрес",
+ "uk": "Введіть адресу"
},
- "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
- "position": 1
+ "regexp": "\/^[A-Za-z{*}, -d]{2,64}$\/",
+ "required": false,
+ "position": 7
},
+ {
+ "key": "bank_id",
+ "type": "string",
+ "label": {
+ "en": "Bank ID",
+ "ru": "ID Банка",
+ "uk": "ID Банку"
+ },
+ "hint": {
+ "en": "Enter Bank ID",
+ "ru": "Введите ID Банка",
+ "uk": "Введіть ID Банку"
+ },
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "example": "050",
+ "position": 8
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "exim_bank_vietnam_vnd",
+ "currency": "VND",
+ "method": "exim_bank_vietnam",
+ "amount_min": "1",
+ "amount_max": "9999999999",
+ "fields": [
{
"key": "customer_name",
"type": "string",
@@ -42250,26 +45209,10 @@
"ru": "Введите имя покупателя",
"uk": "Введіть ім'я клієнта"
},
- "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
- "position": 2
- },
- {
- "key": "bank_account_name",
- "type": "string",
- "label": {
- "en": "Bank Account Name",
- "ru": "Bank Account Name",
- "uk": "Bank Account Name"
- },
- "hint": {
- "en": "Enter Bank Account Name",
- "ru": "Введите Bank Account Name",
- "uk": "Введіть Bank Account Name"
- },
- "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
- "position": 3
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "example": "John Doe",
+ "position": 1
},
{
"key": "bank_account_number",
@@ -42285,50 +45228,70 @@
"uk": "Введіть Bank Account Number"
},
"regexp": "\/^[0-9]{5,100}$\/",
- "required": true,
- "position": 4
+ "required": false,
+ "position": 2
},
{
- "key": "province",
+ "key": "bank_id",
"type": "string",
"label": {
- "en": "Province",
- "ru": "Провинция",
- "uk": "Провінція"
+ "en": "Bank ID",
+ "ru": "ID Банка",
+ "uk": "ID Банку"
},
"hint": {
- "en": "Enter province",
- "ru": "Введите провинцию",
- "uk": "Введіть провінцію"
+ "en": "Enter Bank ID",
+ "ru": "Введите ID Банка",
+ "uk": "Введіть ID Банку"
},
- "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
- "position": 5
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "example": "050",
+ "position": 3
},
{
- "key": "city",
+ "key": "beneficiary_phone",
"type": "string",
"label": {
- "en": "City",
- "ru": "Город",
- "uk": "Місто"
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
},
"hint": {
- "en": "Enter city",
- "ru": "Введите город",
- "uk": "Введіть місто"
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
},
- "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
- "position": 6
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 4
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 5
}
]
},
{
"status": "active",
- "code": "permata_bank_idr",
+ "code": "bank_central_asia_idr",
"currency": "IDR",
- "method": "permata_bank",
+ "method": "bank_central_asia",
"amount_min": "50000",
"amount_max": "25000000",
"fields": [
@@ -42346,7 +45309,7 @@
"uk": "Введіть Bank Branch"
},
"regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "required": false,
"position": 1
},
{
@@ -42363,7 +45326,8 @@
"uk": "Введіть ім'я клієнта"
},
"regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "required": false,
+ "example": "John Doe",
"position": 2
},
{
@@ -42380,7 +45344,7 @@
"uk": "Введіть Bank Account Name"
},
"regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "required": false,
"position": 3
},
{
@@ -42396,8 +45360,9 @@
"ru": "Введите Bank Account Number",
"uk": "Введіть Bank Account Number"
},
- "regexp": "\/^[0-9]{5,100}$\/",
- "required": true,
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "example": "1100382992",
"position": 4
},
{
@@ -42414,7 +45379,7 @@
"uk": "Введіть провінцію"
},
"regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "required": false,
"position": 5
},
{
@@ -42431,16 +45396,51 @@
"uk": "Введіть місто"
},
"regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "required": false,
"position": 6
+ },
+ {
+ "key": "full_address",
+ "type": "string",
+ "required": false,
+ "position": 7,
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "hint": {
+ "en": "Enter address",
+ "ru": "Введите адрес",
+ "uk": "Введіть адресу"
+ },
+ "regexp": "\/^[A-Za-z{*}, -d]{2,64}$\/"
+ },
+ {
+ "key": "bank_id",
+ "type": "string",
+ "label": {
+ "en": "Bank ID",
+ "ru": "ID Банка",
+ "uk": "ID Банку"
+ },
+ "hint": {
+ "en": "Enter Bank ID",
+ "ru": "Введите ID Банка",
+ "uk": "Введіть ID Банку"
+ },
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "example": "050",
+ "position": 8
}
]
},
{
"status": "active",
- "code": "cimb_clicks_indonesia_idr",
+ "code": "bank_rakyat_indonesia_idr",
"currency": "IDR",
- "method": "cimb_clicks_indonesia",
+ "method": "bank_rakyat_indonesia",
"amount_min": "50000",
"amount_max": "25000000",
"fields": [
@@ -42458,7 +45458,7 @@
"uk": "Введіть Bank Branch"
},
"regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "required": false,
"position": 1
},
{
@@ -42475,7 +45475,8 @@
"uk": "Введіть ім'я клієнта"
},
"regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "required": false,
+ "example": "John Doe",
"position": 2
},
{
@@ -42492,7 +45493,7 @@
"uk": "Введіть Bank Account Name"
},
"regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "required": false,
"position": 3
},
{
@@ -42509,7 +45510,7 @@
"uk": "Введіть Bank Account Number"
},
"regexp": "\/^[0-9]{5,100}$\/",
- "required": true,
+ "required": false,
"position": 4
},
{
@@ -42526,7 +45527,7 @@
"uk": "Введіть провінцію"
},
"regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "required": false,
"position": 5
},
{
@@ -42543,16 +45544,51 @@
"uk": "Введіть місто"
},
"regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "required": false,
"position": 6
+ },
+ {
+ "key": "full_address",
+ "type": "string",
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "hint": {
+ "en": "Enter address",
+ "ru": "Введите адрес",
+ "uk": "Введіть адресу"
+ },
+ "regexp": "\/^[A-Za-z{*}, -d]{2,64}$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "bank_id",
+ "type": "string",
+ "label": {
+ "en": "Bank ID",
+ "ru": "ID Банка",
+ "uk": "ID Банку"
+ },
+ "hint": {
+ "en": "Enter Bank ID",
+ "ru": "Введите ID Банка",
+ "uk": "Введіть ID Банку"
+ },
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "example": "050",
+ "position": 8
}
]
},
{
"status": "active",
- "code": "danamon_bank_idr",
+ "code": "bank_negara_indonesia_idr",
"currency": "IDR",
- "method": "danamon_bank",
+ "method": "bank_negara_indonesia",
"amount_min": "50000",
"amount_max": "25000000",
"fields": [
@@ -42570,7 +45606,7 @@
"uk": "Введіть Bank Branch"
},
"regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "required": false,
"position": 1
},
{
@@ -42587,7 +45623,8 @@
"uk": "Введіть ім'я клієнта"
},
"regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "required": false,
+ "example": "John Doe",
"position": 2
},
{
@@ -42604,7 +45641,7 @@
"uk": "Введіть Bank Account Name"
},
"regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "required": false,
"position": 3
},
{
@@ -42621,7 +45658,7 @@
"uk": "Введіть Bank Account Number"
},
"regexp": "\/^[0-9]{5,100}$\/",
- "required": true,
+ "required": false,
"position": 4
},
{
@@ -42638,7 +45675,7 @@
"uk": "Введіть провінцію"
},
"regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "required": false,
"position": 5
},
{
@@ -42655,16 +45692,51 @@
"uk": "Введіть місто"
},
"regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "required": false,
"position": 6
+ },
+ {
+ "key": "full_address",
+ "type": "string",
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "hint": {
+ "en": "Enter address",
+ "ru": "Введите адрес",
+ "uk": "Введіть адресу"
+ },
+ "regexp": "\/^[A-Za-z{*}, -d]{2,64}$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "bank_id",
+ "type": "string",
+ "label": {
+ "en": "Bank ID",
+ "ru": "ID Банка",
+ "uk": "ID Банку"
+ },
+ "hint": {
+ "en": "Enter Bank ID",
+ "ru": "Введите ID Банка",
+ "uk": "Введіть ID Банку"
+ },
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "example": "050",
+ "position": 8
}
]
},
{
"status": "active",
- "code": "mandiri_bank_idr",
+ "code": "bank_negara_indonesia_va_idr",
"currency": "IDR",
- "method": "mandiri_bank",
+ "method": "bank_negara_indonesia_va",
"amount_min": "50000",
"amount_max": "25000000",
"fields": [
@@ -42682,7 +45754,250 @@
"uk": "Введіть Bank Branch"
},
"regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "customer_name",
+ "type": "string",
+ "label": {
+ "en": "Customer name",
+ "ru": "Имя покупателя",
+ "uk": "Ім'я клієнта"
+ },
+ "hint": {
+ "en": "Enter customer name",
+ "ru": "Введите имя покупателя",
+ "uk": "Введіть ім'я клієнта"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 2
+ },
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 3
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 5
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 6
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "permata_bank_idr",
+ "currency": "IDR",
+ "method": "permata_bank",
+ "amount_min": "50000",
+ "amount_max": "25000000",
+ "fields": [
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "customer_name",
+ "type": "string",
+ "label": {
+ "en": "Customer name",
+ "ru": "Имя покупателя",
+ "uk": "Ім'я клієнта"
+ },
+ "hint": {
+ "en": "Enter customer name",
+ "ru": "Введите имя покупателя",
+ "uk": "Введіть ім'я клієнта"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "example": "John Doe",
+ "position": 2
+ },
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 3
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": false,
+ "position": 4
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 5
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 6
+ },
+ {
+ "key": "bank_id",
+ "type": "string",
+ "label": {
+ "en": "Bank ID",
+ "ru": "ID Банка",
+ "uk": "ID Банку"
+ },
+ "hint": {
+ "en": "Enter Bank ID",
+ "ru": "Введите ID Банка",
+ "uk": "Введіть ID Банку"
+ },
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "example": "050",
+ "position": 7
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "cimb_clicks_indonesia_idr",
+ "currency": "IDR",
+ "method": "cimb_clicks_indonesia",
+ "amount_min": "50000",
+ "amount_max": "25000000",
+ "fields": [
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
"position": 1
},
{
@@ -42772,6 +46087,285 @@
}
]
},
+ {
+ "status": "active",
+ "code": "danamon_bank_idr",
+ "currency": "IDR",
+ "method": "danamon_bank",
+ "amount_min": "50000",
+ "amount_max": "25000000",
+ "fields": [
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "customer_name",
+ "type": "string",
+ "label": {
+ "en": "Customer name",
+ "ru": "Имя покупателя",
+ "uk": "Ім'я клієнта"
+ },
+ "hint": {
+ "en": "Enter customer name",
+ "ru": "Введите имя покупателя",
+ "uk": "Введіть ім'я клієнта"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "example": "John Doe",
+ "position": 2
+ },
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 3
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": false,
+ "position": 4
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 5
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 6
+ },
+ {
+ "key": "bank_id",
+ "type": "string",
+ "label": {
+ "en": "Bank ID",
+ "ru": "ID Банка",
+ "uk": "ID Банку"
+ },
+ "hint": {
+ "en": "Enter Bank ID",
+ "ru": "Введите ID Банка",
+ "uk": "Введіть ID Банку"
+ },
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "example": "050",
+ "position": 7
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "mandiri_bank_idr",
+ "currency": "IDR",
+ "method": "mandiri_bank",
+ "amount_min": "50000",
+ "amount_max": "25000000",
+ "fields": [
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "customer_name",
+ "type": "string",
+ "label": {
+ "en": "Customer name",
+ "ru": "Имя покупателя",
+ "uk": "Ім'я клієнта"
+ },
+ "hint": {
+ "en": "Enter customer name",
+ "ru": "Введите имя покупателя",
+ "uk": "Введіть ім'я клієнта"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "example": "John Doe",
+ "position": 2
+ },
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 3
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": false,
+ "position": 4
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 5
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 6
+ },
+ {
+ "key": "full_address",
+ "type": "string",
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "hint": {
+ "en": "Enter address",
+ "ru": "Введите адрес",
+ "uk": "Введіть адресу"
+ },
+ "regexp": "\/^[A-Za-z{*}, -d]{2,64}$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "bank_id",
+ "type": "string",
+ "label": {
+ "en": "Bank ID",
+ "ru": "ID Банка",
+ "uk": "ID Банку"
+ },
+ "hint": {
+ "en": "Enter Bank ID",
+ "ru": "Введите ID Банка",
+ "uk": "Введіть ID Банку"
+ },
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "example": "050",
+ "position": 8
+ }
+ ]
+ },
{
"status": "active",
"code": "btn_bank_idr",
@@ -42794,7 +46388,7 @@
"uk": "Введіть Bank Branch"
},
"regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "required": false,
"position": 1
},
{
@@ -42828,7 +46422,7 @@
"uk": "Введіть Bank Account Name"
},
"regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "required": false,
"position": 3
},
{
@@ -42862,7 +46456,7 @@
"uk": "Введіть провінцію"
},
"regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "required": false,
"position": 5
},
{
@@ -42879,7 +46473,7 @@
"uk": "Введіть місто"
},
"regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
- "required": true,
+ "required": false,
"position": 6
}
]
@@ -42894,7 +46488,7 @@
"fields": [
{
"key": "document_id",
- "regexp": "\/^[0-9]{11}$\/",
+ "regexp": "\/^[a-zA-Z0-9\\.\\-]{1,100}$\/",
"type": "string",
"label": {
"en": "Document ID",
@@ -43080,7 +46674,7 @@
"method": "dlocal",
"currency": "INR",
"amount_min": "0.01",
- "amount_max": "100000",
+ "amount_max": "1000000000",
"fields": [
{
"key": "bank_account",
@@ -43371,12 +46965,12 @@
"code": "dlocal_cl_clp",
"method": "dlocal",
"currency": "CLP",
- "amount_min": "0.01",
+ "amount_min": "1",
"amount_max": "100000",
"fields": [
{
"key": "document_id",
- "regexp": "\/^[0-9A-Z\\-]{8,9}$\/",
+ "regexp": "\/^[a-zA-Z0-9\\.\\-]{1,30}$\/",
"type": "string",
"label": {
"en": "Document ID",
@@ -43836,7 +47430,7 @@
"code": "dlocal_py_pyg",
"method": "dlocal",
"currency": "PYG",
- "amount_min": "0.01",
+ "amount_min": "1",
"amount_max": "100000",
"fields": [
{
@@ -43966,6 +47560,23 @@
"method": "payeer",
"currency": "USD",
"fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Wallet ID",
+ "ru": "Номер кошелька",
+ "uk": "Номер гаманця"
+ },
+ "hint": {
+ "en": "Enter wallet ID",
+ "ru": "Введите номер кошелька",
+ "uk": "Введіть номер гаманця"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1
+ },
{
"key": "account_number",
"type": "string",
@@ -43980,7 +47591,7 @@
"uk": "Введіть номер рахунку"
},
"regexp": "\/^[P]{1}[0-9]{7,15}$\/",
- "required": true,
+ "required": false,
"position": 1
}
],
@@ -43993,6 +47604,23 @@
"method": "payeer",
"currency": "RUB",
"fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Wallet ID",
+ "ru": "Номер кошелька",
+ "uk": "Номер гаманця"
+ },
+ "hint": {
+ "en": "Enter wallet ID",
+ "ru": "Введите номер кошелька",
+ "uk": "Введіть номер гаманця"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1
+ },
{
"key": "account_number",
"type": "string",
@@ -44007,7 +47635,7 @@
"uk": "Введіть номер рахунку"
},
"regexp": "\/^[P]{1}[0-9]{7,15}$\/",
- "required": true,
+ "required": false,
"position": 1
}
],
@@ -44020,6 +47648,23 @@
"method": "payeer",
"currency": "EUR",
"fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Wallet ID",
+ "ru": "Номер кошелька",
+ "uk": "Номер гаманця"
+ },
+ "hint": {
+ "en": "Enter wallet ID",
+ "ru": "Введите номер кошелька",
+ "uk": "Введіть номер гаманця"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1
+ },
{
"key": "account_number",
"type": "string",
@@ -44034,7 +47679,7 @@
"uk": "Введіть номер рахунку"
},
"regexp": "\/^[P]{1}[0-9]{7,15}$\/",
- "required": true,
+ "required": false,
"position": 1
}
],
@@ -44047,6 +47692,23 @@
"method": "payeer",
"currency": "BTC",
"fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Wallet ID",
+ "ru": "Номер кошелька",
+ "uk": "Номер гаманця"
+ },
+ "hint": {
+ "en": "Enter wallet ID",
+ "ru": "Введите номер кошелька",
+ "uk": "Введіть номер гаманця"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1
+ },
{
"key": "account_number",
"type": "string",
@@ -44061,7 +47723,7 @@
"uk": "Введіть номер рахунку"
},
"regexp": "\/^[P]{1}[0-9]{7,15}$\/",
- "required": true,
+ "required": false,
"position": 1
}
],
@@ -44074,6 +47736,23 @@
"method": "payeer",
"currency": "ETH",
"fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Wallet ID",
+ "ru": "Номер кошелька",
+ "uk": "Номер гаманця"
+ },
+ "hint": {
+ "en": "Enter wallet ID",
+ "ru": "Введите номер кошелька",
+ "uk": "Введіть номер гаманця"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1
+ },
{
"key": "account_number",
"type": "string",
@@ -44088,7 +47767,7 @@
"uk": "Введіть номер рахунку"
},
"regexp": "\/^[P]{1}[0-9]{7,15}$\/",
- "required": true,
+ "required": false,
"position": 1
}
],
@@ -44101,6 +47780,23 @@
"method": "payeer",
"currency": "BCH",
"fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Wallet ID",
+ "ru": "Номер кошелька",
+ "uk": "Номер гаманця"
+ },
+ "hint": {
+ "en": "Enter wallet ID",
+ "ru": "Введите номер кошелька",
+ "uk": "Введіть номер гаманця"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1
+ },
{
"key": "account_number",
"type": "string",
@@ -44115,7 +47811,7 @@
"uk": "Введіть номер рахунку"
},
"regexp": "\/^[P]{1}[0-9]{7,15}$\/",
- "required": true,
+ "required": false,
"position": 1
}
],
@@ -44128,6 +47824,23 @@
"method": "payeer",
"currency": "LTC",
"fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Wallet ID",
+ "ru": "Номер кошелька",
+ "uk": "Номер гаманця"
+ },
+ "hint": {
+ "en": "Enter wallet ID",
+ "ru": "Введите номер кошелька",
+ "uk": "Введіть номер гаманця"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1
+ },
{
"key": "account_number",
"type": "string",
@@ -44142,7 +47855,7 @@
"uk": "Введіть номер рахунку"
},
"regexp": "\/^[P]{1}[0-9]{7,15}$\/",
- "required": true,
+ "required": false,
"position": 1
}
],
@@ -44155,6 +47868,23 @@
"method": "payeer",
"currency": "DASH",
"fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Wallet ID",
+ "ru": "Номер кошелька",
+ "uk": "Номер гаманця"
+ },
+ "hint": {
+ "en": "Enter wallet ID",
+ "ru": "Введите номер кошелька",
+ "uk": "Введіть номер гаманця"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1
+ },
{
"key": "account_number",
"type": "string",
@@ -44169,7 +47899,7 @@
"uk": "Введіть номер рахунку"
},
"regexp": "\/^[P]{1}[0-9]{7,15}$\/",
- "required": true,
+ "required": false,
"position": 1
}
],
@@ -44419,6 +48149,90 @@
"amount_min": "1",
"amount_max": "15000"
},
+ {
+ "status": "active",
+ "code": "beeline_kzt",
+ "method": "beeline",
+ "currency": "KZT",
+ "fields": [
+ {
+ "key": "phone_number",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "regexp": "\/^7[0-9]{10}$\/",
+ "example": "77012345678",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 50000000
+ },
+ {
+ "status": "active",
+ "code": "activ_kcell_kzt",
+ "method": "activ_kcell",
+ "currency": "KZT",
+ "fields": [
+ {
+ "key": "phone_number",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "regexp": "\/^7[0-9]{10}$\/",
+ "example": "77012345678",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 50000000
+ },
+ {
+ "status": "active",
+ "code": "altel_tele2_kzt",
+ "method": "altel_tele2",
+ "currency": "KZT",
+ "fields": [
+ {
+ "key": "phone_number",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "regexp": "\/^7[0-9]{10}$\/",
+ "example": "77012345678",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 50000000
+ },
{
"status": "active",
"code": "mts_rub",
@@ -44600,7 +48414,7 @@
"ru": "Введите email получателя",
"uk": "Введіть email одержувача "
},
- "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,3})$\/",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
"required": true,
"position": 1
}
@@ -44627,7 +48441,7 @@
"ru": "Введите email получателя",
"uk": "Введіть email одержувача "
},
- "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,3})$\/",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
"required": true,
"position": 1
}
@@ -44654,7 +48468,7 @@
"ru": "Введите email получателя",
"uk": "Введіть email одержувача "
},
- "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,3})$\/",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
"required": true,
"position": 1
}
@@ -44681,7 +48495,7 @@
"ru": "Введите email получателя",
"uk": "Введіть email одержувача "
},
- "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,3})$\/",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
"required": true,
"position": 1
}
@@ -44708,7 +48522,7 @@
"ru": "Введите email получателя",
"uk": "Введіть email одержувача "
},
- "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,3})$\/",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
"required": true,
"position": 1
}
@@ -44735,7 +48549,7 @@
"ru": "Введите email получателя",
"uk": "Введіть email одержувача "
},
- "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,3})$\/",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
"required": true,
"position": 1
}
@@ -44762,7 +48576,7 @@
"ru": "Введите email получателя",
"uk": "Введіть email одержувача "
},
- "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,3})$\/",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
"required": true,
"position": 1
}
@@ -44789,7 +48603,7 @@
"ru": "Введите email получателя",
"uk": "Введіть email одержувача "
},
- "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,3})$\/",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
"required": true,
"position": 1
}
@@ -44797,6 +48611,141 @@
"amount_min": "1",
"amount_max": "999999"
},
+ {
+ "status": "active",
+ "code": "skrill_mxn",
+ "method": "skrill",
+ "currency": "MXN",
+ "fields": [
+ {
+ "key": "email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter the recipient email",
+ "ru": "Введите email получателя",
+ "uk": "Введіть email одержувача "
+ },
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "1",
+ "amount_max": "2000000"
+ },
+ {
+ "status": "active",
+ "code": "skrill_chf",
+ "method": "skrill",
+ "currency": "CHF",
+ "fields": [
+ {
+ "key": "email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter the recipient email",
+ "ru": "Введите email получателя",
+ "uk": "Введіть email одержувача "
+ },
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "1000000"
+ },
+ {
+ "status": "active",
+ "code": "skrill_cad",
+ "method": "skrill",
+ "currency": "CAD",
+ "fields": [
+ {
+ "key": "email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter the recipient email",
+ "ru": "Введите email получателя",
+ "uk": "Введіть email одержувача "
+ },
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "1000000"
+ },
+ {
+ "status": "active",
+ "code": "skrill_gbp",
+ "method": "skrill",
+ "currency": "GBP",
+ "fields": [
+ {
+ "key": "email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter the recipient email",
+ "ru": "Введите email получателя",
+ "uk": "Введіть email одержувача "
+ },
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "100000"
+ },
+ {
+ "status": "active",
+ "code": "skrill_pln",
+ "method": "skrill",
+ "currency": "PLN",
+ "fields": [
+ {
+ "key": "email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter the recipient email",
+ "ru": "Введите email получателя",
+ "uk": "Введіть email одержувача "
+ },
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "500000"
+ },
{
"status": "active",
"code": "swift_usd",
@@ -48888,34 +52837,6 @@
"amount_min": "2.00",
"amount_max": "14999.00"
},
- {
- "status": "active",
- "code": "dp-gazposttach-pat-ternopilmiskgaz_uah",
- "method": "dp-gazposttach-pat-ternopilmiskgaz",
- "currency": "UAH",
- "fields": [
- {
- "key": "client_id",
- "type": "string",
- "label": {
- "en": "Укажите лицевой счет",
- "ru": "Укажите лицевой счет",
- "uk": "Укажите лицевой счет"
- },
- "regexp": "\/^[\\w|\\.| |\\-|\\+|@|\\#]{1,128}$\/",
- "required": true,
- "position": 1,
- "hint": {
- "en": "Укажите лицевой счет",
- "ru": "Укажите лицевой счет",
- "uk": "Укажите лицевой счет"
- },
- "example": "101561"
- }
- ],
- "amount_min": "1.00",
- "amount_max": "14999.00"
- },
{
"status": "active",
"code": "tdv-sk-naftagazstrakh_uah",
@@ -53002,34 +56923,6 @@
"amount_min": "2.00",
"amount_max": "14999.00"
},
- {
- "status": "active",
- "code": "kp-ternopilmiskteplokomunenergo_uah",
- "method": "kp-ternopilmiskteplokomunenergo",
- "currency": "UAH",
- "fields": [
- {
- "key": "client_id",
- "type": "string",
- "label": {
- "en": "Укажите лицевой счет",
- "ru": "Укажите лицевой счет",
- "uk": "Укажите лицевой счет"
- },
- "regexp": "\/^[\\w|\\.| |\\-|\\+|@|\\#]{1,128}$\/",
- "required": true,
- "position": 1,
- "hint": {
- "en": "Укажите лицевой счет",
- "ru": "Укажите лицевой счет",
- "uk": "Укажите лицевой счет"
- },
- "example": "101561"
- }
- ],
- "amount_min": "1.00",
- "amount_max": "14999.00"
- },
{
"status": "active",
"code": "status-kontrol-ubki_uah",
@@ -54045,17 +57938,17 @@
"key": "client_id",
"type": "string",
"label": {
- "en": "номер телефону",
- "ru": "номер телефону",
- "uk": "номер телефону"
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
},
"regexp": "\/^\\d{1,128}$\/",
"required": true,
"position": 1,
"hint": {
- "en": "номер телефону",
- "ru": "номер телефону",
- "uk": "номер телефону"
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
},
"example": "380634864244"
}
@@ -56954,6 +60847,118 @@
"amount_min": "2.00",
"amount_max": "14999.00"
},
+ {
+ "status": "active",
+ "code": "kvitum_usd",
+ "method": "kvitum",
+ "currency": "USD",
+ "fields": [
+ {
+ "key": "account_id",
+ "type": "string",
+ "label": {
+ "en": "Wallet ID",
+ "ru": "ID кошелька",
+ "uk": "ID гаманця"
+ },
+ "regexp": "\/^3[\\d]{10}$|^([a-zA-Z0-9_-]+\\.)*[a-zA-Z0-9_-]+@[a-zA-Z0-9_-]+(\\.[a-zA-Z0-9_-]+)*\\.[a-zA-Z]{2,6}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter wallet number or email",
+ "ru": "Введите номер кошелька или email",
+ "uk": "Введіть номер гаманця або email"
+ },
+ "example": "31557414711"
+ }
+ ],
+ "amount_min": "1.00",
+ "amount_max": "100000.00"
+ },
+ {
+ "status": "active",
+ "code": "kvitum_eur",
+ "method": "kvitum",
+ "currency": "EUR",
+ "fields": [
+ {
+ "key": "account_id",
+ "type": "string",
+ "label": {
+ "en": "Wallet ID",
+ "ru": "ID кошелька",
+ "uk": "ID гаманця"
+ },
+ "regexp": "\/^3[\\d]{10}$|^([a-zA-Z0-9_-]+\\.)*[a-zA-Z0-9_-]+@[a-zA-Z0-9_-]+(\\.[a-zA-Z0-9_-]+)*\\.[a-zA-Z]{2,6}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter wallet number or email",
+ "ru": "Введите номер кошелька или email",
+ "uk": "Введіть номер гаманця або email"
+ },
+ "example": "31557414711"
+ }
+ ],
+ "amount_min": "1.00",
+ "amount_max": "100000.00"
+ },
+ {
+ "status": "active",
+ "code": "kvitum_uah",
+ "method": "kvitum",
+ "currency": "UAH",
+ "fields": [
+ {
+ "key": "account_id",
+ "type": "string",
+ "label": {
+ "en": "Wallet ID",
+ "ru": "ID кошелька",
+ "uk": "ID гаманця"
+ },
+ "regexp": "\/^3[\\d]{10}$|^([a-zA-Z0-9_-]+\\.)*[a-zA-Z0-9_-]+@[a-zA-Z0-9_-]+(\\.[a-zA-Z0-9_-]+)*\\.[a-zA-Z]{2,6}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter wallet number or email",
+ "ru": "Введите номер кошелька или email",
+ "uk": "Введіть номер гаманця або email"
+ },
+ "example": "31557414711"
+ }
+ ],
+ "amount_min": "1.00",
+ "amount_max": "3000000.00"
+ },
+ {
+ "status": "active",
+ "code": "kvitum_kzt",
+ "method": "kvitum",
+ "currency": "KZT",
+ "fields": [
+ {
+ "key": "account_id",
+ "type": "string",
+ "label": {
+ "en": "Wallet ID",
+ "ru": "ID кошелька",
+ "uk": "ID гаманця"
+ },
+ "regexp": "\/^3[\\d]{10}$|^([a-zA-Z0-9_-]+\\.)*[a-zA-Z0-9_-]+@[a-zA-Z0-9_-]+(\\.[a-zA-Z0-9_-]+)*\\.[a-zA-Z]{2,6}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter wallet number or email",
+ "ru": "Введите номер кошелька или email",
+ "uk": "Введіть номер гаманця або email"
+ },
+ "example": "31557414711"
+ }
+ ],
+ "amount_min": "1.00",
+ "amount_max": "40000000.00"
+ },
{
"status": "active",
"code": "piastrix_uah",
@@ -68222,7 +72227,7 @@
},
{
"status": "active",
- "code": "mpesa_wallet",
+ "code": "mpesa_wallet_kes",
"method": "mpesa_wallet",
"currency": "KES",
"fields": [
@@ -68235,7 +72240,7 @@
"uk": "Мобільний номер"
},
"regexp": "\/^.{1,255}$\/",
- "required": true,
+ "required": false,
"position": 1,
"hint": {
"en": "Enter mobile number",
@@ -68253,14 +72258,49 @@
"uk": "ім`я кліента"
},
"regexp": "\/^.{1,255}$\/",
- "required": true,
- "position": 3,
+ "required": false,
+ "position": 2,
"hint": {
"en": "Enter customer name",
"ru": "Введите имя клиента",
"uk": "Введiть ім`я кліента"
},
"example": "John Johnson"
+ },
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 3
+ },
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "0700123456",
+ "regexp": "\/^\\+?\\d{9,14}$\/",
+ "required": false,
+ "position": 4
}
],
"amount_min": "1.00",
@@ -68432,7 +72472,7 @@
}
],
"amount_min": "1.00",
- "amount_max": "999999.00"
+ "amount_max": "100000000"
},
{
"status": "active",
@@ -68544,7 +72584,7 @@
}
],
"amount_min": "1.00",
- "amount_max": "999999.00"
+ "amount_max": "1000000000"
},
{
"status": "active",
@@ -68767,8 +72807,8 @@
"example": "1100382992"
}
],
- "amount_min": "1.00",
- "amount_max": "999999.00"
+ "amount_min": "1",
+ "amount_max": "9999999999"
},
{
"status": "active",
@@ -68905,51 +72945,87 @@
"uk": "Введіть номер рахунку"
},
"example": "GB97BARC20031877565489"
- }
- ],
- "amount_min": "0.01",
- "amount_max": "50000"
- },
- {
- "status": "active",
- "code": "banktransfer_rub",
- "method": "banktransfer",
- "currency": "RUB",
- "fields": [
+ },
{
- "key": "account_number",
+ "key": "first_name",
"type": "string",
"label": {
- "en": "Account number",
- "ru": "Номер счета",
- "uk": "Номер рахунку"
+ "en": "First name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
},
- "regexp": "\/^[A-Z]{2}(\\w){13,29}$\/",
- "required": true,
- "position": 1,
- "options": {
- "validators": [
- {
- "name": "Iban"
- }
- ]
+ "hint": {
+ "en": "Enter first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Za-z]{2,64}$\/",
+ "example": "Max",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "last_name",
+ "type": "string",
+ "label": {
+ "en": "Last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
},
"hint": {
- "en": "Enter account number",
- "ru": "Введите номер счета",
- "uk": "Введіть номер рахунку"
+ "en": "Enter last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
},
- "example": "GB97BARC20031877565489"
+ "regexp": "\/^[A-Za-z]{2,64}$\/",
+ "example": "Power",
+ "required": false,
+ "position": 3
}
],
"amount_min": "0.01",
- "amount_max": "150000.00"
+ "amount_max": "50000"
},
{
"status": "active",
- "code": "banktransfer_uah",
+ "code": "banktransfer_rub",
"method": "banktransfer",
- "currency": "UAH",
+ "currency": "RUB",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}(\\w){13,29}$\/",
+ "required": true,
+ "position": 1,
+ "options": {
+ "validators": [
+ {
+ "name": "Iban"
+ }
+ ]
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "example": "GB97BARC20031877565489"
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "150000.00"
+ },
+ {
+ "status": "active",
+ "code": "banktransfer_uah",
+ "method": "banktransfer",
+ "currency": "UAH",
"fields": [
{
"key": "account_number",
@@ -68980,6 +73056,171 @@
"amount_min": "0.01",
"amount_max": "99999.00"
},
+ {
+ "status": "active",
+ "code": "bank_transfer_uah",
+ "method": "bank_transfer",
+ "currency": "UAH",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "beneficiary_itn",
+ "type": "string",
+ "regexp": "\/^\\d{10}$\/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Beneficiary ITN",
+ "ru": "ИНН получателя",
+ "uk": "ІПН отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary Individual Tax Number",
+ "ru": "Введите ИНН получателя",
+ "uk": "Введіть ІПН отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_full_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Recipient full name",
+ "ru": "Полное имя получателя",
+ "uk": "Повне iм'я одержувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary full name",
+ "ru": "Введите полное имя получателя",
+ "uk": "Введіть повне імʼя одержувача"
+ }
+ },
+ {
+ "key": "sender_full_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Sender full name",
+ "ru": "Полное имя отправителя",
+ "uk": "Повне імʼя відправника"
+ },
+ "hint": {
+ "en": "Enter Sender full name",
+ "ru": "Введите полное имя отправителя",
+ "uk": "Введіть повне імʼя відправкникa"
+ }
+ },
+ {
+ "key": "account_name",
+ "type": "string",
+ "regexp": "\/^[\\s\\p{L}\\p{N}\\p{P}]{2,100}$\/u",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "Account Name",
+ "ru": "Account Name",
+ "uk": "Account Name"
+ },
+ "hint": {
+ "en": "Enter Account Name",
+ "ru": "Введите Account Name",
+ "uk": "Введіть Account Name"
+ }
+ },
+ {
+ "key": "payment_purpose",
+ "type": "string",
+ "label": {
+ "en": "Purpose of payment",
+ "ru": "Назначение платежа",
+ "uk": "Призначення платежу"
+ },
+ "regexp": "\/^[\\s\\p{L}\\p{N}\\p{P}]{2,100}$\/u",
+ "required": false,
+ "position": 6,
+ "hint": {
+ "en": "Enter purpose of payment",
+ "ru": "Введите назначение платежа",
+ "uk": "Введіть призначення рахунку"
+ },
+ "example": "Payment of utility services"
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "position": 7,
+ "label": {
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ }
+ },
+ {
+ "key": "bank_name",
+ "type": "string",
+ "regexp": "\/^[\\s\\p{L}\\p{N}\\p{P}]{2,100}$\/u",
+ "required": false,
+ "position": 8,
+ "label": {
+ "en": "Bank Name",
+ "ru": "Имя банка",
+ "uk": "Ім'я банку"
+ },
+ "hint": {
+ "en": "Enter bank name",
+ "ru": "Введите имя банка",
+ "uk": "Введіть ім'я банку"
+ }
+ },
+ {
+ "key": "bank_address",
+ "type": "string",
+ "regexp": "\/^[\\s\\p{L}\\p{N}\\p{P}]{2,100}$\/u",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Bank Address",
+ "ru": "Адрес банка",
+ "uk": "Адреса банку"
+ },
+ "hint": {
+ "en": "Enter bank address",
+ "ru": "Введите адрес банка",
+ "uk": "Введіть адресу банку"
+ }
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "3000000"
+ },
{
"status": "active",
"code": "bank_transfer_usd",
@@ -68995,7 +73236,7 @@
"uk": "Номер рахунку"
},
"regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
- "required": true,
+ "required": false,
"position": 1,
"hint": {
"en": "Enter account number or IBAN",
@@ -69007,7 +73248,7 @@
{
"key": "account_type",
"type": "string",
- "regexp": "\/^[A-Za-z0-9]{1,10}$\/",
+ "regexp": "\/^[A-Za-z0-9_]{1,20}$\/",
"required": false,
"position": 2,
"label": {
@@ -69024,7 +73265,7 @@
{
"key": "account_name",
"type": "string",
- "regexp": "\/^[A-Za-z0-9\\s]{2,100}$\/",
+ "regexp": "\/^[A-Za-zА-ЩЬЮЯҐЄІЇа-щьюяґєії0-9\\s\\.\\,\\-\\(\\)\\ʼ]{2,100}$\/",
"required": false,
"position": 3,
"label": {
@@ -69041,7 +73282,7 @@
{
"key": "bank_branch",
"type": "string",
- "regexp": "\/^[A-za-z,0-9]{2,100}$\/",
+ "regexp": "\/^[A-Za-zА-ЩЬЮЯҐЄІЇа-щьюяґєії0-9\\s\\.\\,\\-\\(\\)\\ʼ]{2,100}$\/",
"required": false,
"position": 4,
"label": {
@@ -69075,13 +73316,13 @@
{
"key": "bank_name",
"type": "string",
- "regexp": "\/^[A-Z\\-\\sa-z0-9_]{2,100}$\/",
+ "regexp": "\/^[A-Za-zА-ЩЬЮЯҐЄІЇа-щьюяґєії0-9\\s\\.\\,\\-\\(\\)\\ʼ]{2,100}$\/",
"required": false,
"position": 6,
"label": {
"en": "Bank Name",
- "ru": "Код банка",
- "uk": "Код банку"
+ "ru": "Имя банка",
+ "uk": "Ім'я банку"
},
"hint": {
"en": "Enter bank name",
@@ -69092,7 +73333,7 @@
{
"key": "bank_address",
"type": "string",
- "regexp": "\/^[a-zA-Z0-9 \\\/_.,'-]{1,200}$\/",
+ "regexp": "\/^[A-Za-zА-ЩЬЮЯҐЄІЇа-щьюяґєії0-9\\s\\.\\,\\-\\(\\)\\ʼ]{2,100}$\/",
"required": false,
"position": 7,
"label": {
@@ -69160,7 +73401,7 @@
{
"key": "beneficiary_document_type",
"type": "string",
- "regexp": "\/^[A-Za-z]{3,20}$\/",
+ "regexp": "\/^[A-Za-z]{2,20}$\/",
"required": false,
"position": 11,
"label": {
@@ -69245,7 +73486,7 @@
{
"key": "beneficiary_address",
"type": "string",
- "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
+ "regexp": "\/^[A-Za-zА-ЩЬЮЯҐЄІЇа-щьюяґєії0-9\\s\\.\\,\\-\\(\\)\\ʼ]{2,100}$\/",
"required": false,
"position": 16,
"label": {
@@ -69292,12 +73533,135 @@
"ru": "Введите полное имя отправителя",
"uk": "Введіть повне імʼя відправкника"
}
+ },
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,3}$\/",
+ "required": false,
+ "position": 19,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type",
+ "ru": "Введите тип документа",
+ "uk": "Введіть тип документу"
+ }
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 20
+ },
+ {
+ "key": "payment_purpose",
+ "type": "string",
+ "label": {
+ "en": "Purpose of payment",
+ "ru": "Назначение платежа",
+ "uk": "Призначення платежу"
+ },
+ "regexp": "\/^[\\s\\p{L}\\p{N}\\p{P}]{2,100}$\/u",
+ "required": false,
+ "position": 21,
+ "hint": {
+ "en": "Enter purpose of payment",
+ "ru": "Введите назначение платежа",
+ "uk": "Введіть призначення рахунку"
+ },
+ "example": "Payment of utility services"
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 22
+ },
+ {
+ "key": "beneficiary_dob",
+ "type": "string",
+ "regexp": "\/^([0-2][0-9]|(3)[0-1])(\\/)(((0)[0-9])|((1)[0-2]))(\\/)\\d{4}$\/",
+ "required": false,
+ "position": 23,
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "example": "10/05/1964"
+ },
+ {
+ "key": "bank_account",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,30}$\/",
+ "label": {
+ "en": "Bank Account",
+ "ru": "Номер банковского счета",
+ "uk": "Номер банківського рахунку"
+ },
+ "hint": {
+ "en": "Enter bank account",
+ "ru": "Введите номер банковского счета",
+ "uk": "Введіть номер банківського рахунку"
+ },
+ "position": 23,
+ "required": false
+ },
+ {
+ "key": "dialcode",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,4}$\/",
+ "required": false,
+ "position": 24,
+ "label": {
+ "en": "Dial Code",
+ "ru": "Код набора",
+ "uk": "Код набору"
+ },
+ "hint": {
+ "en": "Enter dial code",
+ "ru": "Введите код набора",
+ "uk": "Введіть Код набору"
+ },
+ "example": "1234"
}
],
"amount_min": "0.01",
"amount_max": "1000000.00"
},
-
{
"status": "active",
"code": "bank_transfer_eur",
@@ -69312,7 +73676,7 @@
"ru": "Номер счета",
"uk": "Номер рахунку"
},
- "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "regexp": "\/^[A-Z]{2}[A-ZА-Я\\d\\s\\-\\–\\.\\']{13,48}$|^[\\d]{3,48}$\/",
"required": true,
"position": 1,
"hint": {
@@ -69342,7 +73706,7 @@
{
"key": "account_name",
"type": "string",
- "regexp": "\/^[A-Za-z0-9\\s]{2,100}$\/",
+ "regexp": "\/^[\\s\\p{L}\\p{N}\\p{P}]{2,100}$\/u",
"required": false,
"position": 3,
"label": {
@@ -69359,7 +73723,7 @@
{
"key": "bank_branch",
"type": "string",
- "regexp": "\/^[A-za-z,0-9]{2,100}$\/",
+ "regexp": "\/^[\\s\\p{L}\\p{N}\\p{P}]{2,100}$\/u",
"required": false,
"position": 4,
"label": {
@@ -69393,13 +73757,13 @@
{
"key": "bank_name",
"type": "string",
- "regexp": "\/^[A-Z\\-\\sa-z0-9_]{2,100}$\/",
+ "regexp": "\/^[\\s\\p{L}\\p{N}\\p{P}]{2,100}$\/u",
"required": false,
"position": 6,
"label": {
"en": "Bank Name",
- "ru": "Код банка",
- "uk": "Код банку"
+ "ru": "Имя банка",
+ "uk": "Ім'я банку"
},
"hint": {
"en": "Enter bank name",
@@ -69410,7 +73774,7 @@
{
"key": "bank_address",
"type": "string",
- "regexp": "\/^[a-zA-Z0-9 \\\/_.,'-]{1,200}$\/",
+ "regexp": "\/^[\\s\\p{L}\\p{N}\\p{P}]{2,100}$\/u",
"required": false,
"position": 7,
"label": {
@@ -69546,7 +73910,7 @@
{
"key": "beneficiary_state",
"type": "string",
- "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
+ "regexp": "\/^[\\s\\p{L}\\p{N}\\p{P}]{2,100}$\/u",
"required": false,
"position": 15,
"label": {
@@ -69563,7 +73927,7 @@
{
"key": "beneficiary_address",
"type": "string",
- "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
+ "regexp": "\/^[\\s\\p{L}\\p{N}\\p{P}]{2,100}$\/u",
"required": false,
"position": 16,
"label": {
@@ -69610,6 +73974,113 @@
"ru": "Введите полное имя отправителя",
"uk": "Введіть повне імʼя відправкника"
}
+ },
+ {
+ "key": "beneficiary_itn",
+ "type": "string",
+ "regexp": "\/^\\d{10}$\/",
+ "required": false,
+ "position": 19,
+ "label": {
+ "en": "Beneficiary ITN",
+ "ru": "ИНН получателя",
+ "uk": "ІПН отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary Individual Tax Number",
+ "ru": "Введите ИНН получателя",
+ "uk": "Введіть ІПН отримувача"
+ }
+ },
+ {
+ "key": "payment_purpose",
+ "type": "string",
+ "label": {
+ "en": "Purpose of payment",
+ "ru": "Назначение платежа",
+ "uk": "Призначення платежу"
+ },
+ "regexp": "\/^[\\s\\p{L}\\p{N}\\p{P}]{2,100}$\/u",
+ "required": false,
+ "position": 20,
+ "hint": {
+ "en": "Enter purpose of payment",
+ "ru": "Введите назначение платежа",
+ "uk": "Введіть призначення рахунку"
+ },
+ "example": "Payment of utility services"
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 21
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 22
+ },
+ {
+ "key": "beneficiary_dob",
+ "type": "string",
+ "regexp": "\/^([0-2][0-9]|(3)[0-1])(\\/)(((0)[0-9])|((1)[0-2]))(\\/)\\d{4}$\/",
+ "required": false,
+ "position": 23,
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "example": "10/05/1964"
+ },
+ {
+ "key": "dialcode",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,4}$\/",
+ "required": false,
+ "position": 24,
+ "label": {
+ "en": "Dial Code",
+ "ru": "Код набора",
+ "uk": "Код набору"
+ },
+ "hint": {
+ "en": "Enter dial code",
+ "ru": "Введите код набора",
+ "uk": "Введіть Код набору"
+ },
+ "example": "1234"
}
],
"amount_min": "0.01",
@@ -69715,8 +74186,8 @@
"position": 6,
"label": {
"en": "Bank Name",
- "ru": "Код банка",
- "uk": "Код банку"
+ "ru": "Имя банка",
+ "uk": "Ім'я банку"
},
"hint": {
"en": "Enter bank name",
@@ -69947,7 +74418,7 @@
"uk": "Номер рахунку"
},
"regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
- "required": true,
+ "required": false,
"position": 1,
"hint": {
"en": "Enter account number or IBAN",
@@ -70032,8 +74503,8 @@
"position": 6,
"label": {
"en": "Bank Name",
- "ru": "Код банка",
- "uk": "Код банку"
+ "ru": "Имя банка",
+ "uk": "Ім'я банку"
},
"hint": {
"en": "Enter bank name",
@@ -70112,7 +74583,7 @@
{
"key": "beneficiary_document_type",
"type": "string",
- "regexp": "\/^[A-Za-z]{3,20}$\/",
+ "regexp": "\/^[A-Za-z]{2,20}$\/",
"required": false,
"position": 11,
"label": {
@@ -70244,6 +74715,77 @@
"ru": "Введите полное имя отправителя",
"uk": "Введіть повне імʼя відправкника"
}
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$$\/",
+ "required": false,
+ "position": 19
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 20
+ },
+ {
+ "key": "beneficiary_dob",
+ "type": "string",
+ "regexp": "\/^([0-2][0-9]|(3)[0-1])(\\/)(((0)[0-9])|((1)[0-2]))(\\/)\\d{4}||((19|20)\\d{2}(0[1-9]|1[0-2])(0[1-9]|[12]\\d|3[01]))$\/",
+ "required": false,
+ "position": 21,
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "example": "10/05/1964"
+ },
+ {
+ "key": "bank_account",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,30}$\/",
+ "label": {
+ "en": "Bank Account",
+ "ru": "Номер банковского счета",
+ "uk": "Номер банківського рахунку"
+ },
+ "hint": {
+ "en": "Enter bank account",
+ "ru": "Введите номер банковского счета",
+ "uk": "Введіть номер банківського рахунку"
+ },
+ "position": 22,
+ "required": false
}
],
"amount_min": "0.01",
@@ -70251,9 +74793,9 @@
},
{
"status": "active",
- "code": "bank_transfer_ngn",
+ "code": "bank_transfer_cad",
"method": "bank_transfer",
- "currency": "NGN",
+ "currency": "CAD",
"fields": [
{
"key": "account_number",
@@ -70263,8 +74805,8 @@
"ru": "Номер счета",
"uk": "Номер рахунку"
},
- "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
- "required": true,
+ "regexp": "\/^[A-Z]{2}[A-ZА-Я\\d\\s\\-\\–\\.\\']{13,48}$|^[\\d]{3,48}$\/",
+ "required": false,
"position": 1,
"hint": {
"en": "Enter account number or IBAN",
@@ -70293,7 +74835,7 @@
{
"key": "account_name",
"type": "string",
- "regexp": "\/^[A-Za-z0-9\\s]{2,100}$\/",
+ "regexp": "\/^[\\s\\p{L}\\p{N}\\p{P}]{2,100}$\/u",
"required": false,
"position": 3,
"label": {
@@ -70310,7 +74852,7 @@
{
"key": "bank_branch",
"type": "string",
- "regexp": "\/^[A-za-z,0-9]{2,100}$\/",
+ "regexp": "\/^[\\s\\p{L}\\p{N}\\p{P}]{2,100}$\/u",
"required": false,
"position": 4,
"label": {
@@ -70323,13 +74865,31 @@
"ru": "Введите Bank Branch",
"uk": "Введіть Bank Branch"
}
+ },
+ {
+ "key": "bank_branch_code",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9]{2,100}$\/",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "Bank Branch Code",
+ "ru": "Bank Branch Code",
+ "uk": "Bank Branch Code"
+ },
+ "hint": {
+ "en": "Enter Bank Branch Code",
+ "ru": "Введите Bank Branch Code",
+ "uk": "Введіть Bank Branch Code"
+ },
+ "example": "A6A2B6"
},
{
"key": "bank_code",
"type": "string",
"regexp": "\/^[A-Za-z0-9]{2,20}$\/",
"required": false,
- "position": 5,
+ "position": 6,
"label": {
"en": "Bank Code",
"ru": "Код банка",
@@ -70344,13 +74904,13 @@
{
"key": "bank_name",
"type": "string",
- "regexp": "\/^[A-Z\\-\\sa-z0-9_]{2,100}$\/",
+ "regexp": "\/^[\\s\\p{L}\\p{N}\\p{P}]{2,100}$\/u",
"required": false,
- "position": 6,
+ "position": 7,
"label": {
"en": "Bank Name",
- "ru": "Код банка",
- "uk": "Код банку"
+ "ru": "Имя банка",
+ "uk": "Ім'я банку"
},
"hint": {
"en": "Enter bank name",
@@ -70361,9 +74921,9 @@
{
"key": "bank_address",
"type": "string",
- "regexp": "\/^[a-zA-Z0-9 \\\/_.,'-]{1,200}$\/",
+ "regexp": "\/^[\\s\\p{L}\\p{N}\\p{P}]{2,100}$\/u",
"required": false,
- "position": 7,
+ "position": 8,
"label": {
"en": "Bank Address",
"ru": "Адрес банка",
@@ -70380,7 +74940,7 @@
"type": "string",
"regexp": "\/^[A-Za-zА-Яа-я\\-\\s]{2,100}$\/",
"required": false,
- "position": 8,
+ "position": 9,
"label": {
"en": "Beneficiary first name",
"ru": "Имя получателя",
@@ -70397,7 +74957,7 @@
"type": "string",
"regexp": "\/^[A-Za-zА-Яа-я\\-\\s]{2,100}$\/",
"required": false,
- "position": 9,
+ "position": 10,
"label": {
"en": "Beneficiary last name",
"ru": "Фамилия получателя",
@@ -70414,7 +74974,7 @@
"type": "string",
"regexp": "\/^[A-Z0-9]{3,20}$\/",
"required": false,
- "position": 10,
+ "position": 11,
"label": {
"en": "Beneficiary Document ID",
"ru": "Номер документа получателя",
@@ -70429,9 +74989,9 @@
{
"key": "beneficiary_document_type",
"type": "string",
- "regexp": "\/^[A-Za-z]{3,20}$\/",
+ "regexp": "\/^[A-Za-z]{2,20}$\/",
"required": false,
- "position": 11,
+ "position": 12,
"label": {
"en": "Beneficiary Document Type",
"ru": "Тип документа получателя",
@@ -70448,7 +75008,7 @@
"type": "string",
"regexp": "\/^.{2,6}$\/",
"required": false,
- "position": 12,
+ "position": 13,
"label": {
"en": "Beneficiary country code",
"ru": "Beneficiary country code",
@@ -70465,7 +75025,7 @@
"type": "string",
"regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
"required": false,
- "position": 13,
+ "position": 14,
"label": {
"en": "Beneficiary city",
"ru": "Beneficiary city",
@@ -70482,7 +75042,7 @@
"type": "string",
"regexp": "\/^[\\w\\-\\s]{1,64}$\/",
"required": false,
- "position": 14,
+ "position": 15,
"label": {
"en": "Beneficiary postcode",
"ru": "Beneficiary postcode",
@@ -70497,9 +75057,9 @@
{
"key": "beneficiary_state",
"type": "string",
- "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
+ "regexp": "\/^[\\s\\p{L}\\p{N}\\p{P}]{2,100}$\/u",
"required": false,
- "position": 15,
+ "position": 16,
"label": {
"en": "Beneficiary state",
"ru": "Beneficiary state",
@@ -70514,9 +75074,9 @@
{
"key": "beneficiary_address",
"type": "string",
- "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
+ "regexp": "\/^[\\s\\p{L}\\p{N}\\p{P}]{2,100}$\/u",
"required": false,
- "position": 16,
+ "position": 17,
"label": {
"en": "Beneficiary address",
"ru": "Beneficiary address",
@@ -70528,23 +75088,6 @@
"uk": "Введіть beneficiary country code"
}
},
- {
- "key": "beneficiary_full_name",
- "type": "string",
- "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
- "required": false,
- "position": 17,
- "label": {
- "en": "Beneficiary full name",
- "ru": "Полное имя получателя",
- "uk": "Повне імʼя отримувача"
- },
- "hint": {
- "en": "Enter beneficiary full name",
- "ru": "Введите полное имя получателя",
- "uk": "Введіть повне імʼя отримувача"
- }
- },
{
"key": "sender_full_name",
"type": "string",
@@ -70561,6 +75104,130 @@
"ru": "Введите полное имя отправителя",
"uk": "Введіть повне імʼя відправкника"
}
+ },
+ {
+ "key": "beneficiary_itn",
+ "type": "string",
+ "regexp": "\/^\\d{10}$\/",
+ "required": false,
+ "position": 19,
+ "label": {
+ "en": "Beneficiary ITN",
+ "ru": "ИНН получателя",
+ "uk": "ІПН отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary Individual Tax Number",
+ "ru": "Введите ИНН получателя",
+ "uk": "Введіть ІПН отримувача"
+ }
+ },
+ {
+ "key": "payment_purpose",
+ "type": "string",
+ "label": {
+ "en": "Purpose of payment",
+ "ru": "Назначение платежа",
+ "uk": "Призначення платежу"
+ },
+ "regexp": "\/^[\\s\\p{L}\\p{N}\\p{P}]{2,100}$\/u",
+ "required": false,
+ "position": 20,
+ "hint": {
+ "en": "Enter purpose of payment",
+ "ru": "Введите назначение платежа",
+ "uk": "Введіть призначення рахунку"
+ },
+ "example": "Payment of utility services"
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 21
+ },
+ {
+ "key": "beneficiary_dob",
+ "type": "string",
+ "regexp": "\/^([0-2][0-9]|(3)[0-1])(\\/)(((0)[0-9])|((1)[0-2]))(\\/)\\d{4}$\/",
+ "required": false,
+ "position": 22,
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "example": "10/05/1964"
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$$\/",
+ "required": false,
+ "position": 23
+ },
+ {
+ "key": "bank_account",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,30}$\/",
+ "label": {
+ "en": "Bank Account",
+ "ru": "Номер банковского счета",
+ "uk": "Номер банківського рахунку"
+ },
+ "hint": {
+ "en": "Enter bank account",
+ "ru": "Введите номер банковского счета",
+ "uk": "Введіть номер банківського рахунку"
+ },
+ "position": 24,
+ "required": false
+ },
+ {
+ "key": "dialcode",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,4}$\/",
+ "required": false,
+ "position": 25,
+ "label": {
+ "en": "Dial Code",
+ "ru": "Код набора",
+ "uk": "Код набору"
+ },
+ "hint": {
+ "en": "Enter dial code",
+ "ru": "Введите код набора",
+ "uk": "Введіть Код набору"
+ },
+ "example": "1234"
}
],
"amount_min": "0.01",
@@ -70568,9 +75235,9 @@
},
{
"status": "active",
- "code": "bank_transfer_kes",
+ "code": "bank_transfer_ngn",
"method": "bank_transfer",
- "currency": "KES",
+ "currency": "NGN",
"fields": [
{
"key": "account_number",
@@ -70581,7 +75248,7 @@
"uk": "Номер рахунку"
},
"regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
- "required": true,
+ "required": false,
"position": 1,
"hint": {
"en": "Enter account number or IBAN",
@@ -70593,7 +75260,7 @@
{
"key": "account_type",
"type": "string",
- "regexp": "\/^[A-Za-z0-9]{1,10}$\/",
+ "regexp": "\/^[A-Za-z0-9]{1,50}$\/",
"required": false,
"position": 2,
"label": {
@@ -70666,8 +75333,8 @@
"position": 6,
"label": {
"en": "Bank Name",
- "ru": "Код банка",
- "uk": "Код банку"
+ "ru": "Имя банка",
+ "uk": "Ім'я банку"
},
"hint": {
"en": "Enter bank name",
@@ -70878,333 +75545,105 @@
"ru": "Введите полное имя отправителя",
"uk": "Введіть повне імʼя відправкника"
}
- }
- ],
- "amount_min": "0.01",
- "amount_max": "1000000.00"
- },
- {
- "status": "active",
- "code": "bank_transfer_ghs",
- "method": "bank_transfer",
- "currency": "GHS",
- "fields": [
- {
- "key": "account_number",
- "type": "string",
- "label": {
- "en": "Account number",
- "ru": "Номер счета",
- "uk": "Номер рахунку"
- },
- "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
- "required": true,
- "position": 1,
- "hint": {
- "en": "Enter account number or IBAN",
- "ru": "Введите номер счета или IBAN",
- "uk": "Введіть номер рахунку або IBAN"
- },
- "example": "GB97BARC20031877565489"
},
{
- "key": "account_type",
- "type": "string",
- "regexp": "\/^[A-Za-z0-9]{1,10}$\/",
- "required": false,
- "position": 2,
- "label": {
- "en": "Account type",
- "ru": "Тип аккаунта",
- "uk": "Тип акаунту"
- },
- "hint": {
- "en": "Enter account type",
- "ru": "Введите тип аккаунта",
- "uk": "Введіть тип акаунту"
- }
- },
- {
- "key": "account_name",
- "type": "string",
- "regexp": "\/^[A-Za-z0-9\\s]{2,100}$\/",
- "required": false,
- "position": 3,
- "label": {
- "en": "Account Name",
- "ru": "Account Name",
- "uk": "Account Name"
- },
- "hint": {
- "en": "Enter Account Name",
- "ru": "Введите Account Name",
- "uk": "Введіть Account Name"
- }
- },
- {
- "key": "bank_branch",
- "type": "string",
- "regexp": "\/^[A-za-z,0-9]{2,100}$\/",
- "required": false,
- "position": 4,
- "label": {
- "en": "Bank Branch",
- "ru": "Bank Branch",
- "uk": "Bank Branch"
- },
- "hint": {
- "en": "Enter Bank Branch",
- "ru": "Введите Bank Branch",
- "uk": "Введіть Bank Branch"
- }
- },
- {
- "key": "bank_code",
- "type": "string",
- "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
- "required": false,
- "position": 5,
- "label": {
- "en": "Bank Code",
- "ru": "Код банка",
- "uk": "Код банку"
- },
- "hint": {
- "en": "Enter bank code",
- "ru": "Введите код банка",
- "uk": "Введіть код банку"
- }
- },
- {
- "key": "bank_name",
- "type": "string",
- "regexp": "\/^[A-Z\\-\\sa-z0-9_]{2,100}$\/",
- "required": false,
- "position": 6,
- "label": {
- "en": "Bank Name",
- "ru": "Код банка",
- "uk": "Код банку"
- },
- "hint": {
- "en": "Enter bank name",
- "ru": "Введите имя банка",
- "uk": "Введіть ім'я банку"
- }
- },
- {
- "key": "bank_address",
+ "key": "beneficiary_email",
"type": "string",
- "regexp": "\/^[a-zA-Z0-9 \\\/_.,'-]{1,200}$\/",
- "required": false,
- "position": 7,
"label": {
- "en": "Bank Address",
- "ru": "Адрес банка",
- "uk": "Адреса банку"
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
},
"hint": {
- "en": "Enter bank address",
- "ru": "Введите адрес банка",
- "uk": "Введіть адресу банку"
- }
- },
- {
- "key": "beneficiary_name",
- "type": "string",
- "regexp": "\/^[A-Za-zА-Яа-я\\-\\s]{2,100}$\/",
- "required": false,
- "position": 8,
- "label": {
- "en": "Beneficiary first name",
- "ru": "Имя получателя",
- "uk": "Імʼя отримувача"
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
},
- "hint": {
- "en": "Enter beneficiary first name",
- "ru": "Введите имя получателя",
- "uk": "Введіть імʼя отримувача"
- }
- },
- {
- "key": "beneficiary_lastname",
- "type": "string",
- "regexp": "\/^[A-Za-zА-Яа-я\\-\\s]{2,100}$\/",
+ "example": "johndoe@example.com",
+ "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$$\/",
"required": false,
- "position": 9,
- "label": {
- "en": "Beneficiary last name",
- "ru": "Фамилия получателя",
- "uk": "Прізвище отримувача"
- },
- "hint": {
- "en": "Enter beneficiary last name",
- "ru": "Введите фамилию получателя",
- "uk": "Введіть прізвище отримувача"
- }
+ "position": 19
},
{
- "key": "beneficiary_document_id",
+ "key": "beneficiary_phone",
"type": "string",
- "regexp": "\/^[A-Z0-9]{3,20}$\/",
- "required": false,
- "position": 10,
"label": {
- "en": "Beneficiary Document ID",
- "ru": "Номер документа получателя",
- "uk": "Номер документу отримувача"
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
},
"hint": {
- "en": "Enter Beneficiary Document ID",
- "ru": "Введите номер документа получателя",
- "uk": "Введіть номер документу отримувача"
- }
- },
- {
- "key": "beneficiary_document_type",
- "type": "string",
- "regexp": "\/^[A-Za-z]{3,20}$\/",
- "required": false,
- "position": 11,
- "label": {
- "en": "Beneficiary Document Type",
- "ru": "Тип документа получателя",
- "uk": "Тип документу отримувача"
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
},
- "hint": {
- "en": "Enter Beneficiary Document Type",
- "ru": "Введите тип документа получателя",
- "uk": "Введіть тип документу отримувача"
- }
- },
- {
- "key": "beneficiary_country_code_iso",
- "type": "string",
- "regexp": "\/^.{2,6}$\/",
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
"required": false,
- "position": 12,
- "label": {
- "en": "Beneficiary country code",
- "ru": "Beneficiary country code",
- "uk": "Beneficiary country code"
- },
- "hint": {
- "en": "Enter beneficiary country code",
- "ru": "Введите beneficiary country code",
- "uk": "Введіть beneficiary country code"
- }
+ "position": 20
},
{
- "key": "beneficiary_city",
+ "key": "beneficiary_dob",
"type": "string",
- "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
+ "regexp": "\/^([0-2][0-9]|(3)[0-1])(\\/)(((0)[0-9])|((1)[0-2]))(\\/)\\d{4}||((19|20)\\d{2}(0[1-9]|1[0-2])(0[1-9]|[12]\\d|3[01]))$\/",
"required": false,
- "position": 13,
+ "position": 21,
"label": {
- "en": "Beneficiary city",
- "ru": "Beneficiary city",
- "uk": "Beneficiary city"
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
},
"hint": {
- "en": "Enter beneficiary city",
- "ru": "Введите beneficiary city",
- "uk": "Введіть beneficiary city"
- }
- },
- {
- "key": "beneficiary_postcode",
- "type": "string",
- "regexp": "\/^[\\w\\-\\s]{1,64}$\/",
- "required": false,
- "position": 14,
- "label": {
- "en": "Beneficiary postcode",
- "ru": "Beneficiary postcode",
- "uk": "Beneficiary postcode"
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
},
- "hint": {
- "en": "Enter beneficiary postcode",
- "ru": "Введите beneficiary postcode",
- "uk": "Введіть beneficiary postcode"
- }
+ "example": "10/05/1964"
},
{
- "key": "beneficiary_state",
+ "key": "bank_account",
"type": "string",
- "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
- "required": false,
- "position": 15,
+ "regexp": "\/^[0-9]{1,30}$\/",
"label": {
- "en": "Beneficiary state",
- "ru": "Beneficiary state",
- "uk": "Beneficiary state"
+ "en": "Bank Account",
+ "ru": "Номер банковского счета",
+ "uk": "Номер банківського рахунку"
},
"hint": {
- "en": "Enter beneficiary state",
- "ru": "Введите beneficiary state",
- "uk": "Введіть beneficiary state"
- }
- },
- {
- "key": "beneficiary_address",
- "type": "string",
- "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
- "required": false,
- "position": 16,
- "label": {
- "en": "Beneficiary address",
- "ru": "Beneficiary address",
- "uk": "Beneficiary address"
+ "en": "Enter bank account",
+ "ru": "Введите номер банковского счета",
+ "uk": "Введіть номер банківського рахунку"
},
- "hint": {
- "en": "Enter beneficiary country code",
- "ru": "Введите beneficiary country code",
- "uk": "Введіть beneficiary country code"
- }
+ "position": 22,
+ "required": false
},
{
- "key": "beneficiary_full_name",
+ "key": "bank_branch_code",
"type": "string",
- "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "regexp": "\/^[A-Za-z0-9]{2,100}$\/",
"required": false,
- "position": 17,
+ "position": 23,
"label": {
- "en": "Beneficiary full name",
- "ru": "Полное имя получателя",
- "uk": "Повне імʼя отримувача"
+ "en": "Bank Branch Code",
+ "ru": "Bank Branch Code",
+ "uk": "Bank Branch Code"
},
"hint": {
- "en": "Enter beneficiary full name",
- "ru": "Введите полное имя получателя",
- "uk": "Введіть повне імʼя отримувача"
- }
- },
- {
- "key": "sender_full_name",
- "type": "string",
- "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
- "required": false,
- "position": 18,
- "label": {
- "en": "Sender full name",
- "ru": "Полное имя отправителя",
- "uk": "Повне імʼя відправкника"
+ "en": "Enter Bank Branch Code",
+ "ru": "Введите Bank Branch Code",
+ "uk": "Введіть Bank Branch Code"
},
- "hint": {
- "en": "Enter Sender full name",
- "ru": "Введите полное имя отправителя",
- "uk": "Введіть повне імʼя відправкника"
- }
+ "example": "A6A2B6"
}
],
"amount_min": "0.01",
- "amount_max": "1000000.00"
+ "amount_max": "100000000.00"
},
{
"status": "active",
- "code": "bank_transfer_zar",
+ "code": "bank_transfer_kes",
"method": "bank_transfer",
- "currency": "ZAR",
+ "currency": "KES",
"fields": [
{
"key": "account_number",
@@ -71215,7 +75654,7 @@
"uk": "Номер рахунку"
},
"regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
- "required": true,
+ "required": false,
"position": 1,
"hint": {
"en": "Enter account number or IBAN",
@@ -71300,8 +75739,8 @@
"position": 6,
"label": {
"en": "Bank Name",
- "ru": "Код банка",
- "uk": "Код банку"
+ "ru": "Имя банка",
+ "uk": "Ім'я банку"
},
"hint": {
"en": "Enter bank name",
@@ -71380,7 +75819,7 @@
{
"key": "beneficiary_document_type",
"type": "string",
- "regexp": "\/^[A-Za-z]{3,20}$\/",
+ "regexp": "\/^[A-Za-z]{2,20}$\/",
"required": false,
"position": 11,
"label": {
@@ -71512,6 +75951,77 @@
"ru": "Введите полное имя отправителя",
"uk": "Введіть повне імʼя відправкника"
}
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$$\/",
+ "required": false,
+ "position": 19
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 20
+ },
+ {
+ "key": "beneficiary_dob",
+ "type": "string",
+ "regexp": "\/^([0-2][0-9]|(3)[0-1])(\\/)(((0)[0-9])|((1)[0-2]))(\\/)\\d{4}||((19|20)\\d{2}(0[1-9]|1[0-2])(0[1-9]|[12]\\d|3[01]))$\/",
+ "required": false,
+ "position": 21,
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "example": "10/05/1964"
+ },
+ {
+ "key": "bank_account",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,30}$\/",
+ "label": {
+ "en": "Bank Account",
+ "ru": "Номер банковского счета",
+ "uk": "Номер банківського рахунку"
+ },
+ "hint": {
+ "en": "Enter bank account",
+ "ru": "Введите номер банковского счета",
+ "uk": "Введіть номер банківського рахунку"
+ },
+ "position": 22,
+ "required": false
}
],
"amount_min": "0.01",
@@ -71519,9 +76029,9 @@
},
{
"status": "active",
- "code": "bank_transfer_inr",
+ "code": "bank_transfer_ghs",
"method": "bank_transfer",
- "currency": "INR",
+ "currency": "GHS",
"fields": [
{
"key": "account_number",
@@ -71531,8 +76041,8 @@
"ru": "Номер счета",
"uk": "Номер рахунку"
},
- "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,20}$\/",
- "required": true,
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "required": false,
"position": 1,
"hint": {
"en": "Enter account number or IBAN",
@@ -71617,8 +76127,8 @@
"position": 6,
"label": {
"en": "Bank Name",
- "ru": "Код банка",
- "uk": "Код банку"
+ "ru": "Имя банка",
+ "uk": "Ім'я банку"
},
"hint": {
"en": "Enter bank name",
@@ -71843,8 +76353,8 @@
"ru": "Введите Email",
"uk": "Введіть Email"
},
- "example": "johndoe@cashfree.com",
- "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,3})$\/",
+ "example": "johndoe@example.com",
+ "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$$\/",
"required": false,
"position": 19
},
@@ -71861,872 +76371,865 @@
"ru": "Введите номер телефона",
"uk": "Введіть номер телефону"
},
- "regexp": "\/^\\+91\\d{10}$\/",
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
"required": false,
"position": 20
},
{
- "key": "ifsc",
+ "key": "beneficiary_dob",
"type": "string",
+ "regexp": "\/^([0-2][0-9]|(3)[0-1])(\\/)(((0)[0-9])|((1)[0-2]))(\\/)\\d{4}||((19|20)\\d{2}(0[1-9]|1[0-2])(0[1-9]|[12]\\d|3[01]))$\/",
+ "required": false,
+ "position": 21,
"label": {
- "en": "IFSC",
- "ru": "IFSC",
- "uk": "IFSC"
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
},
"hint": {
- "en": "Enter IFSC",
- "ru": "Введите IFSC",
- "uk": "Введіть IFSC"
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
},
- "regexp": "\/^[A-Za-z0-9]{11}$\/",
- "required": false,
- "position": 21
- }
- ],
- "amount_min": "0.01",
- "amount_max": "1000000.00"
- },
- {
- "status": "active",
- "code": "muchbetter_usd",
- "method": "muchbetter",
- "currency": "USD",
- "fields": [
+ "example": "10/05/1964"
+ },
{
- "key": "phone",
+ "key": "bank_account",
"type": "string",
+ "regexp": "\/^[0-9]{1,30}$\/",
"label": {
- "en": "Phone number",
- "ru": "Номер телефона",
- "uk": "Номер телефону"
+ "en": "Bank Account",
+ "ru": "Номер банковского счета",
+ "uk": "Номер банківського рахунку"
},
"hint": {
- "en": "Enter phone number",
- "ru": "Введите номер телефона MuchBetter кошелька",
- "uk": "Введіть номер телефону MuchBetter гаманця"
+ "en": "Enter bank account",
+ "ru": "Введите номер банковского счета",
+ "uk": "Введіть номер банківського рахунку"
},
- "example": "+447624222721",
- "regexp": "\/^\\+\\d{1,15}$\/",
- "required": true,
- "position": 1
+ "position": 22,
+ "required": false
}
],
- "amount_min": "1",
- "amount_max": "99999.00"
+ "amount_min": "0.01",
+ "amount_max": "1000000.00"
},
{
"status": "active",
- "code": "muchbetter_eur",
- "method": "muchbetter",
- "currency": "EUR",
+ "code": "bank_transfer_zar",
+ "method": "bank_transfer",
+ "currency": "ZAR",
"fields": [
{
- "key": "phone",
+ "key": "account_number",
"type": "string",
"label": {
- "en": "Phone number",
- "ru": "Номер телефона",
- "uk": "Номер телефону"
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
},
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "required": false,
+ "position": 1,
"hint": {
- "en": "Enter phone number",
- "ru": "Введите номер телефона MuchBetter кошелька",
- "uk": "Введіть номер телефону MuchBetter гаманця"
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
},
- "example": "+447624222721",
- "regexp": "\/^\\+\\d{1,15}$\/",
- "required": true,
- "position": 1
- }
- ],
- "amount_min": "1",
- "amount_max": "99999.00"
- },
- {
- "status": "active",
- "code": "muchbetter_gbp",
- "method": "muchbetter",
- "currency": "GBP",
- "fields": [
+ "example": "GB97BARC20031877565489"
+ },
{
- "key": "phone",
+ "key": "account_type",
"type": "string",
+ "regexp": "\/^[A-Za-z0-9]{1,10}$\/",
+ "required": false,
+ "position": 2,
"label": {
- "en": "Phone number",
- "ru": "Номер телефона",
- "uk": "Номер телефону"
+ "en": "Account type",
+ "ru": "Тип аккаунта",
+ "uk": "Тип акаунту"
},
"hint": {
- "en": "Enter phone number",
- "ru": "Введите номер телефона MuchBetter кошелька",
- "uk": "Введіть номер телефону MuchBetter гаманця"
- },
- "example": "+447624222721",
- "regexp": "\/^\\+\\d{1,15}$\/",
- "required": true,
- "position": 1
- }
- ],
- "amount_min": "1",
- "amount_max": "99999.00"
- },
- {
- "status": "active",
- "code": "muchbetter_brl",
- "method": "muchbetter",
- "currency": "BRL",
- "fields": [
+ "en": "Enter account type",
+ "ru": "Введите тип аккаунта",
+ "uk": "Введіть тип акаунту"
+ }
+ },
{
- "key": "phone",
+ "key": "account_name",
"type": "string",
+ "regexp": "\/^[A-Za-z0-9\\s]{2,100}$\/",
+ "required": false,
+ "position": 3,
"label": {
- "en": "Phone number",
- "ru": "Номер телефона",
- "uk": "Номер телефону"
+ "en": "Account Name",
+ "ru": "Account Name",
+ "uk": "Account Name"
},
"hint": {
- "en": "Enter phone number",
- "ru": "Введите номер телефона MuchBetter кошелька",
- "uk": "Введіть номер телефону MuchBetter гаманця"
- },
- "example": "+447624222721",
- "regexp": "\/^\\+\\d{1,15}$\/",
- "required": true,
- "position": 1
- }
- ],
- "amount_min": "1",
- "amount_max": "99999.00"
- },
- {
- "status": "active",
- "code": "muchbetter_mxn",
- "method": "muchbetter",
- "currency": "MXN",
- "fields": [
+ "en": "Enter Account Name",
+ "ru": "Введите Account Name",
+ "uk": "Введіть Account Name"
+ }
+ },
{
- "key": "phone",
+ "key": "bank_branch",
"type": "string",
+ "regexp": "\/^[A-za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 4,
"label": {
- "en": "Phone number",
- "ru": "Номер телефона",
- "uk": "Номер телефону"
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
},
"hint": {
- "en": "Enter phone number",
- "ru": "Введите номер телефона MuchBetter кошелька",
- "uk": "Введіть номер телефону MuchBetter гаманця"
- },
- "example": "+447624222721",
- "regexp": "\/^\\+\\d{1,15}$\/",
- "required": true,
- "position": 1
- }
- ],
- "amount_min": "1",
- "amount_max": "99999.00"
- },
- {
- "status": "active",
- "code": "muchbetter_vnd",
- "method": "muchbetter",
- "currency": "VND",
- "fields": [
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ }
+ },
{
- "key": "phone",
+ "key": "bank_code",
"type": "string",
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "position": 5,
"label": {
- "en": "Phone number",
- "ru": "Номер телефона",
- "uk": "Номер телефону"
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
},
"hint": {
- "en": "Enter phone number",
- "ru": "Введите номер телефона MuchBetter кошелька",
- "uk": "Введіть номер телефону MuchBetter гаманця"
- },
- "example": "+447624222721",
- "regexp": "\/^\\+\\d{1,15}$\/",
- "required": true,
- "position": 1
- }
- ],
- "amount_min": "1",
- "amount_max": "99999.00"
- },
- {
- "status": "active",
- "code": "muchbetter_myr",
- "method": "muchbetter",
- "currency": "MYR",
- "fields": [
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ }
+ },
{
- "key": "phone",
+ "key": "bank_name",
"type": "string",
+ "regexp": "\/^[A-Z\\-\\sa-z0-9_]{2,100}$\/",
+ "required": false,
+ "position": 6,
"label": {
- "en": "Phone number",
- "ru": "Номер телефона",
- "uk": "Номер телефону"
+ "en": "Bank Name",
+ "ru": "Имя банка",
+ "uk": "Ім'я банку"
},
"hint": {
- "en": "Enter phone number",
- "ru": "Введите номер телефона MuchBetter кошелька",
- "uk": "Введіть номер телефону MuchBetter гаманця"
- },
- "example": "+447624222721",
- "regexp": "\/^\\+\\d{1,15}$\/",
- "required": true,
- "position": 1
- }
- ],
- "amount_min": "1",
- "amount_max": "99999.00"
- },
- {
- "status": "active",
- "code": "muchbetter_idr",
- "method": "muchbetter",
- "currency": "IDR",
- "fields": [
+ "en": "Enter bank name",
+ "ru": "Введите имя банка",
+ "uk": "Введіть ім'я банку"
+ }
+ },
{
- "key": "phone",
+ "key": "bank_address",
"type": "string",
+ "regexp": "\/^[a-zA-Z0-9 \\\/_.,'-]{1,200}$\/",
+ "required": false,
+ "position": 7,
"label": {
- "en": "Phone number",
- "ru": "Номер телефона",
- "uk": "Номер телефону"
+ "en": "Bank Address",
+ "ru": "Адрес банка",
+ "uk": "Адреса банку"
},
"hint": {
- "en": "Enter phone number",
- "ru": "Введите номер телефона MuchBetter кошелька",
- "uk": "Введіть номер телефону MuchBetter гаманця"
- },
- "example": "+447624222721",
- "regexp": "\/^\\+\\d{1,15}$\/",
- "required": true,
- "position": 1
- }
- ],
- "amount_min": "1",
- "amount_max": "99999.00"
- },
- {
- "status": "active",
- "code": "muchbetter_thb",
- "method": "muchbetter",
- "currency": "THB",
- "fields": [
+ "en": "Enter bank address",
+ "ru": "Введите адрес банка",
+ "uk": "Введіть адресу банку"
+ }
+ },
{
- "key": "phone",
+ "key": "beneficiary_name",
"type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\s]{2,100}$\/",
+ "required": false,
+ "position": 8,
"label": {
- "en": "Phone number",
- "ru": "Номер телефона",
- "uk": "Номер телефону"
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
},
"hint": {
- "en": "Enter phone number",
- "ru": "Введите номер телефона MuchBetter кошелька",
- "uk": "Введіть номер телефону MuchBetter гаманця"
- },
- "example": "+447624222721",
- "regexp": "\/^\\+\\d{1,15}$\/",
- "required": true,
- "position": 1
- }
- ],
- "amount_min": "1",
- "amount_max": "999999.00"
- },
- {
- "status": "active",
- "code": "muchbetter_pln",
- "method": "muchbetter",
- "currency": "PLN",
- "fields": [
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ }
+ },
{
- "key": "phone",
+ "key": "beneficiary_lastname",
"type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\s]{2,100}$\/",
+ "required": false,
+ "position": 9,
"label": {
- "en": "Phone number",
- "ru": "Номер телефона",
- "uk": "Номер телефону"
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
},
"hint": {
- "en": "Enter phone number",
- "ru": "Введите номер телефона MuchBetter кошелька",
- "uk": "Введіть номер телефону MuchBetter гаманця"
- },
- "example": "+447624222721",
- "regexp": "\/^\\+\\d{1,15}$\/",
- "required": true,
- "position": 1
- }
- ],
- "amount_min": "1",
- "amount_max": "999999.00"
- },
- {
- "status": "active",
- "code": "muchbetter_cad",
- "method": "muchbetter",
- "currency": "CAD",
- "fields": [
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ }
+ },
{
- "key": "phone",
+ "key": "beneficiary_document_id",
"type": "string",
+ "regexp": "\/^[A-Z0-9]{3,20}$\/",
+ "required": false,
+ "position": 10,
"label": {
- "en": "Phone number",
- "ru": "Номер телефона",
- "uk": "Номер телефону"
+ "en": "Beneficiary Document ID",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документу отримувача"
},
"hint": {
- "en": "Enter phone number",
- "ru": "Введите номер телефона MuchBetter кошелька",
- "uk": "Введіть номер телефону MuchBetter гаманця"
- },
- "example": "+447624222721",
- "regexp": "\/^\\+\\d{1,15}$\/",
- "required": true,
- "position": 1
- }
- ],
- "amount_min": "1",
- "amount_max": "999999.00"
- },
- {
- "status": "active",
- "code": "paysafecard_usd",
- "method": "paysafecard",
- "currency": "USD",
- "fields": [
+ "en": "Enter Beneficiary Document ID",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документу отримувача"
+ }
+ },
{
- "key": "account_id",
+ "key": "beneficiary_document_type",
"type": "string",
+ "regexp": "\/^[A-Za-z]{2,20}$\/",
+ "required": false,
+ "position": 11,
"label": {
- "en": "Account ID",
- "ru": "Аккаунт ID",
- "uk": "Аккаунт ID"
+ "en": "Beneficiary Document Type",
+ "ru": "Тип документа получателя",
+ "uk": "Тип документу отримувача"
},
"hint": {
- "en": "Enter account ID",
- "ru": "Введите аккаунт ID",
- "uk": "Введіть аккаунт ID"
- },
- "example": "447624222721",
- "regexp": "\/^[-0-9a-zA-Z.+_]+@[-0-9a-zA-ZА-Яа-я.+_]+[.][a-zA-ZА-Яа-я]{2,4}|\\d{12}$\/",
- "required": true,
- "position": 1
+ "en": "Enter Beneficiary Document Type",
+ "ru": "Введите тип документа получателя",
+ "uk": "Введіть тип документу отримувача"
+ }
},
{
- "key": "date_of_birth",
+ "key": "beneficiary_country_code_iso",
"type": "string",
+ "regexp": "\/^.{2,6}$\/",
+ "required": false,
+ "position": 12,
"label": {
- "en": "Date of birth",
- "ru": "Дата рождения",
- "uk": "Дата народження"
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
},
"hint": {
- "en": "Date of birth",
- "ru": "Дата рождения",
- "uk": "Дата народження"
- },
- "regexp": "\/^\\d{4}-\\d{2}-\\d{2}$\/",
- "example": "1996-10-20",
- "required": true,
- "position": 2
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
},
{
- "key": "first_name",
+ "key": "beneficiary_city",
"type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
+ "required": false,
+ "position": 13,
"label": {
- "en": "First name",
- "ru": "Имя получателя",
- "uk": "Імʼя отримувача"
+ "en": "Beneficiary city",
+ "ru": "Beneficiary city",
+ "uk": "Beneficiary city"
},
"hint": {
- "en": "Enter first name",
- "ru": "Введите имя получателя",
- "uk": "Введіть імʼя отримувача"
- },
- "regexp": "\/^[A-Za-z]{2,64}$\/",
- "example": "Max",
- "required": true,
- "position": 3
+ "en": "Enter beneficiary city",
+ "ru": "Введите beneficiary city",
+ "uk": "Введіть beneficiary city"
+ }
},
{
- "key": "last_name",
+ "key": "beneficiary_postcode",
"type": "string",
+ "regexp": "\/^[\\w\\-\\s]{1,64}$\/",
+ "required": false,
+ "position": 14,
"label": {
- "en": "Last name",
- "ru": "Фамилия получателя",
- "uk": "Прізвище отримувача"
+ "en": "Beneficiary postcode",
+ "ru": "Beneficiary postcode",
+ "uk": "Beneficiary postcode"
},
"hint": {
- "en": "Enter last name",
- "ru": "Введите фамилию получателя",
- "uk": "Введіть прізвище отримувача"
- },
- "regexp": "\/^[A-Za-z]{2,64}$\/",
- "example": "Power",
- "required": true,
- "position": 4
- }
- ],
- "amount_min": "1",
- "amount_max": "99999.00"
- },
- {
- "status": "active",
- "code": "paysafecard_eur",
- "method": "paysafecard",
- "currency": "EUR",
- "fields": [
+ "en": "Enter beneficiary postcode",
+ "ru": "Введите beneficiary postcode",
+ "uk": "Введіть beneficiary postcode"
+ }
+ },
{
- "key": "account_id",
+ "key": "beneficiary_state",
"type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
+ "required": false,
+ "position": 15,
"label": {
- "en": "Account ID",
- "ru": "Аккаунт ID",
- "uk": "Аккаунт ID"
+ "en": "Beneficiary state",
+ "ru": "Beneficiary state",
+ "uk": "Beneficiary state"
},
"hint": {
- "en": "Enter account ID",
- "ru": "Введите аккаунт ID",
- "uk": "Введіть аккаунт ID"
- },
- "example": "447624222721",
- "regexp": "\/^[-0-9a-zA-Z.+_]+@[-0-9a-zA-ZА-Яа-я.+_]+[.][a-zA-ZА-Яа-я]{2,4}|\\d{12}$\/",
- "required": true,
- "position": 1
+ "en": "Enter beneficiary state",
+ "ru": "Введите beneficiary state",
+ "uk": "Введіть beneficiary state"
+ }
},
{
- "key": "date_of_birth",
+ "key": "beneficiary_address",
"type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
+ "required": false,
+ "position": 16,
"label": {
- "en": "Date of birth",
- "ru": "Дата рождения",
- "uk": "Дата народження"
+ "en": "Beneficiary address",
+ "ru": "Beneficiary address",
+ "uk": "Beneficiary address"
},
"hint": {
- "en": "Date of birth",
- "ru": "Дата рождения",
- "uk": "Дата народження"
- },
- "regexp": "\/^\\d{4}-\\d{2}-\\d{2}$\/",
- "example": "1996-10-20",
- "required": true,
- "position": 2
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
},
{
- "key": "first_name",
+ "key": "beneficiary_full_name",
"type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "position": 17,
"label": {
- "en": "First name",
- "ru": "Имя получателя",
- "uk": "Імʼя отримувача"
+ "en": "Beneficiary full name",
+ "ru": "Полное имя получателя",
+ "uk": "Повне імʼя отримувача"
},
"hint": {
- "en": "Enter first name",
- "ru": "Введите имя получателя",
- "uk": "Введіть імʼя отримувача"
- },
- "regexp": "\/^[A-Za-z]{2,64}$\/",
- "example": "Max",
- "required": true,
- "position": 3
+ "en": "Enter beneficiary full name",
+ "ru": "Введите полное имя получателя",
+ "uk": "Введіть повне імʼя отримувача"
+ }
},
{
- "key": "last_name",
+ "key": "sender_full_name",
"type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "position": 18,
"label": {
- "en": "Last name",
- "ru": "Фамилия получателя",
- "uk": "Прізвище отримувача"
+ "en": "Sender full name",
+ "ru": "Полное имя отправителя",
+ "uk": "Повне імʼя відправкника"
},
"hint": {
- "en": "Enter last name",
- "ru": "Введите фамилию получателя",
- "uk": "Введіть прізвище отримувача"
- },
- "regexp": "\/^[A-Za-z]{2,64}$\/",
- "example": "Power",
- "required": true,
- "position": 4
- }
- ],
- "amount_min": "1",
- "amount_max": "99999.00"
- },
- {
- "status": "active",
- "code": "paysafecard_gbp",
- "method": "paysafecard",
- "currency": "GBP",
- "fields": [
+ "en": "Enter Sender full name",
+ "ru": "Введите полное имя отправителя",
+ "uk": "Введіть повне імʼя відправкника"
+ }
+ },
{
- "key": "account_id",
+ "key": "beneficiary_email",
"type": "string",
"label": {
- "en": "Account ID",
- "ru": "Аккаунт ID",
- "uk": "Аккаунт ID"
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
},
"hint": {
- "en": "Enter account ID",
- "ru": "Введите аккаунт ID",
- "uk": "Введіть аккаунт ID"
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
},
- "example": "447624222721",
- "regexp": "\/^[-0-9a-zA-Z.+_]+@[-0-9a-zA-ZА-Яа-я.+_]+[.][a-zA-ZА-Яа-я]{2,4}|\\d{12}$\/",
- "required": true,
- "position": 1
+ "example": "johndoe@example.com",
+ "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$$\/",
+ "required": false,
+ "position": 19
},
{
- "key": "date_of_birth",
+ "key": "beneficiary_phone",
"type": "string",
"label": {
- "en": "Date of birth",
- "ru": "Дата рождения",
- "uk": "Дата народження"
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
},
"hint": {
- "en": "Date of birth",
- "ru": "Дата рождения",
- "uk": "Дата народження"
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
},
- "regexp": "\/^\\d{4}-\\d{2}-\\d{2}$\/",
- "example": "1996-10-20",
- "required": true,
- "position": 2
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 20
},
{
- "key": "first_name",
+ "key": "beneficiary_dob",
"type": "string",
+ "regexp": "\/^([0-2][0-9]|(3)[0-1])(\\/)(((0)[0-9])|((1)[0-2]))(\\/)\\d{4}||((19|20)\\d{2}(0[1-9]|1[0-2])(0[1-9]|[12]\\d|3[01]))$\/",
+ "required": false,
+ "position": 21,
"label": {
- "en": "First name",
- "ru": "Имя получателя",
- "uk": "Імʼя отримувача"
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
},
"hint": {
- "en": "Enter first name",
- "ru": "Введите имя получателя",
- "uk": "Введіть імʼя отримувача"
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
},
- "regexp": "\/^[A-Za-z]{2,64}$\/",
- "example": "Max",
- "required": true,
- "position": 3
+ "example": "10/05/1964"
},
{
- "key": "last_name",
+ "key": "bank_account",
"type": "string",
+ "regexp": "\/^[0-9]{1,30}$\/",
"label": {
- "en": "Last name",
- "ru": "Фамилия получателя",
- "uk": "Прізвище отримувача"
+ "en": "Bank Account",
+ "ru": "Номер банковского счета",
+ "uk": "Номер банківського рахунку"
},
"hint": {
- "en": "Enter last name",
- "ru": "Введите фамилию получателя",
- "uk": "Введіть прізвище отримувача"
+ "en": "Enter bank account",
+ "ru": "Введите номер банковского счета",
+ "uk": "Введіть номер банківського рахунку"
},
- "regexp": "\/^[A-Za-z]{2,64}$\/",
- "example": "Power",
- "required": true,
- "position": 4
+ "position": 22,
+ "required": false
}
],
- "amount_min": "1",
- "amount_max": "99999.00"
+ "amount_min": "0.01",
+ "amount_max": "1000000.00"
},
{
"status": "active",
- "code": "ecobanq_inr",
- "method": "ecobanq",
+ "code": "bank_transfer_inr",
+ "method": "bank_transfer",
"currency": "INR",
"fields": [
{
- "key": "user_id",
+ "key": "account_number",
"type": "string",
"label": {
- "en": "user ID",
- "ru": "user ID",
- "uk": "user ID"
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
},
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,20}$\/",
+ "required": false,
+ "position": 1,
"hint": {
- "en": "Enter user ID",
- "ru": "Введите user ID",
- "uk": "Введіть user ID"
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
},
- "example": "Q123456",
- "regexp": "\/^[Q]\\d{6}$\/",
- "required": true,
- "position": 1
+ "example": "GB97BARC20031877565489"
},
{
- "key": "user_password",
- "type": "string",
- "label": {
- "en": "User password",
- "ru": "User password",
- "uk": "User password"
- },
- "hint": {
- "en": "Enter user password",
- "ru": "Введите user password",
- "uk": "Введіть user password"
+ "key": "account_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9]{1,50}$\/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Account type",
+ "ru": "Тип аккаунта",
+ "uk": "Тип акаунту"
+ },
+ "hint": {
+ "en": "Enter account type",
+ "ru": "Введите тип аккаунта",
+ "uk": "Введіть тип акаунту"
+ }
},
- "regexp": "\/^.{1,64}$\/",
- "required": true,
- "position": 2
- }
- ],
- "amount_min": "0.01",
- "amount_max": "99999.00"
- },
- {
- "status": "active",
- "code": "winpay_rub",
- "method": "winpay",
- "currency": "RUB",
- "fields": [
{
- "key": "card_number",
+ "key": "account_name",
"type": "string",
+ "regexp": "\/^[A-Za-z0-9\\s]{2,100}$\/",
+ "required": false,
+ "position": 3,
"label": {
- "en": "Card number",
- "ru": "Номер карты",
- "uk": "Номер карти"
+ "en": "Account Name",
+ "ru": "Account Name",
+ "uk": "Account Name"
},
"hint": {
- "en": "Enter card number",
- "ru": "Введите номер карты",
- "uk": "Введіть номер карти"
- },
- "regexp": "\/^\\d{12,19}$\/",
- "required": true,
- "position": 1
+ "en": "Enter Account Name",
+ "ru": "Введите Account Name",
+ "uk": "Введіть Account Name"
+ }
},
{
- "key": "phone_number",
+ "key": "bank_branch",
"type": "string",
+ "regexp": "\/^[A-za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 4,
"label": {
- "en": "Phone number",
- "ru": "Номер телефона",
- "uk": "Номер телефону"
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
},
"hint": {
- "en": "Enter phone number",
- "ru": "Введите номер телефона",
- "uk": "Введіть номер телефону"
- },
- "regexp": "\/^\\+\\d{10,14}$\/",
- "required": true,
- "position": 2
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ }
},
{
- "key": "fio",
+ "key": "bank_code",
"type": "string",
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "position": 5,
"label": {
- "en": "Full name",
- "ru": "ФИО",
- "uk": "ФІО"
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
},
- "regexp": "\/^[a-zA-Z]+(([',. -][a-zA-Z ])?[a-zA-Z]*)*$\/",
- "required": true,
- "position": 3,
"hint": {
- "en": "Full name",
- "ru": "ФИО",
- "uk": "ФІО"
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
}
},
{
- "key": "date_of_birth",
+ "key": "bank_name",
"type": "string",
+ "regexp": "\/^[A-Z\\-\\sa-z0-9_]{2,100}$\/",
+ "required": false,
+ "position": 6,
"label": {
- "en": "Date of birth",
- "ru": "Дата рождения",
- "uk": "Дата народження"
+ "en": "Bank Name",
+ "ru": "Имя банка",
+ "uk": "Ім'я банку"
},
- "regexp": "\/^\\d{4}-\\d{2}-\\d{2}$\/",
- "required": false,
- "position": 4,
"hint": {
- "en": "Date of birth",
- "ru": "Дата рождения",
- "uk": "Дата народження"
- },
- "example": "1999-02-02"
- }
- ],
- "amount_min": "0.01",
- "amount_max": "99999.00"
- },
- {
- "status": "active",
- "code": "winpay_eur",
- "method": "winpay",
- "currency": "EUR",
- "fields": [
+ "en": "Enter bank name",
+ "ru": "Введите имя банка",
+ "uk": "Введіть ім'я банку"
+ }
+ },
{
- "key": "card_number",
+ "key": "bank_address",
"type": "string",
+ "regexp": "\/^[a-zA-Z0-9 \\\/_.,'-]{1,200}$\/",
+ "required": false,
+ "position": 7,
"label": {
- "en": "Card number",
- "ru": "Номер карты",
- "uk": "Номер карти"
+ "en": "Bank Address",
+ "ru": "Адрес банка",
+ "uk": "Адреса банку"
},
"hint": {
- "en": "Enter card number",
- "ru": "Введите номер карты",
- "uk": "Введіть номер карти"
- },
- "regexp": "\/^\\d{12,19}$\/",
- "required": true,
- "position": 1
+ "en": "Enter bank address",
+ "ru": "Введите адрес банка",
+ "uk": "Введіть адресу банку"
+ }
},
{
- "key": "phone_number",
+ "key": "beneficiary_name",
"type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\s]{2,100}$\/",
+ "required": false,
+ "position": 8,
"label": {
- "en": "Phone number",
- "ru": "Номер телефона",
- "uk": "Номер телефону"
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
},
"hint": {
- "en": "Enter phone number",
- "ru": "Введите номер телефона",
- "uk": "Введіть номер телефону"
- },
- "regexp": "\/^\\+\\d{10,14}$\/",
- "required": true,
- "position": 2
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ }
},
{
- "key": "fio",
+ "key": "beneficiary_lastname",
"type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\s]{2,100}$\/",
+ "required": false,
+ "position": 9,
"label": {
- "en": "Full name",
- "ru": "ФИО",
- "uk": "ФІО"
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
},
- "regexp": "\/^[a-zA-Z]+(([',. -][a-zA-Z ])?[a-zA-Z]*)*$\/",
- "required": true,
- "position": 3,
"hint": {
- "en": "Full name",
- "ru": "ФИО",
- "uk": "ФІО"
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
}
},
{
- "key": "date_of_birth",
+ "key": "beneficiary_document_id",
"type": "string",
+ "regexp": "\/^[A-Z0-9]{3,20}$\/",
+ "required": false,
+ "position": 10,
"label": {
- "en": "Date of birth",
- "ru": "Дата рождения",
- "uk": "Дата народження"
+ "en": "Beneficiary Document ID",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документу отримувача"
},
- "regexp": "\/^\\d{4}-\\d{2}-\\d{2}$\/",
- "required": false,
- "position": 4,
"hint": {
- "en": "Date of birth",
- "ru": "Дата рождения",
- "uk": "Дата народження"
- },
- "example": "1999-02-02"
- }
- ],
- "amount_min": "0.01",
- "amount_max": "99999.00"
- },
- {
- "status": "active",
- "code": "winpay_usd",
- "method": "winpay",
- "currency": "USD",
- "fields": [
+ "en": "Enter Beneficiary Document ID",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документу отримувача"
+ }
+ },
{
- "key": "card_number",
+ "key": "beneficiary_document_type",
"type": "string",
+ "regexp": "\/^[A-Za-z]{2,20}$\/",
+ "required": false,
+ "position": 11,
"label": {
- "en": "Card number",
- "ru": "Номер карты",
- "uk": "Номер карти"
+ "en": "Beneficiary Document Type",
+ "ru": "Тип документа получателя",
+ "uk": "Тип документу отримувача"
},
"hint": {
- "en": "Enter card number",
- "ru": "Введите номер карты",
- "uk": "Введіть номер карти"
- },
- "regexp": "\/^\\d{12,19}$\/",
- "required": true,
- "position": 1
+ "en": "Enter Beneficiary Document Type",
+ "ru": "Введите тип документа получателя",
+ "uk": "Введіть тип документу отримувача"
+ }
},
{
- "key": "phone_number",
+ "key": "beneficiary_country_code_iso",
"type": "string",
+ "regexp": "\/^.{2,6}$\/",
+ "required": false,
+ "position": 12,
"label": {
- "en": "Phone number",
- "ru": "Номер телефона",
- "uk": "Номер телефону"
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
},
"hint": {
- "en": "Enter phone number",
- "ru": "Введите номер телефона",
- "uk": "Введіть номер телефону"
- },
- "regexp": "\/^\\+\\d{10,14}$\/",
- "required": true,
- "position": 2
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
},
{
- "key": "fio",
+ "key": "beneficiary_city",
"type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
+ "required": false,
+ "position": 13,
"label": {
- "en": "Full name",
- "ru": "ФИО",
- "uk": "ФІО"
+ "en": "Beneficiary city",
+ "ru": "Beneficiary city",
+ "uk": "Beneficiary city"
},
- "regexp": "\/^[a-zA-Z]+(([',. -][a-zA-Z ])?[a-zA-Z]*)*$\/",
- "required": true,
- "position": 3,
"hint": {
- "en": "Full name",
- "ru": "ФИО",
- "uk": "ФІО"
+ "en": "Enter beneficiary city",
+ "ru": "Введите beneficiary city",
+ "uk": "Введіть beneficiary city"
}
},
{
- "key": "date_of_birth",
+ "key": "beneficiary_postcode",
"type": "string",
+ "regexp": "\/^[\\w\\-\\s]{1,64}$\/",
+ "required": false,
+ "position": 14,
"label": {
- "en": "Date of birth",
- "ru": "Дата рождения",
- "uk": "Дата народження"
+ "en": "Beneficiary postcode",
+ "ru": "Beneficiary postcode",
+ "uk": "Beneficiary postcode"
},
- "regexp": "\/^\\d{4}-\\d{2}-\\d{2}$\/",
+ "hint": {
+ "en": "Enter beneficiary postcode",
+ "ru": "Введите beneficiary postcode",
+ "uk": "Введіть beneficiary postcode"
+ }
+ },
+ {
+ "key": "beneficiary_state",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
"required": false,
- "position": 4,
+ "position": 15,
+ "label": {
+ "en": "Beneficiary state",
+ "ru": "Beneficiary state",
+ "uk": "Beneficiary state"
+ },
+ "hint": {
+ "en": "Enter beneficiary state",
+ "ru": "Введите beneficiary state",
+ "uk": "Введіть beneficiary state"
+ }
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
+ "required": false,
+ "position": 16,
+ "label": {
+ "en": "Beneficiary address",
+ "ru": "Beneficiary address",
+ "uk": "Beneficiary address"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_full_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "position": 17,
+ "label": {
+ "en": "Beneficiary full name",
+ "ru": "Полное имя получателя",
+ "uk": "Повне імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary full name",
+ "ru": "Введите полное имя получателя",
+ "uk": "Введіть повне імʼя отримувача"
+ }
+ },
+ {
+ "key": "sender_full_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "position": 18,
+ "label": {
+ "en": "Sender full name",
+ "ru": "Полное имя отправителя",
+ "uk": "Повне імʼя відправкника"
+ },
+ "hint": {
+ "en": "Enter Sender full name",
+ "ru": "Введите полное имя отправителя",
+ "uk": "Введіть повне імʼя відправкника"
+ }
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 19
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "regexp": "\/^(\\+?91)?\\d{10}$\/",
+ "required": false,
+ "position": 20
+ },
+ {
+ "key": "ifsc",
+ "type": "string",
+ "label": {
+ "en": "IFSC",
+ "ru": "IFSC",
+ "uk": "IFSC"
+ },
+ "hint": {
+ "en": "Enter IFSC",
+ "ru": "Введите IFSC",
+ "uk": "Введіть IFSC"
+ },
+ "regexp": "\/^[A-Za-z0-9]{11}$\/",
+ "required": false,
+ "position": 21
+ },
+ {
+ "key": "bank_branch_code",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9]{2,100}$\/",
+ "required": false,
+ "position": 22,
+ "label": {
+ "en": "Bank Branch Code",
+ "ru": "Bank Branch Code",
+ "uk": "Bank Branch Code"
+ },
"hint": {
+ "en": "Enter Bank Branch Code",
+ "ru": "Введите Bank Branch Code",
+ "uk": "Введіть Bank Branch Code"
+ },
+ "example": "A6A2B6"
+ },
+ {
+ "key": "beneficiary_dob",
+ "type": "string",
+ "regexp": "\/^([0-2][0-9]|(3)[0-1])(\\/)(((0)[0-9])|((1)[0-2]))(\\/)\\d{4}||((19|20)\\d{2}(0[1-9]|1[0-2])(0[1-9]|[12]\\d|3[01]))$\/",
+ "required": false,
+ "position": 23,
+ "label": {
"en": "Date of birth",
"ru": "Дата рождения",
"uk": "Дата народження"
},
- "example": "1999-02-02"
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "example": "10/05/1964"
+ },
+ {
+ "key": "bank_account",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,30}$\/",
+ "label": {
+ "en": "Bank Account",
+ "ru": "Номер банковского счета",
+ "uk": "Номер банківського рахунку"
+ },
+ "hint": {
+ "en": "Enter bank account",
+ "ru": "Введите номер банковского счета",
+ "uk": "Введіть номер банківського рахунку"
+ },
+ "position": 22,
+ "required": false
}
],
"amount_min": "0.01",
- "amount_max": "99999.00"
+ "amount_max": "1000000000"
},
{
"status": "active",
- "code": "vodacom_tzs",
- "method": "vodacom",
- "currency": "TZS",
+ "code": "muchbetter_usd",
+ "method": "muchbetter",
+ "currency": "USD",
"fields": [
{
"key": "phone",
@@ -72738,23 +77241,23 @@
},
"hint": {
"en": "Enter phone number",
- "ru": "Введите номер телефона",
- "uk": "Введіть номер телефону"
+ "ru": "Введите номер телефона MuchBetter кошелька",
+ "uk": "Введіть номер телефону MuchBetter гаманця"
},
- "example": "06534567891",
- "regexp": "\/^\\+\\d{10,14}$\/",
+ "example": "+447624222721",
+ "regexp": "\/^\\+\\d{1,15}$\/",
"required": true,
"position": 1
}
],
- "amount_min": "100",
- "amount_max": "999999"
+ "amount_min": "1",
+ "amount_max": "99999.00"
},
{
"status": "active",
- "code": "airtel_money_tzs",
- "method": "airtel_money",
- "currency": "TZS",
+ "code": "muchbetter_eur",
+ "method": "muchbetter",
+ "currency": "EUR",
"fields": [
{
"key": "phone",
@@ -72766,23 +77269,23 @@
},
"hint": {
"en": "Enter phone number",
- "ru": "Введите номер телефона",
- "uk": "Введіть номер телефону"
+ "ru": "Введите номер телефона MuchBetter кошелька",
+ "uk": "Введіть номер телефону MuchBetter гаманця"
},
- "example": "06534567891",
- "regexp": "\/^\\+\\d{10,14}$\/",
+ "example": "+447624222721",
+ "regexp": "\/^\\+\\d{1,15}$\/",
"required": true,
"position": 1
}
],
- "amount_min": "100",
- "amount_max": "999999"
+ "amount_min": "1",
+ "amount_max": "99999.00"
},
{
"status": "active",
- "code": "tigo_pesa_tzs",
- "method": "tigo_pesa",
- "currency": "TZS",
+ "code": "muchbetter_gbp",
+ "method": "muchbetter",
+ "currency": "GBP",
"fields": [
{
"key": "phone",
@@ -72794,23 +77297,23 @@
},
"hint": {
"en": "Enter phone number",
- "ru": "Введите номер телефона",
- "uk": "Введіть номер телефону"
+ "ru": "Введите номер телефона MuchBetter кошелька",
+ "uk": "Введіть номер телефону MuchBetter гаманця"
},
- "example": "06534567891",
- "regexp": "\/^\\+\\d{10,14}$\/",
+ "example": "+447624222721",
+ "regexp": "\/^\\+\\d{1,15}$\/",
"required": true,
"position": 1
}
],
- "amount_min": "100",
- "amount_max": "999999"
+ "amount_min": "1",
+ "amount_max": "99999.00"
},
{
"status": "active",
- "code": "zantel_ezypesa_tzs",
- "method": "zantel_ezypesa",
- "currency": "TZS",
+ "code": "muchbetter_brl",
+ "method": "muchbetter",
+ "currency": "BRL",
"fields": [
{
"key": "phone",
@@ -72822,23 +77325,23 @@
},
"hint": {
"en": "Enter phone number",
- "ru": "Введите номер телефона",
- "uk": "Введіть номер телефону"
+ "ru": "Введите номер телефона MuchBetter кошелька",
+ "uk": "Введіть номер телефону MuchBetter гаманця"
},
- "example": "06534567891",
- "regexp": "\/^\\+\\d{10,14}$\/",
+ "example": "+447624222721",
+ "regexp": "\/^\\+\\d{1,15}$\/",
"required": true,
"position": 1
}
],
- "amount_min": "100",
- "amount_max": "999999"
+ "amount_min": "1",
+ "amount_max": "99999.00"
},
{
"status": "active",
- "code": "selcom_card_tzs",
- "method": "selcom_card",
- "currency": "TZS",
+ "code": "muchbetter_mxn",
+ "method": "muchbetter",
+ "currency": "MXN",
"fields": [
{
"key": "phone",
@@ -72850,23 +77353,23 @@
},
"hint": {
"en": "Enter phone number",
- "ru": "Введите номер телефона",
- "uk": "Введіть номер телефону"
+ "ru": "Введите номер телефона MuchBetter кошелька",
+ "uk": "Введіть номер телефону MuchBetter гаманця"
},
- "example": "06534567891",
- "regexp": "\/^\\+\\d{10,14}$\/",
+ "example": "+447624222721",
+ "regexp": "\/^\\+\\d{1,15}$\/",
"required": true,
"position": 1
}
],
- "amount_min": "100",
- "amount_max": "999999"
+ "amount_min": "1",
+ "amount_max": "99999.00"
},
{
"status": "active",
- "code": "halo_pesa_tzs",
- "method": "halo_pesa",
- "currency": "TZS",
+ "code": "muchbetter_vnd",
+ "method": "muchbetter",
+ "currency": "VND",
"fields": [
{
"key": "phone",
@@ -72878,23 +77381,23 @@
},
"hint": {
"en": "Enter phone number",
- "ru": "Введите номер телефона",
- "uk": "Введіть номер телефону"
+ "ru": "Введите номер телефона MuchBetter кошелька",
+ "uk": "Введіть номер телефону MuchBetter гаманця"
},
- "example": "06534567891",
- "regexp": "\/^\\+\\d{10,14}$\/",
+ "example": "+447624222721",
+ "regexp": "\/^\\+\\d{1,15}$\/",
"required": true,
"position": 1
}
],
- "amount_min": "100",
- "amount_max": "999999"
+ "amount_min": "1",
+ "amount_max": "9999999999"
},
{
"status": "active",
- "code": "ttcl_pesa_tzs",
- "method": "ttcl_pesa",
- "currency": "TZS",
+ "code": "muchbetter_myr",
+ "method": "muchbetter",
+ "currency": "MYR",
"fields": [
{
"key": "phone",
@@ -72906,87 +77409,108 @@
},
"hint": {
"en": "Enter phone number",
- "ru": "Введите номер телефона",
- "uk": "Введіть номер телефону"
+ "ru": "Введите номер телефона MuchBetter кошелька",
+ "uk": "Введіть номер телефону MuchBetter гаманця"
},
- "example": "06534567891",
- "regexp": "\/^\\+\\d{10,14}$\/",
+ "example": "+447624222721",
+ "regexp": "\/^\\+\\d{1,15}$\/",
"required": true,
"position": 1
}
],
- "amount_min": "100",
- "amount_max": "999999"
+ "amount_min": "1",
+ "amount_max": "99999.00"
},
{
"status": "active",
- "code": "uax_uah",
- "currency": "UAH",
- "method": "uax",
+ "code": "muchbetter_idr",
+ "method": "muchbetter",
+ "currency": "IDR",
"fields": [
{
- "key": "wallet_address",
+ "key": "phone",
"type": "string",
"label": {
- "en": "Wallet address",
- "ru": "Адрес кошелька",
- "uk": "Адреса гаманця"
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
},
"hint": {
- "en": "Enter wallet address",
- "ru": "Введите адрес кошелька",
- "uk": "Введіть адресу гаманця"
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона MuchBetter кошелька",
+ "uk": "Введіть номер телефону MuchBetter гаманця"
},
- "example": "0x52908400098527886E0F7030069857D2E4169EE7",
- "regexp": "\/^0x[a-fA-F0-9]{40}$\/",
+ "example": "+447624222721",
+ "regexp": "\/^\\+\\d{1,15}$\/",
"required": true,
"position": 1
}
],
- "amount_min": 0.01,
- "amount_max": 100000
+ "amount_min": "1",
+ "amount_max": "99999.00"
},
{
"status": "active",
- "code": "cashfree_bank_transfer_inr",
- "currency": "INR",
- "method": "cashfree_bank_transfer",
+ "code": "muchbetter_thb",
+ "method": "muchbetter",
+ "currency": "THB",
"fields": [
{
- "key": "name",
+ "key": "phone",
"type": "string",
"label": {
- "en": "Full name",
- "ru": "ФИО",
- "uk": "ПIБ"
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
},
"hint": {
- "en": "Enter Full name",
- "ru": "Введите ФИО",
- "uk": "Введіть ПIБ"
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона MuchBetter кошелька",
+ "uk": "Введіть номер телефону MuchBetter гаманця"
},
- "regexp": "\/^[a-zA-Z]+(([',. -][a-zA-Z ])?[a-zA-Z]*)*$\/",
+ "example": "+447624222721",
+ "regexp": "\/^\\+\\d{1,15}$\/",
"required": true,
"position": 1
- },
+ }
+ ],
+ "amount_min": "1",
+ "amount_max": "999999.00"
+ },
+ {
+ "status": "active",
+ "code": "muchbetter_pln",
+ "method": "muchbetter",
+ "currency": "PLN",
+ "fields": [
{
- "key": "email",
+ "key": "phone",
"type": "string",
"label": {
- "en": "Email",
- "ru": "Email",
- "uk": "Email"
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
},
"hint": {
- "en": "Enter Email",
- "ru": "Введите Email",
- "uk": "Введіть Email"
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона MuchBetter кошелька",
+ "uk": "Введіть номер телефону MuchBetter гаманця"
},
- "example": "johndoe@cashfree.com",
- "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,3})$\/",
+ "example": "+447624222721",
+ "regexp": "\/^\\+\\d{1,15}$\/",
"required": true,
- "position": 2
- },
+ "position": 1
+ }
+ ],
+ "amount_min": "1",
+ "amount_max": "999999.00"
+ },
+ {
+ "status": "active",
+ "code": "muchbetter_cad",
+ "method": "muchbetter",
+ "currency": "CAD",
+ "fields": [
{
"key": "phone",
"type": "string",
@@ -72997,1692 +77521,99291 @@
},
"hint": {
"en": "Enter phone number",
- "ru": "Введите номер телефона",
- "uk": "Введіть номер телефону"
+ "ru": "Введите номер телефона MuchBetter кошелька",
+ "uk": "Введіть номер телефону MuchBetter гаманця"
},
- "regexp": "\/^\\d{9,14}$\/",
+ "example": "+447624222721",
+ "regexp": "\/^\\+\\d{1,15}$\/",
"required": true,
- "position": 3
+ "position": 1
+ }
+ ],
+ "amount_min": "1",
+ "amount_max": "999999.00"
+ },
+ {
+ "status": "active",
+ "code": "paysafecard_usd",
+ "method": "paysafecard",
+ "currency": "USD",
+ "fields": [
+ {
+ "key": "account_id",
+ "type": "string",
+ "label": {
+ "en": "Account ID",
+ "ru": "Аккаунт ID",
+ "uk": "Аккаунт ID"
+ },
+ "hint": {
+ "en": "Enter account ID",
+ "ru": "Введите аккаунт ID",
+ "uk": "Введіть аккаунт ID"
+ },
+ "example": "447624222721",
+ "regexp": "\/^[-0-9a-zA-Z.+_]+@[-0-9a-zA-ZА-Яа-я.+_]+[.][a-zA-ZА-Яа-я]{2,4}|\\d{12}$\/",
+ "required": true,
+ "position": 1
},
{
- "key": "bank_account",
+ "key": "date_of_birth",
"type": "string",
"label": {
- "en": "Bank account",
- "ru": "Bank account",
- "uk": "Bank account"
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
},
"hint": {
- "en": "Enter Bank account name",
- "ru": "Введите Bank account name",
- "uk": "Введіть Bank account name"
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
},
- "regexp": "\/^\\d{1,40}$\/",
+ "regexp": "\/^\\d{4}-\\d{2}-\\d{2}$\/",
+ "example": "1996-10-20",
"required": true,
- "position": 4
+ "position": 2
},
{
- "key": "ifsc",
+ "key": "first_name",
"type": "string",
"label": {
- "en": "IFSC",
- "ru": "IFSC",
- "uk": "IFSC"
+ "en": "First name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
},
"hint": {
- "en": "Enter IFSC",
- "ru": "Введите IFSC",
- "uk": "Введіть IFSC"
+ "en": "Enter first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
},
- "regexp": "\/^[A-Za-z0-9]{1,11}$\/",
+ "regexp": "\/^[A-Za-z]{2,64}$\/",
+ "example": "Max",
"required": true,
- "position": 5
+ "position": 3
},
{
- "key": "address",
+ "key": "last_name",
"type": "string",
"label": {
- "en": "Address",
- "ru": "Address",
- "uk": "Address"
+ "en": "Last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
},
"hint": {
- "en": "Enter Address",
- "ru": "Введите адресс",
- "uk": "Введіть адресу"
+ "en": "Enter last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
},
- "regexp": "\/^(\\w|\\.| |\\-|\\+|@){1,128}$\/",
+ "regexp": "\/^[A-Za-z]{2,64}$\/",
+ "example": "Power",
"required": true,
- "position": 6
+ "position": 4
}
],
- "amount_min": 0.01,
- "amount_max": 100000
+ "amount_min": "1",
+ "amount_max": "99999.00"
},
{
"status": "active",
- "code": "cashfree_upi_inr",
- "currency": "INR",
- "method": "cashfree_upi",
+ "code": "paysafecard_eur",
+ "method": "paysafecard",
+ "currency": "EUR",
"fields": [
{
- "key": "vpa",
+ "key": "account_id",
"type": "string",
"label": {
- "en": "VPA",
- "ru": "VPA",
- "uk": "VPA"
+ "en": "Account ID",
+ "ru": "Аккаунт ID",
+ "uk": "Аккаунт ID"
},
"hint": {
- "en": "Enter VPA",
- "ru": "Введите VPA",
- "uk": "Введіть VPA"
+ "en": "Enter account ID",
+ "ru": "Введите аккаунт ID",
+ "uk": "Введіть аккаунт ID"
},
- "regexp": "\/^.{2,}@\\w+$\/",
- "required": true,
+ "example": "447624222721",
+ "regexp": "\/^[-0-9a-zA-Z.+_]+@[-0-9a-zA-ZА-Яа-я.+_]+[.][a-zA-ZА-Яа-я]{2,4}|\\d{12}$\/",
+ "required": false,
"position": 1
},
{
- "key": "name",
+ "key": "date_of_birth",
"type": "string",
"label": {
- "en": "Full name",
- "ru": "ФИО",
- "uk": "ПIБ"
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
},
"hint": {
- "en": "Enter Full name",
- "ru": "Введите ФИО",
- "uk": "Введіть ПIБ"
- },
- "regexp": "\/^[a-zA-Z]+(([',. -][a-zA-Z ])?[a-zA-Z]*)*$\/",
- "required": true,
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "regexp": "\/^\\d{4}-\\d{2}-\\d{2}$\/",
+ "example": "1996-10-20",
+ "required": false,
"position": 2
},
{
- "key": "email",
+ "key": "first_name",
"type": "string",
"label": {
- "en": "Email",
- "ru": "Email",
- "uk": "Email"
+ "en": "First name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
},
"hint": {
- "en": "Enter Email",
- "ru": "Введите Email",
- "uk": "Введіть Email"
+ "en": "Enter first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
},
- "example": "johndoe@cashfree.com",
- "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,3})$\/",
- "required": true,
+ "regexp": "\/^[A-Za-z]{2,64}$\/",
+ "example": "Max",
+ "required": false,
"position": 3
},
{
- "key": "phone",
+ "key": "last_name",
"type": "string",
"label": {
- "en": "Phone number",
- "ru": "Номер телефона",
- "uk": "Номер телефону"
+ "en": "Last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
},
"hint": {
- "en": "Enter phone number",
- "ru": "Введите номер телефона",
- "uk": "Введіть номер телефону"
+ "en": "Enter last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
},
- "regexp": "\/^\\d{9,14}$\/",
- "required": true,
+ "regexp": "\/^[A-Za-z]{2,64}$\/",
+ "example": "Power",
+ "required": false,
"position": 4
},
{
- "key": "bank_account",
+ "key": "email",
"type": "string",
"label": {
- "en": "Bank account",
- "ru": "Bank account",
- "uk": "Bank account"
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
},
"hint": {
- "en": "Enter Bank account name",
- "ru": "Введите Bank account name",
- "uk": "Введіть Bank account name"
+ "en": "Enter the recipient email",
+ "ru": "Введите email получателя",
+ "uk": "Введіть email одержувача "
},
- "regexp": "\/^\\d{1,40}$\/",
- "required": true,
+ "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,4})$\/",
+ "required": false,
"position": 5
- },
+ }
+ ],
+ "amount_min": "1",
+ "amount_max": "99999.00"
+ },
+ {
+ "status": "active",
+ "code": "paysafecard_gbp",
+ "method": "paysafecard",
+ "currency": "GBP",
+ "fields": [
{
- "key": "ifsc",
+ "key": "account_id",
"type": "string",
"label": {
- "en": "IFSC",
- "ru": "IFSC",
- "uk": "IFSC"
+ "en": "Account ID",
+ "ru": "Аккаунт ID",
+ "uk": "Аккаунт ID"
},
"hint": {
- "en": "Enter IFSC",
- "ru": "Введите IFSC",
- "uk": "Введіть IFSC"
+ "en": "Enter account ID",
+ "ru": "Введите аккаунт ID",
+ "uk": "Введіть аккаунт ID"
},
- "regexp": "\/^[A-Za-z0-9]{1,11}$\/",
+ "example": "447624222721",
+ "regexp": "\/^[-0-9a-zA-Z.+_]+@[-0-9a-zA-ZА-Яа-я.+_]+[.][a-zA-ZА-Яа-я]{2,4}|\\d{12}$\/",
"required": true,
- "position": 6
+ "position": 1
},
{
- "key": "address",
+ "key": "date_of_birth",
"type": "string",
"label": {
- "en": "Address",
- "ru": "Address",
- "uk": "Address"
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
},
"hint": {
- "en": "Enter Address",
- "ru": "Введите адресс",
- "uk": "Введіть адресу"
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
},
- "regexp": "\/^(\\w|\\.| |\\-|\\+|@){1,128}$\/",
+ "regexp": "\/^\\d{4}-\\d{2}-\\d{2}$\/",
+ "example": "1996-10-20",
"required": true,
- "position": 7
- }
- ],
- "amount_min": 0.01,
- "amount_max": 100000
- },
- {
- "status": "active",
- "code": "paypoint_card_rub",
- "currency": "RUB",
- "method": "paypoint_card",
- "fields": [
+ "position": 2
+ },
{
- "key": "phone",
+ "key": "first_name",
"type": "string",
"label": {
- "en": "Phone number",
- "ru": "Номер телефона",
- "uk": "Номер телефону"
+ "en": "First name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
},
"hint": {
- "en": "Enter phone number",
- "ru": "Введите номер телефона",
- "uk": "Введіть номер телефону"
+ "en": "Enter first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
},
- "regexp": "\/^\\d{9,14}$\/",
+ "regexp": "\/^[A-Za-z]{2,64}$\/",
+ "example": "Max",
"required": true,
- "position": 1
+ "position": 3
},
{
- "key": "card_number",
+ "key": "last_name",
"type": "string",
"label": {
- "en": "Card number",
- "ru": "Номер карты",
- "uk": "Номер карти"
+ "en": "Last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
},
"hint": {
- "en": "Enter card number",
- "ru": "Введите номер карты",
- "uk": "Введіть номер карти"
+ "en": "Enter last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
},
- "regexp": "\/^\\d{12,19}$\/",
+ "regexp": "\/^[A-Za-z]{2,64}$\/",
+ "example": "Power",
"required": true,
- "position": 2
+ "position": 4
}
],
- "amount_min": 0.01,
- "amount_max": 100000
+ "amount_min": "1",
+ "amount_max": "99999.00"
},
{
"status": "active",
- "code": "mobile_uah",
- "method": "mobile",
- "currency": "UAH",
+ "code": "paysafecard_mxn",
+ "method": "paysafecard",
+ "currency": "MXN",
"fields": [
{
- "key": "phone",
+ "key": "account_id",
"type": "string",
"label": {
- "en": "Phone number",
- "ru": "Номер телефона",
- "uk": "Номер телефону"
+ "en": "Account ID",
+ "ru": "Аккаунт ID",
+ "uk": "Аккаунт ID"
},
"hint": {
- "en": "Enter phone number",
- "ru": "Введите номер телефона",
- "uk": "Введіть номер телефону"
+ "en": "Enter account ID",
+ "ru": "Введите аккаунт ID",
+ "uk": "Введіть аккаунт ID"
},
- "example": "06534567891",
- "regexp": "\/^\\+\\d{10,14}$\/",
+ "example": "447624222721",
+ "regexp": "\/^[-0-9a-zA-Z.+_]+@[-0-9a-zA-ZА-Яа-я.+_]+[.][a-zA-ZА-Яа-я]{2,4}|\\d{12}$\/",
"required": true,
"position": 1
- }
- ],
- "amount_min": "1",
- "amount_max": "3000"
- },
- {
- "status": "active",
- "code": "mobile_rub",
- "method": "mobile",
- "currency": "RUB",
- "fields": [
+ },
{
- "key": "phone",
+ "key": "date_of_birth",
"type": "string",
"label": {
- "en": "Phone number",
- "ru": "Номер телефона",
- "uk": "Номер телефону"
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
},
"hint": {
- "en": "Enter phone number",
- "ru": "Введите номер телефона",
- "uk": "Введіть номер телефону"
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
},
- "example": "06534567891",
- "regexp": "\/^\\+\\d{10,14}$\/",
+ "regexp": "\/^\\d{4}-\\d{2}-\\d{2}$\/",
+ "example": "1996-10-20",
"required": true,
- "position": 1
- }
- ],
- "amount_min": "10",
- "amount_max": "14000"
- },
- {
- "status": "active",
- "code": "neteller_aed",
- "method": "neteller",
- "currency": "AED",
- "fields": [
+ "position": 2
+ },
{
- "key": "email",
+ "key": "first_name",
"type": "string",
"label": {
- "en": "Email",
- "ru": "Email",
- "uk": "Email"
+ "en": "First name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
},
"hint": {
- "en": "Enter the recipient's email address",
- "ru": "Введите Email получателя",
- "uk": "Введiть Email отримувача"
+ "en": "Enter first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
},
- "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
+ "regexp": "\/^[A-Za-z]{2,64}$\/",
+ "example": "Max",
"required": true,
- "position": 1
- }
- ],
- "amount_min": "1",
- "amount_max": "50000"
- },
- {
- "status": "active",
- "code": "neteller_aud",
- "method": "neteller",
- "currency": "AUD",
- "fields": [
+ "position": 3
+ },
{
- "key": "email",
+ "key": "last_name",
"type": "string",
"label": {
- "en": "Email",
- "ru": "Email",
- "uk": "Email"
+ "en": "Last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
},
"hint": {
- "en": "Enter the recipient's email address",
- "ru": "Введите Email получателя",
- "uk": "Введiть Email отримувача"
+ "en": "Enter last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
},
- "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
+ "regexp": "\/^[A-Za-z]{2,64}$\/",
+ "example": "Power",
"required": true,
- "position": 1
+ "position": 4
}
],
"amount_min": "1",
- "amount_max": "50000"
+ "amount_max": "2000000.00"
},
{
"status": "active",
- "code": "neteller_brl",
- "method": "neteller",
- "currency": "BRL",
+ "code": "ecobanq_inr",
+ "method": "ecobanq",
+ "currency": "INR",
"fields": [
{
- "key": "email",
+ "key": "user_id",
"type": "string",
"label": {
- "en": "Email",
- "ru": "Email",
- "uk": "Email"
+ "en": "user ID",
+ "ru": "user ID",
+ "uk": "user ID"
},
"hint": {
- "en": "Enter the recipient's email address",
- "ru": "Введите Email получателя",
- "uk": "Введiть Email отримувача"
+ "en": "Enter user ID",
+ "ru": "Введите user ID",
+ "uk": "Введіть user ID"
},
- "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
+ "example": "Q123456",
+ "regexp": "\/^[Q]\\d{6}$\/",
"required": true,
"position": 1
- }
- ],
- "amount_min": "1",
- "amount_max": "50000"
- },
- {
- "status": "active",
- "code": "neteller_gbp",
- "method": "neteller",
- "currency": "GBP",
- "fields": [
+ },
{
- "key": "email",
+ "key": "user_password",
"type": "string",
"label": {
- "en": "Email",
- "ru": "Email",
- "uk": "Email"
+ "en": "User password",
+ "ru": "User password",
+ "uk": "User password"
},
"hint": {
- "en": "Enter the recipient's email address",
- "ru": "Введите Email получателя",
- "uk": "Введiть Email отримувача"
+ "en": "Enter user password",
+ "ru": "Введите user password",
+ "uk": "Введіть user password"
},
- "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
+ "regexp": "\/^.{1,64}$\/",
"required": true,
- "position": 1
+ "position": 2
}
],
- "amount_min": "1",
- "amount_max": "50000"
+ "amount_min": "0.01",
+ "amount_max": "1000000000"
},
{
"status": "active",
- "code": "neteller_bgn",
- "method": "neteller",
- "currency": "BGN",
+ "code": "winpay_rub",
+ "method": "winpay",
+ "currency": "RUB",
"fields": [
{
- "key": "email",
+ "key": "card_number",
"type": "string",
"label": {
- "en": "Email",
- "ru": "Email",
- "uk": "Email"
+ "en": "Card number",
+ "ru": "Номер карты",
+ "uk": "Номер карти"
},
"hint": {
- "en": "Enter the recipient's email address",
- "ru": "Введите Email получателя",
- "uk": "Введiть Email отримувача"
+ "en": "Enter card number",
+ "ru": "Введите номер карты",
+ "uk": "Введіть номер карти"
},
- "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
+ "regexp": "\/^\\d{12,19}$\/",
"required": true,
"position": 1
- }
- ],
- "amount_min": "1",
- "amount_max": "50000"
- },
- {
- "status": "active",
- "code": "neteller_cad",
- "method": "neteller",
- "currency": "CAD",
- "fields": [
+ },
{
- "key": "email",
+ "key": "phone_number",
"type": "string",
"label": {
- "en": "Email",
- "ru": "Email",
- "uk": "Email"
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
},
"hint": {
- "en": "Enter the recipient's email address",
- "ru": "Введите Email получателя",
- "uk": "Введiть Email отримувача"
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
},
- "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
+ "regexp": "\/^\\+\\d{10,14}$\/",
"required": true,
- "position": 1
- }
- ],
- "amount_min": "1",
- "amount_max": "50000"
- },
- {
- "status": "active",
- "code": "neteller_cop",
- "method": "neteller",
- "currency": "COP",
- "fields": [
+ "position": 2
+ },
{
- "key": "email",
+ "key": "fio",
"type": "string",
"label": {
- "en": "Email",
- "ru": "Email",
- "uk": "Email"
- },
- "hint": {
- "en": "Enter the recipient's email address",
- "ru": "Введите Email получателя",
- "uk": "Введiть Email отримувача"
+ "en": "Full name",
+ "ru": "ФИО",
+ "uk": "ФІО"
},
- "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
+ "regexp": "\/^[a-zA-Z]+(([',. -][a-zA-Z ])?[a-zA-Z]*)*$\/",
"required": true,
- "position": 1
- }
- ],
- "amount_min": "1",
- "amount_max": "50000"
- },
- {
- "status": "active",
- "code": "neteller_cny",
- "method": "neteller",
- "currency": "CNY",
- "fields": [
+ "position": 3,
+ "hint": {
+ "en": "Full name",
+ "ru": "ФИО",
+ "uk": "ФІО"
+ }
+ },
{
- "key": "email",
+ "key": "date_of_birth",
"type": "string",
"label": {
- "en": "Email",
- "ru": "Email",
- "uk": "Email"
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
},
+ "regexp": "\/^\\d{4}-\\d{2}-\\d{2}$\/",
+ "required": false,
+ "position": 4,
"hint": {
- "en": "Enter the recipient's email address",
- "ru": "Введите Email получателя",
- "uk": "Введiть Email отримувача"
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
},
- "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
- "required": true,
- "position": 1
+ "example": "1999-02-02"
}
],
- "amount_min": "1",
- "amount_max": "50000"
+ "amount_min": "0.01",
+ "amount_max": "99999.00"
},
{
"status": "active",
- "code": "neteller_dkk",
- "method": "neteller",
- "currency": "DKK",
+ "code": "winpay_eur",
+ "method": "winpay",
+ "currency": "EUR",
"fields": [
{
- "key": "email",
+ "key": "card_number",
"type": "string",
"label": {
- "en": "Email",
- "ru": "Email",
- "uk": "Email"
+ "en": "Card number",
+ "ru": "Номер карты",
+ "uk": "Номер карти"
},
"hint": {
- "en": "Enter the recipient's email address",
- "ru": "Введите Email получателя",
- "uk": "Введiть Email отримувача"
+ "en": "Enter card number",
+ "ru": "Введите номер карты",
+ "uk": "Введіть номер карти"
},
- "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
+ "regexp": "\/^\\d{12,19}$\/",
"required": true,
"position": 1
- }
- ],
- "amount_min": "1",
- "amount_max": "50000"
- },
- {
- "status": "active",
- "code": "neteller_eur",
- "method": "neteller",
- "currency": "EUR",
- "fields": [
+ },
{
- "key": "email",
+ "key": "phone_number",
"type": "string",
"label": {
- "en": "Email",
- "ru": "Email",
- "uk": "Email"
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
},
"hint": {
- "en": "Enter the recipient's email address",
- "ru": "Введите Email получателя",
- "uk": "Введiть Email отримувача"
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
},
- "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
+ "regexp": "\/^\\+\\d{10,14}$\/",
"required": true,
- "position": 1
- }
- ],
- "amount_min": "1",
- "amount_max": "50000"
- },
- {
- "status": "active",
- "code": "neteller_huf",
- "method": "neteller",
- "currency": "HUF",
- "fields": [
+ "position": 2
+ },
{
- "key": "email",
+ "key": "fio",
"type": "string",
"label": {
- "en": "Email",
- "ru": "Email",
- "uk": "Email"
- },
- "hint": {
- "en": "Enter the recipient's email address",
- "ru": "Введите Email получателя",
- "uk": "Введiть Email отримувача"
+ "en": "Full name",
+ "ru": "ФИО",
+ "uk": "ФІО"
},
- "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
+ "regexp": "\/^[a-zA-Z]+(([',. -][a-zA-Z ])?[a-zA-Z]*)*$\/",
"required": true,
- "position": 1
- }
- ],
- "amount_min": "1",
- "amount_max": "50000"
- },
- {
- "status": "active",
- "code": "neteller_inr",
- "method": "neteller",
- "currency": "INR",
- "fields": [
+ "position": 3,
+ "hint": {
+ "en": "Full name",
+ "ru": "ФИО",
+ "uk": "ФІО"
+ }
+ },
{
- "key": "email",
+ "key": "date_of_birth",
"type": "string",
"label": {
- "en": "Email",
- "ru": "Email",
- "uk": "Email"
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
},
+ "regexp": "\/^\\d{4}-\\d{2}-\\d{2}$\/",
+ "required": false,
+ "position": 4,
"hint": {
- "en": "Enter the recipient's email address",
- "ru": "Введите Email получателя",
- "uk": "Введiть Email отримувача"
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
},
- "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
- "required": true,
- "position": 1
+ "example": "1999-02-02"
}
],
- "amount_min": "1",
- "amount_max": "50000"
+ "amount_min": "0.01",
+ "amount_max": "99999.00"
},
{
"status": "active",
- "code": "neteller_jpy",
- "method": "neteller",
- "currency": "JPY",
+ "code": "winpay_usd",
+ "method": "winpay",
+ "currency": "USD",
"fields": [
{
- "key": "email",
+ "key": "card_number",
"type": "string",
"label": {
- "en": "Email",
- "ru": "Email",
- "uk": "Email"
+ "en": "Card number",
+ "ru": "Номер карты",
+ "uk": "Номер карти"
},
"hint": {
- "en": "Enter the recipient's email address",
- "ru": "Введите Email получателя",
- "uk": "Введiть Email отримувача"
+ "en": "Enter card number",
+ "ru": "Введите номер карты",
+ "uk": "Введіть номер карти"
},
- "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
+ "regexp": "\/^\\d{12,19}$\/",
"required": true,
"position": 1
- }
- ],
- "amount_min": "1",
- "amount_max": "50000"
- },
- {
- "status": "active",
- "code": "neteller_myr",
- "method": "neteller",
- "currency": "MYR",
- "fields": [
+ },
{
- "key": "email",
+ "key": "phone_number",
"type": "string",
"label": {
- "en": "Email",
- "ru": "Email",
- "uk": "Email"
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
},
"hint": {
- "en": "Enter the recipient's email address",
- "ru": "Введите Email получателя",
- "uk": "Введiть Email отримувача"
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
},
- "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
+ "regexp": "\/^\\+\\d{10,14}$\/",
"required": true,
- "position": 1
- }
- ],
- "amount_min": "1",
- "amount_max": "50000"
- },
- {
- "status": "active",
- "code": "neteller_mad",
- "method": "neteller",
- "currency": "MAD",
- "fields": [
+ "position": 2
+ },
{
- "key": "email",
+ "key": "fio",
"type": "string",
"label": {
- "en": "Email",
- "ru": "Email",
- "uk": "Email"
- },
- "hint": {
- "en": "Enter the recipient's email address",
- "ru": "Введите Email получателя",
- "uk": "Введiть Email отримувача"
+ "en": "Full name",
+ "ru": "ФИО",
+ "uk": "ФІО"
},
- "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
+ "regexp": "\/^[a-zA-Z]+(([',. -][a-zA-Z ])?[a-zA-Z]*)*$\/",
"required": true,
- "position": 1
- }
- ],
- "amount_min": "1",
- "amount_max": "50000"
- },
- {
- "status": "active",
- "code": "neteller_mxn",
- "method": "neteller",
- "currency": "MXN",
- "fields": [
+ "position": 3,
+ "hint": {
+ "en": "Full name",
+ "ru": "ФИО",
+ "uk": "ФІО"
+ }
+ },
{
- "key": "email",
+ "key": "date_of_birth",
"type": "string",
"label": {
- "en": "Email",
- "ru": "Email",
- "uk": "Email"
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
},
+ "regexp": "\/^\\d{4}-\\d{2}-\\d{2}$\/",
+ "required": false,
+ "position": 4,
"hint": {
- "en": "Enter the recipient's email address",
- "ru": "Введите Email получателя",
- "uk": "Введiть Email отримувача"
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
},
- "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
- "required": true,
- "position": 1
+ "example": "1999-02-02"
}
],
- "amount_min": "1",
- "amount_max": "50000"
+ "amount_min": "0.01",
+ "amount_max": "99999.00"
},
{
"status": "active",
- "code": "neteller_ngn",
- "method": "neteller",
- "currency": "NGN",
+ "code": "vodacom_tzs",
+ "method": "vodacom",
+ "currency": "TZS",
"fields": [
{
- "key": "email",
+ "key": "phone",
"type": "string",
"label": {
- "en": "Email",
- "ru": "Email",
- "uk": "Email"
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
},
"hint": {
- "en": "Enter the recipient's email address",
- "ru": "Введите Email получателя",
- "uk": "Введiть Email отримувача"
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
},
- "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
- "required": true,
+ "example": "+380987654321",
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": false,
"position": 1
- }
- ],
- "amount_min": "1",
- "amount_max": "50000"
- },
- {
- "status": "active",
- "code": "neteller_nok",
- "method": "neteller",
- "currency": "NOK",
- "fields": [
- {
- "key": "email",
+ },
+ {
+ "key": "account_number",
"type": "string",
"label": {
- "en": "Email",
- "ru": "Email",
- "uk": "Email"
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
},
"hint": {
- "en": "Enter the recipient's email address",
- "ru": "Введите Email получателя",
- "uk": "Введiть Email отримувача"
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
},
- "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
- "required": true,
- "position": 1
- }
- ],
- "amount_min": "1",
- "amount_max": "50000"
- },
- {
- "status": "active",
- "code": "neteller_pln",
- "method": "neteller",
- "currency": "PLN",
- "fields": [
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 2
+ },
{
- "key": "email",
+ "key": "beneficiary_first_name",
"type": "string",
"label": {
- "en": "Email",
- "ru": "Email",
- "uk": "Email"
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
},
"hint": {
- "en": "Enter the recipient's email address",
- "ru": "Введите Email получателя",
- "uk": "Введiть Email отримувача"
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
},
- "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
- "required": true,
- "position": 1
- }
- ],
- "amount_min": "1",
- "amount_max": "50000"
- },
- {
- "status": "active",
- "code": "neteller_ron",
- "method": "neteller",
- "currency": "RON",
- "fields": [
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Jonh"
+ },
{
- "key": "email",
+ "key": "beneficiary_last_name",
"type": "string",
"label": {
- "en": "Email",
- "ru": "Email",
- "uk": "Email"
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
},
"hint": {
- "en": "Enter the recipient's email address",
- "ru": "Введите Email получателя",
- "uk": "Введiть Email отримувача"
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
},
- "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
- "required": true,
- "position": 1
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 4,
+ "example": "Doe"
}
],
- "amount_min": "1",
- "amount_max": "50000"
+ "amount_min": "100",
+ "amount_max": "999999"
},
{
"status": "active",
- "code": "neteller_rub",
- "method": "neteller",
- "currency": "RUB",
+ "code": "airtel_money_tzs",
+ "method": "airtel_money",
+ "currency": "TZS",
"fields": [
{
- "key": "email",
+ "key": "phone",
"type": "string",
"label": {
- "en": "Email",
- "ru": "Email",
- "uk": "Email"
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
},
"hint": {
- "en": "Enter the recipient's email address",
- "ru": "Введите Email получателя",
- "uk": "Введiть Email отримувача"
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
},
- "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
- "required": true,
+ "example": "+380987654321",
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": false,
"position": 1
- }
- ],
- "amount_min": "1",
- "amount_max": "50000"
- },
- {
- "status": "active",
- "code": "neteller_sgd",
- "method": "neteller",
- "currency": "SGD",
- "fields": [
- {
- "key": "email",
+ },
+ {
+ "key": "account_number",
"type": "string",
"label": {
- "en": "Email",
- "ru": "Email",
- "uk": "Email"
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
},
"hint": {
- "en": "Enter the recipient's email address",
- "ru": "Введите Email получателя",
- "uk": "Введiть Email отримувача"
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
},
- "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
- "required": true,
- "position": 1
- }
- ],
- "amount_min": "1",
- "amount_max": "50000"
- },
- {
- "status": "active",
- "code": "neteller_sek",
- "method": "neteller",
- "currency": "SEK",
- "fields": [
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 2
+ },
{
- "key": "email",
+ "key": "beneficiary_first_name",
"type": "string",
"label": {
- "en": "Email",
- "ru": "Email",
- "uk": "Email"
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
},
"hint": {
- "en": "Enter the recipient's email address",
- "ru": "Введите Email получателя",
- "uk": "Введiть Email отримувача"
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
},
- "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
- "required": true,
- "position": 1
- }
- ],
- "amount_min": "1",
- "amount_max": "50000"
- },
- {
- "status": "active",
- "code": "neteller_chf",
- "method": "neteller",
- "currency": "CHF",
- "fields": [
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Jonh"
+ },
{
- "key": "email",
+ "key": "beneficiary_last_name",
"type": "string",
"label": {
- "en": "Email",
- "ru": "Email",
- "uk": "Email"
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
},
"hint": {
- "en": "Enter the recipient's email address",
- "ru": "Введите Email получателя",
- "uk": "Введiть Email отримувача"
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
},
- "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
- "required": true,
- "position": 1
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 4,
+ "example": "Doe"
}
],
- "amount_min": "1",
- "amount_max": "50000"
+ "amount_min": "100",
+ "amount_max": "999999"
},
{
"status": "active",
- "code": "neteller_twd",
- "method": "neteller",
- "currency": "TWD",
+ "code": "tigo_pesa_tzs",
+ "method": "tigo_pesa",
+ "currency": "TZS",
"fields": [
{
- "key": "email",
+ "key": "phone",
"type": "string",
"label": {
- "en": "Email",
- "ru": "Email",
- "uk": "Email"
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
},
"hint": {
- "en": "Enter the recipient's email address",
- "ru": "Введите Email получателя",
- "uk": "Введiть Email отримувача"
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
},
- "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
- "required": true,
+ "example": "+380987654321",
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": false,
"position": 1
- }
- ],
- "amount_min": "1",
- "amount_max": "50000"
- },
- {
- "status": "active",
- "code": "neteller_tnd",
- "method": "neteller",
- "currency": "TND",
- "fields": [
- {
- "key": "email",
+ },
+ {
+ "key": "account_number",
"type": "string",
"label": {
- "en": "Email",
- "ru": "Email",
- "uk": "Email"
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
},
"hint": {
- "en": "Enter the recipient's email address",
- "ru": "Введите Email получателя",
- "uk": "Введiть Email отримувача"
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
},
- "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
- "required": true,
- "position": 1
- }
- ],
- "amount_min": "1",
- "amount_max": "50000"
- },
- {
- "status": "active",
- "code": "neteller_usd",
- "method": "neteller",
- "currency": "USD",
- "fields": [
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 2
+ },
{
- "key": "email",
+ "key": "beneficiary_first_name",
"type": "string",
"label": {
- "en": "Email",
- "ru": "Email",
- "uk": "Email"
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
},
"hint": {
- "en": "Enter the recipient's email address",
- "ru": "Введите Email получателя",
- "uk": "Введiть Email отримувача"
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
},
- "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
- "required": true,
- "position": 1
- }
- ],
- "amount_min": "1",
- "amount_max": "50000"
- },
- {
- "status": "active",
- "code": "neteller_zar",
- "method": "neteller",
- "currency": "ZAR",
- "fields": [
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Jonh"
+ },
{
- "key": "email",
+ "key": "beneficiary_last_name",
"type": "string",
"label": {
- "en": "Email",
- "ru": "Email",
- "uk": "Email"
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
},
"hint": {
- "en": "Enter the recipient's email address",
- "ru": "Введите Email получателя",
- "uk": "Введiть Email отримувача"
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
},
- "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
- "required": true,
- "position": 1
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 4,
+ "example": "Doe"
}
],
- "amount_min": "1",
- "amount_max": "50000"
+ "amount_min": "100",
+ "amount_max": "999999"
},
{
"status": "active",
- "code": "neteller_azn",
- "method": "neteller",
- "currency": "AZN",
+ "code": "zantel_ezypesa_tzs",
+ "method": "zantel_ezypesa",
+ "currency": "TZS",
"fields": [
{
- "key": "email",
+ "key": "phone",
"type": "string",
"label": {
- "en": "Email",
- "ru": "Email",
- "uk": "Email"
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
},
"hint": {
- "en": "Enter the recipient's email address",
- "ru": "Введите Email получателя",
- "uk": "Введiть Email отримувача"
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
},
- "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
- "required": true,
+ "example": "+380987654321",
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": false,
"position": 1
- }
- ],
- "amount_min": "1",
- "amount_max": "50000"
- },
- {
- "status": "active",
- "code": "neteller_uzs",
- "method": "neteller",
- "currency": "UZS",
- "fields": [
+ },
{
- "key": "email",
+ "key": "account_number",
"type": "string",
"label": {
- "en": "Email",
- "ru": "Email",
- "uk": "Email"
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
},
"hint": {
- "en": "Enter the recipient's email address",
- "ru": "Введите Email получателя",
- "uk": "Введiть Email отримувача"
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
},
- "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
- "required": true,
- "position": 1
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 2
}
],
- "amount_min": "1",
- "amount_max": "50000"
+ "amount_min": "100",
+ "amount_max": "999999"
},
{
"status": "active",
- "code": "neteller_pkr",
- "method": "neteller",
- "currency": "PKR",
+ "code": "selcom_card_tzs",
+ "method": "selcom_card",
+ "currency": "TZS",
"fields": [
{
- "key": "email",
+ "key": "phone",
"type": "string",
"label": {
- "en": "Email",
- "ru": "Email",
- "uk": "Email"
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
},
"hint": {
- "en": "Enter the recipient's email address",
- "ru": "Введите Email получателя",
- "uk": "Введiть Email отримувача"
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
},
- "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
+ "example": "+380987654321",
+ "regexp": "\/^\\+\\d{10,14}$\/",
"required": true,
"position": 1
}
],
- "amount_min": "1",
- "amount_max": "50000"
+ "amount_min": "100",
+ "amount_max": "999999"
},
{
"status": "active",
- "code": "neteller_myr",
- "method": "neteller",
- "currency": "MYR",
+ "code": "halo_pesa_tzs",
+ "method": "halo_pesa",
+ "currency": "TZS",
"fields": [
{
- "key": "email",
+ "key": "phone",
"type": "string",
"label": {
- "en": "Email",
- "ru": "Email",
- "uk": "Email"
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
},
"hint": {
- "en": "Enter the recipient's email address",
- "ru": "Введите Email получателя",
- "uk": "Введiть Email отримувача"
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
},
- "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
- "required": true,
+ "example": "+380987654321",
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": false,
"position": 1
- }
- ],
- "amount_min": "1",
- "amount_max": "99999"
- },
- {
- "status": "active",
- "code": "neteller_mxn",
- "method": "neteller",
- "currency": "MXN",
- "fields": [
+ },
{
- "key": "email",
+ "key": "account_number",
"type": "string",
"label": {
- "en": "Email",
- "ru": "Email",
- "uk": "Email"
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
},
"hint": {
- "en": "Enter the recipient's email address",
- "ru": "Введите Email получателя",
- "uk": "Введiть Email отримувача"
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
},
- "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
- "required": true,
- "position": 1
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 2
}
],
- "amount_min": "1",
- "amount_max": "99999"
+ "amount_min": "100",
+ "amount_max": "999999"
},
{
"status": "active",
- "code": "neteller_mdl",
- "method": "neteller",
- "currency": "MDL",
+ "code": "ttcl_pesa_tzs",
+ "method": "ttcl_pesa",
+ "currency": "TZS",
"fields": [
{
- "key": "email",
+ "key": "phone",
"type": "string",
"label": {
- "en": "Email",
- "ru": "Email",
- "uk": "Email"
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
},
"hint": {
- "en": "Enter the recipient's email address",
- "ru": "Введите Email получателя",
- "uk": "Введiть Email отримувача"
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
},
- "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
- "required": true,
+ "example": "+380987654321",
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": false,
"position": 1
+ },
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 2
}
],
- "amount_min": "1",
- "amount_max": "99999"
+ "amount_min": "100",
+ "amount_max": "999999"
},
{
"status": "active",
- "code": "vcreditos_brl",
- "method": "vcreditos",
- "currency": "BRL",
+ "code": "uax_uah",
+ "currency": "UAH",
+ "method": "uax",
"fields": [
{
- "key": "user_id",
+ "key": "wallet_address",
"type": "string",
"label": {
- "en": "User ID",
- "ru": "User ID",
- "uk": "User ID"
+ "en": "Wallet address",
+ "ru": "Адрес кошелька",
+ "uk": "Адреса гаманця"
},
"hint": {
- "en": "Enter user ID",
- "ru": "Введите user ID",
- "uk": "Введiть user ID"
+ "en": "Enter wallet address",
+ "ru": "Введите адрес кошелька",
+ "uk": "Введіть адресу гаманця"
},
- "regexp": "\/^\\d{1,128}$\/",
+ "example": "0x52908400098527886E0F7030069857D2E4169EE7",
+ "regexp": "\/^0x[a-fA-F0-9]{40}$\/",
"required": true,
"position": 1
}
],
- "amount_min": "1",
- "amount_max": "50000"
+ "amount_min": 0.01,
+ "amount_max": 100000
},
{
"status": "active",
- "code": "bank_transfer_gbp",
- "method": "bank_transfer",
- "currency": "GBP",
+ "code": "cashfree_bank_transfer_inr",
+ "currency": "INR",
+ "method": "cashfree_bank_transfer",
"fields": [
{
- "key": "account_number",
+ "key": "name",
"type": "string",
"label": {
- "en": "Account number",
- "ru": "Номер счета",
- "uk": "Номер рахунку"
+ "en": "Full name",
+ "ru": "ФИО",
+ "uk": "ПIБ"
},
- "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
- "required": true,
- "position": 1,
"hint": {
- "en": "Enter account number or IBAN",
- "ru": "Введите номер счета или IBAN",
- "uk": "Введіть номер рахунку або IBAN"
+ "en": "Enter Full name",
+ "ru": "Введите ФИО",
+ "uk": "Введіть ПIБ"
},
- "example": "GB97BARC20031877565489"
+ "regexp": "\/^[a-zA-Z]+(([',. -][a-zA-Z ])?[a-zA-Z]*)*$\/",
+ "required": true,
+ "position": 1
},
{
- "key": "account_type",
+ "key": "email",
"type": "string",
- "regexp": "\/^[A-Za-z0-9]{1,10}$\/",
- "required": false,
- "position": 2,
"label": {
- "en": "Account type",
- "ru": "Тип аккаунта",
- "uk": "Тип акаунту"
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
},
"hint": {
- "en": "Enter account type",
- "ru": "Введите тип аккаунта",
- "uk": "Введіть тип акаунту"
- }
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": true,
+ "position": 2
},
{
- "key": "account_name",
+ "key": "phone",
"type": "string",
- "regexp": "\/^[A-Za-z0-9\\s]{2,100}$\/",
- "required": false,
- "position": 3,
"label": {
- "en": "Account Name",
- "ru": "Account Name",
- "uk": "Account Name"
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
},
"hint": {
- "en": "Enter Account Name",
- "ru": "Введите Account Name",
- "uk": "Введіть Account Name"
- }
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "regexp": "\/^\\d{9,14}$\/",
+ "required": true,
+ "position": 3
},
{
- "key": "bank_branch",
+ "key": "bank_account",
"type": "string",
- "regexp": "\/^[A-za-z,0-9]{2,100}$\/",
- "required": false,
- "position": 4,
"label": {
- "en": "Bank Branch",
- "ru": "Bank Branch",
- "uk": "Bank Branch"
+ "en": "Bank account",
+ "ru": "Bank account",
+ "uk": "Bank account"
},
"hint": {
- "en": "Enter Bank Branch",
- "ru": "Введите Bank Branch",
- "uk": "Введіть Bank Branch"
- }
+ "en": "Enter Bank account name",
+ "ru": "Введите Bank account name",
+ "uk": "Введіть Bank account name"
+ },
+ "regexp": "\/^\\d{1,40}$\/",
+ "required": true,
+ "position": 4
},
{
- "key": "bank_code",
+ "key": "ifsc",
"type": "string",
- "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
- "required": false,
- "position": 5,
"label": {
- "en": "Bank Code",
- "ru": "Код банка",
- "uk": "Код банку"
+ "en": "IFSC",
+ "ru": "IFSC",
+ "uk": "IFSC"
},
"hint": {
- "en": "Enter bank code",
- "ru": "Введите код банка",
- "uk": "Введіть код банку"
- }
+ "en": "Enter IFSC",
+ "ru": "Введите IFSC",
+ "uk": "Введіть IFSC"
+ },
+ "regexp": "\/^[A-Za-z0-9]{1,11}$\/",
+ "required": true,
+ "position": 5
},
{
- "key": "bank_name",
+ "key": "address",
"type": "string",
- "regexp": "\/^[A-Z\\-\\sa-z0-9_]{2,100}$\/",
- "required": false,
- "position": 6,
"label": {
- "en": "Bank Name",
- "ru": "Код банка",
- "uk": "Код банку"
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
},
"hint": {
- "en": "Enter bank name",
- "ru": "Введите имя банка",
- "uk": "Введіть ім'я банку"
- }
- },
+ "en": "Enter Address",
+ "ru": "Введите адресс",
+ "uk": "Введіть адресу"
+ },
+ "regexp": "\/^(\\w|\\.| |\\-|\\+|@){1,128}$\/",
+ "required": true,
+ "position": 6
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1000000000
+ },
+ {
+ "status": "active",
+ "code": "cashfree_upi_inr",
+ "currency": "INR",
+ "method": "cashfree_upi",
+ "fields": [
{
- "key": "bank_address",
+ "key": "vpa",
"type": "string",
- "regexp": "\/^[a-zA-Z0-9 \\\/_.,'-]{1,200}$\/",
- "required": false,
- "position": 7,
"label": {
- "en": "Bank Address",
- "ru": "Адрес банка",
- "uk": "Адреса банку"
+ "en": "VPA",
+ "ru": "VPA",
+ "uk": "VPA"
},
"hint": {
- "en": "Enter bank address",
- "ru": "Введите адрес банка",
- "uk": "Введіть адресу банку"
- }
+ "en": "Enter VPA",
+ "ru": "Введите VPA",
+ "uk": "Введіть VPA"
+ },
+ "regexp": "\/^.{2,}@\\w+$\/",
+ "required": true,
+ "position": 1
},
{
- "key": "beneficiary_name",
+ "key": "name",
"type": "string",
- "regexp": "\/^[A-Za-zА-Яа-я\\-\\s]{2,100}$\/",
- "required": false,
- "position": 8,
"label": {
- "en": "Beneficiary first name",
- "ru": "Имя получателя",
- "uk": "Імʼя отримувача"
+ "en": "Full name",
+ "ru": "ФИО",
+ "uk": "ПIБ"
},
"hint": {
- "en": "Enter beneficiary first name",
- "ru": "Введите имя получателя",
- "uk": "Введіть імʼя отримувача"
- }
+ "en": "Enter Full name",
+ "ru": "Введите ФИО",
+ "uk": "Введіть ПIБ"
+ },
+ "regexp": "\/^[a-zA-Z]+(([',. -][a-zA-Z ])?[a-zA-Z]*)*$\/",
+ "required": true,
+ "position": 2
},
{
- "key": "beneficiary_lastname",
+ "key": "email",
"type": "string",
- "regexp": "\/^[A-Za-zА-Яа-я\\-\\s]{2,100}$\/",
- "required": false,
- "position": 9,
"label": {
- "en": "Beneficiary last name",
- "ru": "Фамилия получателя",
- "uk": "Прізвище отримувача"
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
},
"hint": {
- "en": "Enter beneficiary last name",
- "ru": "Введите фамилию получателя",
- "uk": "Введіть прізвище отримувача"
- }
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": true,
+ "position": 3
},
{
- "key": "beneficiary_document_id",
+ "key": "phone",
"type": "string",
- "regexp": "\/^[A-Z0-9]{3,20}$\/",
- "required": false,
- "position": 10,
"label": {
- "en": "Beneficiary Document ID",
- "ru": "Номер документа получателя",
- "uk": "Номер документу отримувача"
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
},
"hint": {
- "en": "Enter Beneficiary Document ID",
- "ru": "Введите номер документа получателя",
- "uk": "Введіть номер документу отримувача"
- }
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "regexp": "\/^\\d{9,14}$\/",
+ "required": true,
+ "position": 4
},
{
- "key": "beneficiary_document_type",
+ "key": "bank_account",
"type": "string",
- "regexp": "\/^[A-Za-z]{3,20}$\/",
- "required": false,
- "position": 11,
"label": {
- "en": "Beneficiary Document Type",
- "ru": "Тип документа получателя",
- "uk": "Тип документу отримувача"
+ "en": "Bank account",
+ "ru": "Bank account",
+ "uk": "Bank account"
},
"hint": {
- "en": "Enter Beneficiary Document Type",
- "ru": "Введите тип документа получателя",
+ "en": "Enter Bank account name",
+ "ru": "Введите Bank account name",
+ "uk": "Введіть Bank account name"
+ },
+ "regexp": "\/^\\d{1,40}$\/",
+ "required": true,
+ "position": 5
+ },
+ {
+ "key": "ifsc",
+ "type": "string",
+ "label": {
+ "en": "IFSC",
+ "ru": "IFSC",
+ "uk": "IFSC"
+ },
+ "hint": {
+ "en": "Enter IFSC",
+ "ru": "Введите IFSC",
+ "uk": "Введіть IFSC"
+ },
+ "regexp": "\/^[A-Za-z0-9]{1,11}$\/",
+ "required": true,
+ "position": 6
+ },
+ {
+ "key": "address",
+ "type": "string",
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "hint": {
+ "en": "Enter Address",
+ "ru": "Введите адресс",
+ "uk": "Введіть адресу"
+ },
+ "regexp": "\/^(\\w|\\.| |\\-|\\+|@){1,128}$\/",
+ "required": true,
+ "position": 7
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1000000000
+ },
+ {
+ "status": "active",
+ "code": "paypoint_card_rub",
+ "currency": "RUB",
+ "method": "paypoint_card",
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "regexp": "\/^\\d{9,14}$\/",
+ "required": true,
+ "position": 1
+ },
+ {
+ "key": "card_number",
+ "type": "string",
+ "label": {
+ "en": "Card number",
+ "ru": "Номер карты",
+ "uk": "Номер карти"
+ },
+ "hint": {
+ "en": "Enter card number",
+ "ru": "Введите номер карты",
+ "uk": "Введіть номер карти"
+ },
+ "regexp": "\/^\\d{12,19}$\/",
+ "required": true,
+ "position": 2
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "mobile_uah",
+ "method": "mobile",
+ "currency": "UAH",
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "+380987654321",
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "1",
+ "amount_max": "3000"
+ },
+ {
+ "status": "active",
+ "code": "mobile_rub",
+ "method": "mobile",
+ "currency": "RUB",
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "+380987654321",
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "1",
+ "amount_max": "500000"
+ },
+ {
+ "status": "active",
+ "code": "mobile_pkr",
+ "method": "mobile",
+ "currency": "PKR",
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "+380987654321",
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": 10,
+ "amount_max": 22500000
+ },
+ {
+ "status": "active",
+ "code": "mobile_egp",
+ "method": "mobile",
+ "currency": "EGP",
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "+380987654321",
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": 10,
+ "amount_max": 2000000
+ },
+ {
+ "status": "active",
+ "code": "mobile_kes",
+ "method": "mobile",
+ "currency": "KES",
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "+380987654321",
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter the recipient's email address",
+ "ru": "Введите Email получателя",
+ "uk": "Введiть Email отримувача"
+ },
+ "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
+ "required": false,
+ "position": 2
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "neteller_aed",
+ "method": "neteller",
+ "currency": "AED",
+ "fields": [
+ {
+ "key": "email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter the recipient's email address",
+ "ru": "Введите Email получателя",
+ "uk": "Введiть Email отримувача"
+ },
+ "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "1",
+ "amount_max": "50000"
+ },
+ {
+ "status": "active",
+ "code": "neteller_aud",
+ "method": "neteller",
+ "currency": "AUD",
+ "fields": [
+ {
+ "key": "email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter the recipient's email address",
+ "ru": "Введите Email получателя",
+ "uk": "Введiть Email отримувача"
+ },
+ "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "1",
+ "amount_max": "50000"
+ },
+ {
+ "status": "active",
+ "code": "neteller_brl",
+ "method": "neteller",
+ "currency": "BRL",
+ "fields": [
+ {
+ "key": "email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter the recipient's email address",
+ "ru": "Введите Email получателя",
+ "uk": "Введiть Email отримувача"
+ },
+ "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "1",
+ "amount_max": "50000"
+ },
+ {
+ "status": "active",
+ "code": "neteller_gbp",
+ "method": "neteller",
+ "currency": "GBP",
+ "fields": [
+ {
+ "key": "email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter the recipient's email address",
+ "ru": "Введите Email получателя",
+ "uk": "Введiть Email отримувача"
+ },
+ "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "1",
+ "amount_max": "50000"
+ },
+ {
+ "status": "active",
+ "code": "neteller_bgn",
+ "method": "neteller",
+ "currency": "BGN",
+ "fields": [
+ {
+ "key": "email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter the recipient's email address",
+ "ru": "Введите Email получателя",
+ "uk": "Введiть Email отримувача"
+ },
+ "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "1",
+ "amount_max": "50000"
+ },
+ {
+ "status": "active",
+ "code": "neteller_cad",
+ "method": "neteller",
+ "currency": "CAD",
+ "fields": [
+ {
+ "key": "email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter the recipient's email address",
+ "ru": "Введите Email получателя",
+ "uk": "Введiть Email отримувача"
+ },
+ "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "1",
+ "amount_max": "50000"
+ },
+ {
+ "status": "active",
+ "code": "neteller_cop",
+ "method": "neteller",
+ "currency": "COP",
+ "fields": [
+ {
+ "key": "email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter the recipient's email address",
+ "ru": "Введите Email получателя",
+ "uk": "Введiть Email отримувача"
+ },
+ "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "1",
+ "amount_max": "50000"
+ },
+ {
+ "status": "active",
+ "code": "neteller_cny",
+ "method": "neteller",
+ "currency": "CNY",
+ "fields": [
+ {
+ "key": "email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter the recipient's email address",
+ "ru": "Введите Email получателя",
+ "uk": "Введiть Email отримувача"
+ },
+ "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "1",
+ "amount_max": "50000"
+ },
+ {
+ "status": "active",
+ "code": "neteller_dkk",
+ "method": "neteller",
+ "currency": "DKK",
+ "fields": [
+ {
+ "key": "email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter the recipient's email address",
+ "ru": "Введите Email получателя",
+ "uk": "Введiть Email отримувача"
+ },
+ "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "1",
+ "amount_max": "50000"
+ },
+ {
+ "status": "active",
+ "code": "neteller_eur",
+ "method": "neteller",
+ "currency": "EUR",
+ "fields": [
+ {
+ "key": "email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter the recipient's email address",
+ "ru": "Введите Email получателя",
+ "uk": "Введiть Email отримувача"
+ },
+ "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "1",
+ "amount_max": "50000"
+ },
+ {
+ "status": "active",
+ "code": "neteller_huf",
+ "method": "neteller",
+ "currency": "HUF",
+ "fields": [
+ {
+ "key": "email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter the recipient's email address",
+ "ru": "Введите Email получателя",
+ "uk": "Введiть Email отримувача"
+ },
+ "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "1",
+ "amount_max": "50000"
+ },
+ {
+ "status": "active",
+ "code": "neteller_inr",
+ "method": "neteller",
+ "currency": "INR",
+ "fields": [
+ {
+ "key": "email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter the recipient's email address",
+ "ru": "Введите Email получателя",
+ "uk": "Введiть Email отримувача"
+ },
+ "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "1",
+ "amount_max": "1000000000"
+ },
+ {
+ "status": "active",
+ "code": "neteller_jpy",
+ "method": "neteller",
+ "currency": "JPY",
+ "fields": [
+ {
+ "key": "email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter the recipient's email address",
+ "ru": "Введите Email получателя",
+ "uk": "Введiть Email отримувача"
+ },
+ "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "1",
+ "amount_max": "50000"
+ },
+ {
+ "status": "active",
+ "code": "neteller_mad",
+ "method": "neteller",
+ "currency": "MAD",
+ "fields": [
+ {
+ "key": "email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter the recipient's email address",
+ "ru": "Введите Email получателя",
+ "uk": "Введiть Email отримувача"
+ },
+ "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "1",
+ "amount_max": "50000"
+ },
+ {
+ "status": "active",
+ "code": "neteller_ngn",
+ "method": "neteller",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter the recipient's email address",
+ "ru": "Введите Email получателя",
+ "uk": "Введiть Email отримувача"
+ },
+ "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "1",
+ "amount_max": "50000"
+ },
+ {
+ "status": "active",
+ "code": "neteller_nok",
+ "method": "neteller",
+ "currency": "NOK",
+ "fields": [
+ {
+ "key": "email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter the recipient's email address",
+ "ru": "Введите Email получателя",
+ "uk": "Введiть Email отримувача"
+ },
+ "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "1",
+ "amount_max": "50000"
+ },
+ {
+ "status": "active",
+ "code": "neteller_pln",
+ "method": "neteller",
+ "currency": "PLN",
+ "fields": [
+ {
+ "key": "email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter the recipient's email address",
+ "ru": "Введите Email получателя",
+ "uk": "Введiть Email отримувача"
+ },
+ "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "1",
+ "amount_max": "50000"
+ },
+ {
+ "status": "active",
+ "code": "neteller_ron",
+ "method": "neteller",
+ "currency": "RON",
+ "fields": [
+ {
+ "key": "email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter the recipient's email address",
+ "ru": "Введите Email получателя",
+ "uk": "Введiть Email отримувача"
+ },
+ "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "1",
+ "amount_max": "50000"
+ },
+ {
+ "status": "active",
+ "code": "neteller_rub",
+ "method": "neteller",
+ "currency": "RUB",
+ "fields": [
+ {
+ "key": "email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter the recipient's email address",
+ "ru": "Введите Email получателя",
+ "uk": "Введiть Email отримувача"
+ },
+ "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "1",
+ "amount_max": "50000"
+ },
+ {
+ "status": "active",
+ "code": "neteller_sgd",
+ "method": "neteller",
+ "currency": "SGD",
+ "fields": [
+ {
+ "key": "email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter the recipient's email address",
+ "ru": "Введите Email получателя",
+ "uk": "Введiть Email отримувача"
+ },
+ "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "1",
+ "amount_max": "50000"
+ },
+ {
+ "status": "active",
+ "code": "neteller_sek",
+ "method": "neteller",
+ "currency": "SEK",
+ "fields": [
+ {
+ "key": "email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter the recipient's email address",
+ "ru": "Введите Email получателя",
+ "uk": "Введiть Email отримувача"
+ },
+ "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "1",
+ "amount_max": "50000"
+ },
+ {
+ "status": "active",
+ "code": "neteller_chf",
+ "method": "neteller",
+ "currency": "CHF",
+ "fields": [
+ {
+ "key": "email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter the recipient's email address",
+ "ru": "Введите Email получателя",
+ "uk": "Введiть Email отримувача"
+ },
+ "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "1",
+ "amount_max": "50000"
+ },
+ {
+ "status": "active",
+ "code": "neteller_twd",
+ "method": "neteller",
+ "currency": "TWD",
+ "fields": [
+ {
+ "key": "email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter the recipient's email address",
+ "ru": "Введите Email получателя",
+ "uk": "Введiть Email отримувача"
+ },
+ "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "1",
+ "amount_max": "50000"
+ },
+ {
+ "status": "active",
+ "code": "neteller_tnd",
+ "method": "neteller",
+ "currency": "TND",
+ "fields": [
+ {
+ "key": "email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter the recipient's email address",
+ "ru": "Введите Email получателя",
+ "uk": "Введiть Email отримувача"
+ },
+ "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "1",
+ "amount_max": "50000"
+ },
+ {
+ "status": "active",
+ "code": "neteller_usd",
+ "method": "neteller",
+ "currency": "USD",
+ "fields": [
+ {
+ "key": "email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter the recipient's email address",
+ "ru": "Введите Email получателя",
+ "uk": "Введiть Email отримувача"
+ },
+ "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "1",
+ "amount_max": "50000"
+ },
+ {
+ "status": "active",
+ "code": "neteller_zar",
+ "method": "neteller",
+ "currency": "ZAR",
+ "fields": [
+ {
+ "key": "email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter the recipient's email address",
+ "ru": "Введите Email получателя",
+ "uk": "Введiть Email отримувача"
+ },
+ "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "1",
+ "amount_max": "50000"
+ },
+ {
+ "status": "active",
+ "code": "neteller_azn",
+ "method": "neteller",
+ "currency": "AZN",
+ "fields": [
+ {
+ "key": "email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter the recipient's email address",
+ "ru": "Введите Email получателя",
+ "uk": "Введiть Email отримувача"
+ },
+ "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "1",
+ "amount_max": "50000"
+ },
+ {
+ "status": "active",
+ "code": "neteller_uzs",
+ "method": "neteller",
+ "currency": "UZS",
+ "fields": [
+ {
+ "key": "email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter the recipient's email address",
+ "ru": "Введите Email получателя",
+ "uk": "Введiть Email отримувача"
+ },
+ "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "1",
+ "amount_max": "100000000"
+ },
+ {
+ "status": "active",
+ "code": "neteller_pkr",
+ "method": "neteller",
+ "currency": "PKR",
+ "fields": [
+ {
+ "key": "email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter the recipient's email address",
+ "ru": "Введите Email получателя",
+ "uk": "Введiть Email отримувача"
+ },
+ "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "1",
+ "amount_max": "50000"
+ },
+ {
+ "status": "active",
+ "code": "neteller_myr",
+ "method": "neteller",
+ "currency": "MYR",
+ "fields": [
+ {
+ "key": "email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter the recipient's email address",
+ "ru": "Введите Email получателя",
+ "uk": "Введiть Email отримувача"
+ },
+ "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "1",
+ "amount_max": "99999"
+ },
+ {
+ "status": "active",
+ "code": "neteller_mxn",
+ "method": "neteller",
+ "currency": "MXN",
+ "fields": [
+ {
+ "key": "email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter the recipient's email address",
+ "ru": "Введите Email получателя",
+ "uk": "Введiть Email отримувача"
+ },
+ "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "1",
+ "amount_max": "99999"
+ },
+ {
+ "status": "active",
+ "code": "neteller_mdl",
+ "method": "neteller",
+ "currency": "MDL",
+ "fields": [
+ {
+ "key": "email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter the recipient's email address",
+ "ru": "Введите Email получателя",
+ "uk": "Введiть Email отримувача"
+ },
+ "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "1",
+ "amount_max": "99999"
+ },
+ {
+ "status": "active",
+ "code": "vcreditos_brl",
+ "method": "vcreditos",
+ "currency": "BRL",
+ "fields": [
+ {
+ "key": "user_id",
+ "type": "string",
+ "label": {
+ "en": "User ID",
+ "ru": "User ID",
+ "uk": "User ID"
+ },
+ "hint": {
+ "en": "Enter user ID",
+ "ru": "Введите user ID",
+ "uk": "Введiть user ID"
+ },
+ "regexp": "\/^\\d{1,128}$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "1",
+ "amount_max": "50000"
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_azn",
+ "method": "bank_transfer",
+ "currency": "AZN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "account_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9]{1,10}$\/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Account type",
+ "ru": "Тип аккаунта",
+ "uk": "Тип акаунту"
+ },
+ "hint": {
+ "en": "Enter account type",
+ "ru": "Введите тип аккаунта",
+ "uk": "Введіть тип акаунту"
+ }
+ },
+ {
+ "key": "account_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9\\s]{2,100}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Account Name",
+ "ru": "Account Name",
+ "uk": "Account Name"
+ },
+ "hint": {
+ "en": "Enter Account Name",
+ "ru": "Введите Account Name",
+ "uk": "Введіть Account Name"
+ }
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "regexp": "\/^[A-za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ }
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ }
+ },
+ {
+ "key": "bank_name",
+ "type": "string",
+ "regexp": "\/^[A-Z\\-\\sa-z0-9_]{2,100}$\/",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Bank Name",
+ "ru": "Имя банка",
+ "uk": "Ім'я банку"
+ },
+ "hint": {
+ "en": "Enter bank name",
+ "ru": "Введите имя банка",
+ "uk": "Введіть ім'я банку"
+ }
+ },
+ {
+ "key": "bank_address",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z0-9 \\\/_.,'-]{1,200}$\/",
+ "required": false,
+ "position": 7,
+ "label": {
+ "en": "Bank Address",
+ "ru": "Адрес банка",
+ "uk": "Адреса банку"
+ },
+ "hint": {
+ "en": "Enter bank address",
+ "ru": "Введите адрес банка",
+ "uk": "Введіть адресу банку"
+ }
+ },
+ {
+ "key": "beneficiary_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\s]{2,100}$\/",
+ "required": false,
+ "position": 8,
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_lastname",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\s]{2,100}$\/",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_document_id",
+ "type": "string",
+ "regexp": "\/^[A-Z0-9]{3,20}$\/",
+ "required": false,
+ "position": 10,
+ "label": {
+ "en": "Beneficiary Document ID",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document ID",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_document_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z]{3,20}$\/",
+ "required": false,
+ "position": 11,
+ "label": {
+ "en": "Beneficiary Document Type",
+ "ru": "Тип документа получателя",
+ "uk": "Тип документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document Type",
+ "ru": "Введите тип документа получателя",
+ "uk": "Введіть тип документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_country_code_iso",
+ "type": "string",
+ "regexp": "\/^.{2,6}$\/",
+ "required": false,
+ "position": 12,
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_city",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
+ "required": false,
+ "position": 13,
+ "label": {
+ "en": "Beneficiary city",
+ "ru": "Beneficiary city",
+ "uk": "Beneficiary city"
+ },
+ "hint": {
+ "en": "Enter beneficiary city",
+ "ru": "Введите beneficiary city",
+ "uk": "Введіть beneficiary city"
+ }
+ },
+ {
+ "key": "beneficiary_postcode",
+ "type": "string",
+ "regexp": "\/^[\\w\\-\\s]{1,64}$\/",
+ "required": false,
+ "position": 14,
+ "label": {
+ "en": "Beneficiary postcode",
+ "ru": "Beneficiary postcode",
+ "uk": "Beneficiary postcode"
+ },
+ "hint": {
+ "en": "Enter beneficiary postcode",
+ "ru": "Введите beneficiary postcode",
+ "uk": "Введіть beneficiary postcode"
+ }
+ },
+ {
+ "key": "beneficiary_state",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
+ "required": false,
+ "position": 15,
+ "label": {
+ "en": "Beneficiary state",
+ "ru": "Beneficiary state",
+ "uk": "Beneficiary state"
+ },
+ "hint": {
+ "en": "Enter beneficiary state",
+ "ru": "Введите beneficiary state",
+ "uk": "Введіть beneficiary state"
+ }
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
+ "required": false,
+ "position": 16,
+ "label": {
+ "en": "Beneficiary address",
+ "ru": "Beneficiary address",
+ "uk": "Beneficiary address"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_full_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "position": 17,
+ "label": {
+ "en": "Beneficiary full name",
+ "ru": "Полное имя получателя",
+ "uk": "Повне імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary full name",
+ "ru": "Введите полное имя получателя",
+ "uk": "Введіть повне імʼя отримувача"
+ }
+ },
+ {
+ "key": "sender_full_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "position": 18,
+ "label": {
+ "en": "Sender full name",
+ "ru": "Полное имя отправителя",
+ "uk": "Повне імʼя відправкника"
+ },
+ "hint": {
+ "en": "Enter Sender full name",
+ "ru": "Введите полное имя отправителя",
+ "uk": "Введіть повне імʼя відправкника"
+ }
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 19
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 20
+ },
+ {
+ "key": "beneficiary_dob",
+ "type": "string",
+ "regexp": "\/^([0-2][0-9]|(3)[0-1])(\\/)(((0)[0-9])|((1)[0-2]))(\\/)\\d{4}$\/",
+ "required": false,
+ "position": 21,
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "example": "10/05/1964"
+ },
+ {
+ "key": "payment_purpose",
+ "type": "string",
+ "label": {
+ "en": "Purpose of payment",
+ "ru": "Назначение платежа",
+ "uk": "Призначення платежу"
+ },
+ "regexp": "\/^[\\s\\p{L}\\p{N}\\p{P}]{2,100}$\/u",
+ "required": false,
+ "position": 22,
+ "hint": {
+ "en": "Enter purpose of payment",
+ "ru": "Введите назначение платежа",
+ "uk": "Введіть призначення рахунку"
+ },
+ "example": "Payment of utility services"
+ },
+ {
+ "key": "dialcode",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,4}$\/",
+ "required": false,
+ "position": 23,
+ "label": {
+ "en": "Dial Code",
+ "ru": "Код набора",
+ "uk": "Код набору"
+ },
+ "hint": {
+ "en": "Enter dial code",
+ "ru": "Введите код набора",
+ "uk": "Введіть Код набору"
+ },
+ "example": "1234"
+ }
+ ],
+ "amount_min": "0.02",
+ "amount_max": "170000.00"
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_gbp",
+ "method": "bank_transfer",
+ "currency": "GBP",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "account_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9]{1,10}$\/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Account type",
+ "ru": "Тип аккаунта",
+ "uk": "Тип акаунту"
+ },
+ "hint": {
+ "en": "Enter account type",
+ "ru": "Введите тип аккаунта",
+ "uk": "Введіть тип акаунту"
+ }
+ },
+ {
+ "key": "account_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9\\s]{2,100}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Account Name",
+ "ru": "Account Name",
+ "uk": "Account Name"
+ },
+ "hint": {
+ "en": "Enter Account Name",
+ "ru": "Введите Account Name",
+ "uk": "Введіть Account Name"
+ }
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "regexp": "\/^[A-za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ }
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ }
+ },
+ {
+ "key": "bank_name",
+ "type": "string",
+ "regexp": "\/^[A-Z\\-\\sa-z0-9_]{2,100}$\/",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Bank Name",
+ "ru": "Имя банка",
+ "uk": "Ім'я банку"
+ },
+ "hint": {
+ "en": "Enter bank name",
+ "ru": "Введите имя банка",
+ "uk": "Введіть ім'я банку"
+ }
+ },
+ {
+ "key": "bank_address",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z0-9 \\\/_.,'-]{1,200}$\/",
+ "required": false,
+ "position": 7,
+ "label": {
+ "en": "Bank Address",
+ "ru": "Адрес банка",
+ "uk": "Адреса банку"
+ },
+ "hint": {
+ "en": "Enter bank address",
+ "ru": "Введите адрес банка",
+ "uk": "Введіть адресу банку"
+ }
+ },
+ {
+ "key": "beneficiary_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\s]{2,100}$\/",
+ "required": false,
+ "position": 8,
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_lastname",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\s]{2,100}$\/",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_document_id",
+ "type": "string",
+ "regexp": "\/^[A-Z0-9]{3,20}$\/",
+ "required": false,
+ "position": 10,
+ "label": {
+ "en": "Beneficiary Document ID",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document ID",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_document_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z]{3,20}$\/",
+ "required": false,
+ "position": 11,
+ "label": {
+ "en": "Beneficiary Document Type",
+ "ru": "Тип документа получателя",
+ "uk": "Тип документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document Type",
+ "ru": "Введите тип документа получателя",
+ "uk": "Введіть тип документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_country_code_iso",
+ "type": "string",
+ "regexp": "\/^.{2,6}$\/",
+ "required": false,
+ "position": 12,
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_city",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
+ "required": false,
+ "position": 13,
+ "label": {
+ "en": "Beneficiary city",
+ "ru": "Beneficiary city",
+ "uk": "Beneficiary city"
+ },
+ "hint": {
+ "en": "Enter beneficiary city",
+ "ru": "Введите beneficiary city",
+ "uk": "Введіть beneficiary city"
+ }
+ },
+ {
+ "key": "beneficiary_postcode",
+ "type": "string",
+ "regexp": "\/^[\\w\\-\\s]{1,64}$\/",
+ "required": false,
+ "position": 14,
+ "label": {
+ "en": "Beneficiary postcode",
+ "ru": "Beneficiary postcode",
+ "uk": "Beneficiary postcode"
+ },
+ "hint": {
+ "en": "Enter beneficiary postcode",
+ "ru": "Введите beneficiary postcode",
+ "uk": "Введіть beneficiary postcode"
+ }
+ },
+ {
+ "key": "beneficiary_state",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
+ "required": false,
+ "position": 15,
+ "label": {
+ "en": "Beneficiary state",
+ "ru": "Beneficiary state",
+ "uk": "Beneficiary state"
+ },
+ "hint": {
+ "en": "Enter beneficiary state",
+ "ru": "Введите beneficiary state",
+ "uk": "Введіть beneficiary state"
+ }
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
+ "required": false,
+ "position": 16,
+ "label": {
+ "en": "Beneficiary address",
+ "ru": "Beneficiary address",
+ "uk": "Beneficiary address"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_full_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "position": 17,
+ "label": {
+ "en": "Beneficiary full name",
+ "ru": "Полное имя получателя",
+ "uk": "Повне імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary full name",
+ "ru": "Введите полное имя получателя",
+ "uk": "Введіть повне імʼя отримувача"
+ }
+ },
+ {
+ "key": "sender_full_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "position": 18,
+ "label": {
+ "en": "Sender full name",
+ "ru": "Полное имя отправителя",
+ "uk": "Повне імʼя відправкника"
+ },
+ "hint": {
+ "en": "Enter Sender full name",
+ "ru": "Введите полное имя отправителя",
+ "uk": "Введіть повне імʼя відправкника"
+ }
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 19
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 20
+ },
+ {
+ "key": "beneficiary_dob",
+ "type": "string",
+ "regexp": "\/^([0-2][0-9]|(3)[0-1])(\\/)(((0)[0-9])|((1)[0-2]))(\\/)\\d{4}$\/",
+ "required": false,
+ "position": 21,
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "example": "10/05/1964"
+ },
+ {
+ "key": "payment_purpose",
+ "type": "string",
+ "label": {
+ "en": "Purpose of payment",
+ "ru": "Назначение платежа",
+ "uk": "Призначення платежу"
+ },
+ "regexp": "\/^[\\s\\p{L}\\p{N}\\p{P}]{2,100}$\/u",
+ "required": false,
+ "position": 22,
+ "hint": {
+ "en": "Enter purpose of payment",
+ "ru": "Введите назначение платежа",
+ "uk": "Введіть призначення рахунку"
+ },
+ "example": "Payment of utility services"
+ },
+ {
+ "key": "dialcode",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,4}$\/",
+ "required": false,
+ "position": 23,
+ "label": {
+ "en": "Dial Code",
+ "ru": "Код набора",
+ "uk": "Код набору"
+ },
+ "hint": {
+ "en": "Enter dial code",
+ "ru": "Введите код набора",
+ "uk": "Введіть Код набору"
+ },
+ "example": "1234"
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "1000000.00"
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_rub",
+ "method": "bank_transfer",
+ "currency": "RUB",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "account_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9]{1,10}$\/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Account type",
+ "ru": "Тип аккаунта",
+ "uk": "Тип акаунту"
+ },
+ "hint": {
+ "en": "Enter account type",
+ "ru": "Введите тип аккаунта",
+ "uk": "Введіть тип акаунту"
+ }
+ },
+ {
+ "key": "account_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9\\s]{2,100}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Account Name",
+ "ru": "Account Name",
+ "uk": "Account Name"
+ },
+ "hint": {
+ "en": "Enter Account Name",
+ "ru": "Введите Account Name",
+ "uk": "Введіть Account Name"
+ }
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "regexp": "\/^[A-za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ }
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ }
+ },
+ {
+ "key": "bank_name",
+ "type": "string",
+ "regexp": "\/^[A-Z\\-\\sa-z0-9_]{2,100}$\/",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Bank Name",
+ "ru": "Имя банка",
+ "uk": "Ім'я банку"
+ },
+ "hint": {
+ "en": "Enter bank name",
+ "ru": "Введите имя банка",
+ "uk": "Введіть ім'я банку"
+ }
+ },
+ {
+ "key": "bank_address",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z0-9 \\\/_.,'-]{1,200}$\/",
+ "required": false,
+ "position": 7,
+ "label": {
+ "en": "Bank Address",
+ "ru": "Адрес банка",
+ "uk": "Адреса банку"
+ },
+ "hint": {
+ "en": "Enter bank address",
+ "ru": "Введите адрес банка",
+ "uk": "Введіть адресу банку"
+ }
+ },
+ {
+ "key": "beneficiary_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\s]{2,100}$\/",
+ "required": false,
+ "position": 8,
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_lastname",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\s]{2,100}$\/",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_document_id",
+ "type": "string",
+ "regexp": "\/^[A-Z0-9]{3,20}$\/",
+ "required": false,
+ "position": 10,
+ "label": {
+ "en": "Beneficiary Document ID",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document ID",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_document_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z]{3,20}$\/",
+ "required": false,
+ "position": 11,
+ "label": {
+ "en": "Beneficiary Document Type",
+ "ru": "Тип документа получателя",
+ "uk": "Тип документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document Type",
+ "ru": "Введите тип документа получателя",
+ "uk": "Введіть тип документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_country_code_iso",
+ "type": "string",
+ "regexp": "\/^.{2,6}$\/",
+ "required": false,
+ "position": 12,
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_city",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
+ "required": false,
+ "position": 13,
+ "label": {
+ "en": "Beneficiary city",
+ "ru": "Beneficiary city",
+ "uk": "Beneficiary city"
+ },
+ "hint": {
+ "en": "Enter beneficiary city",
+ "ru": "Введите beneficiary city",
+ "uk": "Введіть beneficiary city"
+ }
+ },
+ {
+ "key": "beneficiary_postcode",
+ "type": "string",
+ "regexp": "\/^[\\w\\-\\s]{1,64}$\/",
+ "required": false,
+ "position": 14,
+ "label": {
+ "en": "Beneficiary postcode",
+ "ru": "Beneficiary postcode",
+ "uk": "Beneficiary postcode"
+ },
+ "hint": {
+ "en": "Enter beneficiary postcode",
+ "ru": "Введите beneficiary postcode",
+ "uk": "Введіть beneficiary postcode"
+ }
+ },
+ {
+ "key": "beneficiary_state",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
+ "required": false,
+ "position": 15,
+ "label": {
+ "en": "Beneficiary state",
+ "ru": "Beneficiary state",
+ "uk": "Beneficiary state"
+ },
+ "hint": {
+ "en": "Enter beneficiary state",
+ "ru": "Введите beneficiary state",
+ "uk": "Введіть beneficiary state"
+ }
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
+ "required": false,
+ "position": 16,
+ "label": {
+ "en": "Beneficiary address",
+ "ru": "Beneficiary address",
+ "uk": "Beneficiary address"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_full_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "position": 17,
+ "label": {
+ "en": "Beneficiary full name",
+ "ru": "Полное имя получателя",
+ "uk": "Повне імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary full name",
+ "ru": "Введите полное имя получателя",
+ "uk": "Введіть повне імʼя отримувача"
+ }
+ },
+ {
+ "key": "sender_full_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "position": 18,
+ "label": {
+ "en": "Sender full name",
+ "ru": "Полное имя отправителя",
+ "uk": "Повне імʼя відправкника"
+ },
+ "hint": {
+ "en": "Enter Sender full name",
+ "ru": "Введите полное имя отправителя",
+ "uk": "Введіть повне імʼя відправкника"
+ }
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "100000.00"
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_aed",
+ "method": "bank_transfer",
+ "currency": "AED",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "account_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9]{1,10}$\/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Account type",
+ "ru": "Тип аккаунта",
+ "uk": "Тип акаунту"
+ },
+ "hint": {
+ "en": "Enter account type",
+ "ru": "Введите тип аккаунта",
+ "uk": "Введіть тип акаунту"
+ }
+ },
+ {
+ "key": "account_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9\\s]{2,100}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Account Name",
+ "ru": "Account Name",
+ "uk": "Account Name"
+ },
+ "hint": {
+ "en": "Enter Account Name",
+ "ru": "Введите Account Name",
+ "uk": "Введіть Account Name"
+ }
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "regexp": "\/^[A-za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ }
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ }
+ },
+ {
+ "key": "bank_name",
+ "type": "string",
+ "regexp": "\/^[A-Z\\-\\sa-z0-9_]{2,100}$\/",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Bank Name",
+ "ru": "Имя банка",
+ "uk": "Ім'я банку"
+ },
+ "hint": {
+ "en": "Enter bank name",
+ "ru": "Введите имя банка",
+ "uk": "Введіть ім'я банку"
+ }
+ },
+ {
+ "key": "bank_address",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z0-9 \\\/_.,'-]{1,200}$\/",
+ "required": false,
+ "position": 7,
+ "label": {
+ "en": "Bank Address",
+ "ru": "Адрес банка",
+ "uk": "Адреса банку"
+ },
+ "hint": {
+ "en": "Enter bank address",
+ "ru": "Введите адрес банка",
+ "uk": "Введіть адресу банку"
+ }
+ },
+ {
+ "key": "beneficiary_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\s]{2,100}$\/",
+ "required": false,
+ "position": 8,
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_lastname",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\s]{2,100}$\/",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_document_id",
+ "type": "string",
+ "regexp": "\/^[A-Z0-9]{3,20}$\/",
+ "required": false,
+ "position": 10,
+ "label": {
+ "en": "Beneficiary Document ID",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document ID",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_document_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z]{3,20}$\/",
+ "required": false,
+ "position": 11,
+ "label": {
+ "en": "Beneficiary Document Type",
+ "ru": "Тип документа получателя",
+ "uk": "Тип документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document Type",
+ "ru": "Введите тип документа получателя",
+ "uk": "Введіть тип документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_country_code_iso",
+ "type": "string",
+ "regexp": "\/^.{2,6}$\/",
+ "required": false,
+ "position": 12,
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_city",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
+ "required": false,
+ "position": 13,
+ "label": {
+ "en": "Beneficiary city",
+ "ru": "Beneficiary city",
+ "uk": "Beneficiary city"
+ },
+ "hint": {
+ "en": "Enter beneficiary city",
+ "ru": "Введите beneficiary city",
+ "uk": "Введіть beneficiary city"
+ }
+ },
+ {
+ "key": "beneficiary_postcode",
+ "type": "string",
+ "regexp": "\/^[\\w\\-\\s]{1,64}$\/",
+ "required": false,
+ "position": 14,
+ "label": {
+ "en": "Beneficiary postcode",
+ "ru": "Beneficiary postcode",
+ "uk": "Beneficiary postcode"
+ },
+ "hint": {
+ "en": "Enter beneficiary postcode",
+ "ru": "Введите beneficiary postcode",
+ "uk": "Введіть beneficiary postcode"
+ }
+ },
+ {
+ "key": "beneficiary_state",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
+ "required": false,
+ "position": 15,
+ "label": {
+ "en": "Beneficiary state",
+ "ru": "Beneficiary state",
+ "uk": "Beneficiary state"
+ },
+ "hint": {
+ "en": "Enter beneficiary state",
+ "ru": "Введите beneficiary state",
+ "uk": "Введіть beneficiary state"
+ }
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
+ "required": false,
+ "position": 16,
+ "label": {
+ "en": "Beneficiary address",
+ "ru": "Beneficiary address",
+ "uk": "Beneficiary address"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_full_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "position": 17,
+ "label": {
+ "en": "Beneficiary full name",
+ "ru": "Полное имя получателя",
+ "uk": "Повне імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary full name",
+ "ru": "Введите полное имя получателя",
+ "uk": "Введіть повне імʼя отримувача"
+ }
+ },
+ {
+ "key": "sender_full_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "position": 18,
+ "label": {
+ "en": "Sender full name",
+ "ru": "Полное имя отправителя",
+ "uk": "Повне імʼя відправкника"
+ },
+ "hint": {
+ "en": "Enter Sender full name",
+ "ru": "Введите полное имя отправителя",
+ "uk": "Введіть повне імʼя відправкника"
+ }
+ },
+ {
+ "key": "payment_purpose",
+ "type": "string",
+ "label": {
+ "en": "Purpose of payment",
+ "ru": "Назначение платежа",
+ "uk": "Призначення платежу"
+ },
+ "regexp": "\/^[\\s\\p{L}\\p{N}\\p{P}]{2,100}$\/u",
+ "required": false,
+ "position": 19,
+ "hint": {
+ "en": "Enter purpose of payment",
+ "ru": "Введите назначение платежа",
+ "uk": "Введіть призначення рахунку"
+ },
+ "example": "Payment of utility services"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 300000
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_pkr",
+ "method": "bank_transfer",
+ "currency": "PKR",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "account_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9]{1,10}$\/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Account type",
+ "ru": "Тип аккаунта",
+ "uk": "Тип акаунту"
+ },
+ "hint": {
+ "en": "Enter account type",
+ "ru": "Введите тип аккаунта",
+ "uk": "Введіть тип акаунту"
+ }
+ },
+ {
+ "key": "account_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9\\s]{2,100}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Account Name",
+ "ru": "Account Name",
+ "uk": "Account Name"
+ },
+ "hint": {
+ "en": "Enter Account Name",
+ "ru": "Введите Account Name",
+ "uk": "Введіть Account Name"
+ }
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "regexp": "\/^[A-za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ }
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ }
+ },
+ {
+ "key": "bank_name",
+ "type": "string",
+ "regexp": "\/^[A-Z\\-\\sa-z0-9_]{2,100}$\/",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Bank Name",
+ "ru": "Имя банка",
+ "uk": "Ім'я банку"
+ },
+ "hint": {
+ "en": "Enter bank name",
+ "ru": "Введите имя банка",
+ "uk": "Введіть ім'я банку"
+ }
+ },
+ {
+ "key": "bank_address",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z0-9 \\\/_.,'-]{1,200}$\/",
+ "required": false,
+ "position": 7,
+ "label": {
+ "en": "Bank Address",
+ "ru": "Адрес банка",
+ "uk": "Адреса банку"
+ },
+ "hint": {
+ "en": "Enter bank address",
+ "ru": "Введите адрес банка",
+ "uk": "Введіть адресу банку"
+ }
+ },
+ {
+ "key": "beneficiary_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\s]{2,100}$\/",
+ "required": false,
+ "position": 8,
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_lastname",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\s]{2,100}$\/",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_document_id",
+ "type": "string",
+ "regexp": "\/^[A-Z0-9]{3,20}$\/",
+ "required": false,
+ "position": 10,
+ "label": {
+ "en": "Beneficiary Document ID",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document ID",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_document_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z]{3,20}$\/",
+ "required": false,
+ "position": 11,
+ "label": {
+ "en": "Beneficiary Document Type",
+ "ru": "Тип документа получателя",
+ "uk": "Тип документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document Type",
+ "ru": "Введите тип документа получателя",
+ "uk": "Введіть тип документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_country_code_iso",
+ "type": "string",
+ "regexp": "\/^.{2,6}$\/",
+ "required": false,
+ "position": 12,
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_city",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
+ "required": false,
+ "position": 13,
+ "label": {
+ "en": "Beneficiary city",
+ "ru": "Beneficiary city",
+ "uk": "Beneficiary city"
+ },
+ "hint": {
+ "en": "Enter beneficiary city",
+ "ru": "Введите beneficiary city",
+ "uk": "Введіть beneficiary city"
+ }
+ },
+ {
+ "key": "beneficiary_postcode",
+ "type": "string",
+ "regexp": "\/^[\\w\\-\\s]{1,64}$\/",
+ "required": false,
+ "position": 14,
+ "label": {
+ "en": "Beneficiary postcode",
+ "ru": "Beneficiary postcode",
+ "uk": "Beneficiary postcode"
+ },
+ "hint": {
+ "en": "Enter beneficiary postcode",
+ "ru": "Введите beneficiary postcode",
+ "uk": "Введіть beneficiary postcode"
+ }
+ },
+ {
+ "key": "beneficiary_state",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
+ "required": false,
+ "position": 15,
+ "label": {
+ "en": "Beneficiary state",
+ "ru": "Beneficiary state",
+ "uk": "Beneficiary state"
+ },
+ "hint": {
+ "en": "Enter beneficiary state",
+ "ru": "Введите beneficiary state",
+ "uk": "Введіть beneficiary state"
+ }
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
+ "required": false,
+ "position": 16,
+ "label": {
+ "en": "Beneficiary address",
+ "ru": "Beneficiary address",
+ "uk": "Beneficiary address"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_full_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "position": 17,
+ "label": {
+ "en": "Beneficiary full name",
+ "ru": "Полное имя получателя",
+ "uk": "Повне імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary full name",
+ "ru": "Введите полное имя получателя",
+ "uk": "Введіть повне імʼя отримувача"
+ }
+ },
+ {
+ "key": "sender_full_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "position": 18,
+ "label": {
+ "en": "Sender full name",
+ "ru": "Полное имя отправителя",
+ "uk": "Повне імʼя відправкника"
+ },
+ "hint": {
+ "en": "Enter Sender full name",
+ "ru": "Введите полное имя отправителя",
+ "uk": "Введіть повне імʼя відправкника"
+ }
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 30000000
+ },
+ {
+ "status": "active",
+ "code": "card_token",
+ "method": "payment_card",
+ "currency": "XXX",
+ "fields": [
+ {
+ "key": "token",
+ "type": "string",
+ "label": {
+ "en": "Card token",
+ "ru": "Токен карты",
+ "uk": "Токен карти"
+ },
+ "hint": {
+ "en": "Enter card token",
+ "ru": "Введите токен карты",
+ "uk": "Введіть токен карти"
+ },
+ "regexp": "\/^.{1,128}\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "1000000"
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_php",
+ "method": "bank_transfer",
+ "currency": "PHP",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,30}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "account_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9]{1,10}$\/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Account type",
+ "ru": "Тип аккаунта",
+ "uk": "Тип акаунту"
+ },
+ "hint": {
+ "en": "Enter account type",
+ "ru": "Введите тип аккаунта",
+ "uk": "Введіть тип акаунту"
+ }
+ },
+ {
+ "key": "account_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9\\s]{2,100}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Account Name",
+ "ru": "Account Name",
+ "uk": "Account Name"
+ },
+ "hint": {
+ "en": "Enter Account Name",
+ "ru": "Введите Account Name",
+ "uk": "Введіть Account Name"
+ }
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "regexp": "\/^[A-za-z,0-9\\s]{2,100}$\/",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ }
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ }
+ },
+ {
+ "key": "bank_name",
+ "type": "string",
+ "regexp": "\/^[A-Z\\-\\sa-z0-9_]{2,100}$\/",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Bank Name",
+ "ru": "Имя банка",
+ "uk": "Ім'я банку"
+ },
+ "hint": {
+ "en": "Enter bank name",
+ "ru": "Введите имя банка",
+ "uk": "Введіть ім'я банку"
+ }
+ },
+ {
+ "key": "bank_address",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z0-9 \\\/_.,'-]{1,200}$\/",
+ "required": false,
+ "position": 7,
+ "label": {
+ "en": "Bank Address",
+ "ru": "Адрес банка",
+ "uk": "Адреса банку"
+ },
+ "hint": {
+ "en": "Enter bank address",
+ "ru": "Введите адрес банка",
+ "uk": "Введіть адресу банку"
+ }
+ },
+ {
+ "key": "beneficiary_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\s]{2,100}$\/",
+ "required": false,
+ "position": 8,
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_lastname",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\s]{2,100}$\/",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_document_id",
+ "type": "string",
+ "regexp": "\/^[A-Z0-9]{3,20}$\/",
+ "required": false,
+ "position": 10,
+ "label": {
+ "en": "Beneficiary Document ID",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document ID",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_document_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z]{2,20}$\/",
+ "required": false,
+ "position": 11,
+ "label": {
+ "en": "Beneficiary Document Type",
+ "ru": "Тип документа получателя",
+ "uk": "Тип документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document Type",
+ "ru": "Введите тип документа получателя",
+ "uk": "Введіть тип документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_country_code_iso",
+ "type": "string",
+ "regexp": "\/^.{2,6}$\/",
+ "required": false,
+ "position": 12,
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_city",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
+ "required": false,
+ "position": 13,
+ "label": {
+ "en": "Beneficiary city",
+ "ru": "Beneficiary city",
+ "uk": "Beneficiary city"
+ },
+ "hint": {
+ "en": "Enter beneficiary city",
+ "ru": "Введите beneficiary city",
+ "uk": "Введіть beneficiary city"
+ }
+ },
+ {
+ "key": "beneficiary_postcode",
+ "type": "string",
+ "regexp": "\/^[\\w\\-\\s]{1,64}$\/",
+ "required": false,
+ "position": 14,
+ "label": {
+ "en": "Beneficiary postcode",
+ "ru": "Beneficiary postcode",
+ "uk": "Beneficiary postcode"
+ },
+ "hint": {
+ "en": "Enter beneficiary postcode",
+ "ru": "Введите beneficiary postcode",
+ "uk": "Введіть beneficiary postcode"
+ }
+ },
+ {
+ "key": "beneficiary_state",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
+ "required": false,
+ "position": 15,
+ "label": {
+ "en": "Beneficiary state",
+ "ru": "Beneficiary state",
+ "uk": "Beneficiary state"
+ },
+ "hint": {
+ "en": "Enter beneficiary state",
+ "ru": "Введите beneficiary state",
+ "uk": "Введіть beneficiary state"
+ }
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
+ "required": false,
+ "position": 16,
+ "label": {
+ "en": "Beneficiary address",
+ "ru": "Beneficiary address",
+ "uk": "Beneficiary address"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_full_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "position": 17,
+ "label": {
+ "en": "Beneficiary full name",
+ "ru": "Полное имя получателя",
+ "uk": "Повне імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary full name",
+ "ru": "Введите полное имя получателя",
+ "uk": "Введіть повне імʼя отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "+91236456977",
+ "regexp": "\/^\\+?\\d{10,14}$\/",
+ "required": true,
+ "position": 18
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@mail.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": true,
+ "position": 19
+ },
+ {
+ "key": "sender_full_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "position": 18,
+ "label": {
+ "en": "Sender full name",
+ "ru": "Полное имя отправителя",
+ "uk": "Повне імʼя відправкника"
+ },
+ "hint": {
+ "en": "Enter Sender full name",
+ "ru": "Введите полное имя отправителя",
+ "uk": "Введіть повне імʼя відправкника"
+ }
+ },
+ {
+ "key": "bank_branch_code",
+ "type": "string",
+ "regexp": "\/^[0-9]{2,100}$\/",
+ "required": false,
+ "position": 19,
+ "label": {
+ "en": "Bank Branch Code",
+ "ru": "Bank Branch Code",
+ "uk": "Bank Branch Code"
+ },
+ "hint": {
+ "en": "Enter Bank Branch Code",
+ "ru": "Введите Bank Branch Code",
+ "uk": "Введіть Bank Branch Code"
+ },
+ "example": "626"
+ },
+ {
+ "key": "beneficiary_dob",
+ "type": "string",
+ "regexp": "\/^([0-2][0-9]|(3)[0-1])(\\/)(((0)[0-9])|((1)[0-2]))(\\/)\\d{4}||((19|20)\\d{2}(0[1-9]|1[0-2])(0[1-9]|[12]\\d|3[01]))$\/",
+ "required": false,
+ "position": 20,
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "example": "10/05/1964"
+ },
+ {
+ "key": "bank_account",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,30}$\/",
+ "label": {
+ "en": "Bank Account",
+ "ru": "Номер банковского счета",
+ "uk": "Номер банківського рахунку"
+ },
+ "hint": {
+ "en": "Enter bank account",
+ "ru": "Введите номер банковского счета",
+ "uk": "Введіть номер банківського рахунку"
+ },
+ "position": 21,
+ "required": false
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "100000.00"
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_idr",
+ "method": "bank_transfer",
+ "currency": "IDR",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,30}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "account_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9]{1,10}$\/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Account type",
+ "ru": "Тип аккаунта",
+ "uk": "Тип акаунту"
+ },
+ "hint": {
+ "en": "Enter account type",
+ "ru": "Введите тип аккаунта",
+ "uk": "Введіть тип акаунту"
+ }
+ },
+ {
+ "key": "account_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9\\s]{2,100}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Account Name",
+ "ru": "Account Name",
+ "uk": "Account Name"
+ },
+ "hint": {
+ "en": "Enter Account Name",
+ "ru": "Введите Account Name",
+ "uk": "Введіть Account Name"
+ }
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "regexp": "\/^[A-za-z,0-9\\s]{2,100}$\/",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ }
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ }
+ },
+ {
+ "key": "bank_name",
+ "type": "string",
+ "regexp": "\/^[A-Z\\-\\sa-z0-9_]{2,100}$\/",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Bank Name",
+ "ru": "Имя банка",
+ "uk": "Ім'я банку"
+ },
+ "hint": {
+ "en": "Enter bank name",
+ "ru": "Введите имя банка",
+ "uk": "Введіть ім'я банку"
+ }
+ },
+ {
+ "key": "bank_address",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z0-9 \\\/_.,'-]{1,200}$\/",
+ "required": false,
+ "position": 7,
+ "label": {
+ "en": "Bank Address",
+ "ru": "Адрес банка",
+ "uk": "Адреса банку"
+ },
+ "hint": {
+ "en": "Enter bank address",
+ "ru": "Введите адрес банка",
+ "uk": "Введіть адресу банку"
+ }
+ },
+ {
+ "key": "beneficiary_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\s]{2,100}$\/",
+ "required": false,
+ "position": 8,
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_lastname",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\s]{2,100}$\/",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_document_id",
+ "type": "string",
+ "regexp": "\/^[A-Z0-9]{3,20}$\/",
+ "required": false,
+ "position": 10,
+ "label": {
+ "en": "Beneficiary Document ID",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document ID",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_document_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z]{2,20}$\/",
+ "required": false,
+ "position": 11,
+ "label": {
+ "en": "Beneficiary Document Type",
+ "ru": "Тип документа получателя",
+ "uk": "Тип документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document Type",
+ "ru": "Введите тип документа получателя",
+ "uk": "Введіть тип документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_country_code_iso",
+ "type": "string",
+ "regexp": "\/^.{2,6}$\/",
+ "required": false,
+ "position": 12,
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_city",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
+ "required": false,
+ "position": 13,
+ "label": {
+ "en": "Beneficiary city",
+ "ru": "Beneficiary city",
+ "uk": "Beneficiary city"
+ },
+ "hint": {
+ "en": "Enter beneficiary city",
+ "ru": "Введите beneficiary city",
+ "uk": "Введіть beneficiary city"
+ }
+ },
+ {
+ "key": "beneficiary_postcode",
+ "type": "string",
+ "regexp": "\/^[\\w\\-\\s]{1,64}$\/",
+ "required": false,
+ "position": 14,
+ "label": {
+ "en": "Beneficiary postcode",
+ "ru": "Beneficiary postcode",
+ "uk": "Beneficiary postcode"
+ },
+ "hint": {
+ "en": "Enter beneficiary postcode",
+ "ru": "Введите beneficiary postcode",
+ "uk": "Введіть beneficiary postcode"
+ }
+ },
+ {
+ "key": "beneficiary_state",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
+ "required": false,
+ "position": 15,
+ "label": {
+ "en": "Beneficiary state",
+ "ru": "Beneficiary state",
+ "uk": "Beneficiary state"
+ },
+ "hint": {
+ "en": "Enter beneficiary state",
+ "ru": "Введите beneficiary state",
+ "uk": "Введіть beneficiary state"
+ }
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
+ "required": false,
+ "position": 16,
+ "label": {
+ "en": "Beneficiary address",
+ "ru": "Beneficiary address",
+ "uk": "Beneficiary address"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_full_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "position": 17,
+ "label": {
+ "en": "Beneficiary full name",
+ "ru": "Полное имя получателя",
+ "uk": "Повне імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary full name",
+ "ru": "Введите полное имя получателя",
+ "uk": "Введіть повне імʼя отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "+91236456977",
+ "regexp": "\/^\\+?\\d{10,14}$\/",
+ "required": true,
+ "position": 18
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@mail.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": true,
+ "position": 19
+ },
+ {
+ "key": "sender_full_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "position": 18,
+ "label": {
+ "en": "Sender full name",
+ "ru": "Полное имя отправителя",
+ "uk": "Повне імʼя відправкника"
+ },
+ "hint": {
+ "en": "Enter Sender full name",
+ "ru": "Введите полное имя отправителя",
+ "uk": "Введіть повне імʼя відправкника"
+ }
+ },
+ {
+ "key": "bank_branch_code",
+ "type": "string",
+ "regexp": "\/^[0-9]{2,100}$\/",
+ "required": false,
+ "position": 19,
+ "label": {
+ "en": "Bank Branch Code",
+ "ru": "Bank Branch Code",
+ "uk": "Bank Branch Code"
+ },
+ "hint": {
+ "en": "Enter Bank Branch Code",
+ "ru": "Введите Bank Branch Code",
+ "uk": "Введіть Bank Branch Code"
+ },
+ "example": "626"
+ },
+ {
+ "key": "beneficiary_dob",
+ "type": "string",
+ "regexp": "\/^([0-2][0-9]|(3)[0-1])(\\/)(((0)[0-9])|((1)[0-2]))(\\/)\\d{4}||((19|20)\\d{2}(0[1-9]|1[0-2])(0[1-9]|[12]\\d|3[01]))$\/",
+ "required": false,
+ "position": 20,
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "example": "10/05/1964"
+ },
+ {
+ "key": "bank_account",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,30}$\/",
+ "label": {
+ "en": "Bank Account",
+ "ru": "Номер банковского счета",
+ "uk": "Номер банківського рахунку"
+ },
+ "hint": {
+ "en": "Enter bank account",
+ "ru": "Введите номер банковского счета",
+ "uk": "Введіть номер банківського рахунку"
+ },
+ "position": 21,
+ "required": false
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "100000.00"
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_aud",
+ "method": "bank_transfer",
+ "currency": "AUD",
+ "amount_min": "0.01",
+ "amount_max": "100000.00",
+ "fields": [
+ {
+ "key": "bank_branch_code",
+ "type": "string",
+ "regexp": "\/^\\d{1,20}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Branch code",
+ "ru": "Код филиала",
+ "uk": "Код філії"
+ },
+ "hint": {
+ "en": "Enter branch code",
+ "ru": "Введите код филиала",
+ "uk": "Введіть код філії"
+ },
+ "example": "123456"
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "regexp": "\/^[\\s\\p{L}\\p{N}\\p{P}]{2,100}$\/u",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ }
+ },
+ {
+ "key": "account_number",
+ "type": "string",
+ "regexp": "\/^\\d{1,20}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Account number",
+ "ru": "Номер аккаунта",
+ "uk": "Номер аккаунта"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер аккаунта",
+ "uk": "Введіть номер аккаунта"
+ },
+ "example": "100000000393"
+ },
+ {
+ "key": "account_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9]{1,10}$\/",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Account type",
+ "ru": "Тип аккаунта",
+ "uk": "Тип акаунту"
+ },
+ "hint": {
+ "en": "Enter account type",
+ "ru": "Введите тип аккаунта",
+ "uk": "Введіть тип акаунту"
+ }
+ },
+ {
+ "key": "beneficiary_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\s]{2,100}$\/",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_lastname",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\s]{2,100}$\/",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_document_id",
+ "type": "string",
+ "regexp": "\/^[A-Z0-9]{3,20}$\/",
+ "required": false,
+ "position": 7,
+ "label": {
+ "en": "Beneficiary Document ID",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document ID",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 8
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 9
+ },
+ {
+ "key": "beneficiary_dob",
+ "type": "string",
+ "regexp": "\/^([0-2][0-9]|(3)[0-1])(\\/)(((0)[0-9])|((1)[0-2]))(\\/)\\d{4}$\/",
+ "required": false,
+ "position": 10,
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "example": "10/05/1964"
+ },
+ {
+ "key": "beneficiary_country_code_iso",
+ "type": "string",
+ "regexp": "\/^.{2,6}$\/",
+ "required": false,
+ "position": 11,
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_city",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
+ "required": false,
+ "position": 12,
+ "label": {
+ "en": "Beneficiary city",
+ "ru": "Beneficiary city",
+ "uk": "Beneficiary city"
+ },
+ "hint": {
+ "en": "Enter beneficiary city",
+ "ru": "Введите beneficiary city",
+ "uk": "Введіть beneficiary city"
+ }
+ },
+ {
+ "key": "beneficiary_postcode",
+ "type": "string",
+ "regexp": "\/^[\\w\\-\\s]{1,64}$\/",
+ "required": false,
+ "position": 13,
+ "label": {
+ "en": "Beneficiary postcode",
+ "ru": "Beneficiary postcode",
+ "uk": "Beneficiary postcode"
+ },
+ "hint": {
+ "en": "Enter beneficiary postcode",
+ "ru": "Введите beneficiary postcode",
+ "uk": "Введіть beneficiary postcode"
+ }
+ },
+ {
+ "key": "beneficiary_state",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
+ "required": false,
+ "position": 14,
+ "label": {
+ "en": "Beneficiary state",
+ "ru": "Beneficiary state",
+ "uk": "Beneficiary state"
+ },
+ "hint": {
+ "en": "Enter beneficiary state",
+ "ru": "Введите beneficiary state",
+ "uk": "Введіть beneficiary state"
+ }
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
+ "required": false,
+ "position": 15,
+ "label": {
+ "en": "Beneficiary address",
+ "ru": "Beneficiary address",
+ "uk": "Beneficiary address"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_document_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z]{2,20}$\/",
+ "required": false,
+ "position": 16,
+ "label": {
+ "en": "Beneficiary Document Type",
+ "ru": "Тип документа получателя",
+ "uk": "Тип документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document Type",
+ "ru": "Введите тип документа получателя",
+ "uk": "Введіть тип документу отримувача"
+ }
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,3}$\/",
+ "label": {
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ },
+ "required": false,
+ "position": 17
+ },
+ {
+ "key": "bank_account",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,30}$\/",
+ "label": {
+ "en": "Bank Account",
+ "ru": "Номер банковского счета",
+ "uk": "Номер банківського рахунку"
+ },
+ "hint": {
+ "en": "Enter bank account",
+ "ru": "Введите номер банковского счета",
+ "uk": "Введіть номер банківського рахунку"
+ },
+ "position": 18,
+ "required": false
+ },
+ {
+ "key": "dialcode",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,4}$\/",
+ "required": false,
+ "position": 19,
+ "label": {
+ "en": "Dial Code",
+ "ru": "Код набора",
+ "uk": "Код набору"
+ },
+ "hint": {
+ "en": "Enter dial code",
+ "ru": "Введите код набора",
+ "uk": "Введіть Код набору"
+ },
+ "example": "1234"
+ },
+ {
+ "key": "payment_purpose",
+ "type": "string",
+ "label": {
+ "en": "Purpose of payment",
+ "ru": "Назначение платежа",
+ "uk": "Призначення платежу"
+ },
+ "regexp": "\/^[\\s\\p{L}\\p{N}\\p{P}]{2,100}$\/u",
+ "required": false,
+ "position": 1,
+ "hint": {
+ "en": "Enter purpose of payment",
+ "ru": "Введите назначение платежа",
+ "uk": "Введіть призначення рахунку"
+ },
+ "example": "Payment of utility services"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_myr",
+ "method": "bank_transfer",
+ "currency": "MYR",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,30}$\/",
+ "required": false,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "account_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9]{1,10}$\/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Account type",
+ "ru": "Тип аккаунта",
+ "uk": "Тип акаунту"
+ },
+ "hint": {
+ "en": "Enter account type",
+ "ru": "Введите тип аккаунта",
+ "uk": "Введіть тип акаунту"
+ }
+ },
+ {
+ "key": "account_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9\\s]{2,100}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Account Name",
+ "ru": "Account Name",
+ "uk": "Account Name"
+ },
+ "hint": {
+ "en": "Enter Account Name",
+ "ru": "Введите Account Name",
+ "uk": "Введіть Account Name"
+ }
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "regexp": "\/^[A-za-z,0-9\\s]{2,100}$\/",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ }
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ }
+ },
+ {
+ "key": "bank_name",
+ "type": "string",
+ "regexp": "\/^[A-Z\\-\\sa-z0-9_]{2,100}$\/",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Bank Name",
+ "ru": "Имя банка",
+ "uk": "Ім'я банку"
+ },
+ "hint": {
+ "en": "Enter bank name",
+ "ru": "Введите имя банка",
+ "uk": "Введіть ім'я банку"
+ }
+ },
+ {
+ "key": "bank_address",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z0-9 \\\/_.,'-]{1,200}$\/",
+ "required": false,
+ "position": 7,
+ "label": {
+ "en": "Bank Address",
+ "ru": "Адрес банка",
+ "uk": "Адреса банку"
+ },
+ "hint": {
+ "en": "Enter bank address",
+ "ru": "Введите адрес банка",
+ "uk": "Введіть адресу банку"
+ }
+ },
+ {
+ "key": "beneficiary_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\s]{2,100}$\/",
+ "required": false,
+ "position": 8,
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_lastname",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\s]{2,100}$\/",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_document_id",
+ "type": "string",
+ "regexp": "\/^[A-Z0-9]{3,20}$\/",
+ "required": false,
+ "position": 10,
+ "label": {
+ "en": "Beneficiary Document ID",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document ID",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_document_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z]{2,20}$\/",
+ "required": false,
+ "position": 11,
+ "label": {
+ "en": "Beneficiary Document Type",
+ "ru": "Тип документа получателя",
+ "uk": "Тип документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document Type",
+ "ru": "Введите тип документа получателя",
+ "uk": "Введіть тип документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_country_code_iso",
+ "type": "string",
+ "regexp": "\/^.{2,6}$\/",
+ "required": false,
+ "position": 12,
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_city",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
+ "required": false,
+ "position": 13,
+ "label": {
+ "en": "Beneficiary city",
+ "ru": "Beneficiary city",
+ "uk": "Beneficiary city"
+ },
+ "hint": {
+ "en": "Enter beneficiary city",
+ "ru": "Введите beneficiary city",
+ "uk": "Введіть beneficiary city"
+ }
+ },
+ {
+ "key": "beneficiary_postcode",
+ "type": "string",
+ "regexp": "\/^[\\w\\-\\s]{1,64}$\/",
+ "required": false,
+ "position": 14,
+ "label": {
+ "en": "Beneficiary postcode",
+ "ru": "Beneficiary postcode",
+ "uk": "Beneficiary postcode"
+ },
+ "hint": {
+ "en": "Enter beneficiary postcode",
+ "ru": "Введите beneficiary postcode",
+ "uk": "Введіть beneficiary postcode"
+ }
+ },
+ {
+ "key": "beneficiary_state",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
+ "required": false,
+ "position": 15,
+ "label": {
+ "en": "Beneficiary state",
+ "ru": "Beneficiary state",
+ "uk": "Beneficiary state"
+ },
+ "hint": {
+ "en": "Enter beneficiary state",
+ "ru": "Введите beneficiary state",
+ "uk": "Введіть beneficiary state"
+ }
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
+ "required": false,
+ "position": 16,
+ "label": {
+ "en": "Beneficiary address",
+ "ru": "Beneficiary address",
+ "uk": "Beneficiary address"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_full_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "position": 17,
+ "label": {
+ "en": "Beneficiary full name",
+ "ru": "Полное имя получателя",
+ "uk": "Повне імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary full name",
+ "ru": "Введите полное имя получателя",
+ "uk": "Введіть повне імʼя отримувача"
+ }
+ },
+ {
+ "key": "sender_full_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "position": 18,
+ "label": {
+ "en": "Sender full name",
+ "ru": "Полное имя отправителя",
+ "uk": "Повне імʼя відправкника"
+ },
+ "hint": {
+ "en": "Enter Sender full name",
+ "ru": "Введите полное имя отправителя",
+ "uk": "Введіть повне імʼя відправкника"
+ }
+ },
+ {
+ "key": "bank_branch_code",
+ "type": "string",
+ "regexp": "\/^[0-9]{2,100}$\/",
+ "required": false,
+ "position": 19,
+ "label": {
+ "en": "Bank Branch Code",
+ "ru": "Bank Branch Code",
+ "uk": "Bank Branch Code"
+ },
+ "hint": {
+ "en": "Enter Bank Branch Code",
+ "ru": "Введите Bank Branch Code",
+ "uk": "Введіть Bank Branch Code"
+ },
+ "example": "626"
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$$\/",
+ "required": false,
+ "position": 20
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 21
+ },
+ {
+ "key": "beneficiary_dob",
+ "type": "string",
+ "regexp": "\/^([0-2][0-9]|(3)[0-1])(\\/)(((0)[0-9])|((1)[0-2]))(\\/)\\d{4}||((19|20)\\d{2}(0[1-9]|1[0-2])(0[1-9]|[12]\\d|3[01]))$\/",
+ "required": false,
+ "position": 22,
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "example": "10/05/1964"
+ },
+ {
+ "key": "bank_account",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,30}$\/",
+ "label": {
+ "en": "Bank Account",
+ "ru": "Номер банковского счета",
+ "uk": "Номер банківського рахунку"
+ },
+ "hint": {
+ "en": "Enter bank account",
+ "ru": "Введите номер банковского счета",
+ "uk": "Введіть номер банківського рахунку"
+ },
+ "position": 23,
+ "required": false
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "100000.00"
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_thb",
+ "method": "bank_transfer",
+ "currency": "THB",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,30}$\/",
+ "required": false,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "account_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9]{1,10}$\/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Account type",
+ "ru": "Тип аккаунта",
+ "uk": "Тип акаунту"
+ },
+ "hint": {
+ "en": "Enter account type",
+ "ru": "Введите тип аккаунта",
+ "uk": "Введіть тип акаунту"
+ }
+ },
+ {
+ "key": "account_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9\\s]{2,100}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Account Name",
+ "ru": "Account Name",
+ "uk": "Account Name"
+ },
+ "hint": {
+ "en": "Enter Account Name",
+ "ru": "Введите Account Name",
+ "uk": "Введіть Account Name"
+ }
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "regexp": "\/^[A-za-z,0-9\\s]{2,100}$\/",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ }
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ }
+ },
+ {
+ "key": "bank_name",
+ "type": "string",
+ "regexp": "\/^[A-Z\\-\\sa-z0-9_]{2,100}$\/",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Bank Name",
+ "ru": "Имя банка",
+ "uk": "Ім'я банку"
+ },
+ "hint": {
+ "en": "Enter bank name",
+ "ru": "Введите имя банка",
+ "uk": "Введіть ім'я банку"
+ }
+ },
+ {
+ "key": "bank_address",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z0-9 \\\/_.,'-]{1,200}$\/",
+ "required": false,
+ "position": 7,
+ "label": {
+ "en": "Bank Address",
+ "ru": "Адрес банка",
+ "uk": "Адреса банку"
+ },
+ "hint": {
+ "en": "Enter bank address",
+ "ru": "Введите адрес банка",
+ "uk": "Введіть адресу банку"
+ }
+ },
+ {
+ "key": "beneficiary_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\s]{2,100}$\/",
+ "required": false,
+ "position": 8,
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_lastname",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\s]{2,100}$\/",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_document_id",
+ "type": "string",
+ "regexp": "\/^[A-Z0-9]{3,20}$\/",
+ "required": false,
+ "position": 10,
+ "label": {
+ "en": "Beneficiary Document ID",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document ID",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_document_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z]{2,20}$\/",
+ "required": false,
+ "position": 11,
+ "label": {
+ "en": "Beneficiary Document Type",
+ "ru": "Тип документа получателя",
+ "uk": "Тип документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document Type",
+ "ru": "Введите тип документа получателя",
+ "uk": "Введіть тип документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_country_code_iso",
+ "type": "string",
+ "regexp": "\/^.{2,6}$\/",
+ "required": false,
+ "position": 12,
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_city",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
+ "required": false,
+ "position": 13,
+ "label": {
+ "en": "Beneficiary city",
+ "ru": "Beneficiary city",
+ "uk": "Beneficiary city"
+ },
+ "hint": {
+ "en": "Enter beneficiary city",
+ "ru": "Введите beneficiary city",
+ "uk": "Введіть beneficiary city"
+ }
+ },
+ {
+ "key": "beneficiary_postcode",
+ "type": "string",
+ "regexp": "\/^[\\w\\-\\s]{1,64}$\/",
+ "required": false,
+ "position": 14,
+ "label": {
+ "en": "Beneficiary postcode",
+ "ru": "Beneficiary postcode",
+ "uk": "Beneficiary postcode"
+ },
+ "hint": {
+ "en": "Enter beneficiary postcode",
+ "ru": "Введите beneficiary postcode",
+ "uk": "Введіть beneficiary postcode"
+ }
+ },
+ {
+ "key": "beneficiary_state",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
+ "required": false,
+ "position": 15,
+ "label": {
+ "en": "Beneficiary state",
+ "ru": "Beneficiary state",
+ "uk": "Beneficiary state"
+ },
+ "hint": {
+ "en": "Enter beneficiary state",
+ "ru": "Введите beneficiary state",
+ "uk": "Введіть beneficiary state"
+ }
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
+ "required": false,
+ "position": 16,
+ "label": {
+ "en": "Beneficiary address",
+ "ru": "Beneficiary address",
+ "uk": "Beneficiary address"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_full_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "position": 17,
+ "label": {
+ "en": "Beneficiary full name",
+ "ru": "Полное имя получателя",
+ "uk": "Повне імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary full name",
+ "ru": "Введите полное имя получателя",
+ "uk": "Введіть повне імʼя отримувача"
+ }
+ },
+ {
+ "key": "sender_full_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "position": 18,
+ "label": {
+ "en": "Sender full name",
+ "ru": "Полное имя отправителя",
+ "uk": "Повне імʼя відправкника"
+ },
+ "hint": {
+ "en": "Enter Sender full name",
+ "ru": "Введите полное имя отправителя",
+ "uk": "Введіть повне імʼя відправкника"
+ }
+ },
+ {
+ "key": "bank_branch_code",
+ "type": "string",
+ "regexp": "\/^[0-9]{2,100}$\/",
+ "required": false,
+ "position": 19,
+ "label": {
+ "en": "Bank Branch Code",
+ "ru": "Bank Branch Code",
+ "uk": "Bank Branch Code"
+ },
+ "hint": {
+ "en": "Enter Bank Branch Code",
+ "ru": "Введите Bank Branch Code",
+ "uk": "Введіть Bank Branch Code"
+ },
+ "example": "626"
+ },
+ {
+ "key": "bank_city",
+ "type": "string",
+ "regexp": "\/^[A-Za-z]{2,100}$\/",
+ "required": false,
+ "position": 20,
+ "label": {
+ "en": "Bank City",
+ "ru": "Bank City",
+ "uk": "Bank City"
+ },
+ "hint": {
+ "en": "Enter bank city",
+ "ru": "Enter bank city",
+ "uk": "Enter bank city"
+ }
+ },
+ {
+ "key": "bank_province",
+ "type": "string",
+ "regexp": "\/^[A-Za-z]{2,100}$\/",
+ "required": false,
+ "position": 21,
+ "label": {
+ "en": "Bank Province",
+ "ru": "Bank Province",
+ "uk": "Bank Province"
+ },
+ "hint": {
+ "en": "Enter bank province",
+ "ru": "Enter bank province",
+ "uk": "Enter bank province"
+ }
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$$\/",
+ "required": false,
+ "position": 22
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 23
+ },
+ {
+ "key": "beneficiary_dob",
+ "type": "string",
+ "regexp": "\/^([0-2][0-9]|(3)[0-1])(\\/)(((0)[0-9])|((1)[0-2]))(\\/)\\d{4}||((19|20)\\d{2}(0[1-9]|1[0-2])(0[1-9]|[12]\\d|3[01]))$\/",
+ "required": false,
+ "position": 24,
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "example": "10/05/1964"
+ },
+ {
+ "key": "bank_account",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,30}$\/",
+ "label": {
+ "en": "Bank Account",
+ "ru": "Номер банковского счета",
+ "uk": "Номер банківського рахунку"
+ },
+ "hint": {
+ "en": "Enter bank account",
+ "ru": "Введите номер банковского счета",
+ "uk": "Введіть номер банківського рахунку"
+ },
+ "position": 25,
+ "required": false
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "999999.00"
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_vnd",
+ "method": "bank_transfer",
+ "currency": "VND",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,30}$\/",
+ "required": false,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "account_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9]{1,10}$\/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Account type",
+ "ru": "Тип аккаунта",
+ "uk": "Тип акаунту"
+ },
+ "hint": {
+ "en": "Enter account type",
+ "ru": "Введите тип аккаунта",
+ "uk": "Введіть тип акаунту"
+ }
+ },
+ {
+ "key": "account_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9\\s]{2,100}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Account Name",
+ "ru": "Account Name",
+ "uk": "Account Name"
+ },
+ "hint": {
+ "en": "Enter Account Name",
+ "ru": "Введите Account Name",
+ "uk": "Введіть Account Name"
+ }
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "regexp": "\/^[A-za-z,0-9\\s]{2,100}$\/",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ }
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ }
+ },
+ {
+ "key": "bank_name",
+ "type": "string",
+ "regexp": "\/^[A-Z\\-\\sa-z0-9_]{2,100}$\/",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Bank Name",
+ "ru": "Имя банка",
+ "uk": "Ім'я банку"
+ },
+ "hint": {
+ "en": "Enter bank name",
+ "ru": "Введите имя банка",
+ "uk": "Введіть ім'я банку"
+ }
+ },
+ {
+ "key": "bank_address",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z0-9 \\\/_.,'-]{1,200}$\/",
+ "required": false,
+ "position": 7,
+ "label": {
+ "en": "Bank Address",
+ "ru": "Адрес банка",
+ "uk": "Адреса банку"
+ },
+ "hint": {
+ "en": "Enter bank address",
+ "ru": "Введите адрес банка",
+ "uk": "Введіть адресу банку"
+ }
+ },
+ {
+ "key": "beneficiary_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\s]{2,100}$\/",
+ "required": false,
+ "position": 8,
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_lastname",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\s]{2,100}$\/",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_document_id",
+ "type": "string",
+ "regexp": "\/^[A-Z0-9]{3,20}$\/",
+ "required": false,
+ "position": 10,
+ "label": {
+ "en": "Beneficiary Document ID",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document ID",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_document_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z]{3,20}$\/",
+ "required": false,
+ "position": 11,
+ "label": {
+ "en": "Beneficiary Document Type",
+ "ru": "Тип документа получателя",
+ "uk": "Тип документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document Type",
+ "ru": "Введите тип документа получателя",
+ "uk": "Введіть тип документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_country_code_iso",
+ "type": "string",
+ "regexp": "\/^.{2,6}$\/",
+ "required": false,
+ "position": 12,
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_city",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
+ "required": false,
+ "position": 13,
+ "label": {
+ "en": "Beneficiary city",
+ "ru": "Beneficiary city",
+ "uk": "Beneficiary city"
+ },
+ "hint": {
+ "en": "Enter beneficiary city",
+ "ru": "Введите beneficiary city",
+ "uk": "Введіть beneficiary city"
+ }
+ },
+ {
+ "key": "beneficiary_postcode",
+ "type": "string",
+ "regexp": "\/^[\\w\\-\\s]{1,64}$\/",
+ "required": false,
+ "position": 14,
+ "label": {
+ "en": "Beneficiary postcode",
+ "ru": "Beneficiary postcode",
+ "uk": "Beneficiary postcode"
+ },
+ "hint": {
+ "en": "Enter beneficiary postcode",
+ "ru": "Введите beneficiary postcode",
+ "uk": "Введіть beneficiary postcode"
+ }
+ },
+ {
+ "key": "beneficiary_state",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
+ "required": false,
+ "position": 15,
+ "label": {
+ "en": "Beneficiary state",
+ "ru": "Beneficiary state",
+ "uk": "Beneficiary state"
+ },
+ "hint": {
+ "en": "Enter beneficiary state",
+ "ru": "Введите beneficiary state",
+ "uk": "Введіть beneficiary state"
+ }
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
+ "required": false,
+ "position": 16,
+ "label": {
+ "en": "Beneficiary address",
+ "ru": "Beneficiary address",
+ "uk": "Beneficiary address"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_full_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "position": 17,
+ "label": {
+ "en": "Beneficiary full name",
+ "ru": "Полное имя получателя",
+ "uk": "Повне імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary full name",
+ "ru": "Введите полное имя получателя",
+ "uk": "Введіть повне імʼя отримувача"
+ }
+ },
+ {
+ "key": "sender_full_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "position": 18,
+ "label": {
+ "en": "Sender full name",
+ "ru": "Полное имя отправителя",
+ "uk": "Повне імʼя відправкника"
+ },
+ "hint": {
+ "en": "Enter Sender full name",
+ "ru": "Введите полное имя отправителя",
+ "uk": "Введіть повне імʼя відправкника"
+ }
+ },
+ {
+ "key": "bank_branch_code",
+ "type": "string",
+ "regexp": "\/^[0-9]{2,100}$\/",
+ "required": false,
+ "position": 19,
+ "label": {
+ "en": "Bank Branch Code",
+ "ru": "Bank Branch Code",
+ "uk": "Bank Branch Code"
+ },
+ "hint": {
+ "en": "Enter Bank Branch Code",
+ "ru": "Введите Bank Branch Code",
+ "uk": "Введіть Bank Branch Code"
+ },
+ "example": "626"
+ },
+ {
+ "key": "bank_city",
+ "type": "string",
+ "regexp": "\/^[A-Za-z]{2,100}$\/",
+ "required": false,
+ "position": 20,
+ "label": {
+ "en": "Bank City",
+ "ru": "Bank City",
+ "uk": "Bank City"
+ },
+ "hint": {
+ "en": "Enter bank city",
+ "ru": "Enter bank city",
+ "uk": "Enter bank city"
+ }
+ },
+ {
+ "key": "bank_province",
+ "type": "string",
+ "regexp": "\/^[A-Za-z]{2,100}$\/",
+ "required": false,
+ "position": 21,
+ "label": {
+ "en": "Bank Province",
+ "ru": "Bank Province",
+ "uk": "Bank Province"
+ },
+ "hint": {
+ "en": "Enter bank province",
+ "ru": "Enter bank province",
+ "uk": "Enter bank province"
+ }
+ },
+ {
+ "key": "bank_account",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,30}$\/",
+ "label": {
+ "en": "Bank Account",
+ "ru": "Номер банковского счета",
+ "uk": "Номер банківського рахунку"
+ },
+ "hint": {
+ "en": "Enter bank account",
+ "ru": "Введите номер банковского счета",
+ "uk": "Введіть номер банківського рахунку"
+ },
+ "position": 21,
+ "required": false
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@mail.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 22
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "+91236456977",
+ "regexp": "\/^\\+?\\d{10,14}$\/",
+ "required": false,
+ "position": 23
+ }
+ ],
+ "amount_min": "1",
+ "amount_max": "9999999999"
+ },
+ {
+ "status": "active",
+ "code": "pokermatch_account_uah",
+ "method": "pokermatch_account",
+ "currency": "UAH",
+ "amount_min": "0.01",
+ "amount_max": "15000",
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "label": {
+ "en": "Account Number",
+ "ru": "Номер аккаунта",
+ "uk": "Номер аккаунта"
+ },
+ "hint": {
+ "en": "Enter account Number",
+ "ru": "Введите номер аккаунта",
+ "uk": "Введіть номер аккаунта"
+ },
+ "regexp": "\/^(\\w|\\.| |\\-|\\+|@){1,14}$\/",
+ "required": true,
+ "position": 1
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "slotoking_account_uah",
+ "method": "slotoking_account",
+ "currency": "UAH",
+ "amount_min": "1",
+ "amount_max": "15000",
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "label": {
+ "en": "Account Number",
+ "ru": "Номер аккаунта",
+ "uk": "Номер аккаунта"
+ },
+ "hint": {
+ "en": "Enter account Number",
+ "ru": "Введите номер аккаунта",
+ "uk": "Введіть номер аккаунта"
+ },
+ "regexp": "\/^\\d{6,7}$\/",
+ "required": true,
+ "position": 1
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "cash_cop",
+ "method": "cash",
+ "currency": "COP",
+ "amount_min": 40,
+ "amount_max": 3940000000,
+ "fields": [
+ {
+ "key": "document_number",
+ "type": "string",
+ "regexp": "\/^[\\s\\p{L}\\p{N}\\p{P}]{1,100}$\/",
+ "required": true,
+ "position": 1,
+ "label": {
+ "en": "Document Number",
+ "ru": "Номер документа",
+ "uk": "Номер документу"
+ },
+ "hint": {
+ "en": "Enter Document Number",
+ "ru": "Введите номер документа",
+ "uk": "Введіть номер документу"
+ }
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "cash_uah",
+ "method": "cash",
+ "currency": "UAH",
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "cash_rub",
+ "method": "cash",
+ "currency": "RUB",
+ "amount_min": 0.01,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "cash_usd",
+ "method": "cash",
+ "currency": "USD",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "cash_eur",
+ "method": "cash",
+ "currency": "EUR",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "cash_gbp",
+ "method": "cash",
+ "currency": "GBP",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "cash_cad",
+ "method": "cash",
+ "currency": "CAD",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "cash_aud",
+ "method": "cash",
+ "currency": "AUD",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "cash_pln",
+ "method": "cash",
+ "currency": "PLN",
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "cash_kzt",
+ "method": "cash",
+ "currency": "KZT",
+ "fields": [
+ {
+ "key": "pan_number",
+ "type": "string",
+ "label": {
+ "en": "PAN Number",
+ "ru": "PAN номер",
+ "uk": "PAN номер"
+ },
+ "hint": {
+ "en": "Enter PAN Number",
+ "ru": "Введите PAN номер",
+ "uk": "Введіть PAN номер"
+ },
+ "regexp": "\/^[A-Za-z0-9\\s]{10,15}$\/",
+ "required": false,
+ "position": 1
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "phonepe_inr",
+ "method": "phonepe",
+ "currency": "INR",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "pan_number",
+ "type": "string",
+ "label": {
+ "en": "PAN Number",
+ "ru": "PAN номер",
+ "uk": "PAN номер"
+ },
+ "hint": {
+ "en": "Enter PAN Number",
+ "ru": "Введите PAN номер",
+ "uk": "Введіть PAN номер"
+ },
+ "regexp": "\/^[A-Za-z0-9\\s]{10,15}$\/",
+ "required": false,
+ "position": 1
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1000000000
+ },
+ {
+ "status": "active",
+ "code": "cash_egp",
+ "method": "cash",
+ "currency": "EGP",
+ "fields": [
+ {
+ "key": "pan_number",
+ "type": "string",
+ "label": {
+ "en": "PAN Number",
+ "ru": "PAN номер",
+ "uk": "PAN номер"
+ },
+ "hint": {
+ "en": "Enter PAN Number",
+ "ru": "Введите PAN номер",
+ "uk": "Введіть PAN номер"
+ },
+ "regexp": "\/^[A-Za-z0-9\\s]{10,15}$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 2000000
+ },
+ {
+ "status": "active",
+ "code": "cash_krw",
+ "method": "cash",
+ "currency": "KRW",
+ "fields": [
+ {
+ "key": "pan_number",
+ "type": "string",
+ "label": {
+ "en": "PAN Number",
+ "ru": "PAN номер",
+ "uk": "PAN номер"
+ },
+ "hint": {
+ "en": "Enter PAN Number",
+ "ru": "Введите PAN номер",
+ "uk": "Введіть PAN номер"
+ },
+ "regexp": "\/^[A-Za-z0-9\\s]{10,15}$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 133000000
+ },
+ {
+ "status": "active",
+ "code": "wise_uah",
+ "method": "wise",
+ "currency": "UAH",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "paytm_inr",
+ "method": "paytm",
+ "currency": "INR",
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "label": {
+ "en": "Account Number",
+ "ru": "Номер аккаунта",
+ "uk": "Номер аккаунта"
+ },
+ "hint": {
+ "en": "Enter account Number",
+ "ru": "Введите номер аккаунта",
+ "uk": "Введіть номер аккаунта"
+ },
+ "regexp": "\/^\\d{10,15}$\/",
+ "required": true,
+ "position": 1
+ },
+ {
+ "key": "account_name",
+ "type": "string",
+ "label": {
+ "en": "Account Name",
+ "ru": "Имя аккаунта",
+ "uk": "Ім'я аккаунта"
+ },
+ "hint": {
+ "en": "Enter account name",
+ "ru": "Введите имя аккаунта",
+ "uk": "Введіть ім'я аккаунта"
+ },
+ "regexp": "\/^[A-Za-z0-9\\s]{2,100}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "beneficiary_full_name",
+ "type": "string",
+ "label": {
+ "en": "Recipient full name",
+ "ru": "Полное имя получателя",
+ "uk": "Повне iм'я одержувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary full name",
+ "ru": "Введите полное имя получателя",
+ "uk": "Введіть повне імʼя одержувача"
+ },
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "position": 3
+ },
+ {
+ "key": "ifsc",
+ "type": "string",
+ "label": {
+ "en": "IFSC",
+ "ru": "IFSC",
+ "uk": "IFSC"
+ },
+ "hint": {
+ "en": "Enter IFSC",
+ "ru": "Введите IFSC",
+ "uk": "Введіть IFSC"
+ },
+ "regexp": "\/^[A-Za-z0-9]{1,11}$\/",
+ "required": false,
+ "position": 4
+ },
+ {
+ "key": "bank_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Name",
+ "ru": "Имя банка",
+ "uk": "Ім'я банку"
+ },
+ "hint": {
+ "en": "Enter recipient bank name",
+ "ru": "Введите название банка получателя",
+ "uk": "Введіть назву банку одержувача"
+ },
+ "regexp": "\/^[A-Z\\-\\ a-z0-9_]{2,100}$\/",
+ "required": false,
+ "position": 5
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "regexp": "\/^\\+?\\d{10,14}$\/",
+ "required": false,
+ "position": 3
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1000000000
+ },
+ {
+ "status": "active",
+ "code": "globalmoney_uah",
+ "method": "globalmoney",
+ "currency": "UAH",
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "label": {
+ "en": "Account",
+ "uk": "Акаунт",
+ "ru": "Аккаунт"
+ },
+ "regexp": "\/^380\\d{9}$|^\\d{3,14}$|^(([^<>()\\[\\]\\\\.,;:\\s@\"]+(\\.[^<>()\\[\\]\\\\.,;:\\s@\"]+)*)|(\".+\"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Account (ID, phone number in the format 380987654321, email)",
+ "uk": "Акаунт (ID, номер телефону в форматі 380987654321, email)",
+ "ru": "Аккаунт (ID, номер телефона в формате 380987654321, email)"
+ }
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "ecascad_account_uah",
+ "method": "ecascad",
+ "currency": "UAH",
+ "amount_min": "1",
+ "amount_max": "1000000",
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "label": {
+ "en": "Account Number",
+ "ru": "Номер аккаунта",
+ "uk": "Номер аккаунта"
+ },
+ "hint": {
+ "en": "Enter account Number",
+ "ru": "Введите номер аккаунта",
+ "uk": "Введіть номер аккаунта"
+ },
+ "regexp": "\/^\\d{3,128}$\/",
+ "required": true,
+ "position": 1
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "ecascad_phone_uah",
+ "method": "ecascad",
+ "currency": "UAH",
+ "amount_min": "1",
+ "amount_max": "1000000",
+ "fields": [
+ {
+ "key": "phone_number",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "+380987654321",
+ "regexp": "\/^\\+\\d{1,15}$\/",
+ "required": true,
+ "position": 1
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "upi_inr",
+ "currency": "INR",
+ "method": "upi",
+ "fields": [
+ {
+ "key": "vpa",
+ "type": "string",
+ "label": {
+ "en": "VPA",
+ "ru": "VPA",
+ "uk": "VPA"
+ },
+ "hint": {
+ "en": "Enter VPA",
+ "ru": "Введите VPA",
+ "uk": "Введіть VPA"
+ },
+ "regexp": "\/^.{2,}@\\w+$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 2,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_full_name",
+ "type": "string",
+ "label": {
+ "en": "Full name",
+ "ru": "ФИО",
+ "uk": "ПIБ"
+ },
+ "hint": {
+ "en": "Enter Full name",
+ "ru": "Введите ФИО",
+ "uk": "Введіть ПIБ"
+ },
+ "regexp": "\/^[a-zA-Z]+(([',. -][a-zA-Z ])?[a-zA-Z]*)*$\/",
+ "required": false,
+ "position": 3
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 4
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "regexp": "\/^\\+91\\d{10}$\/",
+ "required": false,
+ "position": 5
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "hint": {
+ "en": "Enter Address",
+ "ru": "Введите адресс",
+ "uk": "Введіть адресу"
+ },
+ "regexp": "\/^(\\w|\\.| |\\-|\\+|@){1,128}$\/",
+ "required": false,
+ "position": 6
+ },
+ {
+ "key": "ifsc_bank_code",
+ "type": "string",
+ "label": {
+ "en": "IFSC Bank Code",
+ "ru": "IFSC Код банка",
+ "uk": "IFSC Код банку"
+ },
+ "hint": {
+ "en": "Enter IFSC Bank Code",
+ "ru": "Введите IFSC код банка",
+ "uk": "Введіть IFSC код банку"
+ },
+ "regexp": "\/^[A-Za-z0-9]{1,11}$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "pan_number",
+ "type": "string",
+ "label": {
+ "en": "PAN Number",
+ "ru": "PAN номер",
+ "uk": "PAN номер"
+ },
+ "hint": {
+ "en": "Enter PAN Number",
+ "ru": "Введите PAN номер",
+ "uk": "Введіть PAN номер"
+ },
+ "regexp": "\/^[A-Za-z0-9\\s]{10,15}$\/",
+ "required": false,
+ "position": 8
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": "1000000000"
+ },
+ {
+ "status": "active",
+ "code": "upi_payout_inr",
+ "currency": "INR",
+ "method": "upi_payout",
+ "fields": [
+ {
+ "key": "vpa",
+ "type": "string",
+ "label": {
+ "en": "VPA",
+ "ru": "VPA",
+ "uk": "VPA"
+ },
+ "hint": {
+ "en": "Enter VPA",
+ "ru": "Введите VPA",
+ "uk": "Введіть VPA"
+ },
+ "regexp": "\/^.{2,}@\\w+$\/",
+ "required": true,
+ "position": 1
+ },
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 2,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_full_name",
+ "type": "string",
+ "label": {
+ "en": "Full name",
+ "ru": "ФИО",
+ "uk": "ПIБ"
+ },
+ "hint": {
+ "en": "Enter Full name",
+ "ru": "Введите ФИО",
+ "uk": "Введіть ПIБ"
+ },
+ "regexp": "\/^[a-zA-Z]+(([',. -][a-zA-Z ])?[a-zA-Z]*)*$\/",
+ "required": false,
+ "position": 3
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 4
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "regexp": "\/^\\+91\\d{10}$\/",
+ "required": false,
+ "position": 5
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "hint": {
+ "en": "Enter Address",
+ "ru": "Введите адресс",
+ "uk": "Введіть адресу"
+ },
+ "regexp": "\/^(\\w|\\.| |\\-|\\+|@){1,128}$\/",
+ "required": false,
+ "position": 6
+ },
+ {
+ "key": "ifsc_bank_code",
+ "type": "string",
+ "label": {
+ "en": "IFSC Bank Code",
+ "ru": "IFSC Код банка",
+ "uk": "IFSC Код банку"
+ },
+ "hint": {
+ "en": "Enter IFSC Bank Code",
+ "ru": "Введите IFSC код банка",
+ "uk": "Введіть IFSC код банку"
+ },
+ "regexp": "\/^[A-Za-z0-9]{1,11}$\/",
+ "required": false,
+ "position": 7
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1000000000
+ },
+ {
+ "status": "active",
+ "code": "nixmoney_usd",
+ "currency": "USD",
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "label": {
+ "en": "Wallet ID",
+ "ru": "ID кошелька",
+ "uk": "ID гаманця"
+ },
+ "hint": {
+ "en": "Enter wallet ID",
+ "ru": "Введите ID кошелька",
+ "uk": "Введіть ID гаманця"
+ },
+ "regexp": "\/^(U|E)[0-9]{14}$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "method": "nixmoney",
+ "amount_min": 0.01,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "nixmoney_eur",
+ "currency": "EUR",
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "label": {
+ "en": "Wallet ID",
+ "ru": "ID кошелька",
+ "uk": "ID гаманця"
+ },
+ "hint": {
+ "en": "Enter wallet ID",
+ "ru": "Введите ID кошелька",
+ "uk": "Введіть ID гаманця"
+ },
+ "regexp": "\/^(U|E)[0-9]{14}$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "method": "nixmoney",
+ "amount_min": 0.01,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "dogecoin_doge",
+ "method": "dogecoin",
+ "currency": "DOGE",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Dogecoin wallet",
+ "ru": "Dogecoin кошелёк",
+ "uk": "Dogecoin гаманець"
+ },
+ "hint": {
+ "en": "Enter Dogecoin wallet",
+ "ru": "Введите Dogecoin кошелёк",
+ "uk": "Введіть Dogecoin гаманець"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "binance_coin_bnb",
+ "method": "binance_coin",
+ "currency": "BNB",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Binance coin wallet",
+ "ru": "Binance coin кошелёк",
+ "uk": "Binance coin гаманець"
+ },
+ "hint": {
+ "en": "Binance coin wallet",
+ "ru": "Binance coin кошелёк",
+ "uk": "Binance coin гаманець"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1,
+ "example": "0x501906Ce564be7bA80Eb55A29EE31ECfaE41b6f2"
+ }
+ ],
+ "amount_min": 0.00001,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_jpy",
+ "method": "bank_transfer",
+ "currency": "JPY",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "12345678"
+ },
+ {
+ "key": "account_name",
+ "type": "string",
+ "regexp": "\/^[\\s\\p{L}\\p{N}\\p{P}]{2,100}$\/u",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Account Name",
+ "ru": "Account Name",
+ "uk": "Account Name"
+ },
+ "hint": {
+ "en": "Enter Account Name",
+ "ru": "Введите Account Name",
+ "uk": "Введіть Account Name"
+ }
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "regexp": "\/^[\\s\\p{L}\\p{N}\\p{P}]{2,100}$\/u",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ }
+ },
+ {
+ "key": "bank_branch_code",
+ "type": "string",
+ "regexp": "\/^[\\p{N}]{2,100}$\/u",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Bank Branch Code",
+ "ru": "Bank Branch Code",
+ "uk": "Bank Branch Code"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "example": "626"
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[\\s\\p{L}\\p{N}\\p{P}]{2,20}$\/u",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ },
+ "example": "0009"
+ },
+ {
+ "key": "bank_country_code_iso",
+ "type": "string",
+ "regexp": "\/^.{2,6}$\/",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Bank country code",
+ "ru": "Bank country code",
+ "uk": "Bank country code"
+ },
+ "hint": {
+ "en": "Enter bank country code",
+ "ru": "Введите bank country code",
+ "uk": "Введіть bank country code"
+ },
+ "example": "JP"
+ },
+ {
+ "key": "bank_name",
+ "type": "string",
+ "regexp": "\/^[\\s\\p{L}\\p{N}\\p{P}]{2,100}$\/u",
+ "required": false,
+ "position": 7,
+ "label": {
+ "en": "Bank Name",
+ "ru": "Имя банка",
+ "uk": "Ім'я банку"
+ },
+ "hint": {
+ "en": "Enter bank name",
+ "ru": "Введите имя банка",
+ "uk": "Введіть ім'я банку"
+ }
+ },
+ {
+ "key": "beneficiary_name",
+ "type": "string",
+ "regexp": "\/^[\\s\\p{L}\\p{N}\\p{P}]{2,100}$\/u",
+ "required": false,
+ "position": 8,
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_full_name",
+ "type": "string",
+ "regexp": "\/^[\\s\\p{L}\\p{N}\\p{P}]{2,100}$\/u",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Beneficiary full name",
+ "ru": "Полное имя получателя",
+ "uk": "Повне імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary full name",
+ "ru": "Введите полное имя получателя",
+ "uk": "Введіть повне імʼя отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "regexp": "\/^[\\s\\p{L}\\p{N}\\p{P}]{2,64}$\/u",
+ "required": false,
+ "position": 10,
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "hint": {
+ "en": "Enter Address",
+ "ru": "Введите адресс",
+ "uk": "Введіть адресу"
+ }
+ },
+ {
+ "key": "beneficiary_country_code_iso",
+ "type": "string",
+ "regexp": "\/^.{2,6}$\/",
+ "required": false,
+ "position": 11,
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 12,
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com"
+ },
+ {
+ "key": "beneficiary_city",
+ "type": "string",
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 13,
+ "label": {
+ "en": "City",
+ "ru": "City",
+ "uk": "City"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Enter city",
+ "uk": "Enter city"
+ },
+ "example": "London"
+ },
+ {
+ "key": "beneficiary_postcode",
+ "type": "string",
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 14,
+ "label": {
+ "en": "Postcode",
+ "ru": "Postcode",
+ "uk": "Postcode"
+ },
+ "hint": {
+ "en": "Enter postcode",
+ "ru": "Enter postcode",
+ "uk": "Enter postcode"
+ },
+ "example": "postcode"
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "regexp": "\/^\\+?[\\d\\- ]{1,15}$\/",
+ "required": false,
+ "position": 15,
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ }
+ },
+ {
+ "key": "beneficiary_dob",
+ "type": "string",
+ "regexp": "\/^([0-2][0-9]|(3)[0-1])(\\/)(((0)[0-9])|((1)[0-2]))(\\/)\\d{4}$\/",
+ "required": false,
+ "position": 16,
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "example": "10/05/1964"
+ },
+ {
+ "key": "sender_full_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\s\\p{L}]{2,100}$\/u",
+ "required": false,
+ "position": 17,
+ "label": {
+ "en": "Sender full name",
+ "ru": "Полное имя отправителя",
+ "uk": "Повне імʼя відправника"
+ },
+ "hint": {
+ "en": "Enter Sender full name",
+ "ru": "Введите полное имя отправителя",
+ "uk": "Введіть повне імʼя відправникa"
+ }
+ },
+ {
+ "key": "beneficiary_state",
+ "type": "string",
+ "regexp": "\/^[\\s\\p{L}\\p{N}\\p{P}]{2,64}$\/u",
+ "required": false,
+ "position": 18,
+ "label": {
+ "en": "Beneficiary state",
+ "ru": "Beneficiary state",
+ "uk": "Beneficiary state"
+ },
+ "hint": {
+ "en": "Enter beneficiary state",
+ "ru": "Введите beneficiary state",
+ "uk": "Введіть beneficiary state"
+ }
+ },
+ {
+ "key": "bank_city",
+ "type": "string",
+ "regexp": "\/^[A-Za-z]{2,100}$\/",
+ "required": false,
+ "position": 19,
+ "label": {
+ "en": "Bank City",
+ "ru": "Bank City",
+ "uk": "Bank City"
+ },
+ "hint": {
+ "en": "Enter bank city",
+ "ru": "Enter bank city",
+ "uk": "Enter bank city"
+ }
+ },
+ {
+ "key": "bank_province",
+ "type": "string",
+ "regexp": "\/^[A-Za-z]{2,100}$\/",
+ "required": false,
+ "position": 20,
+ "label": {
+ "en": "Bank Province",
+ "ru": "Bank Province",
+ "uk": "Bank Province"
+ },
+ "hint": {
+ "en": "Enter bank province",
+ "ru": "Enter bank province",
+ "uk": "Enter bank province"
+ }
+ },
+ {
+ "key": "account_type",
+ "type": "string",
+ "regexp": "\/^[A-Z]{1,20}$\/",
+ "label": {
+ "en": "Account type",
+ "ru": "Тип аккаунта",
+ "uk": "Тип акаунту"
+ },
+ "hint": {
+ "en": "Enter account type",
+ "ru": "Введите тип аккаунта",
+ "uk": "Введіть тип акаунту"
+ },
+ "position": 21,
+ "required": false
+ },
+ {
+ "key": "beneficiary_document_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z]{2,20}$\/",
+ "required": false,
+ "position": 22,
+ "label": {
+ "en": "Beneficiary Document Type",
+ "ru": "Тип документа получателя",
+ "uk": "Тип документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document Type",
+ "ru": "Введите тип документа получателя",
+ "uk": "Введіть тип документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_lastname",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 23,
+ "required": false
+ },
+ {
+ "key": "beneficiary_document_id",
+ "type": "string",
+ "regexp": "\/^[A-Z0-9]{3,20}$\/",
+ "required": false,
+ "position": 24,
+ "label": {
+ "en": "Beneficiary Document ID",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document ID",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документу отримувача"
+ }
+ },
+ {
+ "key": "bank_account",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,30}$\/",
+ "label": {
+ "en": "Bank Account",
+ "ru": "Номер банковского счета",
+ "uk": "Номер банківського рахунку"
+ },
+ "hint": {
+ "en": "Enter bank account",
+ "ru": "Введите номер банковского счета",
+ "uk": "Введіть номер банківського рахунку"
+ },
+ "position": 25,
+ "required": false
+ }
+ ],
+ "amount_min": "1",
+ "amount_max": "100000000"
+ },
+ {
+ "status": "active",
+ "code": "payment_card_pen",
+ "method": "payment_card",
+ "currency": "PEN",
+ "fields": [
+ {
+ "key": "card_number",
+ "type": "string",
+ "label": {
+ "en": "Card number",
+ "ru": "Номер карты",
+ "uk": "Номер карти"
+ },
+ "hint": {
+ "en": "Enter card number",
+ "ru": "Введите номер карты",
+ "uk": "Введіть номер карти"
+ },
+ "regexp": "\/^\\d{12,19}$\/",
+ "required": true,
+ "position": 1,
+ "options": {
+ "validators": [
+ {
+ "name": "Luhn"
+ }
+ ]
+ }
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "1000000"
+ },
+ {
+ "status": "active",
+ "code": "payment_card_clp",
+ "method": "payment_card",
+ "currency": "CLP",
+ "fields": [
+ {
+ "key": "card_number",
+ "type": "string",
+ "label": {
+ "en": "Card number",
+ "ru": "Номер карты",
+ "uk": "Номер карти"
+ },
+ "hint": {
+ "en": "Enter card number",
+ "ru": "Введите номер карты",
+ "uk": "Введіть номер карти"
+ },
+ "regexp": "\/^\\d{12,19}$\/",
+ "required": true,
+ "position": 1,
+ "options": {
+ "validators": [
+ {
+ "name": "Luhn"
+ }
+ ]
+ }
+ }
+ ],
+ "amount_min": "1",
+ "amount_max": "100000000"
+ },
+ {
+ "status": "active",
+ "code": "mtn_ghs",
+ "currency": "GHS",
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "+255742044295",
+ "regexp": "\/^\\+?\\d{9,14}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 4,
+ "example": "Doe"
+ }
+ ],
+ "method": "mtn",
+ "amount_min": 0.01,
+ "amount_max": 760000
+ },
+ {
+ "status": "active",
+ "code": "m_pesa_kes",
+ "currency": "KES",
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "+255742044295",
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "method": "m_pesa",
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "m_pesa_tzs",
+ "currency": "TZS",
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "+255742044295",
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "method": "m_pesa",
+ "amount_min": 100,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "upi_bank_account_inr",
+ "currency": "INR",
+ "method": "upi_bank_account",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account Number",
+ "ru": "Account Number",
+ "uk": "Account Number"
+ },
+ "hint": {
+ "en": "Enter Account Number",
+ "ru": "Введите Account Number",
+ "uk": "Введіть Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": true,
+ "position": 1
+ },
+ {
+ "key": "account_holder_full_name",
+ "type": "string",
+ "label": {
+ "en": "Account holder full name",
+ "ru": "ФИО",
+ "uk": "ПIБ"
+ },
+ "hint": {
+ "en": "Enter account holder full name",
+ "ru": "Введите ФИО",
+ "uk": "Введіть ПIБ"
+ },
+ "regexp": "\/^[a-zA-Z]+(([',. -][a-zA-Z ])?[a-zA-Z]*)*$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "regexp": "\/^(\\+?91)?\\d{10}$\/",
+ "required": false,
+ "position": 3
+ },
+ {
+ "key": "ifsc",
+ "type": "string",
+ "label": {
+ "en": "IFSC",
+ "ru": "IFSC",
+ "uk": "IFSC"
+ },
+ "hint": {
+ "en": "Enter IFSC",
+ "ru": "Введите IFSC",
+ "uk": "Введіть IFSC"
+ },
+ "regexp": "\/^[A-Za-z0-9]{1,11}$\/",
+ "required": false,
+ "position": 4
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1000000000
+ },
+ {
+ "status": "active",
+ "code": "imps_inr",
+ "currency": "INR",
+ "method": "imps",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account Number",
+ "ru": "Account Number",
+ "uk": "Account Number"
+ },
+ "hint": {
+ "en": "Enter Account Number",
+ "ru": "Введите Account Number",
+ "uk": "Введіть Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "account_holder_full_name",
+ "type": "string",
+ "label": {
+ "en": "Account holder full name",
+ "ru": "ФИО",
+ "uk": "ПIБ"
+ },
+ "hint": {
+ "en": "Enter Account holder full name",
+ "ru": "Введите ФИО",
+ "uk": "Введіть ПIБ"
+ },
+ "regexp": "\/^[a-zA-Z]+(([',. -][a-zA-Z ])?[a-zA-Z]*)*$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "regexp": "\/^(\\+?91)?\\d{10}$\/",
+ "required": false,
+ "position": 3
+ },
+ {
+ "key": "ifsc",
+ "type": "string",
+ "label": {
+ "en": "IFSC",
+ "ru": "IFSC",
+ "uk": "IFSC"
+ },
+ "hint": {
+ "en": "Enter IFSC",
+ "ru": "Введите IFSC",
+ "uk": "Введіть IFSC"
+ },
+ "regexp": "\/^[A-Za-z0-9]{1,11}$\/",
+ "required": false,
+ "position": 4
+ },
+ {
+ "key": "bank_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Name",
+ "ru": "Имя банка",
+ "uk": "Ім'я банку"
+ },
+ "hint": {
+ "en": "Enter recipient bank name",
+ "ru": "Введите название банка получателя",
+ "uk": "Введіть назву банку одержувача"
+ },
+ "regexp": "\/^[A-Z\\-\\ a-z0-9_]{2,100}$\/",
+ "required": false,
+ "position": 5
+ },
+ {
+ "key": "vpa",
+ "type": "string",
+ "label": {
+ "en": "VPA",
+ "ru": "VPA",
+ "uk": "VPA"
+ },
+ "hint": {
+ "en": "Enter VPA",
+ "ru": "Введите VPA",
+ "uk": "Введіть VPA"
+ },
+ "regexp": "\/^.{2,}@\\w+$\/",
+ "required": false,
+ "position": 6
+ },
+ {
+ "key": "beneficiary_full_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "position": 7,
+ "label": {
+ "en": "Recipient full name",
+ "ru": "Полное имя получателя",
+ "uk": "Повне iм'я одержувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary full name",
+ "ru": "Введите полное имя получателя",
+ "uk": "Введіть повне імʼя одержувача"
+ }
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "regexp": "\/^[\\s\\p{L}\\p{N}\\p{P}]{2,100}$\/u",
+ "required": false,
+ "position": 8,
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Ім'я отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть ім'я отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "regexp": "\/^[\\s\\p{L}\\p{N}\\p{P}]{2,100}$\/u",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ }
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1000000000
+ },
+ {
+ "status": "active",
+ "code": "payment_card_brl",
+ "method": "payment_card",
+ "currency": "BRL",
+ "fields": [
+ {
+ "key": "card_number",
+ "type": "string",
+ "label": {
+ "en": "Card number",
+ "ru": "Номер карты",
+ "uk": "Номер карти"
+ },
+ "hint": {
+ "en": "Enter card number",
+ "ru": "Введите номер карты",
+ "uk": "Введіть номер карти"
+ },
+ "regexp": "\/^\\d{12,19}$\/",
+ "required": true,
+ "position": 1,
+ "options": {
+ "validators": [
+ {
+ "name": "Luhn"
+ }
+ ]
+ }
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "500000"
+ },
+ {
+ "status": "active",
+ "code": "settlepay_wallet_uah",
+ "method": "settlepay_wallet",
+ "currency": "UAH",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Settlepay wallet ID",
+ "ru": "ID Settlepay кошелька",
+ "uk": "ID Settlepay гаманця"
+ },
+ "hint": {
+ "en": "Enter Settlepay wallet ID",
+ "ru": "Введите ID Settlepay кошелька",
+ "uk": "Введіть ID Settlepay гаманця"
+ },
+ "example": "SP27ARC2B031973",
+ "regexp": "\/^(?i)SP[a-zA-Z\\d]{13}$|^380[0-9]{9}$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 3000000
+ },
+ {
+ "status": "active",
+ "code": "pix_brl",
+ "currency": "BRL",
+ "method": "pix",
+ "amount_min": 1,
+ "amount_max": 500000,
+ "fields": [
+ {
+ "key": "cpf_number",
+ "type": "string",
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Beneficiary CPF or CNPJ number",
+ "ru": "Beneficiary CPF or CNPJ number",
+ "uk": "Beneficiary CPF or CNPJ number"
+ },
+ "hint": {
+ "en": "Enter beneficiary CPF or CNPJ number",
+ "ru": "Enter beneficiary CPF or CNPJ number",
+ "uk": "Enter beneficiary CPF or CNPJ number"
+ },
+ "example": "88899988811"
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "+5588722651111"
+ },
+ {
+ "key": "beneficiary_phone_country_code",
+ "type": "string",
+ "regexp": "\/^\\+\\d{1,3}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Phone country code",
+ "ru": "Телефонный код страны",
+ "uk": "Телефонний код країни"
+ },
+ "hint": {
+ "en": "Enter phone country code",
+ "ru": "Введите телефонный код страны",
+ "uk": "Введіть телефонний код країни"
+ },
+ "example": "380"
+ },
+ {
+ "key": "beneficiary_phone_area_code",
+ "type": "string",
+ "regexp": "\/^\\d{1,5}$\/",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Phone area code",
+ "ru": "Телефонный код города",
+ "uk": "Телефонний код міста"
+ },
+ "hint": {
+ "en": "Enter phone area code",
+ "ru": "Введите код города телефона",
+ "uk": "Введіть код міста телефону"
+ },
+ "example": "63"
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ }
+ },
+ {
+ "key": "beneficiary_name",
+ "type": "string",
+ "regexp": "\/^[-\\s\\p{L}]{2,100}$\/u",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_lastname",
+ "type": "string",
+ "regexp": "\/^[-\\s\\p{L}]{2,100}$\/u",
+ "required": false,
+ "position": 7,
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прiзвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прiзвище отримувача"
+ }
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[-\\d\\s\\p{L}]{2,12}$\/u",
+ "required": false,
+ "position": 8,
+ "label": {
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ }
+ },
+ {
+ "key": "bank_agency_number",
+ "type": "string",
+ "regexp": "\/^[A-z0-9]{2,5}$\/",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Agency Code of the Bank",
+ "ru": "Агентский код банка",
+ "uk": "Агентський код банку"
+ },
+ "hint": {
+ "en": "Enter Agency Code of the Bank",
+ "ru": "Введите aгентский код банка",
+ "uk": "Введіть aгентський код банку"
+ }
+ },
+ {
+ "key": "account_number",
+ "type": "string",
+ "regexp": "\/^(^[0-9-]{4,100}$)|(^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,3})$)|(^[a-z0-9-]{36}$)|(^\\+55\\d{10,12}$)$\/",
+ "required": false,
+ "position": 10,
+ "label": {
+ "en": "Account Number",
+ "ru": "Номер счёта",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter Account Number",
+ "ru": "Введите номер счёта",
+ "uk": "Введіть номер рахунку"
+ }
+ },
+ {
+ "key": "pix_key",
+ "type": "string",
+ "regexp": "\/^.{4,255}$\/",
+ "required": false,
+ "position": 11,
+ "label": {
+ "en": "Pix key",
+ "ru": "Ключ Pix",
+ "uk": "Ключ Pix"
+ },
+ "hint": {
+ "en": "Enter Pix key",
+ "ru": "Введите ключ Pix",
+ "uk": "Введіть ключ Pix"
+ }
+ },
+ {
+ "key": "bank_isbp_code",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,11}$\/",
+ "required": false,
+ "position": 12,
+ "label": {
+ "en": "Beneficiary bank ISBP code",
+ "ru": "ISBP код банка получателя",
+ "uk": "ISBP код банку отримувача"
+ },
+ "hint": {
+ "en": "Enter the beneficiary bank's ISBP code",
+ "ru": "Введите ISBP код банку получателя",
+ "uk": "Введiть ISBP код банка отримувача"
+ }
+ },
+ {
+ "key": "bank_branch_code",
+ "type": "string",
+ "regexp": "\/^[0-9-]{1,6}$\/",
+ "required": false,
+ "position": 13,
+ "label": {
+ "en": "Beneficiary bank Branch code",
+ "ru": "Код отделения банка получателя",
+ "uk": "Код відділення банку одержувача"
+ },
+ "hint": {
+ "en": "Enter the beneficiary bank's branch code",
+ "ru": "Введите код отделения банка получателя",
+ "uk": "Введіть код відділення банку одержувачаe"
+ }
+ },
+ {
+ "key": "account_number_checksum",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,100}$\/",
+ "required": false,
+ "position": 14,
+ "label": {
+ "en": "Account number checksum",
+ "ru": "Контрольная сумма номера счета",
+ "uk": "Контрольна сума номера рахунку"
+ },
+ "hint": {
+ "en": "Enter the account number checksum",
+ "ru": "Введите контрольную сумму номера счета",
+ "uk": "Введіть контрольну суму номера рахунку"
+ }
+ },
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "\/^(CPF|CNPJ|EVP|EMAIL|PHONE|RANDOMKEY)$\/",
+ "required": false,
+ "position": 15,
+ "label": {
+ "en": "Beneficiary's personal identification type",
+ "ru": "Тип документа получателя",
+ "uk": "Тип документа отримувача"
+ },
+ "hint": {
+ "en": "CPF|CNPJ|EVP|EMAIL|PHONE|RANDOMKEY",
+ "ru": "CPF|CNPJ|EVP|EMAIL|PHONE|RANDOMKEY",
+ "uk": "CPF|CNPJ|EVP|EMAIL|PHONE|RANDOMKEY"
+ },
+ "example": "EMAIL"
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "\/^.{1,100}$\/",
+ "required": false,
+ "position": 16,
+ "label": {
+ "en": "Beneficiary's personal identification number",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документа отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary's personal identification number",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документа отримувача"
+ },
+ "example": "50284414727"
+ },
+ {
+ "key": "account_type",
+ "type": "string",
+ "regexp": "\/^(CPF|CNPJ|EVP|PHONE|EMAIL|RANDOMKEY)$\/",
+ "required": false,
+ "position": 17,
+ "label": {
+ "en": "Beneficiary's PIX Key account type",
+ "ru": "Beneficiary's PIX Key account type",
+ "uk": "Beneficiary's PIX Key account type"
+ },
+ "hint": {
+ "en": "CPF|CNPJ|EVP|PHONE|EMAIL|RANDOMKEY",
+ "ru": "CPF|CNPJ|EVP|PHONE|EMAIL|RANDOMKEY",
+ "uk": "CPF|CNPJ|EVP|PHONE|EMAIL|RANDOMKEY"
+ },
+ "example": "EMAIL"
+ },
+ {
+ "key": "bank_account_type",
+ "type": "string",
+ "regexp": "\/^(saving|personal)$\/",
+ "required": false,
+ "position": 18,
+ "label": {
+ "en": "Beneficiary's bank account type",
+ "ru": "Тип банковского аккаунта получателя",
+ "uk": "Тип банковського облікового запису банку"
+ },
+ "hint": {
+ "en": "Enter beneficiary's bank account type",
+ "ru": "Введите тип банковского аккаунта получателя",
+ "uk": "Введіть тип банковського облікового запису отримувача"
+ },
+ "example": "personal"
+ },
+ {
+ "key": "account_name",
+ "type": "string",
+ "label": {
+ "en": "Account name",
+ "ru": "Название счета",
+ "uk": "Назва рахунку"
+ },
+ "hint": {
+ "en": "Enter account name",
+ "ru": "Введите название счета",
+ "uk": "Введіть назву рахунку"
+ },
+ "example": "Empresa XYZ Ltda",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "position": 19
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "pix_ars",
+ "currency": "ARS",
+ "method": "pix",
+ "amount_min": "0.01",
+ "amount_max": "100000",
+ "fields": [
+ {
+ "key": "cpf_number",
+ "type": "string",
+ "regexp": "\/^[0-9\\.\\-]{1,14}$\/",
+ "required": true,
+ "position": 1,
+ "label": {
+ "en": "CPF number",
+ "ru": "CPF номер",
+ "uk": "CPF номер"
+ },
+ "hint": {
+ "en": "Enter CPF number",
+ "ru": "Введите CPF номер",
+ "uk": "Введіть CPF номер"
+ },
+ "example": "88899988811"
+ },
+ {
+ "key": "pix_key",
+ "type": "string",
+ "regexp": "\/^.{4,255}$\/",
+ "required": true,
+ "position": 2,
+ "label": {
+ "en": "Pix key",
+ "ru": "Ключ Pix",
+ "uk": "Ключ Pix"
+ },
+ "hint": {
+ "en": "Enter Pix key",
+ "ru": "Введите ключ Pix",
+ "uk": "Введіть ключ Pix"
+ }
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "chilean_commercial_bank_clp",
+ "method": "chilean_commercial_bank",
+ "currency": "CLP",
+ "amount_min": "10",
+ "amount_max": "979999999",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "regexp": "\/^[0-9]{6,50}$\/",
+ "required": true,
+ "position": 1,
+ "label": {
+ "en": "Account Number",
+ "ru": "Номер счёта",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter Account Number",
+ "ru": "Введите номер счёта",
+ "uk": "Введіть номер рахунку"
+ }
+ },
+ {
+ "key": "account_type",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z]{1,3}$\/",
+ "required": true,
+ "position": 2,
+ "label": {
+ "en": "Account type",
+ "ru": "Тип аккаунта",
+ "uk": "Тип акаунту"
+ },
+ "hint": {
+ "en": "Enter account type",
+ "ru": "Введите тип аккаунта",
+ "uk": "Введіть тип акаунту"
+ }
+ },
+ {
+ "key": "document_number",
+ "type": "string",
+ "regexp": "\/^\\d{8,9}$\/",
+ "required": true,
+ "position": 3,
+ "label": {
+ "en": "Document Number",
+ "ru": "Номер документа",
+ "uk": "Номер документу"
+ },
+ "hint": {
+ "en": "Enter Document Number",
+ "ru": "Введите номер документа",
+ "uk": "Введіть номер документу"
+ }
+ },
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "\/^[\\s\\p{L}\\p{N}\\p{P}]{1,100}$\/",
+ "required": true,
+ "position": 4,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type",
+ "ru": "Введите тип документа",
+ "uk": "Введіть тип документу"
+ }
+ },
+ {
+ "key": "beneficiary_full_name",
+ "type": "string",
+ "regexp": "\/^[\\s\\p{L}\\p{N}\\p{P}]{2,100}$\/u",
+ "required": true,
+ "position": 5,
+ "label": {
+ "en": "Beneficiary full name",
+ "ru": "Полное имя получателя",
+ "uk": "Повне ім'я отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary full name",
+ "ru": "Введите полное имя получателя",
+ "uk": "Введіть повне ім'я отримувача"
+ }
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "bbva_pen",
+ "method": "bbva",
+ "currency": "PEN",
+ "amount_min": "0.04",
+ "amount_max": "3870000",
+ "fields": [
+ {
+ "key": "payment_concept",
+ "type": "string",
+ "regexp": "\/^[\\s\\p{L}\\p{N}\\p{P}]{1,100}$\/",
+ "required": true,
+ "position": 1,
+ "label": {
+ "en": "Payment concept",
+ "ru": "Концепция платежа",
+ "uk": "Концепція платежу"
+ },
+ "hint": {
+ "en": "Enter Payment Concept",
+ "ru": "Введите концепцию платежа",
+ "uk": "Введіть концепцію платежу"
+ }
+ },
+ {
+ "key": "cci_key",
+ "type": "string",
+ "regexp": "\/^[\\s\\p{L}\\p{N}\\p{P}]{1,100}$\/",
+ "required": true,
+ "position": 2,
+ "label": {
+ "en": "Cci key",
+ "ru": "Cci ключ",
+ "uk": "Cci ключ"
+ },
+ "hint": {
+ "en": "Enter Cci Key",
+ "ru": "Введите Cci ключ",
+ "uk": "Введіть Cci ключ"
+ }
+ },
+ {
+ "key": "document_number",
+ "type": "string",
+ "regexp": "\/^\\d{1,15}$\/",
+ "required": true,
+ "position": 3,
+ "label": {
+ "en": "Document Number",
+ "ru": "Номер документа",
+ "uk": "Номер документу"
+ },
+ "hint": {
+ "en": "Enter Document Number",
+ "ru": "Введите номер документа",
+ "uk": "Введіть номер документу"
+ }
+ },
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "\/^[\\s\\p{L}\\p{N}\\p{P}]{1,100}$\/",
+ "required": true,
+ "position": 4,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type",
+ "ru": "Введите тип документа",
+ "uk": "Введіть тип документу"
+ }
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "regexp": "\/^[\\s\\p{L}\\p{N}\\p{P}]{1,100}$\/u",
+ "required": true,
+ "position": 5,
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Ім'я отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть ім'я отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "regexp": "\/^[\\s\\p{L}\\p{N}\\p{P}]{1,100}$\/u",
+ "required": true,
+ "position": 6,
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ }
+ },
+ {
+ "key": "account_type",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z]{1,3}$\/",
+ "required": true,
+ "position": 7,
+ "label": {
+ "en": "Account type",
+ "ru": "Тип аккаунта",
+ "uk": "Тип акаунту"
+ },
+ "hint": {
+ "en": "Enter account type",
+ "ru": "Введите тип аккаунта",
+ "uk": "Введіть тип акаунту"
+ }
+ },
+ {
+ "key": "account_number",
+ "type": "string",
+ "regexp": "\/^[\\s\\p{L}\\p{N}\\p{P}]{1,100}$\/",
+ "required": true,
+ "position": 8,
+ "label": {
+ "en": "Account Number",
+ "ru": "Номер счёта",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter Account Number",
+ "ru": "Введите номер счёта",
+ "uk": "Введіть номер рахунку"
+ }
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "inter_bank_pen",
+ "method": "inter_bank",
+ "currency": "PEN",
+ "amount_min": "0.04",
+ "amount_max": "3870000",
+ "fields": [
+ {
+ "key": "document_number",
+ "type": "string",
+ "regexp": "\/^\\d{1,15}$\/",
+ "required": true,
+ "position": 1,
+ "label": {
+ "en": "Document Number",
+ "ru": "Номер документа",
+ "uk": "Номер документу"
+ },
+ "hint": {
+ "en": "Enter Document Number",
+ "ru": "Введите номер документа",
+ "uk": "Введіть номер документу"
+ }
+ },
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "\/^[\\s\\p{L}\\p{N}\\p{P}]{1,100}$\/",
+ "required": true,
+ "position": 2,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type",
+ "ru": "Введите тип документа",
+ "uk": "Введіть тип документу"
+ }
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "regexp": "\/^[\\s\\p{L}\\p{N}\\p{P}]{1,100}$\/u",
+ "required": true,
+ "position": 3,
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Ім'я отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть ім'я отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "regexp": "\/^[\\s\\p{L}\\p{N}\\p{P}]{1,100}$\/u",
+ "required": true,
+ "position": 4,
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ }
+ },
+ {
+ "key": "account_type",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z]{1,3}$\/",
+ "required": true,
+ "position": 5,
+ "label": {
+ "en": "Account type",
+ "ru": "Тип аккаунта",
+ "uk": "Тип акаунту"
+ },
+ "hint": {
+ "en": "Enter account type",
+ "ru": "Введите тип аккаунта",
+ "uk": "Введіть тип акаунту"
+ }
+ },
+ {
+ "key": "account_number",
+ "type": "string",
+ "regexp": "\/^[\\s\\p{L}\\p{N}\\p{P}]{1,100}$\/",
+ "required": true,
+ "position": 6,
+ "label": {
+ "en": "Account Number",
+ "ru": "Номер счёта",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter Account Number",
+ "ru": "Введите номер счёта",
+ "uk": "Введіть номер рахунку"
+ }
+ },
+ {
+ "key": "payment_concept",
+ "type": "string",
+ "regexp": "\/^[\\s\\p{L}\\p{N}\\p{P}]{1,100}$\/",
+ "required": true,
+ "position": 7,
+ "label": {
+ "en": "Payment concept",
+ "ru": "Концепция платежа",
+ "uk": "Концепція платежу"
+ },
+ "hint": {
+ "en": "Enter Payment Concept",
+ "ru": "Введите концепцию платежа",
+ "uk": "Введіть концепцію платежу"
+ }
+ },
+ {
+ "key": "cci_key",
+ "type": "string",
+ "regexp": "\/^[\\s\\p{L}\\p{N}\\p{P}]{1,100}$\/",
+ "required": true,
+ "position": 8,
+ "label": {
+ "en": "Cci key",
+ "ru": "Cci ключ",
+ "uk": "Cci ключ"
+ },
+ "hint": {
+ "en": "Enter Cci Key",
+ "ru": "Введите Cci ключ",
+ "uk": "Введіть Cci ключ"
+ }
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "method": "spush_pay",
+ "currency": "EUR",
+ "code": "spush_pay_eur",
+ "amount_min": 0.01,
+ "amount_max": 100000,
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "regexp": "\/^\\d{13}[A-Z]{3}$\/",
+ "required": true,
+ "position": 1,
+ "label": {
+ "en": "Customer account number",
+ "ru": "Номер счета клиента",
+ "uk": "Номер рахунку клієнта"
+ },
+ "hint": {
+ "en": "Enter customer account number",
+ "ru": "Введите номер счета клиента",
+ "uk": "Введiть номер рахунку клієнта"
+ }
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "prymera_bank_pen",
+ "method": "prymera_bank",
+ "currency": "PEN",
+ "amount_min": "0.04",
+ "amount_max": "3870000",
+ "fields": [
+ {
+ "key": "document_number",
+ "type": "string",
+ "regexp": "\/^\\d{8,11}$\/",
+ "required": true,
+ "position": 1,
+ "label": {
+ "en": "Document Number",
+ "ru": "Номер документа",
+ "uk": "Номер документу"
+ },
+ "hint": {
+ "en": "Enter Document Number",
+ "ru": "Введите номер документа",
+ "uk": "Введіть номер документу"
+ }
+ },
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "\/^[\\s\\p{L}\\p{N}\\p{P}]{1,100}$\/",
+ "required": true,
+ "position": 2,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type",
+ "ru": "Введите тип документа",
+ "uk": "Введіть тип документу"
+ }
+ },
+ {
+ "key": "phone_number",
+ "type": "string",
+ "regexp": "\/^\\d{11}$\/",
+ "required": true,
+ "position": 3,
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ }
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "kasnet_pen",
+ "method": "kasnet",
+ "currency": "PEN",
+ "amount_min": "0.04",
+ "amount_max": "3870000",
+ "fields": [
+ {
+ "key": "document_number",
+ "type": "string",
+ "regexp": "\/^\\d{8,11}$\/",
+ "required": true,
+ "position": 1,
+ "label": {
+ "en": "Document Number",
+ "ru": "Номер документа",
+ "uk": "Номер документу"
+ },
+ "hint": {
+ "en": "Enter Document Number",
+ "ru": "Введите номер документа",
+ "uk": "Введіть номер документу"
+ }
+ },
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "\/^[\\s\\p{L}\\p{N}\\p{P}]{1,100}$\/",
+ "required": true,
+ "position": 2,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type",
+ "ru": "Введите тип документа",
+ "uk": "Введіть тип документу"
+ }
+ },
+ {
+ "key": "phone_number",
+ "type": "string",
+ "regexp": "\/^\\d{11}$\/",
+ "required": true,
+ "position": 3,
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ }
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "efecty_cop",
+ "method": "efecty",
+ "currency": "COP",
+ "amount_min": "40",
+ "amount_max": "3940000000",
+ "fields": [
+ {
+ "key": "document_number",
+ "type": "string",
+ "regexp": "\/^[\\s\\p{L}\\p{N}\\p{P}]{1,100}$\/",
+ "required": true,
+ "position": 1,
+ "label": {
+ "en": "Document Number",
+ "ru": "Номер документа",
+ "uk": "Номер документу"
+ },
+ "hint": {
+ "en": "Enter Document Number",
+ "ru": "Введите номер документа",
+ "uk": "Введіть номер документу"
+ }
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "spei_usd",
+ "method": "spei",
+ "currency": "USD",
+ "amount_min": "0.01",
+ "amount_max": "1000000",
+ "fields": [
+ {
+ "key": "beneficiary_name",
+ "regexp": "\/^[-\\s\\p{L}]{2,100}$\/u",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "position": 1,
+ "required": true
+ },
+ {
+ "key": "beneficiary_lastname",
+ "regexp": "\/^[-\\s\\p{L}]{2,100}$\/u",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прiзвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прiзвище отримувача"
+ },
+ "position": 2,
+ "required": true
+ },
+ {
+ "key": "document_id",
+ "regexp": "\/^.{6,12}$\/",
+ "type": "string",
+ "label": {
+ "en": "Document ID",
+ "ru": "Номер документа",
+ "uk": "Номер документу"
+ },
+ "hint": {
+ "en": "Enter Document ID",
+ "ru": "Введите номер документа",
+ "uk": "Введіть номер документу"
+ },
+ "position": 3,
+ "required": true
+ },
+ {
+ "key": "bank_code",
+ "regexp": "\/^[0-9]{2,4}$\/",
+ "type": "string",
+ "label": {
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ },
+ "position": 4,
+ "required": true
+ },
+ {
+ "key": "account_number",
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "type": "string",
+ "label": {
+ "en": "Account Number",
+ "ru": "Номер счёта",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter Account Number",
+ "ru": "Введите номер счёта",
+ "uk": "Введіть номер рахунку"
+ },
+ "position": 5,
+ "required": true
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "spei_mxn",
+ "method": "spei",
+ "currency": "MXN",
+ "amount_min": "0.01",
+ "amount_max": "1000000",
+ "fields": [
+ {
+ "key": "beneficiary_name",
+ "regexp": "\/^[-\\s\\p{L}]{2,100}$\/u",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "position": 1,
+ "required": true
+ },
+ {
+ "key": "beneficiary_lastname",
+ "regexp": "\/^[-\\s\\p{L}]{2,100}$\/u",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прiзвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прiзвище отримувача"
+ },
+ "position": 2,
+ "required": true
+ },
+ {
+ "key": "document_id",
+ "regexp": "\/^.{6,36}$\/",
+ "type": "string",
+ "label": {
+ "en": "Document ID",
+ "ru": "Номер документа",
+ "uk": "Номер документу"
+ },
+ "hint": {
+ "en": "Enter Document ID",
+ "ru": "Введите номер документа",
+ "uk": "Введіть номер документу"
+ },
+ "position": 3,
+ "required": false
+ },
+ {
+ "key": "bank_code",
+ "regexp": "\/^[0-9]{2,5}$\/",
+ "type": "string",
+ "label": {
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ },
+ "position": 4,
+ "required": false
+ },
+ {
+ "key": "account_number",
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "type": "string",
+ "label": {
+ "en": "Account Number",
+ "ru": "Номер счёта",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter Account Number",
+ "ru": "Введите номер счёта",
+ "uk": "Введіть номер рахунку"
+ },
+ "position": 5,
+ "required": true
+ },
+ {
+ "key": "payment_concept",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z 0-9]+$\/",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Payment concept",
+ "ru": "Концепция платежа",
+ "uk": "Концепція платежу"
+ },
+ "hint": {
+ "en": "Enter Payment Concept",
+ "ru": "Введите концепцию платежа",
+ "uk": "Введіть концепцію платежу"
+ }
+ },
+ {
+ "key": "beneficiary_full_name",
+ "type": "string",
+ "regexp": "\/^[\\s\\p{L}\\p{N}\\p{P}]{2,100}$\/u",
+ "required": false,
+ "position": 7,
+ "label": {
+ "en": "Beneficiary full name",
+ "ru": "Полное имя получателя",
+ "uk": "Повне ім'я отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary full name",
+ "ru": "Введите полное имя получателя",
+ "uk": "Введіть повне ім'я отримувача"
+ }
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "bbva_bancomer_mxn",
+ "method": "bbva_bancomer",
+ "currency": "MXN",
+ "amount_min": "0.19",
+ "amount_max": "1000000",
+ "fields": [
+ {
+ "key": "beneficiary_name",
+ "regexp": "\/^[-\\s\\p{L}]{2,100}$\/u",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "position": 1,
+ "required": true
+ },
+ {
+ "key": "beneficiary_lastname",
+ "regexp": "\/^[-\\s\\p{L}]{2,100}$\/u",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прiзвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прiзвище отримувача"
+ },
+ "position": 2,
+ "required": true
+ },
+ {
+ "key": "account_number",
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "type": "string",
+ "label": {
+ "en": "Account Number",
+ "ru": "Номер счёта",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter Account Number",
+ "ru": "Введите номер счёта",
+ "uk": "Введіть номер рахунку"
+ },
+ "position": 3,
+ "required": true
+ },
+ {
+ "key": "document_id",
+ "regexp": "\/^.{6,36}$\/",
+ "type": "string",
+ "label": {
+ "en": "Document ID",
+ "ru": "Номер документа",
+ "uk": "Номер документу"
+ },
+ "hint": {
+ "en": "Enter Document ID",
+ "ru": "Введите номер документа",
+ "uk": "Введіть номер документу"
+ },
+ "position": 4,
+ "required": false
+ },
+ {
+ "key": "bank_code",
+ "regexp": "\/^[0-9]{2,5}$\/",
+ "type": "string",
+ "label": {
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ },
+ "position": 5,
+ "required": false
+ },
+ {
+ "key": "payment_concept",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z 0-9]+$\/",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Payment concept",
+ "ru": "Концепция платежа",
+ "uk": "Концепція платежу"
+ },
+ "hint": {
+ "en": "Enter Payment Concept",
+ "ru": "Введите концепцию платежа",
+ "uk": "Введіть концепцію платежу"
+ }
+ },
+ {
+ "key": "beneficiary_full_name",
+ "type": "string",
+ "regexp": "\/^[\\s\\p{L}\\p{N}\\p{P}]{2,100}$\/u",
+ "required": false,
+ "position": 7,
+ "label": {
+ "en": "Beneficiary full name",
+ "ru": "Полное имя получателя",
+ "uk": "Повне ім'я отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary full name",
+ "ru": "Введите полное имя получателя",
+ "uk": "Введіть повне ім'я отримувача"
+ }
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "banco_santander_mxn",
+ "method": "banco_santander",
+ "currency": "MXN",
+ "amount_min": "0.19",
+ "amount_max": "1000000",
+ "fields": [
+ {
+ "key": "beneficiary_name",
+ "regexp": "\/^[-\\s\\p{L}]{2,100}$\/u",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "position": 1,
+ "required": true
+ },
+ {
+ "key": "beneficiary_lastname",
+ "regexp": "\/^[-\\s\\p{L}]{2,100}$\/u",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прiзвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прiзвище отримувача"
+ },
+ "position": 2,
+ "required": true
+ },
+ {
+ "key": "account_number",
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "type": "string",
+ "label": {
+ "en": "Account Number",
+ "ru": "Номер счёта",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter Account Number",
+ "ru": "Введите номер счёта",
+ "uk": "Введіть номер рахунку"
+ },
+ "position": 3,
+ "required": true
+ },
+ {
+ "key": "document_id",
+ "regexp": "\/^.{6,36}$\/",
+ "type": "string",
+ "label": {
+ "en": "Document ID",
+ "ru": "Номер документа",
+ "uk": "Номер документу"
+ },
+ "hint": {
+ "en": "Enter Document ID",
+ "ru": "Введите номер документа",
+ "uk": "Введіть номер документу"
+ },
+ "position": 4,
+ "required": false
+ },
+ {
+ "key": "bank_code",
+ "regexp": "\/^[0-9]{2,5}$\/",
+ "type": "string",
+ "label": {
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ },
+ "position": 5,
+ "required": false
+ },
+ {
+ "key": "payment_concept",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z 0-9]+$\/",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Payment concept",
+ "ru": "Концепция платежа",
+ "uk": "Концепція платежу"
+ },
+ "hint": {
+ "en": "Enter Payment Concept",
+ "ru": "Введите концепцию платежа",
+ "uk": "Введіть концепцію платежу"
+ }
+ },
+ {
+ "key": "beneficiary_full_name",
+ "type": "string",
+ "regexp": "\/^[\\s\\p{L}\\p{N}\\p{P}]{2,100}$\/u",
+ "required": false,
+ "position": 7,
+ "label": {
+ "en": "Beneficiary full name",
+ "ru": "Полное имя получателя",
+ "uk": "Повне ім'я отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary full name",
+ "ru": "Введите полное имя получателя",
+ "uk": "Введіть повне ім'я отримувача"
+ }
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "banorte_mxn",
+ "method": "banorte",
+ "currency": "MXN",
+ "amount_min": "0.19",
+ "amount_max": "1000000",
+ "fields": [
+ {
+ "key": "beneficiary_name",
+ "regexp": "\/^[-\\s\\p{L}]{2,100}$\/u",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "position": 1,
+ "required": true
+ },
+ {
+ "key": "beneficiary_lastname",
+ "regexp": "\/^[-\\s\\p{L}]{2,100}$\/u",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прiзвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прiзвище отримувача"
+ },
+ "position": 2,
+ "required": true
+ },
+ {
+ "key": "account_number",
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "type": "string",
+ "label": {
+ "en": "Account Number",
+ "ru": "Номер счёта",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter Account Number",
+ "ru": "Введите номер счёта",
+ "uk": "Введіть номер рахунку"
+ },
+ "position": 3,
+ "required": true
+ },
+ {
+ "key": "document_id",
+ "regexp": "\/^.{6,36}$\/",
+ "type": "string",
+ "label": {
+ "en": "Document ID",
+ "ru": "Номер документа",
+ "uk": "Номер документу"
+ },
+ "hint": {
+ "en": "Enter Document ID",
+ "ru": "Введите номер документа",
+ "uk": "Введіть номер документу"
+ },
+ "position": 4,
+ "required": false
+ },
+ {
+ "key": "bank_code",
+ "regexp": "\/^[0-9]{2,5}$\/",
+ "type": "string",
+ "label": {
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ },
+ "position": 5,
+ "required": false
+ },
+ {
+ "key": "payment_concept",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z 0-9]+$\/",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Payment concept",
+ "ru": "Концепция платежа",
+ "uk": "Концепція платежу"
+ },
+ "hint": {
+ "en": "Enter Payment Concept",
+ "ru": "Введите концепцию платежа",
+ "uk": "Введіть концепцію платежу"
+ }
+ },
+ {
+ "key": "beneficiary_full_name",
+ "type": "string",
+ "regexp": "\/^[\\s\\p{L}\\p{N}\\p{P}]{2,100}$\/u",
+ "required": false,
+ "position": 7,
+ "label": {
+ "en": "Beneficiary full name",
+ "ru": "Полное имя получателя",
+ "uk": "Повне ім'я отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary full name",
+ "ru": "Введите полное имя получателя",
+ "uk": "Введіть повне ім'я отримувача"
+ }
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "payment_card_idr",
+ "method": "payment_card",
+ "currency": "IDR",
+ "fields": [
+ {
+ "key": "card_number",
+ "type": "string",
+ "label": {
+ "en": "Card number",
+ "ru": "Номер карты",
+ "uk": "Номер карти"
+ },
+ "hint": {
+ "en": "Enter card number",
+ "ru": "Введите номер карты",
+ "uk": "Введіть номер карти"
+ },
+ "regexp": "\/^\\d{12,19}$\/",
+ "required": true,
+ "position": 1,
+ "options": {
+ "validators": [
+ {
+ "name": "Luhn"
+ }
+ ]
+ }
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "1500000000"
+ },
+ {
+ "status": "active",
+ "code": "payment_card_mxn",
+ "method": "payment_card",
+ "currency": "MXN",
+ "fields": [
+ {
+ "key": "card_number",
+ "type": "string",
+ "label": {
+ "en": "Card number",
+ "ru": "Номер карты",
+ "uk": "Номер карти"
+ },
+ "hint": {
+ "en": "Enter card number",
+ "ru": "Введите номер карты",
+ "uk": "Введіть номер карти"
+ },
+ "regexp": "\/^\\d{12,19}$\/",
+ "required": true,
+ "position": 1,
+ "options": {
+ "validators": [
+ {
+ "name": "Luhn"
+ }
+ ]
+ }
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "2000000"
+ },
+ {
+ "status": "active",
+ "code": "payment_card_mad",
+ "method": "payment_card",
+ "currency": "MAD",
+ "fields": [
+ {
+ "key": "card_number",
+ "type": "string",
+ "label": {
+ "en": "Card number",
+ "ru": "Номер карты",
+ "uk": "Номер карти"
+ },
+ "hint": {
+ "en": "Enter card number",
+ "ru": "Введите номер карты",
+ "uk": "Введіть номер карти"
+ },
+ "regexp": "\/^\\d{12,19}$\/",
+ "required": true,
+ "position": 1,
+ "options": {
+ "validators": [
+ {
+ "name": "Luhn"
+ }
+ ]
+ }
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "1000000"
+ },
+ {
+ "status": "active",
+ "code": "jeton_wallet_eur",
+ "method": "jeton_wallet",
+ "currency": "EUR",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Jeton wallet ID",
+ "ru": "ID Jeton кошелька",
+ "uk": "ID Jeton гаманця"
+ },
+ "hint": {
+ "en": "Enter Jeton wallet ID",
+ "ru": "Введите ID Jeton кошелька",
+ "uk": "Введіть ID Jeton гаманця"
+ },
+ "example": "12345678",
+ "regexp": "\/^(\\d{1,9})$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "jeton_wallet_usd",
+ "method": "jeton_wallet",
+ "currency": "USD",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Jeton wallet ID",
+ "ru": "ID Jeton кошелька",
+ "uk": "ID Jeton гаманця"
+ },
+ "hint": {
+ "en": "Enter Jeton wallet ID",
+ "ru": "Введите ID Jeton кошелька",
+ "uk": "Введіть ID Jeton гаманця"
+ },
+ "example": "12345678",
+ "regexp": "\/^(\\d{1,9})$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "jeton_wallet_gbp",
+ "method": "jeton_wallet",
+ "currency": "GBP",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Jeton wallet ID",
+ "ru": "ID Jeton кошелька",
+ "uk": "ID Jeton гаманця"
+ },
+ "hint": {
+ "en": "Enter Jeton wallet ID",
+ "ru": "Введите ID Jeton кошелька",
+ "uk": "Введіть ID Jeton гаманця"
+ },
+ "example": "12345678",
+ "regexp": "\/^(\\d{1,9})$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "jeton_wallet_try",
+ "method": "jeton_wallet",
+ "currency": "TRY",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Jeton wallet ID",
+ "ru": "ID Jeton кошелька",
+ "uk": "ID Jeton гаманця"
+ },
+ "hint": {
+ "en": "Enter Jeton wallet ID",
+ "ru": "Введите ID Jeton кошелька",
+ "uk": "Введіть ID Jeton гаманця"
+ },
+ "example": "12345678",
+ "regexp": "\/^(\\d{1,9})$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1800000
+ },
+ {
+ "status": "active",
+ "code": "jeton_wallet_jpy",
+ "method": "jeton_wallet",
+ "currency": "JPY",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Jeton wallet ID",
+ "ru": "ID Jeton кошелька",
+ "uk": "ID Jeton гаманця"
+ },
+ "hint": {
+ "en": "Enter Jeton wallet ID",
+ "ru": "Введите ID Jeton кошелька",
+ "uk": "Введіть ID Jeton гаманця"
+ },
+ "example": "12345678",
+ "regexp": "\/^(\\d{1,9})$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": 0,
+ "amount_max": 13800000
+ },
+ {
+ "status": "active",
+ "code": "jeton_wallet_nok",
+ "method": "jeton_wallet",
+ "currency": "NOK",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Jeton wallet ID",
+ "ru": "ID Jeton кошелька",
+ "uk": "ID Jeton гаманця"
+ },
+ "hint": {
+ "en": "Enter Jeton wallet ID",
+ "ru": "Введите ID Jeton кошелька",
+ "uk": "Введіть ID Jeton гаманця"
+ },
+ "example": "12345678",
+ "regexp": "\/^(\\d{1,9})$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 980000
+ },
+ {
+ "status": "active",
+ "code": "jeton_wallet_inr",
+ "method": "jeton_wallet",
+ "currency": "INR",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Jeton wallet ID",
+ "ru": "ID Jeton кошелька",
+ "uk": "ID Jeton гаманця"
+ },
+ "hint": {
+ "en": "Enter Jeton wallet ID",
+ "ru": "Введите ID Jeton кошелька",
+ "uk": "Введіть ID Jeton гаманця"
+ },
+ "example": "12345678",
+ "regexp": "\/^(\\d{1,9})$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1000000000
+ },
+ {
+ "status": "active",
+ "code": "jeton_wallet_pln",
+ "method": "jeton_wallet",
+ "currency": "PLN",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Jeton wallet ID",
+ "ru": "ID Jeton кошелька",
+ "uk": "ID Jeton гаманця"
+ },
+ "hint": {
+ "en": "Enter Jeton wallet ID",
+ "ru": "Введите ID Jeton кошелька",
+ "uk": "Введіть ID Jeton гаманця"
+ },
+ "example": "12345678",
+ "regexp": "\/^(\\d{1,9})$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 480000
+ },
+ {
+ "status": "active",
+ "code": "jeton_wallet_cad",
+ "method": "jeton_wallet",
+ "currency": "CAD",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Jeton wallet ID",
+ "ru": "ID Jeton кошелька",
+ "uk": "ID Jeton гаманця"
+ },
+ "hint": {
+ "en": "Enter Jeton wallet ID",
+ "ru": "Введите ID Jeton кошелька",
+ "uk": "Введіть ID Jeton гаманця"
+ },
+ "example": "12345678",
+ "regexp": "\/^(\\d{1,9})$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 130000
+ },
+ {
+ "status": "active",
+ "code": "jeton_wallet_sek",
+ "method": "jeton_wallet",
+ "currency": "SEK",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Jeton wallet ID",
+ "ru": "ID Jeton кошелька",
+ "uk": "ID Jeton гаманця"
+ },
+ "hint": {
+ "en": "Enter Jeton wallet ID",
+ "ru": "Введите ID Jeton кошелька",
+ "uk": "Введіть ID Jeton гаманця"
+ },
+ "example": "12345678",
+ "regexp": "\/^(\\d{1,9})$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1070000
+ },
+ {
+ "status": "active",
+ "code": "jeton_wallet_huf",
+ "method": "jeton_wallet",
+ "currency": "HUF",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Jeton wallet ID",
+ "ru": "ID Jeton кошелька",
+ "uk": "ID Jeton гаманця"
+ },
+ "hint": {
+ "en": "Enter Jeton wallet ID",
+ "ru": "Введите ID Jeton кошелька",
+ "uk": "Введіть ID Jeton гаманця"
+ },
+ "example": "12345678",
+ "regexp": "\/^(\\d{1,9})$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 300000
+ },
+ {
+ "status": "active",
+ "code": "jeton_wallet_czk",
+ "method": "jeton_wallet",
+ "currency": "CZK",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Jeton wallet ID",
+ "ru": "ID Jeton кошелька",
+ "uk": "ID Jeton гаманця"
+ },
+ "hint": {
+ "en": "Enter Jeton wallet ID",
+ "ru": "Введите ID Jeton кошелька",
+ "uk": "Введіть ID Jeton гаманця"
+ },
+ "example": "12345678",
+ "regexp": "\/^(\\d{1,9})$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 200000
+ },
+ {
+ "status": "active",
+ "code": "interac_cad",
+ "method": "interac",
+ "currency": "CAD",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "example": "1234567",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "account_transit_number",
+ "type": "string",
+ "label": {
+ "en": "Account transit number",
+ "ru": "Транзитный номер аккаунта",
+ "uk": "Транзитний номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account transit number",
+ "ru": "Введите транзитный номер аккаунта",
+ "uk": "Введіть транзитний номер рахунку"
+ },
+ "example": "123450101212345",
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "bank_financial_institution_number",
+ "type": "string",
+ "label": {
+ "en": "Bank financial institution number",
+ "ru": "Номер финансового учреждения",
+ "uk": "Номер фінансової установи"
+ },
+ "hint": {
+ "en": "Enter financial institution number",
+ "ru": "Введите номер финансового учреждения",
+ "uk": "Введіть номер фінансової установи"
+ },
+ "example": "241",
+ "regexp": "\/^[0-9]{1,3}$\/",
+ "required": false,
+ "position": 3
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 130000
+ },
+ {
+ "status": "active",
+ "code": "interac_eur",
+ "method": "interac",
+ "currency": "EUR",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "example": "1234567",
+ "regexp": "\/^.{1,128}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "account_transit_number",
+ "type": "string",
+ "label": {
+ "en": "Account transit number",
+ "ru": "Транзитный номер аккаунта",
+ "uk": "Транзитний номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account transit number",
+ "ru": "Введите транзитный номер аккаунта",
+ "uk": "Введіть транзитний номер рахунку"
+ },
+ "example": "123450101212345",
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "bank_financial_institution_number",
+ "type": "string",
+ "label": {
+ "en": "Bank financial institution number",
+ "ru": "Номер финансового учреждения",
+ "uk": "Номер фінансової установи"
+ },
+ "hint": {
+ "en": "Enter financial institution number",
+ "ru": "Введите номер финансового учреждения",
+ "uk": "Введіть номер фінансової установи"
+ },
+ "example": "241",
+ "regexp": "\/^[0-9]{1,3}$\/",
+ "required": false,
+ "position": 3
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "papara_try",
+ "method": "papara",
+ "currency": "TRY",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "example": "1234567",
+ "regexp": "\/^.{1,100}$\/",
+ "required": true,
+ "position": 1
+ },
+ {
+ "key": "account_name",
+ "type": "string",
+ "label": {
+ "en": "Account name",
+ "ru": "Название счета",
+ "uk": "Назва рахунку"
+ },
+ "hint": {
+ "en": "Enter account name",
+ "ru": "Введите название счета",
+ "uk": "Введіть назву рахунку"
+ },
+ "example": "example",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "beneficiary_full_name",
+ "type": "string",
+ "regexp": "\/^[\\s\\p{L}]{2,100}$\/u",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Recipient full name",
+ "ru": "Полное имя получателя",
+ "uk": "Повне iм'я одержувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary full name",
+ "ru": "Введите полное имя получателя",
+ "uk": "Введіть повне імʼя одержувача"
+ }
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1800000
+ },
+ {
+ "status": "active",
+ "code": "paybol_try",
+ "method": "paybol",
+ "currency": "TRY",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "example": "1234567",
+ "regexp": "\/^.{1,100}$\/",
+ "required": true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "regexp": "\/^[\\s\\p{L}\\p{N}\\p{P}]{1,100}$\/u",
+ "required": true,
+ "position": 2,
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Ім'я отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть ім'я отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "regexp": "\/^[\\s\\p{L}\\p{N}\\p{P}]{1,100}$\/u",
+ "required": true,
+ "position": 3,
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ }
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1800000
+ },
+ {
+ "status": "active",
+ "code": "community_bank_try",
+ "method": "community_bank",
+ "currency": "TRY",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "example": "1234567",
+ "regexp": "\/^.{1,100}$\/",
+ "required": true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "regexp": "\/^[\\s\\p{L}\\p{N}\\p{P}]{1,100}$\/u",
+ "required": true,
+ "position": 2,
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Ім'я отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть ім'я отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "regexp": "\/^[\\s\\p{L}\\p{N}\\p{P}]{1,100}$\/u",
+ "required": true,
+ "position": 3,
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ }
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1800000
+ },
+ {
+ "status": "active",
+ "code": "nova_bank_try",
+ "method": "nova_bank",
+ "currency": "TRY",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "example": "1234567",
+ "regexp": "\/^.{1,100}$\/",
+ "required": true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "regexp": "\/^[\\s\\p{L}\\p{N}\\p{P}]{1,100}$\/u",
+ "required": true,
+ "position": 2,
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Ім'я отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть ім'я отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "regexp": "\/^[\\s\\p{L}\\p{N}\\p{P}]{1,100}$\/u",
+ "required": true,
+ "position": 3,
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ }
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1800000
+ },
+ {
+ "status": "active",
+ "code": "ziraat_bank_try",
+ "method": "ziraat_bank",
+ "currency": "TRY",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "beneficiary_itn",
+ "type": "string",
+ "regexp": "\/^\\d{11}$\/",
+ "required": true,
+ "position": 2,
+ "label": {
+ "en": "Beneficiary ITN",
+ "ru": "ИНН получателя",
+ "uk": "ІПН отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary Individual Tax Number",
+ "ru": "Введите ИНН получателя",
+ "uk": "Введіть ІПН отримувача"
+ }
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1800000
+ },
+ {
+ "status": "active",
+ "code": "ziraat_bank_eur",
+ "method": "ziraat_bank",
+ "currency": "EUR",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "beneficiary_itn",
+ "type": "string",
+ "regexp": "\/^\\d{11}$\/",
+ "required": true,
+ "position": 2,
+ "label": {
+ "en": "Beneficiary ITN",
+ "ru": "ИНН получателя",
+ "uk": "ІПН отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary Individual Tax Number",
+ "ru": "Введите ИНН получателя",
+ "uk": "Введіть ІПН отримувача"
+ }
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "ziraat_bank_nok",
+ "method": "ziraat_bank",
+ "currency": "NOK",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "beneficiary_itn",
+ "type": "string",
+ "regexp": "\/^\\d{11}$\/",
+ "required": true,
+ "position": 2,
+ "label": {
+ "en": "Beneficiary ITN",
+ "ru": "ИНН получателя",
+ "uk": "ІПН отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary Individual Tax Number",
+ "ru": "Введите ИНН получателя",
+ "uk": "Введіть ІПН отримувача"
+ }
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "ziraat_bank_dkk",
+ "method": "ziraat_bank",
+ "currency": "DKK",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "beneficiary_itn",
+ "type": "string",
+ "regexp": "\/^\\d{11}$\/",
+ "required": true,
+ "position": 2,
+ "label": {
+ "en": "Beneficiary ITN",
+ "ru": "ИНН получателя",
+ "uk": "ІПН отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary Individual Tax Number",
+ "ru": "Введите ИНН получателя",
+ "uk": "Введіть ІПН отримувача"
+ }
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 750000
+ },
+ {
+ "status": "active",
+ "code": "turkey_econom_bank_try",
+ "method": "turkey_econom_bank",
+ "currency": "TRY",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "beneficiary_itn",
+ "type": "string",
+ "regexp": "\/^\\d{11}$\/",
+ "required": true,
+ "position": 2,
+ "label": {
+ "en": "Beneficiary ITN",
+ "ru": "ИНН получателя",
+ "uk": "ІПН отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary Individual Tax Number",
+ "ru": "Введите ИНН получателя",
+ "uk": "Введіть ІПН отримувача"
+ }
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1800000
+ },
+ {
+ "status": "active",
+ "code": "turkey_econom_bank_eur",
+ "method": "turkey_econom_bank",
+ "currency": "EUR",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "beneficiary_itn",
+ "type": "string",
+ "regexp": "\/^\\d{11}$\/",
+ "required": true,
+ "position": 2,
+ "label": {
+ "en": "Beneficiary ITN",
+ "ru": "ИНН получателя",
+ "uk": "ІПН отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary Individual Tax Number",
+ "ru": "Введите ИНН получателя",
+ "uk": "Введіть ІПН отримувача"
+ }
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "turkey_econom_bank_nok",
+ "method": "turkey_econom_bank",
+ "currency": "NOK",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "beneficiary_itn",
+ "type": "string",
+ "regexp": "\/^\\d{11}$\/",
+ "required": true,
+ "position": 2,
+ "label": {
+ "en": "Beneficiary ITN",
+ "ru": "ИНН получателя",
+ "uk": "ІПН отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary Individual Tax Number",
+ "ru": "Введите ИНН получателя",
+ "uk": "Введіть ІПН отримувача"
+ }
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "turkey_econom_bank_dkk",
+ "method": "turkey_econom_bank",
+ "currency": "DKK",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "beneficiary_itn",
+ "type": "string",
+ "regexp": "\/^\\d{11}$\/",
+ "required": true,
+ "position": 2,
+ "label": {
+ "en": "Beneficiary ITN",
+ "ru": "ИНН получателя",
+ "uk": "ІПН отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary Individual Tax Number",
+ "ru": "Введите ИНН получателя",
+ "uk": "Введіть ІПН отримувача"
+ }
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 750000
+ },
+ {
+ "status": "active",
+ "code": "ing_bank_turkey_try",
+ "method": "ing_bank_turkey",
+ "currency": "TRY",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "beneficiary_itn",
+ "type": "string",
+ "regexp": "\/^\\d{11}$\/",
+ "required": true,
+ "position": 2,
+ "label": {
+ "en": "Beneficiary ITN",
+ "ru": "ИНН получателя",
+ "uk": "ІПН отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary Individual Tax Number",
+ "ru": "Введите ИНН получателя",
+ "uk": "Введіть ІПН отримувача"
+ }
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1800000
+ },
+ {
+ "status": "active",
+ "code": "ing_bank_turkey_eur",
+ "method": "ing_bank_turkey",
+ "currency": "EUR",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "beneficiary_itn",
+ "type": "string",
+ "regexp": "\/^\\d{11}$\/",
+ "required": true,
+ "position": 2,
+ "label": {
+ "en": "Beneficiary ITN",
+ "ru": "ИНН получателя",
+ "uk": "ІПН отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary Individual Tax Number",
+ "ru": "Введите ИНН получателя",
+ "uk": "Введіть ІПН отримувача"
+ }
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "ing_bank_turkey_nok",
+ "method": "ing_bank_turkey",
+ "currency": "NOK",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "beneficiary_itn",
+ "type": "string",
+ "regexp": "\/^\\d{11}$\/",
+ "required": true,
+ "position": 2,
+ "label": {
+ "en": "Beneficiary ITN",
+ "ru": "ИНН получателя",
+ "uk": "ІПН отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary Individual Tax Number",
+ "ru": "Введите ИНН получателя",
+ "uk": "Введіть ІПН отримувача"
+ }
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "ing_bank_turkey_dkk",
+ "method": "ing_bank_turkey",
+ "currency": "DKK",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "beneficiary_itn",
+ "type": "string",
+ "regexp": "\/^\\d{11}$\/",
+ "required": true,
+ "position": 2,
+ "label": {
+ "en": "Beneficiary ITN",
+ "ru": "ИНН получателя",
+ "uk": "ІПН отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary Individual Tax Number",
+ "ru": "Введите ИНН получателя",
+ "uk": "Введіть ІПН отримувача"
+ }
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 750000
+ },
+ {
+ "status": "active",
+ "code": "turkey_is_bank_try",
+ "method": "turkey_is_bank",
+ "currency": "TRY",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "beneficiary_itn",
+ "type": "string",
+ "regexp": "\/^\\d{11}$\/",
+ "required": true,
+ "position": 2,
+ "label": {
+ "en": "Beneficiary ITN",
+ "ru": "ИНН получателя",
+ "uk": "ІПН отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary Individual Tax Number",
+ "ru": "Введите ИНН получателя",
+ "uk": "Введіть ІПН отримувача"
+ }
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1800000
+ },
+ {
+ "status": "active",
+ "code": "turkey_is_bank_eur",
+ "method": "turkey_is_bank",
+ "currency": "EUR",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "beneficiary_itn",
+ "type": "string",
+ "regexp": "\/^\\d{11}$\/",
+ "required": true,
+ "position": 2,
+ "label": {
+ "en": "Beneficiary ITN",
+ "ru": "ИНН получателя",
+ "uk": "ІПН отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary Individual Tax Number",
+ "ru": "Введите ИНН получателя",
+ "uk": "Введіть ІПН отримувача"
+ }
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "turkey_is_bank_nok",
+ "method": "turkey_is_bank",
+ "currency": "NOK",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "beneficiary_itn",
+ "type": "string",
+ "regexp": "\/^\\d{11}$\/",
+ "required": true,
+ "position": 2,
+ "label": {
+ "en": "Beneficiary ITN",
+ "ru": "ИНН получателя",
+ "uk": "ІПН отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary Individual Tax Number",
+ "ru": "Введите ИНН получателя",
+ "uk": "Введіть ІПН отримувача"
+ }
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "turkey_is_bank_dkk",
+ "method": "turkey_is_bank",
+ "currency": "DKK",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "beneficiary_itn",
+ "type": "string",
+ "regexp": "\/^\\d{11}$\/",
+ "required": true,
+ "position": 2,
+ "label": {
+ "en": "Beneficiary ITN",
+ "ru": "ИНН получателя",
+ "uk": "ІПН отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary Individual Tax Number",
+ "ru": "Введите ИНН получателя",
+ "uk": "Введіть ІПН отримувача"
+ }
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 750000
+ },
+ {
+ "status": "active",
+ "code": "ininal_try",
+ "method": "ininal",
+ "currency": "TRY",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "beneficiary_itn",
+ "type": "string",
+ "regexp": "\/^\\d{11}$\/",
+ "required": true,
+ "position": 2,
+ "label": {
+ "en": "Beneficiary ITN",
+ "ru": "ИНН получателя",
+ "uk": "ІПН отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary Individual Tax Number",
+ "ru": "Введите ИНН получателя",
+ "uk": "Введіть ІПН отримувача"
+ }
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1800000
+ },
+ {
+ "status": "active",
+ "code": "ininal_eur",
+ "method": "ininal",
+ "currency": "EUR",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "beneficiary_itn",
+ "type": "string",
+ "regexp": "\/^\\d{11}$\/",
+ "required": true,
+ "position": 2,
+ "label": {
+ "en": "Beneficiary ITN",
+ "ru": "ИНН получателя",
+ "uk": "ІПН отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary Individual Tax Number",
+ "ru": "Введите ИНН получателя",
+ "uk": "Введіть ІПН отримувача"
+ }
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "ininal_nok",
+ "method": "ininal",
+ "currency": "NOK",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "beneficiary_itn",
+ "type": "string",
+ "regexp": "\/^\\d{11}$\/",
+ "required": true,
+ "position": 2,
+ "label": {
+ "en": "Beneficiary ITN",
+ "ru": "ИНН получателя",
+ "uk": "ІПН отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary Individual Tax Number",
+ "ru": "Введите ИНН получателя",
+ "uk": "Введіть ІПН отримувача"
+ }
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "ininal_dkk",
+ "method": "ininal",
+ "currency": "DKK",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "beneficiary_itn",
+ "type": "string",
+ "regexp": "\/^\\d{11}$\/",
+ "required": true,
+ "position": 2,
+ "label": {
+ "en": "Beneficiary ITN",
+ "ru": "ИНН получателя",
+ "uk": "ІПН отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary Individual Tax Number",
+ "ru": "Введите ИНН получателя",
+ "uk": "Введіть ІПН отримувача"
+ }
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 750000
+ },
+ {
+ "status": "active",
+ "code": "hegra_sparebank_try",
+ "method": "hegra_sparebank",
+ "currency": "TRY",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "beneficiary_itn",
+ "type": "string",
+ "regexp": "\/^\\d{11}$\/",
+ "required": true,
+ "position": 2,
+ "label": {
+ "en": "Beneficiary ITN",
+ "ru": "ИНН получателя",
+ "uk": "ІПН отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary Individual Tax Number",
+ "ru": "Введите ИНН получателя",
+ "uk": "Введіть ІПН отримувача"
+ }
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1800000
+ },
+ {
+ "status": "active",
+ "code": "hegra_sparebank_eur",
+ "method": "hegra_sparebank",
+ "currency": "EUR",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "beneficiary_itn",
+ "type": "string",
+ "regexp": "\/^\\d{11}$\/",
+ "required": true,
+ "position": 2,
+ "label": {
+ "en": "Beneficiary ITN",
+ "ru": "ИНН получателя",
+ "uk": "ІПН отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary Individual Tax Number",
+ "ru": "Введите ИНН получателя",
+ "uk": "Введіть ІПН отримувача"
+ }
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "hegra_sparebank_nok",
+ "method": "hegra_sparebank",
+ "currency": "NOK",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "beneficiary_itn",
+ "type": "string",
+ "regexp": "\/^\\d{11}$\/",
+ "required": true,
+ "position": 2,
+ "label": {
+ "en": "Beneficiary ITN",
+ "ru": "ИНН получателя",
+ "uk": "ІПН отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary Individual Tax Number",
+ "ru": "Введите ИНН получателя",
+ "uk": "Введіть ІПН отримувача"
+ }
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "hegra_sparebank_dkk",
+ "method": "hegra_sparebank",
+ "currency": "DKK",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "beneficiary_itn",
+ "type": "string",
+ "regexp": "\/^\\d{11}$\/",
+ "required": true,
+ "position": 2,
+ "label": {
+ "en": "Beneficiary ITN",
+ "ru": "ИНН получателя",
+ "uk": "ІПН отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary Individual Tax Number",
+ "ru": "Введите ИНН получателя",
+ "uk": "Введіть ІПН отримувача"
+ }
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 750000
+ },
+ {
+ "status": "active",
+ "code": "sparebank_1_smn_try",
+ "method": "sparebank_1_smn",
+ "currency": "TRY",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "beneficiary_itn",
+ "type": "string",
+ "regexp": "\/^\\d{11}$\/",
+ "required": true,
+ "position": 2,
+ "label": {
+ "en": "Beneficiary ITN",
+ "ru": "ИНН получателя",
+ "uk": "ІПН отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary Individual Tax Number",
+ "ru": "Введите ИНН получателя",
+ "uk": "Введіть ІПН отримувача"
+ }
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1800000
+ },
+ {
+ "status": "active",
+ "code": "sparebank_1_smn_eur",
+ "method": "sparebank_1_smn",
+ "currency": "EUR",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "beneficiary_itn",
+ "type": "string",
+ "regexp": "\/^\\d{11}$\/",
+ "required": true,
+ "position": 2,
+ "label": {
+ "en": "Beneficiary ITN",
+ "ru": "ИНН получателя",
+ "uk": "ІПН отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary Individual Tax Number",
+ "ru": "Введите ИНН получателя",
+ "uk": "Введіть ІПН отримувача"
+ }
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "sparebank_1_smn_nok",
+ "method": "sparebank_1_smn",
+ "currency": "NOK",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "beneficiary_itn",
+ "type": "string",
+ "regexp": "\/^\\d{11}$\/",
+ "required": true,
+ "position": 2,
+ "label": {
+ "en": "Beneficiary ITN",
+ "ru": "ИНН получателя",
+ "uk": "ІПН отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary Individual Tax Number",
+ "ru": "Введите ИНН получателя",
+ "uk": "Введіть ІПН отримувача"
+ }
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "sparebank_1_smn_dkk",
+ "method": "sparebank_1_smn",
+ "currency": "DKK",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "beneficiary_itn",
+ "type": "string",
+ "regexp": "\/^\\d{11}$\/",
+ "required": true,
+ "position": 2,
+ "label": {
+ "en": "Beneficiary ITN",
+ "ru": "ИНН получателя",
+ "uk": "ІПН отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary Individual Tax Number",
+ "ru": "Введите ИНН получателя",
+ "uk": "Введіть ІПН отримувача"
+ }
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 750000
+ },
+ {
+ "status": "active",
+ "code": "nordea_bank_try",
+ "method": "nordea_bank",
+ "currency": "TRY",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "beneficiary_itn",
+ "type": "string",
+ "regexp": "\/^\\d{11}$\/",
+ "required": true,
+ "position": 2,
+ "label": {
+ "en": "Beneficiary ITN",
+ "ru": "ИНН получателя",
+ "uk": "ІПН отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary Individual Tax Number",
+ "ru": "Введите ИНН получателя",
+ "uk": "Введіть ІПН отримувача"
+ }
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1800000
+ },
+ {
+ "status": "active",
+ "code": "nordea_bank_eur",
+ "method": "nordea_bank",
+ "currency": "EUR",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "beneficiary_itn",
+ "type": "string",
+ "regexp": "\/^\\d{11}$\/",
+ "required": true,
+ "position": 2,
+ "label": {
+ "en": "Beneficiary ITN",
+ "ru": "ИНН получателя",
+ "uk": "ІПН отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary Individual Tax Number",
+ "ru": "Введите ИНН получателя",
+ "uk": "Введіть ІПН отримувача"
+ }
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "nordea_bank_nok",
+ "method": "nordea_bank",
+ "currency": "NOK",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "beneficiary_itn",
+ "type": "string",
+ "regexp": "\/^\\d{11}$\/",
+ "required": true,
+ "position": 2,
+ "label": {
+ "en": "Beneficiary ITN",
+ "ru": "ИНН получателя",
+ "uk": "ІПН отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary Individual Tax Number",
+ "ru": "Введите ИНН получателя",
+ "uk": "Введіть ІПН отримувача"
+ }
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "nordea_bank_dkk",
+ "method": "nordea_bank",
+ "currency": "DKK",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "beneficiary_itn",
+ "type": "string",
+ "regexp": "\/^\\d{11}$\/",
+ "required": true,
+ "position": 2,
+ "label": {
+ "en": "Beneficiary ITN",
+ "ru": "ИНН получателя",
+ "uk": "ІПН отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary Individual Tax Number",
+ "ru": "Введите ИНН получателя",
+ "uk": "Введіть ІПН отримувача"
+ }
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 750000
+ },
+ {
+ "status": "active",
+ "code": "sbanken_bank_try",
+ "method": "sbanken_bank",
+ "currency": "TRY",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "beneficiary_itn",
+ "type": "string",
+ "regexp": "\/^\\d{11}$\/",
+ "required": true,
+ "position": 2,
+ "label": {
+ "en": "Beneficiary ITN",
+ "ru": "ИНН получателя",
+ "uk": "ІПН отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary Individual Tax Number",
+ "ru": "Введите ИНН получателя",
+ "uk": "Введіть ІПН отримувача"
+ }
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1800000
+ },
+ {
+ "status": "active",
+ "code": "sbanken_bank_eur",
+ "method": "sbanken_bank",
+ "currency": "EUR",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "beneficiary_itn",
+ "type": "string",
+ "regexp": "\/^\\d{11}$\/",
+ "required": true,
+ "position": 2,
+ "label": {
+ "en": "Beneficiary ITN",
+ "ru": "ИНН получателя",
+ "uk": "ІПН отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary Individual Tax Number",
+ "ru": "Введите ИНН получателя",
+ "uk": "Введіть ІПН отримувача"
+ }
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "sbanken_bank_nok",
+ "method": "sbanken_bank",
+ "currency": "NOK",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "beneficiary_itn",
+ "type": "string",
+ "regexp": "\/^\\d{11}$\/",
+ "required": true,
+ "position": 2,
+ "label": {
+ "en": "Beneficiary ITN",
+ "ru": "ИНН получателя",
+ "uk": "ІПН отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary Individual Tax Number",
+ "ru": "Введите ИНН получателя",
+ "uk": "Введіть ІПН отримувача"
+ }
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "sbanken_bank_dkk",
+ "method": "sbanken_bank",
+ "currency": "DKK",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "beneficiary_itn",
+ "type": "string",
+ "regexp": "\/^\\d{11}$\/",
+ "required": true,
+ "position": 2,
+ "label": {
+ "en": "Beneficiary ITN",
+ "ru": "ИНН получателя",
+ "uk": "ІПН отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary Individual Tax Number",
+ "ru": "Введите ИНН получателя",
+ "uk": "Введіть ІПН отримувача"
+ }
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 750000
+ },
+ {
+ "status": "active",
+ "code": "danske_bank_try",
+ "method": "danske_bank",
+ "currency": "TRY",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "beneficiary_itn",
+ "type": "string",
+ "regexp": "\/^\\d{11}$\/",
+ "required": true,
+ "position": 2,
+ "label": {
+ "en": "Beneficiary ITN",
+ "ru": "ИНН получателя",
+ "uk": "ІПН отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary Individual Tax Number",
+ "ru": "Введите ИНН получателя",
+ "uk": "Введіть ІПН отримувача"
+ }
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1800000
+ },
+ {
+ "status": "active",
+ "code": "danske_bank_eur",
+ "method": "danske_bank",
+ "currency": "EUR",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "beneficiary_itn",
+ "type": "string",
+ "regexp": "\/^\\d{11}$\/",
+ "required": true,
+ "position": 2,
+ "label": {
+ "en": "Beneficiary ITN",
+ "ru": "ИНН получателя",
+ "uk": "ІПН отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary Individual Tax Number",
+ "ru": "Введите ИНН получателя",
+ "uk": "Введіть ІПН отримувача"
+ }
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "danske_bank_nok",
+ "method": "danske_bank",
+ "currency": "NOK",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "beneficiary_itn",
+ "type": "string",
+ "regexp": "\/^\\d{11}$\/",
+ "required": true,
+ "position": 2,
+ "label": {
+ "en": "Beneficiary ITN",
+ "ru": "ИНН получателя",
+ "uk": "ІПН отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary Individual Tax Number",
+ "ru": "Введите ИНН получателя",
+ "uk": "Введіть ІПН отримувача"
+ }
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "danske_bank_dkk",
+ "method": "danske_bank",
+ "currency": "DKK",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "beneficiary_itn",
+ "type": "string",
+ "regexp": "\/^\\d{11}$\/",
+ "required": true,
+ "position": 2,
+ "label": {
+ "en": "Beneficiary ITN",
+ "ru": "ИНН получателя",
+ "uk": "ІПН отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary Individual Tax Number",
+ "ru": "Введите ИНН получателя",
+ "uk": "Введіть ІПН отримувача"
+ }
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 750000
+ },
+ {
+ "status": "active",
+ "code": "dnb_bank_try",
+ "method": "dnb_bank",
+ "currency": "TRY",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "beneficiary_itn",
+ "type": "string",
+ "regexp": "\/^\\d{11}$\/",
+ "required": true,
+ "position": 2,
+ "label": {
+ "en": "Beneficiary ITN",
+ "ru": "ИНН получателя",
+ "uk": "ІПН отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary Individual Tax Number",
+ "ru": "Введите ИНН получателя",
+ "uk": "Введіть ІПН отримувача"
+ }
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1800000
+ },
+ {
+ "status": "active",
+ "code": "dnb_bank_eur",
+ "method": "dnb_bank",
+ "currency": "EUR",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "beneficiary_itn",
+ "type": "string",
+ "regexp": "\/^\\d{11}$\/",
+ "required": true,
+ "position": 2,
+ "label": {
+ "en": "Beneficiary ITN",
+ "ru": "ИНН получателя",
+ "uk": "ІПН отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary Individual Tax Number",
+ "ru": "Введите ИНН получателя",
+ "uk": "Введіть ІПН отримувача"
+ }
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "dnb_bank_nok",
+ "method": "dnb_bank",
+ "currency": "NOK",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "beneficiary_itn",
+ "type": "string",
+ "regexp": "\/^\\d{11}$\/",
+ "required": true,
+ "position": 2,
+ "label": {
+ "en": "Beneficiary ITN",
+ "ru": "ИНН получателя",
+ "uk": "ІПН отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary Individual Tax Number",
+ "ru": "Введите ИНН получателя",
+ "uk": "Введіть ІПН отримувача"
+ }
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "dnb_bank_dkk",
+ "method": "dnb_bank",
+ "currency": "DKK",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "beneficiary_itn",
+ "type": "string",
+ "regexp": "\/^\\d{11}$\/",
+ "required": true,
+ "position": 2,
+ "label": {
+ "en": "Beneficiary ITN",
+ "ru": "ИНН получателя",
+ "uk": "ІПН отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary Individual Tax Number",
+ "ru": "Введите ИНН получателя",
+ "uk": "Введіть ІПН отримувача"
+ }
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 750000
+ },
+ {
+ "status": "active",
+ "code": "storebrand_try",
+ "method": "storebrand",
+ "currency": "TRY",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "beneficiary_itn",
+ "type": "string",
+ "regexp": "\/^\\d{11}$\/",
+ "required": true,
+ "position": 2,
+ "label": {
+ "en": "Beneficiary ITN",
+ "ru": "ИНН получателя",
+ "uk": "ІПН отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary Individual Tax Number",
+ "ru": "Введите ИНН получателя",
+ "uk": "Введіть ІПН отримувача"
+ }
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1800000
+ },
+ {
+ "status": "active",
+ "code": "storebrand_eur",
+ "method": "storebrand",
+ "currency": "EUR",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "beneficiary_itn",
+ "type": "string",
+ "regexp": "\/^\\d{11}$\/",
+ "required": true,
+ "position": 2,
+ "label": {
+ "en": "Beneficiary ITN",
+ "ru": "ИНН получателя",
+ "uk": "ІПН отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary Individual Tax Number",
+ "ru": "Введите ИНН получателя",
+ "uk": "Введіть ІПН отримувача"
+ }
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "storebrand_nok",
+ "method": "storebrand",
+ "currency": "NOK",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "beneficiary_itn",
+ "type": "string",
+ "regexp": "\/^\\d{11}$\/",
+ "required": true,
+ "position": 2,
+ "label": {
+ "en": "Beneficiary ITN",
+ "ru": "ИНН получателя",
+ "uk": "ІПН отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary Individual Tax Number",
+ "ru": "Введите ИНН получателя",
+ "uk": "Введіть ІПН отримувача"
+ }
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "storebrand_dkk",
+ "method": "storebrand",
+ "currency": "DKK",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "beneficiary_itn",
+ "type": "string",
+ "regexp": "\/^\\d{11}$\/",
+ "required": true,
+ "position": 2,
+ "label": {
+ "en": "Beneficiary ITN",
+ "ru": "ИНН получателя",
+ "uk": "ІПН отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary Individual Tax Number",
+ "ru": "Введите ИНН получателя",
+ "uk": "Введіть ІПН отримувача"
+ }
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 750000
+ },
+ {
+ "status": "active",
+ "code": "totens_sparebank_try",
+ "method": "totens_sparebank",
+ "currency": "TRY",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "beneficiary_itn",
+ "type": "string",
+ "regexp": "\/^\\d{11}$\/",
+ "required": true,
+ "position": 2,
+ "label": {
+ "en": "Beneficiary ITN",
+ "ru": "ИНН получателя",
+ "uk": "ІПН отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary Individual Tax Number",
+ "ru": "Введите ИНН получателя",
+ "uk": "Введіть ІПН отримувача"
+ }
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1800000
+ },
+ {
+ "status": "active",
+ "code": "totens_sparebank_eur",
+ "method": "totens_sparebank",
+ "currency": "EUR",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "beneficiary_itn",
+ "type": "string",
+ "regexp": "\/^\\d{11}$\/",
+ "required": true,
+ "position": 2,
+ "label": {
+ "en": "Beneficiary ITN",
+ "ru": "ИНН получателя",
+ "uk": "ІПН отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary Individual Tax Number",
+ "ru": "Введите ИНН получателя",
+ "uk": "Введіть ІПН отримувача"
+ }
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "totens_sparebank_nok",
+ "method": "totens_sparebank",
+ "currency": "NOK",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "beneficiary_itn",
+ "type": "string",
+ "regexp": "\/^\\d{11}$\/",
+ "required": true,
+ "position": 2,
+ "label": {
+ "en": "Beneficiary ITN",
+ "ru": "ИНН получателя",
+ "uk": "ІПН отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary Individual Tax Number",
+ "ru": "Введите ИНН получателя",
+ "uk": "Введіть ІПН отримувача"
+ }
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "totens_sparebank_dkk",
+ "method": "totens_sparebank",
+ "currency": "DKK",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "beneficiary_itn",
+ "type": "string",
+ "regexp": "\/^\\d{11}$\/",
+ "required": true,
+ "position": 2,
+ "label": {
+ "en": "Beneficiary ITN",
+ "ru": "ИНН получателя",
+ "uk": "ІПН отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary Individual Tax Number",
+ "ru": "Введите ИНН получателя",
+ "uk": "Введіть ІПН отримувача"
+ }
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 750000
+ },
+ {
+ "status": "active",
+ "code": "sparebanken_vest_try",
+ "method": "sparebanken_vest",
+ "currency": "TRY",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "beneficiary_itn",
+ "type": "string",
+ "regexp": "\/^\\d{11}$\/",
+ "required": true,
+ "position": 2,
+ "label": {
+ "en": "Beneficiary ITN",
+ "ru": "ИНН получателя",
+ "uk": "ІПН отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary Individual Tax Number",
+ "ru": "Введите ИНН получателя",
+ "uk": "Введіть ІПН отримувача"
+ }
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1800000
+ },
+ {
+ "status": "active",
+ "code": "sparebanken_vest_eur",
+ "method": "sparebanken_vest",
+ "currency": "EUR",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "beneficiary_itn",
+ "type": "string",
+ "regexp": "\/^\\d{11}$\/",
+ "required": true,
+ "position": 2,
+ "label": {
+ "en": "Beneficiary ITN",
+ "ru": "ИНН получателя",
+ "uk": "ІПН отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary Individual Tax Number",
+ "ru": "Введите ИНН получателя",
+ "uk": "Введіть ІПН отримувача"
+ }
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "sparebanken_vest_nok",
+ "method": "sparebanken_vest",
+ "currency": "NOK",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "beneficiary_itn",
+ "type": "string",
+ "regexp": "\/^\\d{11}$\/",
+ "required": true,
+ "position": 2,
+ "label": {
+ "en": "Beneficiary ITN",
+ "ru": "ИНН получателя",
+ "uk": "ІПН отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary Individual Tax Number",
+ "ru": "Введите ИНН получателя",
+ "uk": "Введіть ІПН отримувача"
+ }
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "sparebanken_vest_dkk",
+ "method": "sparebanken_vest",
+ "currency": "DKK",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "beneficiary_itn",
+ "type": "string",
+ "regexp": "\/^\\d{11}$\/",
+ "required": true,
+ "position": 2,
+ "label": {
+ "en": "Beneficiary ITN",
+ "ru": "ИНН получателя",
+ "uk": "ІПН отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary Individual Tax Number",
+ "ru": "Введите ИНН получателя",
+ "uk": "Введіть ІПН отримувача"
+ }
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 750000
+ },
+ {
+ "status": "active",
+ "code": "qnb_finansbank_try",
+ "method": "qnb_finansbank",
+ "currency": "TRY",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "beneficiary_itn",
+ "type": "string",
+ "regexp": "\/^\\d{11}$\/",
+ "required": true,
+ "position": 2,
+ "label": {
+ "en": "Beneficiary ITN",
+ "ru": "ИНН получателя",
+ "uk": "ІПН отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary Individual Tax Number",
+ "ru": "Введите ИНН получателя",
+ "uk": "Введіть ІПН отримувача"
+ }
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1800000
+ },
+ {
+ "status": "active",
+ "code": "qnb_finansbank_eur",
+ "method": "qnb_finansbank",
+ "currency": "EUR",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "beneficiary_itn",
+ "type": "string",
+ "regexp": "\/^\\d{11}$\/",
+ "required": true,
+ "position": 2,
+ "label": {
+ "en": "Beneficiary ITN",
+ "ru": "ИНН получателя",
+ "uk": "ІПН отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary Individual Tax Number",
+ "ru": "Введите ИНН получателя",
+ "uk": "Введіть ІПН отримувача"
+ }
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "qnb_finansbank_nok",
+ "method": "qnb_finansbank",
+ "currency": "NOK",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "beneficiary_itn",
+ "type": "string",
+ "regexp": "\/^\\d{11}$\/",
+ "required": true,
+ "position": 2,
+ "label": {
+ "en": "Beneficiary ITN",
+ "ru": "ИНН получателя",
+ "uk": "ІПН отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary Individual Tax Number",
+ "ru": "Введите ИНН получателя",
+ "uk": "Введіть ІПН отримувача"
+ }
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "qnb_finansbank_dkk",
+ "method": "qnb_finansbank",
+ "currency": "DKK",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "beneficiary_itn",
+ "type": "string",
+ "regexp": "\/^\\d{11}$\/",
+ "required": true,
+ "position": 2,
+ "label": {
+ "en": "Beneficiary ITN",
+ "ru": "ИНН получателя",
+ "uk": "ІПН отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary Individual Tax Number",
+ "ru": "Введите ИНН получателя",
+ "uk": "Введіть ІПН отримувача"
+ }
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 750000
+ },
+ {
+ "status": "active",
+ "code": "turkey_finans_katilim_bank_try",
+ "method": "turkey_finans_katilim_bank",
+ "currency": "TRY",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "beneficiary_itn",
+ "type": "string",
+ "regexp": "\/^\\d{11}$\/",
+ "required": true,
+ "position": 2,
+ "label": {
+ "en": "Beneficiary ITN",
+ "ru": "ИНН получателя",
+ "uk": "ІПН отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary Individual Tax Number",
+ "ru": "Введите ИНН получателя",
+ "uk": "Введіть ІПН отримувача"
+ }
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1800000
+ },
+ {
+ "status": "active",
+ "code": "turkey_finans_katilim_bank_eur",
+ "method": "turkey_finans_katilim_bank",
+ "currency": "EUR",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "beneficiary_itn",
+ "type": "string",
+ "regexp": "\/^\\d{11}$\/",
+ "required": true,
+ "position": 2,
+ "label": {
+ "en": "Beneficiary ITN",
+ "ru": "ИНН получателя",
+ "uk": "ІПН отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary Individual Tax Number",
+ "ru": "Введите ИНН получателя",
+ "uk": "Введіть ІПН отримувача"
+ }
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "turkey_finans_katilim_bank_nok",
+ "method": "turkey_finans_katilim_bank",
+ "currency": "NOK",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "beneficiary_itn",
+ "type": "string",
+ "regexp": "\/^\\d{11}$\/",
+ "required": true,
+ "position": 2,
+ "label": {
+ "en": "Beneficiary ITN",
+ "ru": "ИНН получателя",
+ "uk": "ІПН отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary Individual Tax Number",
+ "ru": "Введите ИНН получателя",
+ "uk": "Введіть ІПН отримувача"
+ }
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "turkey_finans_katilim_bank_dkk",
+ "method": "turkey_finans_katilim_bank",
+ "currency": "DKK",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "beneficiary_itn",
+ "type": "string",
+ "regexp": "\/^\\d{11}$\/",
+ "required": true,
+ "position": 2,
+ "label": {
+ "en": "Beneficiary ITN",
+ "ru": "ИНН получателя",
+ "uk": "ІПН отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary Individual Tax Number",
+ "ru": "Введите ИНН получателя",
+ "uk": "Введіть ІПН отримувача"
+ }
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 750000
+ },
+ {
+ "status": "active",
+ "code": "akbank_try",
+ "method": "akbank",
+ "currency": "TRY",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "beneficiary_itn",
+ "type": "string",
+ "regexp": "\/^\\d{11}$\/",
+ "required": true,
+ "position": 2,
+ "label": {
+ "en": "Beneficiary ITN",
+ "ru": "ИНН получателя",
+ "uk": "ІПН отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary Individual Tax Number",
+ "ru": "Введите ИНН получателя",
+ "uk": "Введіть ІПН отримувача"
+ }
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1800000
+ },
+ {
+ "status": "active",
+ "code": "akbank_eur",
+ "method": "akbank",
+ "currency": "EUR",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "beneficiary_itn",
+ "type": "string",
+ "regexp": "\/^\\d{11}$\/",
+ "required": true,
+ "position": 2,
+ "label": {
+ "en": "Beneficiary ITN",
+ "ru": "ИНН получателя",
+ "uk": "ІПН отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary Individual Tax Number",
+ "ru": "Введите ИНН получателя",
+ "uk": "Введіть ІПН отримувача"
+ }
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "akbank_nok",
+ "method": "akbank",
+ "currency": "NOK",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "beneficiary_itn",
+ "type": "string",
+ "regexp": "\/^\\d{11}$\/",
+ "required": true,
+ "position": 2,
+ "label": {
+ "en": "Beneficiary ITN",
+ "ru": "ИНН получателя",
+ "uk": "ІПН отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary Individual Tax Number",
+ "ru": "Введите ИНН получателя",
+ "uk": "Введіть ІПН отримувача"
+ }
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "akbank_dkk",
+ "method": "akbank",
+ "currency": "DKK",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "beneficiary_itn",
+ "type": "string",
+ "regexp": "\/^\\d{11}$\/",
+ "required": true,
+ "position": 2,
+ "label": {
+ "en": "Beneficiary ITN",
+ "ru": "ИНН получателя",
+ "uk": "ІПН отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary Individual Tax Number",
+ "ru": "Введите ИНН получателя",
+ "uk": "Введіть ІПН отримувача"
+ }
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 750000
+ },
+ {
+ "status": "active",
+ "code": "tron_trx",
+ "method": "tron",
+ "currency": "TRX",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Wallet Address",
+ "ru": "Адрес кошелька",
+ "uk": "Адреса гаманця"
+ },
+ "hint": {
+ "en": "Enter wallet address",
+ "ru": "Введите адрес кошелька",
+ "uk": "Введіть адресу гаманця"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "0.000001",
+ "amount_max": "100000"
+ },
+ {
+ "status": "active",
+ "code": "usd_coin_usdc",
+ "method": "usd_coin",
+ "currency": "USDC",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Wallet Address",
+ "ru": "Адрес кошелька",
+ "uk": "Адреса гаманця"
+ },
+ "hint": {
+ "en": "Enter wallet address",
+ "ru": "Введите адрес кошелька",
+ "uk": "Введіть адресу гаманця"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "100000"
+ },
+ {
+ "status": "active",
+ "code": "tether_usdt",
+ "method": "tether",
+ "currency": "USDT",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Wallet Address",
+ "ru": "Адрес кошелька",
+ "uk": "Адреса гаманця"
+ },
+ "hint": {
+ "en": "Enter wallet address",
+ "ru": "Введите адрес кошелька",
+ "uk": "Введіть адресу гаманця"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "100000"
+ },
+ {
+ "status": "active",
+ "code": "near_protocol_near",
+ "method": "near_protocol",
+ "currency": "NEAR",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Wallet Address",
+ "ru": "Адрес кошелька",
+ "uk": "Адреса гаманця"
+ },
+ "hint": {
+ "en": "Enter wallet address",
+ "ru": "Введите адрес кошелька",
+ "uk": "Введіть адресу гаманця"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "0.00000001",
+ "amount_max": "1000000"
+ },
+ {
+ "status": "active",
+ "code": "sepa_transfer_eur",
+ "method": "sepa_transfer",
+ "currency": "EUR",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account Number or IBAN",
+ "ru": "Номер счета или IBAN-код",
+ "uk": "Номер рахунку або IBAN-код"
+ },
+ "hint": {
+ "en": "Enter the Account Number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "regexp": "\/^[A-Z]{2}(\\w){13,29}$\/",
+ "required": true,
+ "position": 1,
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\ a-z]{2,100}$\/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\ a-z]{2,100}$\/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ },
+ {
+ "key": "beneficiary_country",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ },
+ "regexp": "\/^[A-Z]{2}$\/",
+ "required": false,
+ "position": 4,
+ "example": "UA"
+ },
+ {
+ "key": "beneficiary_city",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary city",
+ "ru": "Beneficiary city",
+ "uk": "Beneficiary city"
+ },
+ "hint": {
+ "en": "Enter beneficiary city",
+ "ru": "Введите beneficiary city",
+ "uk": "Введіть beneficiary city"
+ },
+ "regexp": "\/^[A-Za-z,\\s\\-\\d]{2,64}$\/",
+ "required": false,
+ "position": 5,
+ "example": "Kyiv"
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary address",
+ "ru": "Beneficiary address",
+ "uk": "Beneficiary address"
+ },
+ "hint": {
+ "en": "Enter beneficiary address",
+ "ru": "Введите адрес получателя",
+ "uk": "Введіть адресу отримувача"
+ },
+ "regexp": "\/^[A-Za-z{*}, -d]{2,64}$\/",
+ "required": false,
+ "position": 6,
+ "example": "Dzerzhinskogo str., bld. 30"
+ },
+ {
+ "key": "beneficiary_bank_swift_code",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary Bank's SWIFT code",
+ "ru": "SWIFT код банка получателя",
+ "uk": "SWIFT код банку отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Bank's SWIFT code",
+ "ru": "Введите SWIFT код банка получателя",
+ "uk": "Введіть SWIFT код банку отримувача"
+ },
+ "regexp": "\/^[A-Z]{6}[A-Z0-9]{2}([A-Z0-9]{3})?$\/",
+ "required": false,
+ "position": 7,
+ "example": "LEABCD5805N"
+ },
+ {
+ "key": "beneficiary_bank_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary Bank Name",
+ "ru": "Название банка получателя",
+ "uk": "Назва банку"
+ },
+ "hint": {
+ "en": "Enter bank name",
+ "ru": "Введите название банка",
+ "uk": "Введіть назву банку"
+ },
+ "regexp": "\/^[A-Z\\-\\ a-z0-9_]{2,100}$\/",
+ "required": false,
+ "position": 8,
+ "example": "Bank of Lemuria"
+ },
+ {
+ "key": "beneficiary_postcode",
+ "type": "string",
+ "regexp": "\/^[\\w\\-\\s]{1,64}$\/",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Beneficiary postcode",
+ "ru": "Beneficiary postcode",
+ "uk": "Beneficiary postcode"
+ },
+ "hint": {
+ "en": "Enter beneficiary postcode",
+ "ru": "Введите beneficiary postcode",
+ "uk": "Введіть beneficiary postcode"
+ }
+ },
+ {
+ "key": "beneficiary_date_of_birth",
+ "type": "string",
+ "regexp": "\/^\\d{4}-\\d{2}-\\d{2}$\/",
+ "required": false,
+ "position": 10,
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "example": "1999-02-02"
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 11
+ },
+ {
+ "key": "payment_purpose",
+ "type": "string",
+ "label": {
+ "en": "Purpose of payment",
+ "ru": "Назначение платежа",
+ "uk": "Призначення платежу"
+ },
+ "regexp": "\/^[\\s\\p{L}\\p{N}\\p{P}]{2,100}$\/u",
+ "required": false,
+ "position": 12,
+ "hint": {
+ "en": "Enter purpose of payment",
+ "ru": "Введите назначение платежа",
+ "uk": "Введіть призначення рахунку"
+ },
+ "example": "Payment of utility services"
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 13
+ },
+ {
+ "key": "beneficiary_document_id",
+ "type": "string",
+ "regexp": "\/^[A-Z0-9]{3,20}$\/",
+ "required": false,
+ "position": 14,
+ "label": {
+ "en": "Beneficiary Document ID",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document ID",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_state",
+ "type": "string",
+ "label": {
+ "en": "State",
+ "ru": "State",
+ "uk": "State"
+ },
+ "regexp": "\/^.{1,100}$\/",
+ "required": false,
+ "position": 15,
+ "hint": {
+ "en": "Enter state",
+ "ru": "Enter state",
+ "uk": "Enter state"
+ }
+ },
+ {
+ "key": "dialcode",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,4}$\/",
+ "required": false,
+ "position": 16,
+ "label": {
+ "en": "Dial Code",
+ "ru": "Код набора",
+ "uk": "Код набору"
+ },
+ "hint": {
+ "en": "Enter dial code",
+ "ru": "Введите код набора",
+ "uk": "Введіть Код набору"
+ },
+ "example": "1234"
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "100000"
+ },
+ {
+ "status": "active",
+ "code": "faster_payments_eur",
+ "method": "faster_payments",
+ "currency": "EUR",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account Number or IBAN",
+ "ru": "Номер счета или IBAN-код",
+ "uk": "Номер рахунку або IBAN-код"
+ },
+ "hint": {
+ "en": "Enter the Account Number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "regexp": "\/^[A-Z]{2}(\\w){13,29}$\/",
+ "required": true,
+ "position": 1,
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "sort_code",
+ "type": "string",
+ "label": {
+ "en": "Sort Code",
+ "ru": "Sort Code",
+ "uk": "Sort Code"
+ },
+ "hint": {
+ "en": "Enter the sort code of your bank account",
+ "ru": "Введите sort code вашего банковского счёта",
+ "uk": "Введіть sort code вашого банківського рахунку"
+ },
+ "regexp": "\/^\\d{1,6}$\/",
+ "required": true,
+ "position": 2,
+ "example": "123456"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\ a-z]{2,100}$\/",
+ "required": true,
+ "position": 3,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\ a-z]{2,100}$\/",
+ "required": true,
+ "position": 4,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "vib_bank_vnd",
+ "currency": "VND",
+ "method": "vib_bank",
+ "amount_min": "1",
+ "amount_max": "9999999999",
+ "fields": [
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "customer_name",
+ "type": "string",
+ "label": {
+ "en": "Customer name",
+ "ru": "Имя покупателя",
+ "uk": "Ім'я клієнта"
+ },
+ "hint": {
+ "en": "Enter customer name",
+ "ru": "Введите имя покупателя",
+ "uk": "Введіть ім'я клієнта"
+ },
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": true,
+ "position": 2
+ },
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 3
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 5
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 6
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 8
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "agri_bank_vnd",
+ "currency": "VND",
+ "method": "agri_bank",
+ "amount_min": "1",
+ "amount_max": "9999999999",
+ "fields": [
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "customer_name",
+ "type": "string",
+ "label": {
+ "en": "Customer name",
+ "ru": "Имя покупателя",
+ "uk": "Ім'я клієнта"
+ },
+ "hint": {
+ "en": "Enter customer name",
+ "ru": "Введите имя покупателя",
+ "uk": "Введіть ім'я клієнта"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 2
+ },
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 3
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 5
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 6
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 8
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "saigon_bank_vnd",
+ "currency": "VND",
+ "method": "saigon_bank",
+ "amount_min": "1",
+ "amount_max": "9999999999",
+ "fields": [
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "customer_name",
+ "type": "string",
+ "label": {
+ "en": "Customer name",
+ "ru": "Имя покупателя",
+ "uk": "Ім'я клієнта"
+ },
+ "hint": {
+ "en": "Enter customer name",
+ "ru": "Введите имя покупателя",
+ "uk": "Введіть ім'я клієнта"
+ },
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": true,
+ "position": 2
+ },
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 3
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 5
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 6
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 8
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "vrb_bank_vnd",
+ "currency": "VND",
+ "method": "vrb_bank",
+ "amount_min": "1",
+ "amount_max": "9999999999",
+ "fields": [
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 1
+ },
+ {
+ "key": "customer_name",
+ "type": "string",
+ "label": {
+ "en": "Customer name",
+ "ru": "Имя покупателя",
+ "uk": "Ім'я клієнта"
+ },
+ "hint": {
+ "en": "Enter customer name",
+ "ru": "Введите имя покупателя",
+ "uk": "Введіть ім'я клієнта"
+ },
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": true,
+ "position": 2
+ },
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 5
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 6
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 8
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "ab_bank_vnd",
+ "currency": "VND",
+ "method": "ab_bank",
+ "amount_min": "1",
+ "amount_max": "9999999999",
+ "fields": [
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "customer_name",
+ "type": "string",
+ "label": {
+ "en": "Customer name",
+ "ru": "Имя покупателя",
+ "uk": "Ім'я клієнта"
+ },
+ "hint": {
+ "en": "Enter customer name",
+ "ru": "Введите имя покупателя",
+ "uk": "Введіть ім'я клієнта"
+ },
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": true,
+ "position": 2
+ },
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 3
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 5
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 6
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 8
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "baoviet_bank_vnd",
+ "currency": "VND",
+ "method": "baoviet_bank",
+ "amount_min": "1",
+ "amount_max": "9999999999",
+ "fields": [
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 1
+ },
+ {
+ "key": "customer_name",
+ "type": "string",
+ "label": {
+ "en": "Customer name",
+ "ru": "Имя покупателя",
+ "uk": "Ім'я клієнта"
+ },
+ "hint": {
+ "en": "Enter customer name",
+ "ru": "Введите имя покупателя",
+ "uk": "Введіть ім'я клієнта"
+ },
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": true,
+ "position": 2
+ },
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 5
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 6
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 8
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "public_bank_vietnam_vnd",
+ "currency": "VND",
+ "method": "public_bank_vietnam",
+ "amount_min": "1",
+ "amount_max": "9999999999",
+ "fields": [
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 1
+ },
+ {
+ "key": "customer_name",
+ "type": "string",
+ "label": {
+ "en": "Customer name",
+ "ru": "Имя покупателя",
+ "uk": "Ім'я клієнта"
+ },
+ "hint": {
+ "en": "Enter customer name",
+ "ru": "Введите имя покупателя",
+ "uk": "Введіть ім'я клієнта"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 2
+ },
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 5
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 6
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "pvcom_bank_vnd",
+ "currency": "VND",
+ "method": "pvcom_bank",
+ "amount_min": "1",
+ "amount_max": "9999999999",
+ "fields": [
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 1
+ },
+ {
+ "key": "customer_name",
+ "type": "string",
+ "label": {
+ "en": "Customer name",
+ "ru": "Имя покупателя",
+ "uk": "Ім'я клієнта"
+ },
+ "hint": {
+ "en": "Enter customer name",
+ "ru": "Введите имя покупателя",
+ "uk": "Введіть ім'я клієнта"
+ },
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": true,
+ "position": 2
+ },
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 5
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 6
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 8
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "kien_long_bank_vnd",
+ "currency": "VND",
+ "method": "kien_long_bank",
+ "amount_min": "1",
+ "amount_max": "9999999999",
+ "fields": [
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 1
+ },
+ {
+ "key": "customer_name",
+ "type": "string",
+ "label": {
+ "en": "Customer name",
+ "ru": "Имя покупателя",
+ "uk": "Ім'я клієнта"
+ },
+ "hint": {
+ "en": "Enter customer name",
+ "ru": "Введите имя покупателя",
+ "uk": "Введіть ім'я клієнта"
+ },
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": true,
+ "position": 2
+ },
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 5
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 6
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 8
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "woori_bank_vnd",
+ "currency": "VND",
+ "method": "woori_bank",
+ "amount_min": "1",
+ "amount_max": "9999999999",
+ "fields": [
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 1
+ },
+ {
+ "key": "customer_name",
+ "type": "string",
+ "label": {
+ "en": "Customer name",
+ "ru": "Имя покупателя",
+ "uk": "Ім'я клієнта"
+ },
+ "hint": {
+ "en": "Enter customer name",
+ "ru": "Введите имя покупателя",
+ "uk": "Введіть ім'я клієнта"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 2
+ },
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 5
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 6
+ },
+ {
+ "key": "bank_id",
+ "type": "string",
+ "label": {
+ "en": "Bank ID",
+ "ru": "ID Банка",
+ "uk": "ID Банку"
+ },
+ "hint": {
+ "en": "Enter Bank ID",
+ "ru": "Введите ID Банка",
+ "uk": "Введіть ID Банку"
+ },
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "example": "050",
+ "position": 7
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "woori_bank_krw",
+ "currency": "KRW",
+ "method": "woori_bank",
+ "amount_min": "1",
+ "amount_max": "133000000",
+ "fields": [
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "customer_name",
+ "type": "string",
+ "label": {
+ "en": "Customer name",
+ "ru": "Имя покупателя",
+ "uk": "Ім'я клієнта"
+ },
+ "hint": {
+ "en": "Enter customer name",
+ "ru": "Введите имя покупателя",
+ "uk": "Введіть ім'я клієнта"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 3
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 5
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 6
+ },
+ {
+ "key": "full_address",
+ "type": "string",
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "hint": {
+ "en": "Enter address",
+ "ru": "Введите адрес",
+ "uk": "Введіть адресу"
+ },
+ "regexp": "\/^[A-Za-z{*}, -d]{2,64}$\/",
+ "required": false,
+ "position": 7
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "mb_bank_vnd",
+ "currency": "VND",
+ "method": "mb_bank",
+ "amount_min": "1",
+ "amount_max": "9999999999",
+ "fields": [
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "customer_name",
+ "type": "string",
+ "label": {
+ "en": "Customer name",
+ "ru": "Имя покупателя",
+ "uk": "Ім'я клієнта"
+ },
+ "hint": {
+ "en": "Enter customer name",
+ "ru": "Введите имя покупателя",
+ "uk": "Введіть ім'я клієнта"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 3
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 5
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 6
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 8
+ },
+ {
+ "key": "identity_id",
+ "type": "string",
+ "label": {
+ "en": "Identity ID",
+ "ru": "Идентификационный номер",
+ "uk": "Ідентифікаційний номер"
+ },
+ "hint": {
+ "en": "Enter identity ID",
+ "ru": "Введите идентификационный номер",
+ "uk": "Введіть ідентифікаційний номер"
+ },
+ "regexp": "\/^[0-9]{9,12}$\/",
+ "required": false,
+ "position": 9
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "standard_chartered_bank_vietnam_vnd",
+ "currency": "VND",
+ "method": "standard_chartered_bank_vietnam",
+ "amount_min": "1",
+ "amount_max": "9999999999",
+ "fields": [
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 1
+ },
+ {
+ "key": "customer_name",
+ "type": "string",
+ "label": {
+ "en": "Customer name",
+ "ru": "Имя покупателя",
+ "uk": "Ім'я клієнта"
+ },
+ "hint": {
+ "en": "Enter customer name",
+ "ru": "Введите имя покупателя",
+ "uk": "Введіть ім'я клієнта"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 2
+ },
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 5
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 6
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "petrolimex_bank_vnd",
+ "currency": "VND",
+ "method": "petrolimex_bank",
+ "amount_min": "1",
+ "amount_max": "9999999999",
+ "fields": [
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 1
+ },
+ {
+ "key": "customer_name",
+ "type": "string",
+ "label": {
+ "en": "Customer name",
+ "ru": "Имя покупателя",
+ "uk": "Ім'я клієнта"
+ },
+ "hint": {
+ "en": "Enter customer name",
+ "ru": "Введите имя покупателя",
+ "uk": "Введіть ім'я клієнта"
+ },
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": true,
+ "position": 2
+ },
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 5
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 6
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 8
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "viet_capital_bank_vnd",
+ "currency": "VND",
+ "method": "viet_capital_bank",
+ "amount_min": "1",
+ "amount_max": "9999999999",
+ "fields": [
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 1
+ },
+ {
+ "key": "customer_name",
+ "type": "string",
+ "label": {
+ "en": "Customer name",
+ "ru": "Имя покупателя",
+ "uk": "Ім'я клієнта"
+ },
+ "hint": {
+ "en": "Enter customer name",
+ "ru": "Введите имя покупателя",
+ "uk": "Введіть ім'я клієнта"
+ },
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": true,
+ "position": 2
+ },
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 5
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 6
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 8
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "viet_a_bank_vnd",
+ "currency": "VND",
+ "method": "viet_a_bank",
+ "amount_min": "1",
+ "amount_max": "9999999999",
+ "fields": [
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "customer_name",
+ "type": "string",
+ "label": {
+ "en": "Customer name",
+ "ru": "Имя покупателя",
+ "uk": "Ім'я клієнта"
+ },
+ "hint": {
+ "en": "Enter customer name",
+ "ru": "Введите имя покупателя",
+ "uk": "Введіть ім'я клієнта"
+ },
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": true,
+ "position": 2
+ },
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 3
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 5
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 6
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 8
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "ocean_bank_vnd",
+ "currency": "VND",
+ "method": "ocean_bank",
+ "amount_min": "1",
+ "amount_max": "9999999999",
+ "fields": [
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "customer_name",
+ "type": "string",
+ "label": {
+ "en": "Customer name",
+ "ru": "Имя покупателя",
+ "uk": "Ім'я клієнта"
+ },
+ "hint": {
+ "en": "Enter customer name",
+ "ru": "Введите имя покупателя",
+ "uk": "Введіть ім'я клієнта"
+ },
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": true,
+ "position": 2
+ },
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 3
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 5
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 6
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 8
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "nam_a_bank_vnd",
+ "currency": "VND",
+ "method": "nam_a_bank",
+ "amount_min": "1",
+ "amount_max": "9999999999",
+ "fields": [
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "customer_name",
+ "type": "string",
+ "label": {
+ "en": "Customer name",
+ "ru": "Имя покупателя",
+ "uk": "Ім'я клієнта"
+ },
+ "hint": {
+ "en": "Enter customer name",
+ "ru": "Введите имя покупателя",
+ "uk": "Введіть ім'я клієнта"
+ },
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": true,
+ "position": 2
+ },
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 3
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 5
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 6
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 8
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "indovina_bank_vnd",
+ "currency": "VND",
+ "method": "indovina_bank",
+ "amount_min": "1",
+ "amount_max": "9999999999",
+ "fields": [
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 1
+ },
+ {
+ "key": "customer_name",
+ "type": "string",
+ "label": {
+ "en": "Customer name",
+ "ru": "Имя покупателя",
+ "uk": "Ім'я клієнта"
+ },
+ "hint": {
+ "en": "Enter customer name",
+ "ru": "Введите имя покупателя",
+ "uk": "Введіть ім'я клієнта"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 2
+ },
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 5
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 6
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "lien_viet_post_bank_vnd",
+ "currency": "VND",
+ "method": "lien_viet_post_bank",
+ "amount_min": "1",
+ "amount_max": "9999999999",
+ "fields": [
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 1
+ },
+ {
+ "key": "customer_name",
+ "type": "string",
+ "label": {
+ "en": "Customer name",
+ "ru": "Имя покупателя",
+ "uk": "Ім'я клієнта"
+ },
+ "hint": {
+ "en": "Enter customer name",
+ "ru": "Введите имя покупателя",
+ "uk": "Введіть ім'я клієнта"
+ },
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": true,
+ "position": 2
+ },
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 5
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 6
+ },
+ {
+ "key": "bank_id",
+ "type": "string",
+ "label": {
+ "en": "Bank ID",
+ "ru": "ID Банка",
+ "uk": "ID Банку"
+ },
+ "hint": {
+ "en": "Enter Bank ID",
+ "ru": "Введите ID Банка",
+ "uk": "Введіть ID Банку"
+ },
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "example": "050",
+ "position": 7
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 8
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 9
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "industrial_bank_ho_chi_minh_vnd",
+ "currency": "VND",
+ "method": "industrial_bank_ho_chi_minh",
+ "amount_min": "1",
+ "amount_max": "9999999999",
+ "fields": [
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "customer_name",
+ "type": "string",
+ "label": {
+ "en": "Customer name",
+ "ru": "Имя покупателя",
+ "uk": "Ім'я клієнта"
+ },
+ "hint": {
+ "en": "Enter customer name",
+ "ru": "Введите имя покупателя",
+ "uk": "Введіть ім'я клієнта"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 2
+ },
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 3
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 5
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 6
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "industrial_bank_ho_chi_minh_krw",
+ "currency": "KRW",
+ "method": "industrial_bank_ho_chi_minh",
+ "amount_min": "30000",
+ "amount_max": "130000000",
+ "fields": [
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 1
+ },
+ {
+ "key": "customer_name",
+ "type": "string",
+ "label": {
+ "en": "Customer name",
+ "ru": "Имя покупателя",
+ "uk": "Ім'я клієнта"
+ },
+ "hint": {
+ "en": "Enter customer name",
+ "ru": "Введите имя покупателя",
+ "uk": "Введіть ім'я клієнта"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 5
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 6
+ },
+ {
+ "key": "full_address",
+ "type": "string",
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "hint": {
+ "en": "Enter address",
+ "ru": "Введите адрес",
+ "uk": "Введіть адресу"
+ },
+ "regexp": "\/^[A-Za-z{*}, -d]{2,64}$\/",
+ "required": false,
+ "position": 7
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "bac_a_bank_vnd",
+ "currency": "VND",
+ "method": "bac_a_bank",
+ "amount_min": "1",
+ "amount_max": "9999999999",
+ "fields": [
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 1
+ },
+ {
+ "key": "customer_name",
+ "type": "string",
+ "label": {
+ "en": "Customer name",
+ "ru": "Имя покупателя",
+ "uk": "Ім'я клієнта"
+ },
+ "hint": {
+ "en": "Enter customer name",
+ "ru": "Введите имя покупателя",
+ "uk": "Введіть ім'я клієнта"
+ },
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": true,
+ "position": 2
+ },
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 5
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 6
+ },
+ {
+ "key": "bank_id",
+ "type": "string",
+ "label": {
+ "en": "Bank ID",
+ "ru": "ID Банка",
+ "uk": "ID Банку"
+ },
+ "hint": {
+ "en": "Enter Bank ID",
+ "ru": "Введите ID Банка",
+ "uk": "Введіть ID Банку"
+ },
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "example": "050",
+ "position": 7
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "maritime_bank_vnd",
+ "currency": "VND",
+ "method": "maritime_bank",
+ "amount_min": "1",
+ "amount_max": "9999999999",
+ "fields": [
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 1
+ },
+ {
+ "key": "customer_name",
+ "type": "string",
+ "label": {
+ "en": "Customer name",
+ "ru": "Имя покупателя",
+ "uk": "Ім'я клієнта"
+ },
+ "hint": {
+ "en": "Enter customer name",
+ "ru": "Введите имя покупателя",
+ "uk": "Введіть ім'я клієнта"
+ },
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": true,
+ "position": 2
+ },
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 5
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 6
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 8
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "cooperative_bank_vnd",
+ "currency": "VND",
+ "method": "cooperative_bank",
+ "amount_min": "1",
+ "amount_max": "9999999999",
+ "fields": [
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 1
+ },
+ {
+ "key": "customer_name",
+ "type": "string",
+ "label": {
+ "en": "Customer name",
+ "ru": "Имя покупателя",
+ "uk": "Ім'я клієнта"
+ },
+ "hint": {
+ "en": "Enter customer name",
+ "ru": "Введите имя покупателя",
+ "uk": "Введіть ім'я клієнта"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 2
+ },
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 5
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 6
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "gp_bank_vnd",
+ "currency": "VND",
+ "method": "gp_bank",
+ "amount_min": "1",
+ "amount_max": "9999999999",
+ "fields": [
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "customer_name",
+ "type": "string",
+ "label": {
+ "en": "Customer name",
+ "ru": "Имя покупателя",
+ "uk": "Ім'я клієнта"
+ },
+ "hint": {
+ "en": "Enter customer name",
+ "ru": "Введите имя покупателя",
+ "uk": "Введіть ім'я клієнта"
+ },
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": true,
+ "position": 2
+ },
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 3
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 5
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 6
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 8
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "industrial_bank_hanoi_vnd",
+ "currency": "VND",
+ "method": "industrial_bank_hanoi",
+ "amount_min": "1",
+ "amount_max": "9999999999",
+ "fields": [
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 1
+ },
+ {
+ "key": "customer_name",
+ "type": "string",
+ "label": {
+ "en": "Customer name",
+ "ru": "Имя покупателя",
+ "uk": "Ім'я клієнта"
+ },
+ "hint": {
+ "en": "Enter customer name",
+ "ru": "Введите имя покупателя",
+ "uk": "Введіть ім'я клієнта"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 2
+ },
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 5
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 6
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "sea_bank_vnd",
+ "currency": "VND",
+ "method": "sea_bank",
+ "amount_min": "1",
+ "amount_max": "9999999999",
+ "fields": [
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 1
+ },
+ {
+ "key": "customer_name",
+ "type": "string",
+ "label": {
+ "en": "Customer name",
+ "ru": "Имя покупателя",
+ "uk": "Ім'я клієнта"
+ },
+ "hint": {
+ "en": "Enter customer name",
+ "ru": "Введите имя покупателя",
+ "uk": "Введіть ім'я клієнта"
+ },
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": true,
+ "position": 2
+ },
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 5
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 6
+ },
+ {
+ "key": "bank_id",
+ "type": "string",
+ "label": {
+ "en": "Bank ID",
+ "ru": "ID Банка",
+ "uk": "ID Банку"
+ },
+ "hint": {
+ "en": "Enter Bank ID",
+ "ru": "Введите ID Банка",
+ "uk": "Введіть ID Банку"
+ },
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "example": "050",
+ "position": 7
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 8
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 9
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "hong_leong_bank_vnd",
+ "currency": "VND",
+ "method": "hong_leong_bank",
+ "amount_min": "1",
+ "amount_max": "9999999999",
+ "fields": [
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 1
+ },
+ {
+ "key": "customer_name",
+ "type": "string",
+ "label": {
+ "en": "Customer name",
+ "ru": "Имя покупателя",
+ "uk": "Ім'я клієнта"
+ },
+ "hint": {
+ "en": "Enter customer name",
+ "ru": "Введите имя покупателя",
+ "uk": "Введіть ім'я клієнта"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 2
+ },
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 5
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 6
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "shinhan_bank_vnd",
+ "currency": "VND",
+ "method": "shinhan_bank",
+ "amount_min": "1",
+ "amount_max": "9999999999",
+ "fields": [
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 1
+ },
+ {
+ "key": "customer_name",
+ "type": "string",
+ "label": {
+ "en": "Customer name",
+ "ru": "Имя покупателя",
+ "uk": "Ім'я клієнта"
+ },
+ "hint": {
+ "en": "Enter customer name",
+ "ru": "Введите имя покупателя",
+ "uk": "Введіть ім'я клієнта"
+ },
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": true,
+ "position": 2
+ },
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 5
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 6
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "shinhan_bank_krw",
+ "currency": "KRW",
+ "method": "shinhan_bank",
+ "amount_min": "1",
+ "amount_max": "133000000",
+ "fields": [
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "customer_name",
+ "type": "string",
+ "label": {
+ "en": "Customer name",
+ "ru": "Имя покупателя",
+ "uk": "Ім'я клієнта"
+ },
+ "hint": {
+ "en": "Enter customer name",
+ "ru": "Введите имя покупателя",
+ "uk": "Введіть ім'я клієнта"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 3
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 5
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 6
+ },
+ {
+ "key": "full_address",
+ "type": "string",
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "hint": {
+ "en": "Enter address",
+ "ru": "Введите адрес",
+ "uk": "Введіть адресу"
+ },
+ "regexp": "\/^[A-Za-z{*}, -d]{2,64}$\/",
+ "required": false,
+ "position": 7
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "hd_bank_vnd",
+ "currency": "VND",
+ "method": "hd_bank",
+ "amount_min": "1",
+ "amount_max": "9999999999",
+ "fields": [
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "customer_name",
+ "type": "string",
+ "label": {
+ "en": "Customer name",
+ "ru": "Имя покупателя",
+ "uk": "Ім'я клієнта"
+ },
+ "hint": {
+ "en": "Enter customer name",
+ "ru": "Введите имя покупателя",
+ "uk": "Введіть ім'я клієнта"
+ },
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 3
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 5
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 6
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 8
+ },
+ {
+ "key": "identity_id",
+ "type": "string",
+ "label": {
+ "en": "Identity ID",
+ "ru": "Идентификационный номер",
+ "uk": "Ідентифікаційний номер"
+ },
+ "hint": {
+ "en": "Enter identity ID",
+ "ru": "Введите идентификационный номер",
+ "uk": "Введіть ідентифікаційний номер"
+ },
+ "regexp": "\/^[0-9]{9,12}$\/",
+ "required": false,
+ "position": 9
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "cimb_bank_vnd",
+ "currency": "VND",
+ "method": "cimb_bank",
+ "amount_min": "1",
+ "amount_max": "9999999999",
+ "fields": [
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 1
+ },
+ {
+ "key": "customer_name",
+ "type": "string",
+ "label": {
+ "en": "Customer name",
+ "ru": "Имя покупателя",
+ "uk": "Ім'я клієнта"
+ },
+ "hint": {
+ "en": "Enter customer name",
+ "ru": "Введите имя покупателя",
+ "uk": "Введіть ім'я клієнта"
+ },
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": true,
+ "position": 2
+ },
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 5
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 6
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "shb_bank_vnd",
+ "currency": "VND",
+ "method": "shb_bank",
+ "amount_min": "1",
+ "amount_max": "9999999999",
+ "fields": [
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "customer_name",
+ "type": "string",
+ "label": {
+ "en": "Customer name",
+ "ru": "Имя покупателя",
+ "uk": "Ім'я клієнта"
+ },
+ "hint": {
+ "en": "Enter customer name",
+ "ru": "Введите имя покупателя",
+ "uk": "Введіть ім'я клієнта"
+ },
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": true,
+ "position": 2
+ },
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 3
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 5
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 6
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 8
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "scb_bank_vnd",
+ "currency": "VND",
+ "method": "scb_bank",
+ "amount_min": "1",
+ "amount_max": "9999999999",
+ "fields": [
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 1
+ },
+ {
+ "key": "customer_name",
+ "type": "string",
+ "label": {
+ "en": "Customer name",
+ "ru": "Имя покупателя",
+ "uk": "Ім'я клієнта"
+ },
+ "hint": {
+ "en": "Enter customer name",
+ "ru": "Введите имя покупателя",
+ "uk": "Введіть ім'я клієнта"
+ },
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": true,
+ "position": 2
+ },
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 5
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 6
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 8
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "uobt_vnd",
+ "currency": "VND",
+ "method": "uobt",
+ "amount_min": "1",
+ "amount_max": "9999999999",
+ "fields": [
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 1
+ },
+ {
+ "key": "customer_name",
+ "type": "string",
+ "label": {
+ "en": "Customer name",
+ "ru": "Имя покупателя",
+ "uk": "Ім'я клієнта"
+ },
+ "hint": {
+ "en": "Enter customer name",
+ "ru": "Введите имя покупателя",
+ "uk": "Введіть ім'я клієнта"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 2
+ },
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 5
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 6
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "vp_bank_vnd",
+ "currency": "VND",
+ "method": "vp_bank",
+ "amount_min": "1",
+ "amount_max": "9999999999",
+ "fields": [
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "customer_name",
+ "type": "string",
+ "label": {
+ "en": "Customer name",
+ "ru": "Имя покупателя",
+ "uk": "Ім'я клієнта"
+ },
+ "hint": {
+ "en": "Enter customer name",
+ "ru": "Введите имя покупателя",
+ "uk": "Введіть ім'я клієнта"
+ },
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 3
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 5
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 6
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 8
+ },
+ {
+ "key": "identity_id",
+ "type": "string",
+ "label": {
+ "en": "Identity ID",
+ "ru": "Идентификационный номер",
+ "uk": "Ідентифікаційний номер"
+ },
+ "hint": {
+ "en": "Enter identity ID",
+ "ru": "Введите идентификационный номер",
+ "uk": "Введіть ідентифікаційний номер"
+ },
+ "regexp": "\/^[0-9]{9,12}$\/",
+ "required": false,
+ "position": 9
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "tp_bank_vnd",
+ "currency": "VND",
+ "method": "tp_bank",
+ "amount_min": "1",
+ "amount_max": "9999999999",
+ "fields": [
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "customer_name",
+ "type": "string",
+ "label": {
+ "en": "Customer name",
+ "ru": "Имя покупателя",
+ "uk": "Ім'я клієнта"
+ },
+ "hint": {
+ "en": "Enter customer name",
+ "ru": "Введите имя покупателя",
+ "uk": "Введіть ім'я клієнта"
+ },
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 3
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 5
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 6
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 8
+ },
+ {
+ "key": "identity_id",
+ "type": "string",
+ "label": {
+ "en": "Identity ID",
+ "ru": "Идентификационный номер",
+ "uk": "Ідентифікаційний номер"
+ },
+ "hint": {
+ "en": "Enter identity ID",
+ "ru": "Введите идентификационный номер",
+ "uk": "Введіть ідентифікаційний номер"
+ },
+ "regexp": "\/^[0-9]{9,12}$\/",
+ "required": false,
+ "position": 9
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "ncb_bank_vnd",
+ "currency": "VND",
+ "method": "ncb_bank",
+ "amount_min": "1",
+ "amount_max": "9999999999",
+ "fields": [
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 1
+ },
+ {
+ "key": "customer_name",
+ "type": "string",
+ "label": {
+ "en": "Customer name",
+ "ru": "Имя покупателя",
+ "uk": "Ім'я клієнта"
+ },
+ "hint": {
+ "en": "Enter customer name",
+ "ru": "Введите имя покупателя",
+ "uk": "Введіть ім'я клієнта"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 2
+ },
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 5
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 6
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "viet_bank_vnd",
+ "currency": "VND",
+ "method": "viet_bank",
+ "amount_min": "1",
+ "amount_max": "9999999999",
+ "fields": [
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 1
+ },
+ {
+ "key": "customer_name",
+ "type": "string",
+ "label": {
+ "en": "Customer name",
+ "ru": "Имя покупателя",
+ "uk": "Ім'я клієнта"
+ },
+ "hint": {
+ "en": "Enter customer name",
+ "ru": "Введите имя покупателя",
+ "uk": "Введіть ім'я клієнта"
+ },
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": true,
+ "position": 2
+ },
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 5
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 6
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 8
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "omllvcb_bank_vnd",
+ "currency": "VND",
+ "method": "omllvcb_bank",
+ "amount_min": "1",
+ "amount_max": "9999999999",
+ "fields": [
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 1
+ },
+ {
+ "key": "customer_name",
+ "type": "string",
+ "label": {
+ "en": "Customer name",
+ "ru": "Имя покупателя",
+ "uk": "Ім'я клієнта"
+ },
+ "hint": {
+ "en": "Enter customer name",
+ "ru": "Введите имя покупателя",
+ "uk": "Введіть ім'я клієнта"
+ },
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": true,
+ "position": 2
+ },
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 5
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 6
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 8
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "ocb_bank_vnd",
+ "currency": "VND",
+ "method": "ocb_bank",
+ "amount_min": "1",
+ "amount_max": "9999999999",
+ "fields": [
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 1
+ },
+ {
+ "key": "customer_name",
+ "type": "string",
+ "label": {
+ "en": "Customer name",
+ "ru": "Имя покупателя",
+ "uk": "Ім'я клієнта"
+ },
+ "hint": {
+ "en": "Enter customer name",
+ "ru": "Введите имя покупателя",
+ "uk": "Введіть ім'я клієнта"
+ },
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": true,
+ "position": 2
+ },
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 5
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 6
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 8
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "cfc_bank_vnd",
+ "currency": "VND",
+ "method": "cfc_bank",
+ "amount_min": "1",
+ "amount_max": "9999999999",
+ "fields": [
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 1
+ },
+ {
+ "key": "customer_name",
+ "type": "string",
+ "label": {
+ "en": "Customer name",
+ "ru": "Имя покупателя",
+ "uk": "Ім'я клієнта"
+ },
+ "hint": {
+ "en": "Enter customer name",
+ "ru": "Введите имя покупателя",
+ "uk": "Введіть ім'я клієнта"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 2
+ },
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 5
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 6
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "momo_vnd",
+ "currency": "VND",
+ "method": "momo",
+ "amount_min": "1",
+ "amount_max": "9999999999",
+ "fields": [
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "customer_name",
+ "type": "string",
+ "label": {
+ "en": "Customer name",
+ "ru": "Имя покупателя",
+ "uk": "Ім'я клієнта"
+ },
+ "hint": {
+ "en": "Enter customer name",
+ "ru": "Введите имя покупателя",
+ "uk": "Введіть ім'я клієнта"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 3
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": false,
+ "position": 4
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 5
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 6
+ },
+ {
+ "key": "identity_id",
+ "type": "string",
+ "label": {
+ "en": "Identity ID",
+ "ru": "Идентификационный номер",
+ "uk": "Ідентифікаційний номер"
+ },
+ "hint": {
+ "en": "Enter identity ID",
+ "ru": "Введите идентификационный номер",
+ "uk": "Введіть ідентифікаційний номер"
+ },
+ "regexp": "\/^[0-9]{9,12}$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "84123456789",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 8
+ },
+ {
+ "key": "email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 9
+ },
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^\\d{1,19}$\/",
+ "required": false,
+ "position": 10
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "momo_zmw",
+ "currency": "ZMW",
+ "method": "momo",
+ "amount_min": "20",
+ "amount_max": "2500000",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^\\d{1,19}$\/",
+ "required": false,
+ "position": 1
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "zalopay_vnd",
+ "currency": "VND",
+ "method": "zalopay",
+ "amount_min": "1",
+ "amount_max": "9999999999",
+ "fields": [
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 1
+ },
+ {
+ "key": "customer_name",
+ "type": "string",
+ "label": {
+ "en": "Customer name",
+ "ru": "Имя покупателя",
+ "uk": "Ім'я клієнта"
+ },
+ "hint": {
+ "en": "Enter customer name",
+ "ru": "Введите имя покупателя",
+ "uk": "Введіть ім'я клієнта"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 2
+ },
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 5
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 6
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_brl",
+ "method": "bank_transfer",
+ "currency": "BRL",
+ "fields": [
+ {
+ "key": "beneficiary_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 1,
+ "required": false
+ },
+ {
+ "key": "beneficiary_lastname",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 2,
+ "required": false
+ },
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "\/^(CPF|CNPJ)$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Beneficiary personal identification type",
+ "ru": "Тип документа получателя",
+ "uk": "Тип документа отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary personal identification type",
+ "ru": "Введите тип документа получателя",
+ "uk": "Введіть тип документа отримувача"
+ },
+ "example": "CPF/CNPJ"
+ },
+ {
+ "key": "cpf_cnpj_number",
+ "type": "string",
+ "regexp": "\/^[0-9\\.\\-\\/]{1,18}$\/",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Beneficiary CPF or CNPJ number",
+ "ru": "CPF или CNPJ номер получателя",
+ "uk": "CPF або CNPJ номер отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary CPF or CNPJ number",
+ "ru": "Введите CPF или CNPJ номер получателя",
+ "uk": "Введіть CPF або CNPJ номер отримувача"
+ },
+ "example": "СPF: 123.456.789-00, CNPJ:12.345.678/0001-90"
+ },
+ {
+ "key": "account_number",
+ "type": "string",
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "Beneficiary bank account number",
+ "ru": "Номер банковсого счёта получателя",
+ "uk": "Номер банківського рахунку отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary bank account number",
+ "ru": "Введите номер счёта",
+ "uk": "Введіть номер рахунку"
+ }
+ },
+ {
+ "key": "bank_account_digit",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Beneficiary bank account number digit",
+ "ru": "Цифровой номер банковского счета получателя",
+ "uk": "Цифровий номер банківського рахунку одержувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary bank code",
+ "ru": "Введите код банка получателя",
+ "uk": "Введіть цифру номера банківського рахунку одержувача"
+ }
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "position": 7,
+ "label": {
+ "en": "Beneficiary bank code",
+ "ru": "Код банка получателя",
+ "uk": "Код банку отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary bank code",
+ "ru": "Введите код банка получателя",
+ "uk": "Введіть код банку отримувача"
+ }
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "required": false,
+ "position": 8,
+ "label": {
+ "en": "Beneficiary bank branch",
+ "ru": "Код отделения банка-получателя",
+ "uk": "Код відділення банку-отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary bank branch",
+ "ru": "Введите Отделение код банка-получателя",
+ "uk": "Введіть код відділення банку-отримувача"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "beneficiary_document_id",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9]{3,20}$\/",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Beneficiary Document ID",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document ID",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документу отримувача"
+ }
+ },
+ {
+ "key": "bank_agency_code",
+ "type": "string",
+ "regexp": "\/^[A-z0-9]{2,5}$\/",
+ "required": false,
+ "position": 10,
+ "label": {
+ "en": "Agency Code of the Bank",
+ "ru": "Агентский код банка",
+ "uk": "Агентський код банку"
+ },
+ "hint": {
+ "en": "Enter Agency Code of the Bank",
+ "ru": "Введите aгентский код банка",
+ "uk": "Введіть aгентський код банку"
+ }
+ },
+ {
+ "key": "beneficiary_postcode",
+ "type": "string",
+ "label": {
+ "en": "Postcode",
+ "ru": "Postcode",
+ "uk": "Postcode"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 11,
+ "hint": {
+ "en": "Enter postcode",
+ "ru": "Enter postcode",
+ "uk": "Enter postcode"
+ },
+ "example": "postcode"
+ },
+ {
+ "key": "beneficiary_city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "City",
+ "uk": "City"
+ },
+ "regexp": "\/^.{1,100}$\/",
+ "required": false,
+ "position": 12,
+ "hint": {
+ "en": "Enter city",
+ "ru": "Enter city",
+ "uk": "Enter city"
+ },
+ "example": "London"
+ },
+ {
+ "key": "beneficiary_dob",
+ "type": "string",
+ "regexp": "\/^([0-2][0-9]|(3)[0-1])(\\/)(((0)[0-9])|((1)[0-2]))(\\/)\\d{4}||((19|20)\\d{2}(0[1-9]|1[0-2])(0[1-9]|[12]\\d|3[01]))$\/",
+ "required": false,
+ "position": 13,
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "example": "10/05/1964"
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 14
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$$\/",
+ "required": false,
+ "position": 15
+ },
+ {
+ "key": "beneficiary_country_code_iso",
+ "type": "string",
+ "regexp": "\/^[A-Z]{2}$\/",
+ "required": false,
+ "position": 16,
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 17,
+ "hint": {
+ "en": "Enter address",
+ "ru": "Enter address",
+ "uk": "Enter address"
+ },
+ "example": "Volodumurska 17"
+ },
+ {
+ "key": "account_type",
+ "type": "string",
+ "regexp": "\/^[A-Z_]{1,20}$\/",
+ "label": {
+ "en": "Account type",
+ "ru": "Тип аккаунта",
+ "uk": "Тип акаунту"
+ },
+ "hint": {
+ "en": "Enter account type",
+ "ru": "Введите тип аккаунта",
+ "uk": "Введіть тип акаунту"
+ },
+ "position": 18,
+ "required": false
+ },
+ {
+ "key": "bank_account",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,30}$\/",
+ "label": {
+ "en": "Bank Account",
+ "ru": "Номер банковского счета",
+ "uk": "Номер банківського рахунку"
+ },
+ "hint": {
+ "en": "Enter bank account",
+ "ru": "Введите номер банковского счета",
+ "uk": "Введіть номер банківського рахунку"
+ },
+ "position": 19,
+ "required": false
+ },
+ {
+ "key": "bank_name",
+ "type": "string",
+ "regexp": "\/^[\\s\\p{L}\\p{N}\\p{P}]{2,100}$\/u",
+ "required": false,
+ "position": 20,
+ "label": {
+ "en": "Bank Name",
+ "ru": "Имя банка",
+ "uk": "Ім'я банку"
+ },
+ "hint": {
+ "en": "Enter bank name",
+ "ru": "Введите имя банка",
+ "uk": "Введіть ім'я банку"
+ }
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "500000"
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_clp",
+ "method": "bank_transfer",
+ "currency": "CLP",
+ "fields": [
+ {
+ "key": "beneficiary_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[-\\s\\p{L}]{2,100}$\/u",
+ "position": 1,
+ "required": false
+ },
+ {
+ "key": "beneficiary_lastname",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "\/^[-\\s\\p{L}]{2,100}$\/u",
+ "position": 2,
+ "required": false
+ },
+ {
+ "key": "beneficiary_document_id",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9]{3,20}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Beneficiary Document ID",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document ID",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документу отримувача"
+ }
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9_]{2,20}$\/",
+ "label": {
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ },
+ "required": false,
+ "position": 4
+ },
+ {
+ "key": "account_number",
+ "type": "string",
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Номер счёта",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите номер счёта",
+ "uk": "Введіть номер рахунку"
+ }
+ },
+ {
+ "key": "account_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9_]{1,20}$\/",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Account type",
+ "ru": "Тип аккаунта",
+ "uk": "Тип акаунту"
+ },
+ "hint": {
+ "en": "Enter account type",
+ "ru": "Введите тип аккаунта",
+ "uk": "Введіть тип акаунту"
+ }
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@mail.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "beneficiary_country_code_iso",
+ "type": "string",
+ "regexp": "\/^.{2,6}$\/",
+ "required": false,
+ "position": 8,
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_document_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z]{2,20}$\/",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Beneficiary Document Type",
+ "ru": "Тип документа получателя",
+ "uk": "Тип документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document Type",
+ "ru": "Введите тип документа получателя",
+ "uk": "Введіть тип документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_state",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
+ "required": false,
+ "position": 10,
+ "label": {
+ "en": "Beneficiary state",
+ "ru": "Beneficiary state",
+ "uk": "Beneficiary state"
+ },
+ "hint": {
+ "en": "Enter beneficiary state",
+ "ru": "Введите beneficiary state",
+ "uk": "Введіть beneficiary state"
+ }
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 11
+ },
+ {
+ "key": "beneficiary_dob",
+ "type": "string",
+ "regexp": "\/^([0-2][0-9]|(3)[0-1])(\\/)(((0)[0-9])|((1)[0-2]))(\\/)\\d{4}||((19|20)\\d{2}(0[1-9]|1[0-2])(0[1-9]|[12]\\d|3[01]))$\/",
+ "required": false,
+ "position": 12,
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "example": "10/05/1964"
+ },
+ {
+ "key": "beneficiary_city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "City",
+ "uk": "City"
+ },
+ "regexp": "\/^.{1,100}$\/",
+ "required": false,
+ "position": 13,
+ "hint": {
+ "en": "Enter city",
+ "ru": "Enter city",
+ "uk": "Enter city"
+ },
+ "example": "London"
+ },
+ {
+ "key": "beneficiary_postcode",
+ "type": "string",
+ "label": {
+ "en": "Postcode",
+ "ru": "Postcode",
+ "uk": "Postcode"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 14,
+ "hint": {
+ "en": "Enter postcode",
+ "ru": "Enter postcode",
+ "uk": "Enter postcode"
+ },
+ "example": "postcode"
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 15,
+ "hint": {
+ "en": "Enter address",
+ "ru": "Enter address",
+ "uk": "Enter address"
+ },
+ "example": "Volodumurska 17"
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 16
+ },
+ {
+ "key": "bank_account",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,30}$\/",
+ "label": {
+ "en": "Bank Account",
+ "ru": "Номер банковского счета",
+ "uk": "Номер банківського рахунку"
+ },
+ "hint": {
+ "en": "Enter bank account",
+ "ru": "Введите номер банковского счета",
+ "uk": "Введіть номер банківського рахунку"
+ },
+ "position": 17,
+ "required": false
+ },
+ {
+ "key": "sender_full_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "position": 18,
+ "label": {
+ "en": "Sender full name",
+ "ru": "Полное имя отправителя",
+ "uk": "Повне імʼя відправкника"
+ },
+ "hint": {
+ "en": "Enter Sender full name",
+ "ru": "Введите полное имя отправителя",
+ "uk": "Введіть повне імʼя відправкника"
+ }
+ },
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "\/^.{1,32}$\/",
+ "required": false,
+ "position": 19,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type",
+ "ru": "Введите тип документа",
+ "uk": "Введіть тип документу"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z0-9\\.\\-]{1,30}$\/",
+ "required": false,
+ "position": 20,
+ "label": {
+ "en": "Beneficiary's personal identification number",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документа отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary's personal identification number",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документа отримувача"
+ },
+ "example": "22333444-K"
+ }
+ ],
+ "amount_min": "1",
+ "amount_max": "95000000"
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_mxn",
+ "method": "bank_transfer",
+ "currency": "MXN",
+ "fields": [
+ {
+ "key": "beneficiary_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[-\\s\\p{L}]{2,100}$\/u",
+ "position": 1,
+ "required": false
+ },
+ {
+ "key": "beneficiary_lastname",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "\/^[-\\s\\p{L}]{2,100}$\/u",
+ "position": 2,
+ "required": false
+ },
+ {
+ "key": "beneficiary_document_id",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9]{3,20}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Beneficiary Document ID",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document ID",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документу отримувача"
+ }
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "label": {
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ },
+ "required": false,
+ "position": 4
+ },
+ {
+ "key": "account_number",
+ "type": "string",
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Номер счёта",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите номер счёта",
+ "uk": "Введіть номер рахунку"
+ }
+ },
+ {
+ "key": "beneficiary_full_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Recipient full name",
+ "ru": "Полное имя получателя",
+ "uk": "Повне iм'я одержувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary full name",
+ "ru": "Введите полное имя получателя",
+ "uk": "Введіть повне імʼя одержувача"
+ }
+ },
+ {
+ "key": "beneficiary_country_code_iso",
+ "type": "string",
+ "regexp": "\/^[A-Z]{2}$\/",
+ "required": false,
+ "position": 7,
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$$\/",
+ "required": false,
+ "position": 8
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 9
+ },
+ {
+ "key": "beneficiary_dob",
+ "type": "string",
+ "regexp": "\/^([0-2][0-9]|(3)[0-1])(\\/)(((0)[0-9])|((1)[0-2]))(\\/)\\d{4}||((19|20)\\d{2}(0[1-9]|1[0-2])(0[1-9]|[12]\\d|3[01]))$\/",
+ "required": false,
+ "position": 10,
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "example": "10/05/1964"
+ },
+ {
+ "key": "beneficiary_city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "City",
+ "uk": "City"
+ },
+ "regexp": "\/^.{1,100}$\/",
+ "required": false,
+ "position": 11,
+ "hint": {
+ "en": "Enter city",
+ "ru": "Enter city",
+ "uk": "Enter city"
+ },
+ "example": "London"
+ },
+ {
+ "key": "beneficiary_postcode",
+ "type": "string",
+ "label": {
+ "en": "Postcode",
+ "ru": "Postcode",
+ "uk": "Postcode"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 12,
+ "hint": {
+ "en": "Enter postcode",
+ "ru": "Enter postcode",
+ "uk": "Enter postcode"
+ },
+ "example": "postcode"
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 13
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 14,
+ "hint": {
+ "en": "Enter address",
+ "ru": "Enter address",
+ "uk": "Enter address"
+ },
+ "example": "Volodumurska 17"
+ },
+ {
+ "key": "beneficiary_document_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z]{2,20}$\/",
+ "required": false,
+ "position": 15,
+ "label": {
+ "en": "Beneficiary Document Type",
+ "ru": "Тип документа получателя",
+ "uk": "Тип документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document Type",
+ "ru": "Введите тип документа получателя",
+ "uk": "Введіть тип документу отримувача"
+ }
+ },
+ {
+ "key": "bank_account",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,30}$\/",
+ "label": {
+ "en": "Bank Account",
+ "ru": "Номер банковского счета",
+ "uk": "Номер банківського рахунку"
+ },
+ "hint": {
+ "en": "Enter bank account",
+ "ru": "Введите номер банковского счета",
+ "uk": "Введіть номер банківського рахунку"
+ },
+ "position": 16,
+ "required": false
+ },
+ {
+ "key": "payment_purpose",
+ "type": "string",
+ "label": {
+ "en": "Purpose of payment",
+ "ru": "Назначение платежа",
+ "uk": "Призначення платежу"
+ },
+ "regexp": "\/^[\\s\\p{L}\\p{N}\\p{P}]{2,100}$\/u",
+ "required": false,
+ "position": 17,
+ "hint": {
+ "en": "Enter purpose of payment",
+ "ru": "Введите назначение платежа",
+ "uk": "Введіть призначення рахунку"
+ },
+ "example": "Payment of utility services"
+ },
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "\/^.{1,32}$\/",
+ "required": false,
+ "position": 18,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type",
+ "ru": "Введите тип документа",
+ "uk": "Введіть тип документу"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,13}$\/",
+ "required": false,
+ "position": 19,
+ "label": {
+ "en": "Beneficiary's personal identification number",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документа отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary's personal identification number",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документа отримувача"
+ },
+ "example": "1450284414727"
+ },
+ {
+ "key": "routing_number",
+ "type": "string",
+ "regexp": "\/^\\d{1,16}$\/",
+ "required": false,
+ "position": 20,
+ "label": {
+ "en": "Routing number",
+ "ru": "Routing number",
+ "uk": "Routing number"
+ },
+ "hint": {
+ "en": "Enter routing number",
+ "ru": "Enter routing number",
+ "uk": "Enter routing number"
+ },
+ "example": "123450012"
+ },
+ {
+ "key": "account_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9_]{1,20}$\/",
+ "required": false,
+ "position": 21,
+ "label": {
+ "en": "Account type",
+ "ru": "Тип аккаунта",
+ "uk": "Тип акаунту"
+ },
+ "hint": {
+ "en": "Enter account type",
+ "ru": "Введите тип аккаунта",
+ "uk": "Введіть тип акаунту"
+ }
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "1000000"
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_krw",
+ "method": "bank_transfer",
+ "currency": "KRW",
+ "fields": [
+ {
+ "key": "beneficiary_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 1,
+ "required": false
+ },
+ {
+ "key": "beneficiary_lastname",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 2,
+ "required": false
+ },
+ {
+ "key": "beneficiary_document_id",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9]{3,20}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Beneficiary Document ID",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document ID",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@mail.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 4
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "regexp": "\/^\\d{8,12}$\/",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "5588722651111"
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "label": {
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ },
+ "required": false,
+ "position": 6
+ },
+ {
+ "key": "account_name",
+ "type": "string",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "Account Name",
+ "ru": "Account Name",
+ "uk": "Account Name"
+ },
+ "hint": {
+ "en": "Enter Account Name",
+ "ru": "Введите Account Name",
+ "uk": "Введіть Account Name"
+ },
+ "regexp": "\/^[A-Za-z0-9\\s]{2,100}$\/"
+ },
+ {
+ "key": "account_number",
+ "type": "string",
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": false,
+ "position": 7,
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Номер счёта",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите номер счёта",
+ "uk": "Введіть номер рахунку"
+ }
+ },
+ {
+ "key": "beneficiary_full_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "position": 8,
+ "label": {
+ "en": "Recipient full name",
+ "ru": "Полное имя получателя",
+ "uk": "Повне iм'я одержувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary full name",
+ "ru": "Введите полное имя получателя",
+ "uk": "Введіть повне імʼя одержувача"
+ }
+ },
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Wallet ID",
+ "ru": "Номер кошелька",
+ "uk": "Номер гаманця"
+ },
+ "hint": {
+ "en": "Enter wallet ID",
+ "ru": "Введите номер кошелька",
+ "uk": "Введіть номер гаманця"
+ },
+ "regexp": "\/^.{5,100}$\/",
+ "required": false,
+ "position": 9
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_cop",
+ "method": "bank_transfer",
+ "currency": "COP",
+ "fields": [
+ {
+ "key": "beneficiary_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 1,
+ "required": false
+ },
+ {
+ "key": "beneficiary_lastname",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 2,
+ "required": false
+ },
+ {
+ "key": "document_type",
+ "regexp": "\/^[0-9A-Z]{2,20}$\/",
+ "type": "string",
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type",
+ "ru": "Введите тип документа",
+ "uk": "Введіть тип документу"
+ },
+ "position": 3,
+ "required": false
+ },
+ {
+ "key": "beneficiary_document_id",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9]{3,20}$\/",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Beneficiary Document ID",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document ID",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документу отримувача"
+ }
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "label": {
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ },
+ "required": false,
+ "position": 5
+ },
+ {
+ "key": "account_number",
+ "type": "string",
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Номер счёта",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите номер счёта",
+ "uk": "Введіть номер рахунку"
+ }
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "regexp": "\/^\\d{8,12}$\/",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "5588722651111"
+ },
+ {
+ "key": "beneficiary_dob",
+ "type": "string",
+ "regexp": "\/^([0-2][0-9]|(3)[0-1])(\\/)(((0)[0-9])|((1)[0-2]))(\\/)\\d{4}||((19|20)\\d{2}(0[1-9]|1[0-2])(0[1-9]|[12]\\d|3[01]))$\/",
+ "required": false,
+ "position": 7,
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "example": "10/05/1964"
+ },
+ {
+ "key": "beneficiary_city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "City",
+ "uk": "City"
+ },
+ "regexp": "\/^.{1,100}$\/",
+ "required": false,
+ "position": 8,
+ "hint": {
+ "en": "Enter city",
+ "ru": "Enter city",
+ "uk": "Enter city"
+ },
+ "example": "London"
+ },
+ {
+ "key": "beneficiary_postcode",
+ "type": "string",
+ "label": {
+ "en": "Postcode",
+ "ru": "Postcode",
+ "uk": "Postcode"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 9,
+ "hint": {
+ "en": "Enter postcode",
+ "ru": "Enter postcode",
+ "uk": "Enter postcode"
+ },
+ "example": "postcode"
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$$\/",
+ "required": false,
+ "position": 10
+ },
+ {
+ "key": "beneficiary_country_code_iso",
+ "type": "string",
+ "regexp": "\/^[A-Z]{2}$\/",
+ "required": false,
+ "position": 11,
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 12,
+ "hint": {
+ "en": "Enter address",
+ "ru": "Enter address",
+ "uk": "Enter address"
+ },
+ "example": "Volodumurska 17"
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 13
+ },
+ {
+ "key": "account_type",
+ "type": "string",
+ "regexp": "\/^[A-Z_]{1,20}$\/",
+ "label": {
+ "en": "Account type",
+ "ru": "Тип аккаунта",
+ "uk": "Тип акаунту"
+ },
+ "hint": {
+ "en": "Enter account type",
+ "ru": "Введите тип аккаунта",
+ "uk": "Введіть тип акаунту"
+ },
+ "position": 14,
+ "required": false
+ },
+ {
+ "key": "bank_account",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,30}$\/",
+ "label": {
+ "en": "Bank Account",
+ "ru": "Номер банковского счета",
+ "uk": "Номер банківського рахунку"
+ },
+ "hint": {
+ "en": "Enter bank account",
+ "ru": "Введите номер банковского счета",
+ "uk": "Введіть номер банківського рахунку"
+ },
+ "position": 15,
+ "required": false
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "500000000"
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_pen",
+ "method": "bank_transfer",
+ "currency": "PEN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Номер счёта",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите номер счёта",
+ "uk": "Введіть номер рахунку"
+ }
+ },
+ {
+ "key": "beneficiary_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 2,
+ "required": false
+ },
+ {
+ "key": "beneficiary_lastname",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 3,
+ "required": false
+ },
+ {
+ "key": "beneficiary_document_id",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9]{3,20}$\/",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Beneficiary Document ID",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document ID",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документу отримувача"
+ }
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "label": {
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ },
+ "required": false,
+ "position": 5
+ },
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "\/^([0-9]{1,3})|([A-Z]{2,20})$\/",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type",
+ "ru": "Введите тип документа",
+ "uk": "Введіть тип документу"
+ }
+ },
+ {
+ "key": "account_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9_]{1,20}$\/",
+ "required": false,
+ "position": 7,
+ "label": {
+ "en": "Account type",
+ "ru": "Тип аккаунта",
+ "uk": "Тип акаунту"
+ },
+ "hint": {
+ "en": "Enter account type",
+ "ru": "Введите тип аккаунта",
+ "uk": "Введіть тип акаунту"
+ }
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@mail.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 8
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 9
+ },
+ {
+ "key": "beneficiary_dob",
+ "type": "string",
+ "regexp": "\/^([0-2][0-9]|(3)[0-1])(\\/)(((0)[0-9])|((1)[0-2]))(\\/)\\d{4}||((19|20)\\d{2}(0[1-9]|1[0-2])(0[1-9]|[12]\\d|3[01]))$\/",
+ "required": false,
+ "position": 10,
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "example": "10/05/1964"
+ },
+ {
+ "key": "beneficiary_city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "City",
+ "uk": "City"
+ },
+ "regexp": "\/^.{1,100}$\/",
+ "required": false,
+ "position": 11,
+ "hint": {
+ "en": "Enter city",
+ "ru": "Enter city",
+ "uk": "Enter city"
+ },
+ "example": "London"
+ },
+ {
+ "key": "beneficiary_postcode",
+ "type": "string",
+ "label": {
+ "en": "Postcode",
+ "ru": "Postcode",
+ "uk": "Postcode"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 12,
+ "hint": {
+ "en": "Enter postcode",
+ "ru": "Enter postcode",
+ "uk": "Enter postcode"
+ },
+ "example": "postcode"
+ },
+ {
+ "key": "beneficiary_country_code_iso",
+ "type": "string",
+ "regexp": "\/^[A-Z]{2}$\/",
+ "required": false,
+ "position": 13,
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 14,
+ "hint": {
+ "en": "Enter address",
+ "ru": "Enter address",
+ "uk": "Enter address"
+ },
+ "example": "Volodumurska 17"
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 15
+ },
+ {
+ "key": "bank_account",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,30}$\/",
+ "label": {
+ "en": "Bank Account",
+ "ru": "Номер банковского счета",
+ "uk": "Номер банківського рахунку"
+ },
+ "hint": {
+ "en": "Enter bank account",
+ "ru": "Введите номер банковского счета",
+ "uk": "Введіть номер банківського рахунку"
+ },
+ "position": 16,
+ "required": false
+ },
+ {
+ "key": "sender_full_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "position": 17,
+ "label": {
+ "en": "Sender full name",
+ "ru": "Полное имя отправителя",
+ "uk": "Повне імʼя відправкника"
+ },
+ "hint": {
+ "en": "Enter Sender full name",
+ "ru": "Введите полное имя отправителя",
+ "uk": "Введіть повне імʼя відправкника"
+ }
+ },
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "\/^.{1,32}$\/",
+ "required": false,
+ "position": 18,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type",
+ "ru": "Введите тип документа",
+ "uk": "Введіть тип документу"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "/^[a-zA-Z0-9]{1,30}$/",
+ "required": false,
+ "position": 19,
+ "label": {
+ "en": "Beneficiary's personal identification number",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документа отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary's personal identification number",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документа отримувача"
+ },
+ "example": "50284414727АВМС"
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "400000"
+ },
+ {
+ "status": "active",
+ "code": "rtgs_inr",
+ "currency": "INR",
+ "method": "rtgs",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account Number",
+ "ru": "Account Number",
+ "uk": "Account Number"
+ },
+ "hint": {
+ "en": "Enter Account Number",
+ "ru": "Введите Account Number",
+ "uk": "Введіть Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_full_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Recipient full name",
+ "ru": "Полное имя получателя",
+ "uk": "Повне iм'я одержувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary full name",
+ "ru": "Введите полное имя получателя",
+ "uk": "Введіть повне імʼя одержувача"
+ }
+ },
+ {
+ "key": "ifsc",
+ "type": "string",
+ "label": {
+ "en": "IFSC",
+ "ru": "IFSC",
+ "uk": "IFSC"
+ },
+ "hint": {
+ "en": "Enter IFSC",
+ "ru": "Введите IFSC",
+ "uk": "Введіть IFSC"
+ },
+ "regexp": "\/^[A-Za-z0-9]{1,11}$\/",
+ "required": false,
+ "position": 3
+ },
+ {
+ "key": "account_holder_full_name",
+ "type": "string",
+ "label": {
+ "en": "Account holder full name",
+ "ru": "ФИО",
+ "uk": "ПIБ"
+ },
+ "hint": {
+ "en": "Enter Account holder full name",
+ "ru": "Введите ФИО",
+ "uk": "Введіть ПIБ"
+ },
+ "regexp": "\/^[a-zA-Z]+(([',. -][a-zA-Z ])?[a-zA-Z]*)*$\/",
+ "required": false,
+ "position": 4
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "regexp": "\/^(\\+?91)?\\d{10}$\/",
+ "required": false,
+ "position": 5
+ },
+ {
+ "key": "bank_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Name",
+ "ru": "Имя банка",
+ "uk": "Ім'я банку"
+ },
+ "hint": {
+ "en": "Enter recipient bank name",
+ "ru": "Введите название банка получателя",
+ "uk": "Введіть назву банку одержувача"
+ },
+ "regexp": "\/^[A-Z\\-\\ a-z0-9_]{2,100}$\/",
+ "required": false,
+ "position": 6
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1000000000
+ },
+ {
+ "status": "active",
+ "code": "neft_inr",
+ "currency": "INR",
+ "method": "neft",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account Number",
+ "ru": "Account Number",
+ "uk": "Account Number"
+ },
+ "hint": {
+ "en": "Enter Account Number",
+ "ru": "Введите Account Number",
+ "uk": "Введіть Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_full_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Recipient full name",
+ "ru": "Полное имя получателя",
+ "uk": "Повне iм'я одержувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary full name",
+ "ru": "Введите полное имя получателя",
+ "uk": "Введіть повне імʼя одержувача"
+ }
+ },
+ {
+ "key": "ifsc",
+ "type": "string",
+ "label": {
+ "en": "IFSC",
+ "ru": "IFSC",
+ "uk": "IFSC"
+ },
+ "hint": {
+ "en": "Enter IFSC",
+ "ru": "Введите IFSC",
+ "uk": "Введіть IFSC"
+ },
+ "regexp": "\/^[A-Za-z0-9]{1,11}$\/",
+ "required": false,
+ "position": 3
+ },
+ {
+ "key": "account_holder_full_name",
+ "type": "string",
+ "label": {
+ "en": "Account holder full name",
+ "ru": "ФИО",
+ "uk": "ПIБ"
+ },
+ "hint": {
+ "en": "Enter Account holder full name",
+ "ru": "Введите ФИО",
+ "uk": "Введіть ПIБ"
+ },
+ "regexp": "\/^[a-zA-Z]+(([',. -][a-zA-Z ])?[a-zA-Z]*)*$\/",
+ "required": false,
+ "position": 4
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "regexp": "\/^(\\+?91)?\\d{10}$\/",
+ "required": false,
+ "position": 5
+ },
+ {
+ "key": "bank_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Name",
+ "ru": "Имя банка",
+ "uk": "Ім'я банку"
+ },
+ "hint": {
+ "en": "Enter recipient bank name",
+ "ru": "Введите название банка получателя",
+ "uk": "Введіть назву банку одержувача"
+ },
+ "regexp": "\/^[A-Z\\-\\ a-z0-9_]{2,100}$\/",
+ "required": false,
+ "position": 5
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1000000000
+ },
+ {
+ "status": "active",
+ "code": "hdfc_bank_inr",
+ "currency": "INR",
+ "method": "hdfc_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": false,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ },
+ {
+ "key": "ifsc",
+ "type": "string",
+ "label": {
+ "en": "IFSC",
+ "ru": "IFSC",
+ "uk": "IFSC"
+ },
+ "hint": {
+ "en": "Enter IFSC",
+ "ru": "Введите IFSC",
+ "uk": "Введіть IFSC"
+ },
+ "regexp": "\/^[A-Za-z0-9]{11}$\/",
+ "required": false,
+ "position": 4
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1000000000
+ },
+ {
+ "status": "active",
+ "code": "icici_bank_inr",
+ "currency": "INR",
+ "method": "icici_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": false,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ },
+ {
+ "key": "ifsc",
+ "type": "string",
+ "label": {
+ "en": "IFSC",
+ "ru": "IFSC",
+ "uk": "IFSC"
+ },
+ "hint": {
+ "en": "Enter IFSC",
+ "ru": "Введите IFSC",
+ "uk": "Введіть IFSC"
+ },
+ "regexp": "\/^[A-Za-z0-9]{11}$\/",
+ "required": false,
+ "position": 4
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1000000000
+ },
+ {
+ "status": "active",
+ "code": "indusind_bank_inr",
+ "currency": "INR",
+ "method": "indusind_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": false,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ },
+ {
+ "key": "ifsc",
+ "type": "string",
+ "label": {
+ "en": "IFSC",
+ "ru": "IFSC",
+ "uk": "IFSC"
+ },
+ "hint": {
+ "en": "Enter IFSC",
+ "ru": "Введите IFSC",
+ "uk": "Введіть IFSC"
+ },
+ "regexp": "\/^[A-Za-z0-9]{11}$\/",
+ "required": false,
+ "position": 4
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1000000000
+ },
+ {
+ "status": "active",
+ "code": "state_bank_of_india_inr",
+ "currency": "INR",
+ "method": "state_bank_of_india",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": false,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ },
+ {
+ "key": "ifsc",
+ "type": "string",
+ "label": {
+ "en": "IFSC",
+ "ru": "IFSC",
+ "uk": "IFSC"
+ },
+ "hint": {
+ "en": "Enter IFSC",
+ "ru": "Введите IFSC",
+ "uk": "Введіть IFSC"
+ },
+ "regexp": "\/^[A-Za-z0-9]{11}$\/",
+ "required": false,
+ "position": 4
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1000000000
+ },
+ {
+ "status": "active",
+ "code": "kotak_mahindra_bank_inr",
+ "currency": "INR",
+ "method": "kotak_mahindra_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": false,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ },
+ {
+ "key": "ifsc",
+ "type": "string",
+ "label": {
+ "en": "IFSC",
+ "ru": "IFSC",
+ "uk": "IFSC"
+ },
+ "hint": {
+ "en": "Enter IFSC",
+ "ru": "Введите IFSC",
+ "uk": "Введіть IFSC"
+ },
+ "regexp": "\/^[A-Za-z0-9]{11}$\/",
+ "required": false,
+ "position": 4
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1000000000
+ },
+ {
+ "status": "active",
+ "code": "idfc_bank_india_inr",
+ "currency": "INR",
+ "method": "idfc_bank_india",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": false,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ },
+ {
+ "key": "ifsc",
+ "type": "string",
+ "label": {
+ "en": "IFSC",
+ "ru": "IFSC",
+ "uk": "IFSC"
+ },
+ "hint": {
+ "en": "Enter IFSC",
+ "ru": "Введите IFSC",
+ "uk": "Введіть IFSC"
+ },
+ "regexp": "\/^[A-Za-z0-9]{11}$\/",
+ "required": false,
+ "position": 4
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1000000000
+ },
+ {
+ "status": "active",
+ "code": "axis_bank_inr",
+ "currency": "INR",
+ "method": "axis_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": false,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ },
+ {
+ "key": "ifsc",
+ "type": "string",
+ "label": {
+ "en": "IFSC",
+ "ru": "IFSC",
+ "uk": "IFSC"
+ },
+ "hint": {
+ "en": "Enter IFSC",
+ "ru": "Введите IFSC",
+ "uk": "Введіть IFSC"
+ },
+ "regexp": "\/^[A-Za-z0-9]{11}$\/",
+ "required": false,
+ "position": 4
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1000000000
+ },
+ {
+ "status": "active",
+ "code": "bandhan_bank_inr",
+ "currency": "INR",
+ "method": "bandhan_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": false,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ },
+ {
+ "key": "ifsc",
+ "type": "string",
+ "label": {
+ "en": "IFSC",
+ "ru": "IFSC",
+ "uk": "IFSC"
+ },
+ "hint": {
+ "en": "Enter IFSC",
+ "ru": "Введите IFSC",
+ "uk": "Введіть IFSC"
+ },
+ "regexp": "\/^[A-Za-z0-9]{11}$\/",
+ "required": false,
+ "position": 4
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1000000000
+ },
+ {
+ "status": "active",
+ "code": "bank_of_baroda_inr",
+ "currency": "INR",
+ "method": "bank_of_baroda",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": false,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ },
+ {
+ "key": "ifsc",
+ "type": "string",
+ "label": {
+ "en": "IFSC",
+ "ru": "IFSC",
+ "uk": "IFSC"
+ },
+ "hint": {
+ "en": "Enter IFSC",
+ "ru": "Введите IFSC",
+ "uk": "Введіть IFSC"
+ },
+ "regexp": "\/^[A-Za-z0-9]{11}$\/",
+ "required": false,
+ "position": 4
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1000000000
+ },
+ {
+ "status": "active",
+ "code": "federal_bank_india_inr",
+ "currency": "INR",
+ "method": "federal_bank_india",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": false,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ },
+ {
+ "key": "ifsc",
+ "type": "string",
+ "label": {
+ "en": "IFSC",
+ "ru": "IFSC",
+ "uk": "IFSC"
+ },
+ "hint": {
+ "en": "Enter IFSC",
+ "ru": "Введите IFSC",
+ "uk": "Введіть IFSC"
+ },
+ "regexp": "\/^[A-Za-z0-9]{11}$\/",
+ "required": false,
+ "position": 4
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1000000000
+ },
+ {
+ "status": "active",
+ "code": "idbi_bank_inr",
+ "currency": "INR",
+ "method": "idbi_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": false,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ },
+ {
+ "key": "ifsc",
+ "type": "string",
+ "label": {
+ "en": "IFSC",
+ "ru": "IFSC",
+ "uk": "IFSC"
+ },
+ "hint": {
+ "en": "Enter IFSC",
+ "ru": "Введите IFSC",
+ "uk": "Введіть IFSC"
+ },
+ "regexp": "\/^[A-Za-z0-9]{11}$\/",
+ "required": false,
+ "position": 4
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1000000000
+ },
+ {
+ "status": "active",
+ "code": "india_post_payment_bank_inr",
+ "currency": "INR",
+ "method": "india_post_payment_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": false,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ },
+ {
+ "key": "ifsc",
+ "type": "string",
+ "label": {
+ "en": "IFSC",
+ "ru": "IFSC",
+ "uk": "IFSC"
+ },
+ "hint": {
+ "en": "Enter IFSC",
+ "ru": "Введите IFSC",
+ "uk": "Введіть IFSC"
+ },
+ "regexp": "\/^[A-Za-z0-9]{11}$\/",
+ "required": false,
+ "position": 4
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1000000000
+ },
+ {
+ "status": "active",
+ "code": "j_k_bank_india_inr",
+ "currency": "INR",
+ "method": "j_k_bank_india",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": false,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ },
+ {
+ "key": "ifsc",
+ "type": "string",
+ "label": {
+ "en": "IFSC",
+ "ru": "IFSC",
+ "uk": "IFSC"
+ },
+ "hint": {
+ "en": "Enter IFSC",
+ "ru": "Введите IFSC",
+ "uk": "Введіть IFSC"
+ },
+ "regexp": "\/^[A-Za-z0-9]{11}$\/",
+ "required": false,
+ "position": 4
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1000000000
+ },
+ {
+ "status": "active",
+ "code": "karnataka_bank_inr",
+ "currency": "INR",
+ "method": "karnataka_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": false,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ },
+ {
+ "key": "ifsc",
+ "type": "string",
+ "label": {
+ "en": "IFSC",
+ "ru": "IFSC",
+ "uk": "IFSC"
+ },
+ "hint": {
+ "en": "Enter IFSC",
+ "ru": "Введите IFSC",
+ "uk": "Введіть IFSC"
+ },
+ "regexp": "\/^[A-Za-z0-9]{11}$\/",
+ "required": false,
+ "position": 4
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1000000000
+ },
+ {
+ "status": "active",
+ "code": "lakshmi_vilas_bank_india_inr",
+ "currency": "INR",
+ "method": "lakshmi_vilas_bank_india",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": false,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ },
+ {
+ "key": "ifsc",
+ "type": "string",
+ "label": {
+ "en": "IFSC",
+ "ru": "IFSC",
+ "uk": "IFSC"
+ },
+ "hint": {
+ "en": "Enter IFSC",
+ "ru": "Введите IFSC",
+ "uk": "Введіть IFSC"
+ },
+ "regexp": "\/^[A-Za-z0-9]{11}$\/",
+ "required": false,
+ "position": 4
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1000000000
+ },
+ {
+ "status": "active",
+ "code": "paytm_payments_bank_inr",
+ "currency": "INR",
+ "method": "paytm_payments_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": false,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ },
+ {
+ "key": "ifsc",
+ "type": "string",
+ "label": {
+ "en": "IFSC",
+ "ru": "IFSC",
+ "uk": "IFSC"
+ },
+ "hint": {
+ "en": "Enter IFSC",
+ "ru": "Введите IFSC",
+ "uk": "Введіть IFSC"
+ },
+ "regexp": "\/^[A-Za-z0-9]{11}$\/",
+ "required": false,
+ "position": 4
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1000000000
+ },
+ {
+ "status": "active",
+ "code": "ujjivan_small_finance_bank_inr",
+ "currency": "INR",
+ "method": "ujjivan_small_finance_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": false,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ },
+ {
+ "key": "ifsc",
+ "type": "string",
+ "label": {
+ "en": "IFSC",
+ "ru": "IFSC",
+ "uk": "IFSC"
+ },
+ "hint": {
+ "en": "Enter IFSC",
+ "ru": "Введите IFSC",
+ "uk": "Введіть IFSC"
+ },
+ "regexp": "\/^[A-Za-z0-9]{11}$\/",
+ "required": false,
+ "position": 4
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1000000000
+ },
+ {
+ "status": "active",
+ "code": "techcom_bank_vnd",
+ "currency": "VND",
+ "method": "techcom_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": false,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ },
+ {
+ "key": "account_name",
+ "type": "string",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Account Name",
+ "ru": "Account Name",
+ "uk": "Account Name"
+ },
+ "hint": {
+ "en": "Enter Account Name",
+ "ru": "Введите Account Name",
+ "uk": "Введіть Account Name"
+ },
+ "regexp": "\/^[A-Za-z0-9\\s]{2,100}$\/"
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "required": false,
+ "position": 7,
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "full_address",
+ "type": "string",
+ "required": false,
+ "position": 8,
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "hint": {
+ "en": "Enter address",
+ "ru": "Введите адрес",
+ "uk": "Введіть адресу"
+ },
+ "regexp": "\/^[A-Za-z{*}, -d]{2,64}$\/"
+ },
+ {
+ "key": "customer_name",
+ "type": "string",
+ "label": {
+ "en": "Customer name",
+ "ru": "Имя покупателя",
+ "uk": "Ім'я клієнта"
+ },
+ "hint": {
+ "en": "Enter customer name",
+ "ru": "Введите имя покупателя",
+ "uk": "Введіть ім'я клієнта"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "example": "John Doe",
+ "position": 9
+ },
+ {
+ "key": "bank_id",
+ "type": "string",
+ "label": {
+ "en": "Bank ID",
+ "ru": "ID Банка",
+ "uk": "ID Банку"
+ },
+ "hint": {
+ "en": "Enter Bank ID",
+ "ru": "Введите ID Банка",
+ "uk": "Введіть ID Банку"
+ },
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "example": "050",
+ "position": 10
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 11
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 12
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "asia_commercial_bank_vnd",
+ "currency": "VND",
+ "method": "asia_commercial_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": false,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ },
+ {
+ "key": "account_name",
+ "type": "string",
+ "label": {
+ "en": "Account Name",
+ "ru": "Account Name",
+ "uk": "Account Name"
+ },
+ "hint": {
+ "en": "Enter Account Name",
+ "ru": "Введите Account Name",
+ "uk": "Введіть Account Name"
+ },
+ "required": false,
+ "position": 4,
+ "regexp": "\/^[A-Za-z0-9\\s]{2,100}$\/"
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 5
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 6
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "full_address",
+ "type": "string",
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "hint": {
+ "en": "Enter address",
+ "ru": "Введите адрес",
+ "uk": "Введіть адресу"
+ },
+ "regexp": "\/^[A-Za-z{*}, -d]{2,64}$\/",
+ "required": false,
+ "position": 8
+ },
+ {
+ "key": "customer_name",
+ "type": "string",
+ "label": {
+ "en": "Customer name",
+ "ru": "Имя покупателя",
+ "uk": "Ім'я клієнта"
+ },
+ "hint": {
+ "en": "Enter customer name",
+ "ru": "Введите имя покупателя",
+ "uk": "Введіть ім'я клієнта"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "example": "John Doe",
+ "position": 9
+ },
+ {
+ "key": "bank_id",
+ "type": "string",
+ "label": {
+ "en": "Bank ID",
+ "ru": "ID Банка",
+ "uk": "ID Банку"
+ },
+ "hint": {
+ "en": "Enter Bank ID",
+ "ru": "Введите ID Банка",
+ "uk": "Введіть ID Банку"
+ },
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "example": "050",
+ "position": 10
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 11
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 12
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "bank_central_asis_idr",
+ "currency": "IDR",
+ "method": "bank_central_asia",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": false,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ },
+ {
+ "key": "full_address",
+ "type": "string",
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "hint": {
+ "en": "Enter address",
+ "ru": "Введите адрес",
+ "uk": "Введіть адресу"
+ },
+ "regexp": "\/^[A-Za-z{*}, -d]{2,64}$\/",
+ "required": false,
+ "position": 4
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "affin_bank_berhad_myr",
+ "currency": "MYR",
+ "method": "affin_bank_berhad",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": false,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ },
+ {
+ "key": "customer_name",
+ "type": "string",
+ "label": {
+ "en": "Customer name",
+ "ru": "Имя покупателя",
+ "uk": "Ім'я клієнта"
+ },
+ "hint": {
+ "en": "Enter customer name",
+ "ru": "Введите имя покупателя",
+ "uk": "Введіть ім'я клієнта"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "example": "John Doe",
+ "position": 4
+ },
+ {
+ "key": "bank_id",
+ "type": "string",
+ "label": {
+ "en": "Bank ID",
+ "ru": "ID Банка",
+ "uk": "ID Банку"
+ },
+ "hint": {
+ "en": "Enter Bank ID",
+ "ru": "Введите ID Банка",
+ "uk": "Введіть ID Банку"
+ },
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "example": "050",
+ "position": 5
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "alliance_bank_myr",
+ "currency": "MYR",
+ "method": "alliance_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": false,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ },
+ {
+ "key": "customer_name",
+ "type": "string",
+ "label": {
+ "en": "Customer name",
+ "ru": "Имя покупателя",
+ "uk": "Ім'я клієнта"
+ },
+ "hint": {
+ "en": "Enter customer name",
+ "ru": "Введите имя покупателя",
+ "uk": "Введіть ім'я клієнта"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "example": "John Doe",
+ "position": 4
+ },
+ {
+ "key": "bank_id",
+ "type": "string",
+ "label": {
+ "en": "Bank ID",
+ "ru": "ID Банка",
+ "uk": "ID Банку"
+ },
+ "hint": {
+ "en": "Enter Bank ID",
+ "ru": "Введите ID Банка",
+ "uk": "Введіть ID Банку"
+ },
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "example": "050",
+ "position": 5
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "ambank_berhad_myr",
+ "currency": "MYR",
+ "method": "ambank_berhad",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": false,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ },
+ {
+ "key": "customer_name",
+ "type": "string",
+ "label": {
+ "en": "Customer name",
+ "ru": "Имя покупателя",
+ "uk": "Ім'я клієнта"
+ },
+ "hint": {
+ "en": "Enter customer name",
+ "ru": "Введите имя покупателя",
+ "uk": "Введіть ім'я клієнта"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "example": "John Doe",
+ "position": 4
+ },
+ {
+ "key": "bank_id",
+ "type": "string",
+ "label": {
+ "en": "Bank ID",
+ "ru": "ID Банка",
+ "uk": "ID Банку"
+ },
+ "hint": {
+ "en": "Enter Bank ID",
+ "ru": "Введите ID Банка",
+ "uk": "Введіть ID Банку"
+ },
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "example": "050",
+ "position": 5
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "bank_islam_malaysia_myr",
+ "currency": "MYR",
+ "method": "bank_islam_malaysia",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": false,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ },
+ {
+ "key": "customer_name",
+ "type": "string",
+ "label": {
+ "en": "Customer name",
+ "ru": "Имя покупателя",
+ "uk": "Ім'я клієнта"
+ },
+ "hint": {
+ "en": "Enter customer name",
+ "ru": "Введите имя покупателя",
+ "uk": "Введіть ім'я клієнта"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "example": "John Doe",
+ "position": 4
+ },
+ {
+ "key": "bank_id",
+ "type": "string",
+ "label": {
+ "en": "Bank ID",
+ "ru": "ID Банка",
+ "uk": "ID Банку"
+ },
+ "hint": {
+ "en": "Enter Bank ID",
+ "ru": "Введите ID Банка",
+ "uk": "Введіть ID Банку"
+ },
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "example": "050",
+ "position": 5
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "bank_rakyat_malaysia_berhad_myr",
+ "currency": "MYR",
+ "method": "bank_rakyat_malaysia_berhad",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": false,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ },
+ {
+ "key": "customer_name",
+ "type": "string",
+ "label": {
+ "en": "Customer name",
+ "ru": "Имя покупателя",
+ "uk": "Ім'я клієнта"
+ },
+ "hint": {
+ "en": "Enter customer name",
+ "ru": "Введите имя покупателя",
+ "uk": "Введіть ім'я клієнта"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "example": "John Doe",
+ "position": 4
+ },
+ {
+ "key": "bank_id",
+ "type": "string",
+ "label": {
+ "en": "Bank ID",
+ "ru": "ID Банка",
+ "uk": "ID Банку"
+ },
+ "hint": {
+ "en": "Enter Bank ID",
+ "ru": "Введите ID Банка",
+ "uk": "Введіть ID Банку"
+ },
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "example": "050",
+ "position": 5
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "bank_simpanan_nasional_berhad_myr",
+ "currency": "MYR",
+ "method": "bank_simpanan_nasional_berhad",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": false,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ },
+ {
+ "key": "customer_name",
+ "type": "string",
+ "label": {
+ "en": "Customer name",
+ "ru": "Имя покупателя",
+ "uk": "Ім'я клієнта"
+ },
+ "hint": {
+ "en": "Enter customer name",
+ "ru": "Введите имя покупателя",
+ "uk": "Введіть ім'я клієнта"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "example": "John Doe",
+ "position": 4
+ },
+ {
+ "key": "bank_id",
+ "type": "string",
+ "label": {
+ "en": "Bank ID",
+ "ru": "ID Банка",
+ "uk": "ID Банку"
+ },
+ "hint": {
+ "en": "Enter Bank ID",
+ "ru": "Введите ID Банка",
+ "uk": "Введіть ID Банку"
+ },
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "example": "050",
+ "position": 5
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "citi_bank_myr",
+ "currency": "MYR",
+ "method": "citi_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": false,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ },
+ {
+ "key": "customer_name",
+ "type": "string",
+ "label": {
+ "en": "Customer name",
+ "ru": "Имя покупателя",
+ "uk": "Ім'я клієнта"
+ },
+ "hint": {
+ "en": "Enter customer name",
+ "ru": "Введите имя покупателя",
+ "uk": "Введіть ім'я клієнта"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "example": "John Doe",
+ "position": 4
+ },
+ {
+ "key": "bank_id",
+ "type": "string",
+ "label": {
+ "en": "Bank ID",
+ "ru": "ID Банка",
+ "uk": "ID Банку"
+ },
+ "hint": {
+ "en": "Enter Bank ID",
+ "ru": "Введите ID Банка",
+ "uk": "Введіть ID Банку"
+ },
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "example": "050",
+ "position": 5
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "citi_bank_krw",
+ "currency": "KRW",
+ "method": "citi_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": false,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ },
+ {
+ "key": "account_name",
+ "type": "string",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Account Name",
+ "ru": "Account Name",
+ "uk": "Account Name"
+ },
+ "hint": {
+ "en": "Enter Account Name",
+ "ru": "Введите Account Name",
+ "uk": "Введіть Account Name"
+ },
+ "regexp": "\/^[A-Za-z0-9\\s]{2,100}$\/"
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "required": false,
+ "position": 7,
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "full_address",
+ "type": "string",
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "hint": {
+ "en": "Enter address",
+ "ru": "Введите адрес",
+ "uk": "Введіть адресу"
+ },
+ "regexp": "\/^[A-Za-z{*}, -d]{2,64}$\/",
+ "required": false,
+ "position": 8
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 133000000
+ },
+ {
+ "status": "active",
+ "code": "hsbc_bank_malaysia_berhad_myr",
+ "currency": "MYR",
+ "method": "hsbc_bank_malaysia_berhad",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": false,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ },
+ {
+ "key": "customer_name",
+ "type": "string",
+ "label": {
+ "en": "Customer name",
+ "ru": "Имя покупателя",
+ "uk": "Ім'я клієнта"
+ },
+ "hint": {
+ "en": "Enter customer name",
+ "ru": "Введите имя покупателя",
+ "uk": "Введіть ім'я клієнта"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "example": "John Doe",
+ "position": 4
+ },
+ {
+ "key": "bank_id",
+ "type": "string",
+ "label": {
+ "en": "Bank ID",
+ "ru": "ID Банка",
+ "uk": "ID Банку"
+ },
+ "hint": {
+ "en": "Enter Bank ID",
+ "ru": "Введите ID Банка",
+ "uk": "Введіть ID Банку"
+ },
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "example": "050",
+ "position": 5
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "maybank_berhad_myr",
+ "currency": "MYR",
+ "method": "maybank_berhad",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": false,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "ocbc_bank_myr",
+ "currency": "MYR",
+ "method": "ocbc_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": false,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ },
+ {
+ "key": "customer_name",
+ "type": "string",
+ "label": {
+ "en": "Customer name",
+ "ru": "Имя покупателя",
+ "uk": "Ім'я клієнта"
+ },
+ "hint": {
+ "en": "Enter customer name",
+ "ru": "Введите имя покупателя",
+ "uk": "Введіть ім'я клієнта"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "example": "John Doe",
+ "position": 4
+ },
+ {
+ "key": "bank_id",
+ "type": "string",
+ "label": {
+ "en": "Bank ID",
+ "ru": "ID Банка",
+ "uk": "ID Банку"
+ },
+ "hint": {
+ "en": "Enter Bank ID",
+ "ru": "Введите ID Банка",
+ "uk": "Введіть ID Банку"
+ },
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "example": "050",
+ "position": 5
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "public_bank_vietnam_myr",
+ "currency": "MYR",
+ "method": "public_bank_vietnam",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": false,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "public_bank_berhad_myr",
+ "currency": "MYR",
+ "method": "public_bank_berhad",
+ "fields": [
+ {
+ "key": "customer_name",
+ "type": "string",
+ "label": {
+ "en": "Customer name",
+ "ru": "Имя покупателя",
+ "uk": "Ім'я клієнта"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 1,
+ "example": "John Doe"
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "bank_id",
+ "type": "string",
+ "label": {
+ "en": "Bank ID",
+ "ru": "ID Банка",
+ "uk": "ID Банку"
+ },
+ "hint": {
+ "en": "Enter Bank ID",
+ "ru": "Введите ID Банка",
+ "uk": "Введіть ID Банку"
+ },
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "position": 3,
+ "example": "050"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "united_overseas_bank_berhad_myr",
+ "currency": "MYR",
+ "method": "united_overseas_bank_berhad",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": false,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "asia_commercial_bank_qr_vnd",
+ "currency": "VND",
+ "method": "asia_commercial_bank_qr",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": false,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "bidv_bank_qr_vnd",
+ "currency": "VND",
+ "method": "bidv_bank_qr",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": false,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "vietcom_bank_qr_vnd",
+ "currency": "VND",
+ "method": "vietcom_bank_qr",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": false,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "vietin_bank_qr_vnd",
+ "currency": "VND",
+ "method": "vietin_bank_qr",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": false,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "momo_qr_vnd",
+ "currency": "VND",
+ "method": "momo_qr",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": false,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "zalo_qr_vnd",
+ "currency": "VND",
+ "method": "zalo_qr",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": false,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "vietnam_prosperity_commerial_bank_qr_vnd",
+ "currency": "VND",
+ "method": "vietnam_prosperity_commerial_bank_qr",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": false,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "military_commercial_bank_qr_vnd",
+ "currency": "VND",
+ "method": "military_commercial_bank_qr",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": false,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "techcom_bank_qr_vnd",
+ "currency": "VND",
+ "method": "techcom_bank_qr",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": false,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "artha_graha_bank_idr",
+ "currency": "IDR",
+ "method": "artha_graha_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": false,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "bukopin_bank_idr",
+ "currency": "IDR",
+ "method": "bukopin_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": false,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "commonwealth_bank_idr",
+ "currency": "IDR",
+ "method": "commonwealth_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": false,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "mega_bank_idr",
+ "currency": "IDR",
+ "method": "mega_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": false,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "maspion_bank_idr",
+ "currency": "IDR",
+ "method": "maspion_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": false,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "metika_bank_idr",
+ "currency": "IDR",
+ "method": "mestika_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": false,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "mestika_bank_idr",
+ "currency": "IDR",
+ "method": "mestika_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": false,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "panin_bank_idr",
+ "currency": "IDR",
+ "method": "panin_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": false,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "sumut_bank_idr",
+ "currency": "IDR",
+ "method": "sumut_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": false,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "sinar_mas_bank_idr",
+ "currency": "IDR",
+ "method": "sinar_mas_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": false,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "btpn_bank_idr",
+ "currency": "IDR",
+ "method": "btpn_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": false,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "cimb_bank_idr",
+ "currency": "IDR",
+ "method": "cimb_niaga",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": false,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "cimb_niaga_idr",
+ "currency": "IDR",
+ "method": "cimb_niaga",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": false,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "hsbc_bank_indonesia_idr",
+ "currency": "IDR",
+ "method": "hsbc_bank_indonesia",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": false,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "maybank_berhad_idr",
+ "currency": "IDR",
+ "method": "maybank_berhad",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": false,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "ocbc_bank_indonesia_idr",
+ "currency": "IDR",
+ "method": "ocbc_bank_indonesia",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": false,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "united_overseas_bank_indonesia_idr",
+ "currency": "IDR",
+ "method": "united_overseas_bank_indonesia",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": false,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ },
+ {
+ "key": "customer_name",
+ "type": "string",
+ "label": {
+ "en": "Customer name",
+ "ru": "Имя покупателя",
+ "uk": "Ім'я клієнта"
+ },
+ "hint": {
+ "en": "Enter customer name",
+ "ru": "Введите имя покупателя",
+ "uk": "Введіть ім'я клієнта"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "example": "John Doe",
+ "position": 4
+ },
+ {
+ "key": "bank_id",
+ "type": "string",
+ "label": {
+ "en": "Bank ID",
+ "ru": "ID Банка",
+ "uk": "ID Банку"
+ },
+ "hint": {
+ "en": "Enter Bank ID",
+ "ru": "Введите ID Банка",
+ "uk": "Введіть ID Банку"
+ },
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "example": "050",
+ "position": 5
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "united_overseas_bank_vnd",
+ "currency": "VND",
+ "method": "united_overseas_bank",
+ "fields": [
+ {
+ "key": "customer_name",
+ "type": "string",
+ "label": {
+ "en": "Customer name",
+ "ru": "Имя покупателя",
+ "uk": "Ім'я клієнта"
+ },
+ "hint": {
+ "en": "Enter customer name",
+ "ru": "Введите имя покупателя",
+ "uk": "Введіть ім'я клієнта"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "example": "John Doe",
+ "position": 1
+ },
+ {
+ "key": "bank_id",
+ "type": "string",
+ "label": {
+ "en": "Bank ID",
+ "ru": "ID Банка",
+ "uk": "ID Банку"
+ },
+ "hint": {
+ "en": "Enter Bank ID",
+ "ru": "Введите ID Банка",
+ "uk": "Введіть ID Банку"
+ },
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "example": "050",
+ "position": 2
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": false,
+ "position": 3
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_try",
+ "method": "bank_transfer",
+ "currency": "TRY",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "example": "1234567",
+ "regexp": "\/^.{1,100}$\/",
+ "required": true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_full_name",
+ "type": "string",
+ "label": {
+ "en": "Recipient full name",
+ "ru": "Полное имя получателя",
+ "uk": "Повне iм'я одержувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary full name",
+ "ru": "Введите полное имя получателя",
+ "uk": "Введіть повне імʼя одержувача"
+ },
+ "regexp": "\/^[\\s\\p{L}]{2,100}$\/u",
+ "required": true,
+ "position": 2
+ },
+ {
+ "key": "account_name",
+ "type": "string",
+ "label": {
+ "en": "Account name",
+ "ru": "Название счета",
+ "uk": "Назва рахунку"
+ },
+ "hint": {
+ "en": "Enter account name",
+ "ru": "Введите название счета",
+ "uk": "Введіть назву рахунку"
+ },
+ "example": "example",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "position": 3
+ },
+ {
+ "key": "document_id",
+ "regexp": "\/^.{1,50}$\/",
+ "type": "string",
+ "label": {
+ "en": "Document ID",
+ "ru": "Номер документа",
+ "uk": "Номер документу"
+ },
+ "hint": {
+ "en": "Enter Document ID",
+ "ru": "Введите номер документа",
+ "uk": "Введіть номер документу"
+ },
+ "example": "123949203412831345",
+ "position": 4,
+ "required": false
+ },
+ {
+ "key": "phone_number",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "09376947780",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 5
+ },
+ {
+ "key": "beneficiary_account_number",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary Account number",
+ "ru": "Номер аккаунта получателя",
+ "uk": "Номер аккаунту отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Account number",
+ "ru": "Введите номер аккаунта получателя",
+ "uk": "Введіть номер аккаунту отримувача"
+ },
+ "regexp": "\/^\\w{1,30}$\/",
+ "required": false,
+ "position": 6,
+ "example": "TR100000000393"
+ },
+ {
+ "key": "bank_branch_code",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch Code",
+ "ru": "Bank Branch Code",
+ "uk": "Bank Branch Code"
+ },
+ "hint": {
+ "en": "Enter Bank Branch Code",
+ "ru": "Введите Bank Branch Code",
+ "uk": "Введіть Bank Branch Code"
+ },
+ "regexp": "\/^[0-9]{2,100}$\/",
+ "required": false,
+ "position": 7,
+ "example": "626"
+ },
+ {
+ "key": "ifsc",
+ "type": "string",
+ "label": {
+ "en": "IFSC",
+ "ru": "IFSC",
+ "uk": "IFSC"
+ },
+ "hint": {
+ "en": "Enter IFSC",
+ "ru": "Введите IFSC",
+ "uk": "Введіть IFSC"
+ },
+ "regexp": "\/^[A-Za-z0-9]{11}$\/",
+ "required": false,
+ "position": 8
+ },
+ {
+ "key": "bank_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Name",
+ "ru": "Название банка",
+ "uk": "Назву банку"
+ },
+ "hint": {
+ "en": "Enter bank name",
+ "ru": "Введите название банка",
+ "uk": "Введіть назву банку"
+ },
+ "regexp": "\/^[\\s\\p{L}\\p{N}\\p{P}]{2,100}$\/u",
+ "required": false,
+ "position": 9
+ },
+ {
+ "key": "beneficiary_country",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ },
+ "regexp": "\/^[A-Z]{2}$\/",
+ "required": false,
+ "position": 10,
+ "example": "UA"
+ },
+ {
+ "key": "beneficiary_city",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary city",
+ "ru": "Beneficiary city",
+ "uk": "Beneficiary city"
+ },
+ "hint": {
+ "en": "Enter beneficiary city",
+ "ru": "Введите beneficiary city",
+ "uk": "Введіть beneficiary city"
+ },
+ "regexp": "\/^[A-Za-z,\\s\\-\\d]{2,64}$\/",
+ "required": false,
+ "position": 11,
+ "example": "Kyiv"
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary address",
+ "ru": "Beneficiary address",
+ "uk": "Beneficiary address"
+ },
+ "hint": {
+ "en": "Enter beneficiary address",
+ "ru": "Введите адрес получателя",
+ "uk": "Введіть адресу отримувача"
+ },
+ "regexp": "\/^[A-Za-z{*}, -d]{2,64}$\/",
+ "required": false,
+ "position": 12,
+ "example": "Dzerzhinskogo str., bld. 30"
+ },
+ {
+ "key": "beneficiary_postcode",
+ "type": "string",
+ "regexp": "\/^[\\w\\-\\s]{1,64}$\/",
+ "required": false,
+ "position": 13,
+ "label": {
+ "en": "Beneficiary postcode",
+ "ru": "Beneficiary postcode",
+ "uk": "Beneficiary postcode"
+ },
+ "hint": {
+ "en": "Enter beneficiary postcode",
+ "ru": "Введите beneficiary postcode",
+ "uk": "Введіть beneficiary postcode"
+ }
+ },
+ {
+ "key": "beneficiary_date_of_birth",
+ "type": "string",
+ "regexp": "\/^\\d{4}-\\d{2}-\\d{2}$\/",
+ "required": false,
+ "position": 14,
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "example": "1999-02-02"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1800000
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_czk",
+ "method": "bank_transfer",
+ "currency": "CZK",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "account_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9]{1,10}$\/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Account type",
+ "ru": "Тип аккаунта",
+ "uk": "Тип акаунту"
+ },
+ "hint": {
+ "en": "Enter account type",
+ "ru": "Введите тип аккаунта",
+ "uk": "Введіть тип акаунту"
+ }
+ },
+ {
+ "key": "account_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9\\s]{2,100}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Account Name",
+ "ru": "Account Name",
+ "uk": "Account Name"
+ },
+ "hint": {
+ "en": "Enter Account Name",
+ "ru": "Введите Account Name",
+ "uk": "Введіть Account Name"
+ }
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "regexp": "\/^[A-za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ }
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ }
+ },
+ {
+ "key": "bank_name",
+ "type": "string",
+ "regexp": "\/^[A-Z\\-\\sa-z0-9_]{2,100}$\/",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Bank Name",
+ "ru": "Имя банка",
+ "uk": "Ім'я банку"
+ },
+ "hint": {
+ "en": "Enter bank name",
+ "ru": "Введите имя банка",
+ "uk": "Введіть ім'я банку"
+ }
+ },
+ {
+ "key": "bank_address",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z0-9 \\\/_.,'-]{1,200}$\/",
+ "required": false,
+ "position": 7,
+ "label": {
+ "en": "Bank Address",
+ "ru": "Адрес банка",
+ "uk": "Адреса банку"
+ },
+ "hint": {
+ "en": "Enter bank address",
+ "ru": "Введите адрес банка",
+ "uk": "Введіть адресу банку"
+ }
+ },
+ {
+ "key": "beneficiary_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\s]{2,100}$\/",
+ "required": false,
+ "position": 8,
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_lastname",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\s]{2,100}$\/",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_document_id",
+ "type": "string",
+ "regexp": "\/^[A-Z0-9]{3,20}$\/",
+ "required": false,
+ "position": 10,
+ "label": {
+ "en": "Beneficiary Document ID",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document ID",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_document_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z]{3,20}$\/",
+ "required": false,
+ "position": 11,
+ "label": {
+ "en": "Beneficiary Document Type",
+ "ru": "Тип документа получателя",
+ "uk": "Тип документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document Type",
+ "ru": "Введите тип документа получателя",
+ "uk": "Введіть тип документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_country_code_iso",
+ "type": "string",
+ "regexp": "\/^.{2,6}$\/",
+ "required": false,
+ "position": 12,
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_city",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
+ "required": false,
+ "position": 13,
+ "label": {
+ "en": "Beneficiary city",
+ "ru": "Beneficiary city",
+ "uk": "Beneficiary city"
+ },
+ "hint": {
+ "en": "Enter beneficiary city",
+ "ru": "Введите beneficiary city",
+ "uk": "Введіть beneficiary city"
+ }
+ },
+ {
+ "key": "beneficiary_postcode",
+ "type": "string",
+ "regexp": "\/^[\\w\\-\\s]{1,64}$\/",
+ "required": false,
+ "position": 14,
+ "label": {
+ "en": "Beneficiary postcode",
+ "ru": "Beneficiary postcode",
+ "uk": "Beneficiary postcode"
+ },
+ "hint": {
+ "en": "Enter beneficiary postcode",
+ "ru": "Введите beneficiary postcode",
+ "uk": "Введіть beneficiary postcode"
+ }
+ },
+ {
+ "key": "beneficiary_state",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
+ "required": false,
+ "position": 15,
+ "label": {
+ "en": "Beneficiary state",
+ "ru": "Beneficiary state",
+ "uk": "Beneficiary state"
+ },
+ "hint": {
+ "en": "Enter beneficiary state",
+ "ru": "Введите beneficiary state",
+ "uk": "Введіть beneficiary state"
+ }
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
+ "required": false,
+ "position": 16,
+ "label": {
+ "en": "Beneficiary address",
+ "ru": "Beneficiary address",
+ "uk": "Beneficiary address"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_full_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "position": 17,
+ "label": {
+ "en": "Beneficiary full name",
+ "ru": "Полное имя получателя",
+ "uk": "Повне імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary full name",
+ "ru": "Введите полное имя получателя",
+ "uk": "Введіть повне імʼя отримувача"
+ }
+ },
+ {
+ "key": "sender_full_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "position": 18,
+ "label": {
+ "en": "Sender full name",
+ "ru": "Полное имя отправителя",
+ "uk": "Повне імʼя відправкника"
+ },
+ "hint": {
+ "en": "Enter Sender full name",
+ "ru": "Введите полное имя отправителя",
+ "uk": "Введіть повне імʼя відправкника"
+ }
+ },
+ {
+ "key": "beneficiary_itn",
+ "type": "string",
+ "regexp": "\/^\\d{10}$\/",
+ "required": false,
+ "position": 19,
+ "label": {
+ "en": "Beneficiary ITN",
+ "ru": "ИНН получателя",
+ "uk": "ІПН отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary Individual Tax Number",
+ "ru": "Введите ИНН получателя",
+ "uk": "Введіть ІПН отримувача"
+ }
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "22000000.00"
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_huf",
+ "method": "bank_transfer",
+ "currency": "HUF",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "account_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9]{1,10}$\/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Account type",
+ "ru": "Тип аккаунта",
+ "uk": "Тип акаунту"
+ },
+ "hint": {
+ "en": "Enter account type",
+ "ru": "Введите тип аккаунта",
+ "uk": "Введіть тип акаунту"
+ }
+ },
+ {
+ "key": "account_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9\\s]{2,100}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Account Name",
+ "ru": "Account Name",
+ "uk": "Account Name"
+ },
+ "hint": {
+ "en": "Enter Account Name",
+ "ru": "Введите Account Name",
+ "uk": "Введіть Account Name"
+ }
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "regexp": "\/^[A-za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ }
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ }
+ },
+ {
+ "key": "bank_name",
+ "type": "string",
+ "regexp": "\/^[A-Z\\-\\sa-z0-9_]{2,100}$\/",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Bank Name",
+ "ru": "Имя банка",
+ "uk": "Ім'я банку"
+ },
+ "hint": {
+ "en": "Enter bank name",
+ "ru": "Введите имя банка",
+ "uk": "Введіть ім'я банку"
+ }
+ },
+ {
+ "key": "bank_address",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z0-9 \\\/_.,'-]{1,200}$\/",
+ "required": false,
+ "position": 7,
+ "label": {
+ "en": "Bank Address",
+ "ru": "Адрес банка",
+ "uk": "Адреса банку"
+ },
+ "hint": {
+ "en": "Enter bank address",
+ "ru": "Введите адрес банка",
+ "uk": "Введіть адресу банку"
+ }
+ },
+ {
+ "key": "beneficiary_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\s]{2,100}$\/",
+ "required": false,
+ "position": 8,
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_lastname",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\s]{2,100}$\/",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_document_id",
+ "type": "string",
+ "regexp": "\/^[A-Z0-9]{3,20}$\/",
+ "required": false,
+ "position": 10,
+ "label": {
+ "en": "Beneficiary Document ID",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document ID",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_document_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z]{3,20}$\/",
+ "required": false,
+ "position": 11,
+ "label": {
+ "en": "Beneficiary Document Type",
+ "ru": "Тип документа получателя",
+ "uk": "Тип документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document Type",
+ "ru": "Введите тип документа получателя",
+ "uk": "Введіть тип документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_country_code_iso",
+ "type": "string",
+ "regexp": "\/^.{2,6}$\/",
+ "required": false,
+ "position": 12,
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_city",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
+ "required": false,
+ "position": 13,
+ "label": {
+ "en": "Beneficiary city",
+ "ru": "Beneficiary city",
+ "uk": "Beneficiary city"
+ },
+ "hint": {
+ "en": "Enter beneficiary city",
+ "ru": "Введите beneficiary city",
+ "uk": "Введіть beneficiary city"
+ }
+ },
+ {
+ "key": "beneficiary_postcode",
+ "type": "string",
+ "regexp": "\/^[\\w\\-\\s]{1,64}$\/",
+ "required": false,
+ "position": 14,
+ "label": {
+ "en": "Beneficiary postcode",
+ "ru": "Beneficiary postcode",
+ "uk": "Beneficiary postcode"
+ },
+ "hint": {
+ "en": "Enter beneficiary postcode",
+ "ru": "Введите beneficiary postcode",
+ "uk": "Введіть beneficiary postcode"
+ }
+ },
+ {
+ "key": "beneficiary_state",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
+ "required": false,
+ "position": 15,
+ "label": {
+ "en": "Beneficiary state",
+ "ru": "Beneficiary state",
+ "uk": "Beneficiary state"
+ },
+ "hint": {
+ "en": "Enter beneficiary state",
+ "ru": "Введите beneficiary state",
+ "uk": "Введіть beneficiary state"
+ }
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
+ "required": false,
+ "position": 16,
+ "label": {
+ "en": "Beneficiary address",
+ "ru": "Beneficiary address",
+ "uk": "Beneficiary address"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_full_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "position": 17,
+ "label": {
+ "en": "Beneficiary full name",
+ "ru": "Полное имя получателя",
+ "uk": "Повне імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary full name",
+ "ru": "Введите полное имя получателя",
+ "uk": "Введіть повне імʼя отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_date_of_birth",
+ "type": "string",
+ "regexp": "\/^\\d{4}-\\d{2}-\\d{2}$\/",
+ "required": false,
+ "position": 18,
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "example": "1999-02-02"
+ },
+ {
+ "key": "sender_full_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "position": 19,
+ "label": {
+ "en": "Sender full name",
+ "ru": "Полное имя отправителя",
+ "uk": "Повне імʼя відправкника"
+ },
+ "hint": {
+ "en": "Enter Sender full name",
+ "ru": "Введите полное имя отправителя",
+ "uk": "Введіть повне імʼя відправкника"
+ }
+ },
+ {
+ "key": "beneficiary_itn",
+ "type": "string",
+ "regexp": "\/^\\d{10}$\/",
+ "required": false,
+ "position": 20,
+ "label": {
+ "en": "Beneficiary ITN",
+ "ru": "ИНН получателя",
+ "uk": "ІПН отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary Individual Tax Number",
+ "ru": "Введите ИНН получателя",
+ "uk": "Введіть ІПН отримувача"
+ }
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "350000000.00"
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_chf",
+ "method": "bank_transfer",
+ "currency": "CHF",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "account_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9]{1,10}$\/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Account type",
+ "ru": "Тип аккаунта",
+ "uk": "Тип акаунту"
+ },
+ "hint": {
+ "en": "Enter account type",
+ "ru": "Введите тип аккаунта",
+ "uk": "Введіть тип акаунту"
+ }
+ },
+ {
+ "key": "account_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9\\s]{2,100}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Account Name",
+ "ru": "Account Name",
+ "uk": "Account Name"
+ },
+ "hint": {
+ "en": "Enter Account Name",
+ "ru": "Введите Account Name",
+ "uk": "Введіть Account Name"
+ }
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "regexp": "\/^[A-za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ }
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ }
+ },
+ {
+ "key": "bank_name",
+ "type": "string",
+ "regexp": "\/^[A-Z\\-\\sa-z0-9_]{2,100}$\/",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Bank Name",
+ "ru": "Имя банка",
+ "uk": "Ім'я банку"
+ },
+ "hint": {
+ "en": "Enter bank name",
+ "ru": "Введите имя банка",
+ "uk": "Введіть ім'я банку"
+ }
+ },
+ {
+ "key": "bank_address",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z0-9 \\\/_.,'-]{1,200}$\/",
+ "required": false,
+ "position": 7,
+ "label": {
+ "en": "Bank Address",
+ "ru": "Адрес банка",
+ "uk": "Адреса банку"
+ },
+ "hint": {
+ "en": "Enter bank address",
+ "ru": "Введите адрес банка",
+ "uk": "Введіть адресу банку"
+ }
+ },
+ {
+ "key": "beneficiary_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\s]{2,100}$\/",
+ "required": false,
+ "position": 8,
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_lastname",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\s]{2,100}$\/",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_document_id",
+ "type": "string",
+ "regexp": "\/^[A-Z0-9]{3,20}$\/",
+ "required": false,
+ "position": 10,
+ "label": {
+ "en": "Beneficiary Document ID",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document ID",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_document_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z]{3,20}$\/",
+ "required": false,
+ "position": 11,
+ "label": {
+ "en": "Beneficiary Document Type",
+ "ru": "Тип документа получателя",
+ "uk": "Тип документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document Type",
+ "ru": "Введите тип документа получателя",
+ "uk": "Введіть тип документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_country_code_iso",
+ "type": "string",
+ "regexp": "\/^.{2,6}$\/",
+ "required": false,
+ "position": 12,
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_city",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
+ "required": false,
+ "position": 13,
+ "label": {
+ "en": "Beneficiary city",
+ "ru": "Beneficiary city",
+ "uk": "Beneficiary city"
+ },
+ "hint": {
+ "en": "Enter beneficiary city",
+ "ru": "Введите beneficiary city",
+ "uk": "Введіть beneficiary city"
+ }
+ },
+ {
+ "key": "beneficiary_postcode",
+ "type": "string",
+ "regexp": "\/^[\\w\\-\\s]{1,64}$\/",
+ "required": false,
+ "position": 14,
+ "label": {
+ "en": "Beneficiary postcode",
+ "ru": "Beneficiary postcode",
+ "uk": "Beneficiary postcode"
+ },
+ "hint": {
+ "en": "Enter beneficiary postcode",
+ "ru": "Введите beneficiary postcode",
+ "uk": "Введіть beneficiary postcode"
+ }
+ },
+ {
+ "key": "beneficiary_state",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
+ "required": false,
+ "position": 15,
+ "label": {
+ "en": "Beneficiary state",
+ "ru": "Beneficiary state",
+ "uk": "Beneficiary state"
+ },
+ "hint": {
+ "en": "Enter beneficiary state",
+ "ru": "Введите beneficiary state",
+ "uk": "Введіть beneficiary state"
+ }
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
+ "required": false,
+ "position": 16,
+ "label": {
+ "en": "Beneficiary address",
+ "ru": "Beneficiary address",
+ "uk": "Beneficiary address"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_full_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "position": 17,
+ "label": {
+ "en": "Beneficiary full name",
+ "ru": "Полное имя получателя",
+ "uk": "Повне імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary full name",
+ "ru": "Введите полное имя получателя",
+ "uk": "Введіть повне імʼя отримувача"
+ }
+ },
+ {
+ "key": "sender_full_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "position": 18,
+ "label": {
+ "en": "Sender full name",
+ "ru": "Полное имя отправителя",
+ "uk": "Повне імʼя відправкника"
+ },
+ "hint": {
+ "en": "Enter Sender full name",
+ "ru": "Введите полное имя отправителя",
+ "uk": "Введіть повне імʼя відправкника"
+ }
+ },
+ {
+ "key": "beneficiary_itn",
+ "type": "string",
+ "regexp": "\/^\\d{10}$\/",
+ "required": false,
+ "position": 19,
+ "label": {
+ "en": "Beneficiary ITN",
+ "ru": "ИНН получателя",
+ "uk": "ІПН отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary Individual Tax Number",
+ "ru": "Введите ИНН получателя",
+ "uk": "Введіть ІПН отримувача"
+ }
+ },
+ {
+ "key": "payment_purpose",
+ "type": "string",
+ "label": {
+ "en": "Purpose of payment",
+ "ru": "Назначение платежа",
+ "uk": "Призначення платежу"
+ },
+ "regexp": "\/^[\\s\\p{L}\\p{N}\\p{P}]{2,100}$\/u",
+ "required": false,
+ "position": 20,
+ "hint": {
+ "en": "Enter purpose of payment",
+ "ru": "Введите назначение платежа",
+ "uk": "Введіть призначення рахунку"
+ },
+ "example": "Payment of utility services"
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "910000.00"
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_bgn",
+ "method": "bank_transfer",
+ "currency": "BGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "account_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9]{1,10}$\/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Account type",
+ "ru": "Тип аккаунта",
+ "uk": "Тип акаунту"
+ },
+ "hint": {
+ "en": "Enter account type",
+ "ru": "Введите тип аккаунта",
+ "uk": "Введіть тип акаунту"
+ }
+ },
+ {
+ "key": "account_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9\\s]{2,100}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Account Name",
+ "ru": "Account Name",
+ "uk": "Account Name"
+ },
+ "hint": {
+ "en": "Enter Account Name",
+ "ru": "Введите Account Name",
+ "uk": "Введіть Account Name"
+ }
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "regexp": "\/^[A-za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ }
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ }
+ },
+ {
+ "key": "bank_name",
+ "type": "string",
+ "regexp": "\/^[A-Z\\-\\sa-z0-9_]{2,100}$\/",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Bank Name",
+ "ru": "Имя банка",
+ "uk": "Ім'я банку"
+ },
+ "hint": {
+ "en": "Enter bank name",
+ "ru": "Введите имя банка",
+ "uk": "Введіть ім'я банку"
+ }
+ },
+ {
+ "key": "bank_address",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z0-9 \\\/_.,'-]{1,200}$\/",
+ "required": false,
+ "position": 7,
+ "label": {
+ "en": "Bank Address",
+ "ru": "Адрес банка",
+ "uk": "Адреса банку"
+ },
+ "hint": {
+ "en": "Enter bank address",
+ "ru": "Введите адрес банка",
+ "uk": "Введіть адресу банку"
+ }
+ },
+ {
+ "key": "beneficiary_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\s]{2,100}$\/",
+ "required": false,
+ "position": 8,
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_lastname",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\s]{2,100}$\/",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_document_id",
+ "type": "string",
+ "regexp": "\/^[A-Z0-9]{3,20}$\/",
+ "required": false,
+ "position": 10,
+ "label": {
+ "en": "Beneficiary Document ID",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document ID",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_document_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z]{3,20}$\/",
+ "required": false,
+ "position": 11,
+ "label": {
+ "en": "Beneficiary Document Type",
+ "ru": "Тип документа получателя",
+ "uk": "Тип документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document Type",
+ "ru": "Введите тип документа получателя",
+ "uk": "Введіть тип документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_country_code_iso",
+ "type": "string",
+ "regexp": "\/^.{2,6}$\/",
+ "required": false,
+ "position": 12,
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_city",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
+ "required": false,
+ "position": 13,
+ "label": {
+ "en": "Beneficiary city",
+ "ru": "Beneficiary city",
+ "uk": "Beneficiary city"
+ },
+ "hint": {
+ "en": "Enter beneficiary city",
+ "ru": "Введите beneficiary city",
+ "uk": "Введіть beneficiary city"
+ }
+ },
+ {
+ "key": "beneficiary_postcode",
+ "type": "string",
+ "regexp": "\/^[\\w\\-\\s]{1,64}$\/",
+ "required": false,
+ "position": 14,
+ "label": {
+ "en": "Beneficiary postcode",
+ "ru": "Beneficiary postcode",
+ "uk": "Beneficiary postcode"
+ },
+ "hint": {
+ "en": "Enter beneficiary postcode",
+ "ru": "Введите beneficiary postcode",
+ "uk": "Введіть beneficiary postcode"
+ }
+ },
+ {
+ "key": "beneficiary_state",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
+ "required": false,
+ "position": 15,
+ "label": {
+ "en": "Beneficiary state",
+ "ru": "Beneficiary state",
+ "uk": "Beneficiary state"
+ },
+ "hint": {
+ "en": "Enter beneficiary state",
+ "ru": "Введите beneficiary state",
+ "uk": "Введіть beneficiary state"
+ }
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
+ "required": false,
+ "position": 16,
+ "label": {
+ "en": "Beneficiary address",
+ "ru": "Beneficiary address",
+ "uk": "Beneficiary address"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_full_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "position": 17,
+ "label": {
+ "en": "Beneficiary full name",
+ "ru": "Полное имя получателя",
+ "uk": "Повне імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary full name",
+ "ru": "Введите полное имя получателя",
+ "uk": "Введіть повне імʼя отримувача"
+ }
+ },
+ {
+ "key": "sender_full_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "position": 18,
+ "label": {
+ "en": "Sender full name",
+ "ru": "Полное имя отправителя",
+ "uk": "Повне імʼя відправкника"
+ },
+ "hint": {
+ "en": "Enter Sender full name",
+ "ru": "Введите полное имя отправителя",
+ "uk": "Введіть повне імʼя відправкника"
+ }
+ },
+ {
+ "key": "beneficiary_itn",
+ "type": "string",
+ "regexp": "\/^\\d{10}$\/",
+ "required": false,
+ "position": 19,
+ "label": {
+ "en": "Beneficiary ITN",
+ "ru": "ИНН получателя",
+ "uk": "ІПН отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary Individual Tax Number",
+ "ru": "Введите ИНН получателя",
+ "uk": "Введіть ІПН отримувача"
+ }
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "1900000.00"
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_nok",
+ "method": "bank_transfer",
+ "currency": "NOK",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "account_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9]{1,10}$\/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Account type",
+ "ru": "Тип аккаунта",
+ "uk": "Тип акаунту"
+ },
+ "hint": {
+ "en": "Enter account type",
+ "ru": "Введите тип аккаунта",
+ "uk": "Введіть тип акаунту"
+ }
+ },
+ {
+ "key": "account_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9\\s]{2,100}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Account Name",
+ "ru": "Account Name",
+ "uk": "Account Name"
+ },
+ "hint": {
+ "en": "Enter Account Name",
+ "ru": "Введите Account Name",
+ "uk": "Введіть Account Name"
+ }
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "regexp": "\/^[A-za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ }
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ }
+ },
+ {
+ "key": "bank_name",
+ "type": "string",
+ "regexp": "\/^[A-Z\\-\\sa-z0-9_]{2,100}$\/",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Bank Name",
+ "ru": "Имя банка",
+ "uk": "Ім'я банку"
+ },
+ "hint": {
+ "en": "Enter bank name",
+ "ru": "Введите имя банка",
+ "uk": "Введіть ім'я банку"
+ }
+ },
+ {
+ "key": "bank_address",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z0-9 \\\/_.,'-]{1,200}$\/",
+ "required": false,
+ "position": 7,
+ "label": {
+ "en": "Bank Address",
+ "ru": "Адрес банка",
+ "uk": "Адреса банку"
+ },
+ "hint": {
+ "en": "Enter bank address",
+ "ru": "Введите адрес банка",
+ "uk": "Введіть адресу банку"
+ }
+ },
+ {
+ "key": "beneficiary_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\s]{2,100}$\/",
+ "required": false,
+ "position": 8,
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_lastname",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\s]{2,100}$\/",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_document_id",
+ "type": "string",
+ "regexp": "\/^[A-Z0-9]{3,20}$\/",
+ "required": false,
+ "position": 10,
+ "label": {
+ "en": "Beneficiary Document ID",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document ID",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_document_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z]{3,20}$\/",
+ "required": false,
+ "position": 11,
+ "label": {
+ "en": "Beneficiary Document Type",
+ "ru": "Тип документа получателя",
+ "uk": "Тип документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document Type",
+ "ru": "Введите тип документа получателя",
+ "uk": "Введіть тип документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_country_code_iso",
+ "type": "string",
+ "regexp": "\/^.{2,6}$\/",
+ "required": false,
+ "position": 12,
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_city",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
+ "required": false,
+ "position": 13,
+ "label": {
+ "en": "Beneficiary city",
+ "ru": "Beneficiary city",
+ "uk": "Beneficiary city"
+ },
+ "hint": {
+ "en": "Enter beneficiary city",
+ "ru": "Введите beneficiary city",
+ "uk": "Введіть beneficiary city"
+ }
+ },
+ {
+ "key": "beneficiary_postcode",
+ "type": "string",
+ "regexp": "\/^[\\w\\-\\s]{1,64}$\/",
+ "required": false,
+ "position": 14,
+ "label": {
+ "en": "Beneficiary postcode",
+ "ru": "Beneficiary postcode",
+ "uk": "Beneficiary postcode"
+ },
+ "hint": {
+ "en": "Enter beneficiary postcode",
+ "ru": "Введите beneficiary postcode",
+ "uk": "Введіть beneficiary postcode"
+ }
+ },
+ {
+ "key": "beneficiary_state",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
+ "required": false,
+ "position": 15,
+ "label": {
+ "en": "Beneficiary state",
+ "ru": "Beneficiary state",
+ "uk": "Beneficiary state"
+ },
+ "hint": {
+ "en": "Enter beneficiary state",
+ "ru": "Введите beneficiary state",
+ "uk": "Введіть beneficiary state"
+ }
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
+ "required": false,
+ "position": 16,
+ "label": {
+ "en": "Beneficiary address",
+ "ru": "Beneficiary address",
+ "uk": "Beneficiary address"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_full_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "position": 17,
+ "label": {
+ "en": "Beneficiary full name",
+ "ru": "Полное имя получателя",
+ "uk": "Повне імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary full name",
+ "ru": "Введите полное имя получателя",
+ "uk": "Введіть повне імʼя отримувача"
+ }
+ },
+ {
+ "key": "sender_full_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "position": 18,
+ "label": {
+ "en": "Sender full name",
+ "ru": "Полное имя отправителя",
+ "uk": "Повне імʼя відправкника"
+ },
+ "hint": {
+ "en": "Enter Sender full name",
+ "ru": "Введите полное имя отправителя",
+ "uk": "Введіть повне імʼя відправкника"
+ }
+ },
+ {
+ "key": "beneficiary_itn",
+ "type": "string",
+ "regexp": "\/^\\d{10}$\/",
+ "required": false,
+ "position": 19,
+ "label": {
+ "en": "Beneficiary ITN",
+ "ru": "ИНН получателя",
+ "uk": "ІПН отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary Individual Tax Number",
+ "ru": "Введите ИНН получателя",
+ "uk": "Введіть ІПН отримувача"
+ }
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "11000000.00"
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_ron",
+ "method": "bank_transfer",
+ "currency": "RON",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "account_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9]{1,10}$\/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Account type",
+ "ru": "Тип аккаунта",
+ "uk": "Тип акаунту"
+ },
+ "hint": {
+ "en": "Enter account type",
+ "ru": "Введите тип аккаунта",
+ "uk": "Введіть тип акаунту"
+ }
+ },
+ {
+ "key": "account_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9\\s]{2,100}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Account Name",
+ "ru": "Account Name",
+ "uk": "Account Name"
+ },
+ "hint": {
+ "en": "Enter Account Name",
+ "ru": "Введите Account Name",
+ "uk": "Введіть Account Name"
+ }
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "regexp": "\/^[A-za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ }
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ }
+ },
+ {
+ "key": "bank_name",
+ "type": "string",
+ "regexp": "\/^[A-Z\\-\\sa-z0-9_]{2,100}$\/",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Bank Name",
+ "ru": "Имя банка",
+ "uk": "Ім'я банку"
+ },
+ "hint": {
+ "en": "Enter bank name",
+ "ru": "Введите имя банка",
+ "uk": "Введіть ім'я банку"
+ }
+ },
+ {
+ "key": "bank_address",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z0-9 \\\/_.,'-]{1,200}$\/",
+ "required": false,
+ "position": 7,
+ "label": {
+ "en": "Bank Address",
+ "ru": "Адрес банка",
+ "uk": "Адреса банку"
+ },
+ "hint": {
+ "en": "Enter bank address",
+ "ru": "Введите адрес банка",
+ "uk": "Введіть адресу банку"
+ }
+ },
+ {
+ "key": "beneficiary_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\s]{2,100}$\/",
+ "required": false,
+ "position": 8,
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_lastname",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\s]{2,100}$\/",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_document_id",
+ "type": "string",
+ "regexp": "\/^[A-Z0-9]{3,20}$\/",
+ "required": false,
+ "position": 10,
+ "label": {
+ "en": "Beneficiary Document ID",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document ID",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_document_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z]{3,20}$\/",
+ "required": false,
+ "position": 11,
+ "label": {
+ "en": "Beneficiary Document Type",
+ "ru": "Тип документа получателя",
+ "uk": "Тип документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document Type",
+ "ru": "Введите тип документа получателя",
+ "uk": "Введіть тип документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_country_code_iso",
+ "type": "string",
+ "regexp": "\/^.{2,6}$\/",
+ "required": false,
+ "position": 12,
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_city",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
+ "required": false,
+ "position": 13,
+ "label": {
+ "en": "Beneficiary city",
+ "ru": "Beneficiary city",
+ "uk": "Beneficiary city"
+ },
+ "hint": {
+ "en": "Enter beneficiary city",
+ "ru": "Введите beneficiary city",
+ "uk": "Введіть beneficiary city"
+ }
+ },
+ {
+ "key": "beneficiary_postcode",
+ "type": "string",
+ "regexp": "\/^[\\w\\-\\s]{1,64}$\/",
+ "required": false,
+ "position": 14,
+ "label": {
+ "en": "Beneficiary postcode",
+ "ru": "Beneficiary postcode",
+ "uk": "Beneficiary postcode"
+ },
+ "hint": {
+ "en": "Enter beneficiary postcode",
+ "ru": "Введите beneficiary postcode",
+ "uk": "Введіть beneficiary postcode"
+ }
+ },
+ {
+ "key": "beneficiary_state",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
+ "required": false,
+ "position": 15,
+ "label": {
+ "en": "Beneficiary state",
+ "ru": "Beneficiary state",
+ "uk": "Beneficiary state"
+ },
+ "hint": {
+ "en": "Enter beneficiary state",
+ "ru": "Введите beneficiary state",
+ "uk": "Введіть beneficiary state"
+ }
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
+ "required": false,
+ "position": 16,
+ "label": {
+ "en": "Beneficiary address",
+ "ru": "Beneficiary address",
+ "uk": "Beneficiary address"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_full_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "position": 17,
+ "label": {
+ "en": "Beneficiary full name",
+ "ru": "Полное имя получателя",
+ "uk": "Повне імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary full name",
+ "ru": "Введите полное имя получателя",
+ "uk": "Введіть повне імʼя отримувача"
+ }
+ },
+ {
+ "key": "sender_full_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "position": 18,
+ "label": {
+ "en": "Sender full name",
+ "ru": "Полное имя отправителя",
+ "uk": "Повне імʼя відправкника"
+ },
+ "hint": {
+ "en": "Enter Sender full name",
+ "ru": "Введите полное имя отправителя",
+ "uk": "Введіть повне імʼя відправкника"
+ }
+ },
+ {
+ "key": "beneficiary_itn",
+ "type": "string",
+ "regexp": "\/^\\d{10}$\/",
+ "required": false,
+ "position": 19,
+ "label": {
+ "en": "Beneficiary ITN",
+ "ru": "ИНН получателя",
+ "uk": "ІПН отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary Individual Tax Number",
+ "ru": "Введите ИНН получателя",
+ "uk": "Введіть ІПН отримувача"
+ }
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "4700000.00"
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_sek",
+ "method": "bank_transfer",
+ "currency": "SEK",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "account_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9]{1,10}$\/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Account type",
+ "ru": "Тип аккаунта",
+ "uk": "Тип акаунту"
+ },
+ "hint": {
+ "en": "Enter account type",
+ "ru": "Введите тип аккаунта",
+ "uk": "Введіть тип акаунту"
+ }
+ },
+ {
+ "key": "account_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9\\s]{2,100}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Account Name",
+ "ru": "Account Name",
+ "uk": "Account Name"
+ },
+ "hint": {
+ "en": "Enter Account Name",
+ "ru": "Введите Account Name",
+ "uk": "Введіть Account Name"
+ }
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "regexp": "\/^[A-za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ }
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ }
+ },
+ {
+ "key": "bank_name",
+ "type": "string",
+ "regexp": "\/^[A-Z\\-\\sa-z0-9_]{2,100}$\/",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Bank Name",
+ "ru": "Имя банка",
+ "uk": "Ім'я банку"
+ },
+ "hint": {
+ "en": "Enter bank name",
+ "ru": "Введите имя банка",
+ "uk": "Введіть ім'я банку"
+ }
+ },
+ {
+ "key": "bank_address",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z0-9 \\\/_.,'-]{1,200}$\/",
+ "required": false,
+ "position": 7,
+ "label": {
+ "en": "Bank Address",
+ "ru": "Адрес банка",
+ "uk": "Адреса банку"
+ },
+ "hint": {
+ "en": "Enter bank address",
+ "ru": "Введите адрес банка",
+ "uk": "Введіть адресу банку"
+ }
+ },
+ {
+ "key": "beneficiary_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\s]{2,100}$\/",
+ "required": false,
+ "position": 8,
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_lastname",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\s]{2,100}$\/",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_document_id",
+ "type": "string",
+ "regexp": "\/^[A-Z0-9]{3,20}$\/",
+ "required": false,
+ "position": 10,
+ "label": {
+ "en": "Beneficiary Document ID",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document ID",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_document_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z]{3,20}$\/",
+ "required": false,
+ "position": 11,
+ "label": {
+ "en": "Beneficiary Document Type",
+ "ru": "Тип документа получателя",
+ "uk": "Тип документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document Type",
+ "ru": "Введите тип документа получателя",
+ "uk": "Введіть тип документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_country_code_iso",
+ "type": "string",
+ "regexp": "\/^.{2,6}$\/",
+ "required": false,
+ "position": 12,
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_city",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
+ "required": false,
+ "position": 13,
+ "label": {
+ "en": "Beneficiary city",
+ "ru": "Beneficiary city",
+ "uk": "Beneficiary city"
+ },
+ "hint": {
+ "en": "Enter beneficiary city",
+ "ru": "Введите beneficiary city",
+ "uk": "Введіть beneficiary city"
+ }
+ },
+ {
+ "key": "beneficiary_postcode",
+ "type": "string",
+ "regexp": "\/^[\\w\\-\\s]{1,64}$\/",
+ "required": false,
+ "position": 14,
+ "label": {
+ "en": "Beneficiary postcode",
+ "ru": "Beneficiary postcode",
+ "uk": "Beneficiary postcode"
+ },
+ "hint": {
+ "en": "Enter beneficiary postcode",
+ "ru": "Введите beneficiary postcode",
+ "uk": "Введіть beneficiary postcode"
+ }
+ },
+ {
+ "key": "beneficiary_state",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
+ "required": false,
+ "position": 15,
+ "label": {
+ "en": "Beneficiary state",
+ "ru": "Beneficiary state",
+ "uk": "Beneficiary state"
+ },
+ "hint": {
+ "en": "Enter beneficiary state",
+ "ru": "Введите beneficiary state",
+ "uk": "Введіть beneficiary state"
+ }
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
+ "required": false,
+ "position": 16,
+ "label": {
+ "en": "Beneficiary address",
+ "ru": "Beneficiary address",
+ "uk": "Beneficiary address"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_full_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "position": 17,
+ "label": {
+ "en": "Beneficiary full name",
+ "ru": "Полное имя получателя",
+ "uk": "Повне імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary full name",
+ "ru": "Введите полное имя получателя",
+ "uk": "Введіть повне імʼя отримувача"
+ }
+ },
+ {
+ "key": "sender_full_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "position": 18,
+ "label": {
+ "en": "Sender full name",
+ "ru": "Полное имя отправителя",
+ "uk": "Повне імʼя відправкника"
+ },
+ "hint": {
+ "en": "Enter Sender full name",
+ "ru": "Введите полное имя отправителя",
+ "uk": "Введіть повне імʼя відправкника"
+ }
+ },
+ {
+ "key": "beneficiary_itn",
+ "type": "string",
+ "regexp": "\/^\\d{10}$\/",
+ "required": false,
+ "position": 19,
+ "label": {
+ "en": "Beneficiary ITN",
+ "ru": "ИНН получателя",
+ "uk": "ІПН отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary Individual Tax Number",
+ "ru": "Введите ИНН получателя",
+ "uk": "Введіть ІПН отримувача"
+ }
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "11000000.00"
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_sar",
+ "method": "bank_transfer",
+ "currency": "SAR",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "account_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9]{1,10}$\/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Account type",
+ "ru": "Тип аккаунта",
+ "uk": "Тип акаунту"
+ },
+ "hint": {
+ "en": "Enter account type",
+ "ru": "Введите тип аккаунта",
+ "uk": "Введіть тип акаунту"
+ }
+ },
+ {
+ "key": "account_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9\\s]{2,100}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Account Name",
+ "ru": "Account Name",
+ "uk": "Account Name"
+ },
+ "hint": {
+ "en": "Enter Account Name",
+ "ru": "Введите Account Name",
+ "uk": "Введіть Account Name"
+ }
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "regexp": "\/^[A-za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ }
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ }
+ },
+ {
+ "key": "bank_name",
+ "type": "string",
+ "regexp": "\/^[A-Z\\-\\sa-z0-9_]{2,100}$\/",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Bank Name",
+ "ru": "Имя банка",
+ "uk": "Ім'я банку"
+ },
+ "hint": {
+ "en": "Enter bank name",
+ "ru": "Введите имя банка",
+ "uk": "Введіть ім'я банку"
+ }
+ },
+ {
+ "key": "bank_address",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z0-9 \\\/_.,'-]{1,200}$\/",
+ "required": false,
+ "position": 7,
+ "label": {
+ "en": "Bank Address",
+ "ru": "Адрес банка",
+ "uk": "Адреса банку"
+ },
+ "hint": {
+ "en": "Enter bank address",
+ "ru": "Введите адрес банка",
+ "uk": "Введіть адресу банку"
+ }
+ },
+ {
+ "key": "beneficiary_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\s]{2,100}$\/",
+ "required": false,
+ "position": 8,
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_lastname",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\s]{2,100}$\/",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_document_id",
+ "type": "string",
+ "regexp": "\/^[A-Z0-9]{3,20}$\/",
+ "required": false,
+ "position": 10,
+ "label": {
+ "en": "Beneficiary Document ID",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document ID",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_document_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z]{3,20}$\/",
+ "required": false,
+ "position": 11,
+ "label": {
+ "en": "Beneficiary Document Type",
+ "ru": "Тип документа получателя",
+ "uk": "Тип документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document Type",
+ "ru": "Введите тип документа получателя",
+ "uk": "Введіть тип документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_country_code_iso",
+ "type": "string",
+ "regexp": "\/^.{2,6}$\/",
+ "required": false,
+ "position": 12,
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_city",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
+ "required": false,
+ "position": 13,
+ "label": {
+ "en": "Beneficiary city",
+ "ru": "Beneficiary city",
+ "uk": "Beneficiary city"
+ },
+ "hint": {
+ "en": "Enter beneficiary city",
+ "ru": "Введите beneficiary city",
+ "uk": "Введіть beneficiary city"
+ }
+ },
+ {
+ "key": "beneficiary_postcode",
+ "type": "string",
+ "regexp": "\/^[\\w\\-\\s]{1,64}$\/",
+ "required": false,
+ "position": 14,
+ "label": {
+ "en": "Beneficiary postcode",
+ "ru": "Beneficiary postcode",
+ "uk": "Beneficiary postcode"
+ },
+ "hint": {
+ "en": "Enter beneficiary postcode",
+ "ru": "Введите beneficiary postcode",
+ "uk": "Введіть beneficiary postcode"
+ }
+ },
+ {
+ "key": "beneficiary_state",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
+ "required": false,
+ "position": 15,
+ "label": {
+ "en": "Beneficiary state",
+ "ru": "Beneficiary state",
+ "uk": "Beneficiary state"
+ },
+ "hint": {
+ "en": "Enter beneficiary state",
+ "ru": "Введите beneficiary state",
+ "uk": "Введіть beneficiary state"
+ }
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
+ "required": false,
+ "position": 16,
+ "label": {
+ "en": "Beneficiary address",
+ "ru": "Beneficiary address",
+ "uk": "Beneficiary address"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_full_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "position": 17,
+ "label": {
+ "en": "Beneficiary full name",
+ "ru": "Полное имя получателя",
+ "uk": "Повне імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary full name",
+ "ru": "Введите полное имя получателя",
+ "uk": "Введіть повне імʼя отримувача"
+ }
+ },
+ {
+ "key": "sender_full_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "position": 18,
+ "label": {
+ "en": "Sender full name",
+ "ru": "Полное имя отправителя",
+ "uk": "Повне імʼя відправкника"
+ },
+ "hint": {
+ "en": "Enter Sender full name",
+ "ru": "Введите полное имя отправителя",
+ "uk": "Введіть повне імʼя відправкника"
+ }
+ },
+ {
+ "key": "beneficiary_itn",
+ "type": "string",
+ "regexp": "\/^\\d{10}$\/",
+ "required": false,
+ "position": 19,
+ "label": {
+ "en": "Beneficiary ITN",
+ "ru": "ИНН получателя",
+ "uk": "ІПН отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary Individual Tax Number",
+ "ru": "Введите ИНН получателя",
+ "uk": "Введіть ІПН отримувача"
+ }
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "375000.00"
+ },
+ {
+ "status": "active",
+ "code": "mefete_try",
+ "method": "mefete",
+ "currency": "TRY",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "example": "1234567",
+ "regexp": "\/^.{1,100}$\/",
+ "required": true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_full_name",
+ "type": "string",
+ "label": {
+ "en": "Recipient full name",
+ "ru": "Полное имя получателя",
+ "uk": "Повне iм'я одержувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary full name",
+ "ru": "Введите полное имя получателя",
+ "uk": "Введіть повне імʼя одержувача"
+ },
+ "regexp": "\/^[\\s\\p{L}]{2,100}$\/u",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "label": {
+ "en": "Document ID",
+ "ru": "Номер документа",
+ "uk": "Номер документу"
+ },
+ "hint": {
+ "en": "Enter Document ID",
+ "ru": "Введите номер документа",
+ "uk": "Введіть номер документу"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "example": "123949203412831345",
+ "required": false,
+ "position": 3
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1800000
+ },
+ {
+ "status": "active",
+ "code": "payfix_try",
+ "method": "payfix",
+ "currency": "TRY",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "example": "1234567",
+ "regexp": "\/^.{1,100}$\/",
+ "required": true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_full_name",
+ "type": "string",
+ "label": {
+ "en": "Recipient full name",
+ "ru": "Полное имя получателя",
+ "uk": "Повне iм'я одержувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary full name",
+ "ru": "Введите полное имя получателя",
+ "uk": "Введіть повне імʼя одержувача"
+ },
+ "regexp": "\/^[\\s\\p{L}]{2,100}$\/u",
+ "required": true,
+ "position": 2
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "label": {
+ "en": "Identification number",
+ "ru": "Идентификационный номер",
+ "uk": "Ідентифікаційний номер"
+ },
+ "hint": {
+ "en": "Enter identification number",
+ "ru": "Введите идентификационный номер",
+ "uk": "Введіть ідентифікаційний номер"
+ },
+ "regexp": "\/^[0-9]{1,100}$\/",
+ "required": false,
+ "position": 3,
+ "example": "50284414727"
+ },
+ {
+ "key": "user_name",
+ "type": "string",
+ "label": {
+ "en": "Your username",
+ "uk": "Ваш логін",
+ "ru": "Ваш логин"
+ },
+ "hint": {
+ "en": "Enter your username",
+ "uk": "Вкажіть ваш логін",
+ "ru": "Укажите ваш логин"
+ },
+ "regexp": "\/^.{1,100}$\/",
+ "required": false,
+ "position": 4,
+ "example": "username"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1800000
+ },
+ {
+ "status": "active",
+ "code": "parazula_try",
+ "method": "parazula",
+ "currency": "TRY",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "example": "1234567",
+ "regexp": "\/^.{1,100}$\/",
+ "required": true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_full_name",
+ "type": "string",
+ "label": {
+ "en": "Recipient full name",
+ "ru": "Полное имя получателя",
+ "uk": "Повне iм'я одержувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary full name",
+ "ru": "Введите полное имя получателя",
+ "uk": "Введіть повне імʼя одержувача"
+ },
+ "regexp": "\/^[\\s\\p{L}]{2,100}$\/u",
+ "required": true,
+ "position": 2
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1800000
+ },
+ {
+ "status": "active",
+ "code": "fups_try",
+ "method": "fups",
+ "currency": "TRY",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "example": "1234567",
+ "regexp": "\/^.{1,100}$\/",
+ "required": true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_full_name",
+ "type": "string",
+ "label": {
+ "en": "Recipient full name",
+ "ru": "Полное имя получателя",
+ "uk": "Повне iм'я одержувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary full name",
+ "ru": "Введите полное имя получателя",
+ "uk": "Введіть повне імʼя одержувача"
+ },
+ "regexp": "\/^[\\s\\p{L}]{2,100}$\/u",
+ "required": true,
+ "position": 2
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1800000
+ },
+ {
+ "status": "active",
+ "code": "cmt_try",
+ "method": "cmt",
+ "currency": "TRY",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "example": "1234567",
+ "regexp": "\/^.{1,100}$\/",
+ "required": true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_full_name",
+ "type": "string",
+ "label": {
+ "en": "Recipient full name",
+ "ru": "Полное имя получателя",
+ "uk": "Повне iм'я одержувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary full name",
+ "ru": "Введите полное имя получателя",
+ "uk": "Введіть повне імʼя одержувача"
+ },
+ "regexp": "\/^[\\s\\p{L}]{2,100}$\/u",
+ "required": true,
+ "position": 2
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1800000
+ },
+ {
+ "status": "active",
+ "code": "pep_try",
+ "method": "pep",
+ "currency": "TRY",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "example": "1234567",
+ "regexp": "\/^.{1,100}$\/",
+ "required": true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_full_name",
+ "type": "string",
+ "label": {
+ "en": "Recipient full name",
+ "ru": "Полное имя получателя",
+ "uk": "Повне iм'я одержувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary full name",
+ "ru": "Введите полное имя получателя",
+ "uk": "Введіть повне імʼя одержувача"
+ },
+ "regexp": "\/^[\\s\\p{L}]{2,100}$\/u",
+ "required": true,
+ "position": 2
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1800000
+ },
+ {
+ "status": "active",
+ "code": "sepa_transfer_gbp",
+ "method": "sepa_transfer",
+ "currency": "GBP",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account Number or IBAN",
+ "ru": "Номер счета или IBAN-код",
+ "uk": "Номер рахунку або IBAN-код"
+ },
+ "hint": {
+ "en": "Enter the Account Number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "regexp": "\/^[A-Z]{2}(\\w){13,29}$\/",
+ "required": true,
+ "position": 1,
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\ a-z]{2,100}$\/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\ a-z]{2,100}$\/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ },
+ {
+ "key": "beneficiary_country",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ },
+ "regexp": "\/^[A-Z]{2}$\/",
+ "required": false,
+ "position": 4,
+ "example": "UA"
+ },
+ {
+ "key": "beneficiary_city",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary city",
+ "ru": "Beneficiary city",
+ "uk": "Beneficiary city"
+ },
+ "hint": {
+ "en": "Enter beneficiary city",
+ "ru": "Введите beneficiary city",
+ "uk": "Введіть beneficiary city"
+ },
+ "regexp": "\/^[A-Za-z,\\s\\-\\d]{2,64}$\/",
+ "required": false,
+ "position": 5,
+ "example": "Kyiv"
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary address",
+ "ru": "Beneficiary address",
+ "uk": "Beneficiary address"
+ },
+ "hint": {
+ "en": "Enter beneficiary address",
+ "ru": "Введите адрес получателя",
+ "uk": "Введіть адресу отримувача"
+ },
+ "regexp": "\/^[A-Za-z{*}, -d]{2,64}$\/",
+ "required": false,
+ "position": 6,
+ "example": "Dzerzhinskogo str., bld. 30"
+ },
+ {
+ "key": "beneficiary_bank_swift_code",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary Bank's SWIFT code",
+ "ru": "SWIFT код банка получателя",
+ "uk": "SWIFT код банку отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Bank's SWIFT code",
+ "ru": "Введите SWIFT код банка получателя",
+ "uk": "Введіть SWIFT код банку отримувача"
+ },
+ "regexp": "\/^[A-Z]{6}[A-Z0-9]{2}([A-Z0-9]{3})?$\/",
+ "required": false,
+ "position": 7,
+ "example": "LEABCD5805N"
+ },
+ {
+ "key": "beneficiary_bank_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary Bank Name",
+ "ru": "Название банка получателя",
+ "uk": "Назва банку"
+ },
+ "hint": {
+ "en": "Enter bank name",
+ "ru": "Введите название банка",
+ "uk": "Введіть назву банку"
+ },
+ "regexp": "\/^[A-Z\\-\\ a-z0-9_]{2,100}$\/",
+ "required": false,
+ "position": 8,
+ "example": "Bank of Lemuria"
+ },
+ {
+ "key": "beneficiary_postcode",
+ "type": "string",
+ "regexp": "\/^[\\w\\-\\s]{1,64}$\/",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Beneficiary postcode",
+ "ru": "Beneficiary postcode",
+ "uk": "Beneficiary postcode"
+ },
+ "hint": {
+ "en": "Enter beneficiary postcode",
+ "ru": "Введите beneficiary postcode",
+ "uk": "Введіть beneficiary postcode"
+ }
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 82000
+ },
+ {
+ "status": "active",
+ "code": "faster_payments_gbp",
+ "method": "faster_payments",
+ "currency": "GBP",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account Number or IBAN",
+ "ru": "Номер счета или IBAN-код",
+ "uk": "Номер рахунку або IBAN-код"
+ },
+ "hint": {
+ "en": "Enter the Account Number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "regexp": "\/^[A-Z]{2}(\\w){13,29}$\/",
+ "required": true,
+ "position": 1,
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "sort_code",
+ "type": "string",
+ "label": {
+ "en": "Sort Code",
+ "ru": "Sort Code",
+ "uk": "Sort Code"
+ },
+ "hint": {
+ "en": "Enter the sort code of your bank account",
+ "ru": "Введите sort code вашего банковского счёта",
+ "uk": "Введіть sort code вашого банківського рахунку"
+ },
+ "regexp": "\/^\\d{1,6}$\/",
+ "required": true,
+ "position": 2,
+ "example": "123456"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\ a-z]{2,100}$\/",
+ "required": true,
+ "position": 3,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\ a-z]{2,100}$\/",
+ "required": true,
+ "position": 4,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 82000
+ },
+ {
+ "status": "active",
+ "code": "thai_military_bank_thb",
+ "currency": "THB",
+ "method": "thai_military_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\ a-z]{2,100}$\/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\ a-z]{2,100}$\/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 4
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 5
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 3800000
+ },
+ {
+ "status": "active",
+ "code": "cimb_thai_bank_thb",
+ "currency": "THB",
+ "method": "cimb_thai_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\ a-z]{2,100}$\/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\ a-z]{2,100}$\/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ },
+ {
+ "key": "account_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9\\s]{2,100}$\/",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Account Name",
+ "ru": "Account Name",
+ "uk": "Account Name"
+ },
+ "hint": {
+ "en": "Enter Account Name",
+ "ru": "Введите Account Name",
+ "uk": "Введіть Account Name"
+ }
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 5
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 6
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "full_address",
+ "type": "string",
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "hint": {
+ "en": "Enter address",
+ "ru": "Введите адрес",
+ "uk": "Введіть адресу"
+ },
+ "regexp": "\/^[A-Za-z{*}, -d]{2,64}$\/",
+ "required": false,
+ "position": 8
+ },
+ {
+ "key": "customer_name",
+ "type": "string",
+ "label": {
+ "en": "Customer name",
+ "ru": "Имя покупателя",
+ "uk": "Ім'я клієнта"
+ },
+ "hint": {
+ "en": "Enter customer name",
+ "ru": "Введите имя покупателя",
+ "uk": "Введіть ім'я клієнта"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "example": "John Doe",
+ "position": 9
+ },
+ {
+ "key": "bank_id",
+ "type": "string",
+ "label": {
+ "en": "Bank ID",
+ "ru": "ID Банка",
+ "uk": "ID Банку"
+ },
+ "hint": {
+ "en": "Enter Bank ID",
+ "ru": "Введите ID Банка",
+ "uk": "Введіть ID Банку"
+ },
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "example": "050",
+ "position": 10
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 11
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 12
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 3800000
+ },
+ {
+ "status": "active",
+ "code": "government_savings_bank_thb",
+ "currency": "THB",
+ "method": "government_savings_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\ a-z]{2,100}$\/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\ a-z]{2,100}$\/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ },
+ {
+ "key": "account_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9\\s]{2,100}$\/",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Account Name",
+ "ru": "Account Name",
+ "uk": "Account Name"
+ },
+ "hint": {
+ "en": "Enter Account Name",
+ "ru": "Введите Account Name",
+ "uk": "Введіть Account Name"
+ }
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 5
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 6
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "full_address",
+ "type": "string",
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "hint": {
+ "en": "Enter address",
+ "ru": "Введите адрес",
+ "uk": "Введіть адресу"
+ },
+ "regexp": "\/^[A-Za-z{*}, -d]{2,64}$\/",
+ "required": false,
+ "position": 8
+ },
+ {
+ "key": "customer_name",
+ "type": "string",
+ "label": {
+ "en": "Customer name",
+ "ru": "Имя покупателя",
+ "uk": "Ім'я клієнта"
+ },
+ "hint": {
+ "en": "Enter customer name",
+ "ru": "Введите имя покупателя",
+ "uk": "Введіть ім'я клієнта"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "example": "John Doe",
+ "position": 9
+ },
+ {
+ "key": "bank_id",
+ "type": "string",
+ "label": {
+ "en": "Bank ID",
+ "ru": "ID Банка",
+ "uk": "ID Банку"
+ },
+ "hint": {
+ "en": "Enter Bank ID",
+ "ru": "Введите ID Банка",
+ "uk": "Введіть ID Банку"
+ },
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "example": "050",
+ "position": 10
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 11
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 12
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 3800000
+ },
+ {
+ "status": "active",
+ "code": "united_overseas_bank_thai_thb",
+ "currency": "THB",
+ "method": "united_overseas_bank_thai",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\ a-z]{2,100}$\/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\ a-z]{2,100}$\/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ },
+ {
+ "key": "full_address",
+ "type": "string",
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "hint": {
+ "en": "Enter address",
+ "ru": "Введите адрес",
+ "uk": "Введіть адресу"
+ },
+ "regexp": "\/^[A-Za-z{*}, -d]{2,64}$\/",
+ "required": false,
+ "position": 4
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 3800000
+ },
+ {
+ "status": "active",
+ "code": "government_housing_bank_thb",
+ "currency": "THB",
+ "method": "government_housing_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\ a-z]{2,100}$\/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\ a-z]{2,100}$\/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 4
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 5
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 3800000
+ },
+ {
+ "status": "active",
+ "code": "hong_kong_shanghai_bank_thb",
+ "currency": "THB",
+ "method": "hong_kong_shanghai_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\ a-z]{2,100}$\/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\ a-z]{2,100}$\/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 3800000
+ },
+ {
+ "status": "active",
+ "code": "standard_chartered_bank_thai_thb",
+ "currency": "THB",
+ "method": "standard_chartered_bank_thai",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\ a-z]{2,100}$\/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\ a-z]{2,100}$\/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 4
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 5
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 3800000
+ },
+ {
+ "status": "active",
+ "code": "standard_chartered_bank_myr",
+ "currency": "MYR",
+ "method": "standard_chartered_bank",
+ "fields": [
+ {
+ "key": "customer_name",
+ "type": "string",
+ "label": {
+ "en": "Customer name",
+ "ru": "Имя покупателя",
+ "uk": "Ім'я клієнта"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 1,
+ "example": "John Doe"
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "bank_id",
+ "type": "string",
+ "label": {
+ "en": "Bank ID",
+ "ru": "ID Банка",
+ "uk": "ID Банку"
+ },
+ "hint": {
+ "en": "Enter Bank ID",
+ "ru": "Введите ID Банка",
+ "uk": "Введіть ID Банку"
+ },
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "position": 3,
+ "example": "050"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 3800000
+ },
+ {
+ "status": "active",
+ "code": "land_and_houses_bank_thb",
+ "currency": "THB",
+ "method": "land_and_houses_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\ a-z]{2,100}$\/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\ a-z]{2,100}$\/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 4
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 5
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 3800000
+ },
+ {
+ "status": "active",
+ "code": "thai_qr_payment_thb",
+ "currency": "THB",
+ "method": "thai_qr_payment",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\ a-z]{2,100}$\/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\ a-z]{2,100}$\/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 3800000
+ },
+ {
+ "status": "active",
+ "code": "krungthai_bank_thb",
+ "currency": "THB",
+ "method": "krungthai_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\ a-z]{2,100}$\/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\ a-z]{2,100}$\/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 3800000
+ },
+ {
+ "status": "active",
+ "code": "kiatnakin_bank_thb",
+ "currency": "THB",
+ "method": "kiatnakin_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\ a-z]{2,100}$\/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\ a-z]{2,100}$\/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ },
+ {
+ "key": "account_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9\\s]{2,100}$\/",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Account Name",
+ "ru": "Account Name",
+ "uk": "Account Name"
+ },
+ "hint": {
+ "en": "Enter Account Name",
+ "ru": "Введите Account Name",
+ "uk": "Введіть Account Name"
+ }
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 5
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 6
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "full_address",
+ "type": "string",
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "hint": {
+ "en": "Enter address",
+ "ru": "Введите адрес",
+ "uk": "Введіть адресу"
+ },
+ "regexp": "\/^[A-Za-z{*}, -d]{2,64}$\/",
+ "required": false,
+ "position": 8
+ },
+ {
+ "key": "customer_name",
+ "type": "string",
+ "label": {
+ "en": "Customer name",
+ "ru": "Имя покупателя",
+ "uk": "Ім'я клієнта"
+ },
+ "hint": {
+ "en": "Enter customer name",
+ "ru": "Введите имя покупателя",
+ "uk": "Введіть ім'я клієнта"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "example": "John Doe",
+ "position": 9
+ },
+ {
+ "key": "bank_id",
+ "type": "string",
+ "label": {
+ "en": "Bank ID",
+ "ru": "ID Банка",
+ "uk": "ID Банку"
+ },
+ "hint": {
+ "en": "Enter Bank ID",
+ "ru": "Введите ID Банка",
+ "uk": "Введіть ID Банку"
+ },
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "example": "050",
+ "position": 10
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 11
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 12
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 3800000
+ },
+ {
+ "status": "active",
+ "code": "uob_bank_thb",
+ "currency": "THB",
+ "method": "uob_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\ a-z]{2,100}$\/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\ a-z]{2,100}$\/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 4
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 5
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 3800000
+ },
+ {
+ "status": "active",
+ "code": "uob_bank_myr",
+ "currency": "MYR",
+ "method": "uob_bank",
+ "fields": [
+ {
+ "key": "customer_name",
+ "type": "string",
+ "label": {
+ "en": "Customer name",
+ "ru": "Имя покупателя",
+ "uk": "Ім'я клієнта"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 1,
+ "example": "John Doe"
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "bank_id",
+ "type": "string",
+ "label": {
+ "en": "Bank ID",
+ "ru": "ID Банка",
+ "uk": "ID Банку"
+ },
+ "hint": {
+ "en": "Enter Bank ID",
+ "ru": "Введите ID Банка",
+ "uk": "Введіть ID Банку"
+ },
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "position": 3,
+ "example": "050"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 450000
+ },
+ {
+ "status": "active",
+ "code": "banko_de_oro_php",
+ "currency": "PHP",
+ "method": "banko_de_oro",
+ "fields": [
+ {
+ "key": "customer_name",
+ "type": "string",
+ "label": {
+ "en": "Customer name",
+ "ru": "Имя покупателя",
+ "uk": "Ім'я клієнта"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 1,
+ "example": "John Doe"
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "bank_id",
+ "type": "string",
+ "label": {
+ "en": "Bank ID",
+ "ru": "ID Банка",
+ "uk": "ID Банку"
+ },
+ "hint": {
+ "en": "Enter Bank ID",
+ "ru": "Введите ID Банка",
+ "uk": "Введіть ID Банку"
+ },
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "position": 3,
+ "example": "050"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 5500000
+ },
+ {
+ "status": "active",
+ "code": "banko_de_oro_corporate_php",
+ "currency": "PHP",
+ "method": "banko_de_oro_corporate",
+ "fields": [
+ {
+ "key": "customer_name",
+ "type": "string",
+ "label": {
+ "en": "Customer name",
+ "ru": "Имя покупателя",
+ "uk": "Ім'я клієнта"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 1,
+ "example": "John Doe"
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "bank_id",
+ "type": "string",
+ "label": {
+ "en": "Bank ID",
+ "ru": "ID Банка",
+ "uk": "ID Банку"
+ },
+ "hint": {
+ "en": "Enter Bank ID",
+ "ru": "Введите ID Банка",
+ "uk": "Введіть ID Банку"
+ },
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "position": 3,
+ "example": "050"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 5500000
+ },
+ {
+ "status": "active",
+ "code": "philippine_islands_bank_php",
+ "currency": "PHP",
+ "method": "philippine_islands_bank",
+ "fields": [
+ {
+ "key": "customer_name",
+ "type": "string",
+ "label": {
+ "en": "Customer name",
+ "ru": "Имя покупателя",
+ "uk": "Ім'я клієнта"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "position": 1,
+ "example": "John Doe"
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "bank_id",
+ "type": "string",
+ "label": {
+ "en": "Bank ID",
+ "ru": "ID Банка",
+ "uk": "ID Банку"
+ },
+ "hint": {
+ "en": "Enter Bank ID",
+ "ru": "Введите ID Банка",
+ "uk": "Введіть ID Банку"
+ },
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "position": 3,
+ "example": "050"
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 4
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 5
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 5500000
+ },
+ {
+ "status": "active",
+ "code": "philippines_development_bank_php",
+ "currency": "PHP",
+ "method": "philippines_development_bank",
+ "fields": [
+ {
+ "key": "customer_name",
+ "type": "string",
+ "label": {
+ "en": "Customer name",
+ "ru": "Имя покупателя",
+ "uk": "Ім'я клієнта"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 1,
+ "example": "John Doe"
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "bank_id",
+ "type": "string",
+ "label": {
+ "en": "Bank ID",
+ "ru": "ID Банка",
+ "uk": "ID Банку"
+ },
+ "hint": {
+ "en": "Enter Bank ID",
+ "ru": "Введите ID Банка",
+ "uk": "Введіть ID Банку"
+ },
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "position": 3,
+ "example": "050"
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 4
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 5
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 5500000
+ },
+ {
+ "status": "active",
+ "code": "philippines_land_bank_php",
+ "currency": "PHP",
+ "method": "philippines_land_bank",
+ "fields": [
+ {
+ "key": "customer_name",
+ "type": "string",
+ "label": {
+ "en": "Customer name",
+ "ru": "Имя покупателя",
+ "uk": "Ім'я клієнта"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 1,
+ "example": "John Doe"
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "bank_id",
+ "type": "string",
+ "label": {
+ "en": "Bank ID",
+ "ru": "ID Банка",
+ "uk": "ID Банку"
+ },
+ "hint": {
+ "en": "Enter Bank ID",
+ "ru": "Введите ID Банка",
+ "uk": "Введіть ID Банку"
+ },
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "position": 3,
+ "example": "050"
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 4
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 5
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 5500000
+ },
+ {
+ "status": "active",
+ "code": "eastwest_bank_php",
+ "currency": "PHP",
+ "method": "eastwest_bank",
+ "fields": [
+ {
+ "key": "customer_name",
+ "type": "string",
+ "label": {
+ "en": "Customer name",
+ "ru": "Имя покупателя",
+ "uk": "Ім'я клієнта"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "position": 1,
+ "example": "John Doe"
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "bank_id",
+ "type": "string",
+ "label": {
+ "en": "Bank ID",
+ "ru": "ID Банка",
+ "uk": "ID Банку"
+ },
+ "hint": {
+ "en": "Enter Bank ID",
+ "ru": "Введите ID Банка",
+ "uk": "Введіть ID Банку"
+ },
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "position": 3,
+ "example": "050"
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 4
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 5
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 5500000
+ },
+ {
+ "status": "active",
+ "code": "metro_bank_php",
+ "currency": "PHP",
+ "method": "metro_bank",
+ "fields": [
+ {
+ "key": "customer_name",
+ "type": "string",
+ "label": {
+ "en": "Customer name",
+ "ru": "Имя покупателя",
+ "uk": "Ім'я клієнта"
+ },
+ "hint": {
+ "en": "Enter beneficiary name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть ім'я отримувача"
+ },
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "position": 1,
+ "example": "John Doe"
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "bank_id",
+ "type": "string",
+ "label": {
+ "en": "Bank ID",
+ "ru": "ID Банка",
+ "uk": "ID Банку"
+ },
+ "hint": {
+ "en": "Enter Bank ID",
+ "ru": "Введите ID Банка",
+ "uk": "Введіть ID Банку"
+ },
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "position": 3,
+ "example": "050"
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 4
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 5
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 5500000
+ },
+ {
+ "status": "active",
+ "code": "philippine_national_bank_php",
+ "currency": "PHP",
+ "method": "philippine_national_bank",
+ "fields": [
+ {
+ "key": "customer_name",
+ "type": "string",
+ "label": {
+ "en": "Customer name",
+ "ru": "Имя покупателя",
+ "uk": "Ім'я клієнта"
+ },
+ "hint": {
+ "en": "Enter beneficiary name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть ім'я отримувача"
+ },
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "position": 1,
+ "example": "John Doe"
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "bank_id",
+ "type": "string",
+ "label": {
+ "en": "Bank ID",
+ "ru": "ID Банка",
+ "uk": "ID Банку"
+ },
+ "hint": {
+ "en": "Enter Bank ID",
+ "ru": "Введите ID Банка",
+ "uk": "Введіть ID Банку"
+ },
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "position": 3,
+ "example": "050"
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 4
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 5
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 5500000
+ },
+ {
+ "status": "active",
+ "code": "rcbc_php",
+ "currency": "PHP",
+ "method": "rcbc",
+ "fields": [
+ {
+ "key": "customer_name",
+ "type": "string",
+ "label": {
+ "en": "Customer name",
+ "ru": "Имя покупателя",
+ "uk": "Ім'я клієнта"
+ },
+ "hint": {
+ "en": "Enter beneficiary name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть ім'я отримувача"
+ },
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "position": 1,
+ "example": "John Doe"
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "bank_id",
+ "type": "string",
+ "label": {
+ "en": "Bank ID",
+ "ru": "ID Банка",
+ "uk": "ID Банку"
+ },
+ "hint": {
+ "en": "Enter Bank ID",
+ "ru": "Введите ID Банка",
+ "uk": "Введіть ID Банку"
+ },
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "position": 3,
+ "example": "050"
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 4
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 5
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 5500000
+ },
+ {
+ "status": "active",
+ "code": "philippines_security_bank_php",
+ "currency": "PHP",
+ "method": "philippines_security_bank",
+ "fields": [
+ {
+ "key": "customer_name",
+ "type": "string",
+ "label": {
+ "en": "Customer name",
+ "ru": "Имя покупателя",
+ "uk": "Ім'я клієнта"
+ },
+ "hint": {
+ "en": "Enter beneficiary name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть ім'я отримувача"
+ },
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "position": 1,
+ "example": "John Doe"
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "bank_id",
+ "type": "string",
+ "label": {
+ "en": "Bank ID",
+ "ru": "ID Банка",
+ "uk": "ID Банку"
+ },
+ "hint": {
+ "en": "Enter Bank ID",
+ "ru": "Введите ID Банка",
+ "uk": "Введіть ID Банку"
+ },
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "position": 3,
+ "example": "050"
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 4
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 5
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 5500000
+ },
+ {
+ "status": "active",
+ "code": "sterling_bank_php",
+ "currency": "PHP",
+ "method": "sterling_bank",
+ "fields": [
+ {
+ "key": "customer_name",
+ "type": "string",
+ "label": {
+ "en": "Customer name",
+ "ru": "Имя покупателя",
+ "uk": "Ім'я клієнта"
+ },
+ "hint": {
+ "en": "Enter beneficiary name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть ім'я отримувача"
+ },
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "position": 1,
+ "example": "John Doe"
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "bank_id",
+ "type": "string",
+ "label": {
+ "en": "Bank ID",
+ "ru": "ID Банка",
+ "uk": "ID Банку"
+ },
+ "hint": {
+ "en": "Enter Bank ID",
+ "ru": "Введите ID Банка",
+ "uk": "Введіть ID Банку"
+ },
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "position": 3,
+ "example": "050"
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 4
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 5
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 5500000
+ },
+ {
+ "status": "active",
+ "code": "union_bank_php",
+ "currency": "PHP",
+ "method": "union_bank",
+ "fields": [
+ {
+ "key": "customer_name",
+ "type": "string",
+ "label": {
+ "en": "Customer name",
+ "ru": "Имя покупателя",
+ "uk": "Ім'я клієнта"
+ },
+ "hint": {
+ "en": "Enter beneficiary name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть ім'я отримувача"
+ },
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "position": 1,
+ "example": "John Doe"
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "bank_id",
+ "type": "string",
+ "label": {
+ "en": "Bank ID",
+ "ru": "ID Банка",
+ "uk": "ID Банку"
+ },
+ "hint": {
+ "en": "Enter Bank ID",
+ "ru": "Введите ID Банка",
+ "uk": "Введіть ID Банку"
+ },
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "position": 3,
+ "example": "050"
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 4
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 5
+ },
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account Number",
+ "ru": "Account Number",
+ "uk": "Account Number"
+ },
+ "hint": {
+ "en": "Enter Account Number",
+ "ru": "Введите Account Number",
+ "uk": "Введіть Account Number"
+ },
+ "regexp": "\/^[0-9]{2,100}$\/",
+ "required": false,
+ "position": 6
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "label": {
+ "en": "Bank code",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{2,100}$\/",
+ "required": false,
+ "position": 7
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 5500000
+ },
+ {
+ "status": "active",
+ "code": "tmbthanachart_bank_thb",
+ "currency": "THB",
+ "method": "tmbthanachart_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\ a-z]{2,100}$\/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\ a-z]{2,100}$\/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ },
+ {
+ "key": "account_name",
+ "type": "string",
+ "label": {
+ "en": "Account Name",
+ "ru": "Account Name",
+ "uk": "Account Name"
+ },
+ "hint": {
+ "en": "Enter Account Name",
+ "ru": "Введите Account Name",
+ "uk": "Введіть Account Name"
+ },
+ "required": false,
+ "position": 4,
+ "regexp": "\/^[A-Za-z0-9\\s]{2,100}$\/"
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 5
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 6
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "full_address",
+ "type": "string",
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "hint": {
+ "en": "Enter address",
+ "ru": "Введите адрес",
+ "uk": "Введіть адресу"
+ },
+ "regexp": "\/^[A-Za-z{*}, -d]{2,64}$\/",
+ "required": false,
+ "position": 8
+ },
+ {
+ "key": "customer_name",
+ "type": "string",
+ "label": {
+ "en": "Customer name",
+ "ru": "Имя покупателя",
+ "uk": "Ім'я клієнта"
+ },
+ "hint": {
+ "en": "Enter customer name",
+ "ru": "Введите имя покупателя",
+ "uk": "Введіть ім'я клієнта"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "example": "John Doe",
+ "position": 9
+ },
+ {
+ "key": "bank_id",
+ "type": "string",
+ "label": {
+ "en": "Bank ID",
+ "ru": "ID Банка",
+ "uk": "ID Банку"
+ },
+ "hint": {
+ "en": "Enter Bank ID",
+ "ru": "Введите ID Банка",
+ "uk": "Введіть ID Банку"
+ },
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "example": "050",
+ "position": 10
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 3800000
+ },
+ {
+ "status": "active",
+ "code": "thanachart_bank_thb",
+ "currency": "THB",
+ "method": "thanachart_bank",
+ "fields": [
+ {
+ "key": "customer_name",
+ "type": "string",
+ "label": {
+ "en": "Customer name",
+ "ru": "Имя покупателя",
+ "uk": "Ім'я клієнта"
+ },
+ "hint": {
+ "en": "Enter customer name",
+ "ru": "Введите имя покупателя",
+ "uk": "Введіть ім'я клієнта"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "example": "John Doe",
+ "position": 1
+ },
+ {
+ "key": "bank_id",
+ "type": "string",
+ "label": {
+ "en": "Bank ID",
+ "ru": "ID Банка",
+ "uk": "ID Банку"
+ },
+ "hint": {
+ "en": "Enter Bank ID",
+ "ru": "Введите ID Банка",
+ "uk": "Введіть ID Банку"
+ },
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "example": "050",
+ "position": 2
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": false,
+ "position": 3
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 4
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 5
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 3400000
+ },
+ {
+ "status": "active",
+ "code": "hsbc_bank_thailand_thb",
+ "currency": "THB",
+ "method": "hsbc_bank_thailand",
+ "fields": [
+ {
+ "key": "customer_name",
+ "type": "string",
+ "label": {
+ "en": "Customer name",
+ "ru": "Имя покупателя",
+ "uk": "Ім'я клієнта"
+ },
+ "hint": {
+ "en": "Enter customer name",
+ "ru": "Введите имя покупателя",
+ "uk": "Введіть ім'я клієнта"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "example": "John Doe",
+ "position": 1
+ },
+ {
+ "key": "bank_id",
+ "type": "string",
+ "label": {
+ "en": "Bank ID",
+ "ru": "ID Банка",
+ "uk": "ID Банку"
+ },
+ "hint": {
+ "en": "Enter Bank ID",
+ "ru": "Введите ID Банка",
+ "uk": "Введіть ID Банку"
+ },
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "example": "050",
+ "position": 2
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": false,
+ "position": 3
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 3400000
+ },
+ {
+ "status": "active",
+ "code": "hsbc_bank_vnd",
+ "currency": "VND",
+ "method": "hsbc_bank",
+ "fields": [
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Ім'я отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть ім'я отримувача"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "example": "John",
+ "position": 1
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "example": "John",
+ "position": 2
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 4
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 5
+ }
+ ],
+ "amount_min": "1",
+ "amount_max": "9999999999"
+ },
+ {
+ "status": "deprecated",
+ "code": "yoomoney_rub",
+ "method": "yoomoney",
+ "currency": "RUB",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер рахунку",
+ "uk": "Номер счёта"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введіть номер рахунку",
+ "uk": "Введите номер счёта"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required": true,
+ "position": 1,
+ "example": "4100111111111"
+ }
+ ],
+ "amount_min": "1",
+ "amount_max": "100000"
+ },
+ {
+ "status": "active",
+ "code": "bitexpro_wallet_eur",
+ "method": "bitexpro_wallet",
+ "currency": "EUR",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Wallet ID",
+ "ru": "Номер кошелька",
+ "uk": "Номер гаманця"
+ },
+ "hint": {
+ "en": "Enter wallet ID",
+ "ru": "Введите номер кошелька",
+ "uk": "Введіть номер гаманця"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "bitexpro_wallet_usd",
+ "method": "bitexpro_wallet",
+ "currency": "USD",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Wallet ID",
+ "ru": "Номер кошелька",
+ "uk": "Номер гаманця"
+ },
+ "hint": {
+ "en": "Enter wallet ID",
+ "ru": "Введите номер кошелька",
+ "uk": "Введіть номер гаманця"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "bitexpro_wallet_rub",
+ "method": "bitexpro_wallet",
+ "currency": "RUB",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Wallet ID",
+ "ru": "Номер кошелька",
+ "uk": "Номер гаманця"
+ },
+ "hint": {
+ "en": "Enter wallet ID",
+ "ru": "Введите номер кошелька",
+ "uk": "Введіть номер гаманця"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 7000000
+ },
+ {
+ "status": "active",
+ "code": "bitexpro_wallet_znx",
+ "method": "bitexpro_wallet",
+ "currency": "ZNX",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Wallet ID",
+ "ru": "Номер кошелька",
+ "uk": "Номер гаманця"
+ },
+ "hint": {
+ "en": "Enter wallet ID",
+ "ru": "Введите номер кошелька",
+ "uk": "Введіть номер гаманця"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "bitexpro_wallet_usdt",
+ "method": "bitexpro_wallet",
+ "currency": "USDT",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Wallet ID",
+ "ru": "Номер кошелька",
+ "uk": "Номер гаманця"
+ },
+ "hint": {
+ "en": "Enter wallet ID",
+ "ru": "Введите номер кошелька",
+ "uk": "Введіть номер гаманця"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "bitexpro_p2p_rub",
+ "method": "bitexpro_p2p",
+ "currency": "RUB",
+ "fields": [
+ {
+ "key": "card_number",
+ "type": "string",
+ "label": {
+ "en": "Card number",
+ "ru": "Номер карты",
+ "uk": "Номер карти"
+ },
+ "hint": {
+ "en": "Enter card number",
+ "ru": "Введите номер карты",
+ "uk": "Введіть номер карти"
+ },
+ "regexp": "\/^.{12,19}$\/",
+ "required": true,
+ "position": 1,
+ "options": {
+ "validators": [
+ {
+ "name": "Luhn"
+ }
+ ]
+ }
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "bitexpro_p2p_tjs",
+ "method": "bitexpro_p2p",
+ "currency": "TJS",
+ "fields": [
+ {
+ "key": "card_number",
+ "type": "string",
+ "label": {
+ "en": "Card number",
+ "ru": "Номер карты",
+ "uk": "Номер карти"
+ },
+ "hint": {
+ "en": "Enter card number",
+ "ru": "Введите номер карты",
+ "uk": "Введіть номер карти"
+ },
+ "regexp": "\/^.{12,19}$\/",
+ "required": true,
+ "position": 1,
+ "options": {
+ "validators": [
+ {
+ "name": "Luhn"
+ }
+ ]
+ }
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1100000
+ },
+ {
+ "status": "active",
+ "code": "bitexpro_p2p_kzt",
+ "method": "bitexpro_p2p",
+ "currency": "KZT",
+ "fields": [
+ {
+ "key": "card_number",
+ "type": "string",
+ "label": {
+ "en": "Card number",
+ "ru": "Номер карты",
+ "uk": "Номер карти"
+ },
+ "hint": {
+ "en": "Enter card number",
+ "ru": "Введите номер карты",
+ "uk": "Введіть номер карти"
+ },
+ "regexp": "\/^.{12,19}$\/",
+ "required": true,
+ "position": 1,
+ "options": {
+ "validators": [
+ {
+ "name": "Luhn"
+ }
+ ]
+ }
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 40000000
+ },
+ {
+ "status": "active",
+ "code": "bitexpro_p2p_inr",
+ "method": "bitexpro_p2p",
+ "currency": "INR",
+ "fields": [
+ {
+ "key": "card_number",
+ "type": "string",
+ "label": {
+ "en": "Card number",
+ "ru": "Номер карты",
+ "uk": "Номер карти"
+ },
+ "hint": {
+ "en": "Enter card number",
+ "ru": "Введите номер карты",
+ "uk": "Введіть номер карти"
+ },
+ "regexp": "\/^.{12,19}$\/",
+ "required": true,
+ "position": 1,
+ "options": {
+ "validators": [
+ {
+ "name": "Luhn"
+ }
+ ]
+ }
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1000000000
+ },
+ {
+ "status": "active",
+ "code": "bitexpro_p2p_try",
+ "method": "bitexpro_p2p",
+ "currency": "TRY",
+ "fields": [
+ {
+ "key": "card_number",
+ "type": "string",
+ "label": {
+ "en": "Card number",
+ "ru": "Номер карты",
+ "uk": "Номер карти"
+ },
+ "hint": {
+ "en": "Enter card number",
+ "ru": "Введите номер карты",
+ "uk": "Введіть номер карти"
+ },
+ "regexp": "\/^.{12,19}$\/",
+ "required": true,
+ "position": 1,
+ "options": {
+ "validators": [
+ {
+ "name": "Luhn"
+ }
+ ]
+ }
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1800000
+ },
+ {
+ "status": "active",
+ "code": "bitexpro_p2p_uzs",
+ "method": "bitexpro_p2p",
+ "currency": "UZS",
+ "fields": [
+ {
+ "key": "card_number",
+ "type": "string",
+ "label": {
+ "en": "Card number",
+ "ru": "Номер карты",
+ "uk": "Номер карти"
+ },
+ "hint": {
+ "en": "Enter card number",
+ "ru": "Введите номер карты",
+ "uk": "Введіть номер карти"
+ },
+ "regexp": "\/^.{12,19}$\/",
+ "required": true,
+ "position": 1,
+ "options": {
+ "validators": [
+ {
+ "name": "Luhn"
+ }
+ ]
+ }
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000000
+ },
+ {
+ "status": "active",
+ "code": "bitexpro_p2p_uah",
+ "method": "bitexpro_p2p",
+ "currency": "UAH",
+ "fields": [
+ {
+ "key": "card_number",
+ "type": "string",
+ "label": {
+ "en": "Card number",
+ "ru": "Номер карты",
+ "uk": "Номер карти"
+ },
+ "hint": {
+ "en": "Enter card number",
+ "ru": "Введите номер карты",
+ "uk": "Введіть номер карти"
+ },
+ "regexp": "\/^.{12,19}$\/",
+ "required": true,
+ "position": 1,
+ "options": {
+ "validators": [
+ {
+ "name": "Luhn"
+ }
+ ]
+ }
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "bitexpro_p2p_azn",
+ "method": "bitexpro_p2p",
+ "currency": "AZN",
+ "fields": [
+ {
+ "key": "card_number",
+ "type": "string",
+ "label": {
+ "en": "Card number",
+ "ru": "Номер карты",
+ "uk": "Номер карти"
+ },
+ "hint": {
+ "en": "Enter card number",
+ "ru": "Введите номер карты",
+ "uk": "Введіть номер карти"
+ },
+ "regexp": "\/^.{12,19}$\/",
+ "required": true,
+ "position": 1,
+ "options": {
+ "validators": [
+ {
+ "name": "Luhn"
+ }
+ ]
+ }
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "bitexpro_p2p_aed",
+ "method": "bitexpro_p2p",
+ "currency": "AED",
+ "fields": [
+ {
+ "key": "card_number",
+ "type": "string",
+ "label": {
+ "en": "Card number",
+ "ru": "Номер карты",
+ "uk": "Номер карти"
+ },
+ "hint": {
+ "en": "Enter card number",
+ "ru": "Введите номер карты",
+ "uk": "Введіть номер карти"
+ },
+ "regexp": "\/^.{12,19}$\/",
+ "required": true,
+ "position": 1,
+ "options": {
+ "validators": [
+ {
+ "name": "Luhn"
+ }
+ ]
+ }
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 370000
+ },
+ {
+ "status": "active",
+ "code": "bitexpro_p2p_idr",
+ "method": "bitexpro_p2p",
+ "currency": "IDR",
+ "fields": [
+ {
+ "key": "card_number",
+ "type": "string",
+ "label": {
+ "en": "Card number",
+ "ru": "Номер карты",
+ "uk": "Номер карти"
+ },
+ "hint": {
+ "en": "Enter card number",
+ "ru": "Введите номер карты",
+ "uk": "Введіть номер карти"
+ },
+ "regexp": "\/^.{12,19}$\/",
+ "required": true,
+ "position": 1,
+ "options": {
+ "validators": [
+ {
+ "name": "Luhn"
+ }
+ ]
+ }
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000000
+ },
+ {
+ "status": "active",
+ "code": "bitexpro_p2p_pkr",
+ "method": "bitexpro_p2p",
+ "currency": "PKR",
+ "fields": [
+ {
+ "key": "card_number",
+ "type": "string",
+ "label": {
+ "en": "Card number",
+ "ru": "Номер карты",
+ "uk": "Номер карти"
+ },
+ "hint": {
+ "en": "Enter card number",
+ "ru": "Введите номер карты",
+ "uk": "Введіть номер карти"
+ },
+ "regexp": "\/^.{12,19}$\/",
+ "required": true,
+ "position": 1,
+ "options": {
+ "validators": [
+ {
+ "name": "Luhn"
+ }
+ ]
+ }
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 25000000
+ },
+ {
+ "status": "active",
+ "code": "bitexpro_p2p_vnd",
+ "method": "bitexpro_p2p",
+ "currency": "VND",
+ "fields": [
+ {
+ "key": "card_number",
+ "type": "string",
+ "label": {
+ "en": "Card number",
+ "ru": "Номер карты",
+ "uk": "Номер карти"
+ },
+ "hint": {
+ "en": "Enter card number",
+ "ru": "Введите номер карты",
+ "uk": "Введіть номер карти"
+ },
+ "regexp": "\/^.{12,19}$\/",
+ "required": true,
+ "position": 1,
+ "options": {
+ "validators": [
+ {
+ "name": "Luhn"
+ }
+ ]
+ }
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "bitexpro_p2p_eur",
+ "method": "bitexpro_p2p",
+ "currency": "EUR",
+ "fields": [
+ {
+ "key": "card_number",
+ "type": "string",
+ "label": {
+ "en": "Card number",
+ "ru": "Номер карты",
+ "uk": "Номер карти"
+ },
+ "hint": {
+ "en": "Enter card number",
+ "ru": "Введите номер карты",
+ "uk": "Введіть номер карти"
+ },
+ "regexp": "\/^.{12,19}$\/",
+ "required": true,
+ "position": 1,
+ "options": {
+ "validators": [
+ {
+ "name": "Luhn"
+ }
+ ]
+ }
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "bitexpro_p2p_usd",
+ "method": "bitexpro_p2p",
+ "currency": "USD",
+ "fields": [
+ {
+ "key": "card_number",
+ "type": "string",
+ "label": {
+ "en": "Card number",
+ "ru": "Номер карты",
+ "uk": "Номер карти"
+ },
+ "hint": {
+ "en": "Enter card number",
+ "ru": "Введите номер карты",
+ "uk": "Введіть номер карти"
+ },
+ "regexp": "\/^.{12,19}$\/",
+ "required": true,
+ "position": 1,
+ "options": {
+ "validators": [
+ {
+ "name": "Luhn"
+ }
+ ]
+ }
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "bitexpro_p2p_gbp",
+ "method": "bitexpro_p2p",
+ "currency": "GBP",
+ "fields": [
+ {
+ "key": "card_number",
+ "type": "string",
+ "label": {
+ "en": "Card number",
+ "ru": "Номер карты",
+ "uk": "Номер карти"
+ },
+ "hint": {
+ "en": "Enter card number",
+ "ru": "Введите номер карты",
+ "uk": "Введіть номер карти"
+ },
+ "regexp": "\/^.{12,19}$\/",
+ "required": true,
+ "position": 1,
+ "options": {
+ "validators": [
+ {
+ "name": "Luhn"
+ }
+ ]
+ }
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "hero_payments_eur",
+ "method": "hero_payments",
+ "currency": "EUR",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Wallet ID",
+ "ru": "Номер кошелька",
+ "uk": "Номер гаманця"
+ },
+ "hint": {
+ "en": "Enter wallet ID",
+ "ru": "Введите номер кошелька",
+ "uk": "Введіть номер гаманця"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "hero_payments_usd",
+ "method": "hero_payments",
+ "currency": "USD",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Wallet ID",
+ "ru": "Номер кошелька",
+ "uk": "Номер гаманця"
+ },
+ "hint": {
+ "en": "Enter wallet ID",
+ "ru": "Введите номер кошелька",
+ "uk": "Введіть номер гаманця"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "hero_payments_inr",
+ "method": "hero_payments",
+ "currency": "INR",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Wallet ID",
+ "ru": "Номер кошелька",
+ "uk": "Номер гаманця"
+ },
+ "hint": {
+ "en": "Enter wallet ID",
+ "ru": "Введите номер кошелька",
+ "uk": "Введіть номер гаманця"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": false,
+ "position": 1
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 8300000
+ },
+ {
+ "status": "active",
+ "code": "hero_payments_rub",
+ "method": "hero_payments",
+ "currency": "RUB",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Wallet ID",
+ "ru": "Номер кошелька",
+ "uk": "Номер гаманця"
+ },
+ "hint": {
+ "en": "Enter wallet ID",
+ "ru": "Введите номер кошелька",
+ "uk": "Введіть номер гаманця"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": false,
+ "position": 1
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 8150000
+ },
+ {
+ "status": "active",
+ "code": "hero_payments_uah",
+ "method": "hero_payments",
+ "currency": "UAH",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Wallet ID",
+ "ru": "Номер кошелька",
+ "uk": "Номер гаманця"
+ },
+ "hint": {
+ "en": "Enter wallet ID",
+ "ru": "Введите номер кошелька",
+ "uk": "Введіть номер гаманця"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": false,
+ "position": 1
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 3700000
+ },
+ {
+ "status": "active",
+ "code": "hero_payments_kzt",
+ "method": "hero_payments",
+ "currency": "KZT",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Wallet ID",
+ "ru": "Номер кошелька",
+ "uk": "Номер гаманця"
+ },
+ "hint": {
+ "en": "Enter wallet ID",
+ "ru": "Введите номер кошелька",
+ "uk": "Введіть номер гаманця"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": false,
+ "position": 1
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 44700000
+ },
+ {
+ "status": "active",
+ "code": "hero_payments_uzs",
+ "method": "hero_payments",
+ "currency": "UZS",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Wallet ID",
+ "ru": "Номер кошелька",
+ "uk": "Номер гаманця"
+ },
+ "hint": {
+ "en": "Enter wallet ID",
+ "ru": "Введите номер кошелька",
+ "uk": "Введіть номер гаманця"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": false,
+ "position": 1
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1500000000
+ },
+ {
+ "status": "active",
+ "code": "hero_payments_azn",
+ "method": "hero_payments",
+ "currency": "AZN",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Wallet ID",
+ "ru": "Номер кошелька",
+ "uk": "Номер гаманця"
+ },
+ "hint": {
+ "en": "Enter wallet ID",
+ "ru": "Введите номер кошелька",
+ "uk": "Введіть номер гаманця"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": false,
+ "position": 1
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 170000
+ },
+ {
+ "status": "active",
+ "code": "hero_payments_aed",
+ "method": "hero_payments",
+ "currency": "AED",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Wallet ID",
+ "ru": "Номер кошелька",
+ "uk": "Номер гаманця"
+ },
+ "hint": {
+ "en": "Enter wallet ID",
+ "ru": "Введите номер кошелька",
+ "uk": "Введіть номер гаманця"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": false,
+ "position": 1
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 370000
+ },
+ {
+ "status": "active",
+ "code": "hero_payments_idr",
+ "method": "hero_payments",
+ "currency": "IDR",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Wallet ID",
+ "ru": "Номер кошелька",
+ "uk": "Номер гаманця"
+ },
+ "hint": {
+ "en": "Enter wallet ID",
+ "ru": "Введите номер кошелька",
+ "uk": "Введіть номер гаманця"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": false,
+ "position": 1
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 15000000000
+ },
+ {
+ "status": "active",
+ "code": "hero_payments_pkr",
+ "method": "hero_payments",
+ "currency": "PKR",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Wallet ID",
+ "ru": "Номер кошелька",
+ "uk": "Номер гаманця"
+ },
+ "hint": {
+ "en": "Enter wallet ID",
+ "ru": "Введите номер кошелька",
+ "uk": "Введіть номер гаманця"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": false,
+ "position": 1
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 28500000
+ },
+ {
+ "status": "active",
+ "code": "hero_payments_vnd",
+ "method": "hero_payments",
+ "currency": "VND",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Wallet ID",
+ "ru": "Номер кошелька",
+ "uk": "Номер гаманця"
+ },
+ "hint": {
+ "en": "Enter wallet ID",
+ "ru": "Введите номер кошелька",
+ "uk": "Введіть номер гаманця"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": false,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "hero_payments_gbp",
+ "method": "hero_payments",
+ "currency": "GBP",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Wallet ID",
+ "ru": "Номер кошелька",
+ "uk": "Номер гаманця"
+ },
+ "hint": {
+ "en": "Enter wallet ID",
+ "ru": "Введите номер кошелька",
+ "uk": "Введіть номер гаманця"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": false,
+ "position": 1
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 81000
+ },
+ {
+ "status": "active",
+ "code": "hero_payments_try",
+ "method": "hero_payments",
+ "currency": "TRY",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Wallet ID",
+ "ru": "Номер кошелька",
+ "uk": "Номер гаманця"
+ },
+ "hint": {
+ "en": "Enter wallet ID",
+ "ru": "Введите номер кошелька",
+ "uk": "Введіть номер гаманця"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": false,
+ "position": 1
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 2150000
+ },
+ {
+ "status": "active",
+ "code": "instant_bank_transfer_try",
+ "method": "instant_bank_transfer",
+ "currency": "TRY",
+ "amount_min": 0.01,
+ "amount_max": 1800000
+ },
+ {
+ "status": "active",
+ "code": "maldo_crypto_try",
+ "method": "maldo_crypto",
+ "currency": "TRY",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Crypto wallet",
+ "ru": "Крипто кошелёк",
+ "uk": "Крипто гаманець"
+ },
+ "hint": {
+ "en": "Enter crypto wallet",
+ "ru": "Введите крипто кошелёк",
+ "uk": "Введіть крипто гаманець"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1800000
+ },
+ {
+ "status": "active",
+ "code": "paykwik_try",
+ "method": "paykwik",
+ "currency": "TRY",
+ "amount_min": 0.01,
+ "amount_max": 1800000
+ },
+ {
+ "status": "active",
+ "code": "astropay_try",
+ "method": "astropay",
+ "currency": "TRY",
+ "amount_min": 0.01,
+ "amount_max": 1800000
+ },
+ {
+ "status": "active",
+ "code": "tether_usdterc20",
+ "method": "tether",
+ "currency": "USDTERC20",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Tether wallet",
+ "ru": "Tether кошелёк",
+ "uk": "Tether гаманець"
+ },
+ "hint": {
+ "en": "Enter tether wallet",
+ "ru": "Введите tether кошелёк",
+ "uk": "Введіть tether гаманець"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "0.00000001",
+ "amount_max": "100000"
+ },
+ {
+ "status": "active",
+ "code": "tether_usdttrc20",
+ "method": "tether",
+ "currency": "USDTTRC20",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Tether wallet",
+ "ru": "Tether кошелёк",
+ "uk": "Tether гаманець"
+ },
+ "hint": {
+ "en": "Enter tether wallet",
+ "ru": "Введите tether кошелёк",
+ "uk": "Введіть tether гаманець"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "0.00000001",
+ "amount_max": "100000"
+ },
+ {
+ "status": "active",
+ "code": "tether_usdtbep20",
+ "method": "tether",
+ "currency": "USDTBEP20",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Tether wallet",
+ "ru": "Tether кошелёк",
+ "uk": "Tether гаманець"
+ },
+ "hint": {
+ "en": "Enter tether wallet",
+ "ru": "Введите tether кошелёк",
+ "uk": "Введіть tether гаманець"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "0.00000001",
+ "amount_max": "100000"
+ },
+ {
+ "status": "active",
+ "code": "usd_coin_usdcerc20",
+ "method": "usd_coin",
+ "currency": "USDCERC20",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Tether wallet",
+ "ru": "Tether кошелёк",
+ "uk": "Tether гаманець"
+ },
+ "hint": {
+ "en": "Enter tether wallet",
+ "ru": "Введите tether кошелёк",
+ "uk": "Введіть tether гаманець"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "0.00000001",
+ "amount_max": "100000"
+ },
+ {
+ "status": "active",
+ "code": "usd_coin_usdctrc20",
+ "method": "usd_coin",
+ "currency": "USDCTRC20",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Tether wallet",
+ "ru": "Tether кошелёк",
+ "uk": "Tether гаманець"
+ },
+ "hint": {
+ "en": "Enter tether wallet",
+ "ru": "Введите tether кошелёк",
+ "uk": "Введіть tether гаманець"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "0.00000001",
+ "amount_max": "100000"
+ },
+ {
+ "status": "active",
+ "code": "usd_coin_usdcbep20",
+ "method": "usd_coin",
+ "currency": "USDCBEP20",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Tether wallet",
+ "ru": "Tether кошелёк",
+ "uk": "Tether гаманець"
+ },
+ "hint": {
+ "en": "Enter tether wallet",
+ "ru": "Введите tether кошелёк",
+ "uk": "Введіть tether гаманець"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "0.00000001",
+ "amount_max": "100000"
+ },
+ {
+ "status": "active",
+ "code": "dai_coin_daierc20",
+ "method": "dai_coin",
+ "currency": "DAIERC20",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Tether wallet",
+ "ru": "Tether кошелёк",
+ "uk": "Tether гаманець"
+ },
+ "hint": {
+ "en": "Enter tether wallet",
+ "ru": "Введите tether кошелёк",
+ "uk": "Введіть tether гаманець"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "0.00000001",
+ "amount_max": "100000"
+ },
+ {
+ "status": "active",
+ "code": "venom_venom",
+ "method": "venom",
+ "currency": "VENOM",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Tether wallet",
+ "ru": "Tether кошелёк",
+ "uk": "Tether гаманець"
+ },
+ "hint": {
+ "en": "Enter tether wallet",
+ "ru": "Введите tether кошелёк",
+ "uk": "Введіть tether гаманець"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "0.00000001",
+ "amount_max": "100000"
+ },
+ {
+ "status": "active",
+ "code": "dai_coin_daibep20",
+ "method": "dai_coin",
+ "currency": "DAIBEP20",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Tether wallet",
+ "ru": "Tether кошелёк",
+ "uk": "Tether гаманець"
+ },
+ "hint": {
+ "en": "Enter tether wallet",
+ "ru": "Введите tether кошелёк",
+ "uk": "Введіть tether гаманець"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "0.00000001",
+ "amount_max": "100000"
+ },
+ {
+ "status": "active",
+ "code": "binance_smart_chain_bnb",
+ "method": "binance_smart_chain",
+ "currency": "BNB",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Tether wallet",
+ "ru": "Tether кошелёк",
+ "uk": "Tether гаманець"
+ },
+ "hint": {
+ "en": "Enter tether wallet",
+ "ru": "Введите tether кошелёк",
+ "uk": "Введіть tether гаманець"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "0.00000001",
+ "amount_max": "100000"
+ },
+ {
+ "status": "active",
+ "code": "payment_card_vef",
+ "method": "payment_card",
+ "currency": "VEF",
+ "fields": [
+ {
+ "key": "card_number",
+ "type": "string",
+ "label": {
+ "en": "Card number",
+ "ru": "Номер карты",
+ "uk": "Номер карти"
+ },
+ "hint": {
+ "en": "Enter card number",
+ "ru": "Введите номер карты",
+ "uk": "Введіть номер карти"
+ },
+ "regexp": "\/^\\d{12,19}$\/",
+ "required": true,
+ "position": 1,
+ "options": {
+ "validators": [
+ {
+ "name": "Luhn"
+ }
+ ]
+ }
+ }
+ ],
+ "amount_min": "25000",
+ "amount_max": "25000000000"
+ },
+ {
+ "status": "active",
+ "code": "payment_card_hnl",
+ "method": "payment_card",
+ "currency": "HNL",
+ "fields": [
+ {
+ "key": "card_number",
+ "type": "string",
+ "label": {
+ "en": "Card number",
+ "ru": "Номер карты",
+ "uk": "Номер карти"
+ },
+ "hint": {
+ "en": "Enter card number",
+ "ru": "Введите номер карты",
+ "uk": "Введіть номер карти"
+ },
+ "regexp": "\/^\\d{12,19}$\/",
+ "required": true,
+ "position": 1,
+ "options": {
+ "validators": [
+ {
+ "name": "Luhn"
+ }
+ ]
+ }
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "1000000"
+ },
+ {
+ "status": "active",
+ "code": "payment_card_crc",
+ "method": "payment_card",
+ "currency": "CRC",
+ "fields": [
+ {
+ "key": "card_number",
+ "type": "string",
+ "label": {
+ "en": "Card number",
+ "ru": "Номер карты",
+ "uk": "Номер карти"
+ },
+ "hint": {
+ "en": "Enter card number",
+ "ru": "Введите номер карты",
+ "uk": "Введіть номер карти"
+ },
+ "regexp": "\/^\\d{12,19}$\/",
+ "required": true,
+ "position": 1,
+ "options": {
+ "validators": [
+ {
+ "name": "Luhn"
+ }
+ ]
+ }
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "55000000"
+ },
+ {
+ "status": "active",
+ "code": "payment_card_xaf",
+ "method": "payment_card",
+ "currency": "XAF",
+ "fields": [
+ {
+ "key": "card_number",
+ "type": "string",
+ "label": {
+ "en": "Card number",
+ "ru": "Номер карты",
+ "uk": "Номер карти"
+ },
+ "hint": {
+ "en": "Enter card number",
+ "ru": "Введите номер карты",
+ "uk": "Введіть номер карти"
+ },
+ "regexp": "\/^\\d{12,19}$\/",
+ "required": true,
+ "position": 1,
+ "options": {
+ "validators": [
+ {
+ "name": "Luhn"
+ }
+ ]
+ }
+ }
+ ],
+ "amount_min": "6",
+ "amount_max": "60000000"
+ },
+ {
+ "status": "active",
+ "code": "payment_card_cve",
+ "method": "payment_card",
+ "currency": "CVE",
+ "fields": [
+ {
+ "key": "card_number",
+ "type": "string",
+ "label": {
+ "en": "Card number",
+ "ru": "Номер карты",
+ "uk": "Номер карти"
+ },
+ "hint": {
+ "en": "Enter card number",
+ "ru": "Введите номер карты",
+ "uk": "Введіть номер карти"
+ },
+ "regexp": "\/^\\d{12,19}$\/",
+ "required": true,
+ "position": 1,
+ "options": {
+ "validators": [
+ {
+ "name": "Luhn"
+ }
+ ]
+ }
+ }
+ ],
+ "amount_min": "1",
+ "amount_max": "10000000"
+ },
+ {
+ "status": "active",
+ "code": "payment_card_sll",
+ "method": "payment_card",
+ "currency": "SLL",
+ "fields": [
+ {
+ "key": "card_number",
+ "type": "string",
+ "label": {
+ "en": "Card number",
+ "ru": "Номер карты",
+ "uk": "Номер карти"
+ },
+ "hint": {
+ "en": "Enter card number",
+ "ru": "Введите номер карты",
+ "uk": "Введіть номер карти"
+ },
+ "regexp": "\/^\\d{12,19}$\/",
+ "required": true,
+ "position": 1,
+ "options": {
+ "validators": [
+ {
+ "name": "Luhn"
+ }
+ ]
+ }
+ }
+ ],
+ "amount_min": "196",
+ "amount_max": "1967864768"
+ },
+ {
+ "status": "active",
+ "code": "payment_card_bwp",
+ "method": "payment_card",
+ "currency": "BWP",
+ "fields": [
+ {
+ "key": "card_number",
+ "type": "string",
+ "label": {
+ "en": "Card number",
+ "ru": "Номер карты",
+ "uk": "Номер карти"
+ },
+ "hint": {
+ "en": "Enter card number",
+ "ru": "Введите номер карты",
+ "uk": "Введіть номер карти"
+ },
+ "regexp": "\/^\\d{12,19}$\/",
+ "required": true,
+ "position": 1,
+ "options": {
+ "validators": [
+ {
+ "name": "Luhn"
+ }
+ ]
+ }
+ }
+ ],
+ "amount_min": "0.1",
+ "amount_max": "1300000"
+ },
+ {
+ "status": "active",
+ "code": "payment_card_pab",
+ "method": "payment_card",
+ "currency": "PAB",
+ "fields": [
+ {
+ "key": "card_number",
+ "type": "string",
+ "label": {
+ "en": "Card number",
+ "ru": "Номер карты",
+ "uk": "Номер карти"
+ },
+ "hint": {
+ "en": "Enter card number",
+ "ru": "Введите номер карты",
+ "uk": "Введіть номер карти"
+ },
+ "regexp": "\/^\\d{12,19}$\/",
+ "required": true,
+ "position": 1,
+ "options": {
+ "validators": [
+ {
+ "name": "Luhn"
+ }
+ ]
+ }
+ }
+ ],
+ "amount_min": "1",
+ "amount_max": "1000000"
+ },
+ {
+ "status": "active",
+ "code": "payment_card_nio",
+ "method": "payment_card",
+ "currency": "NIO",
+ "fields": [
+ {
+ "key": "card_number",
+ "type": "string",
+ "label": {
+ "en": "Card number",
+ "ru": "Номер карты",
+ "uk": "Номер карти"
+ },
+ "hint": {
+ "en": "Enter card number",
+ "ru": "Введите номер карты",
+ "uk": "Введіть номер карти"
+ },
+ "regexp": "\/^\\d{12,19}$\/",
+ "required": true,
+ "position": 1,
+ "options": {
+ "validators": [
+ {
+ "name": "Luhn"
+ }
+ ]
+ }
+ }
+ ],
+ "amount_min": "1",
+ "amount_max": "3500000"
+ },
+ {
+ "status": "active",
+ "code": "payment_card_bob",
+ "method": "payment_card",
+ "currency": "BOB",
+ "fields": [
+ {
+ "key": "card_number",
+ "type": "string",
+ "label": {
+ "en": "Card number",
+ "ru": "Номер карты",
+ "uk": "Номер карти"
+ },
+ "hint": {
+ "en": "Enter card number",
+ "ru": "Введите номер карты",
+ "uk": "Введіть номер карти"
+ },
+ "regexp": "\/^\\d{12,19}$\/",
+ "required": true,
+ "position": 1,
+ "options": {
+ "validators": [
+ {
+ "name": "Luhn"
+ }
+ ]
+ }
+ }
+ ],
+ "amount_min": "1",
+ "amount_max": "700000"
+ },
+ {
+ "status": "active",
+ "code": "payment_card_xof",
+ "method": "payment_card",
+ "currency": "XOF",
+ "fields": [
+ {
+ "key": "card_number",
+ "type": "string",
+ "label": {
+ "en": "Card number",
+ "ru": "Номер карты",
+ "uk": "Номер карти"
+ },
+ "hint": {
+ "en": "Enter card number",
+ "ru": "Введите номер карты",
+ "uk": "Введіть номер карти"
+ },
+ "regexp": "\/^\\d{12,19}$\/",
+ "required": true,
+ "position": 1,
+ "options": {
+ "validators": [
+ {
+ "name": "Luhn"
+ }
+ ]
+ }
+ }
+ ],
+ "amount_min": "6",
+ "amount_max": "60000000"
+ },
+ {
+ "status": "active",
+ "code": "payment_card_dop",
+ "method": "payment_card",
+ "currency": "DOP",
+ "fields": [
+ {
+ "key": "card_number",
+ "type": "string",
+ "label": {
+ "en": "Card number",
+ "ru": "Номер карты",
+ "uk": "Номер карти"
+ },
+ "hint": {
+ "en": "Enter card number",
+ "ru": "Введите номер карты",
+ "uk": "Введіть номер карти"
+ },
+ "regexp": "\/^\\d{12,19}$\/",
+ "required": true,
+ "position": 1,
+ "options": {
+ "validators": [
+ {
+ "name": "Luhn"
+ }
+ ]
+ }
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "6000000"
+ },
+ {
+ "status": "active",
+ "code": "payment_card_svc",
+ "method": "payment_card",
+ "currency": "SVC",
+ "fields": [
+ {
+ "key": "card_number",
+ "type": "string",
+ "label": {
+ "en": "Card number",
+ "ru": "Номер карты",
+ "uk": "Номер карти"
+ },
+ "hint": {
+ "en": "Enter card number",
+ "ru": "Введите номер карты",
+ "uk": "Введіть номер карти"
+ },
+ "regexp": "\/^\\d{12,19}$\/",
+ "required": true,
+ "position": 1,
+ "options": {
+ "validators": [
+ {
+ "name": "Luhn"
+ }
+ ]
+ }
+ }
+ ],
+ "amount_min": "1",
+ "amount_max": "900000"
+ },
+ {
+ "status": "active",
+ "code": "payment_card_pyg",
+ "method": "payment_card",
+ "currency": "PYG",
+ "fields": [
+ {
+ "key": "card_number",
+ "type": "string",
+ "label": {
+ "en": "Card number",
+ "ru": "Номер карты",
+ "uk": "Номер карти"
+ },
+ "hint": {
+ "en": "Enter card number",
+ "ru": "Введите номер карты",
+ "uk": "Введіть номер карти"
+ },
+ "regexp": "\/^\\d{12,19}$\/",
+ "required": true,
+ "position": 1,
+ "options": {
+ "validators": [
+ {
+ "name": "Luhn"
+ }
+ ]
+ }
+ }
+ ],
+ "amount_min": "1",
+ "amount_max": "600000000"
+ },
+ {
+ "status": "active",
+ "code": "payment_card_ves",
+ "method": "payment_card",
+ "currency": "VES",
+ "fields": [
+ {
+ "key": "card_number",
+ "type": "string",
+ "label": {
+ "en": "Card number",
+ "ru": "Номер карты",
+ "uk": "Номер карти"
+ },
+ "hint": {
+ "en": "Enter card number",
+ "ru": "Введите номер карты",
+ "uk": "Введіть номер карти"
+ },
+ "regexp": "\/^\\d{12,19}$\/",
+ "required": true,
+ "position": 1,
+ "options": {
+ "validators": [
+ {
+ "name": "Luhn"
+ }
+ ]
+ }
+ }
+ ],
+ "amount_min": "1",
+ "amount_max": "4000000"
+ },
+ {
+ "status": "active",
+ "code": "payment_card_cop",
+ "method": "payment_card",
+ "currency": "COP",
+ "fields": [
+ {
+ "key": "card_number",
+ "type": "string",
+ "label": {
+ "en": "Card number",
+ "ru": "Номер карты",
+ "uk": "Номер карти"
+ },
+ "hint": {
+ "en": "Enter card number",
+ "ru": "Введите номер карты",
+ "uk": "Введіть номер карти"
+ },
+ "regexp": "\/^\\d{12,19}$\/",
+ "required": true,
+ "position": 1,
+ "options": {
+ "validators": [
+ {
+ "name": "Luhn"
+ }
+ ]
+ }
+ }
+ ],
+ "amount_min": "1",
+ "amount_max": "5000000000"
+ },
+ {
+ "status": "active",
+ "code": "payment_card_gtq",
+ "method": "payment_card",
+ "currency": "GTQ",
+ "fields": [
+ {
+ "key": "card_number",
+ "type": "string",
+ "label": {
+ "en": "Card number",
+ "ru": "Номер карты",
+ "uk": "Номер карти"
+ },
+ "hint": {
+ "en": "Enter card number",
+ "ru": "Введите номер карты",
+ "uk": "Введіть номер карти"
+ },
+ "regexp": "\/^\\d{12,19}$\/",
+ "required": true,
+ "position": 1,
+ "options": {
+ "validators": [
+ {
+ "name": "Luhn"
+ }
+ ]
+ }
+ }
+ ],
+ "amount_min": "1",
+ "amount_max": "1600000"
+ },
+ {
+ "status": "active",
+ "code": "interac_etransfer_cad",
+ "method": "interac_etransfer",
+ "currency": "CAD",
+ "amount_min": "0.1",
+ "amount_max": "1300000"
+ },
+ {
+ "status": "active",
+ "code": "va_mandiri_idr",
+ "method": "va_mandiri",
+ "vendor": "mandiri_bank",
+ "currency": "IDR",
+ "amount_min": "50000",
+ "amount_max": "25000000",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "account_name",
+ "type": "string",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Account Name",
+ "ru": "Account Name",
+ "uk": "Account Name"
+ },
+ "hint": {
+ "en": "Enter Account Name",
+ "ru": "Введите Account Name",
+ "uk": "Введіть Account Name"
+ },
+ "regexp": "\/^[A-Za-z0-9\\s]{2,100}$\/"
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "full_address",
+ "type": "string",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "hint": {
+ "en": "Enter address",
+ "ru": "Введите адрес",
+ "uk": "Введіть адресу"
+ },
+ "regexp": "\/^[A-Za-z{*}, -d]{2,64}$\/"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "kookmin_bank_krw",
+ "method": "kookmin_bank",
+ "currency": "KRW",
+ "amount_min": "1",
+ "amount_max": "133000000",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "account_name",
+ "type": "string",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Account Name",
+ "ru": "Account Name",
+ "uk": "Account Name"
+ },
+ "hint": {
+ "en": "Enter Account Name",
+ "ru": "Введите Account Name",
+ "uk": "Введіть Account Name"
+ },
+ "regexp": "\/^[A-Za-z0-9\\s]{2,100}$\/"
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "full_address",
+ "type": "string",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "hint": {
+ "en": "Enter address",
+ "ru": "Введите адрес",
+ "uk": "Введіть адресу"
+ },
+ "regexp": "\/^[A-Za-z{*}, -d]{2,64}$\/"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 7,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 8,
+ "example": "Doe"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "keb_hana_bank_krw",
+ "method": "keb_hana_bank",
+ "currency": "KRW",
+ "amount_min": "1",
+ "amount_max": "133000000",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "account_name",
+ "type": "string",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Account Name",
+ "ru": "Account Name",
+ "uk": "Account Name"
+ },
+ "hint": {
+ "en": "Enter Account Name",
+ "ru": "Введите Account Name",
+ "uk": "Введіть Account Name"
+ },
+ "regexp": "\/^[A-Za-z0-9\\s]{2,100}$\/"
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "full_address",
+ "type": "string",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "hint": {
+ "en": "Enter address",
+ "ru": "Введите адрес",
+ "uk": "Введіть адресу"
+ },
+ "regexp": "\/^[A-Za-z{*}, -d]{2,64}$\/"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 7,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 8,
+ "example": "Doe"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "nonghyup_bank_krw",
+ "method": "nonghyup_bank",
+ "currency": "KRW",
+ "amount_min": "1",
+ "amount_max": "133000000",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "account_name",
+ "type": "string",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Account Name",
+ "ru": "Account Name",
+ "uk": "Account Name"
+ },
+ "hint": {
+ "en": "Enter Account Name",
+ "ru": "Введите Account Name",
+ "uk": "Введіть Account Name"
+ },
+ "regexp": "\/^[A-Za-z0-9\\s]{2,100}$\/"
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "full_address",
+ "type": "string",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "hint": {
+ "en": "Enter address",
+ "ru": "Введите адрес",
+ "uk": "Введіть адресу"
+ },
+ "regexp": "\/^[A-Za-z{*}, -d]{2,64}$\/"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 7,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 8,
+ "example": "Doe"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "nhbank_bank_krw",
+ "method": "nhbank_bank",
+ "currency": "KRW",
+ "amount_min": "1",
+ "amount_max": "133000000",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "account_name",
+ "type": "string",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Account Name",
+ "ru": "Account Name",
+ "uk": "Account Name"
+ },
+ "hint": {
+ "en": "Enter Account Name",
+ "ru": "Введите Account Name",
+ "uk": "Введіть Account Name"
+ },
+ "regexp": "\/^[A-Za-z0-9\\s]{2,100}$\/"
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "full_address",
+ "type": "string",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "hint": {
+ "en": "Enter address",
+ "ru": "Введите адрес",
+ "uk": "Введіть адресу"
+ },
+ "regexp": "\/^[A-Za-z{*}, -d]{2,64}$\/"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "sc_first_bank_krw",
+ "method": "sc_first_bank",
+ "currency": "KRW",
+ "amount_min": "1",
+ "amount_max": "133000000",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "account_name",
+ "type": "string",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Account Name",
+ "ru": "Account Name",
+ "uk": "Account Name"
+ },
+ "hint": {
+ "en": "Enter Account Name",
+ "ru": "Введите Account Name",
+ "uk": "Введіть Account Name"
+ },
+ "regexp": "\/^[A-Za-z0-9\\s]{2,100}$\/"
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "full_address",
+ "type": "string",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "hint": {
+ "en": "Enter address",
+ "ru": "Введите адрес",
+ "uk": "Введіть адресу"
+ },
+ "regexp": "\/^[A-Za-z{*}, -d]{2,64}$\/"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "korea_post_bank_krw",
+ "method": "korea_post_bank",
+ "currency": "KRW",
+ "amount_min": "1",
+ "amount_max": "133000000",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "account_name",
+ "type": "string",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Account Name",
+ "ru": "Account Name",
+ "uk": "Account Name"
+ },
+ "hint": {
+ "en": "Enter Account Name",
+ "ru": "Введите Account Name",
+ "uk": "Введіть Account Name"
+ },
+ "regexp": "\/^[A-Za-z0-9\\s]{2,100}$\/"
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "full_address",
+ "type": "string",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "hint": {
+ "en": "Enter address",
+ "ru": "Введите адрес",
+ "uk": "Введіть адресу"
+ },
+ "regexp": "\/^[A-Za-z{*}, -d]{2,64}$\/"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 7,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 8,
+ "example": "Doe"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "kyongnam_bank_krw",
+ "method": "kyongnam_bank",
+ "currency": "KRW",
+ "amount_min": "1",
+ "amount_max": "133000000",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "account_name",
+ "type": "string",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Account Name",
+ "ru": "Account Name",
+ "uk": "Account Name"
+ },
+ "hint": {
+ "en": "Enter Account Name",
+ "ru": "Введите Account Name",
+ "uk": "Введіть Account Name"
+ },
+ "regexp": "\/^[A-Za-z0-9\\s]{2,100}$\/"
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "full_address",
+ "type": "string",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "hint": {
+ "en": "Enter address",
+ "ru": "Введите адрес",
+ "uk": "Введіть адресу"
+ },
+ "regexp": "\/^[A-Za-z{*}, -d]{2,64}$\/"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 7,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 8,
+ "example": "Doe"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "kwangju_bank_krw",
+ "method": "kwangju_bank",
+ "currency": "KRW",
+ "amount_min": "1",
+ "amount_max": "133000000",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "account_name",
+ "type": "string",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Account Name",
+ "ru": "Account Name",
+ "uk": "Account Name"
+ },
+ "hint": {
+ "en": "Enter Account Name",
+ "ru": "Введите Account Name",
+ "uk": "Введіть Account Name"
+ },
+ "regexp": "\/^[A-Za-z0-9\\s]{2,100}$\/"
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "full_address",
+ "type": "string",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "hint": {
+ "en": "Enter address",
+ "ru": "Введите адрес",
+ "uk": "Введіть адресу"
+ },
+ "regexp": "\/^[A-Za-z{*}, -d]{2,64}$\/"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 7,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 8,
+ "example": "Doe"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "daegu_bank_krw",
+ "method": "daegu_bank",
+ "currency": "KRW",
+ "amount_min": "1",
+ "amount_max": "133000000",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "account_name",
+ "type": "string",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Account Name",
+ "ru": "Account Name",
+ "uk": "Account Name"
+ },
+ "hint": {
+ "en": "Enter Account Name",
+ "ru": "Введите Account Name",
+ "uk": "Введіть Account Name"
+ },
+ "regexp": "\/^[A-Za-z0-9\\s]{2,100}$\/"
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "full_address",
+ "type": "string",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "hint": {
+ "en": "Enter address",
+ "ru": "Введите адрес",
+ "uk": "Введіть адресу"
+ },
+ "regexp": "\/^[A-Za-z{*}, -d]{2,64}$\/"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 7,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 8,
+ "example": "Doe"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "busan_bank_krw",
+ "method": "busan_bank",
+ "currency": "KRW",
+ "amount_min": "1",
+ "amount_max": "133000000",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "account_name",
+ "type": "string",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Account Name",
+ "ru": "Account Name",
+ "uk": "Account Name"
+ },
+ "hint": {
+ "en": "Enter Account Name",
+ "ru": "Введите Account Name",
+ "uk": "Введіть Account Name"
+ },
+ "regexp": "\/^[A-Za-z0-9\\s]{2,100}$\/"
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "full_address",
+ "type": "string",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "hint": {
+ "en": "Enter address",
+ "ru": "Введите адрес",
+ "uk": "Введіть адресу"
+ },
+ "regexp": "\/^[A-Za-z{*}, -d]{2,64}$\/"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 7,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 8,
+ "example": "Doe"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "kdb_bank_krw",
+ "method": "busan_bank",
+ "currency": "KRW",
+ "amount_min": "1",
+ "amount_max": "133000000",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "account_name",
+ "type": "string",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Account Name",
+ "ru": "Account Name",
+ "uk": "Account Name"
+ },
+ "hint": {
+ "en": "Enter Account Name",
+ "ru": "Введите Account Name",
+ "uk": "Введіть Account Name"
+ },
+ "regexp": "\/^[A-Za-z0-9\\s]{2,100}$\/"
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "full_address",
+ "type": "string",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "hint": {
+ "en": "Enter address",
+ "ru": "Введите адрес",
+ "uk": "Введіть адресу"
+ },
+ "regexp": "\/^[A-Za-z{*}, -d]{2,64}$\/"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 7,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 8,
+ "example": "Doe"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "kfcc_bank_krw",
+ "method": "kfcc_bank",
+ "currency": "KRW",
+ "amount_min": "1",
+ "amount_max": "133000000",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "account_name",
+ "type": "string",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Account Name",
+ "ru": "Account Name",
+ "uk": "Account Name"
+ },
+ "hint": {
+ "en": "Enter Account Name",
+ "ru": "Введите Account Name",
+ "uk": "Введіть Account Name"
+ },
+ "regexp": "\/^[A-Za-z0-9\\s]{2,100}$\/"
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "full_address",
+ "type": "string",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "hint": {
+ "en": "Enter address",
+ "ru": "Введите адрес",
+ "uk": "Введіть адресу"
+ },
+ "regexp": "\/^[A-Za-z{*}, -d]{2,64}$\/"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "suhyup_bank_krw",
+ "method": "suhyup_bank",
+ "currency": "KRW",
+ "amount_min": "1",
+ "amount_max": "133000000",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "account_name",
+ "type": "string",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Account Name",
+ "ru": "Account Name",
+ "uk": "Account Name"
+ },
+ "hint": {
+ "en": "Enter Account Name",
+ "ru": "Введите Account Name",
+ "uk": "Введіть Account Name"
+ },
+ "regexp": "\/^[A-Za-z0-9\\s]{2,100}$\/"
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "full_address",
+ "type": "string",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "hint": {
+ "en": "Enter address",
+ "ru": "Введите адрес",
+ "uk": "Введіть адресу"
+ },
+ "regexp": "\/^[A-Za-z{*}, -d]{2,64}$\/"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 7,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 8,
+ "example": "Doe"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "credit_union_bank_krw",
+ "method": "credit_union_bank",
+ "currency": "KRW",
+ "amount_min": "1",
+ "amount_max": "133000000",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "account_name",
+ "type": "string",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Account Name",
+ "ru": "Account Name",
+ "uk": "Account Name"
+ },
+ "hint": {
+ "en": "Enter Account Name",
+ "ru": "Введите Account Name",
+ "uk": "Введіть Account Name"
+ },
+ "regexp": "\/^[A-Za-z0-9\\s]{2,100}$\/"
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "full_address",
+ "type": "string",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "hint": {
+ "en": "Enter address",
+ "ru": "Введите адрес",
+ "uk": "Введіть адресу"
+ },
+ "regexp": "\/^[A-Za-z{*}, -d]{2,64}$\/"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 7,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 8,
+ "example": "Doe"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "jeonbuk_bank_krw",
+ "method": "jeonbuk_bank",
+ "currency": "KRW",
+ "amount_min": "1",
+ "amount_max": "133000000",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "account_name",
+ "type": "string",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Account Name",
+ "ru": "Account Name",
+ "uk": "Account Name"
+ },
+ "hint": {
+ "en": "Enter Account Name",
+ "ru": "Введите Account Name",
+ "uk": "Введіть Account Name"
+ },
+ "regexp": "\/^[A-Za-z0-9\\s]{2,100}$\/"
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "full_address",
+ "type": "string",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "hint": {
+ "en": "Enter address",
+ "ru": "Введите адрес",
+ "uk": "Введіть адресу"
+ },
+ "regexp": "\/^[A-Za-z{*}, -d]{2,64}$\/"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 7,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 8,
+ "example": "Doe"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "jeju_bank_krw",
+ "method": "jeju_bank",
+ "currency": "KRW",
+ "amount_min": "1",
+ "amount_max": "133000000",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "account_name",
+ "type": "string",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Account Name",
+ "ru": "Account Name",
+ "uk": "Account Name"
+ },
+ "hint": {
+ "en": "Enter Account Name",
+ "ru": "Введите Account Name",
+ "uk": "Введіть Account Name"
+ },
+ "regexp": "\/^[A-Za-z0-9\\s]{2,100}$\/"
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "full_address",
+ "type": "string",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "hint": {
+ "en": "Enter address",
+ "ru": "Введите адрес",
+ "uk": "Введіть адресу"
+ },
+ "regexp": "\/^[A-Za-z{*}, -d]{2,64}$\/"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 7,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 8,
+ "example": "Doe"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "daishin_bank_krw",
+ "method": "daishin_bank",
+ "currency": "KRW",
+ "amount_min": "1",
+ "amount_max": "133000000",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "account_name",
+ "type": "string",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Account Name",
+ "ru": "Account Name",
+ "uk": "Account Name"
+ },
+ "hint": {
+ "en": "Enter Account Name",
+ "ru": "Введите Account Name",
+ "uk": "Введіть Account Name"
+ },
+ "regexp": "\/^[A-Za-z0-9\\s]{2,100}$\/"
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "full_address",
+ "type": "string",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "hint": {
+ "en": "Enter address",
+ "ru": "Введите адрес",
+ "uk": "Введіть адресу"
+ },
+ "regexp": "\/^[A-Za-z{*}, -d]{2,64}$\/"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "db_financial_investment_bank_krw",
+ "method": "db_financial_investment_bank",
+ "currency": "KRW",
+ "amount_min": "1",
+ "amount_max": "133000000",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "account_name",
+ "type": "string",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Account Name",
+ "ru": "Account Name",
+ "uk": "Account Name"
+ },
+ "hint": {
+ "en": "Enter Account Name",
+ "ru": "Введите Account Name",
+ "uk": "Введіть Account Name"
+ },
+ "regexp": "\/^[A-Za-z0-9\\s]{2,100}$\/"
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "full_address",
+ "type": "string",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "hint": {
+ "en": "Enter address",
+ "ru": "Введите адрес",
+ "uk": "Введіть адресу"
+ },
+ "regexp": "\/^[A-Za-z{*}, -d]{2,64}$\/"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "yuanta_bank_krw",
+ "method": "yuanta_bank",
+ "currency": "KRW",
+ "amount_min": "1",
+ "amount_max": "133000000",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "account_name",
+ "type": "string",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Account Name",
+ "ru": "Account Name",
+ "uk": "Account Name"
+ },
+ "hint": {
+ "en": "Enter Account Name",
+ "ru": "Введите Account Name",
+ "uk": "Введіть Account Name"
+ },
+ "regexp": "\/^[A-Za-z0-9\\s]{2,100}$\/"
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "full_address",
+ "type": "string",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "hint": {
+ "en": "Enter address",
+ "ru": "Введите адрес",
+ "uk": "Введіть адресу"
+ },
+ "regexp": "\/^[A-Za-z{*}, -d]{2,64}$\/"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "meritz_bank_krw",
+ "method": "meritz_bank",
+ "currency": "KRW",
+ "amount_min": "1",
+ "amount_max": "133000000",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "account_name",
+ "type": "string",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Account Name",
+ "ru": "Account Name",
+ "uk": "Account Name"
+ },
+ "hint": {
+ "en": "Enter Account Name",
+ "ru": "Введите Account Name",
+ "uk": "Введіть Account Name"
+ },
+ "regexp": "\/^[A-Za-z0-9\\s]{2,100}$\/"
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "full_address",
+ "type": "string",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "hint": {
+ "en": "Enter address",
+ "ru": "Введите адрес",
+ "uk": "Введіть адресу"
+ },
+ "regexp": "\/^[A-Za-z{*}, -d]{2,64}$\/"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "bookook_bank_krw",
+ "method": "bookook_bank",
+ "currency": "KRW",
+ "amount_min": "1",
+ "amount_max": "133000000",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "account_name",
+ "type": "string",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Account Name",
+ "ru": "Account Name",
+ "uk": "Account Name"
+ },
+ "hint": {
+ "en": "Enter Account Name",
+ "ru": "Введите Account Name",
+ "uk": "Введіть Account Name"
+ },
+ "regexp": "\/^[A-Za-z0-9\\s]{2,100}$\/"
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "full_address",
+ "type": "string",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "hint": {
+ "en": "Enter address",
+ "ru": "Введите адрес",
+ "uk": "Введіть адресу"
+ },
+ "regexp": "\/^[A-Za-z{*}, -d]{2,64}$\/"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "nhqv_bank_krw",
+ "method": "nhqv_bank",
+ "currency": "KRW",
+ "amount_min": "1",
+ "amount_max": "133000000",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "account_name",
+ "type": "string",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Account Name",
+ "ru": "Account Name",
+ "uk": "Account Name"
+ },
+ "hint": {
+ "en": "Enter Account Name",
+ "ru": "Введите Account Name",
+ "uk": "Введіть Account Name"
+ },
+ "regexp": "\/^[A-Za-z0-9\\s]{2,100}$\/"
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "full_address",
+ "type": "string",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "hint": {
+ "en": "Enter address",
+ "ru": "Введите адрес",
+ "uk": "Введіть адресу"
+ },
+ "regexp": "\/^[A-Za-z{*}, -d]{2,64}$\/"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "ebest_investment_bank_krw",
+ "method": "ebest_investment_bank",
+ "currency": "KRW",
+ "amount_min": "1",
+ "amount_max": "133000000",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "account_name",
+ "type": "string",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Account Name",
+ "ru": "Account Name",
+ "uk": "Account Name"
+ },
+ "hint": {
+ "en": "Enter Account Name",
+ "ru": "Введите Account Name",
+ "uk": "Введіть Account Name"
+ },
+ "regexp": "\/^[A-Za-z0-9\\s]{2,100}$\/"
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "full_address",
+ "type": "string",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "hint": {
+ "en": "Enter address",
+ "ru": "Введите адрес",
+ "uk": "Введіть адресу"
+ },
+ "regexp": "\/^[A-Za-z{*}, -d]{2,64}$\/"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "kiwoom_bank_krw",
+ "method": "kiwoom_bank",
+ "currency": "KRW",
+ "amount_min": "1",
+ "amount_max": "133000000",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "account_name",
+ "type": "string",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Account Name",
+ "ru": "Account Name",
+ "uk": "Account Name"
+ },
+ "hint": {
+ "en": "Enter Account Name",
+ "ru": "Введите Account Name",
+ "uk": "Введіть Account Name"
+ },
+ "regexp": "\/^[A-Za-z0-9\\s]{2,100}$\/"
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "full_address",
+ "type": "string",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "hint": {
+ "en": "Enter address",
+ "ru": "Введите адрес",
+ "uk": "Введіть адресу"
+ },
+ "regexp": "\/^[A-Za-z{*}, -d]{2,64}$\/"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "hana_financial_bank_krw",
+ "method": "hana_financial_bank",
+ "currency": "KRW",
+ "amount_min": "1",
+ "amount_max": "133000000",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "account_name",
+ "type": "string",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Account Name",
+ "ru": "Account Name",
+ "uk": "Account Name"
+ },
+ "hint": {
+ "en": "Enter Account Name",
+ "ru": "Введите Account Name",
+ "uk": "Введіть Account Name"
+ },
+ "regexp": "\/^[A-Za-z0-9\\s]{2,100}$\/"
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "full_address",
+ "type": "string",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "hint": {
+ "en": "Enter address",
+ "ru": "Введите адрес",
+ "uk": "Введіть адресу"
+ },
+ "regexp": "\/^[A-Za-z{*}, -d]{2,64}$\/"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "hanwha_bank_krw",
+ "method": "hanwha_bank",
+ "currency": "KRW",
+ "amount_min": "1",
+ "amount_max": "133000000",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "account_name",
+ "type": "string",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Account Name",
+ "ru": "Account Name",
+ "uk": "Account Name"
+ },
+ "hint": {
+ "en": "Enter Account Name",
+ "ru": "Введите Account Name",
+ "uk": "Введіть Account Name"
+ },
+ "regexp": "\/^[A-Za-z0-9\\s]{2,100}$\/"
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "full_address",
+ "type": "string",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "hint": {
+ "en": "Enter address",
+ "ru": "Введите адрес",
+ "uk": "Введіть адресу"
+ },
+ "regexp": "\/^[A-Za-z{*}, -d]{2,64}$\/"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "kbfg_bank_krw",
+ "method": "kbfg_bank",
+ "currency": "KRW",
+ "amount_min": "1",
+ "amount_max": "133000000",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "account_name",
+ "type": "string",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Account Name",
+ "ru": "Account Name",
+ "uk": "Account Name"
+ },
+ "hint": {
+ "en": "Enter Account Name",
+ "ru": "Введите Account Name",
+ "uk": "Введіть Account Name"
+ },
+ "regexp": "\/^[A-Za-z0-9\\s]{2,100}$\/"
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "full_address",
+ "type": "string",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "hint": {
+ "en": "Enter address",
+ "ru": "Введите адрес",
+ "uk": "Введіть адресу"
+ },
+ "regexp": "\/^[A-Za-z{*}, -d]{2,64}$\/"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "kakaopay_bank_krw",
+ "method": "kakaopay_bank",
+ "currency": "KRW",
+ "amount_min": "1",
+ "amount_max": "133000000",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "account_name",
+ "type": "string",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Account Name",
+ "ru": "Account Name",
+ "uk": "Account Name"
+ },
+ "hint": {
+ "en": "Enter Account Name",
+ "ru": "Введите Account Name",
+ "uk": "Введіть Account Name"
+ },
+ "regexp": "\/^[A-Za-z0-9\\s]{2,100}$\/"
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "full_address",
+ "type": "string",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "hint": {
+ "en": "Enter address",
+ "ru": "Введите адрес",
+ "uk": "Введіть адресу"
+ },
+ "regexp": "\/^[A-Za-z{*}, -d]{2,64}$\/"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "bnk_bank_krw",
+ "method": "bnk_bank",
+ "currency": "KRW",
+ "amount_min": "1",
+ "amount_max": "133000000",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "account_name",
+ "type": "string",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Account Name",
+ "ru": "Account Name",
+ "uk": "Account Name"
+ },
+ "hint": {
+ "en": "Enter Account Name",
+ "ru": "Введите Account Name",
+ "uk": "Введіть Account Name"
+ },
+ "regexp": "\/^[A-Za-z0-9\\s]{2,100}$\/"
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "full_address",
+ "type": "string",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "hint": {
+ "en": "Enter address",
+ "ru": "Введите адрес",
+ "uk": "Введіть адресу"
+ },
+ "regexp": "\/^[A-Za-z{*}, -d]{2,64}$\/"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "ktb_bank_krw",
+ "method": "ktb_bank",
+ "currency": "KRW",
+ "amount_min": "1",
+ "amount_max": "133000000",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "account_name",
+ "type": "string",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Account Name",
+ "ru": "Account Name",
+ "uk": "Account Name"
+ },
+ "hint": {
+ "en": "Enter Account Name",
+ "ru": "Введите Account Name",
+ "uk": "Введіть Account Name"
+ },
+ "regexp": "\/^[A-Za-z0-9\\s]{2,100}$\/"
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "full_address",
+ "type": "string",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "hint": {
+ "en": "Enter address",
+ "ru": "Введите адрес",
+ "uk": "Введіть адресу"
+ },
+ "regexp": "\/^[A-Za-z{*}, -d]{2,64}$\/"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "bnpparibas_bank_krw",
+ "method": "bnpparibas_bank",
+ "currency": "KRW",
+ "amount_min": "1",
+ "amount_max": "133000000",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "account_name",
+ "type": "string",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Account Name",
+ "ru": "Account Name",
+ "uk": "Account Name"
+ },
+ "hint": {
+ "en": "Enter Account Name",
+ "ru": "Введите Account Name",
+ "uk": "Введіть Account Name"
+ },
+ "regexp": "\/^[A-Za-z0-9\\s]{2,100}$\/"
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "full_address",
+ "type": "string",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "hint": {
+ "en": "Enter address",
+ "ru": "Введите адрес",
+ "uk": "Введіть адресу"
+ },
+ "regexp": "\/^[A-Za-z{*}, -d]{2,64}$\/"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "kakao_bank_krw",
+ "method": "kakao_bank",
+ "currency": "KRW",
+ "amount_min": "1",
+ "amount_max": "133000000",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "account_name",
+ "type": "string",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Account Name",
+ "ru": "Account Name",
+ "uk": "Account Name"
+ },
+ "hint": {
+ "en": "Enter Account Name",
+ "ru": "Введите Account Name",
+ "uk": "Введіть Account Name"
+ },
+ "regexp": "\/^[A-Za-z0-9\\s]{2,100}$\/"
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "full_address",
+ "type": "string",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "hint": {
+ "en": "Enter address",
+ "ru": "Введите адрес",
+ "uk": "Введіть адресу"
+ },
+ "regexp": "\/^[A-Za-z{*}, -d]{2,64}$\/"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 7,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 8,
+ "example": "Doe"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "k_bank_krw",
+ "method": "k_bank",
+ "currency": "KRW",
+ "amount_min": "1",
+ "amount_max": "133000000",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "account_name",
+ "type": "string",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Account Name",
+ "ru": "Account Name",
+ "uk": "Account Name"
+ },
+ "hint": {
+ "en": "Enter Account Name",
+ "ru": "Введите Account Name",
+ "uk": "Введіть Account Name"
+ },
+ "regexp": "\/^[A-Za-z0-9\\s]{2,100}$\/"
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "full_address",
+ "type": "string",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "hint": {
+ "en": "Enter address",
+ "ru": "Введите адрес",
+ "uk": "Введіть адресу"
+ },
+ "regexp": "\/^[A-Za-z{*}, -d]{2,64}$\/"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "toss_bank_krw",
+ "method": "toss_bank",
+ "currency": "KRW",
+ "amount_min": "1",
+ "amount_max": "133000000",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "account_name",
+ "type": "string",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Account Name",
+ "ru": "Account Name",
+ "uk": "Account Name"
+ },
+ "hint": {
+ "en": "Enter Account Name",
+ "ru": "Введите Account Name",
+ "uk": "Введіть Account Name"
+ },
+ "regexp": "\/^[A-Za-z0-9\\s]{2,100}$\/"
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "full_address",
+ "type": "string",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "hint": {
+ "en": "Enter address",
+ "ru": "Введите адрес",
+ "uk": "Введіть адресу"
+ },
+ "regexp": "\/^[A-Za-z{*}, -d]{2,64}$\/"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "korea_foss_bank_krw",
+ "method": "korea_foss_bank",
+ "currency": "KRW",
+ "amount_min": "1",
+ "amount_max": "133000000",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "account_name",
+ "type": "string",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Account Name",
+ "ru": "Account Name",
+ "uk": "Account Name"
+ },
+ "hint": {
+ "en": "Enter Account Name",
+ "ru": "Введите Account Name",
+ "uk": "Введіть Account Name"
+ },
+ "regexp": "\/^[A-Za-z0-9\\s]{2,100}$\/"
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "full_address",
+ "type": "string",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "hint": {
+ "en": "Enter address",
+ "ru": "Введите адрес",
+ "uk": "Введіть адресу"
+ },
+ "regexp": "\/^[A-Za-z{*}, -d]{2,64}$\/"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "gcash_php",
+ "method": "gcash",
+ "currency": "PHP",
+ "amount_min": "1",
+ "amount_max": "5600000",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "account_name",
+ "type": "string",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Account Name",
+ "ru": "Account Name",
+ "uk": "Account Name"
+ },
+ "hint": {
+ "en": "Enter Account Name",
+ "ru": "Введите Account Name",
+ "uk": "Введіть Account Name"
+ },
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/"
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "full_address",
+ "type": "string",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "hint": {
+ "en": "Enter address",
+ "ru": "Введите адрес",
+ "uk": "Введіть адресу"
+ },
+ "regexp": "\/^[A-Za-z{*}, -d]{2,64}$\/"
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 8
+ },
+ {
+ "key": "customer_name",
+ "type": "string",
+ "label": {
+ "en": "Customer name",
+ "ru": "Имя покупателя",
+ "uk": "Ім'я клієнта"
+ },
+ "hint": {
+ "en": "Enter customer name",
+ "ru": "Введите имя покупателя",
+ "uk": "Введіть ім'я клієнта"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 9
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "pay_maya_php",
+ "method": "pay_maya",
+ "currency": "PHP",
+ "amount_min": "1",
+ "amount_max": "5600000",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 4
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 5
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "required": false,
+ "position": 7,
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "required": false,
+ "position": 8,
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "full_address",
+ "type": "string",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "hint": {
+ "en": "Enter address",
+ "ru": "Введите адрес",
+ "uk": "Введіть адресу"
+ },
+ "regexp": "\/^[A-Za-z,\\s0-9]{2,100}$\/"
+ },
+ {
+ "key": "account_name",
+ "type": "string",
+ "required": false,
+ "position": 10,
+ "label": {
+ "en": "Account Name",
+ "ru": "Account Name",
+ "uk": "Account Name"
+ },
+ "hint": {
+ "en": "Enter Account Name",
+ "ru": "Введите Account Name",
+ "uk": "Введіть Account Name"
+ },
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "easypaisa_pkr",
+ "method": "easypaisa",
+ "currency": "PKR",
+ "amount_min": "1",
+ "amount_max": "29000000",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "account_name",
+ "type": "string",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Account Name",
+ "ru": "Account Name",
+ "uk": "Account Name"
+ },
+ "hint": {
+ "en": "Enter Account Name",
+ "ru": "Введите Account Name",
+ "uk": "Введіть Account Name"
+ },
+ "regexp": "\/^[A-Za-z0-9\\s]{2,100}$\/"
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "full_address",
+ "type": "string",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "hint": {
+ "en": "Enter address",
+ "ru": "Введите адрес",
+ "uk": "Введіть адресу"
+ },
+ "regexp": "\/^[A-Za-z{*}, -d]{2,64}$\/"
+ },
+ {
+ "key": "beneficiary_full_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "position": 7,
+ "label": {
+ "en": "Beneficiary full name",
+ "ru": "Полное имя получателя",
+ "uk": "Повне імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary full name",
+ "ru": "Введите полное имя получателя",
+ "uk": "Введіть повне імʼя отримувача"
+ }
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "position": 8,
+ "label": {
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ }
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "jazzcash_pkr",
+ "method": "jazzcash",
+ "currency": "PKR",
+ "amount_min": "1",
+ "amount_max": "29000000",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "account_name",
+ "type": "string",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Account Name",
+ "ru": "Account Name",
+ "uk": "Account Name"
+ },
+ "hint": {
+ "en": "Enter Account Name",
+ "ru": "Введите Account Name",
+ "uk": "Введіть Account Name"
+ },
+ "regexp": "\/^[A-Za-z0-9\\s]{2,100}$\/"
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "full_address",
+ "type": "string",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "hint": {
+ "en": "Enter address",
+ "ru": "Введите адрес",
+ "uk": "Введіть адресу"
+ },
+ "regexp": "\/^[A-Za-z{*}, -d]{2,64}$\/"
+ },
+ {
+ "key": "beneficiary_full_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "position": 7,
+ "label": {
+ "en": "Beneficiary full name",
+ "ru": "Полное имя получателя",
+ "uk": "Повне імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary full name",
+ "ru": "Введите полное имя получателя",
+ "uk": "Введіть повне імʼя отримувача"
+ }
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "position": 8,
+ "label": {
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ }
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "payment_card_bhd",
+ "method": "payment_card",
+ "currency": "BHD",
+ "fields": [
+ {
+ "key": "card_number",
+ "type": "string",
+ "label": {
+ "en": "Card number",
+ "ru": "Номер карты",
+ "uk": "Номер карти"
+ },
+ "hint": {
+ "en": "Enter card number",
+ "ru": "Введите номер карты",
+ "uk": "Введіть номер карти"
+ },
+ "regexp": "\/^\\d{12,19}$\/",
+ "required": false,
+ "position": 1,
+ "options": {
+ "validators": [
+ {
+ "name": "Luhn"
+ }
+ ]
+ }
+ }
+ ],
+ "amount_min": "0.03",
+ "amount_max": "40000"
+ },
+ {
+ "status": "active",
+ "code": "payment_card_omr",
+ "method": "payment_card",
+ "currency": "OMR",
+ "fields": [
+ {
+ "key": "card_number",
+ "type": "string",
+ "label": {
+ "en": "Card number",
+ "ru": "Номер карты",
+ "uk": "Номер карти"
+ },
+ "hint": {
+ "en": "Enter card number",
+ "ru": "Введите номер карты",
+ "uk": "Введіть номер карти"
+ },
+ "regexp": "\/^\\d{12,19}$\/",
+ "required": false,
+ "position": 1,
+ "options": {
+ "validators": [
+ {
+ "name": "Luhn"
+ }
+ ]
+ }
+ }
+ ],
+ "amount_min": "0.03",
+ "amount_max": "40000"
+ },
+ {
+ "status": "active",
+ "code": "3_line_ngn",
+ "method": "3_line",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "ab_mfb_ngn",
+ "method": "ab_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "abbey_mortgage_bank_ngn",
+ "method": "abbey_mortgage_bank",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "above_only_mfb_ngn",
+ "method": "above_only_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "abu_mfb_ngn",
+ "method": "abu_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "access_bank_nigeria_ngn",
+ "method": "access_bank_nigeria",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 100000000
+ },
+ {
+ "status": "active",
+ "code": "access_yelloand_beta_ngn",
+ "method": "access_yelloand_beta",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "accessmoney_ngn",
+ "method": "accessmoney",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "accion_mfb_ngn",
+ "method": "accion_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "addosser_mfb_ngn",
+ "method": "addosser_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "adeyemi_college_staff_mfb_ngn",
+ "method": "adeyemi_college_staff_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "afekhafe_mfb_ngn",
+ "method": "afekhafe_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "ag_mortgage_bank_ngn",
+ "method": "ag_mortgage_bank",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "al_barkah_mfb_ngn",
+ "method": "al_barkah_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "al_hayat_mfb_ngn",
+ "method": "al_hayat_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "alekun_mfb_ngn",
+ "method": "alekun_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "alert_mfb_ngn",
+ "method": "alert_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "allworkers_mfb_ngn",
+ "method": "allworkers_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "alpha_kapital_mfb_ngn",
+ "method": "alpha_kapital_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "amju_unique_mfb_ngn",
+ "method": "amju_unique_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "amml_mfb_ngn",
+ "method": "amml_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "apeks_mfb_ngn",
+ "method": "apeks_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "arise_mfb_ngn",
+ "method": "arise_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "aso_savings_and_loans_ngn",
+ "method": "aso_savings_and_loans",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "assetmatrix_mfb_ngn",
+ "method": "assetmatrix_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "astrapolaris_mfb_ngn",
+ "method": "astrapolaris_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "auchi_mfb_ngn",
+ "method": "auchi_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "baines_credit_mfb_ngn",
+ "method": "baines_credit_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "balogun_gambari_mfb_ngn",
+ "method": "balogun_gambari_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "baobab_mfb_ngn",
+ "method": "baobab_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "bc_kash_mfb_ngn",
+ "method": "bc_kash_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "boctrust_mfb_ngn",
+ "method": "boctrust_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "bosak_mfb_ngn",
+ "method": "bosak_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "bowen_mfb_ngn",
+ "method": "bowen_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "brent_mortgage_bank_ngn",
+ "method": "brent_mortgage_bank",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "brethren_mfb_ngn",
+ "method": "brethren_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "brightway_mfb_ngn",
+ "method": "brightway_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "cellulant_ngn",
+ "method": "cellulant",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "cemcs_mfb_ngn",
+ "method": "cemcs_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "chikum_mfb_ngn",
+ "method": "chikum_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "cit_mfb_ngn",
+ "method": "cit_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "citibank_nigeria_ngn",
+ "method": "citibank_nigeria",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "consumer_mfb_ngn",
+ "method": "consumer_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "contec_global_infotech_ngn",
+ "method": "contec_global_infotech",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "coronation_merchant_bank_ngn",
+ "method": "coronation_merchant_bank",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 100000000
+ },
+ {
+ "status": "active",
+ "code": "covenant_ngn",
+ "method": "covenant",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "credit_afrique_mfb_ngn",
+ "method": "credit_afrique_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "daylight_mfb_ngn",
+ "method": "daylight_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "ebarcs_mfb_ngn",
+ "method": "ebarcs_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "eagle_flight_mfb_ngn",
+ "method": "eagle_flight_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "eartholeum_ngn",
+ "method": "eartholeum",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "ecobank_bank_ngn",
+ "method": "ecobank_bank",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "ecobank_xpress_ngn",
+ "method": "ecobank_xpress",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "edfin_mfb_ngn",
+ "method": "edfin_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "ekondo_mfb_ngn",
+ "method": "ekondo_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "emeralds_mfb_ngn",
+ "method": "emeralds_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "empire_trust_mfb_ngn",
+ "method": "empire_trust_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "esan_mfb_ngn",
+ "method": "esan_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "esoe_mfb_ngn",
+ "method": "esoe_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "etranzact_ngn",
+ "method": "etranzact",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "evangel_mfb_ngn",
+ "method": "evangel_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "fast_mfb_ngn",
+ "method": "fast_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "fbn_quest_merchant_bank_ngn",
+ "method": "fbn_quest_merchant_bank",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "fcmb_easy_account_ngn",
+ "method": "fcmb_easy_account",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "fct_mfb_ngn",
+ "method": "fct_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "federal_university_dutse_mfb_ngn",
+ "method": "federal_university_dutse_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "fedpoly_nasarawa_mfb_ngn",
+ "method": "fedpoly_nasarawa_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "fets_ngn",
+ "method": "fets",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "ffs_microfinance_ngn",
+ "method": "ffs_microfinance",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "fidelity_bank_ngn",
+ "method": "fidelity_bank",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "fidelity_mobile_ngn",
+ "method": "fidelity_mobile",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "fidfund_mfb_ngn",
+ "method": "fidfund_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "finatrust_mfb_ngn",
+ "method": "finatrust_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "first_apple_ngn",
+ "method": "first_apple",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "first_bankof_nigeria_ngn",
+ "method": "first_bankof_nigeria",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 100000000
+ },
+ {
+ "status": "active",
+ "code": "first_city_monument_bank_ngn",
+ "method": "first_city_monument_bank",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 100000000
+ },
+ {
+ "status": "active",
+ "code": "first_gen_mortgage_bank_ngn",
+ "method": "first_gen_mortgage_bank",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "first_multiple_mfb_ngn",
+ "method": "first_multiple_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "first_option_mfb_ngn",
+ "method": "first_option_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "first_royal_mfb_ngn",
+ "method": "first_royal_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "first_trust_mortgage_bank_ngn",
+ "method": "first_trust_mortgage_bank",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "firstmonie_wallet_ngn",
+ "method": "firstmonie_wallet",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "flutterwave_tech_solutions_ngn",
+ "method": "flutterwave_tech_solutions",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "fortis_mfb_ngn",
+ "method": "fortis_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "fortis_mobile_ngn",
+ "method": "fortis_mobile",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "fsdh_merchant_bank_ngn",
+ "method": "fsdh_merchant_bank",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 100000000
+ },
+ {
+ "status": "active",
+ "code": "full_range_mfb_ngn",
+ "method": "full_range_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "futo_mfb_ngn",
+ "method": "futo_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "gashua_mfb_ngn",
+ "method": "gashua_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "gateway_mortgage_bank_ngn",
+ "method": "gateway_mortgage_bank",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "globus_bank_ngn",
+ "method": "globus_bank",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "glory_mfb_ngn",
+ "method": "glory_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "gomoney_ngn",
+ "method": "gomoney",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "gowans_mfb_ngn",
+ "method": "gowans_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "greenbank_mfb_ngn",
+ "method": "greenbank_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "greenville_mfb_ngn",
+ "method": "greenville_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "grooming_mfb_ngn",
+ "method": "grooming_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "gt_mobile_money_ngn",
+ "method": "gt_mobile_money",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "guaranty_trust_bank_ngn",
+ "method": "guaranty_trust_bank",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 100000000
+ },
+ {
+ "status": "active",
+ "code": "hackman_mfb_ngn",
+ "method": "hackman_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "haggai_mortgage_bank_ngn",
+ "method": "haggai_mortgage_bank",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "hala_mfb_ngn",
+ "method": "hala_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "hasal_mfb_ngn",
+ "method": "hasal_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "hedonmark_ngn",
+ "method": "hedonmark",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "heritage_bank_ngn",
+ "method": "heritage_bank",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 100000000
+ },
+ {
+ "status": "active",
+ "code": "ibile_mfb_ngn",
+ "method": "ibile_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "ikire_mfb_ngn",
+ "method": "ikire_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "imo_state_mfb_ngn",
+ "method": "imo_state_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "imperial_homes_mortgage_bank_ngn",
+ "method": "imperial_homes_mortgage_bank",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "infinity_mfb_ngn",
+ "method": "infinity_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "infinity_trust_mortgage_bank_ngn",
+ "method": "infinity_trust_mortgage_bank",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "innovectives_kesh_ngn",
+ "method": "innovectives_kesh",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "interswitch_ngn",
+ "method": "interswitch",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "irl_mfb_ngn",
+ "method": "irl_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "itex_integrated_services_ngn",
+ "method": "itex_integrated_services",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "jaiz_bank_ngn",
+ "method": "jaiz_bank",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 100000000
+ },
+ {
+ "status": "active",
+ "code": "jubilee_life_ngn",
+ "method": "jubilee_life",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "kadpoly_mfb_ngn",
+ "method": "kadpoly_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "kcmb_mfb_ngn",
+ "method": "kcmb_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "kegow_ngn",
+ "method": "kegow",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "keystone_bank_ngn",
+ "method": "keystone_bank",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 100000000
+ },
+ {
+ "status": "active",
+ "code": "kontagora_mfb_ngn",
+ "method": "kontagora_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "kredi_bank_ngn",
+ "method": "kredi_bank",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "kuda_mfb_ngn",
+ "method": "kuda_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "la_fayette_mfb_ngn",
+ "method": "la_fayette_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "lagos_building_investment_company_ngn",
+ "method": "lagos_building_investment_company",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "lapo_mfb_ngn",
+ "method": "lapo_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "lavender_mfb_ngn",
+ "method": "lavender_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "lovonus_mfb_ngn",
+ "method": "lovonus_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "m_kudi_ngn",
+ "method": "m_kudi",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "mainstreet_mfb_ngn",
+ "method": "mainstreet_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "malachy_mfb_ngn",
+ "method": "malachy_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "megapraise_mfb_ngn",
+ "method": "megapraise_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "microvis_mfb_ngn",
+ "method": "microvis_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "midland_mfb_ngn",
+ "method": "midland_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "mimoney_intellifin_solutions_ngn",
+ "method": "mimoney_intellifin_solutions",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "mint_finex_mfb_ngn",
+ "method": "mint_finex_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "money_trust_mfb_ngn",
+ "method": "money_trust_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "moneybox_ngn",
+ "method": "moneybox",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "mutual_benefits_mifb_ngn",
+ "method": "mutual_benefits_mifb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "mutual_trust_mfb_ngn",
+ "method": "mutual_trust_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "nargata_mfb_ngn",
+ "method": "nargata_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "ndiorah_mfb_ngn",
+ "method": "ndiorah_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "new_dawn_mfb_ngn",
+ "method": "new_dawn_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "new_prudential_bank_ngn",
+ "method": "new_prudential_bank",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "nigerian_navy_mfb_ngn",
+ "method": "nigerian_navy_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "nigerian_police_force_mfb_ngn",
+ "method": "nigerian_police_force_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "nirsal_mfb_ngn",
+ "method": "nirsal_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "nnew_women_mfb_ngn",
+ "method": "nnew_women_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "nova_merchant_bank_ngn",
+ "method": "nova_merchant_bank",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "ohafia_mfb_ngn",
+ "method": "ohafia_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "okpoga_mfb_ngn",
+ "method": "okpoga_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "olabisi_onabanjo_university_mfb_ngn",
+ "method": "olabisi_onabanjo_university_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "omiye_mfb_ngn",
+ "method": "omiye_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "omoluabi_mortgage_bank_ngn",
+ "method": "omoluabi_mortgage_bank",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "one_finance_ngn",
+ "method": "one_finance",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "paga_ngn",
+ "method": "paga",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "page_financials_ngn",
+ "method": "page_financials",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "palmpay_ngn",
+ "method": "palmpay",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "parallex_mfb_ngn",
+ "method": "parallex_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "parkway_readycash_ngn",
+ "method": "parkway_readycash",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "patrickgold_mfb_ngn",
+ "method": "patrickgold_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "payattitude_online_ngn",
+ "method": "payattitude_online",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "paycom_ngn",
+ "method": "paycom",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "paystack_payments_ngn",
+ "method": "paystack_payments",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "pecantrust_mfb_ngn",
+ "method": "pecantrust_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "pennywise_mfb_ngn",
+ "method": "pennywise_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "personal_trust_mfb_ngn",
+ "method": "personal_trust_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "petra_mfb_ngn",
+ "method": "petra_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "pillar_mfb_ngn",
+ "method": "pillar_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "platinum_mortgage_bank_ngn",
+ "method": "platinum_mortgage_bank",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "polaris_bank_ngn",
+ "method": "polaris_bank",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "polyuwana_mfb_ngn",
+ "method": "polyuwana_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "prestige_mfb_ngn",
+ "method": "prestige_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "providus_bank_ngn",
+ "method": "providus_bank",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "purplemoney_mfb_ngn",
+ "method": "purplemoney_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "quickfund_mfb_ngn",
+ "method": "quickfund_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "rahama_mfb_ngn",
+ "method": "rahama_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "rand_merchant_bank_ngn",
+ "method": "rand_merchant_bank",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "refuge_mortgage_bank_ngn",
+ "method": "refuge_mortgage_bank",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "regent_mfb_ngn",
+ "method": "regent_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "reliance_mfb_ngn",
+ "method": "reliance_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "renmoney_mfb_ngn",
+ "method": "renmoney_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "richway_mfb_ngn",
+ "method": "richway_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "rolez_bank_ngn",
+ "method": "rolez_bank",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "royal_exchange_mfb_ngn",
+ "method": "royal_exchange_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "rubies_mfb_ngn",
+ "method": "rubies_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "safe_haven_mfb_ngn",
+ "method": "safe_haven_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "safetrust_mortgage_bank_ngn",
+ "method": "safetrust_mortgage_bank",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 100000000
+ },
+ {
+ "status": "active",
+ "code": "sagamu_mfb_ngn",
+ "method": "sagamu_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "seed_capital_mfb_ngn",
+ "method": "seed_capital_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "sparkle_bank_ngn",
+ "method": "sparkle_bank",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "stanbic_ibtc_ngn",
+ "method": "stanbic_ibtc",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "stanbic_ibtc_ease_wal_ngn",
+ "method": "stanbic_ibtc_ease_wal",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "standard_chartered_bank_ngn",
+ "method": "standard_chartered_bank",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 100000000
+ },
+ {
+ "status": "active",
+ "code": "stanford_mfb_ngn",
+ "method": "stanford_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "stellas_mfb_ngn",
+ "method": "stellas_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "sterling_bank_ngn",
+ "method": "sterling_bank",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 100000000
+ },
+ {
+ "status": "active",
+ "code": "sulspap_mfb_ngn",
+ "method": "sulspap_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "suntrust_bank_ngn",
+ "method": "suntrust_bank",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "tagpay_ngn",
+ "method": "tagpay",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "taj_bank_ngn",
+ "method": "taj_bank",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "tcf_mfb_ngn",
+ "method": "tcf_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "team_apt_ngn",
+ "method": "team_apt",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "teasy_mobile_ngn",
+ "method": "teasy_mobile",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "titan_trust_bank_ngn",
+ "method": "titan_trust_bank",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "trident_mfb_ngn",
+ "method": "trident_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "trustbank_mfb_ngn",
+ "method": "trustbank_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "trustfund_mfb_ngn",
+ "method": "trustfund_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "uniben_mfb_ngn",
+ "method": "uniben_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "unical_mfb_ngn",
+ "method": "unical_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "union_bankof_nigeria_ngn",
+ "method": "union_bankof_nigeria",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 100000000
+ },
+ {
+ "status": "active",
+ "code": "united_bankfor_africa_ngn",
+ "method": "united_bankfor_africa",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 100000000
+ },
+ {
+ "status": "active",
+ "code": "unity_bank_ngn",
+ "method": "unity_bank",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 100000000
+ },
+ {
+ "status": "active",
+ "code": "absa_bank_zar",
+ "method": "absa_bank",
+ "currency": "ZAR",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "first_national_bank_zar",
+ "method": "first_national_bank",
+ "currency": "ZAR",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "standard_bank_zar",
+ "method": "standard_bank",
+ "currency": "ZAR",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "ned_bank_zar",
+ "method": "ned_bank",
+ "currency": "ZAR",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "mercantile_bank_zar",
+ "method": "mercantile_bank",
+ "currency": "ZAR",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "fnb_bank_zar",
+ "method": "fnb_bank",
+ "currency": "ZAR",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "hsbc_bank_zar",
+ "method": "hsbc_bank",
+ "currency": "ZAR",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "capitec_bank_zar",
+ "method": "capitec_bank",
+ "currency": "ZAR",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "investec_bank_zar",
+ "method": "investec_bank",
+ "currency": "ZAR",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "unn_mfb_ngn",
+ "method": "unn_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "vfd_mfb_ngn",
+ "method": "vfd_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "virtue_mfb_ngn",
+ "method": "virtue_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "visa_mfb_ngn",
+ "method": "visa_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "vtnetwork_ngn",
+ "method": "vtnetwork",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "wema_bank_ngn",
+ "method": "wema_bank",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 100000000
+ },
+ {
+ "status": "active",
+ "code": "wetland_mfb_ngn",
+ "method": "wetland_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "xslnce_mfb_ngn",
+ "method": "xslnce_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "yes_mfb_ngn",
+ "method": "yes_mfb",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "zenith_bank_ngn",
+ "method": "zenith_bank",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 100000000
+ },
+ {
+ "status": "active",
+ "code": "zenith_mobile_ngn",
+ "method": "zenith_mobile",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "zinternet_ngn",
+ "method": "zinternet",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "maharashtra_bank_india_inr",
+ "currency": "INR",
+ "method": "maharashtra_bank_india",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,20}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "ifsc",
+ "type": "string",
+ "label": {
+ "en": "IFSC",
+ "ru": "IFSC",
+ "uk": "IFSC"
+ },
+ "hint": {
+ "en": "Enter IFSC",
+ "ru": "Введите IFSC",
+ "uk": "Введіть IFSC"
+ },
+ "regexp": "\/^[A-Za-z0-9]{11}$\/",
+ "required": true,
+ "position": 2
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 4,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 8300000
+ },
+ {
+ "status": "active",
+ "code": "central_bank_of_india_inr",
+ "currency": "INR",
+ "method": "central_bank_of_india",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,20}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "ifsc",
+ "type": "string",
+ "label": {
+ "en": "IFSC",
+ "ru": "IFSC",
+ "uk": "IFSC"
+ },
+ "hint": {
+ "en": "Enter IFSC",
+ "ru": "Введите IFSC",
+ "uk": "Введіть IFSC"
+ },
+ "regexp": "\/^[A-Za-z0-9]{11}$\/",
+ "required": true,
+ "position": 2
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 4,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 8300000
+ },
+ {
+ "status": "active",
+ "code": "canara_bank_inr",
+ "currency": "INR",
+ "method": "canara_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,20}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "ifsc",
+ "type": "string",
+ "label": {
+ "en": "IFSC",
+ "ru": "IFSC",
+ "uk": "IFSC"
+ },
+ "hint": {
+ "en": "Enter IFSC",
+ "ru": "Введите IFSC",
+ "uk": "Введіть IFSC"
+ },
+ "regexp": "\/^[A-Za-z0-9]{11}$\/",
+ "required": true,
+ "position": 2
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 4,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 8300000
+ },
+ {
+ "status": "active",
+ "code": "bank_of_india_inr",
+ "currency": "INR",
+ "method": "bank_of_india",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,20}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "ifsc",
+ "type": "string",
+ "label": {
+ "en": "IFSC",
+ "ru": "IFSC",
+ "uk": "IFSC"
+ },
+ "hint": {
+ "en": "Enter IFSC",
+ "ru": "Введите IFSC",
+ "uk": "Введіть IFSC"
+ },
+ "regexp": "\/^[A-Za-z0-9]{11}$\/",
+ "required": true,
+ "position": 2
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 4,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 8300000
+ },
+ {
+ "status": "active",
+ "code": "city_union_bank_inr",
+ "currency": "INR",
+ "method": "city_union_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,20}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "ifsc",
+ "type": "string",
+ "label": {
+ "en": "IFSC",
+ "ru": "IFSC",
+ "uk": "IFSC"
+ },
+ "hint": {
+ "en": "Enter IFSC",
+ "ru": "Введите IFSC",
+ "uk": "Введіть IFSC"
+ },
+ "regexp": "\/^[A-Za-z0-9]{11}$\/",
+ "required": true,
+ "position": 2
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 4,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 8300000
+ },
+ {
+ "status": "active",
+ "code": "indian_bank_inr",
+ "currency": "INR",
+ "method": "indian_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,20}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "ifsc",
+ "type": "string",
+ "label": {
+ "en": "IFSC",
+ "ru": "IFSC",
+ "uk": "IFSC"
+ },
+ "hint": {
+ "en": "Enter IFSC",
+ "ru": "Введите IFSC",
+ "uk": "Введіть IFSC"
+ },
+ "regexp": "\/^[A-Za-z0-9]{11}$\/",
+ "required": true,
+ "position": 2
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 4,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 8300000
+ },
+ {
+ "status": "active",
+ "code": "indian_overseas_bank_inr",
+ "currency": "INR",
+ "method": "indian_overseas_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,20}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "ifsc",
+ "type": "string",
+ "label": {
+ "en": "IFSC",
+ "ru": "IFSC",
+ "uk": "IFSC"
+ },
+ "hint": {
+ "en": "Enter IFSC",
+ "ru": "Введите IFSC",
+ "uk": "Введіть IFSC"
+ },
+ "regexp": "\/^[A-Za-z0-9]{11}$\/",
+ "required": true,
+ "position": 2
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 4,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 8300000
+ },
+ {
+ "status": "active",
+ "code": "karurvysya_bank_india_inr",
+ "currency": "INR",
+ "method": "karurvysya_bank_india",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,20}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "ifsc",
+ "type": "string",
+ "label": {
+ "en": "IFSC",
+ "ru": "IFSC",
+ "uk": "IFSC"
+ },
+ "hint": {
+ "en": "Enter IFSC",
+ "ru": "Введите IFSC",
+ "uk": "Введіть IFSC"
+ },
+ "regexp": "\/^[A-Za-z0-9]{11}$\/",
+ "required": true,
+ "position": 2
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 4,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 8300000
+ },
+ {
+ "status": "active",
+ "code": "south_indian_bank_inr",
+ "currency": "INR",
+ "method": "south_indian_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,20}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "ifsc",
+ "type": "string",
+ "label": {
+ "en": "IFSC",
+ "ru": "IFSC",
+ "uk": "IFSC"
+ },
+ "hint": {
+ "en": "Enter IFSC",
+ "ru": "Введите IFSC",
+ "uk": "Введіть IFSC"
+ },
+ "regexp": "\/^[A-Za-z0-9]{11}$\/",
+ "required": true,
+ "position": 2
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 4,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 8300000
+ },
+ {
+ "status": "active",
+ "code": "union_bank_of_india_inr",
+ "currency": "INR",
+ "method": "union_bank_of_india",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,20}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "ifsc",
+ "type": "string",
+ "label": {
+ "en": "IFSC",
+ "ru": "IFSC",
+ "uk": "IFSC"
+ },
+ "hint": {
+ "en": "Enter IFSC",
+ "ru": "Введите IFSC",
+ "uk": "Введіть IFSC"
+ },
+ "regexp": "\/^[A-Za-z0-9]{11}$\/",
+ "required": true,
+ "position": 2
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 4,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 8300000
+ },
+ {
+ "status": "active",
+ "code": "yes_bank_inr",
+ "currency": "INR",
+ "method": "yes_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,20}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "ifsc",
+ "type": "string",
+ "label": {
+ "en": "IFSC",
+ "ru": "IFSC",
+ "uk": "IFSC"
+ },
+ "hint": {
+ "en": "Enter IFSC",
+ "ru": "Введите IFSC",
+ "uk": "Введіть IFSC"
+ },
+ "regexp": "\/^[A-Za-z0-9]{11}$\/",
+ "required": true,
+ "position": 2
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 4,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 8300000
+ },
+ {
+ "status": "active",
+ "code": "andhra_bank_inr",
+ "currency": "INR",
+ "method": "andhra_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,20}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "ifsc",
+ "type": "string",
+ "label": {
+ "en": "IFSC",
+ "ru": "IFSC",
+ "uk": "IFSC"
+ },
+ "hint": {
+ "en": "Enter IFSC",
+ "ru": "Введите IFSC",
+ "uk": "Введіть IFSC"
+ },
+ "regexp": "\/^[A-Za-z0-9]{11}$\/",
+ "required": true,
+ "position": 2
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 4,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 8300000
+ },
+ {
+ "status": "active",
+ "code": "andhra_pragathi_grameena_bank_inr",
+ "currency": "INR",
+ "method": "andhra_pragathi_grameena_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,20}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "ifsc",
+ "type": "string",
+ "label": {
+ "en": "IFSC",
+ "ru": "IFSC",
+ "uk": "IFSC"
+ },
+ "hint": {
+ "en": "Enter IFSC",
+ "ru": "Введите IFSC",
+ "uk": "Введіть IFSC"
+ },
+ "regexp": "\/^[A-Za-z0-9]{11}$\/",
+ "required": true,
+ "position": 2
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 4,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 8300000
+ },
+ {
+ "status": "active",
+ "code": "uco_bank_india_inr",
+ "currency": "INR",
+ "method": "uco_bank_india",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,20}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "ifsc",
+ "type": "string",
+ "label": {
+ "en": "IFSC",
+ "ru": "IFSC",
+ "uk": "IFSC"
+ },
+ "hint": {
+ "en": "Enter IFSC",
+ "ru": "Введите IFSC",
+ "uk": "Введіть IFSC"
+ },
+ "regexp": "\/^[A-Za-z0-9]{11}$\/",
+ "required": true,
+ "position": 2
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 4,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 8300000
+ },
+ {
+ "status": "active",
+ "code": "allahabad_bank_inr",
+ "currency": "INR",
+ "method": "allahabad_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,20}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "ifsc",
+ "type": "string",
+ "label": {
+ "en": "IFSC",
+ "ru": "IFSC",
+ "uk": "IFSC"
+ },
+ "hint": {
+ "en": "Enter IFSC",
+ "ru": "Введите IFSC",
+ "uk": "Введіть IFSC"
+ },
+ "regexp": "\/^[A-Za-z0-9]{11}$\/",
+ "required": true,
+ "position": 2
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 4,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 8300000
+ },
+ {
+ "status": "active",
+ "code": "punjab_national_bank_inr",
+ "currency": "INR",
+ "method": "punjab_national_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,20}$\/",
+ "required": false,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "ifsc",
+ "type": "string",
+ "label": {
+ "en": "IFSC",
+ "ru": "IFSC",
+ "uk": "IFSC"
+ },
+ "hint": {
+ "en": "Enter IFSC",
+ "ru": "Введите IFSC",
+ "uk": "Введіть IFSC"
+ },
+ "regexp": "\/^[A-Za-z0-9]{11}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 4,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 8300000
+ },
+ {
+ "status": "active",
+ "code": "deutsche_bank_india_inr",
+ "currency": "INR",
+ "method": "deutsche_bank_india",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,20}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "ifsc",
+ "type": "string",
+ "label": {
+ "en": "IFSC",
+ "ru": "IFSC",
+ "uk": "IFSC"
+ },
+ "hint": {
+ "en": "Enter IFSC",
+ "ru": "Введите IFSC",
+ "uk": "Введіть IFSC"
+ },
+ "regexp": "\/^[A-Za-z0-9]{11}$\/",
+ "required": true,
+ "position": 2
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 4,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 8300000
+ },
+ {
+ "status": "active",
+ "code": "equitas_bank_inr",
+ "currency": "INR",
+ "method": "equitas_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,20}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "ifsc",
+ "type": "string",
+ "label": {
+ "en": "IFSC",
+ "ru": "IFSC",
+ "uk": "IFSC"
+ },
+ "hint": {
+ "en": "Enter IFSC",
+ "ru": "Введите IFSC",
+ "uk": "Введіть IFSC"
+ },
+ "regexp": "\/^[A-Za-z0-9]{11}$\/",
+ "required": true,
+ "position": 2
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 4,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 8300000
+ },
+ {
+ "status": "active",
+ "code": "rbl_bank_inr",
+ "currency": "INR",
+ "method": "rbl_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,20}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "ifsc",
+ "type": "string",
+ "label": {
+ "en": "IFSC",
+ "ru": "IFSC",
+ "uk": "IFSC"
+ },
+ "hint": {
+ "en": "Enter IFSC",
+ "ru": "Введите IFSC",
+ "uk": "Введіть IFSC"
+ },
+ "regexp": "\/^[A-Za-z0-9]{11}$\/",
+ "required": true,
+ "position": 2
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 4,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 8300000
+ },
+ {
+ "status": "active",
+ "code": "dbs_bank_india_inr",
+ "currency": "INR",
+ "method": "dbs_bank_india",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,20}$\/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "ifsc",
+ "type": "string",
+ "label": {
+ "en": "IFSC",
+ "ru": "IFSC",
+ "uk": "IFSC"
+ },
+ "hint": {
+ "en": "Enter IFSC",
+ "ru": "Введите IFSC",
+ "uk": "Введіть IFSC"
+ },
+ "regexp": "\/^[A-Za-z0-9]{11}$\/",
+ "required": true,
+ "position": 2
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 4,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 8300000
+ },
+ {
+ "status": "active",
+ "code": "bank_bjb_idr",
+ "currency": "IDR",
+ "method": "bank_bjb",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 15000000000
+ },
+ {
+ "status": "active",
+ "code": "bank_dki_idr",
+ "currency": "IDR",
+ "method": "bank_dki",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 15000000000
+ },
+ {
+ "status": "active",
+ "code": "bank_bpd_diy_idr",
+ "currency": "IDR",
+ "method": "bank_bpd_diy",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 15000000000
+ },
+ {
+ "status": "active",
+ "code": "bank_jateng_idr",
+ "currency": "IDR",
+ "method": "bank_jateng",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 15000000000
+ },
+ {
+ "status": "active",
+ "code": "bank_jatim_idr",
+ "currency": "IDR",
+ "method": "bank_jatim",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 15000000000
+ },
+ {
+ "status": "active",
+ "code": "bank_nagari_idr",
+ "currency": "IDR",
+ "method": "bank_nagari",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 15000000000
+ },
+ {
+ "status": "active",
+ "code": "bank_riau_kepri_idr",
+ "currency": "IDR",
+ "method": "bank_riau_kepri",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 15000000000
+ },
+ {
+ "status": "active",
+ "code": "bank_sumselbabel_idr",
+ "currency": "IDR",
+ "method": "bank_sumselbabel",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 15000000000
+ },
+ {
+ "status": "active",
+ "code": "bank_kalbar_idr",
+ "currency": "IDR",
+ "method": "bank_kalbar",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 15000000000
+ },
+ {
+ "status": "active",
+ "code": "bank_kaltimtara_idr",
+ "currency": "IDR",
+ "method": "bank_kaltimtara",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 15000000000
+ },
+ {
+ "status": "active",
+ "code": "bank_kalteng_idr",
+ "currency": "IDR",
+ "method": "bank_kalteng",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 15000000000
+ },
+ {
+ "status": "active",
+ "code": "bank_sulselbar_idr",
+ "currency": "IDR",
+ "method": "bank_sulselbar",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 15000000000
+ },
+ {
+ "status": "active",
+ "code": "bank_bpd_bali_idr",
+ "currency": "IDR",
+ "method": "bank_bpd_bali",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 15000000000
+ },
+ {
+ "status": "active",
+ "code": "bank_maluku_malut_idr",
+ "currency": "IDR",
+ "method": "bank_maluku_malut",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 15000000000
+ },
+ {
+ "status": "active",
+ "code": "bank_papua_idr",
+ "currency": "IDR",
+ "method": "bank_papua",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 15000000000
+ },
+ {
+ "status": "active",
+ "code": "bank_banten_idr",
+ "currency": "IDR",
+ "method": "bank_banten",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 15000000000
+ },
+ {
+ "status": "active",
+ "code": "bank_bnp_idr",
+ "currency": "IDR",
+ "method": "bank_bnp",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 15000000000
+ },
+ {
+ "status": "active",
+ "code": "bank_muamalat_idr",
+ "currency": "IDR",
+ "method": "bank_muamalat",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 15000000000
+ },
+ {
+ "status": "active",
+ "code": "shinhan_bank_idr",
+ "currency": "IDR",
+ "method": "shinhan_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 4
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 5
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 15000000000
+ },
+ {
+ "status": "active",
+ "code": "bank_qnb_indonesia_idr",
+ "currency": "IDR",
+ "method": "bank_qnb_indonesia",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 15000000000
+ },
+ {
+ "status": "active",
+ "code": "bank_woori_saudara_idr",
+ "currency": "IDR",
+ "method": "bank_woori_saudara",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 15000000000
+ },
+ {
+ "status": "active",
+ "code": "bank_jasa_jakarta_idr",
+ "currency": "IDR",
+ "method": "bank_jasa_jakarta",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 15000000000
+ },
+ {
+ "status": "active",
+ "code": "bank_keb_hana_indonesia_idr",
+ "currency": "IDR",
+ "method": "bank_keb_hana_indonesia",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 15000000000
+ },
+ {
+ "status": "active",
+ "code": "bank_mnc_idr",
+ "currency": "IDR",
+ "method": "bank_mnc",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 15000000000
+ },
+ {
+ "status": "active",
+ "code": "bank_sbi_indonesia_idr",
+ "currency": "IDR",
+ "method": "bank_sbi_indonesia",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 15000000000
+ },
+ {
+ "status": "active",
+ "code": "bank_digital_bca_idr",
+ "currency": "IDR",
+ "method": "bank_digital_bca",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 15000000000
+ },
+ {
+ "status": "active",
+ "code": "bank_nationalnobu_idr",
+ "currency": "IDR",
+ "method": "bank_nationalnobu",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 15000000000
+ },
+ {
+ "status": "active",
+ "code": "bank_ina_perdana_idr",
+ "currency": "IDR",
+ "method": "bank_ina_perdana",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 15000000000
+ },
+ {
+ "status": "active",
+ "code": "prima_master_bank_idr",
+ "currency": "IDR",
+ "method": "prima_master_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 15000000000
+ },
+ {
+ "status": "active",
+ "code": "bank_sahabat_sampoerna_idr",
+ "currency": "IDR",
+ "method": "bank_sahabat_sampoerna",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 15000000000
+ },
+ {
+ "status": "active",
+ "code": "bank_multiarta_sentosa_idr",
+ "currency": "IDR",
+ "method": "bank_multiarta_sentosa",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 15000000000
+ },
+ {
+ "status": "active",
+ "code": "bank_index_idr",
+ "currency": "IDR",
+ "method": "bank_index",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 15000000000
+ },
+ {
+ "status": "active",
+ "code": "bank_victoria_idr",
+ "currency": "IDR",
+ "method": "bank_victoria",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 15000000000
+ },
+ {
+ "status": "active",
+ "code": "bank_harda_internasional_idr",
+ "currency": "IDR",
+ "method": "bank_harda_internasional",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 15000000000
+ },
+ {
+ "status": "active",
+ "code": "ibk_bank_indonesia_idr",
+ "currency": "IDR",
+ "method": "ibk_bank_indonesia",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 15000000000
+ },
+ {
+ "status": "active",
+ "code": "bank_ctbc_indonesia_idr",
+ "currency": "IDR",
+ "method": "bank_ctbc_indonesia",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 15000000000
+ },
+ {
+ "status": "active",
+ "code": "citibank_indonesia_idr",
+ "currency": "IDR",
+ "method": "citibank_indonesia",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 15000000000
+ },
+ {
+ "status": "active",
+ "code": "bank_ccb_indonesia_idr",
+ "currency": "IDR",
+ "method": "bank_ccb_indonesia",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 15000000000
+ },
+ {
+ "status": "active",
+ "code": "mufg_bank_idr",
+ "currency": "IDR",
+ "method": "mufg_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 15000000000
+ },
+ {
+ "status": "active",
+ "code": "bank_dbs_indonesia_idr",
+ "currency": "IDR",
+ "method": "bank_dbs_indonesia",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 15000000000
+ },
+ {
+ "status": "active",
+ "code": "standard_chartered_bank_idr",
+ "currency": "IDR",
+ "method": "standard_chartered_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 15000000000
+ },
+ {
+ "status": "active",
+ "code": "standard_chartered_bank_vnd",
+ "currency": "VND",
+ "method": "standard_chartered_bank",
+ "fields": [
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Ім'я отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть ім'я отримувача"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "example": "John",
+ "position": 1
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "example": "John",
+ "position": 2
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 4
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 5
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "bank_capital_indonesia_idr",
+ "currency": "IDR",
+ "method": "bank_capital_indonesia",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 15000000000
+ },
+ {
+ "status": "active",
+ "code": "bank_of_china_jakarta_branch_idr",
+ "currency": "IDR",
+ "method": "bank_of_china_jakarta_branch",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 15000000000
+ },
+ {
+ "status": "active",
+ "code": "bank_bumi_arta_idr",
+ "currency": "IDR",
+ "method": "bank_bumi_arta",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 15000000000
+ },
+ {
+ "status": "active",
+ "code": "bank_rabobank_idr",
+ "currency": "IDR",
+ "method": "bank_rabobank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 15000000000
+ },
+ {
+ "status": "active",
+ "code": "bank_jtrust_indonesia_idr",
+ "currency": "IDR",
+ "method": "bank_jtrust_indonesia",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 15000000000
+ },
+ {
+ "status": "active",
+ "code": "bank_mayapada_idr",
+ "currency": "IDR",
+ "method": "bank_mayapada",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 15000000000
+ },
+ {
+ "status": "active",
+ "code": "bank_idrk_idr",
+ "currency": "IDR",
+ "method": "bank_idrk",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 15000000000
+ },
+ {
+ "status": "active",
+ "code": "pg_bank_vnd",
+ "currency": "VND",
+ "method": "pg_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "momiji_bank_jpy",
+ "currency": "JPY",
+ "method": "momiji_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "smbc_trust_bank_jpy",
+ "currency": "JPY",
+ "method": "smbc_trust_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "nagasaki_bank_jpy",
+ "currency": "JPY",
+ "method": "nagasaki_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "77_bank_jpy",
+ "currency": "JPY",
+ "method": "77_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "chiba_bank_jpy",
+ "currency": "JPY",
+ "method": "chiba_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "shinsei_bank_jpy",
+ "currency": "JPY",
+ "method": "shinsei_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "kitakyushu_bank_jpy",
+ "currency": "JPY",
+ "method": "kitakyushu_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "aeon_bank_jpy",
+ "currency": "JPY",
+ "method": "aeon_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "bank_of_america_corporation_jpy",
+ "currency": "JPY",
+ "method": "bank_of_america_corporation",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "tama_shinkin_bank_jpy",
+ "currency": "JPY",
+ "method": "tama_shinkin_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "shiga_bank_jpy",
+ "currency": "JPY",
+ "method": "shiga_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "chiba_kogyo_bank_jpy",
+ "currency": "JPY",
+ "method": "chiba_kogyo_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "hiroshima_bank_jpy",
+ "currency": "JPY",
+ "method": "hiroshima_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "mizuho_bank_jpy",
+ "currency": "JPY",
+ "method": "mizuho_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "aichi_doctors_credit_cooperative_jpy",
+ "currency": "JPY",
+ "method": "aichi_doctors_credit_cooperative",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "hyaku_jyushi_bank_jpy",
+ "currency": "JPY",
+ "method": "hyaku_jyushi_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "ikeda_senshu_bank_jpy",
+ "currency": "JPY",
+ "method": "ikeda_senshu_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "jpmorgan_chase_bank_jpy",
+ "currency": "JPY",
+ "method": "jpmorgan_chase_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "amagasaki_shinkin_bank_jpy",
+ "currency": "JPY",
+ "method": "amagasaki_shinkin_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "michinoku_bank_jpy",
+ "currency": "JPY",
+ "method": "michinoku_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "daito_bank_jpy",
+ "currency": "JPY",
+ "method": "daito_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "miyazaki_bank_jpy",
+ "currency": "JPY",
+ "method": "miyazaki_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "kirayaka_bank_jpy",
+ "currency": "JPY",
+ "method": "kirayaka_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "jouyou_bank_jpy",
+ "currency": "JPY",
+ "method": "jouyou_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "osaka_shinkin_bank_jpy",
+ "currency": "JPY",
+ "method": "osaka_shinkin_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "abashiri_shinkin_bank_jpy",
+ "currency": "JPY",
+ "method": "abashiri_shinkin_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "aomori_bank_jpy",
+ "currency": "JPY",
+ "method": "aomori_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "tochigi_bank_jpy",
+ "currency": "JPY",
+ "method": "tochigi_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "tohoku_bank_jpy",
+ "currency": "JPY",
+ "method": "tohoku_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "kanagawa_bank_jpy",
+ "currency": "JPY",
+ "method": "kanagawa_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "shimizu_bank_jpy",
+ "currency": "JPY",
+ "method": "shimizu_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "iyo_bank_jpy",
+ "currency": "JPY",
+ "method": "iyo_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "ashikaga_bank_jpy",
+ "currency": "JPY",
+ "method": "ashikaga_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "daisan_bank_jpy",
+ "currency": "JPY",
+ "method": "daisan_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "kiyou_bank_jpy",
+ "currency": "JPY",
+ "method": "kiyou_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "chukyo_bank_jpy",
+ "currency": "JPY",
+ "method": "chukyo_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "hsbc_hong_kong_jpy",
+ "currency": "JPY",
+ "method": "hsbc_hong_kong",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "sbj_bank_jpy",
+ "currency": "JPY",
+ "method": "sbj_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "japan_post_bank_jpy",
+ "currency": "JPY",
+ "method": "japan_post_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "nagano_bank_jpy",
+ "currency": "JPY",
+ "method": "nagano_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "juroku_banks_jpy",
+ "currency": "JPY",
+ "method": "juroku_banks",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "ogaki_kyoritsu_bank_jpy",
+ "currency": "JPY",
+ "method": "ogaki_kyoritsu_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "sumitomo_mitsui_banking_corporation_jpy",
+ "currency": "JPY",
+ "method": "sumitomo_mitsui_banking_corporation",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "toyama_bank_jpy",
+ "currency": "JPY",
+ "method": "toyama_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "suruga_bank_jpy",
+ "currency": "JPY",
+ "method": "suruga_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "awa_bank_jpy",
+ "currency": "JPY",
+ "method": "awa_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "saitama_resona_bank_jpy",
+ "currency": "JPY",
+ "method": "saitama_resona_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "ryukyu_bank_jpy",
+ "currency": "JPY",
+ "method": "ryukyu_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "hyakugo_banks_jpy",
+ "currency": "JPY",
+ "method": "hyakugo_banks",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "shonai_bank_jpy",
+ "currency": "JPY",
+ "method": "shonai_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "seven_bank_jpy",
+ "currency": "JPY",
+ "method": "seven_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "tomato_bank_jpy",
+ "currency": "JPY",
+ "method": "tomato_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "nishi_nihon_city_bank_jpy",
+ "currency": "JPY",
+ "method": "nishi_nihon_city_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "yamagata_bank_jpy",
+ "currency": "JPY",
+ "method": "yamagata_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "chikubo_bank_jpy",
+ "currency": "JPY",
+ "method": "chikubo_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "shikoku_bank_jpy",
+ "currency": "JPY",
+ "method": "shikoku_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "fukushima_bank_jpy",
+ "currency": "JPY",
+ "method": "fukushima_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "sendai_bank_jpy",
+ "currency": "JPY",
+ "method": "sendai_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "higo_bank_jpy",
+ "currency": "JPY",
+ "method": "higo_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "musashino_bank_jpy",
+ "currency": "JPY",
+ "method": "musashino_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "akita_bank_jpy",
+ "currency": "JPY",
+ "method": "akita_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "saikyo_bank_jpy",
+ "currency": "JPY",
+ "method": "saikyo_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "hokkaido_bank_jpy",
+ "currency": "JPY",
+ "method": "hokkaido_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "citibank_n_a_jpy",
+ "currency": "JPY",
+ "method": "citibank_n_a",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "citibank_n_a_vnd",
+ "currency": "VND",
+ "method": "citibank_n_a",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": true,
+ "position": 5
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "oita_bank_jpy",
+ "currency": "JPY",
+ "method": "oita_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "yokohama_bank_jpy",
+ "currency": "JPY",
+ "method": "yokohama_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "rakuten_bank_jpy",
+ "currency": "JPY",
+ "method": "rakuten_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "aichi_bank_jpy",
+ "currency": "JPY",
+ "method": "aichi_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "daishi_bank_jpy",
+ "currency": "JPY",
+ "method": "daishi_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "san_in_godo_bank_jpy",
+ "currency": "JPY",
+ "method": "san_in_godo_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "okinawa_kaiho_bank_jpy",
+ "currency": "JPY",
+ "method": "okinawa_kaiho_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "kumamoto_bank_jpy",
+ "currency": "JPY",
+ "method": "kumamoto_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "tottori_bank_jpy",
+ "currency": "JPY",
+ "method": "tottori_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "hiroshima_shinkin_bank_jpy",
+ "currency": "JPY",
+ "method": "hiroshima_shinkin_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "saga_kyoei_bank_jpy",
+ "currency": "JPY",
+ "method": "saga_kyoei_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "yamanashi_chuo_bank_jpy",
+ "currency": "JPY",
+ "method": "yamanashi_chuo_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "mie_bank_jpy",
+ "currency": "JPY",
+ "method": "mie_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "aozora_bank_jpy",
+ "currency": "JPY",
+ "method": "aozora_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "tsukuba_bank_jpy",
+ "currency": "JPY",
+ "method": "tsukuba_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "howa_bank_jpy",
+ "currency": "JPY",
+ "method": "howa_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "oita_mirai_shinkin_bank_jpy",
+ "currency": "JPY",
+ "method": "oita_mirai_shinkin_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "okinawa_bank_jpy",
+ "currency": "JPY",
+ "method": "okinawa_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "nagoya_bank_jpy",
+ "currency": "JPY",
+ "method": "nagoya_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "lawson_bank_jpy",
+ "currency": "JPY",
+ "method": "lawson_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "sony_bank_jpy",
+ "currency": "JPY",
+ "method": "sony_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "aichi_shogin_jpy",
+ "currency": "JPY",
+ "method": "aichi_shogin",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "shinwa_bank_jpy",
+ "currency": "JPY",
+ "method": "shinwa_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "minato_bank_jpy",
+ "currency": "JPY",
+ "method": "minato_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "fukuoka_chuo_bank_jpy",
+ "currency": "JPY",
+ "method": "fukuoka_chuo_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "shizuoka_bank_jpy",
+ "currency": "JPY",
+ "method": "shizuoka_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "resona_bank_jpy",
+ "currency": "JPY",
+ "method": "resona_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "tokyo_star_bank_jpy",
+ "currency": "JPY",
+ "method": "tokyo_star_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "paypay_jpy_hpp",
+ "currency": "JPY",
+ "method": "paypay",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "hokuto_bank_jpy",
+ "currency": "JPY",
+ "method": "hokuto_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "tokushima_bank_jpy",
+ "currency": "JPY",
+ "method": "tokushima_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "yamaguchi_bank_jpy",
+ "currency": "JPY",
+ "method": "yamaguchi_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "kagawa_bank_jpy",
+ "currency": "JPY",
+ "method": "kagawa_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "towa_bank_jpy",
+ "currency": "JPY",
+ "method": "towa_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "fukui_bank_jpy",
+ "currency": "JPY",
+ "method": "fukui_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "abukuma_shinkin_bank_jpy",
+ "currency": "JPY",
+ "method": "abukuma_shinkin_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "minami_nippon_bank_jpy",
+ "currency": "JPY",
+ "method": "minami_nippon_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "touhou_bank_jpy",
+ "currency": "JPY",
+ "method": "touhou_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "miyazaki_taiyo_bank_jpy",
+ "currency": "JPY",
+ "method": "miyazaki_taiyo_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "sumishin_sbi_net_bank_jpy",
+ "currency": "JPY",
+ "method": "sumishin_sbi_net_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "mitsubishi_ufj_trust_and_banking_jpy",
+ "currency": "JPY",
+ "method": "mitsubishi_ufj_trust_and_banking",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "shizuoka_chuo_bank_jpy",
+ "currency": "JPY",
+ "method": "shizuoka_chuo_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "deutsche_bank_jpy",
+ "currency": "JPY",
+ "method": "deutsche_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "kyoto_bank_jpy",
+ "currency": "JPY",
+ "method": "kyoto_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "hachijuni_bank_jpy",
+ "currency": "JPY",
+ "method": "hachijuni_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "keiyo_bank_jpy",
+ "currency": "JPY",
+ "method": "keiyo_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "north_pacific_bank_jpy",
+ "currency": "JPY",
+ "method": "north_pacific_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "first_bank_of_toyama_jpy",
+ "currency": "JPY",
+ "method": "first_bank_of_toyama",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "kansai_mirai_bank_jpy",
+ "currency": "JPY",
+ "method": "kansai_mirai_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "mitsubishi_ufj_bank_jpy",
+ "currency": "JPY",
+ "method": "mitsubishi_ufj_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "ehime_bank_jpy",
+ "currency": "JPY",
+ "method": "ehime_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "aichi_shinkin_bank_jpy",
+ "currency": "JPY",
+ "method": "aichi_shinkin_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "kochi_bank_jpy",
+ "currency": "JPY",
+ "method": "kochi_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "fukuoka_bank_jpy",
+ "currency": "JPY",
+ "method": "fukuoka_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "iwate_bank_jpy",
+ "currency": "JPY",
+ "method": "iwate_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "shimane_bank_jpy",
+ "currency": "JPY",
+ "method": "shimane_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "daiwa_next_bank_jpy",
+ "currency": "JPY",
+ "method": "daiwa_next_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "jibun_bank_jpy",
+ "currency": "JPY",
+ "method": "jibun_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "bank_of_china_jpy",
+ "currency": "JPY",
+ "method": "bank_of_china",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "jyuhachi_bank_jpy",
+ "currency": "JPY",
+ "method": "jyuhachi_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "hokuetsu_bank_jpy",
+ "currency": "JPY",
+ "method": "hokuetsu_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "kagoshima_bank_jpy",
+ "currency": "JPY",
+ "method": "kagoshima_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "kiraboshi_bank_jpy",
+ "currency": "JPY",
+ "method": "kiraboshi_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "nanto_bank_jpy",
+ "currency": "JPY",
+ "method": "nanto_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "kita_nippon_bank_jpy",
+ "currency": "JPY",
+ "method": "kita_nippon_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "hokkoku_bank_jpy",
+ "currency": "JPY",
+ "method": "hokkoku_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "fukuho_bank_jpy",
+ "currency": "JPY",
+ "method": "fukuho_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "taiko_bank_jpy",
+ "currency": "JPY",
+ "method": "taiko_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "kyoto_chuo_shinkin_bank_jpy",
+ "currency": "JPY",
+ "method": "kyoto_chuo_shinkin_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "kyoto_shinkin_bank",
+ "currency": "JPY",
+ "method": "kyoto_shinkin_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },{
+ "status": "active",
+ "code": "kyoto_shinkin_bank_jpy",
+ "currency": "JPY",
+ "method": "kyoto_shinkin_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "hokuriku_bank_jpy",
+ "currency": "JPY",
+ "method": "hokuriku_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "higashi_nippon_bank_jpy",
+ "currency": "JPY",
+ "method": "higashi_nippon_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "taisho_bank_jpy",
+ "currency": "JPY",
+ "method": "taisho_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "tajima_bank_jpy",
+ "currency": "JPY",
+ "method": "tajima_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "gunma_bank_jpy",
+ "currency": "JPY",
+ "method": "gunma_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "saga_bank_jpy",
+ "currency": "JPY",
+ "method": "saga_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 999999
+ },
+ {
+ "status": "active",
+ "code": "industrial_bank_of_korea_krw_hpp",
+ "currency": "KRW",
+ "method": "industrial_bank_of_korea",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 133000000
+ },
+ {
+ "status": "active",
+ "code": "standard_chartered_bank_korea_krw",
+ "currency": "KRW",
+ "method": "standard_chartered_bank_korea",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 133000000
+ },
+ {
+ "status": "active",
+ "code": "citibank_korea_krw",
+ "currency": "KRW",
+ "method": "citibank_korea",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 133000000
+ },
+ {
+ "status": "active",
+ "code": "k_bank_south_korea_krw",
+ "currency": "KRW",
+ "method": "k_bank_south_korea",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 133000000
+ },
+ {
+ "status": "active",
+ "code": "kf_of_ccc_bank_krw",
+ "currency": "KRW",
+ "method": "kf_of_ccc_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 133000000
+ },
+ {
+ "status": "active",
+ "code": "local_cooperative_federation_bank_krw",
+ "currency": "KRW",
+ "method": "local_cooperative_federation_bank",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 133000000
+ },
+ {
+ "status": "active",
+ "code": "aba_bank_cambodia_usd",
+ "currency": "USD",
+ "method": "aba_bank_cambodia",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "wing_bank_cambodia_usd",
+ "currency": "USD",
+ "method": "wing_bank_cambodia",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "acleda_bank_cambodia_usd",
+ "currency": "USD",
+ "method": "acleda_bank_cambodia",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "tether_erc20_rub",
+ "method": "tether",
+ "currency": "RUB",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Tether ERC-20 wallet",
+ "ru": "Tether ERC-20 кошелёк",
+ "uk": "Tether ERC-20 гаманець"
+ },
+ "hint": {
+ "en": "Enter tether ERC-20 wallet",
+ "ru": "Введите tether ERC-20 кошелёк",
+ "uk": "Введіть tether ERC-20 гаманець"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1,
+ "example": "0x501906Ce564be7bA80Eb55A29EE31ECfaE41b6f2"
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "1000000"
+ },
+ {
+ "status": "active",
+ "code": "tether_erc20_inr",
+ "method": "tether",
+ "currency": "INR",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Tether ERC-20 wallet",
+ "ru": "Tether ERC-20 кошелёк",
+ "uk": "Tether ERC-20 гаманець"
+ },
+ "hint": {
+ "en": "Enter tether ERC-20 wallet",
+ "ru": "Введите tether ERC-20 кошелёк",
+ "uk": "Введіть tether ERC-20 гаманець"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1,
+ "example": "0x501906Ce564be7bA80Eb55A29EE31ECfaE41b6f2"
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "10000000"
+ },
+ {
+ "status": "active",
+ "code": "tether_erc20_kzt",
+ "method": "tether",
+ "currency": "KZT",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Tether ERC-20 wallet",
+ "ru": "Tether ERC-20 кошелёк",
+ "uk": "Tether ERC-20 гаманець"
+ },
+ "hint": {
+ "en": "Enter tether ERC-20 wallet",
+ "ru": "Введите tether ERC-20 кошелёк",
+ "uk": "Введіть tether ERC-20 гаманець"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1,
+ "example": "0x501906Ce564be7bA80Eb55A29EE31ECfaE41b6f2"
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "50000000"
+ },
+ {
+ "status": "active",
+ "code": "tether_erc20_try",
+ "method": "tether",
+ "currency": "TRY",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Tether ERC-20 wallet",
+ "ru": "Tether ERC-20 кошелёк",
+ "uk": "Tether ERC-20 гаманець"
+ },
+ "hint": {
+ "en": "Enter tether ERC-20 wallet",
+ "ru": "Введите tether ERC-20 кошелёк",
+ "uk": "Введіть tether ERC-20 гаманець"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1,
+ "example": "0x501906Ce564be7bA80Eb55A29EE31ECfaE41b6f2"
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "3000000"
+ },
+ {
+ "status": "active",
+ "code": "tether_erc20_uzs",
+ "method": "tether",
+ "currency": "UZS",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Tether ERC-20 wallet",
+ "ru": "Tether ERC-20 кошелёк",
+ "uk": "Tether ERC-20 гаманець"
+ },
+ "hint": {
+ "en": "Enter tether ERC-20 wallet",
+ "ru": "Введите tether ERC-20 кошелёк",
+ "uk": "Введіть tether ERC-20 гаманець"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1,
+ "example": "0x501906Ce564be7bA80Eb55A29EE31ECfaE41b6f2"
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "1000000000"
+ },
+ {
+ "status": "active",
+ "code": "tether_erc20_azn",
+ "method": "tether",
+ "currency": "AZN",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Tether ERC-20 wallet",
+ "ru": "Tether ERC-20 кошелёк",
+ "uk": "Tether ERC-20 гаманець"
+ },
+ "hint": {
+ "en": "Enter tether ERC-20 wallet",
+ "ru": "Введите tether ERC-20 кошелёк",
+ "uk": "Введіть tether ERC-20 гаманець"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1,
+ "example": "0x501906Ce564be7bA80Eb55A29EE31ECfaE41b6f2"
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "200000"
+ },
+ {
+ "status": "active",
+ "code": "tether_erc20_aed",
+ "method": "tether",
+ "currency": "AED",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Tether ERC-20 wallet",
+ "ru": "Tether ERC-20 кошелёк",
+ "uk": "Tether ERC-20 гаманець"
+ },
+ "hint": {
+ "en": "Enter tether ERC-20 wallet",
+ "ru": "Введите tether ERC-20 кошелёк",
+ "uk": "Введіть tether ERC-20 гаманець"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1,
+ "example": "0x501906Ce564be7bA80Eb55A29EE31ECfaE41b6f2"
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "400000"
+ },
+ {
+ "status": "active",
+ "code": "tether_erc20_idr",
+ "method": "tether",
+ "currency": "IDR",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Tether ERC-20 wallet",
+ "ru": "Tether ERC-20 кошелёк",
+ "uk": "Tether ERC-20 гаманець"
+ },
+ "hint": {
+ "en": "Enter tether ERC-20 wallet",
+ "ru": "Введите tether ERC-20 кошелёк",
+ "uk": "Введіть tether ERC-20 гаманець"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1,
+ "example": "0x501906Ce564be7bA80Eb55A29EE31ECfaE41b6f2"
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "1500000000"
+ },
+ {
+ "status": "active",
+ "code": "tether_erc20_pkr",
+ "method": "tether",
+ "currency": "PKR",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Tether ERC-20 wallet",
+ "ru": "Tether ERC-20 кошелёк",
+ "uk": "Tether ERC-20 гаманець"
+ },
+ "hint": {
+ "en": "Enter tether ERC-20 wallet",
+ "ru": "Введите tether ERC-20 кошелёк",
+ "uk": "Введіть tether ERC-20 гаманець"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1,
+ "example": "0x501906Ce564be7bA80Eb55A29EE31ECfaE41b6f2"
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "30000000"
+ },
+ {
+ "status": "active",
+ "code": "tether_erc20_vnd",
+ "method": "tether",
+ "currency": "VND",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Tether ERC-20 wallet",
+ "ru": "Tether ERC-20 кошелёк",
+ "uk": "Tether ERC-20 гаманець"
+ },
+ "hint": {
+ "en": "Enter tether ERC-20 wallet",
+ "ru": "Введите tether ERC-20 кошелёк",
+ "uk": "Введіть tether ERC-20 гаманець"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1,
+ "example": "0x501906Ce564be7bA80Eb55A29EE31ECfaE41b6f2"
+ }
+ ],
+ "amount_min": "1",
+ "amount_max": "9999999999"
+ },
+ {
+ "status": "active",
+ "code": "tether_trc20_rub",
+ "method": "tether",
+ "currency": "RUB",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Tether TRC-20 wallet",
+ "ru": "Tether TRC-20 кошелёк",
+ "uk": "Tether TRC-20 гаманець"
+ },
+ "hint": {
+ "en": "Enter tether TRC-20 wallet",
+ "ru": "Введите tether TRC-20 кошелёк",
+ "uk": "Введіть tether TRC-20 гаманець"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1,
+ "example": "0x501906Ce564be7bA80Eb55A29EE31ECfaE41b6f2"
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "1000000"
+ },
+ {
+ "status": "active",
+ "code": "tether_trc20_inr",
+ "method": "tether",
+ "currency": "INR",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Tether TRC-20 wallet",
+ "ru": "Tether TRC-20 кошелёк",
+ "uk": "Tether TRC-20 гаманець"
+ },
+ "hint": {
+ "en": "Enter tether TRC-20 wallet",
+ "ru": "Введите tether TRC-20 кошелёк",
+ "uk": "Введіть tether TRC-20 гаманець"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1,
+ "example": "0x501906Ce564be7bA80Eb55A29EE31ECfaE41b6f2"
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "10000000"
+ },
+ {
+ "status": "active",
+ "code": "tether_trc20_kzt",
+ "method": "tether",
+ "currency": "KZT",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Tether TRC-20 wallet",
+ "ru": "Tether TRC-20 кошелёк",
+ "uk": "Tether TRC-20 гаманець"
+ },
+ "hint": {
+ "en": "Enter tether TRC-20 wallet",
+ "ru": "Введите tether TRC-20 кошелёк",
+ "uk": "Введіть tether TRC-20 гаманець"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1,
+ "example": "0x501906Ce564be7bA80Eb55A29EE31ECfaE41b6f2"
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "50000000"
+ },
+ {
+ "status": "active",
+ "code": "tether_trc20_try",
+ "method": "tether",
+ "currency": "TRY",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Tether TRC-20 wallet",
+ "ru": "Tether TRC-20 кошелёк",
+ "uk": "Tether TRC-20 гаманець"
+ },
+ "hint": {
+ "en": "Enter tether TRC-20 wallet",
+ "ru": "Введите tether TRC-20 кошелёк",
+ "uk": "Введіть tether TRC-20 гаманець"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1,
+ "example": "0x501906Ce564be7bA80Eb55A29EE31ECfaE41b6f2"
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "3000000"
+ },
+ {
+ "status": "active",
+ "code": "tether_trc20_uzs",
+ "method": "tether",
+ "currency": "UZS",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Tether TRC-20 wallet",
+ "ru": "Tether TRC-20 кошелёк",
+ "uk": "Tether TRC-20 гаманець"
+ },
+ "hint": {
+ "en": "Enter tether TRC-20 wallet",
+ "ru": "Введите tether TRC-20 кошелёк",
+ "uk": "Введіть tether TRC-20 гаманець"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1,
+ "example": "0x501906Ce564be7bA80Eb55A29EE31ECfaE41b6f2"
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "1000000000"
+ },
+ {
+ "status": "active",
+ "code": "tether_trc20_azn",
+ "method": "tether",
+ "currency": "AZN",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Tether TRC-20 wallet",
+ "ru": "Tether TRC-20 кошелёк",
+ "uk": "Tether TRC-20 гаманець"
+ },
+ "hint": {
+ "en": "Enter tether TRC-20 wallet",
+ "ru": "Введите tether TRC-20 кошелёк",
+ "uk": "Введіть tether TRC-20 гаманець"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1,
+ "example": "0x501906Ce564be7bA80Eb55A29EE31ECfaE41b6f2"
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "200000"
+ },
+ {
+ "status": "active",
+ "code": "tether_trc20_aed",
+ "method": "tether",
+ "currency": "AED",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Tether TRC-20 wallet",
+ "ru": "Tether TRC-20 кошелёк",
+ "uk": "Tether TRC-20 гаманець"
+ },
+ "hint": {
+ "en": "Enter tether TRC-20 wallet",
+ "ru": "Введите tether TRC-20 кошелёк",
+ "uk": "Введіть tether TRC-20 гаманець"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1,
+ "example": "0x501906Ce564be7bA80Eb55A29EE31ECfaE41b6f2"
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "400000"
+ },
+ {
+ "status": "active",
+ "code": "tether_trc20_idr",
+ "method": "tether",
+ "currency": "IDR",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Tether TRC-20 wallet",
+ "ru": "Tether TRC-20 кошелёк",
+ "uk": "Tether TRC-20 гаманець"
+ },
+ "hint": {
+ "en": "Enter tether TRC-20 wallet",
+ "ru": "Введите tether TRC-20 кошелёк",
+ "uk": "Введіть tether TRC-20 гаманець"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1,
+ "example": "0x501906Ce564be7bA80Eb55A29EE31ECfaE41b6f2"
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "1500000000"
+ },
+ {
+ "status": "active",
+ "code": "tether_trc20_pkr",
+ "method": "tether",
+ "currency": "PKR",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Tether TRC-20 wallet",
+ "ru": "Tether TRC-20 кошелёк",
+ "uk": "Tether TRC-20 гаманець"
+ },
+ "hint": {
+ "en": "Enter tether TRC-20 wallet",
+ "ru": "Введите tether TRC-20 кошелёк",
+ "uk": "Введіть tether TRC-20 гаманець"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1,
+ "example": "0x501906Ce564be7bA80Eb55A29EE31ECfaE41b6f2"
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "30000000"
+ },
+ {
+ "status": "active",
+ "code": "tether_trc20_vnd",
+ "method": "tether",
+ "currency": "VND",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Tether TRC-20 wallet",
+ "ru": "Tether TRC-20 кошелёк",
+ "uk": "Tether TRC-20 гаманець"
+ },
+ "hint": {
+ "en": "Enter tether TRC-20 wallet",
+ "ru": "Введите tether TRC-20 кошелёк",
+ "uk": "Введіть tether TRC-20 гаманець"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1,
+ "example": "0x501906Ce564be7bA80Eb55A29EE31ECfaE41b6f2"
+ }
+ ],
+ "amount_min": "1",
+ "amount_max": "9999999999"
+ },
+ {
+ "status": "active",
+ "code": "tether_polygon_rub",
+ "method": "tether",
+ "currency": "RUB",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Tether POLYGON wallet",
+ "ru": "Tether POLYGON кошелёк",
+ "uk": "Tether POLYGON гаманець"
+ },
+ "hint": {
+ "en": "Enter tether POLYGON wallet",
+ "ru": "Введите tether POLYGON кошелёк",
+ "uk": "Введіть tether POLYGON гаманець"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1,
+ "example": "0x501906Ce564be7bA80Eb55A29EE31ECfaE41b6f2"
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "1000000"
+ },
+ {
+ "status": "active",
+ "code": "tether_polygon_inr",
+ "method": "tether",
+ "currency": "INR",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Tether POLYGON wallet",
+ "ru": "Tether POLYGON кошелёк",
+ "uk": "Tether POLYGON гаманець"
+ },
+ "hint": {
+ "en": "Enter tether POLYGON wallet",
+ "ru": "Введите tether POLYGON кошелёк",
+ "uk": "Введіть tether POLYGON гаманець"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1,
+ "example": "0x501906Ce564be7bA80Eb55A29EE31ECfaE41b6f2"
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "10000000"
+ },
+ {
+ "status": "active",
+ "code": "tether_polygon_kzt",
+ "method": "tether",
+ "currency": "KZT",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Tether POLYGON wallet",
+ "ru": "Tether POLYGON кошелёк",
+ "uk": "Tether POLYGON гаманець"
+ },
+ "hint": {
+ "en": "Enter tether POLYGON wallet",
+ "ru": "Введите tether POLYGON кошелёк",
+ "uk": "Введіть tether POLYGON гаманець"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1,
+ "example": "0x501906Ce564be7bA80Eb55A29EE31ECfaE41b6f2"
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "50000000"
+ },
+ {
+ "status": "active",
+ "code": "tether_polygon_uah",
+ "method": "tether",
+ "currency": "UAH",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Tether POLYGON wallet",
+ "ru": "Tether POLYGON кошелёк",
+ "uk": "Tether POLYGON гаманець"
+ },
+ "hint": {
+ "en": "Enter tether POLYGON wallet",
+ "ru": "Введите tether POLYGON кошелёк",
+ "uk": "Введіть tether POLYGON гаманець"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1,
+ "example": "0x501906Ce564be7bA80Eb55A29EE31ECfaE41b6f2"
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "100000"
+ },
+ {
+ "status": "active",
+ "code": "tether_polygon_try",
+ "method": "tether",
+ "currency": "TRY",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Tether POLYGON wallet",
+ "ru": "Tether POLYGON кошелёк",
+ "uk": "Tether POLYGON гаманець"
+ },
+ "hint": {
+ "en": "Enter tether POLYGON wallet",
+ "ru": "Введите tether POLYGON кошелёк",
+ "uk": "Введіть tether POLYGON гаманець"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1,
+ "example": "0x501906Ce564be7bA80Eb55A29EE31ECfaE41b6f2"
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "3000000"
+ },
+ {
+ "status": "active",
+ "code": "tether_polygon_uzs",
+ "method": "tether",
+ "currency": "UZS",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Tether POLYGON wallet",
+ "ru": "Tether POLYGON кошелёк",
+ "uk": "Tether POLYGON гаманець"
+ },
+ "hint": {
+ "en": "Enter tether POLYGON wallet",
+ "ru": "Введите tether POLYGON кошелёк",
+ "uk": "Введіть tether POLYGON гаманець"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1,
+ "example": "0x501906Ce564be7bA80Eb55A29EE31ECfaE41b6f2"
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "1000000000"
+ },
+ {
+ "status": "active",
+ "code": "tether_polygon_azn",
+ "method": "tether",
+ "currency": "AZN",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Tether POLYGON wallet",
+ "ru": "Tether POLYGON кошелёк",
+ "uk": "Tether POLYGON гаманець"
+ },
+ "hint": {
+ "en": "Enter tether POLYGON wallet",
+ "ru": "Введите tether POLYGON кошелёк",
+ "uk": "Введіть tether POLYGON гаманець"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1,
+ "example": "0x501906Ce564be7bA80Eb55A29EE31ECfaE41b6f2"
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "200000"
+ },
+ {
+ "status": "active",
+ "code": "tether_polygon_aed",
+ "method": "tether",
+ "currency": "AED",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Tether POLYGON wallet",
+ "ru": "Tether POLYGON кошелёк",
+ "uk": "Tether POLYGON гаманець"
+ },
+ "hint": {
+ "en": "Enter tether POLYGON wallet",
+ "ru": "Введите tether POLYGON кошелёк",
+ "uk": "Введіть tether POLYGON гаманець"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1,
+ "example": "0x501906Ce564be7bA80Eb55A29EE31ECfaE41b6f2"
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "400000"
+ },
+ {
+ "status": "active",
+ "code": "tether_polygon_idr",
+ "method": "tether",
+ "currency": "IDR",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Tether POLYGON wallet",
+ "ru": "Tether POLYGON кошелёк",
+ "uk": "Tether POLYGON гаманець"
+ },
+ "hint": {
+ "en": "Enter tether POLYGON wallet",
+ "ru": "Введите tether POLYGON кошелёк",
+ "uk": "Введіть tether POLYGON гаманець"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1,
+ "example": "0x501906Ce564be7bA80Eb55A29EE31ECfaE41b6f2"
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "1500000000"
+ },
+ {
+ "status": "active",
+ "code": "tether_polygon_pkr",
+ "method": "tether",
+ "currency": "PKR",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Tether POLYGON wallet",
+ "ru": "Tether POLYGON кошелёк",
+ "uk": "Tether POLYGON гаманець"
+ },
+ "hint": {
+ "en": "Enter tether POLYGON wallet",
+ "ru": "Введите tether POLYGON кошелёк",
+ "uk": "Введіть tether POLYGON гаманець"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1,
+ "example": "0x501906Ce564be7bA80Eb55A29EE31ECfaE41b6f2"
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "30000000"
+ },
+ {
+ "status": "active",
+ "code": "tether_polygon_vnd",
+ "method": "tether",
+ "currency": "VND",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Tether POLYGON wallet",
+ "ru": "Tether POLYGON кошелёк",
+ "uk": "Tether POLYGON гаманець"
+ },
+ "hint": {
+ "en": "Enter tether POLYGON wallet",
+ "ru": "Введите tether POLYGON кошелёк",
+ "uk": "Введіть tether POLYGON гаманець"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1,
+ "example": "0x501906Ce564be7bA80Eb55A29EE31ECfaE41b6f2"
+ }
+ ],
+ "amount_min": "1",
+ "amount_max": "9999999999"
+ },
+ {
+ "status": "active",
+ "code": "tether_polygon_eur",
+ "method": "tether",
+ "currency": "EUR",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Tether POLYGON wallet",
+ "ru": "Tether POLYGON кошелёк",
+ "uk": "Tether POLYGON гаманець"
+ },
+ "hint": {
+ "en": "Enter tether POLYGON wallet",
+ "ru": "Введите tether POLYGON кошелёк",
+ "uk": "Введіть tether POLYGON гаманець"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1,
+ "example": "0x501906Ce564be7bA80Eb55A29EE31ECfaE41b6f2"
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "100000"
+ },
+ {
+ "status": "active",
+ "code": "tether_polygon_usd",
+ "method": "tether",
+ "currency": "USD",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Tether POLYGON wallet",
+ "ru": "Tether POLYGON кошелёк",
+ "uk": "Tether POLYGON гаманець"
+ },
+ "hint": {
+ "en": "Enter tether POLYGON wallet",
+ "ru": "Введите tether POLYGON кошелёк",
+ "uk": "Введіть tether POLYGON гаманець"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1,
+ "example": "0x501906Ce564be7bA80Eb55A29EE31ECfaE41b6f2"
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "100000"
+ },
+ {
+ "status": "active",
+ "code": "tether_bep20_rub",
+ "method": "tether",
+ "currency": "RUB",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Tether BEP-20 wallet",
+ "ru": "Tether BEP-20 кошелёк",
+ "uk": "Tether BEP-20 гаманець"
+ },
+ "hint": {
+ "en": "Enter tether BEP-20 wallet",
+ "ru": "Введите tether BEP-20 кошелёк",
+ "uk": "Введіть tether BEP-20 гаманець"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1,
+ "example": "0x501906Ce564be7bA80Eb55A29EE31ECfaE41b6f2"
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "1000000"
+ },
+ {
+ "status": "active",
+ "code": "tether_bep20_inr",
+ "method": "tether",
+ "currency": "INR",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Tether BEP-20 wallet",
+ "ru": "Tether BEP-20 кошелёк",
+ "uk": "Tether BEP-20 гаманець"
+ },
+ "hint": {
+ "en": "Enter tether BEP-20 wallet",
+ "ru": "Введите tether BEP-20 кошелёк",
+ "uk": "Введіть tether BEP-20 гаманець"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1,
+ "example": "0x501906Ce564be7bA80Eb55A29EE31ECfaE41b6f2"
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "10000000"
+ },
+ {
+ "status": "active",
+ "code": "tether_bep20_kzt",
+ "method": "tether",
+ "currency": "KZT",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Tether BEP-20 wallet",
+ "ru": "Tether BEP-20 кошелёк",
+ "uk": "Tether BEP-20 гаманець"
+ },
+ "hint": {
+ "en": "Enter tether BEP-20 wallet",
+ "ru": "Введите tether BEP-20 кошелёк",
+ "uk": "Введіть tether BEP-20 гаманець"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1,
+ "example": "0x501906Ce564be7bA80Eb55A29EE31ECfaE41b6f2"
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "50000000"
+ },
+ {
+ "status": "active",
+ "code": "tether_bep20_uah",
+ "method": "tether",
+ "currency": "UAH",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Tether BEP-20 wallet",
+ "ru": "Tether BEP-20 кошелёк",
+ "uk": "Tether BEP-20 гаманець"
+ },
+ "hint": {
+ "en": "Enter tether BEP-20 wallet",
+ "ru": "Введите tether BEP-20 кошелёк",
+ "uk": "Введіть tether BEP-20 гаманець"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1,
+ "example": "0x501906Ce564be7bA80Eb55A29EE31ECfaE41b6f2"
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "100000"
+ },
+ {
+ "status": "active",
+ "code": "tether_bep20_try",
+ "method": "tether",
+ "currency": "TRY",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Tether BEP-20 wallet",
+ "ru": "Tether BEP-20 кошелёк",
+ "uk": "Tether BEP-20 гаманець"
+ },
+ "hint": {
+ "en": "Enter tether BEP-20 wallet",
+ "ru": "Введите tether BEP-20 кошелёк",
+ "uk": "Введіть tether BEP-20 гаманець"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1,
+ "example": "0x501906Ce564be7bA80Eb55A29EE31ECfaE41b6f2"
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "3000000"
+ },
+ {
+ "status": "active",
+ "code": "tether_bep20_uzs",
+ "method": "tether",
+ "currency": "UZS",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Tether BEP-20 wallet",
+ "ru": "Tether BEP-20 кошелёк",
+ "uk": "Tether BEP-20 гаманець"
+ },
+ "hint": {
+ "en": "Enter tether BEP-20 wallet",
+ "ru": "Введите tether BEP-20 кошелёк",
+ "uk": "Введіть tether BEP-20 гаманець"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1,
+ "example": "0x501906Ce564be7bA80Eb55A29EE31ECfaE41b6f2"
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "1000000000"
+ },
+ {
+ "status": "active",
+ "code": "tether_bep20_azn",
+ "method": "tether",
+ "currency": "AZN",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Tether BEP-20 wallet",
+ "ru": "Tether BEP-20 кошелёк",
+ "uk": "Tether BEP-20 гаманець"
+ },
+ "hint": {
+ "en": "Enter tether BEP-20 wallet",
+ "ru": "Введите tether BEP-20 кошелёк",
+ "uk": "Введіть tether BEP-20 гаманець"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1,
+ "example": "0x501906Ce564be7bA80Eb55A29EE31ECfaE41b6f2"
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "100000"
+ },
+ {
+ "status": "active",
+ "code": "tether_bep20_aed",
+ "method": "tether",
+ "currency": "AED",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Tether BEP-20 wallet",
+ "ru": "Tether BEP-20 кошелёк",
+ "uk": "Tether BEP-20 гаманець"
+ },
+ "hint": {
+ "en": "Enter tether BEP-20 wallet",
+ "ru": "Введите tether BEP-20 кошелёк",
+ "uk": "Введіть tether BEP-20 гаманець"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1,
+ "example": "0x501906Ce564be7bA80Eb55A29EE31ECfaE41b6f2"
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "400000"
+ },
+ {
+ "status": "active",
+ "code": "tether_bep20_idr",
+ "method": "tether",
+ "currency": "IDR",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Tether BEP-20 wallet",
+ "ru": "Tether BEP-20 кошелёк",
+ "uk": "Tether BEP-20 гаманець"
+ },
+ "hint": {
+ "en": "Enter tether BEP-20 wallet",
+ "ru": "Введите tether BEP-20 кошелёк",
+ "uk": "Введіть tether BEP-20 гаманець"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1,
+ "example": "0x501906Ce564be7bA80Eb55A29EE31ECfaE41b6f2"
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "1500000000"
+ },
+ {
+ "status": "active",
+ "code": "tether_bep20_pkr",
+ "method": "tether",
+ "currency": "PKR",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Tether BEP-20 wallet",
+ "ru": "Tether BEP-20 кошелёк",
+ "uk": "Tether BEP-20 гаманець"
+ },
+ "hint": {
+ "en": "Enter tether BEP-20 wallet",
+ "ru": "Введите tether BEP-20 кошелёк",
+ "uk": "Введіть tether BEP-20 гаманець"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1,
+ "example": "0x501906Ce564be7bA80Eb55A29EE31ECfaE41b6f2"
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "30000000"
+ },
+ {
+ "status": "active",
+ "code": "tether_bep20_vnd",
+ "method": "tether",
+ "currency": "VND",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Tether BEP-20 wallet",
+ "ru": "Tether BEP-20 кошелёк",
+ "uk": "Tether BEP-20 гаманець"
+ },
+ "hint": {
+ "en": "Enter tether BEP-20 wallet",
+ "ru": "Введите tether BEP-20 кошелёк",
+ "uk": "Введіть tether BEP-20 гаманець"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1,
+ "example": "0x501906Ce564be7bA80Eb55A29EE31ECfaE41b6f2"
+ }
+ ],
+ "amount_min": "1",
+ "amount_max": "9999999999"
+ },
+ {
+ "status": "active",
+ "code": "tether_bep20_eur",
+ "method": "tether",
+ "currency": "EUR",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Tether BEP-20 wallet",
+ "ru": "Tether BEP-20 кошелёк",
+ "uk": "Tether BEP-20 гаманець"
+ },
+ "hint": {
+ "en": "Enter tether BEP-20 wallet",
+ "ru": "Введите tether BEP-20 кошелёк",
+ "uk": "Введіть tether BEP-20 гаманець"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1,
+ "example": "0x501906Ce564be7bA80Eb55A29EE31ECfaE41b6f2"
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "100000"
+ },
+ {
+ "status": "active",
+ "code": "tether_bep20_usd",
+ "method": "tether",
+ "currency": "USD",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Tether BEP-20 wallet",
+ "ru": "Tether BEP-20 кошелёк",
+ "uk": "Tether BEP-20 гаманець"
+ },
+ "hint": {
+ "en": "Enter tether BEP-20 wallet",
+ "ru": "Введите tether BEP-20 кошелёк",
+ "uk": "Введіть tether BEP-20 гаманець"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1,
+ "example": "0x501906Ce564be7bA80Eb55A29EE31ECfaE41b6f2"
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "100000"
+ },
+ {
+ "status": "active",
+ "code": "yes_mfb_inr",
+ "method": "yes_mfb",
+ "currency": "INR",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,20}$\/",
+ "required": false,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "ifsc",
+ "type": "string",
+ "label": {
+ "en": "IFSC",
+ "ru": "IFSC",
+ "uk": "IFSC"
+ },
+ "hint": {
+ "en": "Enter IFSC",
+ "ru": "Введите IFSC",
+ "uk": "Введіть IFSC"
+ },
+ "regexp": "\/^[A-Za-z0-9]{11}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 4,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 8300000
+ },
+ {
+ "status": "active",
+ "code": "mtn_ugx",
+ "currency": "UGX",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ },
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "0700123456",
+ "regexp": "\/^\\+?\\d{9,14}$\/",
+ "required": false,
+ "position": 4
+ }
+ ],
+ "method": "mtn",
+ "amount_min": 1,
+ "amount_max": 400000000
+ },
+ {
+ "status": "active",
+ "code": "airtel_money_ugx",
+ "method": "airtel_money",
+ "currency": "UGX",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required": true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 400000000
+ },
+ {
+ "status": "active",
+ "code": "safaricom_kes",
+ "method": "safaricom",
+ "currency": "KES",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ },
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "0769477808",
+ "regexp": "\/^\\+?\\d{9,14}$\/",
+ "required": false,
+ "position": 4
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 15000000
+ },
+ {
+ "status": "active",
+ "code": "vodafone_ugx",
+ "method": "vodafone",
+ "currency": "UGX",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "0700123456",
+ "regexp": "\/^\\+?\\d{9,14}$\/",
+ "required": false,
+ "position": 4
+ }
+ ],
+ "amount_min": 35,
+ "amount_max": 35670000
+ },
+ {
+ "status": "active",
+ "code": "moov_ci_xof",
+ "method": "moov_ci",
+ "currency": "XOF",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "0501234567",
+ "regexp": "\/^\\+?\\d{9,14}$\/",
+ "required": false,
+ "position": 4
+ }
+ ],
+ "amount_min": 5,
+ "amount_max": 5642000
+ },
+ {
+ "status": "active",
+ "code": "mtn_ci_xof",
+ "method": "mtn_ci",
+ "currency": "XOF",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "0501234567",
+ "regexp": "\/^\\+?\\d{9,14}$\/",
+ "required": false,
+ "position": 4
+ }
+ ],
+ "amount_min": 5,
+ "amount_max": 5642000
+ },
+ {
+ "status": "active",
+ "code": "orange_ci_xof",
+ "method": "orange_ci",
+ "currency": "XOF",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "0501234567",
+ "regexp": "\/^\\+?\\d{9,14}$\/",
+ "required": false,
+ "position": 4
+ }
+ ],
+ "amount_min": 5,
+ "amount_max": 5642000
+ },
+ {
+ "status": "active",
+ "code": "wave_ci_xof",
+ "method": "wave_ci",
+ "currency": "XOF",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "0501234567",
+ "regexp": "\/^\\+?\\d{9,14}$\/",
+ "required": false,
+ "position": 4
+ }
+ ],
+ "amount_min": 5,
+ "amount_max": 5642000
+ },
+ {
+ "status": "active",
+ "code": "moov_bf_xof",
+ "method": "moov_bf",
+ "currency": "XOF",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "0700123456",
+ "regexp": "\/^\\+?\\d{9,14}$\/",
+ "required": false,
+ "position": 4
+ }
+ ],
+ "amount_min": 5,
+ "amount_max": 5642000
+ },
+ {
+ "status": "active",
+ "code": "orange_bf_xof",
+ "method": "orange_bf",
+ "currency": "XOF",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "0700123456",
+ "regexp": "\/^\\+?\\d{9,14}$\/",
+ "required": false,
+ "position": 4
+ }
+ ],
+ "amount_min": 5,
+ "amount_max": 5642000
+ },
+ {
+ "status": "active",
+ "code": "orange_ml_xof",
+ "method": "orange_ml",
+ "currency": "XOF",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "650123456",
+ "regexp": "\/^\\+?\\d{9,14}$\/",
+ "required": false,
+ "position": 4
+ }
+ ],
+ "amount_min": 5,
+ "amount_max": 5642000
+ },
+ {
+ "status": "active",
+ "code": "moov_ml_xof",
+ "method": "moov_ml",
+ "currency": "XOF",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "650123456",
+ "regexp": "\/^\\+?\\d{9,14}$\/",
+ "required": false,
+ "position": 4
+ }
+ ],
+ "amount_min": 5,
+ "amount_max": 5642000
+ },
+ {
+ "status": "active",
+ "code": "moov_bj_xof",
+ "method": "moov_bj",
+ "currency": "XOF",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "650123456",
+ "regexp": "\/^\\+?\\d{9,14}$\/",
+ "required": false,
+ "position": 4
+ }
+ ],
+ "amount_min": 5,
+ "amount_max": 5642000
+ },
+ {
+ "status": "active",
+ "code": "mtn_bj_xof",
+ "method": "mtn_bj",
+ "currency": "XOF",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "650123456",
+ "regexp": "\/^\\+?\\d{9,14}$\/",
+ "required": false,
+ "position": 4
+ }
+ ],
+ "amount_min": 5,
+ "amount_max": 5642000
+ },
+ {
+ "status": "active",
+ "code": "expresso_sn_xof",
+ "method": "expresso_sn",
+ "currency": "XOF",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "770123456",
+ "regexp": "\/^\\+?\\d{9,14}$\/",
+ "required": false,
+ "position": 4
+ }
+ ],
+ "amount_min": 5,
+ "amount_max": 5642000
+ },
+ {
+ "status": "active",
+ "code": "wave_sn_xof",
+ "method": "wave_sn",
+ "currency": "XOF",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "770123456",
+ "regexp": "\/^\\+?\\d{9,14}$\/",
+ "required": false,
+ "position": 4
+ }
+ ],
+ "amount_min": 5,
+ "amount_max": 5642000
+ },
+ {
+ "status": "active",
+ "code": "orange_sn_xof",
+ "method": "orange_sn",
+ "currency": "XOF",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "770123456",
+ "regexp": "\/^\\+?\\d{9,14}$\/",
+ "required": false,
+ "position": 4
+ }
+ ],
+ "amount_min": 5,
+ "amount_max": 5642000
+ },
+ {
+ "status": "active",
+ "code": "free_sn_xof",
+ "method": "free_sn",
+ "currency": "XOF",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "770123456",
+ "regexp": "\/^\\+?\\d{9,14}$\/",
+ "required": false,
+ "position": 4
+ }
+ ],
+ "amount_min": 5,
+ "amount_max": 5642000
+ },
+ {
+ "status": "active",
+ "code": "moov_tg_xof",
+ "method": "moov_tg",
+ "currency": "XOF",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "90012345",
+ "regexp": "\/^\\+?\\d{9,14}$\/",
+ "required": false,
+ "position": 4
+ }
+ ],
+ "amount_min": 5,
+ "amount_max": 5642000
+ },
+ {
+ "status": "active",
+ "code": "tmoney_tg_xof",
+ "method": "tmoney_tg",
+ "currency": "XOF",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "90012345",
+ "regexp": "\/^\\+?\\d{9,14}$\/",
+ "required": false,
+ "position": 4
+ }
+ ],
+ "amount_min": 5,
+ "amount_max": 5642000
+ },
+ {
+ "status": "active",
+ "code": "mtn_cm_xaf",
+ "method": "mtn_cm",
+ "currency": "XAF",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "690123456",
+ "regexp": "\/^\\+?\\d{9,14}$\/",
+ "required": false,
+ "position": 4
+ }
+ ],
+ "amount_min": 5,
+ "amount_max": 5641000
+ },
+ {
+ "status": "active",
+ "code": "orange_cm_xaf",
+ "method": "orange_cm",
+ "currency": "XAF",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "690123456",
+ "regexp": "\/^\\+?\\d{9,14}$\/",
+ "required": false,
+ "position": 4
+ }
+ ],
+ "amount_min": 5,
+ "amount_max": 5641000
+ },
+ {
+ "status": "active",
+ "code": "tigopesa_tzs",
+ "method": "tigopesa",
+ "currency": "TZS",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "0712345678",
+ "regexp": "\/^\\+?\\d{9,14}$\/",
+ "required": false,
+ "position": 4
+ }
+ ],
+ "amount_min": 24.47,
+ "amount_max": 24470000
+ },
+ {
+ "status": "active",
+ "code": "airteltigo_ugx",
+ "method": "airteltigo",
+ "currency": "UGX",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "0700123456",
+ "regexp": "\/^\\+?\\d{9,14}$\/",
+ "required": false,
+ "position": 4
+ }
+ ],
+ "amount_min": 35,
+ "amount_max": 35670000
+ },
+ {
+ "status": "active",
+ "code": "airtel_money_kes",
+ "method": "airtel_money",
+ "currency": "KES",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ },
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "0769477808",
+ "regexp": "\/^\\+?\\d{9,14}$\/",
+ "required": false,
+ "position": 4
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 15000000
+ },
+ {
+ "status": "active",
+ "code": "equitel_kes",
+ "method": "equitel",
+ "currency": "KES",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ },
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "0769477808",
+ "regexp": "\/^\\+?\\d{9,14}$\/",
+ "required": false,
+ "position": 4
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 15000000
+ },
+ {
+ "status": "active",
+ "code": "mtn_rwf",
+ "method": "mtn",
+ "currency": "RWF",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required": true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 120000000
+ },
+ {
+ "status": "active",
+ "code": "airteltigo_rwf",
+ "method": "airteltigo",
+ "currency": "RWF",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required": true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 120000000
+ },
+ {
+ "status": "active",
+ "code": "vodafone_cash_ghs",
+ "method": "vodafone_cash",
+ "currency": "GHS",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required": true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1200000
+ },
+ {
+ "status": "active",
+ "code": "vodafone_cash_egp",
+ "method": "vodafone_cash",
+ "currency": "EGP",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required": true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ },
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Wallet number",
+ "ru": "Номер кошелька",
+ "uk": "Номер гаманця"
+ },
+ "hint": {
+ "en": "Enter wallet number",
+ "ru": "Введите номер кошелька",
+ "uk": "Введіть номер гаманця"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 4
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 3000000
+ },
+ {
+ "status": "active",
+ "code": "airteltigo_ghs",
+ "method": "airteltigo",
+ "currency": "GHS",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ },
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "0700123456",
+ "regexp": "\/^\\+?\\d{9,14}$\/",
+ "required": false,
+ "position": 4
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1200000
+ },
+ {
+ "status": "active",
+ "code": "mtn_group_ghs",
+ "method": "mtn_group",
+ "currency": "GHS",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required": true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1200000
+ },
+ {
+ "status": "active",
+ "code": "vodafone_ghana_ghs",
+ "method": "vodafone_ghana",
+ "currency": "GHS",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ },
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "0769477808",
+ "regexp": "\/^\\+?\\d{9,14}$\/",
+ "required": false,
+ "position": 4
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1200000
+ },
+ {
+ "status": "active",
+ "code": "vodafone_egypt_egp",
+ "method": "vodafone_egypt",
+ "currency": "EGP",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ },
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "0769477808",
+ "regexp": "\/^\\+?\\d{9,14}$\/",
+ "required": false,
+ "position": 4
+ }
+ ],
+ "amount_min": 0.05,
+ "amount_max": 5000000
+ },
+ {
+ "status": "active",
+ "code": "ecocash_bif",
+ "method": "ecocash",
+ "currency": "BIF",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required": true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 300000000
+ },
+ {
+ "status": "active",
+ "code": "mtn_xaf",
+ "method": "mtn",
+ "currency": "XAF",
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "regexp": "\/^\\+?\\d{9,14}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 4,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 60000000
+ },
+ {
+ "status": "active",
+ "code": "mtn_xof",
+ "method": "mtn",
+ "currency": "XOF",
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "regexp": "\/^\\+?\\d{9,14}$\/",
+ "required": false,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 60000000
+ },
+ {
+ "status": "active",
+ "code": "orange_money_xaf",
+ "method": "orange_money",
+ "currency": "XAF",
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "regexp": "\/^\\+?\\d{9,14}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 4,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 60000000
+ },
+ {
+ "status": "active",
+ "code": "orange_money_xof",
+ "method": "orange_money",
+ "currency": "XOF",
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "regexp": "\/^\\+?\\d{9,14}$\/",
+ "required": false,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 60000000
+ },
+ {
+ "status": "active",
+ "code": "mtn_group_zmw",
+ "method": "mtn_group",
+ "currency": "ZMW",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required": true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 2000000
+ },
+ {
+ "status": "active",
+ "code": "airtel_money_zmw",
+ "method": "airtel_money",
+ "currency": "ZMW",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required": true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 2000000
+ },
+ {
+ "status": "active",
+ "code": "zamtel_zmw",
+ "method": "zamtel",
+ "currency": "ZMW",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required": true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 2000000
+ },
+ {
+ "status": "active",
+ "code": "vodafone_mpesa_egp",
+ "method": "vodafone_mpesa",
+ "currency": "EGP",
+ "fields": [
+ {
+ "key": "phone_number",
+ "type": "string",
+ "label": {
+ "en": "Vodafone number: ",
+ "uk": "Номер Vodafone: ",
+ "ru": "Номер Vodafone: "
+ },
+ "regexp": "/^[0-9]{11}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter your phone number in international format",
+ "uk": "Введіть номер телефону в міжнародному форматі",
+ "ru": "Введите номер телефона в международном формате"
+ },
+ "example": "01234567890"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 3000000
+ },
+ {
+ "status": "active",
+ "code": "bkash_limited_bdt",
+ "method": "bkash_limited",
+ "currency": "BDT",
+ "amount_min": "1",
+ "amount_max": "10900000",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^\\d{11,19}$\/",
+ "required": true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "0001787300000",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 3
+ },
+ {
+ "key": "beneficiary_country_code",
+ "type": "string",
+ "regexp": "\/^[A-Z]{2}$\/",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "virtual_bank_aggregated_krw",
+ "method": "virtual_bank_aggregated",
+ "currency": "KRW",
+ "amount_min": "1",
+ "amount_max": "130000000",
+ "fields": [
+ {
+ "key": "account",
+ "type": "string",
+ "regexp": "\/^.{1,128}$\/",
+ "required": true,
+ "position": 1,
+ "label": {
+ "en": "Account Number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account Number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "example": "name@bankname"
+ },
+ {
+ "key": "bank_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Name",
+ "ru": "Название банка",
+ "uk": "Назву банку"
+ },
+ "hint": {
+ "en": "Enter bank name",
+ "ru": "Введите название банка",
+ "uk": "Введіть назву банку"
+ },
+ "regexp": "\/^[\\s\\p{L}\\p{N}\\p{P}]{2,100}$\/u",
+ "required": true,
+ "position": 2
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter bank account number",
+ "ru": "Введите Bank account number",
+ "uk": "Введіть Bank account number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "bank_account_holder_full_name",
+ "type": "string",
+ "label": {
+ "en": "Bank account holder full name",
+ "ru": "ФИО владельца счёта",
+ "uk": "ПІБ власника рахунку"
+ },
+ "hint": {
+ "en": "Enter bank account holder full name",
+ "ru": "Введите ФИО владельца счёта",
+ "uk": "Введіть ПIБ власника рахунку"
+ },
+ "regexp": "\/^[\\s\\p{L}\\p{N}\\p{P}]{2,100}$\/u",
+ "required": true,
+ "position": 4
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "zen_wallet_eur",
+ "currency": "EUR",
+ "method": "zen_wallet",
+ "amount_min": 0.01,
+ "amount_max": 100000,
+ "fields": [
+ {
+ "key": "account_id",
+ "type": "string",
+ "regexp": "/^[0-9a-fA-F]{8}-(?:[0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$/",
+ "required": true,
+ "position": 1,
+ "label": {
+ "en": "Client account ID",
+ "ru": "Номер аккаунта клиента",
+ "uk": "Номер акаунту клієнта"
+ },
+ "hint": {
+ "en": "Enter client account ID",
+ "ru": "Введите номер аккаунта клиента",
+ "uk": "Введіть нмер акаунту клієнта"
+ },
+ "example": "8392b470-5e79-4396-96f0-2a936c8ba4cc"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "zen_wallet_usd",
+ "currency": "USD",
+ "method": "zen_wallet",
+ "amount_min": 0.01,
+ "amount_max": 100000,
+ "fields": [
+ {
+ "key": "account_id",
+ "type": "string",
+ "regexp": "/^[0-9a-fA-F]{8}-(?:[0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$/",
+ "required": true,
+ "position": 1,
+ "label": {
+ "en": "Client account ID",
+ "ru": "Номер аккаунта клиента",
+ "uk": "Номер акаунту клієнта"
+ },
+ "hint": {
+ "en": "Enter client account ID",
+ "ru": "Введите номер аккаунта клиента",
+ "uk": "Введіть нмер акаунту клієнта"
+ },
+ "example": "8392b470-5e79-4396-96f0-2a936c8ba4cc"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "dutch_bangla_bank_limited_rocket_bdt",
+ "method": "dutch_bangla_bank_limited_rocket",
+ "currency": "BDT",
+ "amount_min": "1",
+ "amount_max": "10900000",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^\\d{11,19}$\/",
+ "required": true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "0001787300000",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 3
+ },
+ {
+ "key": "beneficiary_country_code",
+ "type": "string",
+ "regexp": "\/^[A-Z]{2}$\/",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "united_commercial_bank_upay_bdt",
+ "method": "united_commercial_bank_upay",
+ "currency": "BDT",
+ "amount_min": "1",
+ "amount_max": "10900000",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^\\d{11,19}$\/",
+ "required": true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "0001787300000",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 3
+ },
+ {
+ "key": "beneficiary_country_code",
+ "type": "string",
+ "regexp": "\/^[A-Z]{2}$\/",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "nagad_wallet_bdt",
+ "method": "nagad_wallet",
+ "currency": "BDT",
+ "amount_min": "1",
+ "amount_max": "10900000",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^\\d{11,19}$\/",
+ "required": true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "0001787300000",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 3
+ },
+ {
+ "key": "beneficiary_country_code",
+ "type": "string",
+ "regexp": "\/^[A-Z]{2}$\/",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "anz_bank_vnd",
+ "currency": "VND",
+ "method": "anz_bank",
+ "amount_min": "1",
+ "amount_max": "9999999999",
+ "fields": [
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Ім'я отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть ім'я отримувача"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "example": "John",
+ "position": 1
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "example": "Doe",
+ "position": 2
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": true,
+ "position": 5
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "mhb_bank_vnd",
+ "currency": "VND",
+ "method": "mhb_bank",
+ "amount_min": "1",
+ "amount_max": "9999999999",
+ "fields": [
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Ім'я отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть ім'я отримувача"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "example": "John",
+ "position": 1
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "example": "Doe",
+ "position": 2
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": true,
+ "position": 5
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "bank_for_agriculture_thb",
+ "currency": "THB",
+ "method": "bank_for_agriculture",
+ "fields": [
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Ім'я отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть ім'я отримувача"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "example": "John",
+ "position": 1
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": true,
+ "example": "Doe",
+ "position": 2
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": true,
+ "position": 5
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 3400000
+ },
+ {
+ "status": "active",
+ "code": "citibank_n_a_thb",
+ "currency": "THB",
+ "method": "citibank_n_a",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Client account number",
+ "ru": "Номер клиентского счета",
+ "uk": "Номер рахунку клієнта"
+ },
+ "regexp": "/^.{1,50}$/",
+ "required": true,
+ "position": 1,
+ "hint": {
+ "en": "Enter client account number",
+ "ru": "Введите номер клиентского счета",
+ "uk": "Введіть номер рахунку клієнта"
+ },
+ "example": "1100382992"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": true,
+ "position": 5
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 3400000
+ },
+ {
+ "status": "active",
+ "code": "industrial_and_commercial_bank_of_china_thb",
+ "currency": "THB",
+ "method": "industrial_and_commercial_bank_of_china",
+ "fields": [
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Ім'я отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть ім'я отримувача"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "example": "John",
+ "position": 1
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "example": "Doe",
+ "position": 2
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": true,
+ "position": 5
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 3400000
+ },
+ {
+ "status": "active",
+ "code": "islamic_bank_of_thailand_thb",
+ "currency": "THB",
+ "method": "islamic_bank_of_thailand",
+ "fields": [
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Ім'я отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть ім'я отримувача"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "example": "John",
+ "position": 1
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "example": "Doe",
+ "position": 2
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": true,
+ "position": 5
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 3400000
+ },
+ {
+ "status": "active",
+ "code": "thai_credit_retail_bank_thb",
+ "currency": "THB",
+ "method": "thai_credit_retail_bank",
+ "fields": [
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Ім'я отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть ім'я отримувача"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "example": "John",
+ "position": 1
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "example": "Doe",
+ "position": 2
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": true,
+ "position": 5
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 3400000
+ },
+ {
+ "status": "active",
+ "code": "tisco_bank_thb",
+ "currency": "THB",
+ "method": "tisco_bank",
+ "fields": [
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Ім'я отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть ім'я отримувача"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "example": "John",
+ "position": 1
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "example": "Doe",
+ "position": 2
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": true,
+ "position": 5
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 3400000
+ },
+ {
+ "status": "active",
+ "code": "asia_united_bank_php",
+ "currency": "PHP",
+ "method": "asia_united_bank",
+ "fields": [
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Ім'я отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть ім'я отримувача"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "example": "John",
+ "position": 1
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "example": "Doe",
+ "position": 2
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": true,
+ "position": 5
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 29000000
+ },
+ {
+ "status": "active",
+ "code": "bdo_bank_php",
+ "currency": "PHP",
+ "method": "bdo_bank",
+ "fields": [
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Ім'я отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть ім'я отримувача"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "example": "John",
+ "position": 1
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "example": "Doe",
+ "position": 2
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": true,
+ "position": 5
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 29000000
+ },
+ {
+ "status": "active",
+ "code": "bdo_network_bank_php",
+ "currency": "PHP",
+ "method": "bdo_network_bank",
+ "fields": [
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Ім'я отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть ім'я отримувача"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "example": "John",
+ "position": 1
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "example": "Doe",
+ "position": 2
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": true,
+ "position": 5
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 29000000
+ },
+ {
+ "status": "active",
+ "code": "philippine_islands_family_bank_php",
+ "currency": "PHP",
+ "method": "philippine_islands_family_bank",
+ "fields": [
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Ім'я отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть ім'я отримувача"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "example": "John",
+ "position": 1
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "example": "Doe",
+ "position": 2
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": true,
+ "position": 5
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 29000000
+ },
+ {
+ "status": "active",
+ "code": "bank_of_commerce_php",
+ "currency": "PHP",
+ "method": "bank_of_commerce",
+ "fields": [
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Ім'я отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть ім'я отримувача"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "example": "John",
+ "position": 1
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "example": "Doe",
+ "position": 2
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": true,
+ "position": 5
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 29000000
+ },
+ {
+ "status": "active",
+ "code": "china_bank_php",
+ "currency": "PHP",
+ "method": "china_bank",
+ "fields": [
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Ім'я отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть ім'я отримувача"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "example": "John",
+ "position": 1
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "example": "Doe",
+ "position": 2
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": true,
+ "position": 5
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 29000000
+ },
+ {
+ "status": "active",
+ "code": "china_bank_savings_php",
+ "currency": "PHP",
+ "method": "china_bank_savings",
+ "fields": [
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Ім'я отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть ім'я отримувача"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "example": "John",
+ "position": 1
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "example": "Doe",
+ "position": 2
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": true,
+ "position": 5
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 29000000
+ },
+ {
+ "status": "active",
+ "code": "cebuana_lhuillier_php",
+ "currency": "PHP",
+ "method": "cebuana_lhuillier",
+ "fields": [
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Ім'я отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть ім'я отримувача"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "example": "John",
+ "position": 1
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "example": "Doe",
+ "position": 2
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": true,
+ "position": 5
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 29000000
+ },
+ {
+ "status": "active",
+ "code": "citi_bank_php",
+ "currency": "PHP",
+ "method": "citi_bank",
+ "fields": [
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Ім'я отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть ім'я отримувача"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "example": "John",
+ "position": 1
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "example": "Doe",
+ "position": 2
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": true,
+ "position": 5
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 29000000
+ },
+ {
+ "status": "active",
+ "code": "ctbc_bank_php",
+ "currency": "PHP",
+ "method": "ctbc_bank",
+ "fields": [
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Ім'я отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть ім'я отримувача"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "example": "John",
+ "position": 1
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "example": "Doe",
+ "position": 2
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": true,
+ "position": 5
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 29000000
+ },
+ {
+ "status": "active",
+ "code": "may_bank_php",
+ "currency": "PHP",
+ "method": "may_bank",
+ "fields": [
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Ім'я отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть ім'я отримувача"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "example": "John",
+ "position": 1
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "example": "Doe",
+ "position": 2
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": true,
+ "position": 5
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 29000000
+ },
+ {
+ "status": "active",
+ "code": "ps_bank_php",
+ "currency": "PHP",
+ "method": "ps_bank",
+ "fields": [
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Ім'я отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть ім'я отримувача"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "example": "John",
+ "position": 1
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "example": "Doe",
+ "position": 2
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": true,
+ "position": 5
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 29000000
+ },
+ {
+ "status": "active",
+ "code": "robinsons_bank_php",
+ "currency": "PHP",
+ "method": "robinsons_bank",
+ "fields": [
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Ім'я отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть ім'я отримувача"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "example": "John",
+ "position": 1
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "example": "Doe",
+ "position": 2
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": true,
+ "position": 5
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 29000000
+ },
+ {
+ "status": "active",
+ "code": "villarica_pawnshop_php",
+ "currency": "PHP",
+ "method": "villarica_pawnshop",
+ "fields": [
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Ім'я отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть ім'я отримувача"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "example": "John",
+ "position": 1
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "example": "Doe",
+ "position": 2
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": true,
+ "position": 5
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 29000000
+ },
+ {
+ "status": "active",
+ "code": "ucpb_php",
+ "currency": "PHP",
+ "method": "ucpb",
+ "fields": [
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Ім'я отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть ім'я отримувача"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "example": "John",
+ "position": 1
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "example": "John",
+ "position": 2
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": true,
+ "position": 5
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 29000000
+ },
+ {
+ "status": "active",
+ "code": "pera_hub_bank_php",
+ "currency": "PHP",
+ "method": "pera_hub_bank",
+ "fields": [
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Ім'я отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть ім'я отримувача"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "example": "John",
+ "position": 1
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "example": "Doe",
+ "position": 2
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": true,
+ "position": 5
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 29000000
+ },
+ {
+ "status": "active",
+ "code": "veterans_bank_php",
+ "currency": "PHP",
+ "method": "veterans_bank",
+ "fields": [
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Ім'я отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть ім'я отримувача"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "example": "John",
+ "position": 1
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "example": "Doe",
+ "position": 2
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": true,
+ "position": 5
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 29000000
+ },
+ {
+ "status": "active",
+ "code": "m_lhuillier_php",
+ "currency": "PHP",
+ "method": "m_lhuillier",
+ "fields": [
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Ім'я отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть ім'я отримувача"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "example": "John",
+ "position": 1
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "example": "John",
+ "position": 2
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": true,
+ "position": 5
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 29000000
+ },
+ {
+ "status": "active",
+ "code": "philippine_bank_of_communications_php",
+ "currency": "PHP",
+ "method": "philippine_bank_of_communications",
+ "fields": [
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Ім'я отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть ім'я отримувача"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "example": "John",
+ "position": 1
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "example": "John",
+ "position": 2
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": true,
+ "position": 5
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 29000000
+ },
+ {
+ "status": "active",
+ "code": "coins_ph_php",
+ "currency": "PHP",
+ "method": "coins_ph",
+ "fields": [
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Ім'я отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть ім'я отримувача"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "example": "John",
+ "position": 1
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "example": "John",
+ "position": 2
+ },
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account Number",
+ "ru": "Account Number",
+ "uk": "Account Number"
+ },
+ "hint": {
+ "en": "Enter Account Number",
+ "ru": "Введите Account Number",
+ "uk": "Введіть Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": true,
+ "position": 5
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 29000000
+ },
+ {
+ "status": "active",
+ "code": "grabpay_wallet_php",
+ "currency": "PHP",
+ "method": "grabpay_wallet",
+ "fields": [
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Ім'я отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть ім'я отримувача"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "example": "John",
+ "position": 1
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "example": "Doe",
+ "position": 2
+ },
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account Number",
+ "ru": "Account Number",
+ "uk": "Account Number"
+ },
+ "hint": {
+ "en": "Enter Account Number",
+ "ru": "Введите Account Number",
+ "uk": "Введіть Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": true,
+ "position": 5
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 29000000
+ },
+ {
+ "status": "active",
+ "code": "payment_card_bdt",
+ "method": "payment_card",
+ "currency": "BDT",
+ "fields": [
+ {
+ "key": "card_number",
+ "type": "string",
+ "label": {
+ "en": "Card number",
+ "ru": "Номер карты",
+ "uk": "Номер карти"
+ },
+ "hint": {
+ "en": "Enter card number",
+ "ru": "Введите номер карты",
+ "uk": "Введіть номер карти"
+ },
+ "regexp": "\/^\\d{12,19}$\/",
+ "required": true,
+ "position": 1,
+ "options": {
+ "validators": [
+ {
+ "name": "Luhn"
+ }
+ ]
+ }
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "11000000"
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_token_jpy",
+ "currency": "JPY",
+ "method": "bank_transfer_token",
+ "fields": [
+ {
+ "key": "bank_account_token",
+ "type": "string",
+ "regexp": "/^.{3,100}$/",
+ "required": true,
+ "position": 1,
+ "label": {
+ "en": "Bank account token",
+ "ru": "Токен банковского аккаунта",
+ "uk": "Токен банківського акаунту"
+ },
+ "hint": {
+ "en": "Enter bank account token",
+ "ru": "Введите токен банковского аккаунта",
+ "uk": "Введіть токен банківського акаунту"
+ },
+ "example": "fde14b9b-4d74-35b3-984d-3eeb47ff77ce"
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "regexp": "\/^[\\s\\p{L}\\p{N}\\p{P}]{1,100}$\/u",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Ім'я отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть ім'я отримувача"
+ },
+ "example": "シタキ"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "regexp": "\/^[\\s\\p{L}\\p{N}\\p{P}]{1,100}$\/u",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "example": "コムロ"
+ },
+ {
+ "key": "beneficiary_full_name",
+ "type": "string",
+ "regexp": "\/^[\\s\\p{L}\\p{N}\\p{P}]{2,100}$\/u",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Beneficiary full name",
+ "ru": "Полное имя получателя",
+ "uk": "Повне ім'я отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary full name",
+ "ru": "Введите полное имя получателя",
+ "uk": "Введіть повне ім'я отримувача"
+ },
+ "example": "猪爪一磨"
+ },
+ {
+ "key": "beneficiary_first_name_latin",
+ "type": "string",
+ "regexp": "\/^[\\s\\p{L}\\p{N}\\p{P}-]{2,100}$\/u",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "Beneficiary first name latin",
+ "ru": "Имя получателя латиницей",
+ "uk": "Ім'я отримувача латиницею"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name latin",
+ "ru": "Введите имя получателя латиницей",
+ "uk": "Введіть ім'я отримувача латиницею"
+ },
+ "example": "Inotsume"
+ },
+ {
+ "key": "beneficiary_last_name_latin",
+ "type": "string",
+ "regexp": "\/^[\\s\\p{L}\\p{N}\\p{P}-]{2,100}$\/u",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Beneficiary last name latin",
+ "ru": "Фамилия получателя латиницей",
+ "uk": "Прізвище отримувача латиницею"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name latin",
+ "ru": "Введите фамилию получателя латиницей",
+ "uk": "Введіть прізвище отримувача латиницею"
+ },
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 7000000
+ },
+ {
+ "status": "active",
+ "code": "bitcoin_gbp",
+ "method": "bitcoin",
+ "currency": "GBP",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Bitcoin wallet",
+ "ru": "Bitcoin кошелёк",
+ "uk": "Bitcoin гаманець"
+ },
+ "hint": {
+ "en": "Enter Bitcoin wallet",
+ "ru": "Введите Bitcoin кошелёк",
+ "uk": "Введіть Bitcoin гаманець"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1,
+ "example": "0x501906Ce564be7bA80Eb55A29EE31ECfaE41b6f2"
+ },
+ {
+ "key": "network_fee_level",
+ "type": "string",
+ "label": {
+ "en": "Network fee level",
+ "ru": "Уровень сетевого сбора",
+ "uk": "Рівень мережевого збору"
+ },
+ "hint": {
+ "en": "Enter network fee level",
+ "ru": "Введите уровень сетевого сбора",
+ "uk": "Введіть рівень мережевого збору"
+ },
+ "regexp": "\/^.{1,64}$\/",
+ "required": false,
+ "position": 2
+ }
+ ],
+ "amount_min": "1",
+ "amount_max": "500000"
+ },
+ {
+ "status": "active",
+ "code": "bitcoin_chf",
+ "method": "bitcoin",
+ "currency": "CHF",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Bitcoin wallet",
+ "ru": "Bitcoin кошелёк",
+ "uk": "Bitcoin гаманець"
+ },
+ "hint": {
+ "en": "Enter Bitcoin wallet",
+ "ru": "Введите Bitcoin кошелёк",
+ "uk": "Введіть Bitcoin гаманець"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1,
+ "example": "0x501906Ce564be7bA80Eb55A29EE31ECfaE41b6f2"
+ }
+ ],
+ "amount_min": "1",
+ "amount_max": "500000"
+ },
+ {
+ "status": "active",
+ "code": "tether_erc20_gbp",
+ "method": "tether",
+ "currency": "GBP",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Tether ERC-20 wallet",
+ "ru": "Tether ERC-20 кошелёк",
+ "uk": "Tether ERC-20 гаманець"
+ },
+ "hint": {
+ "en": "Tether ERC-20 wallet",
+ "ru": "Tether ERC-20 кошелёк",
+ "uk": "Tether ERC-20 гаманець"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1,
+ "example": "0x501906Ce564be7bA80Eb55A29EE31ECfaE41b6f2"
+ },
+ {
+ "key": "network_fee_level",
+ "type": "string",
+ "label": {
+ "en": "Network fee level",
+ "ru": "Уровень сетевого сбора",
+ "uk": "Рівень мережевого збору"
+ },
+ "hint": {
+ "en": "Enter network fee level",
+ "ru": "Введите уровень сетевого сбора",
+ "uk": "Введіть рівень мережевого збору"
+ },
+ "regexp": "\/^.{1,64}$\/",
+ "required": false,
+ "position": 2
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "1000000"
+ },
+ {
+ "status": "active",
+ "code": "tether_erc20_chf",
+ "method": "tether",
+ "currency": "CHF",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Tether ERC-20 wallet",
+ "ru": "Tether ERC-20 кошелёк",
+ "uk": "Tether ERC-20 гаманець"
+ },
+ "hint": {
+ "en": "Tether ERC-20 wallet",
+ "ru": "Tether ERC-20 кошелёк",
+ "uk": "Tether ERC-20 гаманець"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1,
+ "example": "0x501906Ce564be7bA80Eb55A29EE31ECfaE41b6f2"
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "1000000"
+ },
+ {
+ "status": "active",
+ "code": "usd_coin_erc20_usd",
+ "method": "usd_coin",
+ "currency": "USD",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "USDC ERC-20 wallet",
+ "ru": "USDC ERC-20 кошелёк",
+ "uk": "USDC ERC-20 гаманець"
+ },
+ "hint": {
+ "en": "USDC ERC-20 wallet",
+ "ru": "USDC ERC-20 кошелёк",
+ "uk": "USDC ERC-20 гаманець"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1,
+ "example": "0x501906Ce564be7bA80Eb55A29EE31ECfaE41b6f2"
+ },
+ {
+ "key": "network_fee_level",
+ "type": "string",
+ "label": {
+ "en": "Network fee level",
+ "ru": "Уровень сетевого сбора",
+ "uk": "Рівень мережевого збору"
+ },
+ "hint": {
+ "en": "Enter network fee level",
+ "ru": "Введите уровень сетевого сбора",
+ "uk": "Введіть рівень мережевого збору"
+ },
+ "regexp": "\/^.{1,64}$\/",
+ "required": false,
+ "position": 2
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "1000000"
+ },
+ {
+ "status": "active",
+ "code": "usd_coin_erc20_cad",
+ "method": "usd_coin",
+ "currency": "CAD",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "USDC ERC-20 wallet",
+ "ru": "USDC ERC-20 кошелёк",
+ "uk": "USDC ERC-20 гаманець"
+ },
+ "hint": {
+ "en": "USDC ERC-20 wallet",
+ "ru": "USDC ERC-20 кошелёк",
+ "uk": "USDC ERC-20 гаманець"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1,
+ "example": "0x501906Ce564be7bA80Eb55A29EE31ECfaE41b6f2"
+ },
+ {
+ "key": "network_fee_level",
+ "type": "string",
+ "label": {
+ "en": "Network fee level",
+ "ru": "Уровень сетевого сбора",
+ "uk": "Рівень мережевого збору"
+ },
+ "hint": {
+ "en": "Enter network fee level",
+ "ru": "Введите уровень сетевого сбора",
+ "uk": "Введіть рівень мережевого збору"
+ },
+ "regexp": "\/^.{1,64}$\/",
+ "required": false,
+ "position": 2
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "1000000"
+ },
+ {
+ "status": "active",
+ "code": "usd_coin_erc20_aud",
+ "method": "usd_coin",
+ "currency": "AUD",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "USDC ERC-20 wallet",
+ "ru": "USDC ERC-20 кошелёк",
+ "uk": "USDC ERC-20 гаманець"
+ },
+ "hint": {
+ "en": "USDC ERC-20 wallet",
+ "ru": "USDC ERC-20 кошелёк",
+ "uk": "USDC ERC-20 гаманець"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1,
+ "example": "0x501906Ce564be7bA80Eb55A29EE31ECfaE41b6f2"
+ },
+ {
+ "key": "network_fee_level",
+ "type": "string",
+ "label": {
+ "en": "Network fee level",
+ "ru": "Уровень сетевого сбора",
+ "uk": "Рівень мережевого збору"
+ },
+ "hint": {
+ "en": "Enter network fee level",
+ "ru": "Введите уровень сетевого сбора",
+ "uk": "Введіть рівень мережевого збору"
+ },
+ "regexp": "\/^.{1,64}$\/",
+ "required": false,
+ "position": 2
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "1000000"
+ },
+ {
+ "status": "active",
+ "code": "usd_coin_erc20_eur",
+ "method": "usd_coin",
+ "currency": "EUR",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "USDC ERC-20 wallet",
+ "ru": "USDC ERC-20 кошелёк",
+ "uk": "USDC ERC-20 гаманець"
+ },
+ "hint": {
+ "en": "USDC ERC-20 wallet",
+ "ru": "USDC ERC-20 кошелёк",
+ "uk": "USDC ERC-20 гаманець"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1,
+ "example": "0x501906Ce564be7bA80Eb55A29EE31ECfaE41b6f2"
+ },
+ {
+ "key": "network_fee_level",
+ "type": "string",
+ "label": {
+ "en": "Network fee level",
+ "ru": "Уровень сетевого сбора",
+ "uk": "Рівень мережевого збору"
+ },
+ "hint": {
+ "en": "Enter network fee level",
+ "ru": "Введите уровень сетевого сбора",
+ "uk": "Введіть рівень мережевого збору"
+ },
+ "regexp": "\/^.{1,64}$\/",
+ "required": false,
+ "position": 2
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "1000000"
+ },
+ {
+ "status": "active",
+ "code": "usd_coin_erc20_gbp",
+ "method": "usd_coin",
+ "currency": "GBP",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "USDC ERC-20 wallet",
+ "ru": "USDC ERC-20 кошелёк",
+ "uk": "USDC ERC-20 гаманець"
+ },
+ "hint": {
+ "en": "USDC ERC-20 wallet",
+ "ru": "USDC ERC-20 кошелёк",
+ "uk": "USDC ERC-20 гаманець"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1,
+ "example": "0x501906Ce564be7bA80Eb55A29EE31ECfaE41b6f2"
+ },
+ {
+ "key": "network_fee_level",
+ "type": "string",
+ "label": {
+ "en": "Network fee level",
+ "ru": "Уровень сетевого сбора",
+ "uk": "Рівень мережевого збору"
+ },
+ "hint": {
+ "en": "Enter network fee level",
+ "ru": "Введите уровень сетевого сбора",
+ "uk": "Введіть рівень мережевого збору"
+ },
+ "regexp": "\/^.{1,64}$\/",
+ "required": false,
+ "position": 2
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "1000000"
+ },
+ {
+ "status": "active",
+ "code": "usd_coin_erc20_chf",
+ "method": "usd_coin",
+ "currency": "CHF",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "USDC ERC-20 wallet",
+ "ru": "USDC ERC-20 кошелёк",
+ "uk": "USDC ERC-20 гаманець"
+ },
+ "hint": {
+ "en": "USDC ERC-20 wallet",
+ "ru": "USDC ERC-20 кошелёк",
+ "uk": "USDC ERC-20 гаманець"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1,
+ "example": "0x501906Ce564be7bA80Eb55A29EE31ECfaE41b6f2"
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "1000000"
+ },
+ {
+ "status": "active",
+ "code": "ethereum_gbp",
+ "method": "ethereum",
+ "currency": "GBP",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Ethereum wallet",
+ "ru": "Ethereum кошелёк",
+ "uk": "Ethereum гаманець"
+ },
+ "hint": {
+ "en": "Enter Ethereum wallet",
+ "ru": "Введите Ethereum кошелёк",
+ "uk": "Введіть Ethereum гаманець"
+ },
+ "regexp": "\/^0x[a-fA-F0-9]{40}$\/",
+ "required": true,
+ "position": 1
+ },
+ {
+ "key": "network_fee_level",
+ "type": "string",
+ "label": {
+ "en": "Network fee level",
+ "ru": "Уровень сетевого сбора",
+ "uk": "Рівень мережевого збору"
+ },
+ "hint": {
+ "en": "Enter network fee level",
+ "ru": "Введите уровень сетевого сбора",
+ "uk": "Введіть рівень мережевого збору"
+ },
+ "regexp": "\/^.{1,64}$\/",
+ "required": false,
+ "position": 2
+ }
+ ],
+ "amount_min": "1",
+ "amount_max": "50000000"
+ },
+ {
+ "status": "active",
+ "code": "ethereum_chf",
+ "method": "ethereum",
+ "currency": "CHF",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Ethereum wallet",
+ "ru": "Ethereum кошелёк",
+ "uk": "Ethereum гаманець"
+ },
+ "hint": {
+ "en": "Enter Ethereum wallet",
+ "ru": "Введите Ethereum кошелёк",
+ "uk": "Введіть Ethereum гаманець"
+ },
+ "regexp": "\/^0x[a-fA-F0-9]{40}$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "1",
+ "amount_max": "50000000"
+ },
+ {
+ "status": "active",
+ "code": "tether_bep20_gbp",
+ "method": "tether",
+ "currency": "GBP",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Tether BEP-20 wallet",
+ "ru": "Tether BEP-20 кошелёк",
+ "uk": "Tether BEP-20 гаманець"
+ },
+ "hint": {
+ "en": "Enter tether BEP-20 wallet",
+ "ru": "Введите tether BEP-20 кошелёк",
+ "uk": "Введіть tether BEP-20 гаманець"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1,
+ "example": "0x501906Ce564be7bA80Eb55A29EE31ECfaE41b6f2"
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "100000"
+ },
+ {
+ "status": "active",
+ "code": "tether_bep20_chf",
+ "method": "tether",
+ "currency": "CHF",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Tether BEP-20 wallet",
+ "ru": "Tether BEP-20 кошелёк",
+ "uk": "Tether BEP-20 гаманець"
+ },
+ "hint": {
+ "en": "Enter tether BEP-20 wallet",
+ "ru": "Введите tether BEP-20 кошелёк",
+ "uk": "Введіть tether BEP-20 гаманець"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1,
+ "example": "0x501906Ce564be7bA80Eb55A29EE31ECfaE41b6f2"
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "100000"
+ },
+ {
+ "status": "active",
+ "code": "usd_coin_bep20_usd",
+ "method": "usd_coin",
+ "currency": "USD",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Wallet BEP-20 Address",
+ "ru": "Адрес BEP-20 кошелька",
+ "uk": "Адреса BEP-20 гаманця"
+ },
+ "hint": {
+ "en": "Enter wallet BEP-20 address",
+ "ru": "Введите адрес BEP-20 кошелька",
+ "uk": "Введіть адресу BEP-20 гаманця"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "1000000"
+ },
+ {
+ "status": "active",
+ "code": "usd_coin_bep20_eur",
+ "method": "usd_coin",
+ "currency": "EUR",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Wallet BEP-20 Address",
+ "ru": "Адрес BEP-20 кошелька",
+ "uk": "Адреса BEP-20 гаманця"
+ },
+ "hint": {
+ "en": "Enter wallet BEP-20 address",
+ "ru": "Введите адрес BEP-20 кошелька",
+ "uk": "Введіть адресу BEP-20 гаманця"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "1000000"
+ },
+ {
+ "status": "active",
+ "code": "usd_coin_bep20_gbp",
+ "method": "usd_coin",
+ "currency": "GBP",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Wallet BEP-20 Address",
+ "ru": "Адрес BEP-20 кошелька",
+ "uk": "Адреса BEP-20 гаманця"
+ },
+ "hint": {
+ "en": "Enter wallet BEP-20 address",
+ "ru": "Введите адрес BEP-20 кошелька",
+ "uk": "Введіть адресу BEP-20 гаманця"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "1000000"
+ },
+ {
+ "status": "active",
+ "code": "usd_coin_bep20_chf",
+ "method": "usd_coin",
+ "currency": "CHF",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Wallet BEP-20 Address",
+ "ru": "Адрес BEP-20 кошелька",
+ "uk": "Адреса BEP-20 гаманця"
+ },
+ "hint": {
+ "en": "Enter wallet BEP-20 address",
+ "ru": "Введите адрес BEP-20 кошелька",
+ "uk": "Введіть адресу BEP-20 гаманця"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "1000000"
+ },
+ {
+ "status": "active",
+ "code": "binance_coin_usd",
+ "method": "binance_coin",
+ "currency": "USD",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Binance coin wallet",
+ "ru": "Binance coin кошелёк",
+ "uk": "Binance coin гаманець"
+ },
+ "hint": {
+ "en": "Binance coin wallet",
+ "ru": "Binance coin кошелёк",
+ "uk": "Binance coin гаманець"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1,
+ "example": "0x501906Ce564be7bA80Eb55A29EE31ECfaE41b6f2"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "binance_coin_eur",
+ "method": "binance_coin",
+ "currency": "EUR",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Binance coin wallet",
+ "ru": "Binance coin кошелёк",
+ "uk": "Binance coin гаманець"
+ },
+ "hint": {
+ "en": "Binance coin wallet",
+ "ru": "Binance coin кошелёк",
+ "uk": "Binance coin гаманець"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1,
+ "example": "0x501906Ce564be7bA80Eb55A29EE31ECfaE41b6f2"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "binance_coin_gbp",
+ "method": "binance_coin",
+ "currency": "GBP",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Binance coin wallet",
+ "ru": "Binance coin кошелёк",
+ "uk": "Binance coin гаманець"
+ },
+ "hint": {
+ "en": "Binance coin wallet",
+ "ru": "Binance coin кошелёк",
+ "uk": "Binance coin гаманець"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1,
+ "example": "0x501906Ce564be7bA80Eb55A29EE31ECfaE41b6f2"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "binance_coin_chf",
+ "method": "binance_coin",
+ "currency": "CHF",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Binance coin wallet",
+ "ru": "Binance coin кошелёк",
+ "uk": "Binance coin гаманець"
+ },
+ "hint": {
+ "en": "Binance coin wallet",
+ "ru": "Binance coin кошелёк",
+ "uk": "Binance coin гаманець"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1,
+ "example": "0x501906Ce564be7bA80Eb55A29EE31ECfaE41b6f2"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "tether_trc20_gbp",
+ "method": "tether",
+ "currency": "GBP",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Tether TRC-20 wallet",
+ "ru": "Tether TRC-20 кошелёк",
+ "uk": "Tether TRC-20 гаманець"
+ },
+ "hint": {
+ "en": "Tether TRC-20 wallet",
+ "ru": "Tether TRC-20 кошелёк",
+ "uk": "Tether TRC-20 гаманець"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1,
+ "example": "0x501906Ce564be7bA80Eb55A29EE31ECfaE41b6f2"
+ },
+ {
+ "key": "network_fee_level",
+ "type": "string",
+ "label": {
+ "en": "Network fee level",
+ "ru": "Уровень сетевого сбора",
+ "uk": "Рівень мережевого збору"
+ },
+ "hint": {
+ "en": "Enter network fee level",
+ "ru": "Введите уровень сетевого сбора",
+ "uk": "Введіть рівень мережевого збору"
+ },
+ "regexp": "\/^.{1,64}$\/",
+ "required": false,
+ "position": 2
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "1000000"
+ },
+ {
+ "status": "active",
+ "code": "tether_trc20_chf",
+ "method": "tether",
+ "currency": "CHF",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
+ "label": {
+ "en": "Tether TRC-20 wallet",
+ "ru": "Tether TRC-20 кошелёк",
+ "uk": "Tether TRC-20 гаманець"
+ },
+ "hint": {
+ "en": "Tether TRC-20 wallet",
+ "ru": "Tether TRC-20 кошелёк",
+ "uk": "Tether TRC-20 гаманець"
+ },
+ "regexp": "\/^.{10,64}$\/",
+ "required": true,
+ "position": 1,
+ "example": "0x501906Ce564be7bA80Eb55A29EE31ECfaE41b6f2"
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "1000000"
+ },
+ {
+ "status": "active",
+ "code": "deniz_bank_try",
+ "method": "deniz_bank",
+ "currency": "TRY",
+ "fields": [
+ {
+ "key": "beneficiary_full_name",
+ "type": "string",
+ "label": {
+ "en": "Recipient full name",
+ "ru": "Полное имя получателя",
+ "uk": "Повне iм'я одержувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary full name",
+ "ru": "Введите полное имя получателя",
+ "uk": "Введіть повне імʼя одержувача"
+ },
+ "regexp": "\/^[\\s\\p{L}]{2,100}$\/u",
+ "required": true,
+ "position": 2
+ },
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "example": "1234567",
+ "regexp": "\/^.{1,100}$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1800000
+ },
+ {
+ "status": "active",
+ "code": "garanti_bbva_try",
+ "method": "garanti_bbva",
+ "currency": "TRY",
+ "fields": [
+ {
+ "key": "beneficiary_full_name",
+ "type": "string",
+ "label": {
+ "en": "Recipient full name",
+ "ru": "Полное имя получателя",
+ "uk": "Повне iм'я одержувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary full name",
+ "ru": "Введите полное имя получателя",
+ "uk": "Введіть повне імʼя одержувача"
+ },
+ "regexp": "\/^[\\s\\p{L}]{2,100}$\/u",
+ "required": true,
+ "position": 2
+ },
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "example": "1234567",
+ "regexp": "\/^.{1,100}$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1800000
+ },
+ {
+ "status": "active",
+ "code": "halk_bank_try",
+ "method": "halk_bank",
+ "currency": "TRY",
+ "fields": [
+ {
+ "key": "beneficiary_full_name",
+ "type": "string",
+ "label": {
+ "en": "Recipient full name",
+ "ru": "Полное имя получателя",
+ "uk": "Повне iм'я одержувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary full name",
+ "ru": "Введите полное имя получателя",
+ "uk": "Введіть повне імʼя одержувача"
+ },
+ "regexp": "\/^[\\s\\p{L}]{2,100}$\/u",
+ "required": true,
+ "position": 2
+ },
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "example": "1234567",
+ "regexp": "\/^.{1,100}$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1800000
+ },
+ {
+ "status": "active",
+ "code": "vakif_bank_try",
+ "method": "vakif_bank",
+ "currency": "TRY",
+ "fields": [
+ {
+ "key": "beneficiary_full_name",
+ "type": "string",
+ "label": {
+ "en": "Recipient full name",
+ "ru": "Полное имя получателя",
+ "uk": "Повне iм'я одержувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary full name",
+ "ru": "Введите полное имя получателя",
+ "uk": "Введіть повне імʼя одержувача"
+ },
+ "regexp": "\/^[\\s\\p{L}]{2,100}$\/u",
+ "required": true,
+ "position": 2
+ },
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "example": "1234567",
+ "regexp": "\/^.{1,100}$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1800000
+ },
+ {
+ "status": "active",
+ "code": "yapi_kredi_bank_try",
+ "method": "yapi_kredi_bank",
+ "currency": "TRY",
+ "fields": [
+ {
+ "key": "beneficiary_full_name",
+ "type": "string",
+ "label": {
+ "en": "Recipient full name",
+ "ru": "Полное имя получателя",
+ "uk": "Повне iм'я одержувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary full name",
+ "ru": "Введите полное имя получателя",
+ "uk": "Введіть повне імʼя одержувача"
+ },
+ "regexp": "\/^[\\s\\p{L}]{2,100}$\/u",
+ "required": true,
+ "position": 2
+ },
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "example": "1234567",
+ "regexp": "\/^.{1,100}$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1800000
+ },
+ {
+ "status": "active",
+ "code": "kuveyt_turk_katilim_bank_try",
+ "method": "kuveyt_turk_katilim_bank",
+ "currency": "TRY",
+ "fields": [
+ {
+ "key": "beneficiary_full_name",
+ "type": "string",
+ "label": {
+ "en": "Recipient full name",
+ "ru": "Полное имя получателя",
+ "uk": "Повне iм'я одержувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary full name",
+ "ru": "Введите полное имя получателя",
+ "uk": "Введіть повне імʼя одержувача"
+ },
+ "regexp": "\/^[\\s\\p{L}]{2,100}$\/u",
+ "required": true,
+ "position": 2
+ },
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "example": "1234567",
+ "regexp": "\/^.{1,100}$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1800000
+ },
+ {
+ "status": "active",
+ "code": "kunapay_crypto_eur",
+ "method": "kunapay_crypto",
+ "currency": "EUR",
+ "fields": [
+ {
+ "key": "account_id",
+ "type": "string",
+ "regexp": "/^kunaid-(.{1,36})$/",
+ "required": true,
+ "position": 1,
+ "label": {
+ "en": "Recipient Kuna ID",
+ "ru": "Kuna ID получателя",
+ "uk": "Kuna ID отримувача"
+ },
+ "hint": {
+ "en": "Enter recipient Kuna ID",
+ "ru": "Введите Kuna ID получателя",
+ "uk": "Введіть Kuna ID отримувача"
+ },
+ "example": "8392b470-5e79-4396-96f0-2a936c8ba4cc"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1800000
+ },
+ {
+ "status": "active",
+ "code": "kunapay_crypto_usd",
+ "method": "kunapay_crypto",
+ "currency": "USD",
+ "fields": [
+ {
+ "key": "account_id",
+ "type": "string",
+ "regexp": "/^kunaid-(.{1,36})$/",
+ "required": true,
+ "position": 1,
+ "label": {
+ "en": "Recipient Kuna ID",
+ "ru": "Kuna ID получателя",
+ "uk": "Kuna ID отримувача"
+ },
+ "hint": {
+ "en": "Enter recipient Kuna ID",
+ "ru": "Введите Kuna ID получателя",
+ "uk": "Введіть Kuna ID отримувача"
+ },
+ "example": "8392b470-5e79-4396-96f0-2a936c8ba4cc"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1800000
+ },
+ {
+ "status": "active",
+ "code": "kunapay_crypto_uah",
+ "method": "kunapay_crypto",
+ "currency": "UAH",
+ "fields": [
+ {
+ "key": "account_id",
+ "type": "string",
+ "regexp": "/^kunaid-(.{1,36})$/",
+ "required": true,
+ "position": 1,
+ "label": {
+ "en": "Recipient Kuna ID",
+ "ru": "Kuna ID получателя",
+ "uk": "Kuna ID отримувача"
+ },
+ "hint": {
+ "en": "Enter recipient Kuna ID",
+ "ru": "Введите Kuna ID получателя",
+ "uk": "Введіть Kuna ID отримувача"
+ },
+ "example": "8392b470-5e79-4396-96f0-2a936c8ba4cc"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1800000
+ },
+ {
+ "status": "active",
+ "code": "kunapay_crypto_usdt",
+ "method": "kunapay_crypto",
+ "currency": "USDT",
+ "fields": [
+ {
+ "key": "account_id",
+ "type": "string",
+ "regexp": "/^kunaid-(.{1,36})$/",
+ "required": true,
+ "position": 1,
+ "label": {
+ "en": "Recipient Kuna ID",
+ "ru": "Kuna ID получателя",
+ "uk": "Kuna ID отримувача"
+ },
+ "hint": {
+ "en": "Enter recipient Kuna ID",
+ "ru": "Введите Kuna ID получателя",
+ "uk": "Введіть Kuna ID отримувача"
+ },
+ "example": "8392b470-5e79-4396-96f0-2a936c8ba4cc"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1800000
+ },
+ {
+ "status": "active",
+ "code": "kunapay_crypto_btc",
+ "method": "kunapay_crypto",
+ "currency": "BTC",
+ "fields": [
+ {
+ "key": "account_id",
+ "type": "string",
+ "regexp": "/^kunaid-(.{1,36})$/",
+ "required": true,
+ "position": 1,
+ "label": {
+ "en": "Recipient Kuna ID",
+ "ru": "Kuna ID получателя",
+ "uk": "Kuna ID отримувача"
+ },
+ "hint": {
+ "en": "Enter recipient Kuna ID",
+ "ru": "Введите Kuna ID получателя",
+ "uk": "Введіть Kuna ID отримувача"
+ },
+ "example": "8392b470-5e79-4396-96f0-2a936c8ba4cc"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1800000
+ },
+ {
+ "status": "active",
+ "code": "t_kash_kes",
+ "method": "t_kash",
+ "currency": "KES",
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "0769477808",
+ "regexp": "\/^\\+?\\d{9,14}$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 15000000
+ },
+ {
+ "status": "active",
+ "code": "telkom_kenya_kes",
+ "method": "telkom",
+ "currency": "KES",
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "0769477808",
+ "regexp": "\/^\\+?\\d{9,14}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 2
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 15000000
+ },
+ {
+ "status": "active",
+ "code": "airtel_money_ghs",
+ "method": "airtel_money",
+ "currency": "GHS",
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "0769477808",
+ "regexp": "\/^\\+?\\d{9,14}$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 15000000
+ },
+ {
+ "status": "active",
+ "code": "oriental_wallet_usd",
+ "method": "oriental_wallet",
+ "currency": "USD",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "regexp": "\/^.{2,50}$\/",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "required": false,
+ "position": 1
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "oriental_wallet_eur",
+ "method": "oriental_wallet",
+ "currency": "EUR",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "regexp": "\/^.{2,50}$\/",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "required": false,
+ "position": 1
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 91000
+ },
+ {
+ "status": "active",
+ "code": "oriental_wallet_jpy",
+ "method": "oriental_wallet",
+ "currency": "JPY",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "regexp": "\/^.{2,50}$\/",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "required": false,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 14300000
+ },
+ {
+ "status": "active",
+ "code": "oriental_wallet_php",
+ "method": "oriental_wallet",
+ "currency": "PHP",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "regexp": "\/^.{2,50}$\/",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "required": false,
+ "position": 1
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 5600000
+ },
+ {
+ "status": "active",
+ "code": "oriental_wallet_thb",
+ "method": "oriental_wallet",
+ "currency": "THB",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "regexp": "\/^.{2,50}$\/",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "required": false,
+ "position": 1
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 3600000
+ },
+ {
+ "status": "active",
+ "code": "oriental_wallet_vnd",
+ "method": "oriental_wallet",
+ "currency": "VND",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "regexp": "\/^.{2,50}$\/",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "required": false,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 9999999999
+ },
+ {
+ "status": "active",
+ "code": "instapay_php",
+ "method": "instapay",
+ "currency": "PHP",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "regexp": "\/^[0-9]{2,100}$\/",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[0-9]{2,100}$\/",
+ "label": {
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ },
+ "required": false,
+ "position": 2
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 5600000
+ },
+ {
+ "status": "active",
+ "code": "pesonet_php",
+ "method": "pesonet",
+ "currency": "PHP",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "regexp": "\/^[0-9]{2,100}$\/",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[0-9]{2,100}$\/",
+ "label": {
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ },
+ "required": false,
+ "position": 2
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 5600000
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_aggregated_usd",
+ "method": "bank_transfer_aggregated",
+ "currency": "USD",
+ "fields": [
+ {
+ "key": "beneficiary_full_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Beneficiary full name",
+ "ru": "Полное имя получателя",
+ "uk": "Повне імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary full name",
+ "ru": "Введите полное имя получателя",
+ "uk": "Введіть повне імʼя отримувача"
+ }
+ },
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "required": false,
+ "position": 2,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "beneficiary_dob",
+ "type": "string",
+ "regexp": "\/^(?:(?:[0-2][0-9]|3[0-1])\\/(?:0[1-9]|1[0-2])\\/\\d{4})|(?:\\d{4}-\\d{2}-\\d{2})$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "example": "28/02/2024 or 2024-02-28"
+ },
+ {
+ "key": "beneficiary_document_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z]{3,20}$\/",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Beneficiary Document Type",
+ "ru": "Тип документа получателя",
+ "uk": "Тип документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document Type",
+ "ru": "Введите тип документа получателя",
+ "uk": "Введіть тип документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_document_id",
+ "type": "string",
+ "regexp": "\/^[A-Z0-9]{3,20}$\/",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "Beneficiary Document ID",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document ID",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документу отримувача"
+ }
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ }
+ },
+ {
+ "key": "bank_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-ЩЬЮЯҐЄІЇа-щьюяґєії0-9\\s\\.\\,\\-\\(\\)\\ʼ]{2,100}$\/",
+ "required": false,
+ "position": 7,
+ "label": {
+ "en": "Bank Name",
+ "ru": "Имя банка",
+ "uk": "Ім'я банку"
+ },
+ "hint": {
+ "en": "Enter bank name",
+ "ru": "Введите имя банка",
+ "uk": "Введіть ім'я банку"
+ }
+ },
+ {
+ "key": "beneficiary_bic_swift",
+ "type": "string",
+ "label": {
+ "en": "Bic swift",
+ "ru": "Bic swift",
+ "uk": "Bic swift"
+ },
+ "regexp": "\/^(?:[0-9A-Z]{8}|[0-9A-Z]{11})$\/",
+ "required": false,
+ "position": 8,
+ "hint": {
+ "en": "Enter bic swift",
+ "ru": "Enter bic swift",
+ "uk": "Enter bic swift"
+ },
+ "example": "1A2B3C4D5E or 100000000393#10"
+ },
+ {
+ "key": "beneficiary_country_code_iso",
+ "type": "string",
+ "regexp": "\/^(.{2,6}|[A-Z]{2})$\/",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-ЩЬЮЯҐЄІЇа-щьюяґєії0-9\\s\\.\\,\\-\\(\\)\\ʼ]{2,100}$\/",
+ "required": false,
+ "position": 10,
+ "label": {
+ "en": "Beneficiary address",
+ "ru": "Beneficiary address",
+ "uk": "Beneficiary address"
+ },
+ "hint": {
+ "en": "Enter beneficiary address",
+ "ru": "Введите beneficiary address",
+ "uk": "Введіть beneficiary address"
+ }
+ },
+ {
+ "key": "beneficiary_city",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
+ "required": false,
+ "position": 11,
+ "label": {
+ "en": "Beneficiary city",
+ "ru": "Beneficiary city",
+ "uk": "Beneficiary city"
+ },
+ "hint": {
+ "en": "Enter beneficiary city",
+ "ru": "Введите beneficiary city",
+ "uk": "Введіть beneficiary city"
+ }
+ },
+ {
+ "key": "beneficiary_postcode",
+ "type": "string",
+ "regexp": "\/^[\\w\\-\\s]{1,64}$\/",
+ "required": false,
+ "position": 12,
+ "label": {
+ "en": "Beneficiary postcode",
+ "ru": "Beneficiary postcode",
+ "uk": "Beneficiary postcode"
+ },
+ "hint": {
+ "en": "Enter beneficiary postcode",
+ "ru": "Введите beneficiary postcode",
+ "uk": "Введіть beneficiary postcode"
+ }
+ },
+ {
+ "key": "account_type",
+ "type": "string",
+ "regexp": "\/^[0-1]{1}$\/",
+ "required": false,
+ "position": 13,
+ "label": {
+ "en": "Account type",
+ "ru": "Тип аккаунта",
+ "uk": "Тип акаунту"
+ },
+ "hint": {
+ "en": "Enter account type",
+ "ru": "Введите тип аккаунта",
+ "uk": "Введіть тип акаунту"
+ }
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "regexp": "\/^(?=.{7,15}$)[\\d +]+$\/",
+ "required": false,
+ "position": 14,
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ }
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "1000000"
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_aggregated_eur",
+ "method": "bank_transfer_aggregated",
+ "currency": "EUR",
+ "fields": [
+ {
+ "key": "beneficiary_full_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Beneficiary full name",
+ "ru": "Полное имя получателя",
+ "uk": "Повне імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary full name",
+ "ru": "Введите полное имя получателя",
+ "uk": "Введіть повне імʼя отримувача"
+ }
+ },
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "required": false,
+ "position": 2,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "beneficiary_dob",
+ "type": "string",
+ "regexp": "\/^(?:(?:[0-2][0-9]|3[0-1])\\/(?:0[1-9]|1[0-2])\\/\\d{4})|(?:\\d{4}-\\d{2}-\\d{2})$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "example": "28/02/2024 or 2024-02-28"
+ },
+ {
+ "key": "beneficiary_document_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z]{3,20}$\/",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Beneficiary Document Type",
+ "ru": "Тип документа получателя",
+ "uk": "Тип документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document Type",
+ "ru": "Введите тип документа получателя",
+ "uk": "Введіть тип документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_document_id",
+ "type": "string",
+ "regexp": "\/^[A-Z0-9]{3,20}$\/",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "Beneficiary Document ID",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document ID",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документу отримувача"
+ }
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ }
+ },
+ {
+ "key": "bank_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-ЩЬЮЯҐЄІЇа-щьюяґєії0-9\\s\\.\\,\\-\\(\\)\\ʼ]{2,100}$\/",
+ "required": false,
+ "position": 7,
+ "label": {
+ "en": "Bank Name",
+ "ru": "Имя банка",
+ "uk": "Ім'я банку"
+ },
+ "hint": {
+ "en": "Enter bank name",
+ "ru": "Введите имя банка",
+ "uk": "Введіть ім'я банку"
+ }
+ },
+ {
+ "key": "beneficiary_bic_swift",
+ "type": "string",
+ "label": {
+ "en": "Bic swift",
+ "ru": "Bic swift",
+ "uk": "Bic swift"
+ },
+ "regexp": "\/^(?:[0-9A-Z]{8}|[0-9A-Z]{11})$\/",
+ "required": false,
+ "position": 8,
+ "hint": {
+ "en": "Enter bic swift",
+ "ru": "Enter bic swift",
+ "uk": "Enter bic swift"
+ },
+ "example": "1A2B3C4D5E or 100000000393#10"
+ },
+ {
+ "key": "beneficiary_country_code_iso",
+ "type": "string",
+ "regexp": "\/^(.{2,6}|[A-Z]{2})$\/",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-ЩЬЮЯҐЄІЇа-щьюяґєії0-9\\s\\.\\,\\-\\(\\)\\ʼ]{2,100}$\/",
+ "required": false,
+ "position": 10,
+ "label": {
+ "en": "Beneficiary address",
+ "ru": "Beneficiary address",
+ "uk": "Beneficiary address"
+ },
+ "hint": {
+ "en": "Enter beneficiary address",
+ "ru": "Введите beneficiary address",
+ "uk": "Введіть beneficiary address"
+ }
+ },
+ {
+ "key": "beneficiary_city",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
+ "required": false,
+ "position": 11,
+ "label": {
+ "en": "Beneficiary city",
+ "ru": "Beneficiary city",
+ "uk": "Beneficiary city"
+ },
+ "hint": {
+ "en": "Enter beneficiary city",
+ "ru": "Введите beneficiary city",
+ "uk": "Введіть beneficiary city"
+ }
+ },
+ {
+ "key": "beneficiary_postcode",
+ "type": "string",
+ "regexp": "\/^[\\w\\-\\s]{1,64}$\/",
+ "required": false,
+ "position": 12,
+ "label": {
+ "en": "Beneficiary postcode",
+ "ru": "Beneficiary postcode",
+ "uk": "Beneficiary postcode"
+ },
+ "hint": {
+ "en": "Enter beneficiary postcode",
+ "ru": "Введите beneficiary postcode",
+ "uk": "Введіть beneficiary postcode"
+ }
+ },
+ {
+ "key": "account_type",
+ "type": "string",
+ "regexp": "\/^[0-1]{1}$\/",
+ "required": false,
+ "position": 13,
+ "label": {
+ "en": "Account type",
+ "ru": "Тип аккаунта",
+ "uk": "Тип акаунту"
+ },
+ "hint": {
+ "en": "Enter account type",
+ "ru": "Введите тип аккаунта",
+ "uk": "Введіть тип акаунту"
+ }
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "regexp": "\/^(?=.{7,15}$)[\\d +]+$\/",
+ "required": false,
+ "position": 14,
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ }
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "1000000"
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_aggregated_gbp",
+ "method": "bank_transfer_aggregated",
+ "currency": "GBP",
+ "fields": [
+ {
+ "key": "beneficiary_full_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Beneficiary full name",
+ "ru": "Полное имя получателя",
+ "uk": "Повне імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary full name",
+ "ru": "Введите полное имя получателя",
+ "uk": "Введіть повне імʼя отримувача"
+ }
+ },
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "required": false,
+ "position": 2,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "beneficiary_dob",
+ "type": "string",
+ "regexp": "\/^(?:(?:[0-2][0-9]|3[0-1])\\/(?:0[1-9]|1[0-2])\\/\\d{4})|(?:\\d{4}-\\d{2}-\\d{2})$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "example": "28/02/2024 or 2024-02-28"
+ },
+ {
+ "key": "beneficiary_document_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z]{3,20}$\/",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Beneficiary Document Type",
+ "ru": "Тип документа получателя",
+ "uk": "Тип документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document Type",
+ "ru": "Введите тип документа получателя",
+ "uk": "Введіть тип документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_document_id",
+ "type": "string",
+ "regexp": "\/^[A-Z0-9]{3,20}$\/",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "Beneficiary Document ID",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document ID",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документу отримувача"
+ }
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ }
+ },
+ {
+ "key": "bank_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-ЩЬЮЯҐЄІЇа-щьюяґєії0-9\\s\\.\\,\\-\\(\\)\\ʼ]{2,100}$\/",
+ "required": false,
+ "position": 7,
+ "label": {
+ "en": "Bank Name",
+ "ru": "Имя банка",
+ "uk": "Ім'я банку"
+ },
+ "hint": {
+ "en": "Enter bank name",
+ "ru": "Введите имя банка",
+ "uk": "Введіть ім'я банку"
+ }
+ },
+ {
+ "key": "beneficiary_bic_swift",
+ "type": "string",
+ "label": {
+ "en": "Bic swift",
+ "ru": "Bic swift",
+ "uk": "Bic swift"
+ },
+ "regexp": "\/^(?:[0-9A-Z]{8}|[0-9A-Z]{11})$\/",
+ "required": false,
+ "position": 8,
+ "hint": {
+ "en": "Enter bic swift",
+ "ru": "Enter bic swift",
+ "uk": "Enter bic swift"
+ },
+ "example": "1A2B3C4D5E or 100000000393#10"
+ },
+ {
+ "key": "beneficiary_country_code_iso",
+ "type": "string",
+ "regexp": "\/^(.{2,6}|[A-Z]{2})$\/",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-ЩЬЮЯҐЄІЇа-щьюяґєії0-9\\s\\.\\,\\-\\(\\)\\ʼ]{2,100}$\/",
+ "required": false,
+ "position": 10,
+ "label": {
+ "en": "Beneficiary address",
+ "ru": "Beneficiary address",
+ "uk": "Beneficiary address"
+ },
+ "hint": {
+ "en": "Enter beneficiary address",
+ "ru": "Введите beneficiary address",
+ "uk": "Введіть beneficiary address"
+ }
+ },
+ {
+ "key": "beneficiary_city",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
+ "required": false,
+ "position": 11,
+ "label": {
+ "en": "Beneficiary city",
+ "ru": "Beneficiary city",
+ "uk": "Beneficiary city"
+ },
+ "hint": {
+ "en": "Enter beneficiary city",
+ "ru": "Введите beneficiary city",
+ "uk": "Введіть beneficiary city"
+ }
+ },
+ {
+ "key": "beneficiary_postcode",
+ "type": "string",
+ "regexp": "\/^[\\w\\-\\s]{1,64}$\/",
+ "required": false,
+ "position": 12,
+ "label": {
+ "en": "Beneficiary postcode",
+ "ru": "Beneficiary postcode",
+ "uk": "Beneficiary postcode"
+ },
+ "hint": {
+ "en": "Enter beneficiary postcode",
+ "ru": "Введите beneficiary postcode",
+ "uk": "Введіть beneficiary postcode"
+ }
+ },
+ {
+ "key": "account_type",
+ "type": "string",
+ "regexp": "\/^[0-1]{1}$\/",
+ "required": false,
+ "position": 13,
+ "label": {
+ "en": "Account type",
+ "ru": "Тип аккаунта",
+ "uk": "Тип акаунту"
+ },
+ "hint": {
+ "en": "Enter account type",
+ "ru": "Введите тип аккаунта",
+ "uk": "Введіть тип акаунту"
+ }
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "regexp": "\/^(?=.{7,15}$)[\\d +]+$\/",
+ "required": false,
+ "position": 14,
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ }
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "1000000"
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_aggregated_cad",
+ "method": "bank_transfer_aggregated",
+ "currency": "CAD",
+ "fields": [
+ {
+ "key": "beneficiary_full_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Beneficiary full name",
+ "ru": "Полное имя получателя",
+ "uk": "Повне імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary full name",
+ "ru": "Введите полное имя получателя",
+ "uk": "Введіть повне імʼя отримувача"
+ }
+ },
+ {
+ "key": "bank_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-ЩЬЮЯҐЄІЇа-щьюяґєії0-9\\s\\.\\,\\-\\(\\)\\ʼ]{2,100}$\/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Bank Name",
+ "ru": "Имя банка",
+ "uk": "Ім'я банку"
+ },
+ "hint": {
+ "en": "Enter bank name",
+ "ru": "Введите имя банка",
+ "uk": "Введіть ім'я банку"
+ }
+ },
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^\\d{7,12}$\/",
+ "required": false,
+ "position": 3,
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "example": "200318775654"
+ },
+ {
+ "key": "beneficiary_country_code_iso",
+ "type": "string",
+ "regexp": "\/^(.{2,6}|[A-Z]{2})$\/",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-ЩЬЮЯҐЄІЇа-щьюяґєії0-9\\s\\.\\,\\-\\(\\)\\ʼ]{2,100}$\/",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "Beneficiary address",
+ "ru": "Beneficiary address",
+ "uk": "Beneficiary address"
+ },
+ "hint": {
+ "en": "Enter beneficiary address",
+ "ru": "Введите beneficiary address",
+ "uk": "Введіть beneficiary address"
+ }
+ },
+ {
+ "key": "beneficiary_city",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Beneficiary city",
+ "ru": "Beneficiary city",
+ "uk": "Beneficiary city"
+ },
+ "hint": {
+ "en": "Enter beneficiary city",
+ "ru": "Введите beneficiary city",
+ "uk": "Введіть beneficiary city"
+ }
+ },
+ {
+ "key": "beneficiary_postcode",
+ "type": "string",
+ "regexp": "\/^[\\w\\-\\s]{1,64}$\/",
+ "required": false,
+ "position": 7,
+ "label": {
+ "en": "Beneficiary postcode",
+ "ru": "Beneficiary postcode",
+ "uk": "Beneficiary postcode"
+ },
+ "hint": {
+ "en": "Enter beneficiary postcode",
+ "ru": "Введите beneficiary postcode",
+ "uk": "Введіть beneficiary postcode"
+ }
+ },
+ {
+ "key": "routing_number",
+ "type": "string",
+ "regexp": "\/^\\d{9}$\/",
+ "required": false,
+ "position": 8,
+ "label": {
+ "en": "Routing number",
+ "ru": "Routing number",
+ "uk": "Routing number"
+ },
+ "hint": {
+ "en": "Enter routing number",
+ "ru": "Enter routing number",
+ "uk": "Enter routing number"
+ },
+ "example": "123450012"
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "100000"
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_aggregated_aud",
+ "method": "bank_transfer_aggregated",
+ "currency": "AUD",
+ "fields": [
+ {
+ "key": "beneficiary_full_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Beneficiary full name",
+ "ru": "Полное имя получателя",
+ "uk": "Повне імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary full name",
+ "ru": "Введите полное имя получателя",
+ "uk": "Введіть повне імʼя отримувача"
+ }
+ },
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^\\d{6,13}$\/",
+ "required": false,
+ "position": 2,
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "example": "200318775654"
+ },
+ {
+ "key": "beneficiary_country_code_iso",
+ "type": "string",
+ "regexp": "\/^(.{2,6}|[A-Z]{2})$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "bank_state_branch",
+ "type": "string",
+ "regexp": "\/^\\d{6}$\/",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Bank state branch",
+ "ru": "Bank state branchr",
+ "uk": "Bank state branch"
+ },
+ "hint": {
+ "en": "Enter bank state branch",
+ "ru": "Enter bank state branch",
+ "uk": "Enter bank state branch"
+ },
+ "example": "123451"
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-ЩЬЮЯҐЄІЇа-щьюяґєії0-9\\s\\.\\,\\-\\(\\)\\ʼ]{2,100}$\/",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "Beneficiary address",
+ "ru": "Beneficiary address",
+ "uk": "Beneficiary address"
+ },
+ "hint": {
+ "en": "Enter beneficiary address",
+ "ru": "Введите beneficiary address",
+ "uk": "Введіть beneficiary address"
+ }
+ },
+ {
+ "key": "beneficiary_city",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Beneficiary city",
+ "ru": "Beneficiary city",
+ "uk": "Beneficiary city"
+ },
+ "hint": {
+ "en": "Enter beneficiary city",
+ "ru": "Введите beneficiary city",
+ "uk": "Введіть beneficiary city"
+ }
+ },
+ {
+ "key": "beneficiary_dob",
+ "type": "string",
+ "regexp": "\/^(?:(?:[0-2][0-9]|3[0-1])\\/(?:0[1-9]|1[0-2])\\/\\d{4})|(?:\\d{4}-\\d{2}-\\d{2})$\/",
+ "required": false,
+ "position": 7,
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "example": "28/02/2024 or 2024-02-28"
+ },
+ {
+ "key": "beneficiary_state",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
+ "required": false,
+ "position": 8,
+ "label": {
+ "en": "Beneficiary state",
+ "ru": "Beneficiary state",
+ "uk": "Beneficiary state"
+ },
+ "hint": {
+ "en": "Enter beneficiary state",
+ "ru": "Введите beneficiary state",
+ "uk": "Введіть beneficiary state"
+ }
+ },
+ {
+ "key": "beneficiary_postcode",
+ "type": "string",
+ "regexp": "\/^[\\w\\-\\s]{1,64}$\/",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Beneficiary postcode",
+ "ru": "Beneficiary postcode",
+ "uk": "Beneficiary postcode"
+ },
+ "hint": {
+ "en": "Enter beneficiary postcode",
+ "ru": "Введите beneficiary postcode",
+ "uk": "Введіть beneficiary postcode"
+ }
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "100000"
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_aggregated_nzd",
+ "method": "bank_transfer_aggregated",
+ "currency": "NZD",
+ "fields": [
+ {
+ "key": "beneficiary_full_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Beneficiary full name",
+ "ru": "Полное имя получателя",
+ "uk": "Повне імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary full name",
+ "ru": "Введите полное имя получателя",
+ "uk": "Введіть повне імʼя отримувача"
+ }
+ },
+ {
+ "key": "bank_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-ЩЬЮЯҐЄІЇа-щьюяґєії0-9\\s\\.\\,\\-\\(\\)\\ʼ]{2,100}$\/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Bank Name",
+ "ru": "Имя банка",
+ "uk": "Ім'я банку"
+ },
+ "hint": {
+ "en": "Enter bank name",
+ "ru": "Введите имя банка",
+ "uk": "Введіть ім'я банку"
+ }
+ },
+ {
+ "key": "beneficiary_bic_swift",
+ "type": "string",
+ "label": {
+ "en": "Bic swift",
+ "ru": "Bic swift",
+ "uk": "Bic swift"
+ },
+ "regexp": "\/^(?:[0-9A-Z]{8}|[0-9A-Z]{11})$\/",
+ "required": false,
+ "position": 3,
+ "hint": {
+ "en": "Enter bic swift",
+ "ru": "Enter bic swift",
+ "uk": "Enter bic swift"
+ },
+ "example": "1A2B3C4D or 10000000039"
+ },
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^\\d{9,10}$\/",
+ "required": false,
+ "position": 4,
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "example": "2003187756"
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-ЩЬЮЯҐЄІЇа-щьюяґєії0-9\\s\\.\\,\\-\\(\\)\\ʼ]{2,100}$\/",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "Beneficiary address",
+ "ru": "Beneficiary address",
+ "uk": "Beneficiary address"
+ },
+ "hint": {
+ "en": "Enter beneficiary address",
+ "ru": "Введите beneficiary address",
+ "uk": "Введіть beneficiary address"
+ }
+ },
+ {
+ "key": "beneficiary_city",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Beneficiary city",
+ "ru": "Beneficiary city",
+ "uk": "Beneficiary city"
+ },
+ "hint": {
+ "en": "Enter beneficiary city",
+ "ru": "Введите beneficiary city",
+ "uk": "Введіть beneficiary city"
+ }
+ },
+ {
+ "key": "routing_number",
+ "type": "string",
+ "regexp": "\/^\\d{6}$\/",
+ "required": false,
+ "position": 7,
+ "label": {
+ "en": "Routing number",
+ "ru": "Routing number",
+ "uk": "Routing number"
+ },
+ "hint": {
+ "en": "Enter routing number",
+ "ru": "Enter routing number",
+ "uk": "Enter routing number"
+ },
+ "example": "123450012"
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "170000"
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_aggregated_nok",
+ "method": "bank_transfer_aggregated",
+ "currency": "NOK",
+ "fields": [
+ {
+ "key": "beneficiary_full_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Beneficiary full name",
+ "ru": "Полное имя получателя",
+ "uk": "Повне імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary full name",
+ "ru": "Введите полное имя получателя",
+ "uk": "Введіть повне імʼя отримувача"
+ }
+ },
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^NO[A-Z0-9]{13}$\/",
+ "required": false,
+ "position": 2,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "NO1234567890ABC"
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-ЩЬЮЯҐЄІЇа-щьюяґєії0-9\\s\\.\\,\\-\\(\\)\\ʼ]{2,100}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Beneficiary address",
+ "ru": "Beneficiary address",
+ "uk": "Beneficiary address"
+ },
+ "hint": {
+ "en": "Enter beneficiary address",
+ "ru": "Введите beneficiary address",
+ "uk": "Введіть beneficiary address"
+ }
+ },
+ {
+ "key": "beneficiary_city",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Beneficiary city",
+ "ru": "Beneficiary city",
+ "uk": "Beneficiary city"
+ },
+ "hint": {
+ "en": "Enter beneficiary city",
+ "ru": "Введите beneficiary city",
+ "uk": "Введіть beneficiary city"
+ }
+ },
+ {
+ "key": "beneficiary_postcode",
+ "type": "string",
+ "regexp": "\/^[\\w\\-\\s]{1,64}$\/",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "Beneficiary postcode",
+ "ru": "Beneficiary postcode",
+ "uk": "Beneficiary postcode"
+ },
+ "hint": {
+ "en": "Enter beneficiary postcode",
+ "ru": "Введите beneficiary postcode",
+ "uk": "Введіть beneficiary postcode"
+ }
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "1000000"
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_aggregated_sek",
+ "method": "bank_transfer_aggregated",
+ "currency": "SEK",
+ "fields": [
+ {
+ "key": "beneficiary_full_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Beneficiary full name",
+ "ru": "Полное имя получателя",
+ "uk": "Повне імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary full name",
+ "ru": "Введите полное имя получателя",
+ "uk": "Введіть повне імʼя отримувача"
+ }
+ },
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^SE[A-Z0-9]{22}$\/",
+ "required": false,
+ "position": 2,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "SE97BARC2003187756548901"
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-ЩЬЮЯҐЄІЇа-щьюяґєії0-9\\s\\.\\,\\-\\(\\)\\ʼ]{2,100}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Beneficiary address",
+ "ru": "Beneficiary address",
+ "uk": "Beneficiary address"
+ },
+ "hint": {
+ "en": "Enter beneficiary address",
+ "ru": "Введите beneficiary address",
+ "uk": "Введіть beneficiary address"
+ }
+ },
+ {
+ "key": "beneficiary_city",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Beneficiary city",
+ "ru": "Beneficiary city",
+ "uk": "Beneficiary city"
+ },
+ "hint": {
+ "en": "Enter beneficiary city",
+ "ru": "Введите beneficiary city",
+ "uk": "Введіть beneficiary city"
+ }
+ },
+ {
+ "key": "beneficiary_postcode",
+ "type": "string",
+ "regexp": "\/^[\\w\\-\\s]{1,64}$\/",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "Beneficiary postcode",
+ "ru": "Beneficiary postcode",
+ "uk": "Beneficiary postcode"
+ },
+ "hint": {
+ "en": "Enter beneficiary postcode",
+ "ru": "Введите beneficiary postcode",
+ "uk": "Введіть beneficiary postcode"
+ }
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "1000000"
+ },
+ {
+ "status": "active",
+ "code": "diamond_bank_nigeria_ngn",
+ "method": "diamond_bank_nigeria",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 4
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 5
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "500000000"
+ },
+ {
+ "status": "active",
+ "code": "citi_bank_nigeria_ngn",
+ "method": "citi_bank_nigeria",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 4
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 5
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "500000000"
+ },
+ {
+ "status": "active",
+ "code": "ecobank_nigeria_ngn",
+ "method": "ecobank_nigeria",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 4
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 5
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "500000000"
+ },
+ {
+ "status": "active",
+ "code": "fsmb_nigeria_ngn",
+ "method": "fsmb_nigeria",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 4
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 5
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "500000000"
+ },
+ {
+ "status": "active",
+ "code": "fidelity_bank_nigeria_ngn",
+ "method": "fidelity_bank_nigeria",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 4
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 5
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "500000000"
+ },
+ {
+ "status": "active",
+ "code": "first_bank_of_nigeria_ngn",
+ "method": "first_bank_of_nigeria",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 4
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 5
+ }
+ ],
+ "amount_min": "14",
+ "amount_max": "14411200"
+ },
+ {
+ "status": "active",
+ "code": "moniepoint_mfb_nigeria_ngn",
+ "method": "moniepoint_mfb_nigeria",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 4
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 5
+ }
+ ],
+ "amount_min": "14",
+ "amount_max": "14411200"
+ },
+ {
+ "status": "active",
+ "code": "kuda_bank_nigeria_ngn",
+ "method": "kuda_bank_nigeria",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 4
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 5
+ }
+ ],
+ "amount_min": "14",
+ "amount_max": "14411200"
+ },
+ {
+ "status": "active",
+ "code": "opay_digital_services_nigeria_ngn",
+ "method": "opay_digital_services_nigeria",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 4
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 5
+ }
+ ],
+ "amount_min": "14",
+ "amount_max": "14411200"
+ },
+ {
+ "status": "active",
+ "code": "absa_bank_ghana_ltd_ghs",
+ "method": "absa_bank_ghana_ltd",
+ "currency": "GHS",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 4
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 5
+ }
+ ],
+ "amount_min": "0.11",
+ "amount_max": "109250"
+ },
+ {
+ "status": "active",
+ "code": "ecobank_ghana_limited_ghs",
+ "method": "ecobank_ghana_limited",
+ "currency": "GHS",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 4
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 5
+ }
+ ],
+ "amount_min": "0.11",
+ "amount_max": "109250"
+ },
+ {
+ "status": "active",
+ "code": "fidelity_bank_ghana_limited_ghs",
+ "method": "fidelity_bank_ghana_limited",
+ "currency": "GHS",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 4
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 5
+ }
+ ],
+ "amount_min": "0.11",
+ "amount_max": "109250"
+ },
+ {
+ "status": "active",
+ "code": "gcb_bank_limited_ghana_ghs",
+ "method": "gcb_bank_limited_ghana",
+ "currency": "GHS",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 4
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 5
+ }
+ ],
+ "amount_min": "0.11",
+ "amount_max": "109250"
+ },
+ {
+ "status": "active",
+ "code": "standard_chartered_bank_ghana_limited_ghs",
+ "method": "standard_chartered_bank_ghana_limited",
+ "currency": "GHS",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 4
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 5
+ }
+ ],
+ "amount_min": "0.11",
+ "amount_max": "109250"
+ },
+ {
+ "status": "active",
+ "code": "stanbic_bank_ghana_limited_ghs",
+ "method": "stanbic_bank_ghana_limited",
+ "currency": "GHS",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 4
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 5
+ }
+ ],
+ "amount_min": "0.11",
+ "amount_max": "109250"
+ },
+ {
+ "status": "active",
+ "code": "united_bank_for_africa_ghana_limited_ghs",
+ "method": "united_bank_for_africa_ghana_limited",
+ "currency": "GHS",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 4
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 5
+ }
+ ],
+ "amount_min": "0.11",
+ "amount_max": "109250"
+ },
+ {
+ "status": "active",
+ "code": "zenith_bank_ghana_ghs",
+ "method": "zenith_bank_ghana",
+ "currency": "GHS",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 4
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 5
+ }
+ ],
+ "amount_min": "0.11",
+ "amount_max": "109250"
+ },
+ {
+ "status": "active",
+ "code": "absa_bank_kenya_plc_kes",
+ "method": "absa_bank_kenya_plc",
+ "currency": "KES",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 4
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 5
+ }
+ ],
+ "amount_min": "1.29",
+ "amount_max": "1292000"
+ },
+ {
+ "status": "active",
+ "code": "cooperative_bank_of_kenya_ltd_kes",
+ "method": "cooperative_bank_of_kenya_ltd",
+ "currency": "KES",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 4
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 5
+ }
+ ],
+ "amount_min": "1.29",
+ "amount_max": "1292000"
+ },
+ {
+ "status": "active",
+ "code": "equity_bank_kenya_ltd_kes",
+ "method": "equity_bank_kenya_ltd",
+ "currency": "KES",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 4
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 5
+ }
+ ],
+ "amount_min": "1.29",
+ "amount_max": "1292000"
+ },
+ {
+ "status": "active",
+ "code": "kenya_commercial_bank_kes",
+ "method": "kenya_commercial_bank",
+ "currency": "KES",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 4
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 5
+ }
+ ],
+ "amount_min": "1.29",
+ "amount_max": "1292000"
+ },
+ {
+ "status": "active",
+ "code": "ncba_bank_kenya_kes",
+ "method": "ncba_bank_kenya",
+ "currency": "KES",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 4
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 5
+ }
+ ],
+ "amount_min": "1.29",
+ "amount_max": "1292000"
+ },
+ {
+ "status": "active",
+ "code": "standard_chartered_bank_kenya_kes",
+ "method": "standard_chartered_bank_kenya",
+ "currency": "KES",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 4
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 5
+ }
+ ],
+ "amount_min": "1.29",
+ "amount_max": "1292000"
+ },
+ {
+ "status": "active",
+ "code": "stanbic_bank_kenya_limited_kes",
+ "method": "stanbic_bank_kenya_limited",
+ "currency": "KES",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 4
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 5
+ }
+ ],
+ "amount_min": "1.29",
+ "amount_max": "1292000"
+ },
+ {
+ "status": "active",
+ "code": "united_bank_for_africa_kenya_ltd_kes",
+ "method": "united_bank_for_africa_kenya_ltd",
+ "currency": "KES",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 4
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 5
+ }
+ ],
+ "amount_min": "1.29",
+ "amount_max": "1292000"
+ },
+ {
+ "status": "active",
+ "code": "polaris_bank_nigeria_ngn",
+ "method": "polaris_bank_nigeria",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 4
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 5
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "500000000"
+ },
+ {
+ "status": "active",
+ "code": "stanbic_bank_nigeria_ngn",
+ "method": "stanbic_bank_nigeria",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 4
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 5
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "500000000"
+ },
+ {
+ "status": "active",
+ "code": "tyme_bank_zar",
+ "method": "tyme_bank",
+ "currency": "ZAR",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required": true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 4
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 5
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "500000000"
+ },
+ {
+ "status": "active",
+ "code": "african_bank_zar",
+ "method": "african_bank",
+ "currency": "ZAR",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 4
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 5
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "500000000"
+ },
+ {
+ "status": "active",
+ "code": "bidvest_bank_zar",
+ "method": "bidvest_bank",
+ "currency": "ZAR",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 4
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 5
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "500000000"
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_aggregated_chf",
+ "method": "bank_transfer_aggregated",
+ "currency": "CHF",
+ "fields": [
+ {
+ "key": "beneficiary_full_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Beneficiary full name",
+ "ru": "Полное имя получателя",
+ "uk": "Повне імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary full name",
+ "ru": "Введите полное имя получателя",
+ "uk": "Введіть повне імʼя отримувача"
+ }
+ },
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "required": false,
+ "position": 2,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "beneficiary_dob",
+ "type": "string",
+ "regexp": "\/^(?:(?:[0-2][0-9]|3[0-1])\\/(?:0[1-9]|1[0-2])\\/\\d{4})|(?:\\d{4}-\\d{2}-\\d{2})$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "example": "28/02/2024 or 2024-02-28"
+ },
+ {
+ "key": "beneficiary_document_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z]{3,20}$\/",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Beneficiary Document Type",
+ "ru": "Тип документа получателя",
+ "uk": "Тип документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document Type",
+ "ru": "Введите тип документа получателя",
+ "uk": "Введіть тип документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_document_id",
+ "type": "string",
+ "regexp": "\/^[A-Z0-9]{3,20}$\/",
+ "required": false,
+ "position": 5,
+ "label": {
+ "en": "Beneficiary Document ID",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document ID",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документу отримувача"
+ }
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "required": false,
+ "position": 6,
+ "label": {
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ }
+ },
+ {
+ "key": "bank_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-ЩЬЮЯҐЄІЇа-щьюяґєії0-9\\s\\.\\,\\-\\(\\)\\ʼ]{2,100}$\/",
+ "required": false,
+ "position": 7,
+ "label": {
+ "en": "Bank Name",
+ "ru": "Имя банка",
+ "uk": "Ім'я банку"
+ },
+ "hint": {
+ "en": "Enter bank name",
+ "ru": "Введите имя банка",
+ "uk": "Введіть ім'я банку"
+ }
+ },
+ {
+ "key": "beneficiary_bic_swift",
+ "type": "string",
+ "label": {
+ "en": "Bic swift",
+ "ru": "Bic swift",
+ "uk": "Bic swift"
+ },
+ "regexp": "\/^(?:[0-9A-Z]{8}|[0-9A-Z]{11})$\/",
+ "required": false,
+ "position": 8,
+ "hint": {
+ "en": "Enter bic swift",
+ "ru": "Enter bic swift",
+ "uk": "Enter bic swift"
+ },
+ "example": "1A2B3C4D5E or 100000000393#10"
+ },
+ {
+ "key": "beneficiary_country_code_iso",
+ "type": "string",
+ "regexp": "\/^(.{2,6}|[A-Z]{2})$\/",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-ЩЬЮЯҐЄІЇа-щьюяґєії0-9\\s\\.\\,\\-\\(\\)\\ʼ]{2,100}$\/",
+ "required": false,
+ "position": 10,
+ "label": {
+ "en": "Beneficiary address",
+ "ru": "Beneficiary address",
+ "uk": "Beneficiary address"
+ },
+ "hint": {
+ "en": "Enter beneficiary address",
+ "ru": "Введите beneficiary address",
+ "uk": "Введіть beneficiary address"
+ }
+ },
+ {
+ "key": "beneficiary_city",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
+ "required": false,
+ "position": 11,
+ "label": {
+ "en": "Beneficiary city",
+ "ru": "Beneficiary city",
+ "uk": "Beneficiary city"
+ },
+ "hint": {
+ "en": "Enter beneficiary city",
+ "ru": "Введите beneficiary city",
+ "uk": "Введіть beneficiary city"
+ }
+ },
+ {
+ "key": "beneficiary_postcode",
+ "type": "string",
+ "regexp": "\/^[\\w\\-\\s]{1,64}$\/",
+ "required": false,
+ "position": 12,
+ "label": {
+ "en": "Beneficiary postcode",
+ "ru": "Beneficiary postcode",
+ "uk": "Beneficiary postcode"
+ },
+ "hint": {
+ "en": "Enter beneficiary postcode",
+ "ru": "Введите beneficiary postcode",
+ "uk": "Введіть beneficiary postcode"
+ }
+ },
+ {
+ "key": "account_type",
+ "type": "string",
+ "regexp": "\/^[0-1]{1}$\/",
+ "required": false,
+ "position": 13,
+ "label": {
+ "en": "Account type",
+ "ru": "Тип аккаунта",
+ "uk": "Тип акаунту"
+ },
+ "hint": {
+ "en": "Enter account type",
+ "ru": "Введите тип аккаунта",
+ "uk": "Введіть тип акаунту"
+ }
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "regexp": "\/^(?=.{7,15}$)[\\d +]+$\/",
+ "required": false,
+ "position": 14,
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ }
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "1000000"
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_sgd",
+ "method": "bank_transfer",
+ "currency": "SGD",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "account_name",
+ "type": "string",
+ "required": true,
+ "position": 2,
+ "label": {
+ "en": "Account Name",
+ "ru": "Account Name",
+ "uk": "Account Name"
+ },
+ "hint": {
+ "en": "Enter Account Name",
+ "ru": "Введите Account Name",
+ "uk": "Введіть Account Name"
+ },
+ "regexp": "\/^[A-Za-z0-9\\s]{2,100}$\/"
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "required": true,
+ "position": 3,
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "province",
+ "type": "string",
+ "required": true,
+ "position": 4,
+ "label": {
+ "en": "Province",
+ "ru": "Провинция",
+ "uk": "Провінція"
+ },
+ "hint": {
+ "en": "Enter province",
+ "ru": "Введите провинцию",
+ "uk": "Введіть провінцію"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "city",
+ "type": "string",
+ "required": true,
+ "position": 5,
+ "label": {
+ "en": "City",
+ "ru": "Город",
+ "uk": "Місто"
+ },
+ "hint": {
+ "en": "Enter city",
+ "ru": "Введите город",
+ "uk": "Введіть місто"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/"
+ },
+ {
+ "key": "full_address",
+ "type": "string",
+ "required": true,
+ "position": 6,
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "hint": {
+ "en": "Enter address",
+ "ru": "Введите адрес",
+ "uk": "Введіть адресу"
+ },
+ "regexp": "\/^[A-Za-z{*}, -d]{2,64}$\/"
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 7,
+ "hint": {
+ "en": "Enter address",
+ "ru": "Enter address",
+ "uk": "Enter address"
+ },
+ "example": "Volodumurska 17"
+ },
+ {
+ "key": "beneficiary_document_id",
+ "type": "string",
+ "regexp": "\/^[A-Z0-9]{3,20}$\/",
+ "required": false,
+ "position": 8,
+ "label": {
+ "en": "Beneficiary Document ID",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document ID",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_country_code_iso",
+ "type": "string",
+ "regexp": "\/^[A-Z]{2}$\/",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$$\/",
+ "required": false,
+ "position": 10
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 11
+ },
+ {
+ "key": "beneficiary_dob",
+ "type": "string",
+ "regexp": "\/^([0-2][0-9]|(3)[0-1])(\\/)(((0)[0-9])|((1)[0-2]))(\\/)\\d{4}||((19|20)\\d{2}(0[1-9]|1[0-2])(0[1-9]|[12]\\d|3[01]))$\/",
+ "required": false,
+ "position": 12,
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "example": "10/05/1964"
+ },
+ {
+ "key": "beneficiary_city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "City",
+ "uk": "City"
+ },
+ "regexp": "\/^.{1,100}$\/",
+ "required": false,
+ "position": 13,
+ "hint": {
+ "en": "Enter city",
+ "ru": "Enter city",
+ "uk": "Enter city"
+ },
+ "example": "London"
+ },
+ {
+ "key": "beneficiary_postcode",
+ "type": "string",
+ "label": {
+ "en": "Postcode",
+ "ru": "Postcode",
+ "uk": "Postcode"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 14,
+ "hint": {
+ "en": "Enter postcode",
+ "ru": "Enter postcode",
+ "uk": "Enter postcode"
+ },
+ "example": "postcode"
+ },
+ {
+ "key": "beneficiary_document_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z]{2,20}$\/",
+ "required": false,
+ "position": 15,
+ "label": {
+ "en": "Beneficiary Document Type",
+ "ru": "Тип документа получателя",
+ "uk": "Тип документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document Type",
+ "ru": "Введите тип документа получателя",
+ "uk": "Введіть тип документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 16,
+ "required": false
+ },
+ {
+ "key": "beneficiary_lastname",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 17,
+ "required": false
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,3}$\/",
+ "label": {
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ },
+ "required": false,
+ "position": 18
+ },
+ {
+ "key": "account_type",
+ "type": "string",
+ "regexp": "\/^[A-Z]{1}$\/",
+ "label": {
+ "en": "Account type",
+ "ru": "Тип аккаунта",
+ "uk": "Тип акаунту"
+ },
+ "hint": {
+ "en": "Enter account type",
+ "ru": "Введите тип аккаунта",
+ "uk": "Введіть тип акаунту"
+ },
+ "position": 19,
+ "required": false
+ },
+ {
+ "key": "bank_account",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,30}$\/",
+ "label": {
+ "en": "Bank Account",
+ "ru": "Номер банковского счета",
+ "uk": "Номер банківського рахунку"
+ },
+ "hint": {
+ "en": "Enter bank account",
+ "ru": "Введите номер банковского счета",
+ "uk": "Введіть номер банківського рахунку"
+ },
+ "position": 2,
+ "required": false
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "1000000.00"
+ },
+ {
+ "status": "active",
+ "code": "m10_azn",
+ "method": "m10",
+ "currency": "AZN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": "0.02",
+ "amount_max": "1700000"
+ },
+ {
+ "status": "active",
+ "code": "emanat_azn",
+ "method": "emanat",
+ "currency": "AZN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ }
+ ],
+ "amount_min": "0.02",
+ "amount_max": "1700000"
+ },
+ {
+ "status": "active",
+ "code": "enterprise_bank_limited_ngn",
+ "method": "enterprise_bank_limited",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 133,
+ "amount_max": 133791000
+ },
+ {
+ "status": "active",
+ "code": "npfmicrofinance_bank_ngn",
+ "method": "npfmicrofinance_bank",
+ "currency": "NGN",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 133,
+ "amount_max": 133791000
+ },
+ {
+ "status": "active",
+ "code": "astropay_wallet_brl",
+ "method": "astropay_wallet",
+ "currency": "BRL",
+ "fields": [
+ {
+ "key": "beneficiary_name",
+ "type": "string",
+ "regexp": "\/^[-\\s\\p{L}]{2,100}$\/u",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_lastname",
+ "type": "string",
+ "regexp": "\/^[-\\s\\p{L}]{2,100}$\/u",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прiзвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прiзвище отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ }
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": false,
+ "position": 4,
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "+5588722651111"
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "500000"
+ },
+ {
+ "status": "active",
+ "code": "otp_bank_uah",
+ "method": "otp_bank",
+ "currency": "UAH",
+ "fields": [
+ {
+ "key": "card_number",
+ "type": "string",
+ "label": {
+ "en": "Card number",
+ "ru": "Номер карты",
+ "uk": "Номер картки"
+ },
+ "hint": {
+ "en": "Enter card number",
+ "ru": "Введите номер карты",
+ "uk": "Введіть номер картки"
+ },
+ "regexp": "\/^([245]{1}[\\d]{15}|[6]{1}[\\d]{17})$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1800000
+ },
+ {
+ "status": "active",
+ "code": "creditagricole_bank_uah",
+ "method": "creditagricole_bank",
+ "currency": "UAH",
+ "fields": [
+ {
+ "key": "card_number",
+ "type": "string",
+ "label": {
+ "en": "Card number",
+ "ru": "Номер карты",
+ "uk": "Номер картки"
+ },
+ "hint": {
+ "en": "Enter card number",
+ "ru": "Введите номер карты",
+ "uk": "Введіть номер картки"
+ },
+ "regexp": "\/^([245]{1}[\\d]{15}|[6]{1}[\\d]{17})$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1800000
+ },
+ {
+ "status": "active",
+ "code": "creditdnipro_bank_uah",
+ "method": "creditdnipro_bank",
+ "currency": "UAH",
+ "fields": [
+ {
+ "key": "card_number",
+ "type": "string",
+ "label": {
+ "en": "Card number",
+ "ru": "Номер карты",
+ "uk": "Номер картки"
+ },
+ "hint": {
+ "en": "Enter card number",
+ "ru": "Введите номер карты",
+ "uk": "Введіть номер картки"
+ },
+ "regexp": "\/^([245]{1}[\\d]{15}|[6]{1}[\\d]{17})$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1800000
+ },
+ {
+ "status": "active",
+ "code": "vlasnyirakhunok_bank_uah",
+ "method": "vlasnyirakhunok_bank",
+ "currency": "UAH",
+ "fields": [
+ {
+ "key": "card_number",
+ "type": "string",
+ "label": {
+ "en": "Card number",
+ "ru": "Номер карты",
+ "uk": "Номер картки"
+ },
+ "hint": {
+ "en": "Enter card number",
+ "ru": "Введите номер карты",
+ "uk": "Введіть номер картки"
+ },
+ "regexp": "\/^([245]{1}[\\d]{15}|[6]{1}[\\d]{17})$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1800000
+ },
+ {
+ "status": "active",
+ "code": "izi_bank_uah",
+ "method": "izi_bank",
+ "currency": "UAH",
+ "fields": [
+ {
+ "key": "card_number",
+ "type": "string",
+ "label": {
+ "en": "Card number",
+ "ru": "Номер карты",
+ "uk": "Номер картки"
+ },
+ "hint": {
+ "en": "Enter card number",
+ "ru": "Введите номер карты",
+ "uk": "Введіть номер картки"
+ },
+ "regexp": "\/^([245]{1}[\\d]{15}|[6]{1}[\\d]{17})$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1800000
+ },
+ {
+ "status": "active",
+ "code": "pumb_bank_uah",
+ "method": "pumb_bank",
+ "currency": "UAH",
+ "fields": [
+ {
+ "key": "card_number",
+ "type": "string",
+ "label": {
+ "en": "Card number",
+ "ru": "Номер карты",
+ "uk": "Номер картки"
+ },
+ "hint": {
+ "en": "Enter card number",
+ "ru": "Введите номер карты",
+ "uk": "Введіть номер картки"
+ },
+ "regexp": "\/^([245]{1}[\\d]{15}|[6]{1}[\\d]{17})$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1800000
+ },
+ {
+ "status": "active",
+ "code": "abank_uah",
+ "method": "abank",
+ "currency": "UAH",
+ "fields": [
+ {
+ "key": "card_number",
+ "type": "string",
+ "label": {
+ "en": "Card number",
+ "ru": "Номер карты",
+ "uk": "Номер картки"
+ },
+ "hint": {
+ "en": "Enter card number",
+ "ru": "Введите номер карты",
+ "uk": "Введіть номер картки"
+ },
+ "regexp": "\/^([245]{1}[\\d]{15}|[6]{1}[\\d]{17})$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1800000
+ },
+ {
+ "status": "active",
+ "code": "mono_bank_uah",
+ "method": "mono_bank",
+ "currency": "UAH",
+ "fields": [
+ {
+ "key": "card_number",
+ "type": "string",
+ "label": {
+ "en": "Card number",
+ "ru": "Номер карты",
+ "uk": "Номер картки"
+ },
+ "hint": {
+ "en": "Enter card number",
+ "ru": "Введите номер карты",
+ "uk": "Введіть номер картки"
+ },
+ "regexp": "\/^([245]{1}[\\d]{15}|[6]{1}[\\d]{17})$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 1800000
+ },
+ {
+ "status": "active",
+ "code": "centercredit_bank_kzt",
+ "method": "centercredit_bank",
+ "currency": "KZT",
+ "fields": [
+ {
+ "key": "card_number",
+ "type": "string",
+ "label": {
+ "en": "Card number",
+ "ru": "Номер карты",
+ "uk": "Номер картки"
+ },
+ "hint": {
+ "en": "Enter card number",
+ "ru": "Введите номер карты",
+ "uk": "Введіть номер картки"
+ },
+ "regexp": "\/^([245]{1}[\\d]{15}|[6]{1}[\\d]{17})$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 50000000
+ },
+ {
+ "status": "active",
+ "code": "forte_bank_kzt",
+ "method": "forte_bank",
+ "currency": "KZT",
+ "fields": [
+ {
+ "key": "card_number",
+ "type": "string",
+ "label": {
+ "en": "Card number",
+ "ru": "Номер карты",
+ "uk": "Номер картки"
+ },
+ "hint": {
+ "en": "Enter card number",
+ "ru": "Введите номер карты",
+ "uk": "Введіть номер картки"
+ },
+ "regexp": "\/^([245]{1}[\\d]{15}|[6]{1}[\\d]{17})$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 50000000
+ },
+ {
+ "status": "active",
+ "code": "altyn_bank_kzt",
+ "method": "altyn_bank",
+ "currency": "KZT",
+ "fields": [
+ {
+ "key": "card_number",
+ "type": "string",
+ "label": {
+ "en": "Card number",
+ "ru": "Номер карты",
+ "uk": "Номер картки"
+ },
+ "hint": {
+ "en": "Enter card number",
+ "ru": "Введите номер карты",
+ "uk": "Введіть номер картки"
+ },
+ "regexp": "\/^([245]{1}[\\d]{15}|[6]{1}[\\d]{17})$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 50000000
+ },
+ {
+ "status": "active",
+ "code": "halyk_bank_kzt",
+ "method": "halyk_bank",
+ "currency": "KZT",
+ "fields": [
+ {
+ "key": "card_number",
+ "type": "string",
+ "label": {
+ "en": "Card number",
+ "ru": "Номер карты",
+ "uk": "Номер картки"
+ },
+ "hint": {
+ "en": "Enter card number",
+ "ru": "Введите номер карты",
+ "uk": "Введіть номер картки"
+ },
+ "regexp": "\/^([245]{1}[\\d]{15}|[6]{1}[\\d]{17})$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 50000000
+ },
+ {
+ "status": "active",
+ "code": "jusan_bank_kzt",
+ "method": "jusan_bank",
+ "currency": "KZT",
+ "fields": [
+ {
+ "key": "card_number",
+ "type": "string",
+ "label": {
+ "en": "Card number",
+ "ru": "Номер карты",
+ "uk": "Номер картки"
+ },
+ "hint": {
+ "en": "Enter card number",
+ "ru": "Введите номер карты",
+ "uk": "Введіть номер картки"
+ },
+ "regexp": "\/^([245]{1}[\\d]{15}|[6]{1}[\\d]{17})$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 50000000
+ },
+ {
+ "status": "active",
+ "code": "kaspi_bank_kzt",
+ "method": "kaspi_bank",
+ "currency": "KZT",
+ "fields": [
+ {
+ "key": "card_number",
+ "type": "string",
+ "label": {
+ "en": "Card number",
+ "ru": "Номер карты",
+ "uk": "Номер картки"
+ },
+ "hint": {
+ "en": "Enter card number",
+ "ru": "Введите номер карты",
+ "uk": "Введіть номер картки"
+ },
+ "regexp": "\/^([245]{1}[\\d]{15}|[6]{1}[\\d]{17})$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 50000000
+ },
+ {
+ "status": "active",
+ "code": "access_bank_zar",
+ "method": "access_bank",
+ "currency": "ZAR",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "bank_zero_zar",
+ "method": "bank_zero",
+ "currency": "ZAR",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "citi_bank_zar",
+ "method": "citi_bank",
+ "currency": "ZAR",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "discovery_bank_zar",
+ "method": "discovery_bank",
+ "currency": "ZAR",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "finbond_mutual_bank_zar",
+ "method": "finbond_mutual_bank",
+ "currency": "ZAR",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "first_rand_bank_zar",
+ "method": "first_rand_bank",
+ "currency": "ZAR",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "grindrod_bank_zar",
+ "method": "grindrod_bank",
+ "currency": "ZAR",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "hsbc_south_africa_zar",
+ "method": "hsbc_south_africa",
+ "currency": "ZAR",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "south_african_bank_of_athens_zar",
+ "method": "south_african_bank_of_athens",
+ "currency": "ZAR",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "jpmorgan_chase_bank_zar",
+ "method": "jpmorgan_chase_bank",
+ "currency": "ZAR",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "olympus_mobile_bank_zar",
+ "method": "olympus_mobile_bank",
+ "currency": "ZAR",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "rand_merchant_bank_zar",
+ "method": "rand_merchant_bank",
+ "currency": "ZAR",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "rmb_private_bank_zar",
+ "method": "rmb_private_bank",
+ "currency": "ZAR",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "sasfin_bank_zar",
+ "method": "sasfin_bank",
+ "currency": "ZAR",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "standard_chartered_bank_zar",
+ "method": "standard_chartered_bank",
+ "currency": "ZAR",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "ubank_zar",
+ "method": "ubank",
+ "currency": "ZAR",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "vbs_mutual_bank_zar",
+ "method": "vbs_mutual_bank",
+ "currency": "ZAR",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "payment_card_xts",
+ "method": "payment_card",
+ "currency": "XTS",
+ "fields": [
+ {
+ "key": "card_number",
+ "type": "string",
+ "label": {
+ "en": "Card number",
+ "ru": "Номер карты",
+ "uk": "Номер карти"
+ },
+ "hint": {
+ "en": "Enter card number",
+ "ru": "Введите номер карты",
+ "uk": "Введіть номер карти"
+ },
+ "regexp": "\/^\\d{12,19}$\/",
+ "required": true,
+ "position": 1,
+ "options": {
+ "validators": [
+ {
+ "name": "Luhn"
+ }
+ ]
+ }
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "100000"
+ },
+ {
+ "status": "active",
+ "code": "cib_smart_wallet_egp",
+ "method": "cib_smart_wallet",
+ "currency": "EGP",
+ "amount_min": 0.01,
+ "amount_max": 3000000
+ },
+ {
+ "status": "active",
+ "code": "etisalat_cash_egp",
+ "method": "etisalat_cash",
+ "currency": "EGP",
+ "amount_min": 0.01,
+ "amount_max": 3000000
+ },
+ {
+ "status": "active",
+ "code": "etisalat_egp",
+ "method": "etisalat",
+ "currency": "EGP",
+ "fields": [
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "regexp": "\/^\\+?\\d{9,14}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 4,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.05,
+ "amount_max": 5000000
+ },
+
+ {
+ "status": "active",
+ "code": "colombia_bank_cop",
+ "currency": "COP",
+ "method": "colombia_bank",
+ "amount_min": 0.01,
+ "amount_max": 500000000,
+ "fields": [
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "identity_id",
+ "type": "string",
+ "label": {
+ "en": "Identity ID",
+ "ru": "Идентификационный номер",
+ "uk": "Ідентифікаційний номер"
+ },
+ "hint": {
+ "en": "Enter identity ID",
+ "ru": "Введите идентификационный номер",
+ "uk": "Введіть ідентифікаційний номер"
+ },
+ "regexp": "\/^[0-9]{6,12}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "id_type",
+ "type": "string",
+ "label": {
+ "en": "ID Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter ID Type (CC, CE, TI, NIT, PA)",
+ "ru": "Введите тип документа (CC, CE, TI, NIT, PA)",
+ "uk": "Введіть тип документу (CC, CE, TI, NIT, PA)"
+ },
+ "regexp": "\/^[A-Z]{2,3}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "account_type",
+ "type": "string",
+ "label": {
+ "en": "Account type",
+ "ru": "Тип счета",
+ "uk": "Тип рахунку"
+ },
+ "hint": {
+ "en": "Enter Account type (0:Corriente 1:Ahorro)",
+ "ru": "Введите тип счета (0:Corriente 1:Ahorro)",
+ "uk": "Введіть тип рахунку (0:Corriente 1:Ahorro)"
+ },
+ "regexp": "\/^[0-1]{1}$\/",
+ "required": true,
+ "position": 5
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "bogota_desarrollo_bank_cop",
+ "currency": "COP",
+ "method": "bogota_desarrollo_bank",
+ "amount_min": 0.01,
+ "amount_max": 500000000,
+ "fields": [
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "identity_id",
+ "type": "string",
+ "label": {
+ "en": "Identity ID",
+ "ru": "Идентификационный номер",
+ "uk": "Ідентифікаційний номер"
+ },
+ "hint": {
+ "en": "Enter identity ID",
+ "ru": "Введите идентификационный номер",
+ "uk": "Введіть ідентифікаційний номер"
+ },
+ "regexp": "\/^[0-9]{6,12}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "id_type",
+ "type": "string",
+ "label": {
+ "en": "ID Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter ID Type (CC, CE, TI, NIT, PA)",
+ "ru": "Введите тип документа (CC, CE, TI, NIT, PA)",
+ "uk": "Введіть тип документу (CC, CE, TI, NIT, PA)"
+ },
+ "regexp": "\/^[A-Z]{2,3}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "account_type",
+ "type": "string",
+ "label": {
+ "en": "Account type",
+ "ru": "Тип счета",
+ "uk": "Тип рахунку"
+ },
+ "hint": {
+ "en": "Enter Account type (0:Corriente 1:Ahorro)",
+ "ru": "Введите тип счета (0:Corriente 1:Ahorro)",
+ "uk": "Введіть тип рахунку (0:Corriente 1:Ahorro)"
+ },
+ "regexp": "\/^[0-1]{1}$\/",
+ "required": true,
+ "position": 5
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "davivienda_bank_cop",
+ "currency": "COP",
+ "method": "davivienda_bank",
+ "amount_min": 0.01,
+ "amount_max": 500000000,
+ "fields": [
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "identity_id",
+ "type": "string",
+ "label": {
+ "en": "Identity ID",
+ "ru": "Идентификационный номер",
+ "uk": "Ідентифікаційний номер"
+ },
+ "hint": {
+ "en": "Enter identity ID",
+ "ru": "Введите идентификационный номер",
+ "uk": "Введіть ідентифікаційний номер"
+ },
+ "regexp": "\/^[0-9]{6,12}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "id_type",
+ "type": "string",
+ "label": {
+ "en": "ID Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter ID Type (CC, CE, TI, NIT, PA)",
+ "ru": "Введите тип документа (CC, CE, TI, NIT, PA)",
+ "uk": "Введіть тип документу (CC, CE, TI, NIT, PA)"
+ },
+ "regexp": "\/^[A-Z]{2,3}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "account_type",
+ "type": "string",
+ "label": {
+ "en": "Account type",
+ "ru": "Тип счета",
+ "uk": "Тип рахунку"
+ },
+ "hint": {
+ "en": "Enter Account type (0:Corriente 1:Ahorro)",
+ "ru": "Введите тип счета (0:Corriente 1:Ahorro)",
+ "uk": "Введіть тип рахунку (0:Corriente 1:Ahorro)"
+ },
+ "regexp": "\/^[0-1]{1}$\/",
+ "required": true,
+ "position": 5
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "bbva_colombia_cop",
+ "currency": "COP",
+ "method": "bbva_colombia",
+ "amount_min": 0.01,
+ "amount_max": 500000000,
+ "fields": [
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "identity_id",
+ "type": "string",
+ "label": {
+ "en": "Identity ID",
+ "ru": "Идентификационный номер",
+ "uk": "Ідентифікаційний номер"
+ },
+ "hint": {
+ "en": "Enter identity ID",
+ "ru": "Введите идентификационный номер",
+ "uk": "Введіть ідентифікаційний номер"
+ },
+ "regexp": "\/^[0-9]{6,12}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "id_type",
+ "type": "string",
+ "label": {
+ "en": "ID Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter ID Type (CC, CE, TI, NIT, PA)",
+ "ru": "Введите тип документа (CC, CE, TI, NIT, PA)",
+ "uk": "Введіть тип документу (CC, CE, TI, NIT, PA)"
+ },
+ "regexp": "\/^[A-Z]{2,3}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "account_type",
+ "type": "string",
+ "label": {
+ "en": "Account type",
+ "ru": "Тип счета",
+ "uk": "Тип рахунку"
+ },
+ "hint": {
+ "en": "Enter Account type (0:Corriente 1:Ahorro)",
+ "ru": "Введите тип счета (0:Corriente 1:Ahorro)",
+ "uk": "Введіть тип рахунку (0:Corriente 1:Ahorro)"
+ },
+ "regexp": "\/^[0-1]{1}$\/",
+ "required": true,
+ "position": 5
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "occidente_bank_cop",
+ "currency": "COP",
+ "method": "occidente_bank",
+ "amount_min": 0.01,
+ "amount_max": 500000000,
+ "fields": [
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "identity_id",
+ "type": "string",
+ "label": {
+ "en": "Identity ID",
+ "ru": "Идентификационный номер",
+ "uk": "Ідентифікаційний номер"
+ },
+ "hint": {
+ "en": "Enter identity ID",
+ "ru": "Введите идентификационный номер",
+ "uk": "Введіть ідентифікаційний номер"
+ },
+ "regexp": "\/^[0-9]{6,12}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "id_type",
+ "type": "string",
+ "label": {
+ "en": "ID Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter ID Type (CC, CE, TI, NIT, PA)",
+ "ru": "Введите тип документа (CC, CE, TI, NIT, PA)",
+ "uk": "Введіть тип документу (CC, CE, TI, NIT, PA)"
+ },
+ "regexp": "\/^[A-Z]{2,3}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "account_type",
+ "type": "string",
+ "label": {
+ "en": "Account type",
+ "ru": "Тип счета",
+ "uk": "Тип рахунку"
+ },
+ "hint": {
+ "en": "Enter Account type (0:Corriente 1:Ahorro)",
+ "ru": "Введите тип счета (0:Corriente 1:Ahorro)",
+ "uk": "Введіть тип рахунку (0:Corriente 1:Ahorro)"
+ },
+ "regexp": "\/^[0-1]{1}$\/",
+ "required": true,
+ "position": 5
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "scotiabank_cop",
+ "currency": "COP",
+ "method": "scotiabank",
+ "amount_min": 0.01,
+ "amount_max": 500000000,
+ "fields": [
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "identity_id",
+ "type": "string",
+ "label": {
+ "en": "Identity ID",
+ "ru": "Идентификационный номер",
+ "uk": "Ідентифікаційний номер"
+ },
+ "hint": {
+ "en": "Enter identity ID",
+ "ru": "Введите идентификационный номер",
+ "uk": "Введіть ідентифікаційний номер"
+ },
+ "regexp": "\/^[0-9]{6,12}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "id_type",
+ "type": "string",
+ "label": {
+ "en": "ID Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter ID Type (CC, CE, TI, NIT, PA)",
+ "ru": "Введите тип документа (CC, CE, TI, NIT, PA)",
+ "uk": "Введіть тип документу (CC, CE, TI, NIT, PA)"
+ },
+ "regexp": "\/^[A-Z]{2,3}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "account_type",
+ "type": "string",
+ "label": {
+ "en": "Account type",
+ "ru": "Тип счета",
+ "uk": "Тип рахунку"
+ },
+ "hint": {
+ "en": "Enter Account type (0:Corriente 1:Ahorro)",
+ "ru": "Введите тип счета (0:Corriente 1:Ahorro)",
+ "uk": "Введіть тип рахунку (0:Corriente 1:Ahorro)"
+ },
+ "regexp": "\/^[0-1]{1}$\/",
+ "required": true,
+ "position": 5
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "bancoitau_cop",
+ "currency": "COP",
+ "method": "bancoitau",
+ "amount_min": 0.01,
+ "amount_max": 500000000,
+ "fields": [
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "identity_id",
+ "type": "string",
+ "label": {
+ "en": "Identity ID",
+ "ru": "Идентификационный номер",
+ "uk": "Ідентифікаційний номер"
+ },
+ "hint": {
+ "en": "Enter identity ID",
+ "ru": "Введите идентификационный номер",
+ "uk": "Введіть ідентифікаційний номер"
+ },
+ "regexp": "\/^[0-9]{6,12}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "id_type",
+ "type": "string",
+ "label": {
+ "en": "ID Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter ID Type (CC, CE, TI, NIT, PA)",
+ "ru": "Введите тип документа (CC, CE, TI, NIT, PA)",
+ "uk": "Введіть тип документу (CC, CE, TI, NIT, PA)"
+ },
+ "regexp": "\/^[A-Z]{2,3}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "account_type",
+ "type": "string",
+ "label": {
+ "en": "Account type",
+ "ru": "Тип счета",
+ "uk": "Тип рахунку"
+ },
+ "hint": {
+ "en": "Enter Account type (0:Corriente 1:Ahorro)",
+ "ru": "Введите тип счета (0:Corriente 1:Ahorro)",
+ "uk": "Введіть тип рахунку (0:Corriente 1:Ahorro)"
+ },
+ "regexp": "\/^[0-1]{1}$\/",
+ "required": true,
+ "position": 5
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "gnb_sudameris_bank_cop",
+ "currency": "COP",
+ "method": "gnb_sudameris_bank",
+ "amount_min": 0.01,
+ "amount_max": 500000000,
+ "fields": [
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "identity_id",
+ "type": "string",
+ "label": {
+ "en": "Identity ID",
+ "ru": "Идентификационный номер",
+ "uk": "Ідентифікаційний номер"
+ },
+ "hint": {
+ "en": "Enter identity ID",
+ "ru": "Введите идентификационный номер",
+ "uk": "Введіть ідентифікаційний номер"
+ },
+ "regexp": "\/^[0-9]{6,12}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "id_type",
+ "type": "string",
+ "label": {
+ "en": "ID Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter ID Type (CC, CE, TI, NIT, PA)",
+ "ru": "Введите тип документа (CC, CE, TI, NIT, PA)",
+ "uk": "Введіть тип документу (CC, CE, TI, NIT, PA)"
+ },
+ "regexp": "\/^[A-Z]{2,3}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "account_type",
+ "type": "string",
+ "label": {
+ "en": "Account type",
+ "ru": "Тип счета",
+ "uk": "Тип рахунку"
+ },
+ "hint": {
+ "en": "Enter Account type (0:Corriente 1:Ahorro)",
+ "ru": "Введите тип счета (0:Corriente 1:Ahorro)",
+ "uk": "Введіть тип рахунку (0:Corriente 1:Ahorro)"
+ },
+ "regexp": "\/^[0-1]{1}$\/",
+ "required": true,
+ "position": 5
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "citibank_colombia_cop",
+ "currency": "COP",
+ "method": "citibank_colombia",
+ "amount_min": 0.01,
+ "amount_max": 500000000,
+ "fields": [
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "identity_id",
+ "type": "string",
+ "label": {
+ "en": "Identity ID",
+ "ru": "Идентификационный номер",
+ "uk": "Ідентифікаційний номер"
+ },
+ "hint": {
+ "en": "Enter identity ID",
+ "ru": "Введите идентификационный номер",
+ "uk": "Введіть ідентифікаційний номер"
+ },
+ "regexp": "\/^[0-9]{6,12}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "id_type",
+ "type": "string",
+ "label": {
+ "en": "ID Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter ID Type (CC, CE, TI, NIT, PA)",
+ "ru": "Введите тип документа (CC, CE, TI, NIT, PA)",
+ "uk": "Введіть тип документу (CC, CE, TI, NIT, PA)"
+ },
+ "regexp": "\/^[A-Z]{2,3}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "account_type",
+ "type": "string",
+ "label": {
+ "en": "Account type",
+ "ru": "Тип счета",
+ "uk": "Тип рахунку"
+ },
+ "hint": {
+ "en": "Enter Account type (0:Corriente 1:Ahorro)",
+ "ru": "Введите тип счета (0:Corriente 1:Ahorro)",
+ "uk": "Введіть тип рахунку (0:Corriente 1:Ahorro)"
+ },
+ "regexp": "\/^[0-1]{1}$\/",
+ "required": true,
+ "position": 5
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "bancopopular_cop",
+ "currency": "COP",
+ "method": "bancopopular",
+ "amount_min": 0.01,
+ "amount_max": 500000000,
+ "fields": [
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "identity_id",
+ "type": "string",
+ "label": {
+ "en": "Identity ID",
+ "ru": "Идентификационный номер",
+ "uk": "Ідентифікаційний номер"
+ },
+ "hint": {
+ "en": "Enter identity ID",
+ "ru": "Введите идентификационный номер",
+ "uk": "Введіть ідентифікаційний номер"
+ },
+ "regexp": "\/^[0-9]{6,12}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "id_type",
+ "type": "string",
+ "label": {
+ "en": "ID Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter ID Type (CC, CE, TI, NIT, PA)",
+ "ru": "Введите тип документа (CC, CE, TI, NIT, PA)",
+ "uk": "Введіть тип документу (CC, CE, TI, NIT, PA)"
+ },
+ "regexp": "\/^[A-Z]{2,3}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "account_type",
+ "type": "string",
+ "label": {
+ "en": "Account type",
+ "ru": "Тип счета",
+ "uk": "Тип рахунку"
+ },
+ "hint": {
+ "en": "Enter Account type (0:Corriente 1:Ahorro)",
+ "ru": "Введите тип счета (0:Corriente 1:Ahorro)",
+ "uk": "Введіть тип рахунку (0:Corriente 1:Ahorro)"
+ },
+ "regexp": "\/^[0-1]{1}$\/",
+ "required": true,
+ "position": 5
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "daviplata_cop",
+ "currency": "COP",
+ "method": "daviplata",
+ "amount_min": 0.01,
+ "amount_max": 500000000,
+ "fields": [
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "identity_id",
+ "type": "string",
+ "label": {
+ "en": "Identity ID",
+ "ru": "Идентификационный номер",
+ "uk": "Ідентифікаційний номер"
+ },
+ "hint": {
+ "en": "Enter identity ID",
+ "ru": "Введите идентификационный номер",
+ "uk": "Введіть ідентифікаційний номер"
+ },
+ "regexp": "\/^[0-9]{6,12}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "id_type",
+ "type": "string",
+ "label": {
+ "en": "ID Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter ID Type (CC, CE, TI, NIT, PA)",
+ "ru": "Введите тип документа (CC, CE, TI, NIT, PA)",
+ "uk": "Введіть тип документу (CC, CE, TI, NIT, PA)"
+ },
+ "regexp": "\/^[A-Z]{2,3}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "account_type",
+ "type": "string",
+ "label": {
+ "en": "Account type",
+ "ru": "Тип счета",
+ "uk": "Тип рахунку"
+ },
+ "hint": {
+ "en": "Enter Account type (0:Corriente 1:Ahorro)",
+ "ru": "Введите тип счета (0:Corriente 1:Ahorro)",
+ "uk": "Введіть тип рахунку (0:Corriente 1:Ahorro)"
+ },
+ "regexp": "\/^[0-1]{1}$\/",
+ "required": true,
+ "position": 5
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "movii_cop",
+ "currency": "COP",
+ "method": "movii",
+ "amount_min": 0.01,
+ "amount_max": 500000000,
+ "fields": [
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "identity_id",
+ "type": "string",
+ "label": {
+ "en": "Identity ID",
+ "ru": "Идентификационный номер",
+ "uk": "Ідентифікаційний номер"
+ },
+ "hint": {
+ "en": "Enter identity ID",
+ "ru": "Введите идентификационный номер",
+ "uk": "Введіть ідентифікаційний номер"
+ },
+ "regexp": "\/^[0-9]{6,12}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "id_type",
+ "type": "string",
+ "label": {
+ "en": "ID Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter ID Type (CC, CE, TI, NIT, PA)",
+ "ru": "Введите тип документа (CC, CE, TI, NIT, PA)",
+ "uk": "Введіть тип документу (CC, CE, TI, NIT, PA)"
+ },
+ "regexp": "\/^[A-Z]{2,3}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "account_type",
+ "type": "string",
+ "label": {
+ "en": "Account type",
+ "ru": "Тип счета",
+ "uk": "Тип рахунку"
+ },
+ "hint": {
+ "en": "Enter Account type (0:Corriente 1:Ahorro)",
+ "ru": "Введите тип счета (0:Corriente 1:Ahorro)",
+ "uk": "Введіть тип рахунку (0:Corriente 1:Ahorro)"
+ },
+ "regexp": "\/^[0-1]{1}$\/",
+ "required": true,
+ "position": 5
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "nequi_cop",
+ "currency": "COP",
+ "method": "nequi",
+ "amount_min": 0.01,
+ "amount_max": 500000000,
+ "fields": [
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "identity_id",
+ "type": "string",
+ "label": {
+ "en": "Identity ID",
+ "ru": "Идентификационный номер",
+ "uk": "Ідентифікаційний номер"
+ },
+ "hint": {
+ "en": "Enter identity ID",
+ "ru": "Введите идентификационный номер",
+ "uk": "Введіть ідентифікаційний номер"
+ },
+ "regexp": "\/^[0-9]{6,12}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "id_type",
+ "type": "string",
+ "label": {
+ "en": "ID Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter ID Type (CC, CE, TI, NIT, PA)",
+ "ru": "Введите тип документа (CC, CE, TI, NIT, PA)",
+ "uk": "Введіть тип документу (CC, CE, TI, NIT, PA)"
+ },
+ "regexp": "\/^[A-Z]{2,3}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "account_type",
+ "type": "string",
+ "label": {
+ "en": "Account type",
+ "ru": "Тип счета",
+ "uk": "Тип рахунку"
+ },
+ "hint": {
+ "en": "Enter Account type (0:Corriente 1:Ahorro)",
+ "ru": "Введите тип счета (0:Corriente 1:Ahorro)",
+ "uk": "Введіть тип рахунку (0:Corriente 1:Ahorro)"
+ },
+ "regexp": "\/^[0-1]{1}$\/",
+ "required": true,
+ "position": 5
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "bancamia_cop",
+ "currency": "COP",
+ "method": "bancamia",
+ "amount_min": 0.01,
+ "amount_max": 500000000,
+ "fields": [
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "identity_id",
+ "type": "string",
+ "label": {
+ "en": "Identity ID",
+ "ru": "Идентификационный номер",
+ "uk": "Ідентифікаційний номер"
+ },
+ "hint": {
+ "en": "Enter identity ID",
+ "ru": "Введите идентификационный номер",
+ "uk": "Введіть ідентифікаційний номер"
+ },
+ "regexp": "\/^[0-9]{6,12}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "id_type",
+ "type": "string",
+ "label": {
+ "en": "ID Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter ID Type (CC, CE, TI, NIT, PA)",
+ "ru": "Введите тип документа (CC, CE, TI, NIT, PA)",
+ "uk": "Введіть тип документу (CC, CE, TI, NIT, PA)"
+ },
+ "regexp": "\/^[A-Z]{2,3}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "account_type",
+ "type": "string",
+ "label": {
+ "en": "Account type",
+ "ru": "Тип счета",
+ "uk": "Тип рахунку"
+ },
+ "hint": {
+ "en": "Enter Account type (0:Corriente 1:Ahorro)",
+ "ru": "Введите тип счета (0:Corriente 1:Ahorro)",
+ "uk": "Введіть тип рахунку (0:Corriente 1:Ahorro)"
+ },
+ "regexp": "\/^[0-1]{1}$\/",
+ "required": true,
+ "position": 5
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "banco_agrario_cop",
+ "currency": "COP",
+ "method": "banco_agrario",
+ "amount_min": 0.01,
+ "amount_max": 500000000,
+ "fields": [
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "identity_id",
+ "type": "string",
+ "label": {
+ "en": "Identity ID",
+ "ru": "Идентификационный номер",
+ "uk": "Ідентифікаційний номер"
+ },
+ "hint": {
+ "en": "Enter identity ID",
+ "ru": "Введите идентификационный номер",
+ "uk": "Введіть ідентифікаційний номер"
+ },
+ "regexp": "\/^[0-9]{6,12}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "id_type",
+ "type": "string",
+ "label": {
+ "en": "ID Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter ID Type (CC, CE, TI, NIT, PA)",
+ "ru": "Введите тип документа (CC, CE, TI, NIT, PA)",
+ "uk": "Введіть тип документу (CC, CE, TI, NIT, PA)"
+ },
+ "regexp": "\/^[A-Z]{2,3}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "account_type",
+ "type": "string",
+ "label": {
+ "en": "Account type",
+ "ru": "Тип счета",
+ "uk": "Тип рахунку"
+ },
+ "hint": {
+ "en": "Enter Account type (0:Corriente 1:Ahorro)",
+ "ru": "Введите тип счета (0:Corriente 1:Ahorro)",
+ "uk": "Введіть тип рахунку (0:Corriente 1:Ahorro)"
+ },
+ "regexp": "\/^[0-1]{1}$\/",
+ "required": true,
+ "position": 5
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "banco_av_villas_cop",
+ "currency": "COP",
+ "method": "banco_av_villas",
+ "amount_min": 0.01,
+ "amount_max": 500000000,
+ "fields": [
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "identity_id",
+ "type": "string",
+ "label": {
+ "en": "Identity ID",
+ "ru": "Идентификационный номер",
+ "uk": "Ідентифікаційний номер"
+ },
+ "hint": {
+ "en": "Enter identity ID",
+ "ru": "Введите идентификационный номер",
+ "uk": "Введіть ідентифікаційний номер"
+ },
+ "regexp": "\/^[0-9]{6,12}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "id_type",
+ "type": "string",
+ "label": {
+ "en": "ID Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter ID Type (CC, CE, TI, NIT, PA)",
+ "ru": "Введите тип документа (CC, CE, TI, NIT, PA)",
+ "uk": "Введіть тип документу (CC, CE, TI, NIT, PA)"
+ },
+ "regexp": "\/^[A-Z]{2,3}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "account_type",
+ "type": "string",
+ "label": {
+ "en": "Account type",
+ "ru": "Тип счета",
+ "uk": "Тип рахунку"
+ },
+ "hint": {
+ "en": "Enter Account type (0:Corriente 1:Ahorro)",
+ "ru": "Введите тип счета (0:Corriente 1:Ahorro)",
+ "uk": "Введіть тип рахунку (0:Corriente 1:Ahorro)"
+ },
+ "regexp": "\/^[0-1]{1}$\/",
+ "required": true,
+ "position": 5
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "banco_caja_social_cop",
+ "currency": "COP",
+ "method": "banco_caja_social",
+ "amount_min": 0.01,
+ "amount_max": 500000000,
+ "fields": [
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "identity_id",
+ "type": "string",
+ "label": {
+ "en": "Identity ID",
+ "ru": "Идентификационный номер",
+ "uk": "Ідентифікаційний номер"
+ },
+ "hint": {
+ "en": "Enter identity ID",
+ "ru": "Введите идентификационный номер",
+ "uk": "Введіть ідентифікаційний номер"
+ },
+ "regexp": "\/^[0-9]{6,12}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "id_type",
+ "type": "string",
+ "label": {
+ "en": "ID Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter ID Type (CC, CE, TI, NIT, PA)",
+ "ru": "Введите тип документа (CC, CE, TI, NIT, PA)",
+ "uk": "Введіть тип документу (CC, CE, TI, NIT, PA)"
+ },
+ "regexp": "\/^[A-Z]{2,3}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "account_type",
+ "type": "string",
+ "label": {
+ "en": "Account type",
+ "ru": "Тип счета",
+ "uk": "Тип рахунку"
+ },
+ "hint": {
+ "en": "Enter Account type (0:Corriente 1:Ahorro)",
+ "ru": "Введите тип счета (0:Corriente 1:Ahorro)",
+ "uk": "Введіть тип рахунку (0:Corriente 1:Ahorro)"
+ },
+ "regexp": "\/^[0-1]{1}$\/",
+ "required": true,
+ "position": 5
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "coopcentral_cop",
+ "currency": "COP",
+ "method": "coopcentral",
+ "amount_min": 0.01,
+ "amount_max": 500000000,
+ "fields": [
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "identity_id",
+ "type": "string",
+ "label": {
+ "en": "Identity ID",
+ "ru": "Идентификационный номер",
+ "uk": "Ідентифікаційний номер"
+ },
+ "hint": {
+ "en": "Enter identity ID",
+ "ru": "Введите идентификационный номер",
+ "uk": "Введіть ідентифікаційний номер"
+ },
+ "regexp": "\/^[0-9]{6,12}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "id_type",
+ "type": "string",
+ "label": {
+ "en": "ID Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter ID Type (CC, CE, TI, NIT, PA)",
+ "ru": "Введите тип документа (CC, CE, TI, NIT, PA)",
+ "uk": "Введіть тип документу (CC, CE, TI, NIT, PA)"
+ },
+ "regexp": "\/^[A-Z]{2,3}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "account_type",
+ "type": "string",
+ "label": {
+ "en": "Account type",
+ "ru": "Тип счета",
+ "uk": "Тип рахунку"
+ },
+ "hint": {
+ "en": "Enter Account type (0:Corriente 1:Ahorro)",
+ "ru": "Введите тип счета (0:Corriente 1:Ahorro)",
+ "uk": "Введіть тип рахунку (0:Corriente 1:Ahorro)"
+ },
+ "regexp": "\/^[0-1]{1}$\/",
+ "required": true,
+ "position": 5
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "credifinanciera_cop",
+ "currency": "COP",
+ "method": "credifinanciera",
+ "amount_min": 0.01,
+ "amount_max": 500000000,
+ "fields": [
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "identity_id",
+ "type": "string",
+ "label": {
+ "en": "Identity ID",
+ "ru": "Идентификационный номер",
+ "uk": "Ідентифікаційний номер"
+ },
+ "hint": {
+ "en": "Enter identity ID",
+ "ru": "Введите идентификационный номер",
+ "uk": "Введіть ідентифікаційний номер"
+ },
+ "regexp": "\/^[0-9]{6,12}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "id_type",
+ "type": "string",
+ "label": {
+ "en": "ID Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter ID Type (CC, CE, TI, NIT, PA)",
+ "ru": "Введите тип документа (CC, CE, TI, NIT, PA)",
+ "uk": "Введіть тип документу (CC, CE, TI, NIT, PA)"
+ },
+ "regexp": "\/^[A-Z]{2,3}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "account_type",
+ "type": "string",
+ "label": {
+ "en": "Account type",
+ "ru": "Тип счета",
+ "uk": "Тип рахунку"
+ },
+ "hint": {
+ "en": "Enter Account type (0:Corriente 1:Ahorro)",
+ "ru": "Введите тип счета (0:Corriente 1:Ahorro)",
+ "uk": "Введіть тип рахунку (0:Corriente 1:Ahorro)"
+ },
+ "regexp": "\/^[0-1]{1}$\/",
+ "required": true,
+ "position": 5
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "bogota_bank_cop",
+ "currency": "COP",
+ "method": "bogota_bank",
+ "amount_min": 0.01,
+ "amount_max": 500000000,
+ "fields": [
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "identity_id",
+ "type": "string",
+ "label": {
+ "en": "Identity ID",
+ "ru": "Идентификационный номер",
+ "uk": "Ідентифікаційний номер"
+ },
+ "hint": {
+ "en": "Enter identity ID",
+ "ru": "Введите идентификационный номер",
+ "uk": "Введіть ідентифікаційний номер"
+ },
+ "regexp": "\/^[0-9]{6,12}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "id_type",
+ "type": "string",
+ "label": {
+ "en": "ID Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter ID Type (CC, CE, TI, NIT, PA)",
+ "ru": "Введите тип документа (CC, CE, TI, NIT, PA)",
+ "uk": "Введіть тип документу (CC, CE, TI, NIT, PA)"
+ },
+ "regexp": "\/^[A-Z]{2,3}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "account_type",
+ "type": "string",
+ "label": {
+ "en": "Account type",
+ "ru": "Тип счета",
+ "uk": "Тип рахунку"
+ },
+ "hint": {
+ "en": "Enter Account type (0:Corriente 1:Ahorro)",
+ "ru": "Введите тип счета (0:Corriente 1:Ahorro)",
+ "uk": "Введіть тип рахунку (0:Corriente 1:Ahorro)"
+ },
+ "regexp": "\/^[0-1]{1}$\/",
+ "required": true,
+ "position": 5
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "banco_falabella_cop",
+ "currency": "COP",
+ "method": "banco_falabella",
+ "amount_min": 0.01,
+ "amount_max": 500000000,
+ "fields": [
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "identity_id",
+ "type": "string",
+ "label": {
+ "en": "Identity ID",
+ "ru": "Идентификационный номер",
+ "uk": "Ідентифікаційний номер"
+ },
+ "hint": {
+ "en": "Enter identity ID",
+ "ru": "Введите идентификационный номер",
+ "uk": "Введіть ідентифікаційний номер"
+ },
+ "regexp": "\/^[0-9]{6,12}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "id_type",
+ "type": "string",
+ "label": {
+ "en": "ID Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter ID Type (CC, CE, TI, NIT, PA)",
+ "ru": "Введите тип документа (CC, CE, TI, NIT, PA)",
+ "uk": "Введіть тип документу (CC, CE, TI, NIT, PA)"
+ },
+ "regexp": "\/^[A-Z]{2,3}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "account_type",
+ "type": "string",
+ "label": {
+ "en": "Account type",
+ "ru": "Тип счета",
+ "uk": "Тип рахунку"
+ },
+ "hint": {
+ "en": "Enter Account type (0:Corriente 1:Ahorro)",
+ "ru": "Введите тип счета (0:Corriente 1:Ahorro)",
+ "uk": "Введіть тип рахунку (0:Corriente 1:Ahorro)"
+ },
+ "regexp": "\/^[0-1]{1}$\/",
+ "required": true,
+ "position": 5
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "banco_pichincha_cop",
+ "currency": "COP",
+ "method": "banco_pichincha",
+ "amount_min": 0.01,
+ "amount_max": 500000000,
+ "fields": [
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "identity_id",
+ "type": "string",
+ "label": {
+ "en": "Identity ID",
+ "ru": "Идентификационный номер",
+ "uk": "Ідентифікаційний номер"
+ },
+ "hint": {
+ "en": "Enter identity ID",
+ "ru": "Введите идентификационный номер",
+ "uk": "Введіть ідентифікаційний номер"
+ },
+ "regexp": "\/^[0-9]{6,12}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "id_type",
+ "type": "string",
+ "label": {
+ "en": "ID Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter ID Type (CC, CE, TI, NIT, PA)",
+ "ru": "Введите тип документа (CC, CE, TI, NIT, PA)",
+ "uk": "Введіть тип документу (CC, CE, TI, NIT, PA)"
+ },
+ "regexp": "\/^[A-Z]{2,3}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "account_type",
+ "type": "string",
+ "label": {
+ "en": "Account type",
+ "ru": "Тип счета",
+ "uk": "Тип рахунку"
+ },
+ "hint": {
+ "en": "Enter Account type (0:Corriente 1:Ahorro)",
+ "ru": "Введите тип счета (0:Corriente 1:Ahorro)",
+ "uk": "Введіть тип рахунку (0:Corriente 1:Ahorro)"
+ },
+ "regexp": "\/^[0-1]{1}$\/",
+ "required": true,
+ "position": 5
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "santander_colombia_cop",
+ "currency": "COP",
+ "method": "santander_colombia",
+ "amount_min": 0.01,
+ "amount_max": 500000000,
+ "fields": [
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "identity_id",
+ "type": "string",
+ "label": {
+ "en": "Identity ID",
+ "ru": "Идентификационный номер",
+ "uk": "Ідентифікаційний номер"
+ },
+ "hint": {
+ "en": "Enter identity ID",
+ "ru": "Введите идентификационный номер",
+ "uk": "Введіть ідентифікаційний номер"
+ },
+ "regexp": "\/^[0-9]{6,12}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "id_type",
+ "type": "string",
+ "label": {
+ "en": "ID Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter ID Type (CC, CE, TI, NIT, PA)",
+ "ru": "Введите тип документа (CC, CE, TI, NIT, PA)",
+ "uk": "Введіть тип документу (CC, CE, TI, NIT, PA)"
+ },
+ "regexp": "\/^[A-Z]{2,3}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "account_type",
+ "type": "string",
+ "label": {
+ "en": "Account type",
+ "ru": "Тип счета",
+ "uk": "Тип рахунку"
+ },
+ "hint": {
+ "en": "Enter Account type (0:Corriente 1:Ahorro)",
+ "ru": "Введите тип счета (0:Corriente 1:Ahorro)",
+ "uk": "Введіть тип рахунку (0:Corriente 1:Ahorro)"
+ },
+ "regexp": "\/^[0-1]{1}$\/",
+ "required": true,
+ "position": 5
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "banco_serfinanza_cop",
+ "currency": "COP",
+ "method": "banco_serfinanza",
+ "amount_min": 0.01,
+ "amount_max": 500000000,
+ "fields": [
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "identity_id",
+ "type": "string",
+ "label": {
+ "en": "Identity ID",
+ "ru": "Идентификационный номер",
+ "uk": "Ідентифікаційний номер"
+ },
+ "hint": {
+ "en": "Enter identity ID",
+ "ru": "Введите идентификационный номер",
+ "uk": "Введіть ідентифікаційний номер"
+ },
+ "regexp": "\/^[0-9]{6,12}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "id_type",
+ "type": "string",
+ "label": {
+ "en": "ID Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter ID Type (CC, CE, TI, NIT, PA)",
+ "ru": "Введите тип документа (CC, CE, TI, NIT, PA)",
+ "uk": "Введіть тип документу (CC, CE, TI, NIT, PA)"
+ },
+ "regexp": "\/^[A-Z]{2,3}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "account_type",
+ "type": "string",
+ "label": {
+ "en": "Account type",
+ "ru": "Тип счета",
+ "uk": "Тип рахунку"
+ },
+ "hint": {
+ "en": "Enter Account type (0:Corriente 1:Ahorro)",
+ "ru": "Введите тип счета (0:Corriente 1:Ahorro)",
+ "uk": "Введіть тип рахунку (0:Corriente 1:Ahorro)"
+ },
+ "regexp": "\/^[0-1]{1}$\/",
+ "required": true,
+ "position": 5
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "banco_union_cop",
+ "currency": "COP",
+ "method": "banco_union",
+ "amount_min": 0.01,
+ "amount_max": 500000000,
+ "fields": [
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "identity_id",
+ "type": "string",
+ "label": {
+ "en": "Identity ID",
+ "ru": "Идентификационный номер",
+ "uk": "Ідентифікаційний номер"
+ },
+ "hint": {
+ "en": "Enter identity ID",
+ "ru": "Введите идентификационный номер",
+ "uk": "Введіть ідентифікаційний номер"
+ },
+ "regexp": "\/^[0-9]{6,12}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "id_type",
+ "type": "string",
+ "label": {
+ "en": "ID Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter ID Type (CC, CE, TI, NIT, PA)",
+ "ru": "Введите тип документа (CC, CE, TI, NIT, PA)",
+ "uk": "Введіть тип документу (CC, CE, TI, NIT, PA)"
+ },
+ "regexp": "\/^[A-Z]{2,3}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "account_type",
+ "type": "string",
+ "label": {
+ "en": "Account type",
+ "ru": "Тип счета",
+ "uk": "Тип рахунку"
+ },
+ "hint": {
+ "en": "Enter Account type (0:Corriente 1:Ahorro)",
+ "ru": "Введите тип счета (0:Corriente 1:Ahorro)",
+ "uk": "Введіть тип рахунку (0:Corriente 1:Ahorro)"
+ },
+ "regexp": "\/^[0-1]{1}$\/",
+ "required": true,
+ "position": 5
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "bancoomeva_cop",
+ "currency": "COP",
+ "method": "bancoomeva",
+ "amount_min": 0.01,
+ "amount_max": 500000000,
+ "fields": [
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "identity_id",
+ "type": "string",
+ "label": {
+ "en": "Identity ID",
+ "ru": "Идентификационный номер",
+ "uk": "Ідентифікаційний номер"
+ },
+ "hint": {
+ "en": "Enter identity ID",
+ "ru": "Введите идентификационный номер",
+ "uk": "Введіть ідентифікаційний номер"
+ },
+ "regexp": "\/^[0-9]{6,12}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "id_type",
+ "type": "string",
+ "label": {
+ "en": "ID Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter ID Type (CC, CE, TI, NIT, PA)",
+ "ru": "Введите тип документа (CC, CE, TI, NIT, PA)",
+ "uk": "Введіть тип документу (CC, CE, TI, NIT, PA)"
+ },
+ "regexp": "\/^[A-Z]{2,3}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "account_type",
+ "type": "string",
+ "label": {
+ "en": "Account type",
+ "ru": "Тип счета",
+ "uk": "Тип рахунку"
+ },
+ "hint": {
+ "en": "Enter Account type (0:Corriente 1:Ahorro)",
+ "ru": "Введите тип счета (0:Corriente 1:Ahorro)",
+ "uk": "Введіть тип рахунку (0:Corriente 1:Ahorro)"
+ },
+ "regexp": "\/^[0-1]{1}$\/",
+ "required": true,
+ "position": 5
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "cfa_cooperativa_cop",
+ "currency": "COP",
+ "method": "cfa_cooperativa",
+ "amount_min": 0.01,
+ "amount_max": 500000000,
+ "fields": [
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "identity_id",
+ "type": "string",
+ "label": {
+ "en": "Identity ID",
+ "ru": "Идентификационный номер",
+ "uk": "Ідентифікаційний номер"
+ },
+ "hint": {
+ "en": "Enter identity ID",
+ "ru": "Введите идентификационный номер",
+ "uk": "Введіть ідентифікаційний номер"
+ },
+ "regexp": "\/^[0-9]{6,12}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "id_type",
+ "type": "string",
+ "label": {
+ "en": "ID Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter ID Type (CC, CE, TI, NIT, PA)",
+ "ru": "Введите тип документа (CC, CE, TI, NIT, PA)",
+ "uk": "Введіть тип документу (CC, CE, TI, NIT, PA)"
+ },
+ "regexp": "\/^[A-Z]{2,3}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "account_type",
+ "type": "string",
+ "label": {
+ "en": "Account type",
+ "ru": "Тип счета",
+ "uk": "Тип рахунку"
+ },
+ "hint": {
+ "en": "Enter Account type (0:Corriente 1:Ahorro)",
+ "ru": "Введите тип счета (0:Corriente 1:Ahorro)",
+ "uk": "Введіть тип рахунку (0:Corriente 1:Ahorro)"
+ },
+ "regexp": "\/^[0-1]{1}$\/",
+ "required": true,
+ "position": 5
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "citibank_cop",
+ "currency": "COP",
+ "method": "citibank",
+ "amount_min": 0.01,
+ "amount_max": 500000000,
+ "fields": [
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "identity_id",
+ "type": "string",
+ "label": {
+ "en": "Identity ID",
+ "ru": "Идентификационный номер",
+ "uk": "Ідентифікаційний номер"
+ },
+ "hint": {
+ "en": "Enter identity ID",
+ "ru": "Введите идентификационный номер",
+ "uk": "Введіть ідентифікаційний номер"
+ },
+ "regexp": "\/^[0-9]{6,12}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "id_type",
+ "type": "string",
+ "label": {
+ "en": "ID Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter ID Type (CC, CE, TI, NIT, PA)",
+ "ru": "Введите тип документа (CC, CE, TI, NIT, PA)",
+ "uk": "Введіть тип документу (CC, CE, TI, NIT, PA)"
+ },
+ "regexp": "\/^[A-Z]{2,3}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "account_type",
+ "type": "string",
+ "label": {
+ "en": "Account type",
+ "ru": "Тип счета",
+ "uk": "Тип рахунку"
+ },
+ "hint": {
+ "en": "Enter Account type (0:Corriente 1:Ahorro)",
+ "ru": "Введите тип счета (0:Corriente 1:Ahorro)",
+ "uk": "Введіть тип рахунку (0:Corriente 1:Ahorro)"
+ },
+ "regexp": "\/^[0-1]{1}$\/",
+ "required": true,
+ "position": 5
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "coltefinanciera_cop",
+ "currency": "COP",
+ "method": "coltefinanciera",
+ "amount_min": 0.01,
+ "amount_max": 500000000,
+ "fields": [
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "identity_id",
+ "type": "string",
+ "label": {
+ "en": "Identity ID",
+ "ru": "Идентификационный номер",
+ "uk": "Ідентифікаційний номер"
+ },
+ "hint": {
+ "en": "Enter identity ID",
+ "ru": "Введите идентификационный номер",
+ "uk": "Введіть ідентифікаційний номер"
+ },
+ "regexp": "\/^[0-9]{6,12}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "id_type",
+ "type": "string",
+ "label": {
+ "en": "ID Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter ID Type (CC, CE, TI, NIT, PA)",
+ "ru": "Введите тип документа (CC, CE, TI, NIT, PA)",
+ "uk": "Введіть тип документу (CC, CE, TI, NIT, PA)"
+ },
+ "regexp": "\/^[A-Z]{2,3}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "account_type",
+ "type": "string",
+ "label": {
+ "en": "Account type",
+ "ru": "Тип счета",
+ "uk": "Тип рахунку"
+ },
+ "hint": {
+ "en": "Enter Account type (0:Corriente 1:Ahorro)",
+ "ru": "Введите тип счета (0:Corriente 1:Ahorro)",
+ "uk": "Введіть тип рахунку (0:Corriente 1:Ahorro)"
+ },
+ "regexp": "\/^[0-1]{1}$\/",
+ "required": true,
+ "position": 5
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "confiar_cooperativa_cop",
+ "currency": "COP",
+ "method": "confiar_cooperativa",
+ "amount_min": 0.01,
+ "amount_max": 500000000,
+ "fields": [
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "identity_id",
+ "type": "string",
+ "label": {
+ "en": "Identity ID",
+ "ru": "Идентификационный номер",
+ "uk": "Ідентифікаційний номер"
+ },
+ "hint": {
+ "en": "Enter identity ID",
+ "ru": "Введите идентификационный номер",
+ "uk": "Введіть ідентифікаційний номер"
+ },
+ "regexp": "\/^[0-9]{6,12}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "id_type",
+ "type": "string",
+ "label": {
+ "en": "ID Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter ID Type (CC, CE, TI, NIT, PA)",
+ "ru": "Введите тип документа (CC, CE, TI, NIT, PA)",
+ "uk": "Введіть тип документу (CC, CE, TI, NIT, PA)"
+ },
+ "regexp": "\/^[A-Z]{2,3}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "account_type",
+ "type": "string",
+ "label": {
+ "en": "Account type",
+ "ru": "Тип счета",
+ "uk": "Тип рахунку"
+ },
+ "hint": {
+ "en": "Enter Account type (0:Corriente 1:Ahorro)",
+ "ru": "Введите тип счета (0:Corriente 1:Ahorro)",
+ "uk": "Введіть тип рахунку (0:Corriente 1:Ahorro)"
+ },
+ "regexp": "\/^[0-1]{1}$\/",
+ "required": true,
+ "position": 5
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "coofinep_cop",
+ "currency": "COP",
+ "method": "coofinep",
+ "amount_min": 0.01,
+ "amount_max": 500000000,
+ "fields": [
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "identity_id",
+ "type": "string",
+ "label": {
+ "en": "Identity ID",
+ "ru": "Идентификационный номер",
+ "uk": "Ідентифікаційний номер"
+ },
+ "hint": {
+ "en": "Enter identity ID",
+ "ru": "Введите идентификационный номер",
+ "uk": "Введіть ідентифікаційний номер"
+ },
+ "regexp": "\/^[0-9]{6,12}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "id_type",
+ "type": "string",
+ "label": {
+ "en": "ID Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter ID Type (CC, CE, TI, NIT, PA)",
+ "ru": "Введите тип документа (CC, CE, TI, NIT, PA)",
+ "uk": "Введіть тип документу (CC, CE, TI, NIT, PA)"
+ },
+ "regexp": "\/^[A-Z]{2,3}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "account_type",
+ "type": "string",
+ "label": {
+ "en": "Account type",
+ "ru": "Тип счета",
+ "uk": "Тип рахунку"
+ },
+ "hint": {
+ "en": "Enter Account type (0:Corriente 1:Ahorro)",
+ "ru": "Введите тип счета (0:Corriente 1:Ahorro)",
+ "uk": "Введіть тип рахунку (0:Corriente 1:Ahorro)"
+ },
+ "regexp": "\/^[0-1]{1}$\/",
+ "required": true,
+ "position": 5
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "cotrafa_cop",
+ "currency": "COP",
+ "method": "cotrafa",
+ "amount_min": 0.01,
+ "amount_max": 500000000,
+ "fields": [
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "identity_id",
+ "type": "string",
+ "label": {
+ "en": "Identity ID",
+ "ru": "Идентификационный номер",
+ "uk": "Ідентифікаційний номер"
+ },
+ "hint": {
+ "en": "Enter identity ID",
+ "ru": "Введите идентификационный номер",
+ "uk": "Введіть ідентифікаційний номер"
+ },
+ "regexp": "\/^[0-9]{6,12}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "id_type",
+ "type": "string",
+ "label": {
+ "en": "ID Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter ID Type (CC, CE, TI, NIT, PA)",
+ "ru": "Введите тип документа (CC, CE, TI, NIT, PA)",
+ "uk": "Введіть тип документу (CC, CE, TI, NIT, PA)"
+ },
+ "regexp": "\/^[A-Z]{2,3}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "account_type",
+ "type": "string",
+ "label": {
+ "en": "Account type",
+ "ru": "Тип счета",
+ "uk": "Тип рахунку"
+ },
+ "hint": {
+ "en": "Enter Account type (0:Corriente 1:Ahorro)",
+ "ru": "Введите тип счета (0:Corriente 1:Ahorro)",
+ "uk": "Введіть тип рахунку (0:Corriente 1:Ahorro)"
+ },
+ "regexp": "\/^[0-1]{1}$\/",
+ "required": true,
+ "position": 5
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "iris_cop",
+ "currency": "COP",
+ "method": "iris",
+ "amount_min": 0.01,
+ "amount_max": 500000000,
+ "fields": [
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "identity_id",
+ "type": "string",
+ "label": {
+ "en": "Identity ID",
+ "ru": "Идентификационный номер",
+ "uk": "Ідентифікаційний номер"
+ },
+ "hint": {
+ "en": "Enter identity ID",
+ "ru": "Введите идентификационный номер",
+ "uk": "Введіть ідентифікаційний номер"
+ },
+ "regexp": "\/^[0-9]{6,12}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "id_type",
+ "type": "string",
+ "label": {
+ "en": "ID Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter ID Type (CC, CE, TI, NIT, PA)",
+ "ru": "Введите тип документа (CC, CE, TI, NIT, PA)",
+ "uk": "Введіть тип документу (CC, CE, TI, NIT, PA)"
+ },
+ "regexp": "\/^[A-Z]{2,3}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "account_type",
+ "type": "string",
+ "label": {
+ "en": "Account type",
+ "ru": "Тип счета",
+ "uk": "Тип рахунку"
+ },
+ "hint": {
+ "en": "Enter Account type (0:Corriente 1:Ahorro)",
+ "ru": "Введите тип счета (0:Corriente 1:Ahorro)",
+ "uk": "Введіть тип рахунку (0:Corriente 1:Ahorro)"
+ },
+ "regexp": "\/^[0-1]{1}$\/",
+ "required": true,
+ "position": 5
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "lulo_bank_cop",
+ "currency": "COP",
+ "method": "lulo_bank",
+ "amount_min": 0.01,
+ "amount_max": 500000000,
+ "fields": [
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "identity_id",
+ "type": "string",
+ "label": {
+ "en": "Identity ID",
+ "ru": "Идентификационный номер",
+ "uk": "Ідентифікаційний номер"
+ },
+ "hint": {
+ "en": "Enter identity ID",
+ "ru": "Введите идентификационный номер",
+ "uk": "Введіть ідентифікаційний номер"
+ },
+ "regexp": "\/^[0-9]{6,12}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "id_type",
+ "type": "string",
+ "label": {
+ "en": "ID Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter ID Type (CC, CE, TI, NIT, PA)",
+ "ru": "Введите тип документа (CC, CE, TI, NIT, PA)",
+ "uk": "Введіть тип документу (CC, CE, TI, NIT, PA)"
+ },
+ "regexp": "\/^[A-Z]{2,3}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "account_type",
+ "type": "string",
+ "label": {
+ "en": "Account type",
+ "ru": "Тип счета",
+ "uk": "Тип рахунку"
+ },
+ "hint": {
+ "en": "Enter Account type (0:Corriente 1:Ahorro)",
+ "ru": "Введите тип счета (0:Corriente 1:Ahorro)",
+ "uk": "Введіть тип рахунку (0:Corriente 1:Ahorro)"
+ },
+ "regexp": "\/^[0-1]{1}$\/",
+ "required": true,
+ "position": 5
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "rappipay_daviplata_cop",
+ "currency": "COP",
+ "method": "rappipay_daviplata",
+ "amount_min": 0.01,
+ "amount_max": 500000000,
+ "fields": [
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "identity_id",
+ "type": "string",
+ "label": {
+ "en": "Identity ID",
+ "ru": "Идентификационный номер",
+ "uk": "Ідентифікаційний номер"
+ },
+ "hint": {
+ "en": "Enter identity ID",
+ "ru": "Введите идентификационный номер",
+ "uk": "Введіть ідентифікаційний номер"
+ },
+ "regexp": "\/^[0-9]{6,12}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "id_type",
+ "type": "string",
+ "label": {
+ "en": "ID Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter ID Type (CC, CE, TI, NIT, PA)",
+ "ru": "Введите тип документа (CC, CE, TI, NIT, PA)",
+ "uk": "Введіть тип документу (CC, CE, TI, NIT, PA)"
+ },
+ "regexp": "\/^[A-Z]{2,3}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "account_type",
+ "type": "string",
+ "label": {
+ "en": "Account type",
+ "ru": "Тип счета",
+ "uk": "Тип рахунку"
+ },
+ "hint": {
+ "en": "Enter Account type (0:Corriente 1:Ahorro)",
+ "ru": "Введите тип счета (0:Corriente 1:Ahorro)",
+ "uk": "Введіть тип рахунку (0:Corriente 1:Ahorro)"
+ },
+ "regexp": "\/^[0-1]{1}$\/",
+ "required": true,
+ "position": 5
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "rappipay_cop",
+ "currency": "COP",
+ "method": "rappipay",
+ "amount_min": 0.01,
+ "amount_max": 500000000,
+ "fields": [
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "identity_id",
+ "type": "string",
+ "label": {
+ "en": "Identity ID",
+ "ru": "Идентификационный номер",
+ "uk": "Ідентифікаційний номер"
+ },
+ "hint": {
+ "en": "Enter identity ID",
+ "ru": "Введите идентификационный номер",
+ "uk": "Введіть ідентифікаційний номер"
+ },
+ "regexp": "\/^[0-9]{6,12}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "id_type",
+ "type": "string",
+ "label": {
+ "en": "ID Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter ID Type (CC, CE, TI, NIT, PA)",
+ "ru": "Введите тип документа (CC, CE, TI, NIT, PA)",
+ "uk": "Введіть тип документу (CC, CE, TI, NIT, PA)"
+ },
+ "regexp": "\/^[A-Z]{2,3}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "account_type",
+ "type": "string",
+ "label": {
+ "en": "Account type",
+ "ru": "Тип счета",
+ "uk": "Тип рахунку"
+ },
+ "hint": {
+ "en": "Enter Account type (0:Corriente 1:Ahorro)",
+ "ru": "Введите тип счета (0:Corriente 1:Ahorro)",
+ "uk": "Введіть тип рахунку (0:Corriente 1:Ahorro)"
+ },
+ "regexp": "\/^[0-1]{1}$\/",
+ "required": true,
+ "position": 5
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "dale_cop",
+ "currency": "COP",
+ "method": "dale",
+ "amount_min": 0.01,
+ "amount_max": 500000000,
+ "fields": [
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "identity_id",
+ "type": "string",
+ "label": {
+ "en": "Identity ID",
+ "ru": "Идентификационный номер",
+ "uk": "Ідентифікаційний номер"
+ },
+ "hint": {
+ "en": "Enter identity ID",
+ "ru": "Введите идентификационный номер",
+ "uk": "Введіть ідентифікаційний номер"
+ },
+ "regexp": "\/^[0-9]{6,12}$\/",
+ "required": true,
+ "position": 3
+ },
+ {
+ "key": "id_type",
+ "type": "string",
+ "label": {
+ "en": "ID Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter ID Type (CC, CE, TI, NIT, PA)",
+ "ru": "Введите тип документа (CC, CE, TI, NIT, PA)",
+ "uk": "Введіть тип документу (CC, CE, TI, NIT, PA)"
+ },
+ "regexp": "\/^[A-Z]{2,3}$\/",
+ "required": true,
+ "position": 4
+ },
+ {
+ "key": "account_type",
+ "type": "string",
+ "label": {
+ "en": "Account type",
+ "ru": "Тип счета",
+ "uk": "Тип рахунку"
+ },
+ "hint": {
+ "en": "Enter Account type (0:Corriente 1:Ahorro)",
+ "ru": "Введите тип счета (0:Corriente 1:Ahorro)",
+ "uk": "Введіть тип рахунку (0:Corriente 1:Ahorro)"
+ },
+ "regexp": "\/^[0-1]{1}$\/",
+ "required": true,
+ "position": 5
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "bri_bank_idr",
+ "currency": "IDR",
+ "method": "bri_bank",
+ "amount_min": 0.01,
+ "amount_max": 15000000000,
+ "fields": [
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": false,
+ "position": 2
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "bni_bank_idr",
+ "currency": "IDR",
+ "method": "bni_bank",
+ "amount_min": 0.01,
+ "amount_max": 15000000000,
+ "fields": [
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": false,
+ "position": 2
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "bca_bank_idr",
+ "currency": "IDR",
+ "method": "bca_bank",
+ "amount_min": 0.01,
+ "amount_max": 15000000000,
+ "fields": [
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": false,
+ "position": 2
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "uob_bank_idr",
+ "currency": "IDR",
+ "method": "uob_bank",
+ "amount_min": 0.01,
+ "amount_max": 15000000000,
+ "fields": [
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": false,
+ "position": 2
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "gopay_idr",
+ "currency": "IDR",
+ "method": "gopay",
+ "amount_min": 0.01,
+ "amount_max": 15000000000,
+ "fields": [
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": false,
+ "position": 2
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "ovo_idr",
+ "currency": "IDR",
+ "method": "ovo",
+ "amount_min": 0.01,
+ "amount_max": 15000000000,
+ "fields": [
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": false,
+ "position": 2
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "dana_idr",
+ "currency": "IDR",
+ "method": "dana",
+ "amount_min": 0.01,
+ "amount_max": 15000000000,
+ "fields": [
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": false,
+ "position": 2
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "linkaja_idr",
+ "currency": "IDR",
+ "method": "linkaja",
+ "amount_min": 0.01,
+ "amount_max": 15000000000,
+ "fields": [
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": false,
+ "position": 2
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "shopeepay_idr",
+ "currency": "IDR",
+ "method": "shopeepay",
+ "amount_min": 0.01,
+ "amount_max": 15000000000,
+ "fields": [
+ {
+ "key": "bank_account_name",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Name",
+ "ru": "Bank Account Name",
+ "uk": "Bank Account Name"
+ },
+ "hint": {
+ "en": "Enter Bank Account Name",
+ "ru": "Введите Bank Account Name",
+ "uk": "Введіть Bank Account Name"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 1
+ },
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "label": {
+ "en": "Bank Account Number",
+ "ru": "Bank Account Number",
+ "uk": "Bank Account Number"
+ },
+ "hint": {
+ "en": "Enter Bank Account Number",
+ "ru": "Введите Bank Account Number",
+ "uk": "Введіть Bank Account Number"
+ },
+ "regexp": "\/^[0-9]{5,100}$\/",
+ "required": false,
+ "position": 2
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_ars",
+ "currency": "ARS",
+ "method": "bank_transfer",
+ "amount_min": 1,
+ "amount_max": 99000000,
+ "fields": [
+ {
+ "key": "account_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z_]{1,50}$\/",
+ "label": {
+ "en": "Account type",
+ "ru": "Тип аккаунта",
+ "uk": "Тип акаунту"
+ },
+ "hint": {
+ "en": "Enter account type",
+ "ru": "Введите тип аккаунта",
+ "uk": "Введіть тип акаунту"
+ },
+ "position": 1,
+ "required": false
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,3}$\/",
+ "label": {
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ },
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "beneficiary_document_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z]{2,20}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Beneficiary Document Type",
+ "ru": "Тип документа получателя",
+ "uk": "Тип документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document Type",
+ "ru": "Введите тип документа получателя",
+ "uk": "Введіть тип документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[-\\s\\p{L}]{2,100}$\/u",
+ "position": 4,
+ "required": false
+ },
+ {
+ "key": "beneficiary_lastname",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "\/^[-\\s\\p{L}]{2,100}$\/u",
+ "position": 5,
+ "required": false
+ },
+ {
+ "key": "bank_account",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,30}$\/",
+ "label": {
+ "en": "Bank Account",
+ "ru": "Номер банковского счета",
+ "uk": "Номер банківського рахунку"
+ },
+ "hint": {
+ "en": "Enter bank account",
+ "ru": "Введите номер банковского счета",
+ "uk": "Введіть номер банківського рахунку"
+ },
+ "position": 6,
+ "required": false
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 8,
+ "hint": {
+ "en": "Enter address",
+ "ru": "Enter address",
+ "uk": "Enter address"
+ },
+ "example": "Volodumurska 17"
+ },
+ {
+ "key": "beneficiary_document_id",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z0-9\\.\\-]{1,100}$\/",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Beneficiary Document ID",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document ID",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_country_code_iso",
+ "type": "string",
+ "regexp": "\/^[A-Z]{2}$\/",
+ "required": false,
+ "position": 10,
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$$\/",
+ "required": false,
+ "position": 11
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 12
+ },
+ {
+ "key": "beneficiary_dob",
+ "type": "string",
+ "regexp": "\/^([0-2][0-9]|(3)[0-1])(\\/)(((0)[0-9])|((1)[0-2]))(\\/)\\d{4}||((19|20)\\d{2}(0[1-9]|1[0-2])(0[1-9]|[12]\\d|3[01]))|(19|20)\\d{2}-(0[1-9]|1[0-2])-(0[1-9]|[12]\\d|3[01])$\/",
+ "required": false,
+ "position": 13,
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "example": "10/05/1964"
+ },
+ {
+ "key": "beneficiary_city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "City",
+ "uk": "City"
+ },
+ "regexp": "\/^.{1,100}$\/",
+ "required": false,
+ "position": 14,
+ "hint": {
+ "en": "Enter city",
+ "ru": "Enter city",
+ "uk": "Enter city"
+ },
+ "example": "London"
+ },
+ {
+ "key": "beneficiary_postcode",
+ "type": "string",
+ "label": {
+ "en": "Postcode",
+ "ru": "Postcode",
+ "uk": "Postcode"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 15,
+ "hint": {
+ "en": "Enter postcode",
+ "ru": "Enter postcode",
+ "uk": "Enter postcode"
+ },
+ "example": "postcode"
+ },
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,20}$\/",
+ "required": false,
+ "position": 16,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "bank_name",
+ "type": "string",
+ "regexp": "\/^[A-Z\\-\\sa-z0-9_]{2,100}$\/",
+ "required": false,
+ "position": 17,
+ "label": {
+ "en": "Bank Name",
+ "ru": "Имя банка",
+ "uk": "Ім'я банку"
+ },
+ "hint": {
+ "en": "Enter bank name",
+ "ru": "Введите имя банка",
+ "uk": "Введіть ім'я банку"
+ }
+ },
+ {
+ "key": "bank_address",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z0-9 \\\/_.,'-]{1,200}$\/",
+ "required": false,
+ "position": 18,
+ "label": {
+ "en": "Bank Address",
+ "ru": "Адрес банка",
+ "uk": "Адреса банку"
+ },
+ "hint": {
+ "en": "Enter bank address",
+ "ru": "Введите адрес банка",
+ "uk": "Введіть адресу банку"
+ }
+ },
+ {
+ "key": "beneficiary_state",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
+ "required": false,
+ "position": 19,
+ "label": {
+ "en": "Beneficiary state",
+ "ru": "Beneficiary state",
+ "uk": "Beneficiary state"
+ },
+ "hint": {
+ "en": "Enter beneficiary state",
+ "ru": "Введите beneficiary state",
+ "uk": "Введіть beneficiary state"
+ }
+ },
+ {
+ "key": "beneficiary_full_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "position": 20,
+ "label": {
+ "en": "Beneficiary full name",
+ "ru": "Полное имя получателя",
+ "uk": "Повне імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary full name",
+ "ru": "Введите полное имя получателя",
+ "uk": "Введіть повне імʼя отримувача"
+ }
+ },
+ {
+ "key": "bank_branch_code",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9]{2,100}$\/",
+ "required": false,
+ "position": 21,
+ "label": {
+ "en": "Bank Branch Code",
+ "ru": "Bank Branch Code",
+ "uk": "Bank Branch Code"
+ },
+ "hint": {
+ "en": "Enter Bank Branch Code",
+ "ru": "Введите Bank Branch Code",
+ "uk": "Введіть Bank Branch Code"
+ },
+ "example": "A6A2B6"
+ },
+ {
+ "key": "document_type",
+ "type": "string",
+ "regexp": "\/^.{1,32}$\/",
+ "required": false,
+ "position": 22,
+ "label": {
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
+ },
+ "hint": {
+ "en": "Enter Document Type",
+ "ru": "Введите тип документа",
+ "uk": "Введіть тип документу"
+ }
+ },
+ {
+ "key": "document_id",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z0-9\\.\\-]{1,100}$\/",
+ "required": false,
+ "position": 23,
+ "label": {
+ "en": "Beneficiary's personal identification number",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документа отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary's personal identification number",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документа отримувача"
+ },
+ "example": "50284414727"
+ },
+ {
+ "key": "cbu_cvu_alias",
+ "type": "string",
+ "label": {
+ "en": "CBU/CVU Alias",
+ "ru": "Псевдоним CBU/CVU",
+ "uk": "Псевдонім CBU/CVU"
+ },
+ "regexp": "/^[a-zA-Z0-9.\\-]{6,20}$/",
+ "required": false,
+ "position": 24,
+ "hint": {
+ "en": "Enter CBU/CVU alias (e.g. JOHN.DOE.GALICIA)",
+ "ru": "Введите псевдоним CBU/CVU (например, JOHN.DOE.GALICIA)",
+ "uk": "Введіть псевдонім CBU/CVU (наприклад, JOHN.DOE.GALICIA)"
+ },
+ "example": "JOHN.DOE.GALICIA"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_bdt",
+ "currency": "BRL",
+ "method": "bank_transfer",
+ "amount_min": 1,
+ "amount_max": 600000,
+ "fields": [
+ {
+ "key": "account_type",
+ "type": "string",
+ "regexp": "\/^[A-Z]{1}$\/",
+ "label": {
+ "en": "Account type",
+ "ru": "Тип аккаунта",
+ "uk": "Тип акаунту"
+ },
+ "hint": {
+ "en": "Enter account type",
+ "ru": "Введите тип аккаунта",
+ "uk": "Введіть тип акаунту"
+ },
+ "position": 1,
+ "required": false
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,3}$\/",
+ "label": {
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ },
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "beneficiary_document_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z]{2,20}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Beneficiary Document Type",
+ "ru": "Тип документа получателя",
+ "uk": "Тип документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document Type",
+ "ru": "Введите тип документа получателя",
+ "uk": "Введіть тип документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 4,
+ "required": false
+ },
+ {
+ "key": "beneficiary_lastname",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 5,
+ "required": false
+ },
+ {
+ "key": "bank_account",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,30}$\/",
+ "label": {
+ "en": "Bank Account",
+ "ru": "Номер банковского счета",
+ "uk": "Номер банківського рахунку"
+ },
+ "hint": {
+ "en": "Enter bank account",
+ "ru": "Введите номер банковского счета",
+ "uk": "Введіть номер банківського рахунку"
+ },
+ "position": 6,
+ "required": false
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 8,
+ "hint": {
+ "en": "Enter address",
+ "ru": "Enter address",
+ "uk": "Enter address"
+ },
+ "example": "Volodumurska 17"
+ },
+ {
+ "key": "beneficiary_document_id",
+ "type": "string",
+ "regexp": "\/^[A-Z0-9]{3,20}$\/",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Beneficiary Document ID",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document ID",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_country_code_iso",
+ "type": "string",
+ "regexp": "\/^[A-Z]{2}$\/",
+ "required": false,
+ "position": 10,
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$$\/",
+ "required": false,
+ "position": 11
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 12
+ },
+ {
+ "key": "beneficiary_dob",
+ "type": "string",
+ "regexp": "\/^([0-2][0-9]|(3)[0-1])(\\/)(((0)[0-9])|((1)[0-2]))(\\/)\\d{4}||((19|20)\\d{2}(0[1-9]|1[0-2])(0[1-9]|[12]\\d|3[01]))$\/",
+ "required": false,
+ "position": 13,
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "example": "10/05/1964"
+ },
+ {
+ "key": "beneficiary_city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "City",
+ "uk": "City"
+ },
+ "regexp": "\/^.{1,100}$\/",
+ "required": false,
+ "position": 14,
+ "hint": {
+ "en": "Enter city",
+ "ru": "Enter city",
+ "uk": "Enter city"
+ },
+ "example": "London"
+ },
+ {
+ "key": "beneficiary_postcode",
+ "type": "string",
+ "label": {
+ "en": "Postcode",
+ "ru": "Postcode",
+ "uk": "Postcode"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 15,
+ "hint": {
+ "en": "Enter postcode",
+ "ru": "Enter postcode",
+ "uk": "Enter postcode"
+ },
+ "example": "postcode"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_bob",
+ "currency": "BOB",
+ "method": "bank_transfer",
+ "amount_min": 1,
+ "amount_max": 700000,
+ "fields": [
+ {
+ "key": "account_type",
+ "type": "string",
+ "regexp": "\/^[A-Z_]{1,20}$\/",
+ "label": {
+ "en": "Account type",
+ "ru": "Тип аккаунта",
+ "uk": "Тип акаунту"
+ },
+ "hint": {
+ "en": "Enter account type",
+ "ru": "Введите тип аккаунта",
+ "uk": "Введіть тип акаунту"
+ },
+ "position": 1,
+ "required": false
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,3}$\/",
+ "label": {
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ },
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "beneficiary_document_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z]{2,20}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Beneficiary Document Type",
+ "ru": "Тип документа получателя",
+ "uk": "Тип документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document Type",
+ "ru": "Введите тип документа получателя",
+ "uk": "Введіть тип документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 4,
+ "required": false
+ },
+ {
+ "key": "beneficiary_lastname",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 5,
+ "required": false
+ },
+ {
+ "key": "bank_account",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,30}$\/",
+ "label": {
+ "en": "Bank Account",
+ "ru": "Номер банковского счета",
+ "uk": "Номер банківського рахунку"
+ },
+ "hint": {
+ "en": "Enter bank account",
+ "ru": "Введите номер банковского счета",
+ "uk": "Введіть номер банківського рахунку"
+ },
+ "position": 6,
+ "required": false
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 8,
+ "hint": {
+ "en": "Enter address",
+ "ru": "Enter address",
+ "uk": "Enter address"
+ },
+ "example": "Volodumurska 17"
+ },
+ {
+ "key": "beneficiary_document_id",
+ "type": "string",
+ "regexp": "\/^[A-Z0-9]{3,20}$\/",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Beneficiary Document ID",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document ID",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_country_code_iso",
+ "type": "string",
+ "regexp": "\/^[A-Z]{2}$\/",
+ "required": false,
+ "position": 10,
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$$\/",
+ "required": false,
+ "position": 11
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 12
+ },
+ {
+ "key": "beneficiary_dob",
+ "type": "string",
+ "regexp": "\/^([0-2][0-9]|(3)[0-1])(\\/)(((0)[0-9])|((1)[0-2]))(\\/)\\d{4}||((19|20)\\d{2}(0[1-9]|1[0-2])(0[1-9]|[12]\\d|3[01]))$\/",
+ "required": false,
+ "position": 13,
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "example": "10/05/1964"
+ },
+ {
+ "key": "beneficiary_city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "City",
+ "uk": "City"
+ },
+ "regexp": "\/^.{1,100}$\/",
+ "required": false,
+ "position": 14,
+ "hint": {
+ "en": "Enter city",
+ "ru": "Enter city",
+ "uk": "Enter city"
+ },
+ "example": "London"
+ },
+ {
+ "key": "beneficiary_postcode",
+ "type": "string",
+ "label": {
+ "en": "Postcode",
+ "ru": "Postcode",
+ "uk": "Postcode"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 15,
+ "hint": {
+ "en": "Enter postcode",
+ "ru": "Enter postcode",
+ "uk": "Enter postcode"
+ },
+ "example": "postcode"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_xaf",
+ "currency": "XAF",
+ "method": "bank_transfer",
+ "amount_min": 1,
+ "amount_max": 70000000,
+ "fields": [
+ {
+ "key": "account_type",
+ "type": "string",
+ "regexp": "\/^[A-Z]{1}$\/",
+ "label": {
+ "en": "Account type",
+ "ru": "Тип аккаунта",
+ "uk": "Тип акаунту"
+ },
+ "hint": {
+ "en": "Enter account type",
+ "ru": "Введите тип аккаунта",
+ "uk": "Введіть тип акаунту"
+ },
+ "position": 1,
+ "required": false
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,3}$\/",
+ "label": {
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ },
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "beneficiary_document_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z]{2,20}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Beneficiary Document Type",
+ "ru": "Тип документа получателя",
+ "uk": "Тип документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document Type",
+ "ru": "Введите тип документа получателя",
+ "uk": "Введіть тип документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 4,
+ "required": false
+ },
+ {
+ "key": "beneficiary_lastname",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 5,
+ "required": false
+ },
+ {
+ "key": "bank_account",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,30}$\/",
+ "label": {
+ "en": "Bank Account",
+ "ru": "Номер банковского счета",
+ "uk": "Номер банківського рахунку"
+ },
+ "hint": {
+ "en": "Enter bank account",
+ "ru": "Введите номер банковского счета",
+ "uk": "Введіть номер банківського рахунку"
+ },
+ "position": 6,
+ "required": false
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 8,
+ "hint": {
+ "en": "Enter address",
+ "ru": "Enter address",
+ "uk": "Enter address"
+ },
+ "example": "Volodumurska 17"
+ },
+ {
+ "key": "beneficiary_document_id",
+ "type": "string",
+ "regexp": "\/^[A-Z0-9]{3,20}$\/",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Beneficiary Document ID",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document ID",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_country_code_iso",
+ "type": "string",
+ "regexp": "\/^[A-Z]{2}$\/",
+ "required": false,
+ "position": 10,
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$$\/",
+ "required": false,
+ "position": 11
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 12
+ },
+ {
+ "key": "beneficiary_dob",
+ "type": "string",
+ "regexp": "\/^([0-2][0-9]|(3)[0-1])(\\/)(((0)[0-9])|((1)[0-2]))(\\/)\\d{4}||((19|20)\\d{2}(0[1-9]|1[0-2])(0[1-9]|[12]\\d|3[01]))$\/",
+ "required": false,
+ "position": 13,
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "example": "10/05/1964"
+ },
+ {
+ "key": "beneficiary_city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "City",
+ "uk": "City"
+ },
+ "regexp": "\/^.{1,100}$\/",
+ "required": false,
+ "position": 14,
+ "hint": {
+ "en": "Enter city",
+ "ru": "Enter city",
+ "uk": "Enter city"
+ },
+ "example": "London"
+ },
+ {
+ "key": "beneficiary_postcode",
+ "type": "string",
+ "label": {
+ "en": "Postcode",
+ "ru": "Postcode",
+ "uk": "Postcode"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 15,
+ "hint": {
+ "en": "Enter postcode",
+ "ru": "Enter postcode",
+ "uk": "Enter postcode"
+ },
+ "example": "postcode"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_cny",
+ "currency": "CNY",
+ "method": "bank_transfer",
+ "amount_min": 1,
+ "amount_max": 700000,
+ "fields": [
+ {
+ "key": "account_type",
+ "type": "string",
+ "regexp": "\/^[A-Z]{1}$\/",
+ "label": {
+ "en": "Account type",
+ "ru": "Тип аккаунта",
+ "uk": "Тип акаунту"
+ },
+ "hint": {
+ "en": "Enter account type",
+ "ru": "Введите тип аккаунта",
+ "uk": "Введіть тип акаунту"
+ },
+ "position": 1,
+ "required": false
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,3}$\/",
+ "label": {
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ },
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "beneficiary_document_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z]{2,20}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Beneficiary Document Type",
+ "ru": "Тип документа получателя",
+ "uk": "Тип документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document Type",
+ "ru": "Введите тип документа получателя",
+ "uk": "Введіть тип документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 4,
+ "required": false
+ },
+ {
+ "key": "beneficiary_lastname",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 5,
+ "required": false
+ },
+ {
+ "key": "bank_account",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,30}$\/",
+ "label": {
+ "en": "Bank Account",
+ "ru": "Номер банковского счета",
+ "uk": "Номер банківського рахунку"
+ },
+ "hint": {
+ "en": "Enter bank account",
+ "ru": "Введите номер банковского счета",
+ "uk": "Введіть номер банківського рахунку"
+ },
+ "position": 6,
+ "required": false
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 8,
+ "hint": {
+ "en": "Enter address",
+ "ru": "Enter address",
+ "uk": "Enter address"
+ },
+ "example": "Volodumurska 17"
+ },
+ {
+ "key": "beneficiary_document_id",
+ "type": "string",
+ "regexp": "\/^[A-Z0-9]{3,20}$\/",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Beneficiary Document ID",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document ID",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_country_code_iso",
+ "type": "string",
+ "regexp": "\/^[A-Z]{2}$\/",
+ "required": false,
+ "position": 10,
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$$\/",
+ "required": false,
+ "position": 11
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 12
+ },
+ {
+ "key": "beneficiary_dob",
+ "type": "string",
+ "regexp": "\/^([0-2][0-9]|(3)[0-1])(\\/)(((0)[0-9])|((1)[0-2]))(\\/)\\d{4}||((19|20)\\d{2}(0[1-9]|1[0-2])(0[1-9]|[12]\\d|3[01]))$\/",
+ "required": false,
+ "position": 13,
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "example": "10/05/1964"
+ },
+ {
+ "key": "beneficiary_city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "City",
+ "uk": "City"
+ },
+ "regexp": "\/^.{1,100}$\/",
+ "required": false,
+ "position": 14,
+ "hint": {
+ "en": "Enter city",
+ "ru": "Enter city",
+ "uk": "Enter city"
+ },
+ "example": "London"
+ },
+ {
+ "key": "beneficiary_postcode",
+ "type": "string",
+ "label": {
+ "en": "Postcode",
+ "ru": "Postcode",
+ "uk": "Postcode"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 15,
+ "hint": {
+ "en": "Enter postcode",
+ "ru": "Enter postcode",
+ "uk": "Enter postcode"
+ },
+ "example": "postcode"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_crc",
+ "currency": "CRC",
+ "method": "bank_transfer",
+ "amount_min": 1,
+ "amount_max": 52000000,
+ "fields": [
+ {
+ "key": "account_type",
+ "type": "string",
+ "regexp": "\/^[A-Z]{1}$\/",
+ "label": {
+ "en": "Account type",
+ "ru": "Тип аккаунта",
+ "uk": "Тип акаунту"
+ },
+ "hint": {
+ "en": "Enter account type",
+ "ru": "Введите тип аккаунта",
+ "uk": "Введіть тип акаунту"
+ },
+ "position": 1,
+ "required": false
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,3}$\/",
+ "label": {
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ },
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "beneficiary_document_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z]{2,20}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Beneficiary Document Type",
+ "ru": "Тип документа получателя",
+ "uk": "Тип документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document Type",
+ "ru": "Введите тип документа получателя",
+ "uk": "Введіть тип документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 4,
+ "required": false
+ },
+ {
+ "key": "beneficiary_lastname",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 5,
+ "required": false
+ },
+ {
+ "key": "bank_account",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,30}$\/",
+ "label": {
+ "en": "Bank Account",
+ "ru": "Номер банковского счета",
+ "uk": "Номер банківського рахунку"
+ },
+ "hint": {
+ "en": "Enter bank account",
+ "ru": "Введите номер банковского счета",
+ "uk": "Введіть номер банківського рахунку"
+ },
+ "position": 6,
+ "required": false
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 8,
+ "hint": {
+ "en": "Enter address",
+ "ru": "Enter address",
+ "uk": "Enter address"
+ },
+ "example": "Volodumurska 17"
+ },
+ {
+ "key": "beneficiary_document_id",
+ "type": "string",
+ "regexp": "\/^[A-Z0-9]{3,20}$\/",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Beneficiary Document ID",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document ID",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_country_code_iso",
+ "type": "string",
+ "regexp": "\/^[A-Z]{2}$\/",
+ "required": false,
+ "position": 10,
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$$\/",
+ "required": false,
+ "position": 11
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 12
+ },
+ {
+ "key": "beneficiary_dob",
+ "type": "string",
+ "regexp": "\/^([0-2][0-9]|(3)[0-1])(\\/)(((0)[0-9])|((1)[0-2]))(\\/)\\d{4}||((19|20)\\d{2}(0[1-9]|1[0-2])(0[1-9]|[12]\\d|3[01]))$\/",
+ "required": false,
+ "position": 13,
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "example": "10/05/1964"
+ },
+ {
+ "key": "beneficiary_city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "City",
+ "uk": "City"
+ },
+ "regexp": "\/^.{1,100}$\/",
+ "required": false,
+ "position": 14,
+ "hint": {
+ "en": "Enter city",
+ "ru": "Enter city",
+ "uk": "Enter city"
+ },
+ "example": "London"
+ },
+ {
+ "key": "beneficiary_postcode",
+ "type": "string",
+ "label": {
+ "en": "Postcode",
+ "ru": "Postcode",
+ "uk": "Postcode"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 15,
+ "hint": {
+ "en": "Enter postcode",
+ "ru": "Enter postcode",
+ "uk": "Enter postcode"
+ },
+ "example": "postcode"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_xof",
+ "currency": "XOF",
+ "method": "bank_transfer",
+ "amount_min": 1,
+ "amount_max": 60070000,
+ "fields": [
+ {
+ "key": "account_type",
+ "type": "string",
+ "regexp": "\/^[A-Z]{1}$\/",
+ "label": {
+ "en": "Account type",
+ "ru": "Тип аккаунта",
+ "uk": "Тип акаунту"
+ },
+ "hint": {
+ "en": "Enter account type",
+ "ru": "Введите тип аккаунта",
+ "uk": "Введіть тип акаунту"
+ },
+ "position": 1,
+ "required": false
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,3}$\/",
+ "label": {
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ },
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "beneficiary_document_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z]{2,20}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Beneficiary Document Type",
+ "ru": "Тип документа получателя",
+ "uk": "Тип документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document Type",
+ "ru": "Введите тип документа получателя",
+ "uk": "Введіть тип документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 4,
+ "required": false
+ },
+ {
+ "key": "beneficiary_lastname",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 5,
+ "required": false
+ },
+ {
+ "key": "bank_account",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,30}$\/",
+ "label": {
+ "en": "Bank Account",
+ "ru": "Номер банковского счета",
+ "uk": "Номер банківського рахунку"
+ },
+ "hint": {
+ "en": "Enter bank account",
+ "ru": "Введите номер банковского счета",
+ "uk": "Введіть номер банківського рахунку"
+ },
+ "position": 6,
+ "required": false
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 8,
+ "hint": {
+ "en": "Enter address",
+ "ru": "Enter address",
+ "uk": "Enter address"
+ },
+ "example": "Volodumurska 17"
+ },
+ {
+ "key": "beneficiary_document_id",
+ "type": "string",
+ "regexp": "\/^[A-Z0-9]{3,20}$\/",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Beneficiary Document ID",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document ID",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_country_code_iso",
+ "type": "string",
+ "regexp": "\/^[A-Z]{2}$\/",
+ "required": false,
+ "position": 10,
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$$\/",
+ "required": false,
+ "position": 11
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 12
+ },
+ {
+ "key": "beneficiary_dob",
+ "type": "string",
+ "regexp": "\/^([0-2][0-9]|(3)[0-1])(\\/)(((0)[0-9])|((1)[0-2]))(\\/)\\d{4}||((19|20)\\d{2}(0[1-9]|1[0-2])(0[1-9]|[12]\\d|3[01]))$\/",
+ "required": false,
+ "position": 13,
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "example": "10/05/1964"
+ },
+ {
+ "key": "beneficiary_city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "City",
+ "uk": "City"
+ },
+ "regexp": "\/^.{1,100}$\/",
+ "required": false,
+ "position": 14,
+ "hint": {
+ "en": "Enter city",
+ "ru": "Enter city",
+ "uk": "Enter city"
+ },
+ "example": "London"
+ },
+ {
+ "key": "beneficiary_postcode",
+ "type": "string",
+ "label": {
+ "en": "Postcode",
+ "ru": "Postcode",
+ "uk": "Postcode"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 15,
+ "hint": {
+ "en": "Enter postcode",
+ "ru": "Enter postcode",
+ "uk": "Enter postcode"
+ },
+ "example": "postcode"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_dop",
+ "currency": "DOP",
+ "method": "bank_transfer",
+ "amount_min": 1,
+ "amount_max": 6018000,
+ "fields": [
+ {
+ "key": "account_type",
+ "type": "string",
+ "regexp": "\/^[A-Z]{1}$\/",
+ "label": {
+ "en": "Account type",
+ "ru": "Тип аккаунта",
+ "uk": "Тип акаунту"
+ },
+ "hint": {
+ "en": "Enter account type",
+ "ru": "Введите тип аккаунта",
+ "uk": "Введіть тип акаунту"
+ },
+ "position": 1,
+ "required": false
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,3}$\/",
+ "label": {
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ },
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "beneficiary_document_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z]{2,20}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Beneficiary Document Type",
+ "ru": "Тип документа получателя",
+ "uk": "Тип документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document Type",
+ "ru": "Введите тип документа получателя",
+ "uk": "Введіть тип документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 4,
+ "required": false
+ },
+ {
+ "key": "beneficiary_lastname",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 5,
+ "required": false
+ },
+ {
+ "key": "bank_account",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,30}$\/",
+ "label": {
+ "en": "Bank Account",
+ "ru": "Номер банковского счета",
+ "uk": "Номер банківського рахунку"
+ },
+ "hint": {
+ "en": "Enter bank account",
+ "ru": "Введите номер банковского счета",
+ "uk": "Введіть номер банківського рахунку"
+ },
+ "position": 6,
+ "required": false
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 8,
+ "hint": {
+ "en": "Enter address",
+ "ru": "Enter address",
+ "uk": "Enter address"
+ },
+ "example": "Volodumurska 17"
+ },
+ {
+ "key": "beneficiary_document_id",
+ "type": "string",
+ "regexp": "\/^[A-Z0-9]{3,20}$\/",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Beneficiary Document ID",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document ID",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_country_code_iso",
+ "type": "string",
+ "regexp": "\/^[A-Z]{2}$\/",
+ "required": false,
+ "position": 10,
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$$\/",
+ "required": false,
+ "position": 11
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 12
+ },
+ {
+ "key": "beneficiary_dob",
+ "type": "string",
+ "regexp": "\/^([0-2][0-9]|(3)[0-1])(\\/)(((0)[0-9])|((1)[0-2]))(\\/)\\d{4}||((19|20)\\d{2}(0[1-9]|1[0-2])(0[1-9]|[12]\\d|3[01]))$\/",
+ "required": false,
+ "position": 13,
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "example": "10/05/1964"
+ },
+ {
+ "key": "beneficiary_city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "City",
+ "uk": "City"
+ },
+ "regexp": "\/^.{1,100}$\/",
+ "required": false,
+ "position": 14,
+ "hint": {
+ "en": "Enter city",
+ "ru": "Enter city",
+ "uk": "Enter city"
+ },
+ "example": "London"
+ },
+ {
+ "key": "beneficiary_postcode",
+ "type": "string",
+ "label": {
+ "en": "Postcode",
+ "ru": "Postcode",
+ "uk": "Postcode"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 15,
+ "hint": {
+ "en": "Enter postcode",
+ "ru": "Enter postcode",
+ "uk": "Enter postcode"
+ },
+ "example": "postcode"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_svc",
+ "currency": "SVC",
+ "method": "bank_transfer",
+ "amount_min": 1,
+ "amount_max": 900000,
+ "fields": [
+ {
+ "key": "account_type",
+ "type": "string",
+ "regexp": "\/^[A-Z]{1}$\/",
+ "label": {
+ "en": "Account type",
+ "ru": "Тип аккаунта",
+ "uk": "Тип акаунту"
+ },
+ "hint": {
+ "en": "Enter account type",
+ "ru": "Введите тип аккаунта",
+ "uk": "Введіть тип акаунту"
+ },
+ "position": 1,
+ "required": false
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,3}$\/",
+ "label": {
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ },
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "beneficiary_document_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z]{2,20}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Beneficiary Document Type",
+ "ru": "Тип документа получателя",
+ "uk": "Тип документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document Type",
+ "ru": "Введите тип документа получателя",
+ "uk": "Введіть тип документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 4,
+ "required": false
+ },
+ {
+ "key": "beneficiary_lastname",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 5,
+ "required": false
+ },
+ {
+ "key": "bank_account",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,30}$\/",
+ "label": {
+ "en": "Bank Account",
+ "ru": "Номер банковского счета",
+ "uk": "Номер банківського рахунку"
+ },
+ "hint": {
+ "en": "Enter bank account",
+ "ru": "Введите номер банковского счета",
+ "uk": "Введіть номер банківського рахунку"
+ },
+ "position": 6,
+ "required": false
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 8,
+ "hint": {
+ "en": "Enter address",
+ "ru": "Enter address",
+ "uk": "Enter address"
+ },
+ "example": "Volodumurska 17"
+ },
+ {
+ "key": "beneficiary_document_id",
+ "type": "string",
+ "regexp": "\/^[A-Z0-9]{3,20}$\/",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Beneficiary Document ID",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document ID",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_country_code_iso",
+ "type": "string",
+ "regexp": "\/^[A-Z]{2}$\/",
+ "required": false,
+ "position": 10,
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$$\/",
+ "required": false,
+ "position": 11
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 12
+ },
+ {
+ "key": "beneficiary_dob",
+ "type": "string",
+ "regexp": "\/^([0-2][0-9]|(3)[0-1])(\\/)(((0)[0-9])|((1)[0-2]))(\\/)\\d{4}||((19|20)\\d{2}(0[1-9]|1[0-2])(0[1-9]|[12]\\d|3[01]))$\/",
+ "required": false,
+ "position": 13,
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "example": "10/05/1964"
+ },
+ {
+ "key": "beneficiary_city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "City",
+ "uk": "City"
+ },
+ "regexp": "\/^.{1,100}$\/",
+ "required": false,
+ "position": 14,
+ "hint": {
+ "en": "Enter city",
+ "ru": "Enter city",
+ "uk": "Enter city"
+ },
+ "example": "London"
+ },
+ {
+ "key": "beneficiary_postcode",
+ "type": "string",
+ "label": {
+ "en": "Postcode",
+ "ru": "Postcode",
+ "uk": "Postcode"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 15,
+ "hint": {
+ "en": "Enter postcode",
+ "ru": "Enter postcode",
+ "uk": "Enter postcode"
+ },
+ "example": "postcode"
+ }
+ ]
+ },
+
+ {
+ "status": "active",
+ "code": "bank_transfer_gtq",
+ "currency": "GTQ",
+ "method": "bank_transfer",
+ "amount_min": 1,
+ "amount_max": 1600000,
+ "fields": [
+ {
+ "key": "account_type",
+ "type": "string",
+ "regexp": "\/^[A-Z]{1}$\/",
+ "label": {
+ "en": "Account type",
+ "ru": "Тип аккаунта",
+ "uk": "Тип акаунту"
+ },
+ "hint": {
+ "en": "Enter account type",
+ "ru": "Введите тип аккаунта",
+ "uk": "Введіть тип акаунту"
+ },
+ "position": 1,
+ "required": false
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,3}$\/",
+ "label": {
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ },
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "beneficiary_document_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z]{2,20}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Beneficiary Document Type",
+ "ru": "Тип документа получателя",
+ "uk": "Тип документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document Type",
+ "ru": "Введите тип документа получателя",
+ "uk": "Введіть тип документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 4,
+ "required": false
+ },
+ {
+ "key": "beneficiary_lastname",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 5,
+ "required": false
+ },
+ {
+ "key": "bank_account",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,30}$\/",
+ "label": {
+ "en": "Bank Account",
+ "ru": "Номер банковского счета",
+ "uk": "Номер банківського рахунку"
+ },
+ "hint": {
+ "en": "Enter bank account",
+ "ru": "Введите номер банковского счета",
+ "uk": "Введіть номер банківського рахунку"
+ },
+ "position": 6,
+ "required": false
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 8,
+ "hint": {
+ "en": "Enter address",
+ "ru": "Enter address",
+ "uk": "Enter address"
+ },
+ "example": "Volodumurska 17"
+ },
+ {
+ "key": "beneficiary_document_id",
+ "type": "string",
+ "regexp": "\/^[A-Z0-9]{3,20}$\/",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Beneficiary Document ID",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document ID",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_country_code_iso",
+ "type": "string",
+ "regexp": "\/^[A-Z]{2}$\/",
+ "required": false,
+ "position": 10,
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$$\/",
+ "required": false,
+ "position": 11
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 12
+ },
+ {
+ "key": "beneficiary_dob",
+ "type": "string",
+ "regexp": "\/^([0-2][0-9]|(3)[0-1])(\\/)(((0)[0-9])|((1)[0-2]))(\\/)\\d{4}||((19|20)\\d{2}(0[1-9]|1[0-2])(0[1-9]|[12]\\d|3[01]))$\/",
+ "required": false,
+ "position": 13,
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "example": "10/05/1964"
+ },
+ {
+ "key": "beneficiary_city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "City",
+ "uk": "City"
+ },
+ "regexp": "\/^.{1,100}$\/",
+ "required": false,
+ "position": 14,
+ "hint": {
+ "en": "Enter city",
+ "ru": "Enter city",
+ "uk": "Enter city"
+ },
+ "example": "London"
+ },
+ {
+ "key": "beneficiary_postcode",
+ "type": "string",
+ "label": {
+ "en": "Postcode",
+ "ru": "Postcode",
+ "uk": "Postcode"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 15,
+ "hint": {
+ "en": "Enter postcode",
+ "ru": "Enter postcode",
+ "uk": "Enter postcode"
+ },
+ "example": "postcode"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_nio",
+ "currency": "NIO",
+ "method": "bank_transfer",
+ "amount_min": 1,
+ "amount_max": 3700000,
+ "fields": [
+ {
+ "key": "account_type",
+ "type": "string",
+ "regexp": "\/^[A-Z]{1}$\/",
+ "label": {
+ "en": "Account type",
+ "ru": "Тип аккаунта",
+ "uk": "Тип акаунту"
+ },
+ "hint": {
+ "en": "Enter account type",
+ "ru": "Введите тип аккаунта",
+ "uk": "Введіть тип акаунту"
+ },
+ "position": 1,
+ "required": false
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,3}$\/",
+ "label": {
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ },
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "beneficiary_document_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z]{2,20}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Beneficiary Document Type",
+ "ru": "Тип документа получателя",
+ "uk": "Тип документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document Type",
+ "ru": "Введите тип документа получателя",
+ "uk": "Введіть тип документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 4,
+ "required": false
+ },
+ {
+ "key": "beneficiary_lastname",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 5,
+ "required": false
+ },
+ {
+ "key": "bank_account",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,30}$\/",
+ "label": {
+ "en": "Bank Account",
+ "ru": "Номер банковского счета",
+ "uk": "Номер банківського рахунку"
+ },
+ "hint": {
+ "en": "Enter bank account",
+ "ru": "Введите номер банковского счета",
+ "uk": "Введіть номер банківського рахунку"
+ },
+ "position": 6,
+ "required": false
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 8,
+ "hint": {
+ "en": "Enter address",
+ "ru": "Enter address",
+ "uk": "Enter address"
+ },
+ "example": "Volodumurska 17"
+ },
+ {
+ "key": "beneficiary_document_id",
+ "type": "string",
+ "regexp": "\/^[A-Z0-9]{3,20}$\/",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Beneficiary Document ID",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document ID",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_country_code_iso",
+ "type": "string",
+ "regexp": "\/^[A-Z]{2}$\/",
+ "required": false,
+ "position": 10,
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$$\/",
+ "required": false,
+ "position": 11
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 12
+ },
+ {
+ "key": "beneficiary_dob",
+ "type": "string",
+ "regexp": "\/^([0-2][0-9]|(3)[0-1])(\\/)(((0)[0-9])|((1)[0-2]))(\\/)\\d{4}||((19|20)\\d{2}(0[1-9]|1[0-2])(0[1-9]|[12]\\d|3[01]))$\/",
+ "required": false,
+ "position": 13,
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "example": "10/05/1964"
+ },
+ {
+ "key": "beneficiary_city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "City",
+ "uk": "City"
+ },
+ "regexp": "\/^.{1,100}$\/",
+ "required": false,
+ "position": 14,
+ "hint": {
+ "en": "Enter city",
+ "ru": "Enter city",
+ "uk": "Enter city"
+ },
+ "example": "London"
+ },
+ {
+ "key": "beneficiary_postcode",
+ "type": "string",
+ "label": {
+ "en": "Postcode",
+ "ru": "Postcode",
+ "uk": "Postcode"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 15,
+ "hint": {
+ "en": "Enter postcode",
+ "ru": "Enter postcode",
+ "uk": "Enter postcode"
+ },
+ "example": "postcode"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_pyg",
+ "currency": "PYG",
+ "method": "bank_transfer",
+ "amount_min": 1,
+ "amount_max": 800000000,
+ "fields": [
+ {
+ "key": "account_type",
+ "type": "string",
+ "regexp": "\/^[A-Z_]{1,20}$\/",
+ "label": {
+ "en": "Account type",
+ "ru": "Тип аккаунта",
+ "uk": "Тип акаунту"
+ },
+ "hint": {
+ "en": "Enter account type",
+ "ru": "Введите тип аккаунта",
+ "uk": "Введіть тип акаунту"
+ },
+ "position": 1,
+ "required": false
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,3}$\/",
+ "label": {
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ },
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "beneficiary_document_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z]{2,20}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Beneficiary Document Type",
+ "ru": "Тип документа получателя",
+ "uk": "Тип документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document Type",
+ "ru": "Введите тип документа получателя",
+ "uk": "Введіть тип документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 4,
+ "required": false
+ },
+ {
+ "key": "beneficiary_lastname",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 5,
+ "required": false
+ },
+ {
+ "key": "bank_account",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,30}$\/",
+ "label": {
+ "en": "Bank Account",
+ "ru": "Номер банковского счета",
+ "uk": "Номер банківського рахунку"
+ },
+ "hint": {
+ "en": "Enter bank account",
+ "ru": "Введите номер банковского счета",
+ "uk": "Введіть номер банківського рахунку"
+ },
+ "position": 6,
+ "required": false
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 8,
+ "hint": {
+ "en": "Enter address",
+ "ru": "Enter address",
+ "uk": "Enter address"
+ },
+ "example": "Volodumurska 17"
+ },
+ {
+ "key": "beneficiary_document_id",
+ "type": "string",
+ "regexp": "\/^[A-Z0-9]{3,20}$\/",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Beneficiary Document ID",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document ID",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_country_code_iso",
+ "type": "string",
+ "regexp": "\/^[A-Z]{2}$\/",
+ "required": false,
+ "position": 10,
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 11
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 12
+ },
+ {
+ "key": "beneficiary_dob",
+ "type": "string",
+ "regexp": "\/^([0-2][0-9]|(3)[0-1])(\\/)(((0)[0-9])|((1)[0-2]))(\\/)\\d{4}||((19|20)\\d{2}(0[1-9]|1[0-2])(0[1-9]|[12]\\d|3[01]))$\/",
+ "required": false,
+ "position": 13,
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "example": "10/05/1964"
+ },
+ {
+ "key": "beneficiary_city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "City",
+ "uk": "City"
+ },
+ "regexp": "\/^.{1,100}$\/",
+ "required": false,
+ "position": 14,
+ "hint": {
+ "en": "Enter city",
+ "ru": "Enter city",
+ "uk": "Enter city"
+ },
+ "example": "London"
+ },
+ {
+ "key": "beneficiary_postcode",
+ "type": "string",
+ "label": {
+ "en": "Postcode",
+ "ru": "Postcode",
+ "uk": "Postcode"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 15,
+ "hint": {
+ "en": "Enter postcode",
+ "ru": "Enter postcode",
+ "uk": "Enter postcode"
+ },
+ "example": "postcode"
+ },
+ {
+ "key": "sender_full_name",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": false,
+ "position": 16,
+ "label": {
+ "en": "Sender full name",
+ "ru": "Полное имя отправителя",
+ "uk": "Повне імʼя відправкника"
+ },
+ "hint": {
+ "en": "Enter Sender full name",
+ "ru": "Введите полное имя отправителя",
+ "uk": "Введіть повне імʼя відправкника"
+ }
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_ugx",
+ "currency": "UGX",
+ "method": "bank_transfer",
+ "amount_min": 1,
+ "amount_max": 3700000,
+ "fields": [
+ {
+ "key": "account_type",
+ "type": "string",
+ "regexp": "\/^[A-Z]{1}$\/",
+ "label": {
+ "en": "Account type",
+ "ru": "Тип аккаунта",
+ "uk": "Тип акаунту"
+ },
+ "hint": {
+ "en": "Enter account type",
+ "ru": "Введите тип аккаунта",
+ "uk": "Введіть тип акаунту"
+ },
+ "position": 1,
+ "required": false
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,3}$\/",
+ "label": {
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ },
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "beneficiary_document_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z]{2,20}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Beneficiary Document Type",
+ "ru": "Тип документа получателя",
+ "uk": "Тип документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document Type",
+ "ru": "Введите тип документа получателя",
+ "uk": "Введіть тип документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 4,
+ "required": false
+ },
+ {
+ "key": "beneficiary_lastname",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 5,
+ "required": false
+ },
+ {
+ "key": "bank_account",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,30}$\/",
+ "label": {
+ "en": "Bank Account",
+ "ru": "Номер банковского счета",
+ "uk": "Номер банківського рахунку"
+ },
+ "hint": {
+ "en": "Enter bank account",
+ "ru": "Введите номер банковского счета",
+ "uk": "Введіть номер банківського рахунку"
+ },
+ "position": 6,
+ "required": false
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 8,
+ "hint": {
+ "en": "Enter address",
+ "ru": "Enter address",
+ "uk": "Enter address"
+ },
+ "example": "Volodumurska 17"
+ },
+ {
+ "key": "beneficiary_document_id",
+ "type": "string",
+ "regexp": "\/^[A-Z0-9]{3,20}$\/",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Beneficiary Document ID",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document ID",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_country_code_iso",
+ "type": "string",
+ "regexp": "\/^[A-Z]{2}$\/",
+ "required": false,
+ "position": 10,
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$$\/",
+ "required": false,
+ "position": 11
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 12
+ },
+ {
+ "key": "beneficiary_dob",
+ "type": "string",
+ "regexp": "\/^([0-2][0-9]|(3)[0-1])(\\/)(((0)[0-9])|((1)[0-2]))(\\/)\\d{4}||((19|20)\\d{2}(0[1-9]|1[0-2])(0[1-9]|[12]\\d|3[01]))$\/",
+ "required": false,
+ "position": 13,
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "example": "10/05/1964"
+ },
+ {
+ "key": "beneficiary_city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "City",
+ "uk": "City"
+ },
+ "regexp": "\/^.{1,100}$\/",
+ "required": false,
+ "position": 14,
+ "hint": {
+ "en": "Enter city",
+ "ru": "Enter city",
+ "uk": "Enter city"
+ },
+ "example": "London"
+ },
+ {
+ "key": "beneficiary_postcode",
+ "type": "string",
+ "label": {
+ "en": "Postcode",
+ "ru": "Postcode",
+ "uk": "Postcode"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 15,
+ "hint": {
+ "en": "Enter postcode",
+ "ru": "Enter postcode",
+ "uk": "Enter postcode"
+ },
+ "example": "postcode"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_uyu",
+ "currency": "UYU",
+ "method": "bank_transfer",
+ "amount_min": 1,
+ "amount_max": 5000000,
+ "fields": [
+ {
+ "key": "account_type",
+ "type": "string",
+ "regexp": "\/^[A-Z]{1}$\/",
+ "label": {
+ "en": "Account type",
+ "ru": "Тип аккаунта",
+ "uk": "Тип акаунту"
+ },
+ "hint": {
+ "en": "Enter account type",
+ "ru": "Введите тип аккаунта",
+ "uk": "Введіть тип акаунту"
+ },
+ "position": 1,
+ "required": false
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,3}$\/",
+ "label": {
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ },
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "beneficiary_document_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z]{2,20}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Beneficiary Document Type",
+ "ru": "Тип документа получателя",
+ "uk": "Тип документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document Type",
+ "ru": "Введите тип документа получателя",
+ "uk": "Введіть тип документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 4,
+ "required": false
+ },
+ {
+ "key": "beneficiary_lastname",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 5,
+ "required": false
+ },
+ {
+ "key": "bank_account",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,30}$\/",
+ "label": {
+ "en": "Bank Account",
+ "ru": "Номер банковского счета",
+ "uk": "Номер банківського рахунку"
+ },
+ "hint": {
+ "en": "Enter bank account",
+ "ru": "Введите номер банковского счета",
+ "uk": "Введіть номер банківського рахунку"
+ },
+ "position": 6,
+ "required": false
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 8,
+ "hint": {
+ "en": "Enter address",
+ "ru": "Enter address",
+ "uk": "Enter address"
+ },
+ "example": "Volodumurska 17"
+ },
+ {
+ "key": "beneficiary_document_id",
+ "type": "string",
+ "regexp": "\/^[A-Z0-9]{3,20}$\/",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Beneficiary Document ID",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document ID",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_country_code_iso",
+ "type": "string",
+ "regexp": "\/^[A-Z]{2}$\/",
+ "required": false,
+ "position": 10,
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$$\/",
+ "required": false,
+ "position": 11
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 12
+ },
+ {
+ "key": "beneficiary_dob",
+ "type": "string",
+ "regexp": "\/^([0-2][0-9]|(3)[0-1])(\\/)(((0)[0-9])|((1)[0-2]))(\\/)\\d{4}||((19|20)\\d{2}(0[1-9]|1[0-2])(0[1-9]|[12]\\d|3[01]))$\/",
+ "required": false,
+ "position": 13,
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "example": "10/05/1964"
+ },
+ {
+ "key": "beneficiary_city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "City",
+ "uk": "City"
+ },
+ "regexp": "\/^.{1,100}$\/",
+ "required": false,
+ "position": 14,
+ "hint": {
+ "en": "Enter city",
+ "ru": "Enter city",
+ "uk": "Enter city"
+ },
+ "example": "London"
+ },
+ {
+ "key": "beneficiary_postcode",
+ "type": "string",
+ "label": {
+ "en": "Postcode",
+ "ru": "Postcode",
+ "uk": "Postcode"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 15,
+ "hint": {
+ "en": "Enter postcode",
+ "ru": "Enter postcode",
+ "uk": "Enter postcode"
+ },
+ "example": "postcode"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "bank_transfer_ves",
+ "currency": "VES",
+ "method": "bank_transfer",
+ "amount_min": 1,
+ "amount_max": 4000000,
+ "fields": [
+ {
+ "key": "account_type",
+ "type": "string",
+ "regexp": "\/^[A-Z]{1}$\/",
+ "label": {
+ "en": "Account type",
+ "ru": "Тип аккаунта",
+ "uk": "Тип акаунту"
+ },
+ "hint": {
+ "en": "Enter account type",
+ "ru": "Введите тип аккаунта",
+ "uk": "Введіть тип акаунту"
+ },
+ "position": 1,
+ "required": false
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,20}$\/",
+ "label": {
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ },
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "beneficiary_document_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z]{1,20}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Beneficiary Document Type",
+ "ru": "Тип документа получателя",
+ "uk": "Тип документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document Type",
+ "ru": "Введите тип документа получателя",
+ "uk": "Введіть тип документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 4,
+ "required": false
+ },
+ {
+ "key": "beneficiary_lastname",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 5,
+ "required": false
+ },
+ {
+ "key": "bank_account",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,30}$\/",
+ "label": {
+ "en": "Bank Account",
+ "ru": "Номер банковского счета",
+ "uk": "Номер банківського рахунку"
+ },
+ "hint": {
+ "en": "Enter bank account",
+ "ru": "Введите номер банковского счета",
+ "uk": "Введіть номер банківського рахунку"
+ },
+ "position": 6,
+ "required": false
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 8,
+ "hint": {
+ "en": "Enter address",
+ "ru": "Enter address",
+ "uk": "Enter address"
+ },
+ "example": "Volodumurska 17"
+ },
+ {
+ "key": "beneficiary_document_id",
+ "type": "string",
+ "regexp": "\/^[A-Z0-9]{3,20}$\/",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Beneficiary Document ID",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document ID",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_country_code_iso",
+ "type": "string",
+ "regexp": "\/^[A-Z]{2}$\/",
+ "required": false,
+ "position": 10,
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$$\/",
+ "required": false,
+ "position": 11
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 12
+ },
+ {
+ "key": "beneficiary_dob",
+ "type": "string",
+ "regexp": "\/^([0-2][0-9]|(3)[0-1])(\\/)(((0)[0-9])|((1)[0-2]))(\\/)\\d{4}||((19|20)\\d{2}(0[1-9]|1[0-2])(0[1-9]|[12]\\d|3[01]))$\/",
+ "required": false,
+ "position": 13,
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "example": "10/05/1964"
+ },
+ {
+ "key": "beneficiary_city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "City",
+ "uk": "City"
+ },
+ "regexp": "\/^.{1,100}$\/",
+ "required": false,
+ "position": 14,
+ "hint": {
+ "en": "Enter city",
+ "ru": "Enter city",
+ "uk": "Enter city"
+ },
+ "example": "London"
+ },
+ {
+ "key": "beneficiary_postcode",
+ "type": "string",
+ "label": {
+ "en": "Postcode",
+ "ru": "Postcode",
+ "uk": "Postcode"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 15,
+ "hint": {
+ "en": "Enter postcode",
+ "ru": "Enter postcode",
+ "uk": "Enter postcode"
+ },
+ "example": "postcode"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "d24_wallet_ars",
+ "currency": "ARS",
+ "method": "d24_wallet",
+ "amount_min": 1,
+ "amount_max": 100000000,
+ "fields": [
+ {
+ "key": "account_type",
+ "type": "string",
+ "regexp": "\/^[A-Z]{1}$\/",
+ "label": {
+ "en": "Account type",
+ "ru": "Тип аккаунта",
+ "uk": "Тип акаунту"
+ },
+ "hint": {
+ "en": "Enter account type",
+ "ru": "Введите тип аккаунта",
+ "uk": "Введіть тип акаунту"
+ },
+ "position": 1,
+ "required": false
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,3}$\/",
+ "label": {
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ },
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "beneficiary_document_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z]{2,20}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Beneficiary Document Type",
+ "ru": "Тип документа получателя",
+ "uk": "Тип документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document Type",
+ "ru": "Введите тип документа получателя",
+ "uk": "Введіть тип документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 4,
+ "required": false
+ },
+ {
+ "key": "beneficiary_lastname",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 5,
+ "required": false
+ },
+ {
+ "key": "bank_account",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,30}$\/",
+ "label": {
+ "en": "Bank Account",
+ "ru": "Номер банковского счета",
+ "uk": "Номер банківського рахунку"
+ },
+ "hint": {
+ "en": "Enter bank account",
+ "ru": "Введите номер банковского счета",
+ "uk": "Введіть номер банківського рахунку"
+ },
+ "position": 6,
+ "required": false
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 8,
+ "hint": {
+ "en": "Enter address",
+ "ru": "Enter address",
+ "uk": "Enter address"
+ },
+ "example": "Volodumurska 17"
+ },
+ {
+ "key": "beneficiary_document_id",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z0-9\\.\\-]{1,100}$\/",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Beneficiary Document ID",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document ID",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_country_code_iso",
+ "type": "string",
+ "regexp": "\/^[A-Z]{2}$\/",
+ "required": false,
+ "position": 10,
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$$\/",
+ "required": false,
+ "position": 11
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 12
+ },
+ {
+ "key": "beneficiary_dob",
+ "type": "string",
+ "regexp": "\/^([0-2][0-9]|(3)[0-1])(\\/)(((0)[0-9])|((1)[0-2]))(\\/)\\d{4}||((19|20)\\d{2}(0[1-9]|1[0-2])(0[1-9]|[12]\\d|3[01]))$\/",
+ "required": false,
+ "position": 13,
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "example": "10/05/1964"
+ },
+ {
+ "key": "beneficiary_city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "City",
+ "uk": "City"
+ },
+ "regexp": "\/^.{1,100}$\/",
+ "required": false,
+ "position": 14,
+ "hint": {
+ "en": "Enter city",
+ "ru": "Enter city",
+ "uk": "Enter city"
+ },
+ "example": "London"
+ },
+ {
+ "key": "beneficiary_postcode",
+ "type": "string",
+ "label": {
+ "en": "Postcode",
+ "ru": "Postcode",
+ "uk": "Postcode"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 15,
+ "hint": {
+ "en": "Enter postcode",
+ "ru": "Enter postcode",
+ "uk": "Enter postcode"
+ },
+ "example": "postcode"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "d24_wallet_aud",
+ "currency": "AUD",
+ "method": "d24_wallet",
+ "amount_min": 1,
+ "amount_max": 150000,
+ "fields": [
+ {
+ "key": "account_type",
+ "type": "string",
+ "regexp": "\/^[A-Z]{1}$\/",
+ "label": {
+ "en": "Account type",
+ "ru": "Тип аккаунта",
+ "uk": "Тип акаунту"
+ },
+ "hint": {
+ "en": "Enter account type",
+ "ru": "Введите тип аккаунта",
+ "uk": "Введіть тип акаунту"
+ },
+ "position": 1,
+ "required": false
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,3}$\/",
+ "label": {
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ },
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "beneficiary_document_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z]{2,20}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Beneficiary Document Type",
+ "ru": "Тип документа получателя",
+ "uk": "Тип документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document Type",
+ "ru": "Введите тип документа получателя",
+ "uk": "Введіть тип документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 4,
+ "required": false
+ },
+ {
+ "key": "beneficiary_lastname",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 5,
+ "required": false
+ },
+ {
+ "key": "bank_account",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,30}$\/",
+ "label": {
+ "en": "Bank Account",
+ "ru": "Номер банковского счета",
+ "uk": "Номер банківського рахунку"
+ },
+ "hint": {
+ "en": "Enter bank account",
+ "ru": "Введите номер банковского счета",
+ "uk": "Введіть номер банківського рахунку"
+ },
+ "position": 6,
+ "required": false
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 8,
+ "hint": {
+ "en": "Enter address",
+ "ru": "Enter address",
+ "uk": "Enter address"
+ },
+ "example": "Volodumurska 17"
+ },
+ {
+ "key": "beneficiary_document_id",
+ "type": "string",
+ "regexp": "\/^[A-Z0-9]{3,20}$\/",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Beneficiary Document ID",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document ID",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_country_code_iso",
+ "type": "string",
+ "regexp": "\/^[A-Z]{2}$\/",
+ "required": false,
+ "position": 10,
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$$\/",
+ "required": false,
+ "position": 11
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 12
+ },
+ {
+ "key": "beneficiary_dob",
+ "type": "string",
+ "regexp": "\/^([0-2][0-9]|(3)[0-1])(\\/)(((0)[0-9])|((1)[0-2]))(\\/)\\d{4}||((19|20)\\d{2}(0[1-9]|1[0-2])(0[1-9]|[12]\\d|3[01]))$\/",
+ "required": false,
+ "position": 13,
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "example": "10/05/1964"
+ },
+ {
+ "key": "beneficiary_city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "City",
+ "uk": "City"
+ },
+ "regexp": "\/^.{1,100}$\/",
+ "required": false,
+ "position": 14,
+ "hint": {
+ "en": "Enter city",
+ "ru": "Enter city",
+ "uk": "Enter city"
+ },
+ "example": "London"
+ },
+ {
+ "key": "beneficiary_postcode",
+ "type": "string",
+ "label": {
+ "en": "Postcode",
+ "ru": "Postcode",
+ "uk": "Postcode"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 15,
+ "hint": {
+ "en": "Enter postcode",
+ "ru": "Enter postcode",
+ "uk": "Enter postcode"
+ },
+ "example": "postcode"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "d24_wallet_brl",
+ "currency": "BRL",
+ "method": "d24_wallet",
+ "amount_min": 1,
+ "amount_max": 600000,
+ "fields": [
+ {
+ "key": "account_type",
+ "type": "string",
+ "regexp": "\/^[A-Z]{1}$\/",
+ "label": {
+ "en": "Account type",
+ "ru": "Тип аккаунта",
+ "uk": "Тип акаунту"
+ },
+ "hint": {
+ "en": "Enter account type",
+ "ru": "Введите тип аккаунта",
+ "uk": "Введіть тип акаунту"
+ },
+ "position": 1,
+ "required": false
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,3}$\/",
+ "label": {
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ },
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "beneficiary_document_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z]{2,20}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Beneficiary Document Type",
+ "ru": "Тип документа получателя",
+ "uk": "Тип документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document Type",
+ "ru": "Введите тип документа получателя",
+ "uk": "Введіть тип документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 4,
+ "required": false
+ },
+ {
+ "key": "beneficiary_lastname",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 5,
+ "required": false
+ },
+ {
+ "key": "bank_account",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,30}$\/",
+ "label": {
+ "en": "Bank Account",
+ "ru": "Номер банковского счета",
+ "uk": "Номер банківського рахунку"
+ },
+ "hint": {
+ "en": "Enter bank account",
+ "ru": "Введите номер банковского счета",
+ "uk": "Введіть номер банківського рахунку"
+ },
+ "position": 6,
+ "required": false
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 8,
+ "hint": {
+ "en": "Enter address",
+ "ru": "Enter address",
+ "uk": "Enter address"
+ },
+ "example": "Volodumurska 17"
+ },
+ {
+ "key": "beneficiary_document_id",
+ "type": "string",
+ "regexp": "\/^[A-Z0-9]{3,20}$\/",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Beneficiary Document ID",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document ID",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_country_code_iso",
+ "type": "string",
+ "regexp": "\/^[A-Z]{2}$\/",
+ "required": false,
+ "position": 10,
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$$\/",
+ "required": false,
+ "position": 11
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 12
+ },
+ {
+ "key": "beneficiary_dob",
+ "type": "string",
+ "regexp": "\/^([0-2][0-9]|(3)[0-1])(\\/)(((0)[0-9])|((1)[0-2]))(\\/)\\d{4}||((19|20)\\d{2}(0[1-9]|1[0-2])(0[1-9]|[12]\\d|3[01]))$\/",
+ "required": false,
+ "position": 13,
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "example": "10/05/1964"
+ },
+ {
+ "key": "beneficiary_city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "City",
+ "uk": "City"
+ },
+ "regexp": "\/^.{1,100}$\/",
+ "required": false,
+ "position": 14,
+ "hint": {
+ "en": "Enter city",
+ "ru": "Enter city",
+ "uk": "Enter city"
+ },
+ "example": "London"
+ },
+ {
+ "key": "beneficiary_postcode",
+ "type": "string",
+ "label": {
+ "en": "Postcode",
+ "ru": "Postcode",
+ "uk": "Postcode"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 15,
+ "hint": {
+ "en": "Enter postcode",
+ "ru": "Enter postcode",
+ "uk": "Enter postcode"
+ },
+ "example": "postcode"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "d24_wallet_bdt",
+ "currency": "BDT",
+ "method": "d24_wallet",
+ "amount_min": 1,
+ "amount_max": 12000000,
+ "fields": [
+ {
+ "key": "account_type",
+ "type": "string",
+ "regexp": "\/^[A-Z]{1}$\/",
+ "label": {
+ "en": "Account type",
+ "ru": "Тип аккаунта",
+ "uk": "Тип акаунту"
+ },
+ "hint": {
+ "en": "Enter account type",
+ "ru": "Введите тип аккаунта",
+ "uk": "Введіть тип акаунту"
+ },
+ "position": 1,
+ "required": false
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,3}$\/",
+ "label": {
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ },
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "beneficiary_document_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z]{2,20}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Beneficiary Document Type",
+ "ru": "Тип документа получателя",
+ "uk": "Тип документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document Type",
+ "ru": "Введите тип документа получателя",
+ "uk": "Введіть тип документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 4,
+ "required": false
+ },
+ {
+ "key": "beneficiary_lastname",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 5,
+ "required": false
+ },
+ {
+ "key": "bank_account",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,30}$\/",
+ "label": {
+ "en": "Bank Account",
+ "ru": "Номер банковского счета",
+ "uk": "Номер банківського рахунку"
+ },
+ "hint": {
+ "en": "Enter bank account",
+ "ru": "Введите номер банковского счета",
+ "uk": "Введіть номер банківського рахунку"
+ },
+ "position": 6,
+ "required": false
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 8,
+ "hint": {
+ "en": "Enter address",
+ "ru": "Enter address",
+ "uk": "Enter address"
+ },
+ "example": "Volodumurska 17"
+ },
+ {
+ "key": "beneficiary_document_id",
+ "type": "string",
+ "regexp": "\/^[A-Z0-9]{3,20}$\/",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Beneficiary Document ID",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document ID",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_country_code_iso",
+ "type": "string",
+ "regexp": "\/^[A-Z]{2}$\/",
+ "required": false,
+ "position": 10,
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$$\/",
+ "required": false,
+ "position": 11
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 12
+ },
+ {
+ "key": "beneficiary_dob",
+ "type": "string",
+ "regexp": "\/^([0-2][0-9]|(3)[0-1])(\\/)(((0)[0-9])|((1)[0-2]))(\\/)\\d{4}||((19|20)\\d{2}(0[1-9]|1[0-2])(0[1-9]|[12]\\d|3[01]))$\/",
+ "required": false,
+ "position": 13,
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "example": "10/05/1964"
+ },
+ {
+ "key": "beneficiary_city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "City",
+ "uk": "City"
+ },
+ "regexp": "\/^.{1,100}$\/",
+ "required": false,
+ "position": 14,
+ "hint": {
+ "en": "Enter city",
+ "ru": "Enter city",
+ "uk": "Enter city"
+ },
+ "example": "London"
+ },
+ {
+ "key": "beneficiary_postcode",
+ "type": "string",
+ "label": {
+ "en": "Postcode",
+ "ru": "Postcode",
+ "uk": "Postcode"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 15,
+ "hint": {
+ "en": "Enter postcode",
+ "ru": "Enter postcode",
+ "uk": "Enter postcode"
+ },
+ "example": "postcode"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "d24_wallet_bob",
+ "currency": "BOB",
+ "method": "d24_wallet",
+ "amount_min": 1,
+ "amount_max": 700000,
+ "fields": [
+ {
+ "key": "account_type",
+ "type": "string",
+ "regexp": "\/^[A-Z]{1}$\/",
+ "label": {
+ "en": "Account type",
+ "ru": "Тип аккаунта",
+ "uk": "Тип акаунту"
+ },
+ "hint": {
+ "en": "Enter account type",
+ "ru": "Введите тип аккаунта",
+ "uk": "Введіть тип акаунту"
+ },
+ "position": 1,
+ "required": false
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,3}$\/",
+ "label": {
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ },
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "beneficiary_document_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z]{2,20}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Beneficiary Document Type",
+ "ru": "Тип документа получателя",
+ "uk": "Тип документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document Type",
+ "ru": "Введите тип документа получателя",
+ "uk": "Введіть тип документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 4,
+ "required": false
+ },
+ {
+ "key": "beneficiary_lastname",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 5,
+ "required": false
+ },
+ {
+ "key": "bank_account",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,30}$\/",
+ "label": {
+ "en": "Bank Account",
+ "ru": "Номер банковского счета",
+ "uk": "Номер банківського рахунку"
+ },
+ "hint": {
+ "en": "Enter bank account",
+ "ru": "Введите номер банковского счета",
+ "uk": "Введіть номер банківського рахунку"
+ },
+ "position": 6,
+ "required": false
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 8,
+ "hint": {
+ "en": "Enter address",
+ "ru": "Enter address",
+ "uk": "Enter address"
+ },
+ "example": "Volodumurska 17"
+ },
+ {
+ "key": "beneficiary_document_id",
+ "type": "string",
+ "regexp": "\/^[A-Z0-9]{3,20}$\/",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Beneficiary Document ID",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document ID",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_country_code_iso",
+ "type": "string",
+ "regexp": "\/^[A-Z]{2}$\/",
+ "required": false,
+ "position": 10,
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$$\/",
+ "required": false,
+ "position": 11
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 12
+ },
+ {
+ "key": "beneficiary_dob",
+ "type": "string",
+ "regexp": "\/^([0-2][0-9]|(3)[0-1])(\\/)(((0)[0-9])|((1)[0-2]))(\\/)\\d{4}||((19|20)\\d{2}(0[1-9]|1[0-2])(0[1-9]|[12]\\d|3[01]))$\/",
+ "required": false,
+ "position": 13,
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "example": "10/05/1964"
+ },
+ {
+ "key": "beneficiary_city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "City",
+ "uk": "City"
+ },
+ "regexp": "\/^.{1,100}$\/",
+ "required": false,
+ "position": 14,
+ "hint": {
+ "en": "Enter city",
+ "ru": "Enter city",
+ "uk": "Enter city"
+ },
+ "example": "London"
+ },
+ {
+ "key": "beneficiary_postcode",
+ "type": "string",
+ "label": {
+ "en": "Postcode",
+ "ru": "Postcode",
+ "uk": "Postcode"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 15,
+ "hint": {
+ "en": "Enter postcode",
+ "ru": "Enter postcode",
+ "uk": "Enter postcode"
+ },
+ "example": "postcode"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "d24_wallet_xaf",
+ "currency": "XAF",
+ "method": "d24_wallet",
+ "amount_min": 1,
+ "amount_max": 60000000,
+ "fields": [
+ {
+ "key": "account_type",
+ "type": "string",
+ "regexp": "\/^[A-Z]{1}$\/",
+ "label": {
+ "en": "Account type",
+ "ru": "Тип аккаунта",
+ "uk": "Тип акаунту"
+ },
+ "hint": {
+ "en": "Enter account type",
+ "ru": "Введите тип аккаунта",
+ "uk": "Введіть тип акаунту"
+ },
+ "position": 1,
+ "required": false
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,3}$\/",
+ "label": {
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ },
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "beneficiary_document_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z]{2,20}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Beneficiary Document Type",
+ "ru": "Тип документа получателя",
+ "uk": "Тип документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document Type",
+ "ru": "Введите тип документа получателя",
+ "uk": "Введіть тип документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 4,
+ "required": false
+ },
+ {
+ "key": "beneficiary_lastname",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 5,
+ "required": false
+ },
+ {
+ "key": "bank_account",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,30}$\/",
+ "label": {
+ "en": "Bank Account",
+ "ru": "Номер банковского счета",
+ "uk": "Номер банківського рахунку"
+ },
+ "hint": {
+ "en": "Enter bank account",
+ "ru": "Введите номер банковского счета",
+ "uk": "Введіть номер банківського рахунку"
+ },
+ "position": 6,
+ "required": false
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 8,
+ "hint": {
+ "en": "Enter address",
+ "ru": "Enter address",
+ "uk": "Enter address"
+ },
+ "example": "Volodumurska 17"
+ },
+ {
+ "key": "beneficiary_document_id",
+ "type": "string",
+ "regexp": "\/^[A-Z0-9]{3,20}$\/",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Beneficiary Document ID",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document ID",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_country_code_iso",
+ "type": "string",
+ "regexp": "\/^[A-Z]{2}$\/",
+ "required": false,
+ "position": 10,
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$$\/",
+ "required": false,
+ "position": 11
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 12
+ },
+ {
+ "key": "beneficiary_dob",
+ "type": "string",
+ "regexp": "\/^([0-2][0-9]|(3)[0-1])(\\/)(((0)[0-9])|((1)[0-2]))(\\/)\\d{4}||((19|20)\\d{2}(0[1-9]|1[0-2])(0[1-9]|[12]\\d|3[01]))$\/",
+ "required": false,
+ "position": 13,
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "example": "10/05/1964"
+ },
+ {
+ "key": "beneficiary_city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "City",
+ "uk": "City"
+ },
+ "regexp": "\/^.{1,100}$\/",
+ "required": false,
+ "position": 14,
+ "hint": {
+ "en": "Enter city",
+ "ru": "Enter city",
+ "uk": "Enter city"
+ },
+ "example": "London"
+ },
+ {
+ "key": "beneficiary_postcode",
+ "type": "string",
+ "label": {
+ "en": "Postcode",
+ "ru": "Postcode",
+ "uk": "Postcode"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 15,
+ "hint": {
+ "en": "Enter postcode",
+ "ru": "Enter postcode",
+ "uk": "Enter postcode"
+ },
+ "example": "postcode"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "d24_wallet_cad",
+ "currency": "CAD",
+ "method": "d24_wallet",
+ "amount_min": 1,
+ "amount_max": 140000,
+ "fields": [
+ {
+ "key": "account_type",
+ "type": "string",
+ "regexp": "\/^[A-Z]{1}$\/",
+ "label": {
+ "en": "Account type",
+ "ru": "Тип аккаунта",
+ "uk": "Тип акаунту"
+ },
+ "hint": {
+ "en": "Enter account type",
+ "ru": "Введите тип аккаунта",
+ "uk": "Введіть тип акаунту"
+ },
+ "position": 1,
+ "required": false
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,3}$\/",
+ "label": {
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ },
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "beneficiary_document_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z]{2,20}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Beneficiary Document Type",
+ "ru": "Тип документа получателя",
+ "uk": "Тип документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document Type",
+ "ru": "Введите тип документа получателя",
+ "uk": "Введіть тип документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 4,
+ "required": false
+ },
+ {
+ "key": "beneficiary_lastname",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 5,
+ "required": false
+ },
+ {
+ "key": "bank_account",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,30}$\/",
+ "label": {
+ "en": "Bank Account",
+ "ru": "Номер банковского счета",
+ "uk": "Номер банківського рахунку"
+ },
+ "hint": {
+ "en": "Enter bank account",
+ "ru": "Введите номер банковского счета",
+ "uk": "Введіть номер банківського рахунку"
+ },
+ "position": 6,
+ "required": false
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 8,
+ "hint": {
+ "en": "Enter address",
+ "ru": "Enter address",
+ "uk": "Enter address"
+ },
+ "example": "Volodumurska 17"
+ },
+ {
+ "key": "beneficiary_document_id",
+ "type": "string",
+ "regexp": "\/^[A-Z0-9]{3,20}$\/",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Beneficiary Document ID",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document ID",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_country_code_iso",
+ "type": "string",
+ "regexp": "\/^[A-Z]{2}$\/",
+ "required": false,
+ "position": 10,
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$$\/",
+ "required": false,
+ "position": 11
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 12
+ },
+ {
+ "key": "beneficiary_dob",
+ "type": "string",
+ "regexp": "\/^([0-2][0-9]|(3)[0-1])(\\/)(((0)[0-9])|((1)[0-2]))(\\/)\\d{4}||((19|20)\\d{2}(0[1-9]|1[0-2])(0[1-9]|[12]\\d|3[01]))$\/",
+ "required": false,
+ "position": 13,
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "example": "10/05/1964"
+ },
+ {
+ "key": "beneficiary_city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "City",
+ "uk": "City"
+ },
+ "regexp": "\/^.{1,100}$\/",
+ "required": false,
+ "position": 14,
+ "hint": {
+ "en": "Enter city",
+ "ru": "Enter city",
+ "uk": "Enter city"
+ },
+ "example": "London"
+ },
+ {
+ "key": "beneficiary_postcode",
+ "type": "string",
+ "label": {
+ "en": "Postcode",
+ "ru": "Postcode",
+ "uk": "Postcode"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 15,
+ "hint": {
+ "en": "Enter postcode",
+ "ru": "Enter postcode",
+ "uk": "Enter postcode"
+ },
+ "example": "postcode"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "d24_wallet_clp",
+ "currency": "CLP",
+ "method": "d24_wallet",
+ "amount_min": 1,
+ "amount_max": 93000000,
+ "fields": [
+ {
+ "key": "account_type",
+ "type": "string",
+ "regexp": "\/^[A-Z]{1}$\/",
+ "label": {
+ "en": "Account type",
+ "ru": "Тип аккаунта",
+ "uk": "Тип акаунту"
+ },
+ "hint": {
+ "en": "Enter account type",
+ "ru": "Введите тип аккаунта",
+ "uk": "Введіть тип акаунту"
+ },
+ "position": 1,
+ "required": false
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,3}$\/",
+ "label": {
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ },
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "beneficiary_document_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z]{2,20}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Beneficiary Document Type",
+ "ru": "Тип документа получателя",
+ "uk": "Тип документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document Type",
+ "ru": "Введите тип документа получателя",
+ "uk": "Введіть тип документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 4,
+ "required": false
+ },
+ {
+ "key": "beneficiary_lastname",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 5,
+ "required": false
+ },
+ {
+ "key": "bank_account",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,30}$\/",
+ "label": {
+ "en": "Bank Account",
+ "ru": "Номер банковского счета",
+ "uk": "Номер банківського рахунку"
+ },
+ "hint": {
+ "en": "Enter bank account",
+ "ru": "Введите номер банковского счета",
+ "uk": "Введіть номер банківського рахунку"
+ },
+ "position": 6,
+ "required": false
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 8,
+ "hint": {
+ "en": "Enter address",
+ "ru": "Enter address",
+ "uk": "Enter address"
+ },
+ "example": "Volodumurska 17"
+ },
+ {
+ "key": "beneficiary_document_id",
+ "type": "string",
+ "regexp": "\/^[A-Z0-9]{3,20}$\/",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Beneficiary Document ID",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document ID",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_country_code_iso",
+ "type": "string",
+ "regexp": "\/^[A-Z]{2}$\/",
+ "required": false,
+ "position": 10,
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$$\/",
+ "required": false,
+ "position": 11
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 12
+ },
+ {
+ "key": "beneficiary_dob",
+ "type": "string",
+ "regexp": "\/^([0-2][0-9]|(3)[0-1])(\\/)(((0)[0-9])|((1)[0-2]))(\\/)\\d{4}||((19|20)\\d{2}(0[1-9]|1[0-2])(0[1-9]|[12]\\d|3[01]))$\/",
+ "required": false,
+ "position": 13,
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "example": "10/05/1964"
+ },
+ {
+ "key": "beneficiary_city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "City",
+ "uk": "City"
+ },
+ "regexp": "\/^.{1,100}$\/",
+ "required": false,
+ "position": 14,
+ "hint": {
+ "en": "Enter city",
+ "ru": "Enter city",
+ "uk": "Enter city"
+ },
+ "example": "London"
+ },
+ {
+ "key": "beneficiary_postcode",
+ "type": "string",
+ "label": {
+ "en": "Postcode",
+ "ru": "Postcode",
+ "uk": "Postcode"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 15,
+ "hint": {
+ "en": "Enter postcode",
+ "ru": "Enter postcode",
+ "uk": "Enter postcode"
+ },
+ "example": "postcode"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "d24_wallet_cny",
+ "currency": "CNY",
+ "method": "d24_wallet",
+ "amount_min": 1,
+ "amount_max": 700000,
+ "fields": [
+ {
+ "key": "account_type",
+ "type": "string",
+ "regexp": "\/^[A-Z]{1}$\/",
+ "label": {
+ "en": "Account type",
+ "ru": "Тип аккаунта",
+ "uk": "Тип акаунту"
+ },
+ "hint": {
+ "en": "Enter account type",
+ "ru": "Введите тип аккаунта",
+ "uk": "Введіть тип акаунту"
+ },
+ "position": 1,
+ "required": false
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,3}$\/",
+ "label": {
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ },
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "beneficiary_document_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z]{2,20}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Beneficiary Document Type",
+ "ru": "Тип документа получателя",
+ "uk": "Тип документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document Type",
+ "ru": "Введите тип документа получателя",
+ "uk": "Введіть тип документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 4,
+ "required": false
+ },
+ {
+ "key": "beneficiary_lastname",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 5,
+ "required": false
+ },
+ {
+ "key": "bank_account",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,30}$\/",
+ "label": {
+ "en": "Bank Account",
+ "ru": "Номер банковского счета",
+ "uk": "Номер банківського рахунку"
+ },
+ "hint": {
+ "en": "Enter bank account",
+ "ru": "Введите номер банковского счета",
+ "uk": "Введіть номер банківського рахунку"
+ },
+ "position": 6,
+ "required": false
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 8,
+ "hint": {
+ "en": "Enter address",
+ "ru": "Enter address",
+ "uk": "Enter address"
+ },
+ "example": "Volodumurska 17"
+ },
+ {
+ "key": "beneficiary_document_id",
+ "type": "string",
+ "regexp": "\/^[A-Z0-9]{3,20}$\/",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Beneficiary Document ID",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document ID",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_country_code_iso",
+ "type": "string",
+ "regexp": "\/^[A-Z]{2}$\/",
+ "required": false,
+ "position": 10,
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$$\/",
+ "required": false,
+ "position": 11
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 12
+ },
+ {
+ "key": "beneficiary_dob",
+ "type": "string",
+ "regexp": "\/^([0-2][0-9]|(3)[0-1])(\\/)(((0)[0-9])|((1)[0-2]))(\\/)\\d{4}||((19|20)\\d{2}(0[1-9]|1[0-2])(0[1-9]|[12]\\d|3[01]))$\/",
+ "required": false,
+ "position": 13,
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "example": "10/05/1964"
+ },
+ {
+ "key": "beneficiary_city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "City",
+ "uk": "City"
+ },
+ "regexp": "\/^.{1,100}$\/",
+ "required": false,
+ "position": 14,
+ "hint": {
+ "en": "Enter city",
+ "ru": "Enter city",
+ "uk": "Enter city"
+ },
+ "example": "London"
+ },
+ {
+ "key": "beneficiary_postcode",
+ "type": "string",
+ "label": {
+ "en": "Postcode",
+ "ru": "Postcode",
+ "uk": "Postcode"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 15,
+ "hint": {
+ "en": "Enter postcode",
+ "ru": "Enter postcode",
+ "uk": "Enter postcode"
+ },
+ "example": "postcode"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "d24_wallet_cop",
+ "currency": "COP",
+ "method": "d24_wallet",
+ "amount_min": 1,
+ "amount_max": 400000000,
+ "fields": [
+ {
+ "key": "account_type",
+ "type": "string",
+ "regexp": "\/^[A-Z]{1}$\/",
+ "label": {
+ "en": "Account type",
+ "ru": "Тип аккаунта",
+ "uk": "Тип акаунту"
+ },
+ "hint": {
+ "en": "Enter account type",
+ "ru": "Введите тип аккаунта",
+ "uk": "Введіть тип акаунту"
+ },
+ "position": 1,
+ "required": false
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,3}$\/",
+ "label": {
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ },
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "beneficiary_document_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z]{2,20}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Beneficiary Document Type",
+ "ru": "Тип документа получателя",
+ "uk": "Тип документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document Type",
+ "ru": "Введите тип документа получателя",
+ "uk": "Введіть тип документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 4,
+ "required": false
+ },
+ {
+ "key": "beneficiary_lastname",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 5,
+ "required": false
+ },
+ {
+ "key": "bank_account",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,30}$\/",
+ "label": {
+ "en": "Bank Account",
+ "ru": "Номер банковского счета",
+ "uk": "Номер банківського рахунку"
+ },
+ "hint": {
+ "en": "Enter bank account",
+ "ru": "Введите номер банковского счета",
+ "uk": "Введіть номер банківського рахунку"
+ },
+ "position": 6,
+ "required": false
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 8,
+ "hint": {
+ "en": "Enter address",
+ "ru": "Enter address",
+ "uk": "Enter address"
+ },
+ "example": "Volodumurska 17"
+ },
+ {
+ "key": "beneficiary_document_id",
+ "type": "string",
+ "regexp": "\/^[A-Z0-9]{3,20}$\/",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Beneficiary Document ID",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document ID",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_country_code_iso",
+ "type": "string",
+ "regexp": "\/^[A-Z]{2}$\/",
+ "required": false,
+ "position": 10,
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$$\/",
+ "required": false,
+ "position": 11
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 12
+ },
+ {
+ "key": "beneficiary_dob",
+ "type": "string",
+ "regexp": "\/^([0-2][0-9]|(3)[0-1])(\\/)(((0)[0-9])|((1)[0-2]))(\\/)\\d{4}||((19|20)\\d{2}(0[1-9]|1[0-2])(0[1-9]|[12]\\d|3[01]))$\/",
+ "required": false,
+ "position": 13,
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "example": "10/05/1964"
+ },
+ {
+ "key": "beneficiary_city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "City",
+ "uk": "City"
+ },
+ "regexp": "\/^.{1,100}$\/",
+ "required": false,
+ "position": 14,
+ "hint": {
+ "en": "Enter city",
+ "ru": "Enter city",
+ "uk": "Enter city"
+ },
+ "example": "London"
+ },
+ {
+ "key": "beneficiary_postcode",
+ "type": "string",
+ "label": {
+ "en": "Postcode",
+ "ru": "Postcode",
+ "uk": "Postcode"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 15,
+ "hint": {
+ "en": "Enter postcode",
+ "ru": "Enter postcode",
+ "uk": "Enter postcode"
+ },
+ "example": "postcode"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "d24_wallet_crc",
+ "currency": "CRC",
+ "method": "d24_wallet",
+ "amount_min": 1,
+ "amount_max": 52000000,
+ "fields": [
+ {
+ "key": "account_type",
+ "type": "string",
+ "regexp": "\/^[A-Z]{1}$\/",
+ "label": {
+ "en": "Account type",
+ "ru": "Тип аккаунта",
+ "uk": "Тип акаунту"
+ },
+ "hint": {
+ "en": "Enter account type",
+ "ru": "Введите тип аккаунта",
+ "uk": "Введіть тип акаунту"
+ },
+ "position": 1,
+ "required": false
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,3}$\/",
+ "label": {
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ },
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "beneficiary_document_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z]{2,20}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Beneficiary Document Type",
+ "ru": "Тип документа получателя",
+ "uk": "Тип документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document Type",
+ "ru": "Введите тип документа получателя",
+ "uk": "Введіть тип документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 4,
+ "required": false
+ },
+ {
+ "key": "beneficiary_lastname",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 5,
+ "required": false
+ },
+ {
+ "key": "bank_account",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,30}$\/",
+ "label": {
+ "en": "Bank Account",
+ "ru": "Номер банковского счета",
+ "uk": "Номер банківського рахунку"
+ },
+ "hint": {
+ "en": "Enter bank account",
+ "ru": "Введите номер банковского счета",
+ "uk": "Введіть номер банківського рахунку"
+ },
+ "position": 6,
+ "required": false
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 8,
+ "hint": {
+ "en": "Enter address",
+ "ru": "Enter address",
+ "uk": "Enter address"
+ },
+ "example": "Volodumurska 17"
+ },
+ {
+ "key": "beneficiary_document_id",
+ "type": "string",
+ "regexp": "\/^[A-Z0-9]{3,20}$\/",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Beneficiary Document ID",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document ID",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_country_code_iso",
+ "type": "string",
+ "regexp": "\/^[A-Z]{2}$\/",
+ "required": false,
+ "position": 10,
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$$\/",
+ "required": false,
+ "position": 11
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 12
+ },
+ {
+ "key": "beneficiary_dob",
+ "type": "string",
+ "regexp": "\/^([0-2][0-9]|(3)[0-1])(\\/)(((0)[0-9])|((1)[0-2]))(\\/)\\d{4}||((19|20)\\d{2}(0[1-9]|1[0-2])(0[1-9]|[12]\\d|3[01]))$\/",
+ "required": false,
+ "position": 13,
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "example": "10/05/1964"
+ },
+ {
+ "key": "beneficiary_city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "City",
+ "uk": "City"
+ },
+ "regexp": "\/^.{1,100}$\/",
+ "required": false,
+ "position": 14,
+ "hint": {
+ "en": "Enter city",
+ "ru": "Enter city",
+ "uk": "Enter city"
+ },
+ "example": "London"
+ },
+ {
+ "key": "beneficiary_postcode",
+ "type": "string",
+ "label": {
+ "en": "Postcode",
+ "ru": "Postcode",
+ "uk": "Postcode"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 15,
+ "hint": {
+ "en": "Enter postcode",
+ "ru": "Enter postcode",
+ "uk": "Enter postcode"
+ },
+ "example": "postcode"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "d24_wallet_xof",
+ "currency": "XOF",
+ "method": "d24_wallet",
+ "amount_min": 1,
+ "amount_max": 60000000,
+ "fields": [
+ {
+ "key": "account_type",
+ "type": "string",
+ "regexp": "\/^[A-Z]{1}$\/",
+ "label": {
+ "en": "Account type",
+ "ru": "Тип аккаунта",
+ "uk": "Тип акаунту"
+ },
+ "hint": {
+ "en": "Enter account type",
+ "ru": "Введите тип аккаунта",
+ "uk": "Введіть тип акаунту"
+ },
+ "position": 1,
+ "required": false
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,3}$\/",
+ "label": {
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ },
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "beneficiary_document_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z]{2,20}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Beneficiary Document Type",
+ "ru": "Тип документа получателя",
+ "uk": "Тип документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document Type",
+ "ru": "Введите тип документа получателя",
+ "uk": "Введіть тип документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 4,
+ "required": false
+ },
+ {
+ "key": "beneficiary_lastname",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 5,
+ "required": false
+ },
+ {
+ "key": "bank_account",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,30}$\/",
+ "label": {
+ "en": "Bank Account",
+ "ru": "Номер банковского счета",
+ "uk": "Номер банківського рахунку"
+ },
+ "hint": {
+ "en": "Enter bank account",
+ "ru": "Введите номер банковского счета",
+ "uk": "Введіть номер банківського рахунку"
+ },
+ "position": 6,
+ "required": false
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 8,
+ "hint": {
+ "en": "Enter address",
+ "ru": "Enter address",
+ "uk": "Enter address"
+ },
+ "example": "Volodumurska 17"
+ },
+ {
+ "key": "beneficiary_document_id",
+ "type": "string",
+ "regexp": "\/^[A-Z0-9]{3,20}$\/",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Beneficiary Document ID",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document ID",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_country_code_iso",
+ "type": "string",
+ "regexp": "\/^[A-Z]{2}$\/",
+ "required": false,
+ "position": 10,
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$$\/",
+ "required": false,
+ "position": 11
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 12
+ },
+ {
+ "key": "beneficiary_dob",
+ "type": "string",
+ "regexp": "\/^([0-2][0-9]|(3)[0-1])(\\/)(((0)[0-9])|((1)[0-2]))(\\/)\\d{4}||((19|20)\\d{2}(0[1-9]|1[0-2])(0[1-9]|[12]\\d|3[01]))$\/",
+ "required": false,
+ "position": 13,
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "example": "10/05/1964"
+ },
+ {
+ "key": "beneficiary_city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "City",
+ "uk": "City"
+ },
+ "regexp": "\/^.{1,100}$\/",
+ "required": false,
+ "position": 14,
+ "hint": {
+ "en": "Enter city",
+ "ru": "Enter city",
+ "uk": "Enter city"
+ },
+ "example": "London"
+ },
+ {
+ "key": "beneficiary_postcode",
+ "type": "string",
+ "label": {
+ "en": "Postcode",
+ "ru": "Postcode",
+ "uk": "Postcode"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 15,
+ "hint": {
+ "en": "Enter postcode",
+ "ru": "Enter postcode",
+ "uk": "Enter postcode"
+ },
+ "example": "postcode"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "d24_wallet_dop",
+ "currency": "DOP",
+ "method": "d24_wallet",
+ "amount_min": 1,
+ "amount_max": 6000000,
+ "fields": [
+ {
+ "key": "account_type",
+ "type": "string",
+ "regexp": "\/^[A-Z]{1}$\/",
+ "label": {
+ "en": "Account type",
+ "ru": "Тип аккаунта",
+ "uk": "Тип акаунту"
+ },
+ "hint": {
+ "en": "Enter account type",
+ "ru": "Введите тип аккаунта",
+ "uk": "Введіть тип акаунту"
+ },
+ "position": 1,
+ "required": false
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,3}$\/",
+ "label": {
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ },
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "beneficiary_document_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z]{2,20}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Beneficiary Document Type",
+ "ru": "Тип документа получателя",
+ "uk": "Тип документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document Type",
+ "ru": "Введите тип документа получателя",
+ "uk": "Введіть тип документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 4,
+ "required": false
+ },
+ {
+ "key": "beneficiary_lastname",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 5,
+ "required": false
+ },
+ {
+ "key": "bank_account",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,30}$\/",
+ "label": {
+ "en": "Bank Account",
+ "ru": "Номер банковского счета",
+ "uk": "Номер банківського рахунку"
+ },
+ "hint": {
+ "en": "Enter bank account",
+ "ru": "Введите номер банковского счета",
+ "uk": "Введіть номер банківського рахунку"
+ },
+ "position": 6,
+ "required": false
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 8,
+ "hint": {
+ "en": "Enter address",
+ "ru": "Enter address",
+ "uk": "Enter address"
+ },
+ "example": "Volodumurska 17"
+ },
+ {
+ "key": "beneficiary_document_id",
+ "type": "string",
+ "regexp": "\/^[A-Z0-9]{3,20}$\/",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Beneficiary Document ID",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document ID",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_country_code_iso",
+ "type": "string",
+ "regexp": "\/^[A-Z]{2}$\/",
+ "required": false,
+ "position": 10,
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$$\/",
+ "required": false,
+ "position": 11
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 12
+ },
+ {
+ "key": "beneficiary_dob",
+ "type": "string",
+ "regexp": "\/^([0-2][0-9]|(3)[0-1])(\\/)(((0)[0-9])|((1)[0-2]))(\\/)\\d{4}||((19|20)\\d{2}(0[1-9]|1[0-2])(0[1-9]|[12]\\d|3[01]))$\/",
+ "required": false,
+ "position": 13,
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "example": "10/05/1964"
+ },
+ {
+ "key": "beneficiary_city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "City",
+ "uk": "City"
+ },
+ "regexp": "\/^.{1,100}$\/",
+ "required": false,
+ "position": 14,
+ "hint": {
+ "en": "Enter city",
+ "ru": "Enter city",
+ "uk": "Enter city"
+ },
+ "example": "London"
+ },
+ {
+ "key": "beneficiary_postcode",
+ "type": "string",
+ "label": {
+ "en": "Postcode",
+ "ru": "Postcode",
+ "uk": "Postcode"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 15,
+ "hint": {
+ "en": "Enter postcode",
+ "ru": "Enter postcode",
+ "uk": "Enter postcode"
+ },
+ "example": "postcode"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "d24_wallet_usd",
+ "currency": "USD",
+ "method": "d24_wallet",
+ "amount_min": 1,
+ "amount_max": 100000,
+ "fields": [
+ {
+ "key": "account_type",
+ "type": "string",
+ "regexp": "\/^[A-Z]{1}$\/",
+ "label": {
+ "en": "Account type",
+ "ru": "Тип аккаунта",
+ "uk": "Тип акаунту"
+ },
+ "hint": {
+ "en": "Enter account type",
+ "ru": "Введите тип аккаунта",
+ "uk": "Введіть тип акаунту"
+ },
+ "position": 1,
+ "required": false
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,3}$\/",
+ "label": {
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ },
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "beneficiary_document_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z]{2,20}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Beneficiary Document Type",
+ "ru": "Тип документа получателя",
+ "uk": "Тип документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document Type",
+ "ru": "Введите тип документа получателя",
+ "uk": "Введіть тип документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 4,
+ "required": false
+ },
+ {
+ "key": "beneficiary_lastname",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 5,
+ "required": false
+ },
+ {
+ "key": "bank_account",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,30}$\/",
+ "label": {
+ "en": "Bank Account",
+ "ru": "Номер банковского счета",
+ "uk": "Номер банківського рахунку"
+ },
+ "hint": {
+ "en": "Enter bank account",
+ "ru": "Введите номер банковского счета",
+ "uk": "Введіть номер банківського рахунку"
+ },
+ "position": 6,
+ "required": false
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 8,
+ "hint": {
+ "en": "Enter address",
+ "ru": "Enter address",
+ "uk": "Enter address"
+ },
+ "example": "Volodumurska 17"
+ },
+ {
+ "key": "beneficiary_document_id",
+ "type": "string",
+ "regexp": "\/^[A-Z0-9]{3,20}$\/",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Beneficiary Document ID",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document ID",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_country_code_iso",
+ "type": "string",
+ "regexp": "\/^[A-Z]{2}$\/",
+ "required": false,
+ "position": 10,
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$$\/",
+ "required": false,
+ "position": 11
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 12
+ },
+ {
+ "key": "beneficiary_dob",
+ "type": "string",
+ "regexp": "\/^([0-2][0-9]|(3)[0-1])(\\/)(((0)[0-9])|((1)[0-2]))(\\/)\\d{4}||((19|20)\\d{2}(0[1-9]|1[0-2])(0[1-9]|[12]\\d|3[01]))$\/",
+ "required": false,
+ "position": 13,
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "example": "10/05/1964"
+ },
+ {
+ "key": "beneficiary_city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "City",
+ "uk": "City"
+ },
+ "regexp": "\/^.{1,100}$\/",
+ "required": false,
+ "position": 14,
+ "hint": {
+ "en": "Enter city",
+ "ru": "Enter city",
+ "uk": "Enter city"
+ },
+ "example": "London"
+ },
+ {
+ "key": "beneficiary_postcode",
+ "type": "string",
+ "label": {
+ "en": "Postcode",
+ "ru": "Postcode",
+ "uk": "Postcode"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 15,
+ "hint": {
+ "en": "Enter postcode",
+ "ru": "Enter postcode",
+ "uk": "Enter postcode"
+ },
+ "example": "postcode"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "d24_wallet_svc",
+ "currency": "SVC",
+ "method": "d24_wallet",
+ "amount_min": 1,
+ "amount_max": 900000,
+ "fields": [
+ {
+ "key": "account_type",
+ "type": "string",
+ "regexp": "\/^[A-Z]{1}$\/",
+ "label": {
+ "en": "Account type",
+ "ru": "Тип аккаунта",
+ "uk": "Тип акаунту"
+ },
+ "hint": {
+ "en": "Enter account type",
+ "ru": "Введите тип аккаунта",
+ "uk": "Введіть тип акаунту"
+ },
+ "position": 1,
+ "required": false
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,3}$\/",
+ "label": {
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ },
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "beneficiary_document_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z]{2,20}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Beneficiary Document Type",
+ "ru": "Тип документа получателя",
+ "uk": "Тип документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document Type",
+ "ru": "Введите тип документа получателя",
+ "uk": "Введіть тип документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 4,
+ "required": false
+ },
+ {
+ "key": "beneficiary_lastname",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 5,
+ "required": false
+ },
+ {
+ "key": "bank_account",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,30}$\/",
+ "label": {
+ "en": "Bank Account",
+ "ru": "Номер банковского счета",
+ "uk": "Номер банківського рахунку"
+ },
+ "hint": {
+ "en": "Enter bank account",
+ "ru": "Введите номер банковского счета",
+ "uk": "Введіть номер банківського рахунку"
+ },
+ "position": 6,
+ "required": false
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 8,
+ "hint": {
+ "en": "Enter address",
+ "ru": "Enter address",
+ "uk": "Enter address"
+ },
+ "example": "Volodumurska 17"
+ },
+ {
+ "key": "beneficiary_document_id",
+ "type": "string",
+ "regexp": "\/^[A-Z0-9]{3,20}$\/",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Beneficiary Document ID",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document ID",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_country_code_iso",
+ "type": "string",
+ "regexp": "\/^[A-Z]{2}$\/",
+ "required": false,
+ "position": 10,
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$$\/",
+ "required": false,
+ "position": 11
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 12
+ },
+ {
+ "key": "beneficiary_dob",
+ "type": "string",
+ "regexp": "\/^([0-2][0-9]|(3)[0-1])(\\/)(((0)[0-9])|((1)[0-2]))(\\/)\\d{4}||((19|20)\\d{2}(0[1-9]|1[0-2])(0[1-9]|[12]\\d|3[01]))$\/",
+ "required": false,
+ "position": 13,
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "example": "10/05/1964"
+ },
+ {
+ "key": "beneficiary_city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "City",
+ "uk": "City"
+ },
+ "regexp": "\/^.{1,100}$\/",
+ "required": false,
+ "position": 14,
+ "hint": {
+ "en": "Enter city",
+ "ru": "Enter city",
+ "uk": "Enter city"
+ },
+ "example": "London"
+ },
+ {
+ "key": "beneficiary_postcode",
+ "type": "string",
+ "label": {
+ "en": "Postcode",
+ "ru": "Postcode",
+ "uk": "Postcode"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 15,
+ "hint": {
+ "en": "Enter postcode",
+ "ru": "Enter postcode",
+ "uk": "Enter postcode"
+ },
+ "example": "postcode"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "d24_wallet_ghs",
+ "currency": "GHS",
+ "method": "d24_wallet",
+ "amount_min": 1,
+ "amount_max": 1600000,
+ "fields": [
+ {
+ "key": "account_type",
+ "type": "string",
+ "regexp": "\/^[A-Z]{1}$\/",
+ "label": {
+ "en": "Account type",
+ "ru": "Тип аккаунта",
+ "uk": "Тип акаунту"
+ },
+ "hint": {
+ "en": "Enter account type",
+ "ru": "Введите тип аккаунта",
+ "uk": "Введіть тип акаунту"
+ },
+ "position": 1,
+ "required": false
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,3}$\/",
+ "label": {
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ },
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "beneficiary_document_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z]{2,20}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Beneficiary Document Type",
+ "ru": "Тип документа получателя",
+ "uk": "Тип документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document Type",
+ "ru": "Введите тип документа получателя",
+ "uk": "Введіть тип документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 4,
+ "required": false
+ },
+ {
+ "key": "beneficiary_lastname",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 5,
+ "required": false
+ },
+ {
+ "key": "bank_account",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,30}$\/",
+ "label": {
+ "en": "Bank Account",
+ "ru": "Номер банковского счета",
+ "uk": "Номер банківського рахунку"
+ },
+ "hint": {
+ "en": "Enter bank account",
+ "ru": "Введите номер банковского счета",
+ "uk": "Введіть номер банківського рахунку"
+ },
+ "position": 6,
+ "required": false
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 8,
+ "hint": {
+ "en": "Enter address",
+ "ru": "Enter address",
+ "uk": "Enter address"
+ },
+ "example": "Volodumurska 17"
+ },
+ {
+ "key": "beneficiary_document_id",
+ "type": "string",
+ "regexp": "\/^[A-Z0-9]{3,20}$\/",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Beneficiary Document ID",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document ID",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_country_code_iso",
+ "type": "string",
+ "regexp": "\/^[A-Z]{2}$\/",
+ "required": false,
+ "position": 10,
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$$\/",
+ "required": false,
+ "position": 11
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 12
+ },
+ {
+ "key": "beneficiary_dob",
+ "type": "string",
+ "regexp": "\/^([0-2][0-9]|(3)[0-1])(\\/)(((0)[0-9])|((1)[0-2]))(\\/)\\d{4}||((19|20)\\d{2}(0[1-9]|1[0-2])(0[1-9]|[12]\\d|3[01]))$\/",
+ "required": false,
+ "position": 13,
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "example": "10/05/1964"
+ },
+ {
+ "key": "beneficiary_city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "City",
+ "uk": "City"
+ },
+ "regexp": "\/^.{1,100}$\/",
+ "required": false,
+ "position": 14,
+ "hint": {
+ "en": "Enter city",
+ "ru": "Enter city",
+ "uk": "Enter city"
+ },
+ "example": "London"
+ },
+ {
+ "key": "beneficiary_postcode",
+ "type": "string",
+ "label": {
+ "en": "Postcode",
+ "ru": "Postcode",
+ "uk": "Postcode"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 15,
+ "hint": {
+ "en": "Enter postcode",
+ "ru": "Enter postcode",
+ "uk": "Enter postcode"
+ },
+ "example": "postcode"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "d24_wallet_gtq",
+ "currency": "GTQ",
+ "method": "d24_wallet",
+ "amount_min": 1,
+ "amount_max": 800000,
+ "fields": [
+ {
+ "key": "account_type",
+ "type": "string",
+ "regexp": "\/^[A-Z]{1}$\/",
+ "label": {
+ "en": "Account type",
+ "ru": "Тип аккаунта",
+ "uk": "Тип акаунту"
+ },
+ "hint": {
+ "en": "Enter account type",
+ "ru": "Введите тип аккаунта",
+ "uk": "Введіть тип акаунту"
+ },
+ "position": 1,
+ "required": false
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,3}$\/",
+ "label": {
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ },
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "beneficiary_document_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z]{2,20}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Beneficiary Document Type",
+ "ru": "Тип документа получателя",
+ "uk": "Тип документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document Type",
+ "ru": "Введите тип документа получателя",
+ "uk": "Введіть тип документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 4,
+ "required": false
+ },
+ {
+ "key": "beneficiary_lastname",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 5,
+ "required": false
+ },
+ {
+ "key": "bank_account",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,30}$\/",
+ "label": {
+ "en": "Bank Account",
+ "ru": "Номер банковского счета",
+ "uk": "Номер банківського рахунку"
+ },
+ "hint": {
+ "en": "Enter bank account",
+ "ru": "Введите номер банковского счета",
+ "uk": "Введіть номер банківського рахунку"
+ },
+ "position": 6,
+ "required": false
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 8,
+ "hint": {
+ "en": "Enter address",
+ "ru": "Enter address",
+ "uk": "Enter address"
+ },
+ "example": "Volodumurska 17"
+ },
+ {
+ "key": "beneficiary_document_id",
+ "type": "string",
+ "regexp": "\/^[A-Z0-9]{3,20}$\/",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Beneficiary Document ID",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document ID",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_country_code_iso",
+ "type": "string",
+ "regexp": "\/^[A-Z]{2}$\/",
+ "required": false,
+ "position": 10,
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$$\/",
+ "required": false,
+ "position": 11
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 12
+ },
+ {
+ "key": "beneficiary_dob",
+ "type": "string",
+ "regexp": "\/^([0-2][0-9]|(3)[0-1])(\\/)(((0)[0-9])|((1)[0-2]))(\\/)\\d{4}||((19|20)\\d{2}(0[1-9]|1[0-2])(0[1-9]|[12]\\d|3[01]))$\/",
+ "required": false,
+ "position": 13,
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "example": "10/05/1964"
+ },
+ {
+ "key": "beneficiary_city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "City",
+ "uk": "City"
+ },
+ "regexp": "\/^.{1,100}$\/",
+ "required": false,
+ "position": 14,
+ "hint": {
+ "en": "Enter city",
+ "ru": "Enter city",
+ "uk": "Enter city"
+ },
+ "example": "London"
+ },
+ {
+ "key": "beneficiary_postcode",
+ "type": "string",
+ "label": {
+ "en": "Postcode",
+ "ru": "Postcode",
+ "uk": "Postcode"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 15,
+ "hint": {
+ "en": "Enter postcode",
+ "ru": "Enter postcode",
+ "uk": "Enter postcode"
+ },
+ "example": "postcode"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "d24_wallet_inr",
+ "currency": "INR",
+ "method": "d24_wallet",
+ "amount_min": 1,
+ "amount_max": 9000000,
+ "fields": [
+ {
+ "key": "account_type",
+ "type": "string",
+ "regexp": "\/^[A-Z]{1}$\/",
+ "label": {
+ "en": "Account type",
+ "ru": "Тип аккаунта",
+ "uk": "Тип акаунту"
+ },
+ "hint": {
+ "en": "Enter account type",
+ "ru": "Введите тип аккаунта",
+ "uk": "Введіть тип акаунту"
+ },
+ "position": 1,
+ "required": false
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,3}$\/",
+ "label": {
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ },
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "beneficiary_document_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z]{2,20}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Beneficiary Document Type",
+ "ru": "Тип документа получателя",
+ "uk": "Тип документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document Type",
+ "ru": "Введите тип документа получателя",
+ "uk": "Введіть тип документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 4,
+ "required": false
+ },
+ {
+ "key": "beneficiary_lastname",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 5,
+ "required": false
+ },
+ {
+ "key": "bank_account",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,30}$\/",
+ "label": {
+ "en": "Bank Account",
+ "ru": "Номер банковского счета",
+ "uk": "Номер банківського рахунку"
+ },
+ "hint": {
+ "en": "Enter bank account",
+ "ru": "Введите номер банковского счета",
+ "uk": "Введіть номер банківського рахунку"
+ },
+ "position": 6,
+ "required": false
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 8,
+ "hint": {
+ "en": "Enter address",
+ "ru": "Enter address",
+ "uk": "Enter address"
+ },
+ "example": "Volodumurska 17"
+ },
+ {
+ "key": "beneficiary_document_id",
+ "type": "string",
+ "regexp": "\/^[A-Z0-9]{3,20}$\/",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Beneficiary Document ID",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document ID",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_country_code_iso",
+ "type": "string",
+ "regexp": "\/^[A-Z]{2}$\/",
+ "required": false,
+ "position": 10,
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$$\/",
+ "required": false,
+ "position": 11
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 12
+ },
+ {
+ "key": "beneficiary_dob",
+ "type": "string",
+ "regexp": "\/^([0-2][0-9]|(3)[0-1])(\\/)(((0)[0-9])|((1)[0-2]))(\\/)\\d{4}||((19|20)\\d{2}(0[1-9]|1[0-2])(0[1-9]|[12]\\d|3[01]))$\/",
+ "required": false,
+ "position": 13,
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "example": "10/05/1964"
+ },
+ {
+ "key": "beneficiary_city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "City",
+ "uk": "City"
+ },
+ "regexp": "\/^.{1,100}$\/",
+ "required": false,
+ "position": 14,
+ "hint": {
+ "en": "Enter city",
+ "ru": "Enter city",
+ "uk": "Enter city"
+ },
+ "example": "London"
+ },
+ {
+ "key": "beneficiary_postcode",
+ "type": "string",
+ "label": {
+ "en": "Postcode",
+ "ru": "Postcode",
+ "uk": "Postcode"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 15,
+ "hint": {
+ "en": "Enter postcode",
+ "ru": "Enter postcode",
+ "uk": "Enter postcode"
+ },
+ "example": "postcode"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "d24_wallet_idr",
+ "currency": "IDR",
+ "method": "d24_wallet",
+ "amount_min": 1,
+ "amount_max": 1600000000,
+ "fields": [
+ {
+ "key": "account_type",
+ "type": "string",
+ "regexp": "\/^[A-Z]{1}$\/",
+ "label": {
+ "en": "Account type",
+ "ru": "Тип аккаунта",
+ "uk": "Тип акаунту"
+ },
+ "hint": {
+ "en": "Enter account type",
+ "ru": "Введите тип аккаунта",
+ "uk": "Введіть тип акаунту"
+ },
+ "position": 1,
+ "required": false
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,3}$\/",
+ "label": {
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ },
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "beneficiary_document_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z]{2,20}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Beneficiary Document Type",
+ "ru": "Тип документа получателя",
+ "uk": "Тип документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document Type",
+ "ru": "Введите тип документа получателя",
+ "uk": "Введіть тип документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 4,
+ "required": false
+ },
+ {
+ "key": "beneficiary_lastname",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 5,
+ "required": false
+ },
+ {
+ "key": "bank_account",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,30}$\/",
+ "label": {
+ "en": "Bank Account",
+ "ru": "Номер банковского счета",
+ "uk": "Номер банківського рахунку"
+ },
+ "hint": {
+ "en": "Enter bank account",
+ "ru": "Введите номер банковского счета",
+ "uk": "Введіть номер банківського рахунку"
+ },
+ "position": 6,
+ "required": false
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 8,
+ "hint": {
+ "en": "Enter address",
+ "ru": "Enter address",
+ "uk": "Enter address"
+ },
+ "example": "Volodumurska 17"
+ },
+ {
+ "key": "beneficiary_document_id",
+ "type": "string",
+ "regexp": "\/^[A-Z0-9]{3,20}$\/",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Beneficiary Document ID",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document ID",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_country_code_iso",
+ "type": "string",
+ "regexp": "\/^[A-Z]{2}$\/",
+ "required": false,
+ "position": 10,
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$$\/",
+ "required": false,
+ "position": 11
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 12
+ },
+ {
+ "key": "beneficiary_dob",
+ "type": "string",
+ "regexp": "\/^([0-2][0-9]|(3)[0-1])(\\/)(((0)[0-9])|((1)[0-2]))(\\/)\\d{4}||((19|20)\\d{2}(0[1-9]|1[0-2])(0[1-9]|[12]\\d|3[01]))$\/",
+ "required": false,
+ "position": 13,
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "example": "10/05/1964"
+ },
+ {
+ "key": "beneficiary_city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "City",
+ "uk": "City"
+ },
+ "regexp": "\/^.{1,100}$\/",
+ "required": false,
+ "position": 14,
+ "hint": {
+ "en": "Enter city",
+ "ru": "Enter city",
+ "uk": "Enter city"
+ },
+ "example": "London"
+ },
+ {
+ "key": "beneficiary_postcode",
+ "type": "string",
+ "label": {
+ "en": "Postcode",
+ "ru": "Postcode",
+ "uk": "Postcode"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 15,
+ "hint": {
+ "en": "Enter postcode",
+ "ru": "Enter postcode",
+ "uk": "Enter postcode"
+ },
+ "example": "postcode"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "d24_wallet_jpy",
+ "currency": "JPY",
+ "method": "d24_wallet",
+ "amount_min": 1,
+ "amount_max": 15000000,
+ "fields": [
+ {
+ "key": "account_type",
+ "type": "string",
+ "regexp": "\/^[A-Z]{1}$\/",
+ "label": {
+ "en": "Account type",
+ "ru": "Тип аккаунта",
+ "uk": "Тип акаунту"
+ },
+ "hint": {
+ "en": "Enter account type",
+ "ru": "Введите тип аккаунта",
+ "uk": "Введіть тип акаунту"
+ },
+ "position": 1,
+ "required": false
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,3}$\/",
+ "label": {
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ },
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "beneficiary_document_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z]{2,20}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Beneficiary Document Type",
+ "ru": "Тип документа получателя",
+ "uk": "Тип документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document Type",
+ "ru": "Введите тип документа получателя",
+ "uk": "Введіть тип документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 4,
+ "required": false
+ },
+ {
+ "key": "beneficiary_lastname",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 5,
+ "required": false
+ },
+ {
+ "key": "bank_account",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,30}$\/",
+ "label": {
+ "en": "Bank Account",
+ "ru": "Номер банковского счета",
+ "uk": "Номер банківського рахунку"
+ },
+ "hint": {
+ "en": "Enter bank account",
+ "ru": "Введите номер банковского счета",
+ "uk": "Введіть номер банківського рахунку"
+ },
+ "position": 6,
+ "required": false
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 8,
+ "hint": {
+ "en": "Enter address",
+ "ru": "Enter address",
+ "uk": "Enter address"
+ },
+ "example": "Volodumurska 17"
+ },
+ {
+ "key": "beneficiary_document_id",
+ "type": "string",
+ "regexp": "\/^[A-Z0-9]{3,20}$\/",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Beneficiary Document ID",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document ID",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_country_code_iso",
+ "type": "string",
+ "regexp": "\/^[A-Z]{2}$\/",
+ "required": false,
+ "position": 10,
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$$\/",
+ "required": false,
+ "position": 11
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 12
+ },
+ {
+ "key": "beneficiary_dob",
+ "type": "string",
+ "regexp": "\/^([0-2][0-9]|(3)[0-1])(\\/)(((0)[0-9])|((1)[0-2]))(\\/)\\d{4}||((19|20)\\d{2}(0[1-9]|1[0-2])(0[1-9]|[12]\\d|3[01]))$\/",
+ "required": false,
+ "position": 13,
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "example": "10/05/1964"
+ },
+ {
+ "key": "beneficiary_city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "City",
+ "uk": "City"
+ },
+ "regexp": "\/^.{1,100}$\/",
+ "required": false,
+ "position": 14,
+ "hint": {
+ "en": "Enter city",
+ "ru": "Enter city",
+ "uk": "Enter city"
+ },
+ "example": "London"
+ },
+ {
+ "key": "beneficiary_postcode",
+ "type": "string",
+ "label": {
+ "en": "Postcode",
+ "ru": "Postcode",
+ "uk": "Postcode"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 15,
+ "hint": {
+ "en": "Enter postcode",
+ "ru": "Enter postcode",
+ "uk": "Enter postcode"
+ },
+ "example": "postcode"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "d24_wallet_kes",
+ "currency": "KES",
+ "method": "d24_wallet",
+ "amount_min": 1,
+ "amount_max": 13000000,
+ "fields": [
+ {
+ "key": "account_type",
+ "type": "string",
+ "regexp": "\/^[A-Z]{1}$\/",
+ "label": {
+ "en": "Account type",
+ "ru": "Тип аккаунта",
+ "uk": "Тип акаунту"
+ },
+ "hint": {
+ "en": "Enter account type",
+ "ru": "Введите тип аккаунта",
+ "uk": "Введіть тип акаунту"
+ },
+ "position": 1,
+ "required": false
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,3}$\/",
+ "label": {
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ },
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "beneficiary_document_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z]{2,20}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Beneficiary Document Type",
+ "ru": "Тип документа получателя",
+ "uk": "Тип документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document Type",
+ "ru": "Введите тип документа получателя",
+ "uk": "Введіть тип документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 4,
+ "required": false
+ },
+ {
+ "key": "beneficiary_lastname",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 5,
+ "required": false
+ },
+ {
+ "key": "bank_account",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,30}$\/",
+ "label": {
+ "en": "Bank Account",
+ "ru": "Номер банковского счета",
+ "uk": "Номер банківського рахунку"
+ },
+ "hint": {
+ "en": "Enter bank account",
+ "ru": "Введите номер банковского счета",
+ "uk": "Введіть номер банківського рахунку"
+ },
+ "position": 6,
+ "required": false
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 8,
+ "hint": {
+ "en": "Enter address",
+ "ru": "Enter address",
+ "uk": "Enter address"
+ },
+ "example": "Volodumurska 17"
+ },
+ {
+ "key": "beneficiary_document_id",
+ "type": "string",
+ "regexp": "\/^[A-Z0-9]{3,20}$\/",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Beneficiary Document ID",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document ID",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_country_code_iso",
+ "type": "string",
+ "regexp": "\/^[A-Z]{2}$\/",
+ "required": false,
+ "position": 10,
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$$\/",
+ "required": false,
+ "position": 11
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 12
+ },
+ {
+ "key": "beneficiary_dob",
+ "type": "string",
+ "regexp": "\/^([0-2][0-9]|(3)[0-1])(\\/)(((0)[0-9])|((1)[0-2]))(\\/)\\d{4}||((19|20)\\d{2}(0[1-9]|1[0-2])(0[1-9]|[12]\\d|3[01]))$\/",
+ "required": false,
+ "position": 13,
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "example": "10/05/1964"
+ },
+ {
+ "key": "beneficiary_city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "City",
+ "uk": "City"
+ },
+ "regexp": "\/^.{1,100}$\/",
+ "required": false,
+ "position": 14,
+ "hint": {
+ "en": "Enter city",
+ "ru": "Enter city",
+ "uk": "Enter city"
+ },
+ "example": "London"
+ },
+ {
+ "key": "beneficiary_postcode",
+ "type": "string",
+ "label": {
+ "en": "Postcode",
+ "ru": "Postcode",
+ "uk": "Postcode"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 15,
+ "hint": {
+ "en": "Enter postcode",
+ "ru": "Enter postcode",
+ "uk": "Enter postcode"
+ },
+ "example": "postcode"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "d24_wallet_myr",
+ "currency": "MYR",
+ "method": "d24_wallet",
+ "amount_min": 1,
+ "amount_max": 430000,
+ "fields": [
+ {
+ "key": "account_type",
+ "type": "string",
+ "regexp": "\/^[A-Z]{1}$\/",
+ "label": {
+ "en": "Account type",
+ "ru": "Тип аккаунта",
+ "uk": "Тип акаунту"
+ },
+ "hint": {
+ "en": "Enter account type",
+ "ru": "Введите тип аккаунта",
+ "uk": "Введіть тип акаунту"
+ },
+ "position": 1,
+ "required": false
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,3}$\/",
+ "label": {
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ },
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "beneficiary_document_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z]{2,20}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Beneficiary Document Type",
+ "ru": "Тип документа получателя",
+ "uk": "Тип документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document Type",
+ "ru": "Введите тип документа получателя",
+ "uk": "Введіть тип документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 4,
+ "required": false
+ },
+ {
+ "key": "beneficiary_lastname",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 5,
+ "required": false
+ },
+ {
+ "key": "bank_account",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,30}$\/",
+ "label": {
+ "en": "Bank Account",
+ "ru": "Номер банковского счета",
+ "uk": "Номер банківського рахунку"
+ },
+ "hint": {
+ "en": "Enter bank account",
+ "ru": "Введите номер банковского счета",
+ "uk": "Введіть номер банківського рахунку"
+ },
+ "position": 6,
+ "required": false
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 8,
+ "hint": {
+ "en": "Enter address",
+ "ru": "Enter address",
+ "uk": "Enter address"
+ },
+ "example": "Volodumurska 17"
+ },
+ {
+ "key": "beneficiary_document_id",
+ "type": "string",
+ "regexp": "\/^[A-Z0-9]{3,20}$\/",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Beneficiary Document ID",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document ID",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_country_code_iso",
+ "type": "string",
+ "regexp": "\/^[A-Z]{2}$\/",
+ "required": false,
+ "position": 10,
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$$\/",
+ "required": false,
+ "position": 11
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 12
+ },
+ {
+ "key": "beneficiary_dob",
+ "type": "string",
+ "regexp": "\/^([0-2][0-9]|(3)[0-1])(\\/)(((0)[0-9])|((1)[0-2]))(\\/)\\d{4}||((19|20)\\d{2}(0[1-9]|1[0-2])(0[1-9]|[12]\\d|3[01]))$\/",
+ "required": false,
+ "position": 13,
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "example": "10/05/1964"
+ },
+ {
+ "key": "beneficiary_city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "City",
+ "uk": "City"
+ },
+ "regexp": "\/^.{1,100}$\/",
+ "required": false,
+ "position": 14,
+ "hint": {
+ "en": "Enter city",
+ "ru": "Enter city",
+ "uk": "Enter city"
+ },
+ "example": "London"
+ },
+ {
+ "key": "beneficiary_postcode",
+ "type": "string",
+ "label": {
+ "en": "Postcode",
+ "ru": "Postcode",
+ "uk": "Postcode"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 15,
+ "hint": {
+ "en": "Enter postcode",
+ "ru": "Enter postcode",
+ "uk": "Enter postcode"
+ },
+ "example": "postcode"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "d24_wallet_mxn",
+ "currency": "MXN",
+ "method": "d24_wallet",
+ "amount_min": 1,
+ "amount_max": 2000000,
+ "fields": [
+ {
+ "key": "account_type",
+ "type": "string",
+ "regexp": "\/^[A-Z]{1}$\/",
+ "label": {
+ "en": "Account type",
+ "ru": "Тип аккаунта",
+ "uk": "Тип акаунту"
+ },
+ "hint": {
+ "en": "Enter account type",
+ "ru": "Введите тип аккаунта",
+ "uk": "Введіть тип акаунту"
+ },
+ "position": 1,
+ "required": false
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,3}$\/",
+ "label": {
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ },
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "beneficiary_document_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z]{2,20}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Beneficiary Document Type",
+ "ru": "Тип документа получателя",
+ "uk": "Тип документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document Type",
+ "ru": "Введите тип документа получателя",
+ "uk": "Введіть тип документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 4,
+ "required": false
+ },
+ {
+ "key": "beneficiary_lastname",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 5,
+ "required": false
+ },
+ {
+ "key": "bank_account",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,30}$\/",
+ "label": {
+ "en": "Bank Account",
+ "ru": "Номер банковского счета",
+ "uk": "Номер банківського рахунку"
+ },
+ "hint": {
+ "en": "Enter bank account",
+ "ru": "Введите номер банковского счета",
+ "uk": "Введіть номер банківського рахунку"
+ },
+ "position": 6,
+ "required": false
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 8,
+ "hint": {
+ "en": "Enter address",
+ "ru": "Enter address",
+ "uk": "Enter address"
+ },
+ "example": "Volodumurska 17"
+ },
+ {
+ "key": "beneficiary_document_id",
+ "type": "string",
+ "regexp": "\/^[A-Z0-9]{3,20}$\/",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Beneficiary Document ID",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document ID",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_country_code_iso",
+ "type": "string",
+ "regexp": "\/^[A-Z]{2}$\/",
+ "required": false,
+ "position": 10,
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$$\/",
+ "required": false,
+ "position": 11
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 12
+ },
+ {
+ "key": "beneficiary_dob",
+ "type": "string",
+ "regexp": "\/^([0-2][0-9]|(3)[0-1])(\\/)(((0)[0-9])|((1)[0-2]))(\\/)\\d{4}||((19|20)\\d{2}(0[1-9]|1[0-2])(0[1-9]|[12]\\d|3[01]))$\/",
+ "required": false,
+ "position": 13,
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "example": "10/05/1964"
+ },
+ {
+ "key": "beneficiary_city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "City",
+ "uk": "City"
+ },
+ "regexp": "\/^.{1,100}$\/",
+ "required": false,
+ "position": 14,
+ "hint": {
+ "en": "Enter city",
+ "ru": "Enter city",
+ "uk": "Enter city"
+ },
+ "example": "London"
+ },
+ {
+ "key": "beneficiary_postcode",
+ "type": "string",
+ "label": {
+ "en": "Postcode",
+ "ru": "Postcode",
+ "uk": "Postcode"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 15,
+ "hint": {
+ "en": "Enter postcode",
+ "ru": "Enter postcode",
+ "uk": "Enter postcode"
+ },
+ "example": "postcode"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "d24_wallet_nio",
+ "currency": "NIO",
+ "method": "d24_wallet",
+ "amount_min": 1,
+ "amount_max": 4000000,
+ "fields": [
+ {
+ "key": "account_type",
+ "type": "string",
+ "regexp": "\/^[A-Z]{1}$\/",
+ "label": {
+ "en": "Account type",
+ "ru": "Тип аккаунта",
+ "uk": "Тип акаунту"
+ },
+ "hint": {
+ "en": "Enter account type",
+ "ru": "Введите тип аккаунта",
+ "uk": "Введіть тип акаунту"
+ },
+ "position": 1,
+ "required": false
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,3}$\/",
+ "label": {
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ },
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "beneficiary_document_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z]{2,20}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Beneficiary Document Type",
+ "ru": "Тип документа получателя",
+ "uk": "Тип документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document Type",
+ "ru": "Введите тип документа получателя",
+ "uk": "Введіть тип документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 4,
+ "required": false
+ },
+ {
+ "key": "beneficiary_lastname",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 5,
+ "required": false
+ },
+ {
+ "key": "bank_account",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,30}$\/",
+ "label": {
+ "en": "Bank Account",
+ "ru": "Номер банковского счета",
+ "uk": "Номер банківського рахунку"
+ },
+ "hint": {
+ "en": "Enter bank account",
+ "ru": "Введите номер банковского счета",
+ "uk": "Введіть номер банківського рахунку"
+ },
+ "position": 6,
+ "required": false
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 8,
+ "hint": {
+ "en": "Enter address",
+ "ru": "Enter address",
+ "uk": "Enter address"
+ },
+ "example": "Volodumurska 17"
+ },
+ {
+ "key": "beneficiary_document_id",
+ "type": "string",
+ "regexp": "\/^[A-Z0-9]{3,20}$\/",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Beneficiary Document ID",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document ID",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_country_code_iso",
+ "type": "string",
+ "regexp": "\/^[A-Z]{2}$\/",
+ "required": false,
+ "position": 10,
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$$\/",
+ "required": false,
+ "position": 11
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 12
+ },
+ {
+ "key": "beneficiary_dob",
+ "type": "string",
+ "regexp": "\/^([0-2][0-9]|(3)[0-1])(\\/)(((0)[0-9])|((1)[0-2]))(\\/)\\d{4}||((19|20)\\d{2}(0[1-9]|1[0-2])(0[1-9]|[12]\\d|3[01]))$\/",
+ "required": false,
+ "position": 13,
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "example": "10/05/1964"
+ },
+ {
+ "key": "beneficiary_city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "City",
+ "uk": "City"
+ },
+ "regexp": "\/^.{1,100}$\/",
+ "required": false,
+ "position": 14,
+ "hint": {
+ "en": "Enter city",
+ "ru": "Enter city",
+ "uk": "Enter city"
+ },
+ "example": "London"
+ },
+ {
+ "key": "beneficiary_postcode",
+ "type": "string",
+ "label": {
+ "en": "Postcode",
+ "ru": "Postcode",
+ "uk": "Postcode"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 15,
+ "hint": {
+ "en": "Enter postcode",
+ "ru": "Enter postcode",
+ "uk": "Enter postcode"
+ },
+ "example": "postcode"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "d24_wallet_ngn",
+ "currency": "NGN",
+ "method": "d24_wallet",
+ "amount_min": 1,
+ "amount_max": 170000000,
+ "fields": [
+ {
+ "key": "account_type",
+ "type": "string",
+ "regexp": "\/^[A-Z]{1}$\/",
+ "label": {
+ "en": "Account type",
+ "ru": "Тип аккаунта",
+ "uk": "Тип акаунту"
+ },
+ "hint": {
+ "en": "Enter account type",
+ "ru": "Введите тип аккаунта",
+ "uk": "Введіть тип акаунту"
+ },
+ "position": 1,
+ "required": false
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,3}$\/",
+ "label": {
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ },
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "beneficiary_document_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z]{2,20}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Beneficiary Document Type",
+ "ru": "Тип документа получателя",
+ "uk": "Тип документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document Type",
+ "ru": "Введите тип документа получателя",
+ "uk": "Введіть тип документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 4,
+ "required": false
+ },
+ {
+ "key": "beneficiary_lastname",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 5,
+ "required": false
+ },
+ {
+ "key": "bank_account",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,30}$\/",
+ "label": {
+ "en": "Bank Account",
+ "ru": "Номер банковского счета",
+ "uk": "Номер банківського рахунку"
+ },
+ "hint": {
+ "en": "Enter bank account",
+ "ru": "Введите номер банковского счета",
+ "uk": "Введіть номер банківського рахунку"
+ },
+ "position": 6,
+ "required": false
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 8,
+ "hint": {
+ "en": "Enter address",
+ "ru": "Enter address",
+ "uk": "Enter address"
+ },
+ "example": "Volodumurska 17"
+ },
+ {
+ "key": "beneficiary_document_id",
+ "type": "string",
+ "regexp": "\/^[A-Z0-9]{3,20}$\/",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Beneficiary Document ID",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document ID",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_country_code_iso",
+ "type": "string",
+ "regexp": "\/^[A-Z]{2}$\/",
+ "required": false,
+ "position": 10,
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$$\/",
+ "required": false,
+ "position": 11
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 12
+ },
+ {
+ "key": "beneficiary_dob",
+ "type": "string",
+ "regexp": "\/^([0-2][0-9]|(3)[0-1])(\\/)(((0)[0-9])|((1)[0-2]))(\\/)\\d{4}||((19|20)\\d{2}(0[1-9]|1[0-2])(0[1-9]|[12]\\d|3[01]))$\/",
+ "required": false,
+ "position": 13,
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "example": "10/05/1964"
+ },
+ {
+ "key": "beneficiary_city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "City",
+ "uk": "City"
+ },
+ "regexp": "\/^.{1,100}$\/",
+ "required": false,
+ "position": 14,
+ "hint": {
+ "en": "Enter city",
+ "ru": "Enter city",
+ "uk": "Enter city"
+ },
+ "example": "London"
+ },
+ {
+ "key": "beneficiary_postcode",
+ "type": "string",
+ "label": {
+ "en": "Postcode",
+ "ru": "Postcode",
+ "uk": "Postcode"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 15,
+ "hint": {
+ "en": "Enter postcode",
+ "ru": "Enter postcode",
+ "uk": "Enter postcode"
+ },
+ "example": "postcode"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "d24_wallet_pen",
+ "currency": "PEN",
+ "method": "d24_wallet",
+ "amount_min": 1,
+ "amount_max": 400000,
+ "fields": [
+ {
+ "key": "account_type",
+ "type": "string",
+ "regexp": "\/^[A-Z]{1}$\/",
+ "label": {
+ "en": "Account type",
+ "ru": "Тип аккаунта",
+ "uk": "Тип акаунту"
+ },
+ "hint": {
+ "en": "Enter account type",
+ "ru": "Введите тип аккаунта",
+ "uk": "Введіть тип акаунту"
+ },
+ "position": 1,
+ "required": false
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,3}$\/",
+ "label": {
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ },
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "beneficiary_document_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z]{2,20}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Beneficiary Document Type",
+ "ru": "Тип документа получателя",
+ "uk": "Тип документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document Type",
+ "ru": "Введите тип документа получателя",
+ "uk": "Введіть тип документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 4,
+ "required": false
+ },
+ {
+ "key": "beneficiary_lastname",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 5,
+ "required": false
+ },
+ {
+ "key": "bank_account",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,30}$\/",
+ "label": {
+ "en": "Bank Account",
+ "ru": "Номер банковского счета",
+ "uk": "Номер банківського рахунку"
+ },
+ "hint": {
+ "en": "Enter bank account",
+ "ru": "Введите номер банковского счета",
+ "uk": "Введіть номер банківського рахунку"
+ },
+ "position": 6,
+ "required": false
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 8,
+ "hint": {
+ "en": "Enter address",
+ "ru": "Enter address",
+ "uk": "Enter address"
+ },
+ "example": "Volodumurska 17"
+ },
+ {
+ "key": "beneficiary_document_id",
+ "type": "string",
+ "regexp": "\/^[A-Z0-9]{3,20}$\/",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Beneficiary Document ID",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document ID",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_country_code_iso",
+ "type": "string",
+ "regexp": "\/^[A-Z]{2}$\/",
+ "required": false,
+ "position": 10,
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$$\/",
+ "required": false,
+ "position": 11
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 12
+ },
+ {
+ "key": "beneficiary_dob",
+ "type": "string",
+ "regexp": "\/^([0-2][0-9]|(3)[0-1])(\\/)(((0)[0-9])|((1)[0-2]))(\\/)\\d{4}||((19|20)\\d{2}(0[1-9]|1[0-2])(0[1-9]|[12]\\d|3[01]))$\/",
+ "required": false,
+ "position": 13,
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "example": "10/05/1964"
+ },
+ {
+ "key": "beneficiary_city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "City",
+ "uk": "City"
+ },
+ "regexp": "\/^.{1,100}$\/",
+ "required": false,
+ "position": 14,
+ "hint": {
+ "en": "Enter city",
+ "ru": "Enter city",
+ "uk": "Enter city"
+ },
+ "example": "London"
+ },
+ {
+ "key": "beneficiary_postcode",
+ "type": "string",
+ "label": {
+ "en": "Postcode",
+ "ru": "Postcode",
+ "uk": "Postcode"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 15,
+ "hint": {
+ "en": "Enter postcode",
+ "ru": "Enter postcode",
+ "uk": "Enter postcode"
+ },
+ "example": "postcode"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "d24_wallet_pyg",
+ "currency": "PYG",
+ "method": "d24_wallet",
+ "amount_min": 1,
+ "amount_max": 900000000,
+ "fields": [
+ {
+ "key": "account_type",
+ "type": "string",
+ "regexp": "\/^[A-Z]{1}$\/",
+ "label": {
+ "en": "Account type",
+ "ru": "Тип аккаунта",
+ "uk": "Тип акаунту"
+ },
+ "hint": {
+ "en": "Enter account type",
+ "ru": "Введите тип аккаунта",
+ "uk": "Введіть тип акаунту"
+ },
+ "position": 1,
+ "required": false
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,3}$\/",
+ "label": {
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ },
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "beneficiary_document_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z]{2,20}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Beneficiary Document Type",
+ "ru": "Тип документа получателя",
+ "uk": "Тип документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document Type",
+ "ru": "Введите тип документа получателя",
+ "uk": "Введіть тип документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 4,
+ "required": false
+ },
+ {
+ "key": "beneficiary_lastname",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 5,
+ "required": false
+ },
+ {
+ "key": "bank_account",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,30}$\/",
+ "label": {
+ "en": "Bank Account",
+ "ru": "Номер банковского счета",
+ "uk": "Номер банківського рахунку"
+ },
+ "hint": {
+ "en": "Enter bank account",
+ "ru": "Введите номер банковского счета",
+ "uk": "Введіть номер банківського рахунку"
+ },
+ "position": 6,
+ "required": false
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 8,
+ "hint": {
+ "en": "Enter address",
+ "ru": "Enter address",
+ "uk": "Enter address"
+ },
+ "example": "Volodumurska 17"
+ },
+ {
+ "key": "beneficiary_document_id",
+ "type": "string",
+ "regexp": "\/^[A-Z0-9]{3,20}$\/",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Beneficiary Document ID",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document ID",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_country_code_iso",
+ "type": "string",
+ "regexp": "\/^[A-Z]{2}$\/",
+ "required": false,
+ "position": 10,
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$$\/",
+ "required": false,
+ "position": 11
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 12
+ },
+ {
+ "key": "beneficiary_dob",
+ "type": "string",
+ "regexp": "\/^([0-2][0-9]|(3)[0-1])(\\/)(((0)[0-9])|((1)[0-2]))(\\/)\\d{4}||((19|20)\\d{2}(0[1-9]|1[0-2])(0[1-9]|[12]\\d|3[01]))$\/",
+ "required": false,
+ "position": 13,
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "example": "10/05/1964"
+ },
+ {
+ "key": "beneficiary_city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "City",
+ "uk": "City"
+ },
+ "regexp": "\/^.{1,100}$\/",
+ "required": false,
+ "position": 14,
+ "hint": {
+ "en": "Enter city",
+ "ru": "Enter city",
+ "uk": "Enter city"
+ },
+ "example": "London"
+ },
+ {
+ "key": "beneficiary_postcode",
+ "type": "string",
+ "label": {
+ "en": "Postcode",
+ "ru": "Postcode",
+ "uk": "Postcode"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 15,
+ "hint": {
+ "en": "Enter postcode",
+ "ru": "Enter postcode",
+ "uk": "Enter postcode"
+ },
+ "example": "postcode"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "d24_wallet_php",
+ "currency": "PHP",
+ "method": "d24_wallet",
+ "amount_min": 1,
+ "amount_max": 6000000,
+ "fields": [
+ {
+ "key": "account_type",
+ "type": "string",
+ "regexp": "\/^[A-Z]{1}$\/",
+ "label": {
+ "en": "Account type",
+ "ru": "Тип аккаунта",
+ "uk": "Тип акаунту"
+ },
+ "hint": {
+ "en": "Enter account type",
+ "ru": "Введите тип аккаунта",
+ "uk": "Введіть тип акаунту"
+ },
+ "position": 1,
+ "required": false
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,3}$\/",
+ "label": {
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ },
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "beneficiary_document_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z]{2,20}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Beneficiary Document Type",
+ "ru": "Тип документа получателя",
+ "uk": "Тип документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document Type",
+ "ru": "Введите тип документа получателя",
+ "uk": "Введіть тип документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 4,
+ "required": false
+ },
+ {
+ "key": "beneficiary_lastname",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 5,
+ "required": false
+ },
+ {
+ "key": "bank_account",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,30}$\/",
+ "label": {
+ "en": "Bank Account",
+ "ru": "Номер банковского счета",
+ "uk": "Номер банківського рахунку"
+ },
+ "hint": {
+ "en": "Enter bank account",
+ "ru": "Введите номер банковского счета",
+ "uk": "Введіть номер банківського рахунку"
+ },
+ "position": 6,
+ "required": false
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 8,
+ "hint": {
+ "en": "Enter address",
+ "ru": "Enter address",
+ "uk": "Enter address"
+ },
+ "example": "Volodumurska 17"
+ },
+ {
+ "key": "beneficiary_document_id",
+ "type": "string",
+ "regexp": "\/^[A-Z0-9]{3,20}$\/",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Beneficiary Document ID",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document ID",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_country_code_iso",
+ "type": "string",
+ "regexp": "\/^[A-Z]{2}$\/",
+ "required": false,
+ "position": 10,
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$$\/",
+ "required": false,
+ "position": 11
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 12
+ },
+ {
+ "key": "beneficiary_dob",
+ "type": "string",
+ "regexp": "\/^([0-2][0-9]|(3)[0-1])(\\/)(((0)[0-9])|((1)[0-2]))(\\/)\\d{4}||((19|20)\\d{2}(0[1-9]|1[0-2])(0[1-9]|[12]\\d|3[01]))$\/",
+ "required": false,
+ "position": 13,
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "example": "10/05/1964"
+ },
+ {
+ "key": "beneficiary_city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "City",
+ "uk": "City"
+ },
+ "regexp": "\/^.{1,100}$\/",
+ "required": false,
+ "position": 14,
+ "hint": {
+ "en": "Enter city",
+ "ru": "Enter city",
+ "uk": "Enter city"
+ },
+ "example": "London"
+ },
+ {
+ "key": "beneficiary_postcode",
+ "type": "string",
+ "label": {
+ "en": "Postcode",
+ "ru": "Postcode",
+ "uk": "Postcode"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 15,
+ "hint": {
+ "en": "Enter postcode",
+ "ru": "Enter postcode",
+ "uk": "Enter postcode"
+ },
+ "example": "postcode"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "d24_wallet_sgd",
+ "currency": "SGD",
+ "method": "d24_wallet",
+ "amount_min": 1,
+ "amount_max": 130000,
+ "fields": [
+ {
+ "key": "account_type",
+ "type": "string",
+ "regexp": "\/^[A-Z]{1}$\/",
+ "label": {
+ "en": "Account type",
+ "ru": "Тип аккаунта",
+ "uk": "Тип акаунту"
+ },
+ "hint": {
+ "en": "Enter account type",
+ "ru": "Введите тип аккаунта",
+ "uk": "Введіть тип акаунту"
+ },
+ "position": 1,
+ "required": false
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,3}$\/",
+ "label": {
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ },
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "beneficiary_document_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z]{2,20}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Beneficiary Document Type",
+ "ru": "Тип документа получателя",
+ "uk": "Тип документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document Type",
+ "ru": "Введите тип документа получателя",
+ "uk": "Введіть тип документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 4,
+ "required": false
+ },
+ {
+ "key": "beneficiary_lastname",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 5,
+ "required": false
+ },
+ {
+ "key": "bank_account",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,30}$\/",
+ "label": {
+ "en": "Bank Account",
+ "ru": "Номер банковского счета",
+ "uk": "Номер банківського рахунку"
+ },
+ "hint": {
+ "en": "Enter bank account",
+ "ru": "Введите номер банковского счета",
+ "uk": "Введіть номер банківського рахунку"
+ },
+ "position": 6,
+ "required": false
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 8,
+ "hint": {
+ "en": "Enter address",
+ "ru": "Enter address",
+ "uk": "Enter address"
+ },
+ "example": "Volodumurska 17"
+ },
+ {
+ "key": "beneficiary_document_id",
+ "type": "string",
+ "regexp": "\/^[A-Z0-9]{3,20}$\/",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Beneficiary Document ID",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document ID",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_country_code_iso",
+ "type": "string",
+ "regexp": "\/^[A-Z]{2}$\/",
+ "required": false,
+ "position": 10,
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$$\/",
+ "required": false,
+ "position": 11
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 12
+ },
+ {
+ "key": "beneficiary_dob",
+ "type": "string",
+ "regexp": "\/^([0-2][0-9]|(3)[0-1])(\\/)(((0)[0-9])|((1)[0-2]))(\\/)\\d{4}||((19|20)\\d{2}(0[1-9]|1[0-2])(0[1-9]|[12]\\d|3[01]))$\/",
+ "required": false,
+ "position": 13,
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "example": "10/05/1964"
+ },
+ {
+ "key": "beneficiary_city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "City",
+ "uk": "City"
+ },
+ "regexp": "\/^.{1,100}$\/",
+ "required": false,
+ "position": 14,
+ "hint": {
+ "en": "Enter city",
+ "ru": "Enter city",
+ "uk": "Enter city"
+ },
+ "example": "London"
+ },
+ {
+ "key": "beneficiary_postcode",
+ "type": "string",
+ "label": {
+ "en": "Postcode",
+ "ru": "Postcode",
+ "uk": "Postcode"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 15,
+ "hint": {
+ "en": "Enter postcode",
+ "ru": "Enter postcode",
+ "uk": "Enter postcode"
+ },
+ "example": "postcode"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "d24_wallet_zar",
+ "currency": "ZAR",
+ "method": "d24_wallet",
+ "amount_min": 1,
+ "amount_max": 1800000,
+ "fields": [
+ {
+ "key": "account_type",
+ "type": "string",
+ "regexp": "\/^[A-Z]{1}$\/",
+ "label": {
+ "en": "Account type",
+ "ru": "Тип аккаунта",
+ "uk": "Тип акаунту"
+ },
+ "hint": {
+ "en": "Enter account type",
+ "ru": "Введите тип аккаунта",
+ "uk": "Введіть тип акаунту"
+ },
+ "position": 1,
+ "required": false
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,3}$\/",
+ "label": {
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ },
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "beneficiary_document_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z]{2,20}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Beneficiary Document Type",
+ "ru": "Тип документа получателя",
+ "uk": "Тип документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document Type",
+ "ru": "Введите тип документа получателя",
+ "uk": "Введіть тип документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 4,
+ "required": false
+ },
+ {
+ "key": "beneficiary_lastname",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 5,
+ "required": false
+ },
+ {
+ "key": "bank_account",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,30}$\/",
+ "label": {
+ "en": "Bank Account",
+ "ru": "Номер банковского счета",
+ "uk": "Номер банківського рахунку"
+ },
+ "hint": {
+ "en": "Enter bank account",
+ "ru": "Введите номер банковского счета",
+ "uk": "Введіть номер банківського рахунку"
+ },
+ "position": 6,
+ "required": false
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 8,
+ "hint": {
+ "en": "Enter address",
+ "ru": "Enter address",
+ "uk": "Enter address"
+ },
+ "example": "Volodumurska 17"
+ },
+ {
+ "key": "beneficiary_document_id",
+ "type": "string",
+ "regexp": "\/^[A-Z0-9]{3,20}$\/",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Beneficiary Document ID",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document ID",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_country_code_iso",
+ "type": "string",
+ "regexp": "\/^[A-Z]{2}$\/",
+ "required": false,
+ "position": 10,
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$$\/",
+ "required": false,
+ "position": 11
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 12
+ },
+ {
+ "key": "beneficiary_dob",
+ "type": "string",
+ "regexp": "\/^([0-2][0-9]|(3)[0-1])(\\/)(((0)[0-9])|((1)[0-2]))(\\/)\\d{4}||((19|20)\\d{2}(0[1-9]|1[0-2])(0[1-9]|[12]\\d|3[01]))$\/",
+ "required": false,
+ "position": 13,
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "example": "10/05/1964"
+ },
+ {
+ "key": "beneficiary_city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "City",
+ "uk": "City"
+ },
+ "regexp": "\/^.{1,100}$\/",
+ "required": false,
+ "position": 14,
+ "hint": {
+ "en": "Enter city",
+ "ru": "Enter city",
+ "uk": "Enter city"
+ },
+ "example": "London"
+ },
+ {
+ "key": "beneficiary_postcode",
+ "type": "string",
+ "label": {
+ "en": "Postcode",
+ "ru": "Postcode",
+ "uk": "Postcode"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 15,
+ "hint": {
+ "en": "Enter postcode",
+ "ru": "Enter postcode",
+ "uk": "Enter postcode"
+ },
+ "example": "postcode"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "d24_wallet_tzs",
+ "currency": "TZS",
+ "method": "d24_wallet",
+ "amount_min": 100,
+ "amount_max": 999999,
+ "fields": [
+ {
+ "key": "account_type",
+ "type": "string",
+ "regexp": "\/^[A-Z]{1}$\/",
+ "label": {
+ "en": "Account type",
+ "ru": "Тип аккаунта",
+ "uk": "Тип акаунту"
+ },
+ "hint": {
+ "en": "Enter account type",
+ "ru": "Введите тип аккаунта",
+ "uk": "Введіть тип акаунту"
+ },
+ "position": 1,
+ "required": false
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,3}$\/",
+ "label": {
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ },
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "beneficiary_document_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z]{2,20}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Beneficiary Document Type",
+ "ru": "Тип документа получателя",
+ "uk": "Тип документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document Type",
+ "ru": "Введите тип документа получателя",
+ "uk": "Введіть тип документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 4,
+ "required": false
+ },
+ {
+ "key": "beneficiary_lastname",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 5,
+ "required": false
+ },
+ {
+ "key": "bank_account",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,30}$\/",
+ "label": {
+ "en": "Bank Account",
+ "ru": "Номер банковского счета",
+ "uk": "Номер банківського рахунку"
+ },
+ "hint": {
+ "en": "Enter bank account",
+ "ru": "Введите номер банковского счета",
+ "uk": "Введіть номер банківського рахунку"
+ },
+ "position": 6,
+ "required": false
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 8,
+ "hint": {
+ "en": "Enter address",
+ "ru": "Enter address",
+ "uk": "Enter address"
+ },
+ "example": "Volodumurska 17"
+ },
+ {
+ "key": "beneficiary_document_id",
+ "type": "string",
+ "regexp": "\/^[A-Z0-9]{3,20}$\/",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Beneficiary Document ID",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document ID",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_country_code_iso",
+ "type": "string",
+ "regexp": "\/^[A-Z]{2}$\/",
+ "required": false,
+ "position": 10,
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$$\/",
+ "required": false,
+ "position": 11
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 12
+ },
+ {
+ "key": "beneficiary_dob",
+ "type": "string",
+ "regexp": "\/^([0-2][0-9]|(3)[0-1])(\\/)(((0)[0-9])|((1)[0-2]))(\\/)\\d{4}||((19|20)\\d{2}(0[1-9]|1[0-2])(0[1-9]|[12]\\d|3[01]))$\/",
+ "required": false,
+ "position": 13,
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "example": "10/05/1964"
+ },
+ {
+ "key": "beneficiary_city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "City",
+ "uk": "City"
+ },
+ "regexp": "\/^.{1,100}$\/",
+ "required": false,
+ "position": 14,
+ "hint": {
+ "en": "Enter city",
+ "ru": "Enter city",
+ "uk": "Enter city"
+ },
+ "example": "London"
+ },
+ {
+ "key": "beneficiary_postcode",
+ "type": "string",
+ "label": {
+ "en": "Postcode",
+ "ru": "Postcode",
+ "uk": "Postcode"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 15,
+ "hint": {
+ "en": "Enter postcode",
+ "ru": "Enter postcode",
+ "uk": "Enter postcode"
+ },
+ "example": "postcode"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "d24_wallet_thb",
+ "currency": "THB",
+ "method": "d24_wallet",
+ "amount_min": 0.01,
+ "amount_max": 3600000,
+ "fields": [
+ {
+ "key": "account_type",
+ "type": "string",
+ "regexp": "\/^[A-Z]{1}$\/",
+ "label": {
+ "en": "Account type",
+ "ru": "Тип аккаунта",
+ "uk": "Тип акаунту"
+ },
+ "hint": {
+ "en": "Enter account type",
+ "ru": "Введите тип аккаунта",
+ "uk": "Введіть тип акаунту"
+ },
+ "position": 1,
+ "required": false
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,3}$\/",
+ "label": {
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ },
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "beneficiary_document_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z]{2,20}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Beneficiary Document Type",
+ "ru": "Тип документа получателя",
+ "uk": "Тип документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document Type",
+ "ru": "Введите тип документа получателя",
+ "uk": "Введіть тип документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 4,
+ "required": false
+ },
+ {
+ "key": "beneficiary_lastname",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 5,
+ "required": false
+ },
+ {
+ "key": "bank_account",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,30}$\/",
+ "label": {
+ "en": "Bank Account",
+ "ru": "Номер банковского счета",
+ "uk": "Номер банківського рахунку"
+ },
+ "hint": {
+ "en": "Enter bank account",
+ "ru": "Введите номер банковского счета",
+ "uk": "Введіть номер банківського рахунку"
+ },
+ "position": 6,
+ "required": false
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 8,
+ "hint": {
+ "en": "Enter address",
+ "ru": "Enter address",
+ "uk": "Enter address"
+ },
+ "example": "Volodumurska 17"
+ },
+ {
+ "key": "beneficiary_document_id",
+ "type": "string",
+ "regexp": "\/^[A-Z0-9]{3,20}$\/",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Beneficiary Document ID",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document ID",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_country_code_iso",
+ "type": "string",
+ "regexp": "\/^[A-Z]{2}$\/",
+ "required": false,
+ "position": 10,
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$$\/",
+ "required": false,
+ "position": 11
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 12
+ },
+ {
+ "key": "beneficiary_dob",
+ "type": "string",
+ "regexp": "\/^([0-2][0-9]|(3)[0-1])(\\/)(((0)[0-9])|((1)[0-2]))(\\/)\\d{4}||((19|20)\\d{2}(0[1-9]|1[0-2])(0[1-9]|[12]\\d|3[01]))$\/",
+ "required": false,
+ "position": 13,
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "example": "10/05/1964"
+ },
+ {
+ "key": "beneficiary_city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "City",
+ "uk": "City"
+ },
+ "regexp": "\/^.{1,100}$\/",
+ "required": false,
+ "position": 14,
+ "hint": {
+ "en": "Enter city",
+ "ru": "Enter city",
+ "uk": "Enter city"
+ },
+ "example": "London"
+ },
+ {
+ "key": "beneficiary_postcode",
+ "type": "string",
+ "label": {
+ "en": "Postcode",
+ "ru": "Postcode",
+ "uk": "Postcode"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 15,
+ "hint": {
+ "en": "Enter postcode",
+ "ru": "Enter postcode",
+ "uk": "Enter postcode"
+ },
+ "example": "postcode"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "d24_wallet_ugx",
+ "currency": "UGX",
+ "method": "d24_wallet",
+ "amount_min": 1,
+ "amount_max": 3700000,
+ "fields": [
+ {
+ "key": "account_type",
+ "type": "string",
+ "regexp": "\/^[A-Z]{1}$\/",
+ "label": {
+ "en": "Account type",
+ "ru": "Тип аккаунта",
+ "uk": "Тип акаунту"
+ },
+ "hint": {
+ "en": "Enter account type",
+ "ru": "Введите тип аккаунта",
+ "uk": "Введіть тип акаунту"
+ },
+ "position": 1,
+ "required": false
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,3}$\/",
+ "label": {
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ },
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "beneficiary_document_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z]{2,20}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Beneficiary Document Type",
+ "ru": "Тип документа получателя",
+ "uk": "Тип документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document Type",
+ "ru": "Введите тип документа получателя",
+ "uk": "Введіть тип документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 4,
+ "required": false
+ },
+ {
+ "key": "beneficiary_lastname",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 5,
+ "required": false
+ },
+ {
+ "key": "bank_account",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,30}$\/",
+ "label": {
+ "en": "Bank Account",
+ "ru": "Номер банковского счета",
+ "uk": "Номер банківського рахунку"
+ },
+ "hint": {
+ "en": "Enter bank account",
+ "ru": "Введите номер банковского счета",
+ "uk": "Введіть номер банківського рахунку"
+ },
+ "position": 6,
+ "required": false
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 8,
+ "hint": {
+ "en": "Enter address",
+ "ru": "Enter address",
+ "uk": "Enter address"
+ },
+ "example": "Volodumurska 17"
+ },
+ {
+ "key": "beneficiary_document_id",
+ "type": "string",
+ "regexp": "\/^[A-Z0-9]{3,20}$\/",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Beneficiary Document ID",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document ID",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_country_code_iso",
+ "type": "string",
+ "regexp": "\/^[A-Z]{2}$\/",
+ "required": false,
+ "position": 10,
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$$\/",
+ "required": false,
+ "position": 11
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 12
+ },
+ {
+ "key": "beneficiary_dob",
+ "type": "string",
+ "regexp": "\/^([0-2][0-9]|(3)[0-1])(\\/)(((0)[0-9])|((1)[0-2]))(\\/)\\d{4}||((19|20)\\d{2}(0[1-9]|1[0-2])(0[1-9]|[12]\\d|3[01]))$\/",
+ "required": false,
+ "position": 13,
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "example": "10/05/1964"
+ },
+ {
+ "key": "beneficiary_city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "City",
+ "uk": "City"
+ },
+ "regexp": "\/^.{1,100}$\/",
+ "required": false,
+ "position": 14,
+ "hint": {
+ "en": "Enter city",
+ "ru": "Enter city",
+ "uk": "Enter city"
+ },
+ "example": "London"
+ },
+ {
+ "key": "beneficiary_postcode",
+ "type": "string",
+ "label": {
+ "en": "Postcode",
+ "ru": "Postcode",
+ "uk": "Postcode"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 15,
+ "hint": {
+ "en": "Enter postcode",
+ "ru": "Enter postcode",
+ "uk": "Enter postcode"
+ },
+ "example": "postcode"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "d24_wallet_uyu",
+ "currency": "UYU",
+ "method": "d24_wallet",
+ "amount_min": 1,
+ "amount_max": 5000000,
+ "fields": [
+ {
+ "key": "account_type",
+ "type": "string",
+ "regexp": "\/^[A-Z]{1}$\/",
+ "label": {
+ "en": "Account type",
+ "ru": "Тип аккаунта",
+ "uk": "Тип акаунту"
+ },
+ "hint": {
+ "en": "Enter account type",
+ "ru": "Введите тип аккаунта",
+ "uk": "Введіть тип акаунту"
+ },
+ "position": 1,
+ "required": false
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,3}$\/",
+ "label": {
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ },
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "beneficiary_document_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z]{2,20}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Beneficiary Document Type",
+ "ru": "Тип документа получателя",
+ "uk": "Тип документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document Type",
+ "ru": "Введите тип документа получателя",
+ "uk": "Введіть тип документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 4,
+ "required": false
+ },
+ {
+ "key": "beneficiary_lastname",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 5,
+ "required": false
+ },
+ {
+ "key": "bank_account",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,30}$\/",
+ "label": {
+ "en": "Bank Account",
+ "ru": "Номер банковского счета",
+ "uk": "Номер банківського рахунку"
+ },
+ "hint": {
+ "en": "Enter bank account",
+ "ru": "Введите номер банковского счета",
+ "uk": "Введіть номер банківського рахунку"
+ },
+ "position": 6,
+ "required": false
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 8,
+ "hint": {
+ "en": "Enter address",
+ "ru": "Enter address",
+ "uk": "Enter address"
+ },
+ "example": "Volodumurska 17"
+ },
+ {
+ "key": "beneficiary_document_id",
+ "type": "string",
+ "regexp": "\/^[A-Z0-9]{3,20}$\/",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Beneficiary Document ID",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document ID",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_country_code_iso",
+ "type": "string",
+ "regexp": "\/^[A-Z]{2}$\/",
+ "required": false,
+ "position": 10,
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$$\/",
+ "required": false,
+ "position": 11
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 12
+ },
+ {
+ "key": "beneficiary_dob",
+ "type": "string",
+ "regexp": "\/^([0-2][0-9]|(3)[0-1])(\\/)(((0)[0-9])|((1)[0-2]))(\\/)\\d{4}||((19|20)\\d{2}(0[1-9]|1[0-2])(0[1-9]|[12]\\d|3[01]))$\/",
+ "required": false,
+ "position": 13,
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "example": "10/05/1964"
+ },
+ {
+ "key": "beneficiary_city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "City",
+ "uk": "City"
+ },
+ "regexp": "\/^.{1,100}$\/",
+ "required": false,
+ "position": 14,
+ "hint": {
+ "en": "Enter city",
+ "ru": "Enter city",
+ "uk": "Enter city"
+ },
+ "example": "London"
+ },
+ {
+ "key": "beneficiary_postcode",
+ "type": "string",
+ "label": {
+ "en": "Postcode",
+ "ru": "Postcode",
+ "uk": "Postcode"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 15,
+ "hint": {
+ "en": "Enter postcode",
+ "ru": "Enter postcode",
+ "uk": "Enter postcode"
+ },
+ "example": "postcode"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "d24_wallet_ves",
+ "currency": "VES",
+ "method": "d24_wallet",
+ "amount_min": 1,
+ "amount_max": 4000000,
+ "fields": [
+ {
+ "key": "account_type",
+ "type": "string",
+ "regexp": "\/^[A-Z]{1}$\/",
+ "label": {
+ "en": "Account type",
+ "ru": "Тип аккаунта",
+ "uk": "Тип акаунту"
+ },
+ "hint": {
+ "en": "Enter account type",
+ "ru": "Введите тип аккаунта",
+ "uk": "Введіть тип акаунту"
+ },
+ "position": 1,
+ "required": false
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,3}$\/",
+ "label": {
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ },
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "beneficiary_document_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z]{2,20}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Beneficiary Document Type",
+ "ru": "Тип документа получателя",
+ "uk": "Тип документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document Type",
+ "ru": "Введите тип документа получателя",
+ "uk": "Введіть тип документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 4,
+ "required": false
+ },
+ {
+ "key": "beneficiary_lastname",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 5,
+ "required": false
+ },
+ {
+ "key": "bank_account",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,30}$\/",
+ "label": {
+ "en": "Bank Account",
+ "ru": "Номер банковского счета",
+ "uk": "Номер банківського рахунку"
+ },
+ "hint": {
+ "en": "Enter bank account",
+ "ru": "Введите номер банковского счета",
+ "uk": "Введіть номер банківського рахунку"
+ },
+ "position": 6,
+ "required": false
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 8,
+ "hint": {
+ "en": "Enter address",
+ "ru": "Enter address",
+ "uk": "Enter address"
+ },
+ "example": "Volodumurska 17"
+ },
+ {
+ "key": "beneficiary_document_id",
+ "type": "string",
+ "regexp": "\/^[A-Z0-9]{3,20}$\/",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Beneficiary Document ID",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document ID",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_country_code_iso",
+ "type": "string",
+ "regexp": "\/^[A-Z]{2}$\/",
+ "required": false,
+ "position": 10,
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$$\/",
+ "required": false,
+ "position": 11
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 12
+ },
+ {
+ "key": "beneficiary_dob",
+ "type": "string",
+ "regexp": "\/^([0-2][0-9]|(3)[0-1])(\\/)(((0)[0-9])|((1)[0-2]))(\\/)\\d{4}||((19|20)\\d{2}(0[1-9]|1[0-2])(0[1-9]|[12]\\d|3[01]))$\/",
+ "required": false,
+ "position": 13,
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "example": "10/05/1964"
+ },
+ {
+ "key": "beneficiary_city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "City",
+ "uk": "City"
+ },
+ "regexp": "\/^.{1,100}$\/",
+ "required": false,
+ "position": 14,
+ "hint": {
+ "en": "Enter city",
+ "ru": "Enter city",
+ "uk": "Enter city"
+ },
+ "example": "London"
+ },
+ {
+ "key": "beneficiary_postcode",
+ "type": "string",
+ "label": {
+ "en": "Postcode",
+ "ru": "Postcode",
+ "uk": "Postcode"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 15,
+ "hint": {
+ "en": "Enter postcode",
+ "ru": "Enter postcode",
+ "uk": "Enter postcode"
+ },
+ "example": "postcode"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "d24_wallet_vnd",
+ "currency": "VND",
+ "method": "d24_wallet",
+ "amount_min": 1,
+ "amount_max": 9999999999,
+ "fields": [
+ {
+ "key": "account_type",
+ "type": "string",
+ "regexp": "\/^[A-Z]{1}$\/",
+ "label": {
+ "en": "Account type",
+ "ru": "Тип аккаунта",
+ "uk": "Тип акаунту"
+ },
+ "hint": {
+ "en": "Enter account type",
+ "ru": "Введите тип аккаунта",
+ "uk": "Введіть тип акаунту"
+ },
+ "position": 1,
+ "required": false
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,3}$\/",
+ "label": {
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ },
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "beneficiary_document_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z]{2,20}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Beneficiary Document Type",
+ "ru": "Тип документа получателя",
+ "uk": "Тип документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document Type",
+ "ru": "Введите тип документа получателя",
+ "uk": "Введіть тип документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 4,
+ "required": false
+ },
+ {
+ "key": "beneficiary_lastname",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 5,
+ "required": false
+ },
+ {
+ "key": "bank_account",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,30}$\/",
+ "label": {
+ "en": "Bank Account",
+ "ru": "Номер банковского счета",
+ "uk": "Номер банківського рахунку"
+ },
+ "hint": {
+ "en": "Enter bank account",
+ "ru": "Введите номер банковского счета",
+ "uk": "Введіть номер банківського рахунку"
+ },
+ "position": 6,
+ "required": false
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 8,
+ "hint": {
+ "en": "Enter address",
+ "ru": "Enter address",
+ "uk": "Enter address"
+ },
+ "example": "Volodumurska 17"
+ },
+ {
+ "key": "beneficiary_document_id",
+ "type": "string",
+ "regexp": "\/^[A-Z0-9]{3,20}$\/",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Beneficiary Document ID",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document ID",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_country_code_iso",
+ "type": "string",
+ "regexp": "\/^[A-Z]{2}$\/",
+ "required": false,
+ "position": 10,
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$$\/",
+ "required": false,
+ "position": 11
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 12
+ },
+ {
+ "key": "beneficiary_dob",
+ "type": "string",
+ "regexp": "\/^([0-2][0-9]|(3)[0-1])(\\/)(((0)[0-9])|((1)[0-2]))(\\/)\\d{4}||((19|20)\\d{2}(0[1-9]|1[0-2])(0[1-9]|[12]\\d|3[01]))$\/",
+ "required": false,
+ "position": 13,
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "example": "10/05/1964"
+ },
+ {
+ "key": "beneficiary_city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "City",
+ "uk": "City"
+ },
+ "regexp": "\/^.{1,100}$\/",
+ "required": false,
+ "position": 14,
+ "hint": {
+ "en": "Enter city",
+ "ru": "Enter city",
+ "uk": "Enter city"
+ },
+ "example": "London"
+ },
+ {
+ "key": "beneficiary_postcode",
+ "type": "string",
+ "label": {
+ "en": "Postcode",
+ "ru": "Postcode",
+ "uk": "Postcode"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 15,
+ "hint": {
+ "en": "Enter postcode",
+ "ru": "Enter postcode",
+ "uk": "Enter postcode"
+ },
+ "example": "postcode"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "rapipago_ars",
+ "currency": "ARS",
+ "method": "rapipago",
+ "amount_min": 1,
+ "amount_max": 99000000,
+ "fields": [
+ {
+ "key": "account_type",
+ "type": "string",
+ "regexp": "\/^[A-Z]{1,3}$\/",
+ "label": {
+ "en": "Account type",
+ "ru": "Тип аккаунта",
+ "uk": "Тип акаунту"
+ },
+ "hint": {
+ "en": "Enter account type",
+ "ru": "Введите тип аккаунта",
+ "uk": "Введіть тип акаунту"
+ },
+ "position": 1,
+ "required": false
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,3}$\/",
+ "label": {
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ },
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "beneficiary_document_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z]{2,20}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Beneficiary Document Type",
+ "ru": "Тип документа получателя",
+ "uk": "Тип документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document Type",
+ "ru": "Введите тип документа получателя",
+ "uk": "Введіть тип документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 4,
+ "required": false
+ },
+ {
+ "key": "beneficiary_lastname",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 5,
+ "required": false
+ },
+ {
+ "key": "bank_account",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,30}$\/",
+ "label": {
+ "en": "Bank Account",
+ "ru": "Номер банковского счета",
+ "uk": "Номер банківського рахунку"
+ },
+ "hint": {
+ "en": "Enter bank account",
+ "ru": "Введите номер банковского счета",
+ "uk": "Введіть номер банківського рахунку"
+ },
+ "position": 6,
+ "required": false
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 8,
+ "hint": {
+ "en": "Enter address",
+ "ru": "Enter address",
+ "uk": "Enter address"
+ },
+ "example": "Volodumurska 17"
+ },
+ {
+ "key": "beneficiary_document_id",
+ "type": "string",
+ "regexp": "\/^[a-zA-Z0-9\\.\\-]{1,100}$\/",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Beneficiary Document ID",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document ID",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_country_code_iso",
+ "type": "string",
+ "regexp": "\/^[A-Z]{2}$\/",
+ "required": false,
+ "position": 10,
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$$\/",
+ "required": false,
+ "position": 11
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 12
+ },
+ {
+ "key": "beneficiary_dob",
+ "type": "string",
+ "regexp": "\/^([0-2][0-9]|(3)[0-1])(\\/)(((0)[0-9])|((1)[0-2]))(\\/)\\d{4}||((19|20)\\d{2}(0[1-9]|1[0-2])(0[1-9]|[12]\\d|3[01]))$\/",
+ "required": false,
+ "position": 13,
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "example": "10/05/1964"
+ },
+ {
+ "key": "beneficiary_city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "City",
+ "uk": "City"
+ },
+ "regexp": "\/^.{1,100}$\/",
+ "required": false,
+ "position": 14,
+ "hint": {
+ "en": "Enter city",
+ "ru": "Enter city",
+ "uk": "Enter city"
+ },
+ "example": "London"
+ },
+ {
+ "key": "beneficiary_postcode",
+ "type": "string",
+ "label": {
+ "en": "Postcode",
+ "ru": "Postcode",
+ "uk": "Postcode"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 15,
+ "hint": {
+ "en": "Enter postcode",
+ "ru": "Enter postcode",
+ "uk": "Enter postcode"
+ },
+ "example": "postcode"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "ach_cop",
+ "currency": "COP",
+ "method": "ach",
+ "amount_min": 1,
+ "amount_max": 99000000,
+ "fields": [
+ {
+ "key": "account_type",
+ "type": "string",
+ "regexp": "\/^[A-Z]{1,3}$\/",
+ "label": {
+ "en": "Account type",
+ "ru": "Тип аккаунта",
+ "uk": "Тип акаунту"
+ },
+ "hint": {
+ "en": "Enter account type",
+ "ru": "Введите тип аккаунта",
+ "uk": "Введіть тип акаунту"
+ },
+ "position": 1,
+ "required": false
+ },
+ {
+ "key": "bank_code",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,3}$\/",
+ "label": {
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ },
+ "required": false,
+ "position": 2
+ },
+ {
+ "key": "beneficiary_document_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z]{2,20}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Beneficiary Document Type",
+ "ru": "Тип документа получателя",
+ "uk": "Тип документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document Type",
+ "ru": "Введите тип документа получателя",
"uk": "Введіть тип документу отримувача"
}
+ },
+ {
+ "key": "beneficiary_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 4,
+ "required": false
+ },
+ {
+ "key": "beneficiary_lastname",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 5,
+ "required": false
+ },
+ {
+ "key": "bank_account",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,30}$\/",
+ "label": {
+ "en": "Bank Account",
+ "ru": "Номер банковского счета",
+ "uk": "Номер банківського рахунку"
+ },
+ "hint": {
+ "en": "Enter bank account",
+ "ru": "Введите номер банковского счета",
+ "uk": "Введіть номер банківського рахунку"
+ },
+ "position": 6,
+ "required": false
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": false,
+ "position": 7
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 8,
+ "hint": {
+ "en": "Enter address",
+ "ru": "Enter address",
+ "uk": "Enter address"
+ },
+ "example": "Volodumurska 17"
+ },
+ {
+ "key": "beneficiary_document_id",
+ "type": "string",
+ "regexp": "\/^[A-Z0-9]{3,20}$\/",
+ "required": false,
+ "position": 9,
+ "label": {
+ "en": "Beneficiary Document ID",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document ID",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_country_code_iso",
+ "type": "string",
+ "regexp": "\/^[A-Z]{2}$\/",
+ "required": false,
+ "position": 10,
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$$\/",
+ "required": false,
+ "position": 11
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 12
+ },
+ {
+ "key": "beneficiary_dob",
+ "type": "string",
+ "regexp": "\/^([0-2][0-9]|(3)[0-1])(\\/)(((0)[0-9])|((1)[0-2]))(\\/)\\d{4}||((19|20)\\d{2}(0[1-9]|1[0-2])(0[1-9]|[12]\\d|3[01]))$\/",
+ "required": false,
+ "position": 13,
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "example": "10/05/1964"
+ },
+ {
+ "key": "beneficiary_city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "City",
+ "uk": "City"
+ },
+ "regexp": "\/^.{1,100}$\/",
+ "required": false,
+ "position": 14,
+ "hint": {
+ "en": "Enter city",
+ "ru": "Enter city",
+ "uk": "Enter city"
+ },
+ "example": "London"
+ },
+ {
+ "key": "beneficiary_postcode",
+ "type": "string",
+ "label": {
+ "en": "Postcode",
+ "ru": "Postcode",
+ "uk": "Postcode"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 15,
+ "hint": {
+ "en": "Enter postcode",
+ "ru": "Enter postcode",
+ "uk": "Enter postcode"
+ },
+ "example": "postcode"
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "netbanking_inr",
+ "currency": "INR",
+ "method": "netbanking",
+ "amount_min": 1,
+ "amount_max": 8300000,
+ "fields": [
+ {
+ "key": "bank_account_number",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,30}$\/",
+ "label": {
+ "en": "Bank Account",
+ "ru": "Номер банковского счета",
+ "uk": "Номер банківського рахунку"
+ },
+ "hint": {
+ "en": "Enter bank account",
+ "ru": "Введите номер банковского счета",
+ "uk": "Введіть номер банківського рахунку"
+ },
+ "position": 1,
+ "required": true
+ },
+ {
+ "key": "bank_branch",
+ "type": "string",
+ "label": {
+ "en": "Bank Branch",
+ "ru": "Bank Branch",
+ "uk": "Bank Branch"
+ },
+ "hint": {
+ "en": "Enter Bank Branch",
+ "ru": "Введите Bank Branch",
+ "uk": "Введіть Bank Branch"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 2
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "example": "Joe",
+ "required": false,
+ "position": 3
+ },
+ {
+ "key": "beneficiary_lastname",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "required": false,
+ "position": 4
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": false,
+ "position": 5
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "blik_pln",
+ "method": "blik",
+ "currency": "PLN",
+ "amount_min": 0.01,
+ "amount_max": 500000,
+ "fields": [
+ {
+ "key": "blik_code",
+ "type": "string",
+ "regexp": "\/^\\d{6}$\/",
+ "required": false,
+ "position": 1,
+ "label": {
+ "en": "BLIK code",
+ "ru": "BLIK код",
+ "uk": "BLIK код"
+ },
+ "hint": {
+ "en": "Enter BLIK code",
+ "ru": "Введите код BLIK",
+ "uk": "Введіть код BLIK"
+ },
+ "example": "123456"
+ },
+ {
+ "key": "phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "48501123456",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 2
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "albaraka_bank_zar",
+ "method": "albaraka_bank",
+ "currency": "ZAR",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "capitec_business_zar",
+ "method": "capitec_business",
+ "currency": "ZAR",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "finbond_epe_zar",
+ "method": "finbond_epe",
+ "currency": "ZAR",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "hbz_bank_zar",
+ "method": "hbz_bank",
+ "currency": "ZAR",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "jpmorgan_south_africa_zar",
+ "method": "jpmorgan_south_africa",
+ "currency": "ZAR",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "societe_generale_south_africa_zar",
+ "method": "societe_generale_south_africa",
+ "currency": "ZAR",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 10000000
+ },
+ {
+ "status": "active",
+ "code": "khalti_npr",
+ "method": "khalti",
+ "currency": "NPR",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 2,
+ "amount_max": 13000000
+ },
+ {
+ "status": "active",
+ "code": "esewa_npr",
+ "method": "esewa",
+ "currency": "NPR",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 2,
+ "amount_max": 13000000
+ },
+ {
+ "status": "active",
+ "code": "imepay_npr",
+ "method": "imepay",
+ "currency": "NPR",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required":true,
+ "position": 1
+ },
+ {
+ "key": "beneficiary_first_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": true,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 2,
+ "amount_max": 13000000
+ },
+ {
+ "status": "active",
+ "code": "eft_cad",
+ "method": "eft",
+ "currency": "CAD",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-ZА-Я\\d\\s\\-\\–\\.\\']{13,48}$|^[\\d]{3,48}$\/",
+ "required": false,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "routing_number",
+ "type": "string",
+ "regexp": "\/^\\d+-?\\d+$\/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Routing number",
+ "ru": "Routing number",
+ "uk": "Routing number"
+ },
+ "hint": {
+ "en": "Enter routing number",
+ "ru": "Enter routing number",
+ "uk": "Enter routing number"
+ },
+ "example": "12345-001"
+ },
+ {
+ "key": "account_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9]{1,10}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Account type",
+ "ru": "Тип аккаунта",
+ "uk": "Тип акаунту"
+ },
+ "hint": {
+ "en": "Enter account type",
+ "ru": "Введите тип аккаунта",
+ "uk": "Введіть тип акаунту"
+ }
+ },
+ {
+ "key": "beneficiary_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 4,
+ "required": false
+ },
+ {
+ "key": "beneficiary_lastname",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 5,
+ "required": false
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 6,
+ "hint": {
+ "en": "Enter address",
+ "ru": "Enter address",
+ "uk": "Enter address"
+ },
+ "example": "Volodumurska 17"
+ },
+ {
+ "key": "beneficiary_document_id",
+ "type": "string",
+ "regexp": "\/^[A-Z0-9]{3,20}$\/",
+ "required": false,
+ "position": 7,
+ "label": {
+ "en": "Beneficiary Document ID",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document ID",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_country_code_iso",
+ "type": "string",
+ "regexp": "\/^[A-Z]{2}$\/",
+ "required": false,
+ "position": 8,
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$$\/",
+ "required": false,
+ "position": 9
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 10
+ },
+ {
+ "key": "beneficiary_dob",
+ "type": "string",
+ "regexp": "\/^([0-2][0-9]|(3)[0-1])(\\/)(((0)[0-9])|((1)[0-2]))(\\/)\\d{4}||((19|20)\\d{2}(0[1-9]|1[0-2])(0[1-9]|[12]\\d|3[01]))$\/",
+ "required": false,
+ "position": 11,
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "example": "10/05/1964"
+ },
+ {
+ "key": "beneficiary_city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "City",
+ "uk": "City"
+ },
+ "regexp": "\/^.{1,100}$\/",
+ "required": false,
+ "position": 12,
+ "hint": {
+ "en": "Enter city",
+ "ru": "Enter city",
+ "uk": "Enter city"
+ },
+ "example": "London"
+ },
+ {
+ "key": "beneficiary_state",
+ "type": "string",
+ "label": {
+ "en": "State",
+ "ru": "State",
+ "uk": "State"
+ },
+ "regexp": "\/^.{1,100}$\/",
+ "required": false,
+ "position": 13,
+ "hint": {
+ "en": "Enter state",
+ "ru": "Enter state",
+ "uk": "Enter state"
+ }
+ },
+ {
+ "key": "beneficiary_postcode",
+ "type": "string",
+ "label": {
+ "en": "Postcode",
+ "ru": "Postcode",
+ "uk": "Postcode"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 14,
+ "hint": {
+ "en": "Enter postcode",
+ "ru": "Enter postcode",
+ "uk": "Enter postcode"
+ },
+ "example": "postcode"
+ },
+ {
+ "key": "dialcode",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,4}$\/",
+ "required": false,
+ "position": 15,
+ "label": {
+ "en": "Dial Code",
+ "ru": "Код набора",
+ "uk": "Код набору"
+ },
+ "hint": {
+ "en": "Enter dial code",
+ "ru": "Введите код набора",
+ "uk": "Введіть Код набору"
+ },
+ "example": "1234"
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "140000"
+ },
+ {
+ "status": "active",
+ "code": "ach_usd",
+ "currency": "USD",
+ "method": "ach",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "regexp": "\/^[A-Z]{2}[A-ZА-Я\\d\\s\\-\\–\\.\\']{13,48}$|^[\\d]{3,48}$\/",
+ "required": false,
+ "position": 1,
+ "hint": {
+ "en": "Enter account number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "example": "GB97BARC20031877565489"
+ },
+ {
+ "key": "routing_number",
+ "type": "string",
+ "regexp": "\/^\\d+$\/",
+ "required": false,
+ "position": 2,
+ "label": {
+ "en": "Routing number",
+ "ru": "Routing number",
+ "uk": "Routing number"
+ },
+ "hint": {
+ "en": "Enter routing number",
+ "ru": "Enter routing number",
+ "uk": "Enter routing number"
+ },
+ "example": "12345001"
+ },
+ {
+ "key": "account_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9]{1,10}$\/",
+ "required": false,
+ "position": 3,
+ "label": {
+ "en": "Account type",
+ "ru": "Тип аккаунта",
+ "uk": "Тип акаунту"
+ },
+ "hint": {
+ "en": "Enter account type",
+ "ru": "Введите тип аккаунта",
+ "uk": "Введіть тип акаунту"
+ },
+ "example": "checking"
+ },
+ {
+ "key": "beneficiary_name",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 4,
+ "required": false
+ },
+ {
+ "key": "beneficiary_lastname",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary last name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary last name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 5,
+ "required": false
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
+ "label": {
+ "en": "Address",
+ "ru": "Address",
+ "uk": "Address"
+ },
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 6,
+ "hint": {
+ "en": "Enter address",
+ "ru": "Enter address",
+ "uk": "Enter address"
+ },
+ "example": "Volodumurska 17"
+ },
+ {
+ "key": "beneficiary_document_id",
+ "type": "string",
+ "regexp": "\/^[A-Z0-9]{3,20}$\/",
+ "required": false,
+ "position": 7,
+ "label": {
+ "en": "Beneficiary Document ID",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документу отримувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary Document ID",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документу отримувача"
+ }
+ },
+ {
+ "key": "beneficiary_country_code_iso",
+ "type": "string",
+ "regexp": "\/^[A-Z]{2}$\/",
+ "required": false,
+ "position": 8,
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ }
+ },
+ {
+ "key": "beneficiary_email",
+ "type": "string",
+ "label": {
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
+ },
+ "hint": {
+ "en": "Enter Email",
+ "ru": "Введите Email",
+ "uk": "Введіть Email"
+ },
+ "example": "johndoe@example.com",
+ "regexp": "\/^([a-z0-9_-]+\\.)*[a-z0-9_-]+@[a-z0-9_-]+(\\.[a-z0-9_-]+)*\\.[a-z]{2,6}$$\/",
+ "required": false,
+ "position": 9
+ },
+ {
+ "key": "beneficiary_phone",
+ "type": "string",
+ "label": {
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
+ },
+ "hint": {
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 10
+ },
+ {
+ "key": "beneficiary_dob",
+ "type": "string",
+ "regexp": "\/^([0-2][0-9]|(3)[0-1])(\\/)(((0)[0-9])|((1)[0-2]))(\\/)\\d{4}||((19|20)\\d{2}(0[1-9]|1[0-2])(0[1-9]|[12]\\d|3[01]))$\/",
+ "required": false,
+ "position": 11,
+ "label": {
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "hint": {
+ "en": "Enter date of birth",
+ "ru": "Введите дату рождения",
+ "uk": "Введіть дату народження"
+ },
+ "example": "10/05/1964"
+ },
+ {
+ "key": "beneficiary_city",
+ "type": "string",
+ "label": {
+ "en": "City",
+ "ru": "City",
+ "uk": "City"
+ },
+ "regexp": "\/^.{1,100}$\/",
+ "required": false,
+ "position": 12,
+ "hint": {
+ "en": "Enter city",
+ "ru": "Enter city",
+ "uk": "Enter city"
+ },
+ "example": "London"
+ },
+ {
+ "key": "beneficiary_state",
+ "type": "string",
+ "label": {
+ "en": "State",
+ "ru": "State",
+ "uk": "State"
+ },
+ "regexp": "\/^.{1,100}$\/",
+ "required": false,
+ "position": 13,
+ "hint": {
+ "en": "Enter state",
+ "ru": "Enter state",
+ "uk": "Enter state"
+ }
},
{
- "key": "beneficiary_country_code_iso",
+ "key": "beneficiary_postcode",
"type": "string",
- "regexp": "\/^.{2,6}$\/",
- "required": false,
- "position": 12,
"label": {
- "en": "Beneficiary country code",
- "ru": "Beneficiary country code",
- "uk": "Beneficiary country code"
+ "en": "Postcode",
+ "ru": "Postcode",
+ "uk": "Postcode"
},
+ "regexp": "\/^.{1,255}$\/",
+ "required": false,
+ "position": 14,
"hint": {
- "en": "Enter beneficiary country code",
- "ru": "Введите beneficiary country code",
- "uk": "Введіть beneficiary country code"
- }
+ "en": "Enter postcode",
+ "ru": "Enter postcode",
+ "uk": "Enter postcode"
+ },
+ "example": "postcode"
},
{
- "key": "beneficiary_city",
+ "key": "dialcode",
+ "type": "string",
+ "regexp": "\/^[0-9]{1,4}$\/",
+ "required": false,
+ "position": 15,
+ "label": {
+ "en": "Dial Code",
+ "ru": "Код набора",
+ "uk": "Код набору"
+ },
+ "hint": {
+ "en": "Enter dial code",
+ "ru": "Введите код набора",
+ "uk": "Введіть Код набору"
+ },
+ "example": "1234"
+ }
+ ],
+ "amount_min": "0.01",
+ "amount_max": "100000"
+ },
+ {
+ "status": "active",
+ "code": "pagomovil_ves",
+ "currency": "VES",
+ "method": "pagomovil",
+ "amount_min": 1,
+ "amount_max": 9000000,
+ "fields": [
+ {
+ "key": "beneficiary_document_type",
"type": "string",
- "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
+ "regexp": "\/^[A-Za-z]{1,20}$\/",
"required": false,
- "position": 13,
+ "position": 1,
"label": {
- "en": "Beneficiary city",
- "ru": "Beneficiary city",
- "uk": "Beneficiary city"
+ "en": "Beneficiary Document Type",
+ "ru": "Тип документа получателя",
+ "uk": "Тип документу отримувача"
},
"hint": {
- "en": "Enter beneficiary city",
- "ru": "Введите beneficiary city",
- "uk": "Введіть beneficiary city"
+ "en": "Enter Beneficiary Document Type",
+ "ru": "Введите тип документа получателя",
+ "uk": "Введіть тип документу отримувача"
}
},
{
- "key": "beneficiary_postcode",
+ "key": "beneficiary_document_id",
"type": "string",
- "regexp": "\/^[\\w\\-\\s]{1,64}$\/",
+ "regexp": "\/^[A-Z0-9]{3,20}$\/",
"required": false,
- "position": 14,
+ "position": 2,
"label": {
- "en": "Beneficiary postcode",
- "ru": "Beneficiary postcode",
- "uk": "Beneficiary postcode"
+ "en": "Beneficiary Document ID",
+ "ru": "Номер документа получателя",
+ "uk": "Номер документу отримувача"
},
"hint": {
- "en": "Enter beneficiary postcode",
- "ru": "Введите beneficiary postcode",
- "uk": "Введіть beneficiary postcode"
+ "en": "Enter Beneficiary Document ID",
+ "ru": "Введите номер документа получателя",
+ "uk": "Введіть номер документу отримувача"
}
},
{
- "key": "beneficiary_state",
+ "key": "bank_account",
"type": "string",
- "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
- "required": false,
- "position": 15,
+ "regexp": "\/^[0-9]{1,30}$\/",
"label": {
- "en": "Beneficiary state",
- "ru": "Beneficiary state",
- "uk": "Beneficiary state"
+ "en": "Bank Account",
+ "ru": "Номер банковского счета",
+ "uk": "Номер банківського рахунку"
},
"hint": {
- "en": "Enter beneficiary state",
- "ru": "Введите beneficiary state",
- "uk": "Введіть beneficiary state"
- }
+ "en": "Enter bank account",
+ "ru": "Введите номер банковского счета",
+ "uk": "Введіть номер банківського рахунку"
+ },
+ "position": 3,
+ "required": false
},
{
- "key": "beneficiary_address",
+ "key": "bank_code",
"type": "string",
- "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
+ "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
"required": false,
- "position": 16,
+ "position": 4,
"label": {
- "en": "Beneficiary address",
- "ru": "Beneficiary address",
- "uk": "Beneficiary address"
+ "en": "Payer bank code",
+ "ru": "Код банка отправителя",
+ "uk": "Код банку відправника"
},
"hint": {
- "en": "Enter beneficiary country code",
- "ru": "Введите beneficiary country code",
- "uk": "Введіть beneficiary country code"
- }
+ "en": "Enter payer bank code",
+ "ru": "Введите код банка отправителя",
+ "uk": "Введіть код банку відправника"
+ },
+ "example": "0134"
},
{
- "key": "beneficiary_full_name",
+ "key": "beneficiary_name",
"type": "string",
- "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
- "required": false,
- "position": 17,
"label": {
- "en": "Beneficiary full name",
- "ru": "Полное имя получателя",
- "uk": "Повне імʼя отримувача"
+ "en": "Beneficiary name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
},
"hint": {
- "en": "Enter beneficiary full name",
- "ru": "Введите полное имя получателя",
- "uk": "Введіть повне імʼя отримувача"
- }
+ "en": "Enter beneficiary name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\sa-z]{2,100}$\/",
+ "position": 5,
+ "required": false,
+ "example": "John Doe"
},
{
- "key": "sender_full_name",
+ "key": "beneficiary_phone",
"type": "string",
- "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
- "required": false,
- "position": 18,
"label": {
- "en": "Sender full name",
- "ru": "Полное имя отправителя",
- "uk": "Повне імʼя відправкника"
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
},
"hint": {
- "en": "Enter Sender full name",
- "ru": "Введите полное имя отправителя",
- "uk": "Введіть повне імʼя відправкника"
- }
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "6339152330011",
+ "regexp": "\/^\\d{10,14}$\/",
+ "required": false,
+ "position": 6
}
- ],
- "amount_min": "0.01",
- "amount_max": "1000000.00"
+ ]
},
{
"status": "active",
- "code": "bank_transfer_rub",
- "method": "bank_transfer",
- "currency": "RUB",
- "fields": [
+ "code": "binancepay_usd",
+ "method": "binancepay",
+ "currency": "USD",
+ "fields": [
{
- "key": "account_number",
+ "key": "recipient_type",
"type": "string",
+ "regexp": "\/^(EMAIL|BINANCE_ID)$\/",
+ "required": true,
+ "position": 1,
"label": {
- "en": "Account number",
- "ru": "Номер счета",
- "uk": "Номер рахунку"
+ "en": "Recipient type",
+ "ru": "Тип получателя",
+ "uk": "Тип отримувача"
},
- "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
+ "hint": {
+ "en": "Enter recipient type",
+ "ru": "Введите тип получателя",
+ "uk": "Введіть тип отримувача"
+ },
+ "example": "EMAIL"
+ },
+ {
+ "key": "recipient_id",
+ "type": "string",
+ "regexp": "\/^.{3,128}$\/",
+ "required": true,
+ "position": 2,
+ "label": {
+ "en": "Recipient ID",
+ "ru": "Номер получателя",
+ "uk": "Номер отримувача"
+ },
+ "hint": {
+ "en": "Enter Recipient ID",
+ "ru": "Введите номер получателя",
+ "uk": "Введіть номер отримувача"
+ },
+ "example": "example@mail.com"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "binancepay_wallet_netting_usd",
+ "method": "binancepay",
+ "currency": "USD",
+ "fields": [
+ {
+ "key": "recipient_type",
+ "type": "string",
+ "regexp": "\/^(EMAIL|BINANCE_ID)$\/",
"required": true,
"position": 1,
+ "label": {
+ "en": "Recipient type",
+ "ru": "Тип получателя",
+ "uk": "Тип отримувача"
+ },
"hint": {
- "en": "Enter account number or IBAN",
- "ru": "Введите номер счета или IBAN",
- "uk": "Введіть номер рахунку або IBAN"
+ "en": "Enter recipient type",
+ "ru": "Введите тип получателя",
+ "uk": "Введіть тип отримувача"
},
- "example": "GB97BARC20031877565489"
+ "example": "EMAIL"
},
{
- "key": "account_type",
+ "key": "recipient_id",
"type": "string",
- "regexp": "\/^[A-Za-z0-9]{1,10}$\/",
- "required": false,
+ "regexp": "\/^.{3,128}$\/",
+ "required": true,
"position": 2,
"label": {
- "en": "Account type",
- "ru": "Тип аккаунта",
- "uk": "Тип акаунту"
+ "en": "Recipient ID",
+ "ru": "Номер получателя",
+ "uk": "Номер отримувача"
},
"hint": {
- "en": "Enter account type",
- "ru": "Введите тип аккаунта",
- "uk": "Введіть тип акаунту"
- }
- },
+ "en": "Enter Recipient ID",
+ "ru": "Введите номер получателя",
+ "uk": "Введіть номер отримувача"
+ },
+ "example": "example@mail.com"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "binancepay_wallet_netting_usdt",
+ "method": "binancepay",
+ "currency": "USDT",
+ "fields": [
{
- "key": "account_name",
+ "key": "recipient_type",
"type": "string",
- "regexp": "\/^[A-Za-z0-9\\s]{2,100}$\/",
- "required": false,
- "position": 3,
+ "regexp": "\/^(EMAIL|BINANCE_ID)$\/",
+ "required": true,
+ "position": 1,
"label": {
- "en": "Account Name",
- "ru": "Account Name",
- "uk": "Account Name"
+ "en": "Recipient type",
+ "ru": "Тип получателя",
+ "uk": "Тип отримувача"
},
"hint": {
- "en": "Enter Account Name",
- "ru": "Введите Account Name",
- "uk": "Введіть Account Name"
- }
+ "en": "Enter recipient type",
+ "ru": "Введите тип получателя",
+ "uk": "Введіть тип отримувача"
+ },
+ "example": "EMAIL"
},
{
- "key": "bank_branch",
+ "key": "recipient_id",
"type": "string",
- "regexp": "\/^[A-za-z,0-9]{2,100}$\/",
- "required": false,
- "position": 4,
+ "regexp": "\/^.{3,128}$\/",
+ "required": true,
+ "position": 2,
"label": {
- "en": "Bank Branch",
- "ru": "Bank Branch",
- "uk": "Bank Branch"
+ "en": "Recipient ID",
+ "ru": "Номер получателя",
+ "uk": "Номер отримувача"
},
"hint": {
- "en": "Enter Bank Branch",
- "ru": "Введите Bank Branch",
- "uk": "Введіть Bank Branch"
- }
- },
+ "en": "Enter Recipient ID",
+ "ru": "Введите номер получателя",
+ "uk": "Введіть номер отримувача"
+ },
+ "example": "example@mail.com"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "binancepay_wallet_netting_usdc",
+ "method": "binancepay",
+ "currency": "USDC",
+ "fields": [
{
- "key": "bank_code",
+ "key": "recipient_type",
"type": "string",
- "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
- "required": false,
- "position": 5,
+ "regexp": "\/^(EMAIL|BINANCE_ID)$\/",
+ "required": true,
+ "position": 1,
"label": {
- "en": "Bank Code",
- "ru": "Код банка",
- "uk": "Код банку"
+ "en": "Recipient type",
+ "ru": "Тип получателя",
+ "uk": "Тип отримувача"
},
"hint": {
- "en": "Enter bank code",
- "ru": "Введите код банка",
- "uk": "Введіть код банку"
- }
+ "en": "Enter recipient type",
+ "ru": "Введите тип получателя",
+ "uk": "Введіть тип отримувача"
+ },
+ "example": "EMAIL"
},
{
- "key": "bank_name",
+ "key": "recipient_id",
"type": "string",
- "regexp": "\/^[A-Z\\-\\sa-z0-9_]{2,100}$\/",
- "required": false,
- "position": 6,
+ "regexp": "\/^.{3,128}$\/",
+ "required": true,
+ "position": 2,
"label": {
- "en": "Bank Name",
- "ru": "Код банка",
- "uk": "Код банку"
+ "en": "Recipient ID",
+ "ru": "Номер получателя",
+ "uk": "Номер отримувача"
},
"hint": {
- "en": "Enter bank name",
- "ru": "Введите имя банка",
- "uk": "Введіть ім'я банку"
- }
- },
+ "en": "Enter Recipient ID",
+ "ru": "Введите номер получателя",
+ "uk": "Введіть номер отримувача"
+ },
+ "example": "example@mail.com"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 100000
+ },
+ {
+ "status": "active",
+ "code": "mtn_zmw",
+ "method": "mtn",
+ "currency": "ZMW",
+ "fields": [
{
- "key": "bank_address",
+ "key": "account_number",
"type": "string",
- "regexp": "\/^[a-zA-Z0-9 \\\/_.,'-]{1,200}$\/",
- "required": false,
- "position": 7,
"label": {
- "en": "Bank Address",
- "ru": "Адрес банка",
- "uk": "Адреса банку"
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
},
"hint": {
- "en": "Enter bank address",
- "ru": "Введите адрес банка",
- "uk": "Введіть адресу банку"
- }
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required": true,
+ "position": 1
},
{
- "key": "beneficiary_name",
+ "key": "beneficiary_first_name",
"type": "string",
- "regexp": "\/^[A-Za-zА-Яа-я\\-\\s]{2,100}$\/",
- "required": false,
- "position": 8,
"label": {
"en": "Beneficiary first name",
"ru": "Имя получателя",
@@ -74692,14 +176815,15 @@
"en": "Enter beneficiary first name",
"ru": "Введите имя получателя",
"uk": "Введіть імʼя отримувача"
- }
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
},
{
- "key": "beneficiary_lastname",
+ "key": "beneficiary_last_name",
"type": "string",
- "regexp": "\/^[A-Za-zА-Яа-я\\-\\s]{2,100}$\/",
- "required": false,
- "position": 9,
"label": {
"en": "Beneficiary last name",
"ru": "Фамилия получателя",
@@ -74709,608 +176833,653 @@
"en": "Enter beneficiary last name",
"ru": "Введите фамилию получателя",
"uk": "Введіть прізвище отримувача"
- }
- },
- {
- "key": "beneficiary_document_id",
- "type": "string",
- "regexp": "\/^[A-Z0-9]{3,20}$\/",
- "required": false,
- "position": 10,
- "label": {
- "en": "Beneficiary Document ID",
- "ru": "Номер документа получателя",
- "uk": "Номер документу отримувача"
},
- "hint": {
- "en": "Enter Beneficiary Document ID",
- "ru": "Введите номер документа получателя",
- "uk": "Введіть номер документу отримувача"
- }
- },
- {
- "key": "beneficiary_document_type",
- "type": "string",
- "regexp": "\/^[A-Za-z]{3,20}$\/",
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
"required": false,
- "position": 11,
- "label": {
- "en": "Beneficiary Document Type",
- "ru": "Тип документа получателя",
- "uk": "Тип документу отримувача"
- },
- "hint": {
- "en": "Enter Beneficiary Document Type",
- "ru": "Введите тип документа получателя",
- "uk": "Введіть тип документу отримувача"
- }
- },
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.01,
+ "amount_max": 2000000
+ },
+ {
+ "status": "active",
+ "code": "halotel_tzs",
+ "method": "halotel",
+ "currency": "TZS",
+ "fields": [
{
- "key": "beneficiary_country_code_iso",
+ "key": "account_number",
"type": "string",
- "regexp": "\/^.{2,6}$\/",
- "required": false,
- "position": 12,
"label": {
- "en": "Beneficiary country code",
- "ru": "Beneficiary country code",
- "uk": "Beneficiary country code"
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
},
"hint": {
- "en": "Enter beneficiary country code",
- "ru": "Введите beneficiary country code",
- "uk": "Введіть beneficiary country code"
- }
- },
- {
- "key": "beneficiary_city",
- "type": "string",
- "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
- "required": false,
- "position": 13,
- "label": {
- "en": "Beneficiary city",
- "ru": "Beneficiary city",
- "uk": "Beneficiary city"
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
},
- "hint": {
- "en": "Enter beneficiary city",
- "ru": "Введите beneficiary city",
- "uk": "Введіть beneficiary city"
- }
+ "regexp": "\/^.{1,50}$\/",
+ "required": true,
+ "position": 1
},
{
- "key": "beneficiary_postcode",
+ "key": "beneficiary_first_name",
"type": "string",
- "regexp": "\/^[\\w\\-\\s]{1,64}$\/",
- "required": false,
- "position": 14,
"label": {
- "en": "Beneficiary postcode",
- "ru": "Beneficiary postcode",
- "uk": "Beneficiary postcode"
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
},
"hint": {
- "en": "Enter beneficiary postcode",
- "ru": "Введите beneficiary postcode",
- "uk": "Введіть beneficiary postcode"
- }
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
},
{
- "key": "beneficiary_state",
+ "key": "beneficiary_last_name",
"type": "string",
- "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
- "required": false,
- "position": 15,
"label": {
- "en": "Beneficiary state",
- "ru": "Beneficiary state",
- "uk": "Beneficiary state"
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
},
"hint": {
- "en": "Enter beneficiary state",
- "ru": "Введите beneficiary state",
- "uk": "Введіть beneficiary state"
- }
- },
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 1000000
+ },
+ {
+ "status": "active",
+ "code": "skrill_aed",
+ "method": "skrill",
+ "currency": "AED",
+ "fields": [
{
- "key": "beneficiary_address",
+ "key": "email",
"type": "string",
- "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
- "required": false,
- "position": 16,
"label": {
- "en": "Beneficiary address",
- "ru": "Beneficiary address",
- "uk": "Beneficiary address"
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
},
"hint": {
- "en": "Enter beneficiary country code",
- "ru": "Введите beneficiary country code",
- "uk": "Введіть beneficiary country code"
- }
- },
+ "en": "Enter the recipient email",
+ "ru": "Введите email получателя",
+ "uk": "Введіть email одержувача "
+ },
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "1",
+ "amount_max": "367000"
+ },
+ {
+ "status": "active",
+ "code": "skrill_aud",
+ "method": "skrill",
+ "currency": "AUD",
+ "fields": [
{
- "key": "beneficiary_full_name",
+ "key": "email",
"type": "string",
- "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
- "required": false,
- "position": 17,
"label": {
- "en": "Beneficiary full name",
- "ru": "Полное имя получателя",
- "uk": "Повне імʼя отримувача"
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
},
"hint": {
- "en": "Enter beneficiary full name",
- "ru": "Введите полное имя получателя",
- "uk": "Введіть повне імʼя отримувача"
- }
- },
+ "en": "Enter the recipient email",
+ "ru": "Введите email получателя",
+ "uk": "Введіть email одержувача "
+ },
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "1",
+ "amount_max": "153000"
+ },
+ {
+ "status": "active",
+ "code": "skrill_bgn",
+ "method": "skrill",
+ "currency": "BGN",
+ "fields": [
{
- "key": "sender_full_name",
+ "key": "email",
"type": "string",
- "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
- "required": false,
- "position": 18,
"label": {
- "en": "Sender full name",
- "ru": "Полное имя отправителя",
- "uk": "Повне імʼя відправкника"
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
},
"hint": {
- "en": "Enter Sender full name",
- "ru": "Введите полное имя отправителя",
- "uk": "Введіть повне імʼя відправкника"
- }
+ "en": "Enter the recipient email",
+ "ru": "Введите email получателя",
+ "uk": "Введіть email одержувача "
+ },
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": true,
+ "position": 1
}
],
- "amount_min": "0.01",
- "amount_max": "100000.00"
+ "amount_min": "1",
+ "amount_max": "180000"
},
{
"status": "active",
- "code": "card_token",
- "method": "payment_card",
- "currency": "XXX",
+ "code": "skrill_brl",
+ "method": "skrill",
+ "currency": "BRL",
"fields": [
{
- "key": "token",
+ "key": "email",
"type": "string",
"label": {
- "en": "Card token",
- "ru": "Токен карты",
- "uk": "Токен карти"
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
},
"hint": {
- "en": "Enter card token",
- "ru": "Введите токен карты",
- "uk": "Введіть токен карти"
+ "en": "Enter the recipient email",
+ "ru": "Введите email получателя",
+ "uk": "Введіть email одержувача "
},
- "regexp": "\/^.{1,128}\/",
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
"required": true,
"position": 1
}
],
- "amount_min": "0.01",
- "amount_max": "1000000"
+ "amount_min": "1",
+ "amount_max": "539000"
},
{
"status": "active",
- "code": "bank_transfer_idr",
- "method": "bank_transfer",
- "currency": "IDR",
+ "code": "skrill_clp",
+ "method": "skrill",
+ "currency": "CLP",
"fields": [
{
- "key": "account_number",
+ "key": "email",
"type": "string",
"label": {
- "en": "Account number",
- "ru": "Номер счета",
- "uk": "Номер рахунку"
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
},
- "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,30}$\/",
- "required": true,
- "position": 1,
"hint": {
- "en": "Enter account number or IBAN",
- "ru": "Введите номер счета или IBAN",
- "uk": "Введіть номер рахунку або IBAN"
+ "en": "Enter the recipient email",
+ "ru": "Введите email получателя",
+ "uk": "Введіть email одержувача "
},
- "example": "GB97BARC20031877565489"
- },
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "1",
+ "amount_max": "94834000"
+ },
+ {
+ "status": "active",
+ "code": "skrill_czk",
+ "method": "skrill",
+ "currency": "CZK",
+ "fields": [
{
- "key": "account_type",
+ "key": "email",
"type": "string",
- "regexp": "\/^[A-Za-z0-9]{1,10}$\/",
- "required": false,
- "position": 2,
"label": {
- "en": "Account type",
- "ru": "Тип аккаунта",
- "uk": "Тип акаунту"
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
},
"hint": {
- "en": "Enter account type",
- "ru": "Введите тип аккаунта",
- "uk": "Введіть тип акаунту"
- }
- },
- {
- "key": "account_name",
- "type": "string",
- "regexp": "\/^[A-Za-z0-9\\s]{2,100}$\/",
- "required": false,
- "position": 3,
- "label": {
- "en": "Account Name",
- "ru": "Account Name",
- "uk": "Account Name"
+ "en": "Enter the recipient email",
+ "ru": "Введите email получателя",
+ "uk": "Введіть email одержувача "
},
- "hint": {
- "en": "Enter Account Name",
- "ru": "Введите Account Name",
- "uk": "Введіть Account Name"
- }
- },
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "1",
+ "amount_max": "2294000"
+ },
+ {
+ "status": "active",
+ "code": "skrill_dkk",
+ "method": "skrill",
+ "currency": "DKK",
+ "fields": [
{
- "key": "bank_branch",
+ "key": "email",
"type": "string",
- "regexp": "\/^[A-za-z,0-9\\s]{2,100}$\/",
- "required": false,
- "position": 4,
"label": {
- "en": "Bank Branch",
- "ru": "Bank Branch",
- "uk": "Bank Branch"
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
},
"hint": {
- "en": "Enter Bank Branch",
- "ru": "Введите Bank Branch",
- "uk": "Введіть Bank Branch"
- }
- },
- {
- "key": "bank_code",
- "type": "string",
- "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
- "required": false,
- "position": 5,
- "label": {
- "en": "Bank Code",
- "ru": "Код банка",
- "uk": "Код банку"
+ "en": "Enter the recipient email",
+ "ru": "Введите email получателя",
+ "uk": "Введіть email одержувача "
},
- "hint": {
- "en": "Enter bank code",
- "ru": "Введите код банка",
- "uk": "Введіть код банку"
- }
- },
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "1",
+ "amount_max": "697000"
+ },
+ {
+ "status": "active",
+ "code": "skrill_inr",
+ "method": "skrill",
+ "currency": "INR",
+ "fields": [
{
- "key": "bank_name",
+ "key": "email",
"type": "string",
- "regexp": "\/^[A-Z\\-\\sa-z0-9_]{2,100}$\/",
- "required": false,
- "position": 6,
"label": {
- "en": "Bank Name",
- "ru": "Код банка",
- "uk": "Код банку"
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
},
"hint": {
- "en": "Enter bank name",
- "ru": "Введите имя банка",
- "uk": "Введіть ім'я банку"
- }
- },
- {
- "key": "bank_address",
- "type": "string",
- "regexp": "\/^[a-zA-Z0-9 \\\/_.,'-]{1,200}$\/",
- "required": false,
- "position": 7,
- "label": {
- "en": "Bank Address",
- "ru": "Адрес банка",
- "uk": "Адреса банку"
+ "en": "Enter the recipient email",
+ "ru": "Введите email получателя",
+ "uk": "Введіть email одержувача "
},
- "hint": {
- "en": "Enter bank address",
- "ru": "Введите адрес банка",
- "uk": "Введіть адресу банку"
- }
- },
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "1",
+ "amount_max": "8744000"
+ },
+ {
+ "status": "active",
+ "code": "skrill_jpy",
+ "method": "skrill",
+ "currency": "JPY",
+ "fields": [
{
- "key": "beneficiary_name",
+ "key": "email",
"type": "string",
- "regexp": "\/^[A-Za-zА-Яа-я\\-\\s]{2,100}$\/",
- "required": false,
- "position": 8,
"label": {
- "en": "Beneficiary first name",
- "ru": "Имя получателя",
- "uk": "Імʼя отримувача"
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
},
"hint": {
- "en": "Enter beneficiary first name",
- "ru": "Введите имя получателя",
- "uk": "Введіть імʼя отримувача"
- }
- },
- {
- "key": "beneficiary_lastname",
- "type": "string",
- "regexp": "\/^[A-Za-zА-Яа-я\\-\\s]{2,100}$\/",
- "required": false,
- "position": 9,
- "label": {
- "en": "Beneficiary last name",
- "ru": "Фамилия получателя",
- "uk": "Прізвище отримувача"
+ "en": "Enter the recipient email",
+ "ru": "Введите email получателя",
+ "uk": "Введіть email одержувача "
},
- "hint": {
- "en": "Enter beneficiary last name",
- "ru": "Введите фамилию получателя",
- "uk": "Введіть прізвище отримувача"
- }
- },
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "1",
+ "amount_max": "14841000"
+ },
+ {
+ "status": "active",
+ "code": "skrill_krw",
+ "method": "skrill",
+ "currency": "KRW",
+ "fields": [
{
- "key": "beneficiary_document_id",
+ "key": "email",
"type": "string",
- "regexp": "\/^[A-Z0-9]{3,20}$\/",
- "required": false,
- "position": 10,
"label": {
- "en": "Beneficiary Document ID",
- "ru": "Номер документа получателя",
- "uk": "Номер документу отримувача"
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
},
"hint": {
- "en": "Enter Beneficiary Document ID",
- "ru": "Введите номер документа получателя",
- "uk": "Введіть номер документу отримувача"
- }
- },
+ "en": "Enter the recipient email",
+ "ru": "Введите email получателя",
+ "uk": "Введіть email одержувача "
+ },
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "1",
+ "amount_max": "137838000"
+ },
+ {
+ "status": "active",
+ "code": "skrill_nok",
+ "method": "skrill",
+ "currency": "NOK",
+ "fields": [
{
- "key": "beneficiary_document_type",
+ "key": "email",
"type": "string",
- "regexp": "\/^[A-Za-z]{3,20}$\/",
- "required": false,
- "position": 11,
"label": {
- "en": "Beneficiary Document Type",
- "ru": "Тип документа получателя",
- "uk": "Тип документу отримувача"
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
},
"hint": {
- "en": "Enter Beneficiary Document Type",
- "ru": "Введите тип документа получателя",
- "uk": "Введіть тип документу отримувача"
- }
- },
+ "en": "Enter the recipient email",
+ "ru": "Введите email получателя",
+ "uk": "Введіть email одержувача "
+ },
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "1",
+ "amount_max": "1115000"
+ },
+ {
+ "status": "active",
+ "code": "skrill_nzd",
+ "method": "skrill",
+ "currency": "NZD",
+ "fields": [
{
- "key": "beneficiary_country_code_iso",
+ "key": "email",
"type": "string",
- "regexp": "\/^.{2,6}$\/",
- "required": false,
- "position": 12,
"label": {
- "en": "Beneficiary country code",
- "ru": "Beneficiary country code",
- "uk": "Beneficiary country code"
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
},
"hint": {
- "en": "Enter beneficiary country code",
- "ru": "Введите beneficiary country code",
- "uk": "Введіть beneficiary country code"
- }
- },
+ "en": "Enter the recipient email",
+ "ru": "Введите email получателя",
+ "uk": "Введіть email одержувача "
+ },
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "1",
+ "amount_max": "167000"
+ },
+ {
+ "status": "active",
+ "code": "skrill_sek",
+ "method": "skrill",
+ "currency": "SEK",
+ "fields": [
{
- "key": "beneficiary_city",
+ "key": "email",
"type": "string",
- "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
- "required": false,
- "position": 13,
"label": {
- "en": "Beneficiary city",
- "ru": "Beneficiary city",
- "uk": "Beneficiary city"
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
},
"hint": {
- "en": "Enter beneficiary city",
- "ru": "Введите beneficiary city",
- "uk": "Введіть beneficiary city"
- }
- },
+ "en": "Enter the recipient email",
+ "ru": "Введите email получателя",
+ "uk": "Введіть email одержувача "
+ },
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "1",
+ "amount_max": "1044000"
+ },
+ {
+ "status": "active",
+ "code": "skrill_try",
+ "method": "skrill",
+ "currency": "TRY",
+ "fields": [
{
- "key": "beneficiary_postcode",
+ "key": "email",
"type": "string",
- "regexp": "\/^[\\w\\-\\s]{1,64}$\/",
- "required": false,
- "position": 14,
"label": {
- "en": "Beneficiary postcode",
- "ru": "Beneficiary postcode",
- "uk": "Beneficiary postcode"
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
},
"hint": {
- "en": "Enter beneficiary postcode",
- "ru": "Введите beneficiary postcode",
- "uk": "Введіть beneficiary postcode"
- }
- },
+ "en": "Enter the recipient email",
+ "ru": "Введите email получателя",
+ "uk": "Введіть email одержувача "
+ },
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "1",
+ "amount_max": "4074000"
+ },
+ {
+ "status": "active",
+ "code": "skrill_zar",
+ "method": "skrill",
+ "currency": "ZAR",
+ "fields": [
{
- "key": "beneficiary_state",
+ "key": "email",
"type": "string",
- "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
- "required": false,
- "position": 15,
"label": {
- "en": "Beneficiary state",
- "ru": "Beneficiary state",
- "uk": "Beneficiary state"
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
},
"hint": {
- "en": "Enter beneficiary state",
- "ru": "Введите beneficiary state",
- "uk": "Введіть beneficiary state"
- }
- },
+ "en": "Enter the recipient email",
+ "ru": "Введите email получателя",
+ "uk": "Введіть email одержувача "
+ },
+ "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "1",
+ "amount_max": "1824000"
+ },
+ {
+ "status": "active",
+ "code": "neteller_clp",
+ "method": "neteller",
+ "currency": "CLP",
+ "fields": [
{
- "key": "beneficiary_address",
+ "key": "email",
"type": "string",
- "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
- "required": false,
- "position": 16,
"label": {
- "en": "Beneficiary address",
- "ru": "Beneficiary address",
- "uk": "Beneficiary address"
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
},
"hint": {
- "en": "Enter beneficiary country code",
- "ru": "Введите beneficiary country code",
- "uk": "Введіть beneficiary country code"
- }
- },
+ "en": "Enter the recipient's email address",
+ "ru": "Введите Email получателя",
+ "uk": "Введiть Email отримувача"
+ },
+ "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "1",
+ "amount_max": "94834000"
+ },
+ {
+ "status": "active",
+ "code": "neteller_czk",
+ "method": "neteller",
+ "currency": "CZK",
+ "fields": [
{
- "key": "beneficiary_full_name",
+ "key": "email",
"type": "string",
- "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
- "required": false,
- "position": 17,
"label": {
- "en": "Beneficiary full name",
- "ru": "Полное имя получателя",
- "uk": "Повне імʼя отримувача"
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
},
"hint": {
- "en": "Enter beneficiary full name",
- "ru": "Введите полное имя получателя",
- "uk": "Введіть повне імʼя отримувача"
- }
- },
+ "en": "Enter the recipient's email address",
+ "ru": "Введите Email получателя",
+ "uk": "Введiть Email отримувача"
+ },
+ "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "1",
+ "amount_max": "2294000"
+ },
+ {
+ "status": "active",
+ "code": "neteller_krw",
+ "method": "neteller",
+ "currency": "KRW",
+ "fields": [
{
- "key": "sender_full_name",
+ "key": "email",
"type": "string",
- "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
- "required": false,
- "position": 18,
"label": {
- "en": "Sender full name",
- "ru": "Полное имя отправителя",
- "uk": "Повне імʼя відправкника"
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
},
"hint": {
- "en": "Enter Sender full name",
- "ru": "Введите полное имя отправителя",
- "uk": "Введіть повне імʼя відправкника"
- }
- },
+ "en": "Enter the recipient's email address",
+ "ru": "Введите Email получателя",
+ "uk": "Введiть Email отримувача"
+ },
+ "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": "1",
+ "amount_max": "137838000"
+ },
+ {
+ "status": "active",
+ "code": "neteller_nzd",
+ "method": "neteller",
+ "currency": "NZD",
+ "fields": [
{
- "key": "bank_branch_code",
+ "key": "email",
"type": "string",
- "regexp": "\/^[0-9]{2,100}$\/",
- "required": false,
- "position": 19,
"label": {
- "en": "Bank Branch Code",
- "ru": "Bank Branch Code",
- "uk": "Bank Branch Code"
+ "en": "Email",
+ "ru": "Email",
+ "uk": "Email"
},
"hint": {
- "en": "Enter Bank Branch Code",
- "ru": "Введите Bank Branch Code",
- "uk": "Введіть Bank Branch Code"
+ "en": "Enter the recipient's email address",
+ "ru": "Введите Email получателя",
+ "uk": "Введiть Email отримувача"
},
- "example": "626"
+ "regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
+ "required": true,
+ "position": 1
}
],
- "amount_min": "0.01",
- "amount_max": "100000.00"
+ "amount_min": "1",
+ "amount_max": "167000"
},
{
"status": "active",
- "code": "bank_transfer_myr",
- "method": "bank_transfer",
- "currency": "MYR",
+ "code": "mercadopago_ars",
+ "method": "mercadopago",
+ "currency": "ARS",
+ "amount_min": "10",
+ "amount_max": "140000000",
"fields": [
{
"key": "account_number",
"type": "string",
+ "required": false,
+ "position": 1,
"label": {
"en": "Account number",
"ru": "Номер счета",
"uk": "Номер рахунку"
},
- "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,30}$\/",
- "required": true,
- "position": 1,
"hint": {
- "en": "Enter account number or IBAN",
- "ru": "Введите номер счета или IBAN",
- "uk": "Введіть номер рахунку або IBAN"
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
},
+ "regexp": "\/^.{1,128}$\/",
"example": "GB97BARC20031877565489"
- },
- {
- "key": "account_type",
- "type": "string",
- "regexp": "\/^[A-Za-z0-9]{1,10}$\/",
- "required": false,
- "position": 2,
- "label": {
- "en": "Account type",
- "ru": "Тип аккаунта",
- "uk": "Тип акаунту"
- },
- "hint": {
- "en": "Enter account type",
- "ru": "Введите тип аккаунта",
- "uk": "Введіть тип акаунту"
- }
- },
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "hkma_fps_gbp",
+ "method": "hkma_fps",
+ "currency": "GBP",
+ "amount_min": "0.01",
+ "amount_max": "100000",
+ "fields": [
{
- "key": "account_name",
+ "key": "account_number",
"type": "string",
- "regexp": "\/^[A-Za-z0-9\\s]{2,100}$\/",
- "required": false,
- "position": 3,
+ "required": true,
+ "position": 1,
"label": {
- "en": "Account Name",
- "ru": "Account Name",
- "uk": "Account Name"
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
},
"hint": {
- "en": "Enter Account Name",
- "ru": "Введите Account Name",
- "uk": "Введіть Account Name"
- }
- },
- {
- "key": "bank_branch",
- "type": "string",
- "regexp": "\/^[A-za-z,0-9\\s]{2,100}$\/",
- "required": false,
- "position": 4,
- "label": {
- "en": "Bank Branch",
- "ru": "Bank Branch",
- "uk": "Bank Branch"
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
},
- "hint": {
- "en": "Enter Bank Branch",
- "ru": "Введите Bank Branch",
- "uk": "Введіть Bank Branch"
- }
+ "regexp": "\/^.{1,128}$\/",
+ "example": "GB97BARC20031877565489"
},
{
"key": "bank_code",
"type": "string",
"regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "example": "123456",
"required": false,
- "position": 5,
+ "position": 2,
"label": {
"en": "Bank Code",
"ru": "Код банка",
@@ -75321,47 +177490,62 @@
"ru": "Введите код банка",
"uk": "Введіть код банку"
}
- },
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "moov_xof",
+ "method": "moov",
+ "currency": "XOF",
+ "fields": [
{
- "key": "bank_name",
+ "key": "phone",
"type": "string",
- "regexp": "\/^[A-Z\\-\\sa-z0-9_]{2,100}$\/",
- "required": false,
- "position": 6,
"label": {
- "en": "Bank Name",
- "ru": "Код банка",
- "uk": "Код банку"
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
},
"hint": {
- "en": "Enter bank name",
- "ru": "Введите имя банка",
- "uk": "Введіть ім'я банку"
- }
- },
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "regexp": "\/^\\+?\\d{9,14}$\/",
+ "required": false,
+ "position": 1
+ }
+ ],
+ "amount_min": 6,
+ "amount_max": 60000000
+ },
+ {
+ "status": "active",
+ "code": "airtel_money_xaf",
+ "method": "airtel_money",
+ "currency": "XAF",
+ "fields": [
{
- "key": "bank_address",
+ "key": "account_number",
"type": "string",
- "regexp": "\/^[a-zA-Z0-9 \\\/_.,'-]{1,200}$\/",
- "required": false,
- "position": 7,
"label": {
- "en": "Bank Address",
- "ru": "Адрес банка",
- "uk": "Адреса банку"
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
},
"hint": {
- "en": "Enter bank address",
- "ru": "Введите адрес банка",
- "uk": "Введіть адресу банку"
- }
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required": true,
+ "position": 1
},
{
- "key": "beneficiary_name",
+ "key": "beneficiary_first_name",
"type": "string",
- "regexp": "\/^[A-Za-zА-Яа-я\\-\\s]{2,100}$\/",
- "required": false,
- "position": 8,
"label": {
"en": "Beneficiary first name",
"ru": "Имя получателя",
@@ -75371,14 +177555,15 @@
"en": "Enter beneficiary first name",
"ru": "Введите имя получателя",
"uk": "Введіть імʼя отримувача"
- }
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
},
{
- "key": "beneficiary_lastname",
+ "key": "beneficiary_last_name",
"type": "string",
- "regexp": "\/^[A-Za-zА-Яа-я\\-\\s]{2,100}$\/",
- "required": false,
- "position": 9,
"label": {
"en": "Beneficiary last name",
"ru": "Фамилия получателя",
@@ -75388,315 +177573,356 @@
"en": "Enter beneficiary last name",
"ru": "Введите фамилию получателя",
"uk": "Введіть прізвище отримувача"
- }
- },
- {
- "key": "beneficiary_document_id",
- "type": "string",
- "regexp": "\/^[A-Z0-9]{3,20}$\/",
- "required": false,
- "position": 10,
- "label": {
- "en": "Beneficiary Document ID",
- "ru": "Номер документа получателя",
- "uk": "Номер документу отримувача"
},
- "hint": {
- "en": "Enter Beneficiary Document ID",
- "ru": "Введите номер документа получателя",
- "uk": "Введіть номер документу отримувача"
- }
- },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 6,
+ "amount_max": 60000000
+ },
+ {
+ "status": "active",
+ "code": "orange_money_cdf",
+ "method": "orange_money",
+ "currency": "CDF",
+ "fields": [
{
- "key": "beneficiary_document_type",
+ "key": "phone",
"type": "string",
- "regexp": "\/^[A-Za-z]{3,20}$\/",
- "required": false,
- "position": 11,
"label": {
- "en": "Beneficiary Document Type",
- "ru": "Тип документа получателя",
- "uk": "Тип документу отримувача"
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
},
"hint": {
- "en": "Enter Beneficiary Document Type",
- "ru": "Введите тип документа получателя",
- "uk": "Введіть тип документу отримувача"
- }
- },
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "regexp": "\/^\\+?\\d{9,14}$\/",
+ "required": false,
+ "position": 1
+ }
+ ],
+ "amount_min": 26,
+ "amount_max": 256992047
+ },
+ {
+ "status": "active",
+ "code": "airtel_money_cdf",
+ "method": "airtel_money",
+ "currency": "CDF",
+ "fields": [
{
- "key": "beneficiary_country_code_iso",
+ "key": "phone",
"type": "string",
- "regexp": "\/^.{2,6}$\/",
- "required": false,
- "position": 12,
"label": {
- "en": "Beneficiary country code",
- "ru": "Beneficiary country code",
- "uk": "Beneficiary country code"
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
},
"hint": {
- "en": "Enter beneficiary country code",
- "ru": "Введите beneficiary country code",
- "uk": "Введіть beneficiary country code"
- }
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "+380987654321",
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": false,
+ "position": 1
},
- {
- "key": "beneficiary_city",
+ {
+ "key": "account_number",
"type": "string",
- "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
- "required": false,
- "position": 13,
"label": {
- "en": "Beneficiary city",
- "ru": "Beneficiary city",
- "uk": "Beneficiary city"
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
},
"hint": {
- "en": "Enter beneficiary city",
- "ru": "Введите beneficiary city",
- "uk": "Введіть beneficiary city"
- }
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 2
},
{
- "key": "beneficiary_postcode",
+ "key": "beneficiary_first_name",
"type": "string",
- "regexp": "\/^[\\w\\-\\s]{1,64}$\/",
- "required": false,
- "position": 14,
"label": {
- "en": "Beneficiary postcode",
- "ru": "Beneficiary postcode",
- "uk": "Beneficiary postcode"
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
},
"hint": {
- "en": "Enter beneficiary postcode",
- "ru": "Введите beneficiary postcode",
- "uk": "Введіть beneficiary postcode"
- }
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Jonh"
},
{
- "key": "beneficiary_state",
+ "key": "beneficiary_last_name",
"type": "string",
- "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
- "required": false,
- "position": 15,
"label": {
- "en": "Beneficiary state",
- "ru": "Beneficiary state",
- "uk": "Beneficiary state"
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
},
"hint": {
- "en": "Enter beneficiary state",
- "ru": "Введите beneficiary state",
- "uk": "Введіть beneficiary state"
- }
- },
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 4,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 26,
+ "amount_max": 256992047
+ },
+ {
+ "status": "active",
+ "code": "airtel_money_mwk",
+ "method": "airtel_money",
+ "currency": "MWK",
+ "fields": [
{
- "key": "beneficiary_address",
+ "key": "phone",
"type": "string",
- "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
- "required": false,
- "position": 16,
"label": {
- "en": "Beneficiary address",
- "ru": "Beneficiary address",
- "uk": "Beneficiary address"
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
},
"hint": {
- "en": "Enter beneficiary country code",
- "ru": "Введите beneficiary country code",
- "uk": "Введіть beneficiary country code"
- }
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "+380987654321",
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": false,
+ "position": 1
},
- {
- "key": "beneficiary_full_name",
+ {
+ "key": "account_number",
"type": "string",
- "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
- "required": false,
- "position": 17,
"label": {
- "en": "Beneficiary full name",
- "ru": "Полное имя получателя",
- "uk": "Повне імʼя отримувача"
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
},
"hint": {
- "en": "Enter beneficiary full name",
- "ru": "Введите полное имя получателя",
- "uk": "Введіть повне імʼя отримувача"
- }
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 2
},
{
- "key": "sender_full_name",
+ "key": "beneficiary_first_name",
"type": "string",
- "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
- "required": false,
- "position": 18,
"label": {
- "en": "Sender full name",
- "ru": "Полное имя отправителя",
- "uk": "Повне імʼя відправкника"
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
},
"hint": {
- "en": "Enter Sender full name",
- "ru": "Введите полное имя отправителя",
- "uk": "Введіть повне імʼя відправкника"
- }
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Jonh"
},
{
- "key": "bank_branch_code",
+ "key": "beneficiary_last_name",
"type": "string",
- "regexp": "\/^[0-9]{2,100}$\/",
- "required": false,
- "position": 19,
"label": {
- "en": "Bank Branch Code",
- "ru": "Bank Branch Code",
- "uk": "Bank Branch Code"
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
},
"hint": {
- "en": "Enter Bank Branch Code",
- "ru": "Введите Bank Branch Code",
- "uk": "Введіть Bank Branch Code"
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
},
- "example": "626"
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 4,
+ "example": "Doe"
}
],
- "amount_min": "0.01",
- "amount_max": "100000.00"
+ "amount_min": 1,
+ "amount_max": 173401825
},
{
"status": "active",
- "code": "bank_transfer_thb",
- "method": "bank_transfer",
- "currency": "THB",
+ "code": "tnm_mwk",
+ "method": "tnm",
+ "currency": "MWK",
"fields": [
{
- "key": "account_number",
+ "key": "phone",
"type": "string",
"label": {
- "en": "Account number",
- "ru": "Номер счета",
- "uk": "Номер рахунку"
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
},
- "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,30}$\/",
- "required": true,
- "position": 1,
"hint": {
- "en": "Enter account number or IBAN",
- "ru": "Введите номер счета или IBAN",
- "uk": "Введіть номер рахунку або IBAN"
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
},
- "example": "GB97BARC20031877565489"
- },
+ "regexp": "\/^\\+?\\d{9,14}$\/",
+ "required": false,
+ "position": 1
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 173401825
+ },
+ {
+ "status": "active",
+ "code": "orange_money_sll",
+ "method": "orange_money",
+ "currency": "SLL",
+ "fields": [
{
- "key": "account_type",
+ "key": "phone",
"type": "string",
- "regexp": "\/^[A-Za-z0-9]{1,10}$\/",
- "required": false,
- "position": 2,
"label": {
- "en": "Account type",
- "ru": "Тип аккаунта",
- "uk": "Тип акаунту"
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
},
"hint": {
- "en": "Enter account type",
- "ru": "Введите тип аккаунта",
- "uk": "Введіть тип акаунту"
- }
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "regexp": "\/^\\+?\\d{9,14}$\/",
+ "required": false,
+ "position": 1
},
{
- "key": "account_name",
+ "key": "account_number",
"type": "string",
- "regexp": "\/^[A-Za-z0-9\\s]{2,100}$\/",
- "required": false,
- "position": 3,
"label": {
- "en": "Account Name",
- "ru": "Account Name",
- "uk": "Account Name"
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
},
"hint": {
- "en": "Enter Account Name",
- "ru": "Введите Account Name",
- "uk": "Введіть Account Name"
- }
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 2
},
{
- "key": "bank_branch",
+ "key": "beneficiary_first_name",
"type": "string",
- "regexp": "\/^[A-za-z,0-9\\s]{2,100}$\/",
- "required": false,
- "position": 4,
"label": {
- "en": "Bank Branch",
- "ru": "Bank Branch",
- "uk": "Bank Branch"
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
},
"hint": {
- "en": "Enter Bank Branch",
- "ru": "Введите Bank Branch",
- "uk": "Введіть Bank Branch"
- }
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Jonh"
},
{
- "key": "bank_code",
+ "key": "beneficiary_last_name",
"type": "string",
- "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
- "required": false,
- "position": 5,
"label": {
- "en": "Bank Code",
- "ru": "Код банка",
- "uk": "Код банку"
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
},
"hint": {
- "en": "Enter bank code",
- "ru": "Введите код банка",
- "uk": "Введіть код банку"
- }
- },
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 4,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 1,
+ "amount_max": 2330000
+ },
+ {
+ "status": "active",
+ "code": "airtel_money_rwf",
+ "method": "airtel_money",
+ "currency": "RWF",
+ "fields": [
{
- "key": "bank_name",
+ "key": "phone",
"type": "string",
- "regexp": "\/^[A-Z\\-\\sa-z0-9_]{2,100}$\/",
- "required": false,
- "position": 6,
"label": {
- "en": "Bank Name",
- "ru": "Код банка",
- "uk": "Код банку"
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
},
"hint": {
- "en": "Enter bank name",
- "ru": "Введите имя банка",
- "uk": "Введіть ім'я банку"
- }
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "example": "+380987654321",
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": false,
+ "position": 1
},
- {
- "key": "bank_address",
+ {
+ "key": "account_number",
"type": "string",
- "regexp": "\/^[a-zA-Z0-9 \\\/_.,'-]{1,200}$\/",
- "required": false,
- "position": 7,
"label": {
- "en": "Bank Address",
- "ru": "Адрес банка",
- "uk": "Адреса банку"
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
},
"hint": {
- "en": "Enter bank address",
- "ru": "Введите адрес банка",
- "uk": "Введіть адресу банку"
- }
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 2
},
{
- "key": "beneficiary_name",
+ "key": "beneficiary_first_name",
"type": "string",
- "regexp": "\/^[A-Za-zА-Яа-я\\-\\s]{2,100}$\/",
- "required": false,
- "position": 8,
"label": {
"en": "Beneficiary first name",
"ru": "Имя получателя",
@@ -75706,14 +177932,15 @@
"en": "Enter beneficiary first name",
"ru": "Введите имя получателя",
"uk": "Введіть імʼя отримувача"
- }
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Jonh"
},
{
- "key": "beneficiary_lastname",
+ "key": "beneficiary_last_name",
"type": "string",
- "regexp": "\/^[A-Za-zА-Яа-я\\-\\s]{2,100}$\/",
- "required": false,
- "position": 9,
"label": {
"en": "Beneficiary last name",
"ru": "Фамилия получателя",
@@ -75723,14 +177950,81 @@
"en": "Enter beneficiary last name",
"ru": "Введите фамилию получателя",
"uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 4,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 15,
+ "amount_max": 145038270
+ },
+ {
+ "status": "active",
+ "code": "pse_cop",
+ "currency": "COP",
+ "method": "pse",
+ "amount_min": 0.01,
+ "amount_max": 392518904,
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
+ },
+ "hint": {
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^[P]{1}[0-9]{7,15}$\/",
+ "required": true,
+ "position": 1
+ },
+ {
+ "key": "bank_code",
+ "regexp": "\/^[0-9]{2,5}$\/",
+ "type": "string",
+ "label": {
+ "en": "Bank Code",
+ "ru": "Код банка",
+ "uk": "Код банку"
+ },
+ "hint": {
+ "en": "Enter bank code",
+ "ru": "Введите код банка",
+ "uk": "Введіть код банку"
+ },
+ "position": 2,
+ "required": true
+ },
+ {
+ "key": "account_type",
+ "type": "string",
+ "regexp": "\/^[A-Za-z0-9]{1,10}$\/",
+ "required": true,
+ "position": 3,
+ "label": {
+ "en": "Account type",
+ "ru": "Тип аккаунта",
+ "uk": "Тип акаунту"
+ },
+ "hint": {
+ "en": "Enter account type",
+ "ru": "Введите тип аккаунта",
+ "uk": "Введіть тип акаунту"
}
},
{
"key": "beneficiary_document_id",
"type": "string",
"regexp": "\/^[A-Z0-9]{3,20}$\/",
- "required": false,
- "position": 10,
+ "required": true,
+ "position": 4,
"label": {
"en": "Beneficiary Document ID",
"ru": "Номер документа получателя",
@@ -75743,295 +178037,368 @@
}
},
{
- "key": "beneficiary_document_type",
+ "key": "document_type",
"type": "string",
- "regexp": "\/^[A-Za-z]{3,20}$\/",
- "required": false,
- "position": 11,
+ "regexp": "\/^.{1,32}$\/",
+ "required": true,
+ "position": 5,
"label": {
- "en": "Beneficiary Document Type",
- "ru": "Тип документа получателя",
- "uk": "Тип документу отримувача"
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
},
"hint": {
- "en": "Enter Beneficiary Document Type",
- "ru": "Введите тип документа получателя",
- "uk": "Введіть тип документу отримувача"
+ "en": "Enter Document Type",
+ "ru": "Введите тип документа",
+ "uk": "Введіть тип документу"
}
},
{
- "key": "beneficiary_country_code_iso",
+ "key": "sender_full_name",
"type": "string",
- "regexp": "\/^.{2,6}$\/",
- "required": false,
- "position": 12,
+ "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "required": true,
+ "position": 6,
"label": {
- "en": "Beneficiary country code",
- "ru": "Beneficiary country code",
- "uk": "Beneficiary country code"
+ "en": "Sender full name",
+ "ru": "Полное имя отправителя",
+ "uk": "Повне імʼя відправкника"
},
"hint": {
- "en": "Enter beneficiary country code",
- "ru": "Введите beneficiary country code",
- "uk": "Введіть beneficiary country code"
+ "en": "Enter Sender full name",
+ "ru": "Введите полное имя отправителя",
+ "uk": "Введіть повне імʼя відправкника"
}
- },
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "instapay_egp",
+ "currency": "EGP",
+ "method": "instapay",
+ "fields": [
{
- "key": "beneficiary_city",
+ "key": "wallet_id",
"type": "string",
- "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
- "required": false,
- "position": 13,
"label": {
- "en": "Beneficiary city",
- "ru": "Beneficiary city",
- "uk": "Beneficiary city"
+ "en": "Wallet number",
+ "ru": "Номер кошелька",
+ "uk": "Номер гаманця"
},
"hint": {
- "en": "Enter beneficiary city",
- "ru": "Введите beneficiary city",
- "uk": "Введіть beneficiary city"
- }
- },
+ "en": "Enter wallet number",
+ "ru": "Введите номер кошелька",
+ "uk": "Введіть номер гаманця"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": 48,
+ "amount_max": 4723005
+ },
+ {
+ "status": "active",
+ "code": "orange_money_egp",
+ "method": "orange_money",
+ "currency": "EGP",
+ "fields": [
{
- "key": "beneficiary_postcode",
+ "key": "phone",
"type": "string",
- "regexp": "\/^[\\w\\-\\s]{1,64}$\/",
- "required": false,
- "position": 14,
"label": {
- "en": "Beneficiary postcode",
- "ru": "Beneficiary postcode",
- "uk": "Beneficiary postcode"
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
},
"hint": {
- "en": "Enter beneficiary postcode",
- "ru": "Введите beneficiary postcode",
- "uk": "Введіть beneficiary postcode"
- }
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "regexp": "\/^\\+?\\d{9,14}$\/",
+ "required": false,
+ "position": 1
},
{
- "key": "beneficiary_state",
+ "key": "account_number",
"type": "string",
- "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
- "required": false,
- "position": 15,
"label": {
- "en": "Beneficiary state",
- "ru": "Beneficiary state",
- "uk": "Beneficiary state"
+ "en": "Account number",
+ "ru": "Номер счета",
+ "uk": "Номер рахунку"
},
"hint": {
- "en": "Enter beneficiary state",
- "ru": "Введите beneficiary state",
- "uk": "Введіть beneficiary state"
- }
+ "en": "Enter account number",
+ "ru": "Введите номер счета",
+ "uk": "Введіть номер рахунку"
+ },
+ "regexp": "\/^.{1,50}$\/",
+ "required": false,
+ "position": 2
},
{
- "key": "beneficiary_address",
+ "key": "beneficiary_first_name",
"type": "string",
- "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
- "required": false,
- "position": 16,
"label": {
- "en": "Beneficiary address",
- "ru": "Beneficiary address",
- "uk": "Beneficiary address"
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
},
"hint": {
- "en": "Enter beneficiary country code",
- "ru": "Введите beneficiary country code",
- "uk": "Введіть beneficiary country code"
- }
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
+ "required": false,
+ "position": 3,
+ "example": "Jonh"
},
{
- "key": "beneficiary_full_name",
+ "key": "beneficiary_last_name",
"type": "string",
- "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
- "required": false,
- "position": 17,
"label": {
- "en": "Beneficiary full name",
- "ru": "Полное имя получателя",
- "uk": "Повне імʼя отримувача"
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
},
"hint": {
- "en": "Enter beneficiary full name",
- "ru": "Введите полное имя получателя",
- "uk": "Введіть повне імʼя отримувача"
- }
- },
- {
- "key": "sender_full_name",
- "type": "string",
- "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "/^[A-Z\\-\\ a-z]{2,100}$/",
"required": false,
- "position": 18,
+ "position": 4,
+ "example": "Doe"
+ }
+ ],
+ "amount_min": 0.05,
+ "amount_max": 5000000
+ },
+ {
+ "status": "active",
+ "code": "orange_cash_egp",
+ "currency": "EGP",
+ "method": "orange_cash",
+ "fields": [
+ {
+ "key": "wallet_id",
+ "type": "string",
"label": {
- "en": "Sender full name",
- "ru": "Полное имя отправителя",
- "uk": "Повне імʼя відправкника"
+ "en": "Wallet number",
+ "ru": "Номер кошелька",
+ "uk": "Номер гаманця"
},
"hint": {
- "en": "Enter Sender full name",
- "ru": "Введите полное имя отправителя",
- "uk": "Введіть повне імʼя відправкника"
- }
- },
+ "en": "Enter wallet number",
+ "ru": "Введите номер кошелька",
+ "uk": "Введіть номер гаманця"
+ },
+ "regexp": "\/^[A-Za-z,0-9]{2,100}$\/",
+ "required": true,
+ "position": 1
+ }
+ ],
+ "amount_min": 48,
+ "amount_max": 4723005
+ },
+ {
+ "status": "active",
+ "code": "mtb_uah",
+ "currency": "UAH",
+ "method": "mtb",
+ "amount_min": 0.01,
+ "amount_max": 430000,
+ "fields": [
{
- "key": "bank_branch_code",
+ "key": "iban",
"type": "string",
- "regexp": "\/^[0-9]{2,100}$\/",
- "required": false,
- "position": 19,
"label": {
- "en": "Bank Branch Code",
- "ru": "Bank Branch Code",
- "uk": "Bank Branch Code"
+ "en": "IBAN",
+ "ru": "IBAN",
+ "uk": "IBAN"
},
"hint": {
- "en": "Enter Bank Branch Code",
- "ru": "Введите Bank Branch Code",
- "uk": "Введіть Bank Branch Code"
+ "en": "Enter IBAN",
+ "ru": "Введите IBAN",
+ "uk": "Введіть IBAN"
},
- "example": "626"
+ "regexp": "\/^[A-Z]{2}(\\w){13,29}$\/",
+ "required": true,
+ "position": 1
}
- ],
- "amount_min": "0.01",
- "amount_max": "999999.00"
+ ]
},
{
"status": "active",
- "code": "bank_transfer_vnd",
- "method": "bank_transfer",
- "currency": "VND",
+ "code": "transfiya_cop",
+ "method": "transfiya",
+ "currency": "COP",
+ "amount_min": 40,
+ "amount_max": 400000000,
"fields": [
{
- "key": "account_number",
+ "key": "document_type",
"type": "string",
+ "regexp": "/^[A-Z]{2,4}$/",
+ "required": false,
+ "position": 1,
"label": {
- "en": "Account number",
- "ru": "Номер счета",
- "uk": "Номер рахунку"
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
},
- "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,30}$\/",
- "required": true,
- "position": 1,
"hint": {
- "en": "Enter account number or IBAN",
- "ru": "Введите номер счета или IBAN",
- "uk": "Введіть номер рахунку або IBAN"
- },
- "example": "GB97BARC20031877565489"
+ "en": "Enter Document Type (CC, NIT, CE, PASS, PPT)",
+ "ru": "Введите тип документа (CC, NIT, CE, PASS, PPT)",
+ "uk": "Введіть тип документу (CC, NIT, CE, PASS, PPT)"
+ }
},
{
- "key": "account_type",
+ "key": "document_id",
"type": "string",
- "regexp": "\/^[A-Za-z0-9]{1,10}$\/",
+ "regexp": "/^[a-zA-Z0-9]{6,15}$/",
"required": false,
"position": 2,
"label": {
- "en": "Account type",
- "ru": "Тип аккаунта",
- "uk": "Тип акаунту"
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
},
"hint": {
- "en": "Enter account type",
- "ru": "Введите тип аккаунта",
- "uk": "Введіть тип акаунту"
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
}
},
{
- "key": "account_name",
+ "key": "phone_number",
"type": "string",
- "regexp": "\/^[A-Za-z0-9\\s]{2,100}$\/",
- "required": false,
- "position": 3,
"label": {
- "en": "Account Name",
- "ru": "Account Name",
- "uk": "Account Name"
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
},
"hint": {
- "en": "Enter Account Name",
- "ru": "Введите Account Name",
- "uk": "Введіть Account Name"
- }
- },
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": false,
+ "position": 3
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "breb_cop",
+ "method": "breb",
+ "currency": "COP",
+ "amount_min": 40,
+ "amount_max": 400000000,
+ "fields": [
{
- "key": "bank_branch",
+ "key": "document_type",
"type": "string",
- "regexp": "\/^[A-za-z,0-9\\s]{2,100}$\/",
+ "regexp": "/^[A-Z]{2,4}$/",
"required": false,
- "position": 4,
+ "position": 1,
"label": {
- "en": "Bank Branch",
- "ru": "Bank Branch",
- "uk": "Bank Branch"
+ "en": "Document Type",
+ "ru": "Тип документа",
+ "uk": "Тип документу"
},
"hint": {
- "en": "Enter Bank Branch",
- "ru": "Введите Bank Branch",
- "uk": "Введіть Bank Branch"
+ "en": "Enter Document Type (CC, NIT, CE, PASS, PPT)",
+ "ru": "Введите тип документа (CC, NIT, CE, PASS, PPT)",
+ "uk": "Введіть тип документу (CC, NIT, CE, PASS, PPT)"
}
},
{
- "key": "bank_code",
+ "key": "document_id",
"type": "string",
- "regexp": "\/^[A-Za-z0-9]{2,20}$\/",
+ "regexp": "/^[a-zA-Z0-9]{6,15}$/",
"required": false,
- "position": 5,
+ "position": 2,
"label": {
- "en": "Bank Code",
- "ru": "Код банка",
- "uk": "Код банку"
+ "en": "Payer personal identification number",
+ "ru": "Номер документа плательщика",
+ "uk": "Номер документа платника"
},
"hint": {
- "en": "Enter bank code",
- "ru": "Введите код банка",
- "uk": "Введіть код банку"
+ "en": "Enter payer personal identification number",
+ "ru": "Введите номер документа плательщика",
+ "uk": "Введіть номер документа платника"
}
},
{
- "key": "bank_name",
+ "key": "phone_number",
"type": "string",
- "regexp": "\/^[A-Z\\-\\sa-z0-9_]{2,100}$\/",
- "required": false,
- "position": 6,
"label": {
- "en": "Bank Name",
- "ru": "Код банка",
- "uk": "Код банку"
+ "en": "Phone number",
+ "ru": "Номер телефона",
+ "uk": "Номер телефону"
},
"hint": {
- "en": "Enter bank name",
- "ru": "Введите имя банка",
- "uk": "Введіть ім'я банку"
- }
+ "en": "Enter phone number",
+ "ru": "Введите номер телефона",
+ "uk": "Введіть номер телефону"
+ },
+ "regexp": "\/^\\+\\d{10,14}$\/",
+ "required": false,
+ "position": 3
},
{
- "key": "bank_address",
+ "key": "destination_key",
"type": "string",
- "regexp": "\/^[a-zA-Z0-9 \\\/_.,'-]{1,200}$\/",
+ "label": {
+ "en": "Bre-b Key",
+ "ru": "Ключ Bre-b",
+ "uk": "Ключ Bre-b"
+ },
+ "hint": {
+ "en": "Enter Bre-b Key (the beneficiary identifier for this payout method)",
+ "ru": "Введите ключ Bre-b (идентификатор получателя для этого метода выплаты)",
+ "uk": "Введіть ключ Bre-b (ідентифікатор отримувача для цього методу виплати)"
+ },
+ "regexp": "\/^.{1,64}$\/",
"required": false,
- "position": 7,
+ "position": 4
+ }
+ ]
+ },
+ {
+ "status": "active",
+ "code": "sepa_transfer_bhd",
+ "method": "sepa_transfer",
+ "currency": "BHD",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
"label": {
- "en": "Bank Address",
- "ru": "Адрес банка",
- "uk": "Адреса банку"
+ "en": "Account Number or IBAN",
+ "ru": "Номер счета или IBAN-код",
+ "uk": "Номер рахунку або IBAN-код"
},
"hint": {
- "en": "Enter bank address",
- "ru": "Введите адрес банка",
- "uk": "Введіть адресу банку"
- }
+ "en": "Enter the Account Number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "regexp": "\/^[A-Z]{2}(\\w){13,29}$\/",
+ "required": true,
+ "position": 1,
+ "example": "GB97BARC20031877565489"
},
{
- "key": "beneficiary_name",
+ "key": "beneficiary_first_name",
"type": "string",
- "regexp": "\/^[A-Za-zА-Яа-я\\-\\s]{2,100}$\/",
- "required": false,
- "position": 8,
"label": {
"en": "Beneficiary first name",
"ru": "Имя получателя",
@@ -76041,14 +178408,15 @@
"en": "Enter beneficiary first name",
"ru": "Введите имя получателя",
"uk": "Введіть імʼя отримувача"
- }
+ },
+ "regexp": "\/^[A-Z\\-\\ a-z]{2,100}$\/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
},
{
- "key": "beneficiary_lastname",
+ "key": "beneficiary_last_name",
"type": "string",
- "regexp": "\/^[A-Za-zА-Яа-я\\-\\s]{2,100}$\/",
- "required": false,
- "position": 9,
"label": {
"en": "Beneficiary last name",
"ru": "Фамилия получателя",
@@ -76058,48 +178426,86 @@
"en": "Enter beneficiary last name",
"ru": "Введите фамилию получателя",
"uk": "Введіть прізвище отримувача"
- }
+ },
+ "regexp": "\/^[A-Z\\-\\ a-z]{2,100}$\/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
},
{
- "key": "beneficiary_document_id",
+ "key": "beneficiary_full_name",
"type": "string",
- "regexp": "\/^[A-Z0-9]{3,20}$\/",
- "required": false,
- "position": 10,
"label": {
- "en": "Beneficiary Document ID",
- "ru": "Номер документа получателя",
- "uk": "Номер документу отримувача"
+ "en": "Recipient full name",
+ "ru": "Полное имя получателя",
+ "uk": "Повне iм'я одержувача"
},
"hint": {
- "en": "Enter Beneficiary Document ID",
- "ru": "Введите номер документа получателя",
- "uk": "Введіть номер документу отримувача"
- }
+ "en": "Enter Beneficiary full name",
+ "ru": "Введите полное имя получателя",
+ "uk": "Введіть повне імʼя одержувача"
+ },
+ "regexp": "\/^[A-Za-z\\-\\ ]{2,100}$\/",
+ "required": false,
+ "position": 4,
+ "example": "John Doe"
},
{
- "key": "beneficiary_document_type",
+ "key": "beneficiary_address",
"type": "string",
- "regexp": "\/^[A-Za-z]{3,20}$\/",
+ "label": {
+ "en": "Beneficiary address",
+ "ru": "Beneficiary address",
+ "uk": "Beneficiary address"
+ },
+ "hint": {
+ "en": "Enter beneficiary address",
+ "ru": "Введите адрес получателя",
+ "uk": "Введіть адресу отримувача"
+ },
+ "regexp": "\/^[A-Za-z{*}, -d]{2,64}$\/",
"required": false,
- "position": 11,
+ "position": 5,
+ "example": "Dzerzhinskogo str., bld. 30"
+ },
+ {
+ "key": "beneficiary_postcode",
+ "type": "string",
"label": {
- "en": "Beneficiary Document Type",
- "ru": "Тип документа получателя",
- "uk": "Тип документу отримувача"
+ "en": "Beneficiary postcode",
+ "ru": "Beneficiary postcode",
+ "uk": "Beneficiary postcode"
},
"hint": {
- "en": "Enter Beneficiary Document Type",
- "ru": "Введите тип документа получателя",
- "uk": "Введіть тип документу отримувача"
- }
+ "en": "Enter beneficiary postcode",
+ "ru": "Введите beneficiary postcode",
+ "uk": "Введіть beneficiary postcode"
+ },
+ "regexp": "\/^[\\w\\-\\s]{1,64}$\/",
+ "required": false,
+ "position": 6
},
{
- "key": "beneficiary_country_code_iso",
+ "key": "beneficiary_city",
"type": "string",
- "regexp": "\/^.{2,6}$\/",
+ "label": {
+ "en": "Beneficiary city",
+ "ru": "Beneficiary city",
+ "uk": "Beneficiary city"
+ },
+ "hint": {
+ "en": "Enter beneficiary city",
+ "ru": "Введите beneficiary city",
+ "uk": "Введіть beneficiary city"
+ },
+ "regexp": "\/^[A-Za-z,\\s\\-\\d]{2,64}$\/",
"required": false,
- "position": 12,
+ "position": 7,
+ "example": "Kyiv"
+ },
+ {
+ "key": "beneficiary_country",
+ "type": "string",
"label": {
"en": "Beneficiary country code",
"ru": "Beneficiary country code",
@@ -76109,48 +178515,89 @@
"en": "Enter beneficiary country code",
"ru": "Введите beneficiary country code",
"uk": "Введіть beneficiary country code"
- }
+ },
+ "regexp": "\/^[A-Z]{2}$\/",
+ "required": false,
+ "position": 8,
+ "example": "UA"
},
{
- "key": "beneficiary_city",
+ "key": "beneficiary_country_code_iso",
"type": "string",
- "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ },
+ "regexp": "\/^.{2,6}$\/",
"required": false,
- "position": 13,
+ "position": 9
+ },
+ {
+ "key": "beneficiary_date_of_birth",
+ "type": "string",
"label": {
- "en": "Beneficiary city",
- "ru": "Beneficiary city",
- "uk": "Beneficiary city"
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
},
"hint": {
- "en": "Enter beneficiary city",
- "ru": "Введите beneficiary city",
- "uk": "Введіть beneficiary city"
- }
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
+ },
+ "regexp": "\/^\\d{4}-\\d{2}-\\d{2}$\/",
+ "required": false,
+ "position": 10,
+ "example": "1999-02-02"
},
{
- "key": "beneficiary_postcode",
+ "key": "payment_purpose",
"type": "string",
- "regexp": "\/^[\\w\\-\\s]{1,64}$\/",
+ "label": {
+ "en": "Purpose of payment",
+ "ru": "Назначение платежа",
+ "uk": "Призначення платежу"
+ },
+ "regexp": "\/^[\\s\\p{L}\\p{N}\\p{P}]{2,100}$\/u",
"required": false,
- "position": 14,
+ "position": 11,
+ "hint": {
+ "en": "Enter purpose of payment",
+ "ru": "Введите назначение платежа",
+ "uk": "Введіть призначення рахунку"
+ },
+ "example": "Payment of utility services"
+ },
+ {
+ "key": "bic_number",
+ "type": "string",
"label": {
- "en": "Beneficiary postcode",
- "ru": "Beneficiary postcode",
- "uk": "Beneficiary postcode"
+ "en": "BIC number",
+ "ru": "Номер BIC",
+ "uk": "Номер BIC"
},
"hint": {
- "en": "Enter beneficiary postcode",
- "ru": "Введите beneficiary postcode",
- "uk": "Введіть beneficiary postcode"
- }
+ "en": "Enter BIC number",
+ "ru": "Введите номер BIC",
+ "uk": "Введіть номер BIC"
+ },
+ "regexp": "\/^[A-Z]{4}[A-Z]{2}[A-Z0-9]{2}([A-Z0-9]{3})?$\/",
+ "required": false,
+ "position": 12,
+ "example": "ABCDEEU1XXX"
},
{
"key": "beneficiary_state",
"type": "string",
"regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
"required": false,
- "position": 15,
+ "position": 13,
"label": {
"en": "Beneficiary state",
"ru": "Beneficiary state",
@@ -76161,699 +178608,725 @@
"ru": "Введите beneficiary state",
"uk": "Введіть beneficiary state"
}
+ }
+ ],
+ "amount_min": "0.001",
+ "amount_max": "37600"
+ },
+ {
+ "status": "active",
+ "code": "sepa_transfer_aed",
+ "method": "sepa_transfer",
+ "currency": "AED",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account Number or IBAN",
+ "ru": "Номер счета или IBAN-код",
+ "uk": "Номер рахунку або IBAN-код"
+ },
+ "hint": {
+ "en": "Enter the Account Number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "regexp": "\/^[A-Z]{2}(\\w){13,29}$\/",
+ "required": true,
+ "position": 1,
+ "example": "GB97BARC20031877565489"
},
{
- "key": "beneficiary_address",
+ "key": "beneficiary_first_name",
"type": "string",
- "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\ a-z]{2,100}$\/",
"required": false,
- "position": 16,
+ "position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
"label": {
- "en": "Beneficiary address",
- "ru": "Beneficiary address",
- "uk": "Beneficiary address"
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
},
"hint": {
- "en": "Enter beneficiary country code",
- "ru": "Введите beneficiary country code",
- "uk": "Введіть beneficiary country code"
- }
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\ a-z]{2,100}$\/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
},
{
"key": "beneficiary_full_name",
"type": "string",
- "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
- "required": false,
- "position": 17,
"label": {
- "en": "Beneficiary full name",
+ "en": "Recipient full name",
"ru": "Полное имя получателя",
- "uk": "Повне імʼя отримувача"
+ "uk": "Повне iм'я одержувача"
},
"hint": {
- "en": "Enter beneficiary full name",
+ "en": "Enter Beneficiary full name",
"ru": "Введите полное имя получателя",
- "uk": "Введіть повне імʼя отримувача"
- }
+ "uk": "Введіть повне імʼя одержувача"
+ },
+ "regexp": "\/^[A-Za-z\\-\\ ]{2,100}$\/",
+ "required": false,
+ "position": 4,
+ "example": "John Doe"
},
{
- "key": "sender_full_name",
+ "key": "beneficiary_address",
"type": "string",
- "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s]{2,100}$\/",
- "required": false,
- "position": 18,
"label": {
- "en": "Sender full name",
- "ru": "Полное имя отправителя",
- "uk": "Повне імʼя відправкника"
+ "en": "Beneficiary address",
+ "ru": "Beneficiary address",
+ "uk": "Beneficiary address"
},
"hint": {
- "en": "Enter Sender full name",
- "ru": "Введите полное имя отправителя",
- "uk": "Введіть повне імʼя відправкника"
- }
+ "en": "Enter beneficiary address",
+ "ru": "Введите адрес получателя",
+ "uk": "Введіть адресу отримувача"
+ },
+ "regexp": "\/^[A-Za-z{*}, -d]{2,64}$\/",
+ "required": false,
+ "position": 5,
+ "example": "Dzerzhinskogo str., bld. 30"
},
{
- "key": "bank_branch_code",
+ "key": "beneficiary_postcode",
"type": "string",
- "regexp": "\/^[0-9]{2,100}$\/",
- "required": false,
- "position": 19,
"label": {
- "en": "Bank Branch Code",
- "ru": "Bank Branch Code",
- "uk": "Bank Branch Code"
+ "en": "Beneficiary postcode",
+ "ru": "Beneficiary postcode",
+ "uk": "Beneficiary postcode"
},
"hint": {
- "en": "Enter Bank Branch Code",
- "ru": "Введите Bank Branch Code",
- "uk": "Введіть Bank Branch Code"
+ "en": "Enter beneficiary postcode",
+ "ru": "Введите beneficiary postcode",
+ "uk": "Введіть beneficiary postcode"
},
- "example": "626"
- }
- ],
- "amount_min": "0.01",
- "amount_max": "100000.00"
- },
- {
- "status": "active",
- "code": "card_token",
- "method": "payment_card",
- "currency": "XXX",
- "fields": [
+ "regexp": "\/^[\\w\\-\\s]{1,64}$\/",
+ "required": false,
+ "position": 6
+ },
{
- "key": "token",
+ "key": "beneficiary_city",
"type": "string",
"label": {
- "en": "Card token",
- "ru": "Токен карты",
- "uk": "Токен карти"
+ "en": "Beneficiary city",
+ "ru": "Beneficiary city",
+ "uk": "Beneficiary city"
},
"hint": {
- "en": "Enter card token",
- "ru": "Введите токен карты",
- "uk": "Введіть токен карти"
+ "en": "Enter beneficiary city",
+ "ru": "Введите beneficiary city",
+ "uk": "Введіть beneficiary city"
},
- "regexp": "\/^.{1,128}\/",
- "required": true,
- "position": 1
- }
- ],
- "amount_min": "0.01",
- "amount_max": "1000000"
- },
- {
- "status": "active",
- "code": "pokermatch_account_uah",
- "method": "pokermatch_account",
- "currency": "UAH",
- "amount_min": "0.01",
- "amount_max": "15000",
- "fields": [
+ "regexp": "\/^[A-Za-z,\\s\\-\\d]{2,64}$\/",
+ "required": false,
+ "position": 7,
+ "example": "Kyiv"
+ },
{
- "key": "account",
+ "key": "beneficiary_country",
"type": "string",
"label": {
- "en": "Account Number",
- "ru": "Номер аккаунта",
- "uk": "Номер аккаунта"
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
},
"hint": {
- "en": "Enter account Number",
- "ru": "Введите номер аккаунта",
- "uk": "Введіть номер аккаунта"
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
},
- "regexp": "/^(\\w|\\.| |\\-|\\+|@){1,14}$/",
- "required": true,
- "position": 1
- }
- ]
- },
- {
- "status": "active",
- "code": "slotoking_account_uah",
- "method": "slotoking_account",
- "currency": "UAH",
- "amount_min": "1",
- "amount_max": "15000",
- "fields": [
+ "regexp": "\/^[A-Z]{2}$\/",
+ "required": false,
+ "position": 8,
+ "example": "UA"
+ },
{
- "key": "account",
+ "key": "beneficiary_country_code_iso",
"type": "string",
"label": {
- "en": "Account Number",
- "ru": "Номер аккаунта",
- "uk": "Номер аккаунта"
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
},
"hint": {
- "en": "Enter account Number",
- "ru": "Введите номер аккаунта",
- "uk": "Введіть номер аккаунта"
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
},
- "regexp": "/^\\d{6,7}$/",
- "required": true,
- "position": 1
- }
- ]
- },
- {
- "status": "active",
- "code": "cash_uah",
- "method": "cash",
- "currency": "UAH",
- "amount_min": 0.01,
- "amount_max": 1000000
- },
- {
- "status": "active",
- "code": "cash_rub",
- "method": "cash",
- "currency": "RUB",
- "amount_min": 0.01,
- "amount_max": 10000000
- },
- {
- "status": "active",
- "code": "cash_usd",
- "method": "cash",
- "currency": "USD",
- "amount_min": 0.01,
- "amount_max": 100000
- },
- {
- "status": "active",
- "code": "cash_eur",
- "method": "cash",
- "currency": "EUR",
- "amount_min": 0.01,
- "amount_max": 100000
- },
- {
- "status": "active",
- "code": "cash_gbp",
- "method": "cash",
- "currency": "GBP",
- "amount_min": 0.01,
- "amount_max": 100000
- },
- {
- "status": "active",
- "code": "cash_cad",
- "method": "cash",
- "currency": "CAD",
- "amount_min": 0.01,
- "amount_max": 100000
- },
- {
- "status": "active",
- "code": "cash_aud",
- "method": "cash",
- "currency": "AUD",
- "amount_min": 0.01,
- "amount_max": 100000
- },
- {
- "status": "active",
- "code": "cash_pln",
- "method": "cash",
- "currency": "PLN",
- "amount_min": 0.01,
- "amount_max": 100000
- },
- {
- "status": "active",
- "code": "cash_kzt",
- "method": "cash",
- "currency": "KZT",
- "amount_min": 0.01,
- "amount_max": 10000000
- },
- {
- "status": "active",
- "code": "paytm_inr",
- "method": "paytm",
- "currency": "INR",
- "fields": [
+ "regexp": "\/^.{2,6}$\/",
+ "required": false,
+ "position": 9
+ },
{
- "key": "account",
+ "key": "beneficiary_date_of_birth",
"type": "string",
"label": {
- "en": "Account Number",
- "ru": "Номер аккаунта",
- "uk": "Номер аккаунта"
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
},
"hint": {
- "en": "Enter account Number",
- "ru": "Введите номер аккаунта",
- "uk": "Введіть номер аккаунта"
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
},
- "regexp": "/\\d{10,15}$/",
- "required": true,
- "position": 1
+ "regexp": "\/^\\d{4}-\\d{2}-\\d{2}$\/",
+ "required": false,
+ "position": 10,
+ "example": "1999-02-02"
},
{
- "key": "account_name",
+ "key": "payment_purpose",
"type": "string",
"label": {
- "en": "Account Name",
- "ru": "Имя аккаунта",
- "uk": "Ім'я аккаунта"
+ "en": "Purpose of payment",
+ "ru": "Назначение платежа",
+ "uk": "Призначення платежу"
},
+ "regexp": "\/^[\\s\\p{L}\\p{N}\\p{P}]{2,100}$\/u",
+ "required": false,
+ "position": 11,
"hint": {
- "en": "Enter account name",
- "ru": "Введите имя аккаунта",
- "uk": "Введіть ім'я аккаунта"
+ "en": "Enter purpose of payment",
+ "ru": "Введите назначение платежа",
+ "uk": "Введіть призначення рахунку"
},
- "regexp": "\/^[A-Za-z0-9\\s]{2,100}$\/",
- "required": false,
- "position": 2
- }
- ],
- "amount_min": 0.01,
- "amount_max": 10000000
- },
- {
- "status": "active",
- "code": "globalmoney_uah",
- "method": "globalmoney",
- "currency": "UAH",
- "fields": [
+ "example": "Payment of utility services"
+ },
{
- "key": "account",
+ "key": "bic_number",
"type": "string",
"label": {
- "en": "Account",
- "uk": "Акаунт",
- "ru": "Аккаунт"
+ "en": "BIC number",
+ "ru": "Номер BIC",
+ "uk": "Номер BIC"
},
- "regexp": "/^380\\d{9}$|^\\d{3,14}$|^(([^<>()\\[\\]\\\\.,;:\\s@\"]+(\\.[^<>()\\[\\]\\\\.,;:\\s@\"]+)*)|(\".+\"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$/",
- "required": true,
- "position": 1,
"hint": {
- "en": "Account (ID, phone number in the format 380987654321, email)",
- "uk": "Акаунт (ID, номер телефону в форматі 380987654321, email)",
- "ru": "Аккаунт (ID, номер телефона в формате 380987654321, email)"
+ "en": "Enter BIC number",
+ "ru": "Введите номер BIC",
+ "uk": "Введіть номер BIC"
+ },
+ "regexp": "\/^[A-Z]{4}[A-Z]{2}[A-Z0-9]{2}([A-Z0-9]{3})?$\/",
+ "required": false,
+ "position": 12,
+ "example": "ABCDEEU1XXX"
+ },
+ {
+ "key": "beneficiary_state",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
+ "required": false,
+ "position": 13,
+ "label": {
+ "en": "Beneficiary state",
+ "ru": "Beneficiary state",
+ "uk": "Beneficiary state"
+ },
+ "hint": {
+ "en": "Enter beneficiary state",
+ "ru": "Введите beneficiary state",
+ "uk": "Введіть beneficiary state"
}
}
],
- "amount_min": 0.01,
- "amount_max": 100000
+ "amount_min": "0.01",
+ "amount_max": "367000"
},
{
"status": "active",
- "code": "ecascad_account_uah",
- "method": "ecascad",
- "currency": "UAH",
- "amount_min": "1",
- "amount_max": "1000000",
+ "code": "sepa_transfer_sar",
+ "method": "sepa_transfer",
+ "currency": "SAR",
"fields": [
{
- "key": "account",
+ "key": "account_number",
"type": "string",
"label": {
- "en": "Account Number",
- "ru": "Номер аккаунта",
- "uk": "Номер аккаунта"
+ "en": "Account Number or IBAN",
+ "ru": "Номер счета или IBAN-код",
+ "uk": "Номер рахунку або IBAN-код"
},
"hint": {
- "en": "Enter account Number",
- "ru": "Введите номер аккаунта",
- "uk": "Введіть номер аккаунта"
+ "en": "Enter the Account Number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
},
- "regexp": "/^\\d{3,128}$/",
+ "regexp": "\/^[A-Z]{2}(\\w){13,29}$\/",
"required": true,
- "position": 1
- }
- ]
- },
- {
- "status": "active",
- "code": "ecascad_phone_uah",
- "method": "ecascad",
- "currency": "UAH",
- "amount_min": "1",
- "amount_max": "1000000",
- "fields": [
+ "position": 1,
+ "example": "GB97BARC20031877565489"
+ },
{
- "key": "phone_number",
+ "key": "beneficiary_first_name",
"type": "string",
"label": {
- "en": "Phone number",
- "ru": "Номер телефона",
- "uk": "Номер телефону"
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
},
"hint": {
- "en": "Enter phone number",
- "ru": "Введите номер телефона",
- "uk": "Введіть номер телефону"
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
},
- "example": "+380987654321",
- "regexp": "\/^\\+\\d{1,15}$\/",
- "required": true,
- "position": 1
- }
- ]
- },
- {
- "status": "active",
- "code": "upi_inr",
- "currency": "INR",
- "method": "upi",
- "fields": [
+ "regexp": "\/^[A-Z\\-\\ a-z]{2,100}$\/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
{
- "key": "vpa",
+ "key": "beneficiary_last_name",
"type": "string",
"label": {
- "en": "VPA",
- "ru": "VPA",
- "uk": "VPA"
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
},
"hint": {
- "en": "Enter VPA",
- "ru": "Введите VPA",
- "uk": "Введіть VPA"
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
},
- "regexp": "\/^.{2,}@\\w+$\/",
- "required": true,
- "position": 1
+ "regexp": "\/^[A-Z\\-\\ a-z]{2,100}$\/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
},
{
"key": "beneficiary_full_name",
"type": "string",
"label": {
- "en": "Full name",
- "ru": "ФИО",
- "uk": "ПIБ"
+ "en": "Recipient full name",
+ "ru": "Полное имя получателя",
+ "uk": "Повне iм'я одержувача"
},
"hint": {
- "en": "Enter Full name",
- "ru": "Введите ФИО",
- "uk": "Введіть ПIБ"
+ "en": "Enter Beneficiary full name",
+ "ru": "Введите полное имя получателя",
+ "uk": "Введіть повне імʼя одержувача"
},
- "regexp": "\/^[a-zA-Z]+(([',. -][a-zA-Z ])?[a-zA-Z]*)*$\/",
+ "regexp": "\/^[A-Za-z\\-\\ ]{2,100}$\/",
"required": false,
- "position": 2
+ "position": 4,
+ "example": "John Doe"
},
{
- "key": "beneficiary_email",
+ "key": "beneficiary_address",
"type": "string",
"label": {
- "en": "Email",
- "ru": "Email",
- "uk": "Email"
+ "en": "Beneficiary address",
+ "ru": "Beneficiary address",
+ "uk": "Beneficiary address"
},
"hint": {
- "en": "Enter Email",
- "ru": "Введите Email",
- "uk": "Введіть Email"
+ "en": "Enter beneficiary address",
+ "ru": "Введите адрес получателя",
+ "uk": "Введіть адресу отримувача"
},
- "example": "johndoe@cashfree.com",
- "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,3})$\/",
+ "regexp": "\/^[A-Za-z{*}, -d]{2,64}$\/",
"required": false,
- "position": 3
+ "position": 5,
+ "example": "Dzerzhinskogo str., bld. 30"
},
{
- "key": "beneficiary_phone",
+ "key": "beneficiary_postcode",
"type": "string",
"label": {
- "en": "Phone number",
- "ru": "Номер телефона",
- "uk": "Номер телефону"
+ "en": "Beneficiary postcode",
+ "ru": "Beneficiary postcode",
+ "uk": "Beneficiary postcode"
},
"hint": {
- "en": "Enter phone number",
- "ru": "Введите номер телефона",
- "uk": "Введіть номер телефону"
+ "en": "Enter beneficiary postcode",
+ "ru": "Введите beneficiary postcode",
+ "uk": "Введіть beneficiary postcode"
},
- "regexp": "\/^\\+91\\d{10}$\/",
+ "regexp": "\/^[\\w\\-\\s]{1,64}$\/",
"required": false,
- "position": 4
+ "position": 6
},
{
- "key": "beneficiary_address",
+ "key": "beneficiary_city",
"type": "string",
"label": {
- "en": "Address",
- "ru": "Address",
- "uk": "Address"
+ "en": "Beneficiary city",
+ "ru": "Beneficiary city",
+ "uk": "Beneficiary city"
},
"hint": {
- "en": "Enter Address",
- "ru": "Введите адресс",
- "uk": "Введіть адресу"
+ "en": "Enter beneficiary city",
+ "ru": "Введите beneficiary city",
+ "uk": "Введіть beneficiary city"
},
- "regexp": "\/^(\\w|\\.| |\\-|\\+|@){1,128}$\/",
+ "regexp": "\/^[A-Za-z,\\s\\-\\d]{2,64}$\/",
"required": false,
- "position": 5
+ "position": 7,
+ "example": "Kyiv"
},
{
- "key": "ifsc_bank_code",
+ "key": "beneficiary_country",
"type": "string",
"label": {
- "en": "IFSC Bank Code",
- "ru": "IFSC Код банка",
- "uk": "IFSC Код банку"
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
},
"hint": {
- "en": "Enter IFSC Bank Code",
- "ru": "Введите IFSC код банка",
- "uk": "Введіть IFSC код банку"
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
},
- "regexp": "\/^[A-Za-z0-9]{1,11}$\/",
+ "regexp": "\/^[A-Z]{2}$\/",
"required": false,
- "position": 6
- }
- ],
- "amount_min": 0.01,
- "amount_max": 100000
- },
- {
- "status": "active",
- "code": "nixmoney_usd",
- "currency": "USD",
- "fields": [
+ "position": 8,
+ "example": "UA"
+ },
{
- "key": "account",
+ "key": "beneficiary_country_code_iso",
"type": "string",
"label": {
- "en": "Wallet ID",
- "ru": "ID кошелька",
- "uk": "ID гаманця"
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
},
"hint": {
- "en": "Enter wallet ID",
- "ru": "Введите ID кошелька",
- "uk": "Введіть ID гаманця"
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
},
- "regexp": "\/^(U|E)[0-9]{14}$\/",
- "required": true,
- "position": 1
- }
- ],
- "method": "nixmoney",
- "amount_min": 0.01,
- "amount_max": 999999
- },
- {
- "status": "active",
- "code": "nixmoney_eur",
- "currency": "EUR",
- "fields": [
+ "regexp": "\/^.{2,6}$\/",
+ "required": false,
+ "position": 9
+ },
{
- "key": "account",
+ "key": "beneficiary_date_of_birth",
"type": "string",
"label": {
- "en": "Wallet ID",
- "ru": "ID кошелька",
- "uk": "ID гаманця"
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
},
"hint": {
- "en": "Enter wallet ID",
- "ru": "Введите ID кошелька",
- "uk": "Введіть ID гаманця"
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
},
- "regexp": "\/^(U|E)[0-9]{14}$\/",
- "required": true,
- "position": 1
- }
- ],
- "method": "nixmoney",
- "amount_min": 0.01,
- "amount_max": 999999
- },
- {
- "status": "active",
- "code": "dogecoin_doge",
- "method": "dogecoin",
- "currency": "DOGE",
- "fields": [
+ "regexp": "\/^\\d{4}-\\d{2}-\\d{2}$\/",
+ "required": false,
+ "position": 10,
+ "example": "1999-02-02"
+ },
{
- "key": "wallet_id",
+ "key": "bic_number",
"type": "string",
"label": {
- "en": "Dogecoin wallet",
- "ru": "Dogecoin кошелёк",
- "uk": "Dogecoin гаманець"
+ "en": "BIC number",
+ "ru": "Номер BIC",
+ "uk": "Номер BIC"
},
"hint": {
- "en": "Enter Dogecoin wallet",
- "ru": "Введите Dogecoin кошелёк",
- "uk": "Введіть Dogecoin гаманець"
+ "en": "Enter BIC number",
+ "ru": "Введите номер BIC",
+ "uk": "Введіть номер BIC"
},
- "regexp": "\/^.{10,64}$\/",
- "required": true,
- "position": 1
- }
- ],
- "amount_min": 0.01,
- "amount_max": 100000
- },
- {
- "status": "active",
- "code": "binance_coin_bnb",
- "method": "binance_coin",
- "currency": "BNB",
- "fields": [
+ "regexp": "\/^[A-Z]{4}[A-Z]{2}[A-Z0-9]{2}([A-Z0-9]{3})?$\/",
+ "required": false,
+ "position": 11,
+ "example": "ABCDEEU1XXX"
+ },
{
- "key": "wallet_id",
+ "key": "beneficiary_state",
"type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
+ "required": false,
+ "position": 12,
"label": {
- "en": "Binance coin wallet",
- "ru": "Binance coin кошелёк",
- "uk": "Binance coin гаманець"
+ "en": "Beneficiary state",
+ "ru": "Beneficiary state",
+ "uk": "Beneficiary state"
},
"hint": {
- "en": "Binance coin wallet",
- "ru": "Binance coin кошелёк",
- "uk": "Binance coin гаманець"
- },
- "regexp": "\/^.{10,64}$\/",
- "required": true,
- "position": 1,
- "example": "0x501906Ce564be7bA80Eb55A29EE31ECfaE41b6f2"
+ "en": "Enter beneficiary state",
+ "ru": "Введите beneficiary state",
+ "uk": "Введіть beneficiary state"
+ }
}
],
- "amount_min": 0.00001,
- "amount_max": 1000000
+ "amount_min": "0.01",
+ "amount_max": "375000"
},
{
"status": "active",
- "code": "bank_transfer_jpy",
- "method": "bank_transfer",
- "currency": "JPY",
+ "code": "sepa_transfer_kwd",
+ "method": "sepa_transfer",
+ "currency": "KWD",
"fields": [
{
"key": "account_number",
"type": "string",
- "regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
- "required": true,
- "position": 1,
"label": {
- "en": "Account number",
- "ru": "Номер счета",
- "uk": "Номер рахунку"
+ "en": "Account Number or IBAN",
+ "ru": "Номер счета или IBAN-код",
+ "uk": "Номер рахунку або IBAN-код"
},
"hint": {
- "en": "Enter account number or IBAN",
+ "en": "Enter the Account Number or IBAN",
"ru": "Введите номер счета или IBAN",
"uk": "Введіть номер рахунку або IBAN"
},
- "example": "12345678"
+ "regexp": "\/^[A-Z]{2}(\\w){13,29}$\/",
+ "required": true,
+ "position": 1,
+ "example": "GB97BARC20031877565489"
},
{
- "key": "bank_branch",
+ "key": "beneficiary_first_name",
"type": "string",
- "regexp": "\/^[A-za-z,0-9\\p{L}]{2,100}$\/u",
+ "label": {
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
+ },
+ "hint": {
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\ a-z]{2,100}$\/",
"required": false,
"position": 2,
+ "example": "Jonh"
+ },
+ {
+ "key": "beneficiary_last_name",
+ "type": "string",
"label": {
- "en": "Bank Branch",
- "ru": "Bank Branch",
- "uk": "Bank Branch"
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
},
"hint": {
- "en": "Enter Bank Branch",
- "ru": "Введите Bank Branch",
- "uk": "Введіть Bank Branch"
- }
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\ a-z]{2,100}$\/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
},
{
- "key": "bank_branch_code",
+ "key": "beneficiary_full_name",
"type": "string",
- "regexp": "\/^[0-9]{2,100}$\/",
+ "label": {
+ "en": "Recipient full name",
+ "ru": "Полное имя получателя",
+ "uk": "Повне iм'я одержувача"
+ },
+ "hint": {
+ "en": "Enter Beneficiary full name",
+ "ru": "Введите полное имя получателя",
+ "uk": "Введіть повне імʼя одержувача"
+ },
+ "regexp": "\/^[A-Za-z\\-\\ ]{2,100}$\/",
"required": false,
- "position": 3,
+ "position": 4,
+ "example": "John Doe"
+ },
+ {
+ "key": "beneficiary_address",
+ "type": "string",
"label": {
- "en": "Bank Branch Code",
- "ru": "Bank Branch Code",
- "uk": "Bank Branch Code"
+ "en": "Beneficiary address",
+ "ru": "Beneficiary address",
+ "uk": "Beneficiary address"
},
"hint": {
- "en": "Enter Bank Branch",
- "ru": "Введите Bank Branch",
- "uk": "Введіть Bank Branch"
+ "en": "Enter beneficiary address",
+ "ru": "Введите адрес получателя",
+ "uk": "Введіть адресу отримувача"
},
- "example": "626"
+ "regexp": "\/^[A-Za-z{*}, -d]{2,64}$\/",
+ "required": false,
+ "position": 5,
+ "example": "Dzerzhinskogo str., bld. 30"
},
{
- "key": "bank_code",
+ "key": "beneficiary_postcode",
"type": "string",
- "regexp": "\/^[A-Za-z0-9\\p{L}]{2,20}$\/u",
+ "label": {
+ "en": "Beneficiary postcode",
+ "ru": "Beneficiary postcode",
+ "uk": "Beneficiary postcode"
+ },
+ "hint": {
+ "en": "Enter beneficiary postcode",
+ "ru": "Введите beneficiary postcode",
+ "uk": "Введіть beneficiary postcode"
+ },
+ "regexp": "\/^[\\w\\-\\s]{1,64}$\/",
"required": false,
- "position": 4,
+ "position": 6
+ },
+ {
+ "key": "beneficiary_city",
+ "type": "string",
"label": {
- "en": "Bank Code",
- "ru": "Код банка",
- "uk": "Код банку"
+ "en": "Beneficiary city",
+ "ru": "Beneficiary city",
+ "uk": "Beneficiary city"
},
"hint": {
- "en": "Enter bank code",
- "ru": "Введите код банка",
- "uk": "Введіть код банку"
+ "en": "Enter beneficiary city",
+ "ru": "Введите beneficiary city",
+ "uk": "Введіть beneficiary city"
},
- "example": "0009"
+ "regexp": "\/^[A-Za-z,\\s\\-\\d]{2,64}$\/",
+ "required": false,
+ "position": 7,
+ "example": "Kyiv"
},
{
- "key": "bank_country_code_iso",
+ "key": "beneficiary_country",
+ "type": "string",
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ },
+ "regexp": "\/^[A-Z]{2}$\/",
+ "required": false,
+ "position": 8,
+ "example": "UA"
+ },
+ {
+ "key": "beneficiary_country_code_iso",
"type": "string",
+ "label": {
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
+ },
+ "hint": {
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ },
"regexp": "\/^.{2,6}$\/",
"required": false,
- "position": 5,
+ "position": 9
+ },
+ {
+ "key": "beneficiary_date_of_birth",
+ "type": "string",
"label": {
- "en": "Bank country code",
- "ru": "Bank country code",
- "uk": "Bank country code"
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
},
"hint": {
- "en": "Enter bank country code",
- "ru": "Введите bank country code",
- "uk": "Введіть bank country code"
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
},
- "example": "JP"
+ "regexp": "\/^\\d{4}-\\d{2}-\\d{2}$\/",
+ "required": false,
+ "position": 10,
+ "example": "1999-02-02"
},
{
- "key": "bank_name",
+ "key": "bic_number",
+ "type": "string",
+ "label": {
+ "en": "BIC number",
+ "ru": "Номер BIC",
+ "uk": "Номер BIC"
+ },
+ "hint": {
+ "en": "Enter BIC number",
+ "ru": "Введите номер BIC",
+ "uk": "Введіть номер BIC"
+ },
+ "regexp": "\/^[A-Z]{4}[A-Z]{2}[A-Z0-9]{2}([A-Z0-9]{3})?$\/",
+ "required": false,
+ "position": 11,
+ "example": "ABCDEEU1XXX"
+ },
+ {
+ "key": "beneficiary_state",
"type": "string",
- "regexp": "\/^[A-Z\\-\\sa-z0-9_\\p{L}]{2,100}$\/u",
+ "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
"required": false,
- "position": 6,
+ "position": 12,
"label": {
- "en": "Bank Name",
- "ru": "Код банка",
- "uk": "Код банку"
+ "en": "Beneficiary state",
+ "ru": "Beneficiary state",
+ "uk": "Beneficiary state"
+ },
+ "hint": {
+ "en": "Enter beneficiary state",
+ "ru": "Введите beneficiary state",
+ "uk": "Введіть beneficiary state"
+ }
+ }
+ ],
+ "amount_min": "0.001",
+ "amount_max": "30600"
+ },
+ {
+ "status": "active",
+ "code": "sepa_transfer_qar",
+ "method": "sepa_transfer",
+ "currency": "QAR",
+ "fields": [
+ {
+ "key": "account_number",
+ "type": "string",
+ "label": {
+ "en": "Account Number or IBAN",
+ "ru": "Номер счета или IBAN-код",
+ "uk": "Номер рахунку або IBAN-код"
},
"hint": {
- "en": "Enter bank name",
- "ru": "Введите имя банка",
- "uk": "Введіть ім'я банку"
- }
+ "en": "Enter the Account Number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
+ },
+ "regexp": "\/^[A-Z]{2}(\\w){13,29}$\/",
+ "required": true,
+ "position": 1,
+ "example": "GB97BARC20031877565489"
},
{
- "key": "beneficiary_name",
+ "key": "beneficiary_first_name",
"type": "string",
- "regexp": "\/^[A-Za-zА-Яа-я\\-\\s\\p{L}]{2,100}$\/u",
- "required": false,
- "position": 7,
"label": {
"en": "Beneficiary first name",
"ru": "Имя получателя",
@@ -76863,458 +179336,414 @@
"en": "Enter beneficiary first name",
"ru": "Введите имя получателя",
"uk": "Введіть імʼя отримувача"
- }
+ },
+ "regexp": "\/^[A-Z\\-\\ a-z]{2,100}$\/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
},
{
- "key": "beneficiary_full_name",
+ "key": "beneficiary_last_name",
"type": "string",
- "regexp": "\/^[A-Za-zА-Яа-я\\-\\d\\s\\p{L}]{2,100}$\/u",
- "required": false,
- "position": 8,
"label": {
- "en": "Beneficiary full name",
- "ru": "Полное имя получателя",
- "uk": "Повне імʼя отримувача"
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
},
"hint": {
- "en": "Enter beneficiary full name",
- "ru": "Введите полное имя получателя",
- "uk": "Введіть повне імʼя отримувача"
- }
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
+ },
+ "regexp": "\/^[A-Z\\-\\ a-z]{2,100}$\/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
},
{
- "key": "beneficiary_address",
+ "key": "beneficiary_full_name",
"type": "string",
- "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d\\p{L}\\p{L}]{2,64}$\/u",
- "required": false,
- "position": 9,
"label": {
- "en": "Address",
- "ru": "Address",
- "uk": "Address"
+ "en": "Recipient full name",
+ "ru": "Полное имя получателя",
+ "uk": "Повне iм'я одержувача"
},
"hint": {
- "en": "Enter Address",
- "ru": "Введите адресс",
- "uk": "Введіть адресу"
- }
+ "en": "Enter Beneficiary full name",
+ "ru": "Введите полное имя получателя",
+ "uk": "Введіть повне імʼя одержувача"
+ },
+ "regexp": "\/^[A-Za-z\\-\\ ]{2,100}$\/",
+ "required": false,
+ "position": 4,
+ "example": "John Doe"
},
{
- "key": "beneficiary_country_code_iso",
+ "key": "beneficiary_address",
"type": "string",
- "regexp": "\/^.{2,6}$\/",
- "required": false,
- "position": 10,
"label": {
- "en": "Beneficiary country code",
- "ru": "Beneficiary country code",
- "uk": "Beneficiary country code"
+ "en": "Beneficiary address",
+ "ru": "Beneficiary address",
+ "uk": "Beneficiary address"
},
"hint": {
- "en": "Enter beneficiary country code",
- "ru": "Введите beneficiary country code",
- "uk": "Введіть beneficiary country code"
- }
+ "en": "Enter beneficiary address",
+ "ru": "Введите адрес получателя",
+ "uk": "Введіть адресу отримувача"
+ },
+ "regexp": "\/^[A-Za-z{*}, -d]{2,64}$\/",
+ "required": false,
+ "position": 5,
+ "example": "Dzerzhinskogo str., bld. 30"
},
{
- "key": "beneficiary_email",
+ "key": "beneficiary_postcode",
"type": "string",
- "regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,3})$\/",
- "required": false,
- "position": 11,
"label": {
- "en": "Email",
- "ru": "Email",
- "uk": "Email"
+ "en": "Beneficiary postcode",
+ "ru": "Beneficiary postcode",
+ "uk": "Beneficiary postcode"
},
"hint": {
- "en": "Enter Email",
- "ru": "Введите Email",
- "uk": "Введіть Email"
+ "en": "Enter beneficiary postcode",
+ "ru": "Введите beneficiary postcode",
+ "uk": "Введіть beneficiary postcode"
},
- "example": "johndoe@cashfree.com"
+ "regexp": "\/^[\\w\\-\\s]{1,64}$\/",
+ "required": false,
+ "position": 6
},
{
"key": "beneficiary_city",
"type": "string",
- "regexp": "\/^.{1,255}$\/",
- "required": false,
- "position": 12,
"label": {
- "en": "City",
- "ru": "City",
- "uk": "City"
+ "en": "Beneficiary city",
+ "ru": "Beneficiary city",
+ "uk": "Beneficiary city"
},
"hint": {
- "en": "Enter city",
- "ru": "Enter city",
- "uk": "Enter city"
+ "en": "Enter beneficiary city",
+ "ru": "Введите beneficiary city",
+ "uk": "Введіть beneficiary city"
},
- "example": "London"
+ "regexp": "\/^[A-Za-z,\\s\\-\\d]{2,64}$\/",
+ "required": false,
+ "position": 7,
+ "example": "Kyiv"
},
{
- "key": "beneficiary_postcode",
+ "key": "beneficiary_country",
"type": "string",
- "regexp": "\/^.{1,255}$\/",
- "required": false,
- "position": 13,
"label": {
- "en": "Postcode",
- "ru": "Postcode",
- "uk": "Postcode"
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
},
"hint": {
- "en": "Enter postcode",
- "ru": "Enter postcode",
- "uk": "Enter postcode"
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
},
- "example": "postcode"
+ "regexp": "\/^[A-Z]{2}$\/",
+ "required": false,
+ "position": 8,
+ "example": "UA"
},
{
- "key": "beneficiary_phone",
+ "key": "beneficiary_country_code_iso",
"type": "string",
- "regexp": "\/^\\+\\d{1,15}$\/",
- "required": false,
- "position": 14,
"label": {
- "en": "Phone number",
- "ru": "Номер телефона",
- "uk": "Номер телефону"
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
},
"hint": {
- "en": "Enter phone number",
- "ru": "Введите номер телефона",
- "uk": "Введіть номер телефону"
- }
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
+ },
+ "regexp": "\/^.{2,6}$\/",
+ "required": false,
+ "position": 9
},
{
- "key": "beneficiary_dob",
+ "key": "beneficiary_date_of_birth",
"type": "string",
- "regexp": "\/^([0-2][0-9]|(3)[0-1])(\\/)(((0)[0-9])|((1)[0-2]))(\\/)\\d{4}$\/",
- "required": false,
- "position": 15,
"label": {
"en": "Date of birth",
"ru": "Дата рождения",
"uk": "Дата народження"
},
"hint": {
- "en": "Enter date of birth",
- "ru": "Введите дату рождения",
- "uk": "Введіть дату народження"
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
},
- "example": "10/05/1964"
- }
- ],
- "amount_min": "1",
- "amount_max": "100000000"
- },
- {
- "status": "active",
- "code": "payment_card_pen",
- "method": "payment_card",
- "currency": "PEN",
- "fields": [
+ "regexp": "\/^\\d{4}-\\d{2}-\\d{2}$\/",
+ "required": false,
+ "position": 10,
+ "example": "1999-02-02"
+ },
{
- "key": "card_number",
+ "key": "bic_number",
"type": "string",
"label": {
- "en": "Card number",
- "ru": "Номер карты",
- "uk": "Номер карти"
+ "en": "BIC number",
+ "ru": "Номер BIC",
+ "uk": "Номер BIC"
},
"hint": {
- "en": "Enter card number",
- "ru": "Введите номер карты",
- "uk": "Введіть номер карти"
+ "en": "Enter BIC number",
+ "ru": "Введите номер BIC",
+ "uk": "Введіть номер BIC"
},
- "regexp": "\/^\\d{12,19}$\/",
- "required": true,
- "position": 1,
- "options": {
- "validators": [
- {
- "name": "Luhn"
- }
- ]
+ "regexp": "\/^[A-Z]{4}[A-Z]{2}[A-Z0-9]{2}([A-Z0-9]{3})?$\/",
+ "required": false,
+ "position": 11,
+ "example": "ABCDEEU1XXX"
+ },
+ {
+ "key": "beneficiary_state",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
+ "required": false,
+ "position": 12,
+ "label": {
+ "en": "Beneficiary state",
+ "ru": "Beneficiary state",
+ "uk": "Beneficiary state"
+ },
+ "hint": {
+ "en": "Enter beneficiary state",
+ "ru": "Введите beneficiary state",
+ "uk": "Введіть beneficiary state"
}
}
],
"amount_min": "0.01",
- "amount_max": "1000000"
+ "amount_max": "364000"
},
{
"status": "active",
- "code": "payment_card_clp",
- "method": "payment_card",
- "currency": "CLP",
+ "code": "sepa_transfer_omr",
+ "method": "sepa_transfer",
+ "currency": "OMR",
"fields": [
{
- "key": "card_number",
+ "key": "account_number",
"type": "string",
"label": {
- "en": "Card number",
- "ru": "Номер карты",
- "uk": "Номер карти"
+ "en": "Account Number or IBAN",
+ "ru": "Номер счета или IBAN-код",
+ "uk": "Номер рахунку або IBAN-код"
},
"hint": {
- "en": "Enter card number",
- "ru": "Введите номер карты",
- "uk": "Введіть номер карти"
+ "en": "Enter the Account Number or IBAN",
+ "ru": "Введите номер счета или IBAN",
+ "uk": "Введіть номер рахунку або IBAN"
},
- "regexp": "/^\\d{12,19}$/",
+ "regexp": "\/^[A-Z]{2}(\\w){13,29}$\/",
"required": true,
"position": 1,
- "options": {
- "validators": [
- {
- "name": "Luhn"
- }
- ]
- }
- }
- ],
- "amount_min": "1",
- "amount_max": "100000000"
- },
- {
- "status": "active",
- "code": "mtn_ghs",
- "currency": "GHS",
- "fields": [
+ "example": "GB97BARC20031877565489"
+ },
{
- "key": "phone",
+ "key": "beneficiary_first_name",
"type": "string",
"label": {
- "en": "Phone number",
- "ru": "Номер телефона",
- "uk": "Номер телефону"
+ "en": "Beneficiary first name",
+ "ru": "Имя получателя",
+ "uk": "Імʼя отримувача"
},
"hint": {
- "en": "Enter phone number",
- "ru": "Введите номер телефона",
- "uk": "Введіть номер телефону"
+ "en": "Enter beneficiary first name",
+ "ru": "Введите имя получателя",
+ "uk": "Введіть імʼя отримувача"
},
- "example": "+255742044295",
- "regexp": "\/^\\+\\d{10,14}$\/",
- "required": true,
- "position": 1
- }
- ],
- "method": "mtn",
- "amount_min": 0.01,
- "amount_max": 760000
- },
- {
- "status": "active",
- "code": "m_pesa_kes",
- "currency": "KES",
- "fields": [
+ "regexp": "\/^[A-Z\\-\\ a-z]{2,100}$\/",
+ "required": false,
+ "position": 2,
+ "example": "Jonh"
+ },
{
- "key": "phone",
+ "key": "beneficiary_last_name",
"type": "string",
"label": {
- "en": "Phone number",
- "ru": "Номер телефона",
- "uk": "Номер телефону"
+ "en": "Beneficiary last name",
+ "ru": "Фамилия получателя",
+ "uk": "Прізвище отримувача"
},
"hint": {
- "en": "Enter phone number",
- "ru": "Введите номер телефона",
- "uk": "Введіть номер телефону"
+ "en": "Enter beneficiary last name",
+ "ru": "Введите фамилию получателя",
+ "uk": "Введіть прізвище отримувача"
},
- "example": "+255742044295",
- "regexp": "\/^\\+\\d{10,14}$\/",
- "required": true,
- "position": 1
- }
- ],
- "method": "m_pesa",
- "amount_min": 0.01,
- "amount_max": 1000000
- },
- {
- "status": "active",
- "code": "m_pesa_tzs",
- "currency": "TZS",
- "fields": [
+ "regexp": "\/^[A-Z\\-\\ a-z]{2,100}$\/",
+ "required": false,
+ "position": 3,
+ "example": "Doe"
+ },
{
- "key": "phone",
+ "key": "beneficiary_full_name",
"type": "string",
"label": {
- "en": "Phone number",
- "ru": "Номер телефона",
- "uk": "Номер телефону"
+ "en": "Recipient full name",
+ "ru": "Полное имя получателя",
+ "uk": "Повне iм'я одержувача"
},
"hint": {
- "en": "Enter phone number",
- "ru": "Введите номер телефона",
- "uk": "Введіть номер телефону"
+ "en": "Enter Beneficiary full name",
+ "ru": "Введите полное имя получателя",
+ "uk": "Введіть повне імʼя одержувача"
},
- "example": "+255742044295",
- "regexp": "\/^\\+\\d{10,14}$\/",
- "required": true,
- "position": 1
- }
- ],
- "method": "m_pesa",
- "amount_min": 100,
- "amount_max": 999999
- },
- {
- "status": "active",
- "code": "upi_bank_account_inr",
- "currency": "INR",
- "method": "upi_bank_account",
- "fields": [
+ "regexp": "\/^[A-Za-z\\-\\ ]{2,100}$\/",
+ "required": false,
+ "position": 4,
+ "example": "John Doe"
+ },
{
- "key": "account_number",
+ "key": "beneficiary_address",
"type": "string",
"label": {
- "en": "Account Number",
- "ru": "Account Number",
- "uk": "Account Number"
+ "en": "Beneficiary address",
+ "ru": "Beneficiary address",
+ "uk": "Beneficiary address"
},
"hint": {
- "en": "Enter Account Number",
- "ru": "Введите Account Number",
- "uk": "Введіть Account Number"
+ "en": "Enter beneficiary address",
+ "ru": "Введите адрес получателя",
+ "uk": "Введіть адресу отримувача"
},
- "regexp": "\/^[0-9]{5,100}$\/",
- "required": true,
- "position": 1
+ "regexp": "\/^[A-Za-z{*}, -d]{2,64}$\/",
+ "required": false,
+ "position": 5,
+ "example": "Dzerzhinskogo str., bld. 30"
},
{
- "key": "account_holder_full_name",
+ "key": "beneficiary_postcode",
"type": "string",
"label": {
- "en": "Account holder full name",
- "ru": "ФИО",
- "uk": "ПIБ"
+ "en": "Beneficiary postcode",
+ "ru": "Beneficiary postcode",
+ "uk": "Beneficiary postcode"
},
"hint": {
- "en": "Enter account holder full name",
- "ru": "Введите ФИО",
- "uk": "Введіть ПIБ"
+ "en": "Enter beneficiary postcode",
+ "ru": "Введите beneficiary postcode",
+ "uk": "Введіть beneficiary postcode"
},
- "regexp": "\/^[a-zA-Z]+(([',. -][a-zA-Z ])?[a-zA-Z]*)*$\/",
+ "regexp": "\/^[\\w\\-\\s]{1,64}$\/",
"required": false,
- "position": 2
+ "position": 6
},
{
- "key": "ifsc",
+ "key": "beneficiary_city",
"type": "string",
"label": {
- "en": "IFSC",
- "ru": "IFSC",
- "uk": "IFSC"
+ "en": "Beneficiary city",
+ "ru": "Beneficiary city",
+ "uk": "Beneficiary city"
},
"hint": {
- "en": "Enter IFSC",
- "ru": "Введите IFSC",
- "uk": "Введіть IFSC"
+ "en": "Enter beneficiary city",
+ "ru": "Введите beneficiary city",
+ "uk": "Введіть beneficiary city"
},
- "regexp": "\/^[A-Za-z0-9]{1,11}$\/",
+ "regexp": "\/^[A-Za-z,\\s\\-\\d]{2,64}$\/",
"required": false,
- "position": 3
- }
- ],
- "amount_min": 0.01,
- "amount_max": 10000000
- },
- {
- "status": "active",
- "code": "imps_inr",
- "currency": "INR",
- "method": "imps",
- "fields": [
+ "position": 7,
+ "example": "Kyiv"
+ },
{
- "key": "account_number",
+ "key": "beneficiary_country",
"type": "string",
"label": {
- "en": "Account Number",
- "ru": "Account Number",
- "uk": "Account Number"
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
},
"hint": {
- "en": "Enter Account Number",
- "ru": "Введите Account Number",
- "uk": "Введіть Account Number"
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
},
- "regexp": "\/^[0-9]{5,100}$\/",
- "required": true,
- "position": 1
+ "regexp": "\/^[A-Z]{2}$\/",
+ "required": false,
+ "position": 8,
+ "example": "UA"
},
{
- "key": "account_holder_full_name",
+ "key": "beneficiary_country_code_iso",
"type": "string",
"label": {
- "en": "Account holder full name",
- "ru": "ФИО",
- "uk": "ПIБ"
+ "en": "Beneficiary country code",
+ "ru": "Beneficiary country code",
+ "uk": "Beneficiary country code"
},
"hint": {
- "en": "Enter Account holder full name",
- "ru": "Введите ФИО",
- "uk": "Введіть ПIБ"
+ "en": "Enter beneficiary country code",
+ "ru": "Введите beneficiary country code",
+ "uk": "Введіть beneficiary country code"
},
- "regexp": "\/^[a-zA-Z]+(([',. -][a-zA-Z ])?[a-zA-Z]*)*$\/",
+ "regexp": "\/^.{2,6}$\/",
"required": false,
- "position": 2
+ "position": 9
},
{
- "key": "ifsc",
+ "key": "beneficiary_date_of_birth",
"type": "string",
"label": {
- "en": "IFSC",
- "ru": "IFSC",
- "uk": "IFSC"
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
},
"hint": {
- "en": "Enter IFSC",
- "ru": "Введите IFSC",
- "uk": "Введіть IFSC"
+ "en": "Date of birth",
+ "ru": "Дата рождения",
+ "uk": "Дата народження"
},
- "regexp": "\/^[A-Za-z0-9]{1,11}$\/",
+ "regexp": "\/^\\d{4}-\\d{2}-\\d{2}$\/",
"required": false,
- "position": 3
- }
- ],
- "amount_min": 0.01,
- "amount_max": 10000000
- },
- {
- "status": "active",
- "code": "payment_card_brl",
- "method": "payment_card",
- "currency": "BRL",
- "fields": [
+ "position": 10,
+ "example": "1999-02-02"
+ },
{
- "key": "card_number",
+ "key": "bic_number",
"type": "string",
"label": {
- "en": "Card number",
- "ru": "Номер карты",
- "uk": "Номер карти"
+ "en": "BIC number",
+ "ru": "Номер BIC",
+ "uk": "Номер BIC"
},
"hint": {
- "en": "Enter card number",
- "ru": "Введите номер карты",
- "uk": "Введіть номер карти"
+ "en": "Enter BIC number",
+ "ru": "Введите номер BIC",
+ "uk": "Введіть номер BIC"
},
- "regexp": "\/^\\d{12,19}$\/",
- "required": true,
- "position": 1,
- "options": {
- "validators": [
- {
- "name": "Luhn"
- }
- ]
+ "regexp": "\/^[A-Z]{4}[A-Z]{2}[A-Z0-9]{2}([A-Z0-9]{3})?$\/",
+ "required": false,
+ "position": 11,
+ "example": "ABCDEEU1XXX"
+ },
+ {
+ "key": "beneficiary_state",
+ "type": "string",
+ "regexp": "\/^[A-Za-zА-Яа-я,\\s\\-\\d]{2,64}$\/",
+ "required": false,
+ "position": 12,
+ "label": {
+ "en": "Beneficiary state",
+ "ru": "Beneficiary state",
+ "uk": "Beneficiary state"
+ },
+ "hint": {
+ "en": "Enter beneficiary state",
+ "ru": "Введите beneficiary state",
+ "uk": "Введіть beneficiary state"
}
}
],
- "amount_min": "0.01",
- "amount_max": "500000"
+ "amount_min": "0.001",
+ "amount_max": "38400"
}
]
diff --git a/data/vendors.json b/data/vendors.json
index 851bac7eb..83c1df24a 100644
--- a/data/vendors.json
+++ b/data/vendors.json
@@ -3,7 +3,7 @@
"code": "geopaynet",
"status": "active",
"links": {
- "website": "http:\/\/geo-pay.net\/"
+ "website": "http://geo-pay.net/"
},
"name": {
"en": "GEO Pay"
@@ -13,10 +13,10 @@
"code": "4bill",
"status": "active",
"links": {
- "website": "https:\/\/4bill.io\/"
+ "website": "https://settlepay.net/"
},
"name": {
- "en": "4bill"
+ "en": "SettlePay"
}
},
{
@@ -26,6 +26,13 @@
"en": "CardGate"
}
},
+ {
+ "code": "gate",
+ "status": "active",
+ "name": {
+ "en": "Gate"
+ }
+ },
{
"code": "masterpass",
"status": "active",
@@ -44,7 +51,7 @@
"code": "e-privat.info",
"status": "active",
"links": {
- "website": "http:\/\/e-privat.info"
+ "website": "http://e-privat.info"
},
"name": {
"en": "E-Privat.info"
@@ -54,7 +61,7 @@
"code": "ukrwm",
"status": "active",
"links": {
- "website": "http:\/\/ukrwm.com"
+ "website": "http://ukrwm.com"
},
"name": {
"en": "UkrWM"
@@ -64,7 +71,7 @@
"code": "nakartu",
"status": "active",
"links": {
- "website": "http:\/\/nakartu.com\/"
+ "website": "http://nakartu.com/"
},
"name": {
"en": "NaKartu"
@@ -74,7 +81,7 @@
"code": "real-exchange.ru",
"status": "active",
"links": {
- "website": "https:\/\/real-exchange.ru"
+ "website": "https://real-exchange.ru"
},
"name": {
"en": "RealExchange"
@@ -84,7 +91,7 @@
"code": "westchange.pro",
"status": "active",
"links": {
- "website": "https:\/\/westchange.pro"
+ "website": "https://westchange.pro"
},
"name": {
"en": "WestChange"
@@ -92,7 +99,7 @@
},
{
"code": "yandeksdengi",
- "status": "active",
+ "status": "deprecated",
"name": {
"en": "Yandex.Money",
"ru": "Яндекс Деньги"
@@ -109,7 +116,7 @@
"code": "onlinechange",
"status": "active",
"links": {
- "website": "https:\/\/onlinechange.com\/"
+ "website": "https://onlinechange.com/"
},
"name": {
"en": "OnlineChange"
@@ -119,7 +126,7 @@
"code": "exchangerwm",
"status": "active",
"links": {
- "website": "https:\/\/exchangerwm.com\/"
+ "website": "https://exchangerwm.com/"
},
"name": {
"en": "ExchangerWM"
@@ -178,7 +185,7 @@
"code": "addwm",
"status": "active",
"links": {
- "website": "http:\/\/addwm.com"
+ "website": "http://addwm.com"
},
"name": {
"en": "addwm.com"
@@ -186,9 +193,9 @@
},
{
"code": "netexchange.ru",
- "status": "active",
+ "status": "deprecated",
"links": {
- "website": "http:\/\/www.netexchange.ru\/"
+ "website": "http://www.netexchange.ru/"
},
"name": {
"en": "NetExchange"
@@ -198,7 +205,7 @@
"code": "change.am",
"status": "active",
"links": {
- "website": "https:\/\/www.change.am"
+ "website": "https://www.change.am"
},
"name": {
"en": "Change.am"
@@ -208,7 +215,7 @@
"code": "i-obmen.biz",
"status": "active",
"links": {
- "website": "https:\/\/i-obmen.biz"
+ "website": "https://i-obmen.biz"
},
"name": {
"en": "I-Obmen"
@@ -218,7 +225,7 @@
"code": "smart-exchange.ua",
"status": "active",
"links": {
- "website": "https:\/\/smart-exchange.com.ua"
+ "website": "https://smart-exchange.com.ua"
},
"name": {
"en": "Smart-pays"
@@ -228,7 +235,7 @@
"code": "rizvan-obmen.net",
"status": "active",
"links": {
- "website": "https:\/\/rizvan-obmen.net"
+ "website": "https://rizvan-obmen.net"
},
"name": {
"en": "Rizvan-Obmen"
@@ -238,7 +245,7 @@
"code": "ukrcash",
"status": "active",
"links": {
- "website": "http:\/\/ukrcash.com"
+ "website": "http://ukrcash.com"
},
"name": {
"en": "UkrCash"
@@ -248,7 +255,7 @@
"code": "unichange.me",
"status": "active",
"links": {
- "website": "https:\/\/unichange.me"
+ "website": "https://unichange.me"
},
"name": {
"en": "UniChange"
@@ -258,7 +265,7 @@
"code": "exchange-credit.ru",
"status": "active",
"links": {
- "website": "http:\/\/www.exchange-credit.ru"
+ "website": "http://www.exchange-credit.ru"
},
"name": {
"en": "Exchange-Credit"
@@ -268,7 +275,7 @@
"code": "goldobmen",
"status": "active",
"links": {
- "website": "https:\/\/goldobmen.com\/"
+ "website": "https://goldobmen.com/"
},
"name": {
"en": "GoldObmen"
@@ -278,7 +285,7 @@
"code": "intexchange.ru",
"status": "active",
"links": {
- "website": "http:\/\/www.intexchange.ru\/"
+ "website": "http://www.intexchange.ru/"
},
"name": {
"en": "IntExchange"
@@ -288,7 +295,7 @@
"code": "xzzx.biz",
"status": "active",
"links": {
- "website": "https:\/\/xzzx.biz"
+ "website": "https://xzzx.biz"
},
"name": {
"en": "xzzx.biz"
@@ -298,7 +305,7 @@
"code": "wm-drugba",
"status": "active",
"links": {
- "website": "http:\/\/wm-drugba.com\/"
+ "website": "http://wm-drugba.com/"
},
"name": {
"en": "WM-Drugba"
@@ -308,7 +315,7 @@
"code": "wmcentre.kz",
"status": "active",
"links": {
- "website": "http:\/\/wmcentre.kz\/"
+ "website": "http://wmcentre.kz/"
},
"name": {
"en": "WmCentre"
@@ -318,7 +325,7 @@
"code": "solidchanger",
"status": "active",
"links": {
- "website": "https:\/\/solidchanger.com"
+ "website": "https://solidchanger.com"
},
"name": {
"en": "SolidChanger"
@@ -328,7 +335,7 @@
"code": "magneticexchange",
"status": "active",
"links": {
- "website": "https:\/\/magneticexchange.com"
+ "website": "https://magneticexchange.com"
},
"name": {
"en": "MagneticExchange"
@@ -338,24 +345,17 @@
"code": "idram.armchange.ru",
"status": "active",
"links": {
- "website": "http:\/\/idram.armchange.ru\/"
+ "website": "http://idram.armchange.ru/"
},
"name": {
"en": "ArmChange"
}
},
- {
- "code": "currencylayer",
- "status": "active",
- "name": {
- "en": "Currencylayer"
- }
- },
{
"code": "uobmen.ru",
"status": "active",
"links": {
- "website": "http:\/\/uobmen.ru\/"
+ "website": "http://uobmen.ru/"
},
"name": {
"en": "UObmen"
@@ -365,7 +365,7 @@
"code": "obmenka.kharkov.ua",
"status": "active",
"links": {
- "website": "https:\/\/obmenka.kharkov.ua\/"
+ "website": "https://obmenka.kharkov.ua/"
},
"name": {
"en": "Obmenka.kharkov.ua"
@@ -389,7 +389,7 @@
"code": "pokpay",
"status": "active",
"links": {
- "website": "https:\/\/pokpay.com"
+ "website": "https://pokpay.com"
},
"name": {
"en": "PokPay"
@@ -399,7 +399,7 @@
"code": "alphapay24",
"status": "active",
"links": {
- "website": "https:\/\/alphapay24.com\/"
+ "website": "https://alphapay24.com/"
},
"name": {
"en": "Alphapay24"
@@ -409,7 +409,7 @@
"code": "payforia.net",
"status": "active",
"links": {
- "website": "https:\/\/payforia.net\/"
+ "website": "https://payforia.net/"
},
"name": {
"en": "Payforia.net"
@@ -426,7 +426,7 @@
"code": "artcash.net",
"status": "active",
"links": {
- "website": "https:\/\/artcash.net"
+ "website": "https://artcash.net"
},
"name": {
"en": "Artcash.net"
@@ -601,7 +601,7 @@
"VN"
],
"links": {
- "website": "http:\/\/www.smart2pay.com"
+ "website": "http://www.smart2pay.com"
},
"contacts": {
"email": "support@smart2pay.com",
@@ -636,27 +636,19 @@
"code": "paymentasia",
"status": "active",
"links": {
- "website": "http:\/\/www.paymentasia.com"
- },
- "contacts": {
- "email": "services@paymentasia.com",
- "phone": "(852) 3105 8028"
- },
- "address": {
- "street": " 15-16\/F, SML Tower, 165 Hoi Bun Road, Kwun Tong KowloonHong Kong "
+ "website": "https://www.paymentasia.com/"
},
"name": {
- "en": "Payment Asia"
- },
- "description": {
- "en": " Special Provider Features Below you can find the special product and service features of this payment provider. Take this into account when choosing the payment provider to process your online payments. There is more to just payment processing and pricing. "
+ "en": "Payment Asia",
+ "ru": "Payment Asia",
+ "uk": "Payment Asia"
}
},
{
"code": "wm365.biz",
"status": "active",
"links": {
- "website": "https:\/\/wm365.biz\/"
+ "website": "https://wm365.biz/"
},
"name": {
"en": "wm365.biz"
@@ -666,7 +658,7 @@
"code": "quickchange.cc",
"status": "active",
"links": {
- "website": "https:\/\/quickchange.cc\/"
+ "website": "https://quickchange.cc/"
},
"name": {
"en": "quickchange.cc"
@@ -676,7 +668,7 @@
"code": "best-obmen",
"status": "active",
"links": {
- "website": "https:\/\/best-obmen.com\/"
+ "website": "https://best-obmen.com/"
},
"name": {
"en": "best-obmen"
@@ -686,7 +678,7 @@
"code": "moneycat.biz",
"status": "active",
"links": {
- "website": "https:\/\/moneycat.biz\/"
+ "website": "https://moneycat.biz/"
},
"name": {
"en": "moneycat.biz"
@@ -696,7 +688,7 @@
"code": "babasiki.ru",
"status": "active",
"links": {
- "website": "https:\/\/babasiki.ru\/"
+ "website": "https://babasiki.ru/"
},
"name": {
"en": "Babasiki"
@@ -706,7 +698,7 @@
"code": "obmenka.online",
"status": "active",
"links": {
- "website": "https:\/\/obmenka.online\/"
+ "website": "https://obmenka.online/"
},
"name": {
"en": "Obmenka.online"
@@ -716,7 +708,7 @@
"code": "pm-privat",
"status": "active",
"links": {
- "website": "https:\/\/pm-privat.com"
+ "website": "https://pm-privat.com"
},
"name": {
"en": "PM-Privat"
@@ -726,7 +718,7 @@
"code": "nixexchange",
"status": "active",
"links": {
- "website": "https:\/\/nixexchange.com\/"
+ "website": "https://nixexchange.com/"
},
"name": {
"en": "NixExchange"
@@ -754,6 +746,18 @@
"en": "Perfect Money"
}
},
+ {
+ "code": "city24",
+ "status": "active",
+ "links": {
+ "website": "https://city24.ua/"
+ },
+ "name": {
+ "en": "City24",
+ "ru": "City24",
+ "uk": "City24"
+ }
+ },
{
"code": "swift",
"status": "active",
@@ -765,7 +769,7 @@
"code": "exchangex.ru",
"status": "active",
"links": {
- "website": "http:\/\/exchangex.ru"
+ "website": "http://exchangex.ru"
},
"name": {
"en": "ExchangeX"
@@ -775,7 +779,7 @@
"code": "liteobmen",
"status": "active",
"links": {
- "website": "https:\/\/liteobmen.com"
+ "website": "https://liteobmen.com"
},
"name": {
"en": "LiteObmen"
@@ -785,7 +789,7 @@
"code": "grandexchange.ru",
"status": "active",
"links": {
- "website": "http:\/\/grandexchange.ru\/"
+ "website": "http://grandexchange.ru/"
},
"name": {
"en": "GrandExchange"
@@ -795,7 +799,7 @@
"code": "ecashme",
"status": "active",
"links": {
- "website": "http:\/\/www.ecashme.com"
+ "website": "http://www.ecashme.com"
},
"name": {
"en": "eCashMe"
@@ -805,7 +809,7 @@
"code": "obm.ua",
"status": "active",
"links": {
- "website": "http:\/\/obm.com.ua\/"
+ "website": "http://obm.com.ua/"
},
"name": {
"en": "obm.com.ua"
@@ -815,7 +819,7 @@
"code": "v-obmen.net",
"status": "active",
"links": {
- "website": "http:\/\/v-obmen.net"
+ "website": "http://v-obmen.net"
},
"name": {
"en": "V-Obmen"
@@ -835,7 +839,7 @@
"code": "safepay.ua",
"status": "active",
"links": {
- "website": "https:\/\/safepay.com.ua"
+ "website": "https://safepay.com.ua"
},
"name": {
"en": "SafePay"
@@ -845,7 +849,7 @@
"code": "worldchange.ru",
"status": "active",
"links": {
- "website": "https:\/\/worldchange.ru"
+ "website": "https://worldchange.ru"
},
"name": {
"en": "WorldChange"
@@ -855,7 +859,7 @@
"code": "fastwm.biz",
"status": "active",
"links": {
- "website": "https:\/\/fastwm.biz"
+ "website": "https://fastwm.biz"
},
"name": {
"en": "FastWM"
@@ -865,7 +869,7 @@
"code": "netex.me",
"status": "active",
"links": {
- "website": "https:\/\/netex.me"
+ "website": "https://netex.me"
},
"name": {
"en": "NetEx"
@@ -875,7 +879,7 @@
"code": "my-xchange",
"status": "active",
"links": {
- "website": "http:\/\/my-xchange.com\/"
+ "website": "http://my-xchange.com/"
},
"name": {
"en": "My-Xchange"
@@ -885,7 +889,7 @@
"code": "ultrachange24",
"status": "active",
"links": {
- "website": "https:\/\/ultrachange24.com"
+ "website": "https://ultrachange24.com"
},
"name": {
"en": "UltraChange24"
@@ -895,7 +899,7 @@
"code": "wm-privat",
"status": "active",
"links": {
- "website": "https:\/\/wm-privat.com"
+ "website": "https://wm-privat.com"
},
"name": {
"en": "WM-Privat.com"
@@ -905,7 +909,7 @@
"code": "wmcash.net",
"status": "active",
"links": {
- "website": "https:\/\/wmcash.net"
+ "website": "https://wmcash.net"
},
"name": {
"en": "WMCash"
@@ -922,7 +926,7 @@
"code": "nevabank",
"status": "active",
"links": {
- "website": "https:\/\/www.nevabank.com"
+ "website": "https://www.nevabank.com"
},
"name": {
"en": "НеваБанк"
@@ -932,7 +936,7 @@
"code": "trust-exchange.org",
"status": "active",
"links": {
- "website": "https:\/\/trust-exchange.org"
+ "website": "https://trust-exchange.org"
},
"name": {
"en": "trust-exchange"
@@ -942,7 +946,7 @@
"code": "bit-changer.net",
"status": "active",
"links": {
- "website": "https:\/\/bit-changer.net"
+ "website": "https://bit-changer.net"
},
"name": {
"en": "Bit-Changer"
@@ -952,7 +956,7 @@
"code": "365cash.co",
"status": "active",
"links": {
- "website": "https:\/\/365cash.co\/"
+ "website": "https://365cash.co/"
},
"name": {
"en": "365Cash"
@@ -962,7 +966,7 @@
"code": "superchange.net",
"status": "active",
"links": {
- "website": "http:\/\/superchange.net\/ru\/"
+ "website": "http://superchange.net/ru/"
},
"name": {
"en": "Superchange.net"
@@ -972,7 +976,7 @@
"code": "westchange.top",
"status": "active",
"links": {
- "website": "https:\/\/westchange.top"
+ "website": "https://westchange.top"
},
"name": {
"en": "Westchange.top"
@@ -982,7 +986,7 @@
"code": "pay4bit.biz",
"status": "active",
"links": {
- "website": "https:\/\/pay4bit.biz"
+ "website": "https://pay4bit.biz"
},
"name": {
"en": "Pay4Bit"
@@ -992,14 +996,16 @@
"code": "anycash",
"status": "active",
"name": {
- "en": "AnyCash"
+ "en": "Any.Cash",
+ "ru": "Any.Cash",
+ "uk": "Any.Cash"
}
},
{
"code": "centus",
"status": "active",
"links": {
- "website": "https:\/\/centus.com\/uk\/"
+ "website": "https://centus.com/uk/"
},
"address": {
"street": " United Kingdom "
@@ -1278,6 +1284,18 @@
"en": "Postepay"
}
},
+ {
+ "code": "okpay_provider",
+ "status": "active",
+ "links": {
+ "website": "https://okpay.dev/"
+ },
+ "name": {
+ "en": "Okpay",
+ "ru": "Okpay",
+ "uk": "Okpay"
+ }
+ },
{
"code": "okpay",
"status": "active",
@@ -1296,7 +1314,7 @@
"code": "123x",
"status": "active",
"links": {
- "website": "https:\/\/123x.io\/"
+ "website": "https://123x.io/"
},
"contacts": {
"email": "info@123x.io",
@@ -1322,6 +1340,55 @@
"en": "Tether"
}
},
+ {
+ "code": "digital_cash",
+ "status": "active",
+ "name": {
+ "en": "Digital Cash"
+ }
+ },
+ {
+ "code": "binance_usd",
+ "status": "active",
+ "name": {
+ "en": "Binance Usd"
+ }
+ },
+ {
+ "code": "payskin",
+ "status": "active",
+ "name": {
+ "en": "Payskin"
+ }
+ },
+ {
+ "code": "polygon",
+ "status": "active",
+ "name": {
+ "en": "Polygon"
+ }
+ },
+ {
+ "code": "solana",
+ "status": "active",
+ "name": {
+ "en": "Solana"
+ }
+ },
+ {
+ "code": "stellar",
+ "status": "active",
+ "name": {
+ "en": "Stellar"
+ }
+ },
+ {
+ "code": "toncoin",
+ "status": "active",
+ "name": {
+ "en": "Toncoin"
+ }
+ },
{
"code": "coinsnap",
"status": "active",
@@ -1364,18 +1431,11 @@
"en": " IP Payments has over ten years’ experience in the cash flow improvement and PCI compliance markets emerging as a leader in secure revenue management solutions with the provision of three core capabilities; payment processing solutions (payment gateways), secure credit card storage solutions (IP PCI) and accounts receivables automation solutions (SIPP). Our business is split into two areas; transactional processing business and professional services business and we provide our customers with the ability to reduce the complexity of the payments process. Our systems are PCI compliant, and we were one of the first PCI compliance solution providers to become an approved tier one supplier. We have undertaken some of the most thorough safeguards in the industry to ensure we exceed the security standards. "
}
},
- {
- "code": "nixmoney",
- "status": "active",
- "name": {
- "en": "NixMoney"
- }
- },
{
"code": "payeer",
- "status": "active",
+ "status": "deprecated",
"links": {
- "website": "https:\/\/payeer.com\/en\/"
+ "website": "https://payeer.com/en/"
},
"name": {
"en": "Payeer"
@@ -1399,7 +1459,7 @@
"code": "visa_mastercard",
"status": "active",
"name": {
- "en": "Visa\/MasterCard"
+ "en": "Visa/MasterCard"
}
},
{
@@ -1432,6 +1492,34 @@
"en": "УкрСиббанк"
}
},
+ {
+ "code": "tron",
+ "status": "active",
+ "name": {
+ "en": "Tron"
+ }
+ },
+ {
+ "code": "usd_coin",
+ "status": "active",
+ "name": {
+ "en": "Usd Coin"
+ }
+ },
+ {
+ "code": "dai_coin",
+ "status": "active",
+ "name": {
+ "en": "Dai Coin"
+ }
+ },
+ {
+ "code": "binance_smart_chain",
+ "status": "active",
+ "name": {
+ "en": "Binance smart chain"
+ }
+ },
{
"code": "hmel_f_patkbprivatbank_m_hmelnickij",
"status": "active",
@@ -1441,7 +1529,7 @@
"address": {
"country": "Ukraine",
"city": "Хмельницький",
- "street": "вул.Зарічанська, 5\/3, 49094, м.Дніпропетровськ, вул. Набережна Перемоги, 30"
+ "street": "вул.Зарічанська, 5/3, 49094, м.Дніпропетровськ, вул. Набережна Перемоги, 30"
},
"name": {
"en": "ХМЕЛЬНИЦЬКА ФІЛІЯ ПАТ КОМЕРЦІЙНОГО БАНКУ 'ПРИВАТБАНК'"
@@ -1573,7 +1661,7 @@
"address": {
"country": "Ukraine",
"city": "Київ",
- "street": "вул. Дмитрівська 18\/24"
+ "street": "вул. Дмитрівська 18/24"
},
"name": {
"en": "Київська філія ПАТ 'ПРОМИСЛОВО-ФІНАНСОВИЙ БАНК'"
@@ -1720,7 +1808,7 @@
"code": "visamastercard",
"status": "active",
"name": {
- "en": "Visa\/MasterCard"
+ "en": "Visa/MasterCard"
}
},
{
@@ -1759,7 +1847,7 @@
"street": "вул.Фрунзе, 25"
},
"name": {
- "en": "ПАТ 'БАНК 3\/4'"
+ "en": "ПАТ 'БАНК 3/4'"
}
},
{
@@ -1808,7 +1896,7 @@
"en": "SegPay"
},
"description": {
- "en": " Segpay launched in June of 2005 as an EU IPSP and quickly earned a solid reputation among the webmaster community, our acquiring banks, and the Card Schemes. Based on our proven results in the EU, SegPay earned a US IPSP acquiring relationship and launched SegPay US in March of 2008. Today, SegPay has a global reach and has secured multiple acquiring relationships that support merchants in the US, Canada and the European Union and supports consumer payments globally. SegPay EU is licensed as an Authorized Payment Institution under the Payment Services Directive (PSD) by the Financial Conduct Authority of the UK; Reg. No. 584599. The PSD originated through European Legislation, aiming to establish a comprehensive set of rules, applicable to all Payment Services in the European Union. SegPay EU is one of the first IPSPs to earn this important authorization required by European Law. Our state of the art processing engine is designed on industry standard technology and operates on Windows 2008 R2 Server and SQL Server 2008 R2 Enterprise. All application software and servers utilize the latest Microsoft.Net technologies. All web components are written in ASP.net 4.0 and Silverlight.net and all systems components are written in VB.Net 4.0. Our hardware is fully redundant with load balanced servers that are scalable both 'upwards and outwards'. The servers reside in a 24\/7\/365 managed hosting facility. At SegPay, the client always comes first! SegPay service is always a click, call or chat away. No need to queue up in extensive ticket systems waiting for help! SegPay professionals are here to help any time of day for you! "
+ "en": " Segpay launched in June of 2005 as an EU IPSP and quickly earned a solid reputation among the webmaster community, our acquiring banks, and the Card Schemes. Based on our proven results in the EU, SegPay earned a US IPSP acquiring relationship and launched SegPay US in March of 2008. Today, SegPay has a global reach and has secured multiple acquiring relationships that support merchants in the US, Canada and the European Union and supports consumer payments globally. SegPay EU is licensed as an Authorized Payment Institution under the Payment Services Directive (PSD) by the Financial Conduct Authority of the UK; Reg. No. 584599. The PSD originated through European Legislation, aiming to establish a comprehensive set of rules, applicable to all Payment Services in the European Union. SegPay EU is one of the first IPSPs to earn this important authorization required by European Law. Our state of the art processing engine is designed on industry standard technology and operates on Windows 2008 R2 Server and SQL Server 2008 R2 Enterprise. All application software and servers utilize the latest Microsoft.Net technologies. All web components are written in ASP.net 4.0 and Silverlight.net and all systems components are written in VB.Net 4.0. Our hardware is fully redundant with load balanced servers that are scalable both 'upwards and outwards'. The servers reside in a 24/7/365 managed hosting facility. At SegPay, the client always comes first! SegPay service is always a click, call or chat away. No need to queue up in extensive ticket systems waiting for help! SegPay professionals are here to help any time of day for you! "
}
},
{
@@ -1853,6 +1941,16 @@
"en": "MercadoPago"
}
},
+ {
+ "code": "naranjax",
+ "status": "active",
+ "countries": [
+ "AR"
+ ],
+ "name": {
+ "en": "Naranja X"
+ }
+ },
{
"code": "idram",
"status": "active",
@@ -1885,7 +1983,7 @@
"code": "24pay.me",
"status": "active",
"links": {
- "website": "https:\/\/www.24pay.me"
+ "website": "https://www.24pay.me"
},
"name": {
"en": "24Pay"
@@ -1974,7 +2072,7 @@
"address": {
"country": "Ukraine",
"city": "Київ",
- "street": "вул. Б. Хмельницького, 17\/52"
+ "street": "вул. Б. Хмельницького, 17/52"
},
"name": {
"en": "ПАТ 'ЗЛАТОБАНК'"
@@ -2144,7 +2242,7 @@
"address": {
"country": "Ukraine",
"city": "Київ",
- "street": "вул. Тургенєвська,52\/58"
+ "street": "вул. Тургенєвська,52/58"
},
"name": {
"en": "ПАТ 'БАНК НАЦІОНАЛЬНИЙ КРЕДИТ'"
@@ -2347,29 +2445,6 @@
"en": " "
}
},
- {
- "code": "sirumobile",
- "status": "active",
- "countries": [
- "FJ",
- "NO",
- "SE",
- "AE"
- ],
- "contacts": {
- "email": "info@sirumobile.com",
- "phone": "+358 (0) 9 2316 3390"
- },
- "address": {
- "street": " Fredrikinkatu 6100100 HelsinkiFinland "
- },
- "name": {
- "en": "Siru Mobile"
- },
- "description": {
- "en": " Siru Mobile is an innovative tech startup with an international company structure founded in 2011. It all started as a result of a simple observation: the mobile landscape is evolving rapidly and the attitudes towards a mobile lifestyle are changing. We wanted to fill this new gap in the market, and enable mobile payment alternatives for our customers. From this observation we created the vision for the cloud based payment experience and the development of Siru Mobile’s platform to support it. "
- }
- },
{
"code": "at_prokredit_bank",
"status": "active",
@@ -2409,7 +2484,7 @@
"address": {
"country": "Ukraine",
"city": "Київ",
- "street": "вул. П.Сагайдачного\/Ігорівська, буд.10\/5 літ. А"
+ "street": "вул. П.Сагайдачного/Ігорівська, буд.10/5 літ. А"
},
"name": {
"en": "ПАТ 'ЕРДЕ БАНК'"
@@ -2426,13 +2501,6 @@
"en": "Центральний апарат НБУ"
}
},
- {
- "code": "pumb",
- "status": "active",
- "name": {
- "en": "ПУМБ"
- }
- },
{
"code": "gu_dksu_u_chernigivskij_oblasti",
"status": "active",
@@ -2529,7 +2597,7 @@
"code": "perfectexchange.info",
"status": "active",
"links": {
- "website": "https:\/\/perfectexchange.info"
+ "website": "https://perfectexchange.info"
},
"name": {
"en": "PerfectExchange.info"
@@ -2688,7 +2756,7 @@
"address": {
"country": "Ukraine",
"city": "Київ",
- "street": "бульвар Тараса Шевченка, буд. 37\/122"
+ "street": "бульвар Тараса Шевченка, буд. 37/122"
},
"name": {
"en": "ПАТ 'БМ БАНК'"
@@ -2698,7 +2766,7 @@
"code": "newline.online",
"status": "active",
"links": {
- "website": "https:\/\/newline.online\/"
+ "website": "https://newline.online/"
},
"name": {
"en": "NewLine"
@@ -2747,7 +2815,7 @@
"en": "LiqPay"
},
"description": {
- "en": " LiqPay is the web-interface of PrivatBank with which the card holders of VISA \/ MasterCard from around the world can pay for goods \/ services on your site, as well as send money from card to card. "
+ "en": " LiqPay is the web-interface of PrivatBank with which the card holders of VISA / MasterCard from around the world can pay for goods / services on your site, as well as send money from card to card. "
}
},
{
@@ -2819,7 +2887,7 @@
"address": {
"country": "Ukraine",
"city": "Київ",
- "street": "вул. Щорса, 7\/9"
+ "street": "вул. Щорса, 7/9"
},
"name": {
"en": "ПАТ 'Комерційний банк 'ФІНАНСОВА ІНІЦІАТИВА'"
@@ -2868,7 +2936,7 @@
"address": {
"country": "Ukraine",
"city": "Харків",
- "street": "пр-т 50-річчя ВЛКСМ, 57\/106"
+ "street": "пр-т 50-річчя ВЛКСМ, 57/106"
},
"name": {
"en": "Перша філія ПрАТ 'Українська фінансова група' у м. Харків"
@@ -2929,7 +2997,7 @@
"code": "el-change",
"status": "active",
"links": {
- "website": "https:\/\/el-change.com\/"
+ "website": "https://el-change.com/"
},
"name": {
"en": "el-change.com"
@@ -2951,11 +3019,11 @@
"code": "alfabank",
"status": "active",
"links": {
- "website": "https:\/\/alfabank.ua"
+ "website": "https://sensebank.com.ua/"
},
"name": {
- "en": "Alfa-Bank",
- "ru": "Альфа-Банк"
+ "en": "Sense Bank",
+ "ru": "Сенс Банк"
}
},
{
@@ -2992,7 +3060,7 @@
"address": {
"country": "Ukraine",
"city": "Київ",
- "street": "вул. Ігорівська\/Набережно-Хрещатицька, 13\/5 (літ. А)"
+ "street": "вул. Ігорівська/Набережно-Хрещатицька, 13/5 (літ. А)"
},
"name": {
"en": "ПАТ 'ДІВІ БАНК'"
@@ -3073,7 +3141,7 @@
"address": {
"country": "Ukraine",
"city": "Кіровоград",
- "street": "вул. Гоголя, 91\/46"
+ "street": "вул. Гоголя, 91/46"
},
"name": {
"en": "Перша філія ПрАТ 'Українська фінансова група' у м. Кіровоград"
@@ -3088,7 +3156,7 @@
"address": {
"country": "Ukraine",
"city": "Суми",
- "street": "майдан Незалежності, 3\/1, 49094, м. Дніпропетровськ, вул. Набережна Перемоги, 30"
+ "street": "майдан Незалежності, 3/1, 49094, м. Дніпропетровськ, вул. Набережна Перемоги, 30"
},
"name": {
"en": "СУМСЬКА ФІЛІЯ ПАТ КОМЕРЦІЙНОГО БАНКУ 'ПРИВАТБАНК'"
@@ -3116,7 +3184,7 @@
"address": {
"country": "Ukraine",
"city": "Кіровоград",
- "street": "вул. Преображенська, 26\/70, 49094, м.Дніпропетровськ, вул. Набережна Перемоги, 30"
+ "street": "вул. Преображенська, 26/70, 49094, м.Дніпропетровськ, вул. Набережна Перемоги, 30"
},
"name": {
"en": "ФІЛІЯ 'КІРОВОГРАДСЬКЕ РЕГІОНАЛЬНЕ УПРАВЛІННЯ' ПАТ КОМЕРЦІЙНОГО БАНКУ 'ПРИВАТБАНК'"
@@ -3237,7 +3305,7 @@
"address": {
"country": "Ukraine",
"city": "Київ",
- "street": "пров.Куренівський, б.19\/5"
+ "street": "пров.Куренівський, б.19/5"
},
"name": {
"en": "ПАТ 'КОМЕРЦІЙНИЙ БАНК 'ГЛОБУС'"
@@ -3309,7 +3377,7 @@
"address": {
"country": "Ukraine",
"city": "Київ",
- "street": "просп. Перемоги, 52\/2"
+ "street": "просп. Перемоги, 52/2"
},
"name": {
"en": "ПАТ 'Інтеграл-банк'"
@@ -3341,7 +3409,7 @@
},
{
"code": "russkijstandart",
- "status": "active",
+ "status": "deprecated",
"name": {
"en": "Русский Стандарт"
}
@@ -3393,7 +3461,7 @@
"code": "btcbank.ua",
"status": "active",
"links": {
- "website": "https:\/\/btcbank.com.ua\/"
+ "website": "https://btcbank.com.ua/"
},
"name": {
"en": "btcbank.com.ua"
@@ -3442,7 +3510,7 @@
"code": "obmeno.kiev.ua",
"status": "active",
"links": {
- "website": "http:\/\/obmeno.kiev.ua"
+ "website": "http://obmeno.kiev.ua"
},
"name": {
"en": "Obmeno.Kiev"
@@ -3585,7 +3653,7 @@
"code": "obmenoff.cc",
"status": "active",
"links": {
- "website": "https:\/\/obmenoff.cc\/"
+ "website": "https://obmenoff.cc/"
},
"name": {
"en": "obmenoff.cc"
@@ -3809,7 +3877,7 @@
"code": "100btc.pro",
"status": "active",
"links": {
- "website": "https:\/\/100btc.pro\/"
+ "website": "https://100btc.pro/"
},
"name": {
"en": "100btc.pro"
@@ -3925,7 +3993,7 @@
"code": "z-obmen.ru",
"status": "active",
"links": {
- "website": "https:\/\/z-obmen.ru"
+ "website": "https://z-obmen.ru"
},
"name": {
"en": "Z-Obmen"
@@ -3999,7 +4067,7 @@
"code": "rocketchange.ru",
"status": "active",
"links": {
- "website": "https:\/\/rocketchange.ru\/"
+ "website": "https://rocketchange.ru/"
},
"name": {
"en": "RocketChange"
@@ -4059,7 +4127,7 @@
},
{
"code": "cbr",
- "status": "active",
+ "status": "deprecated",
"name": {
"en": "Central Bank of the Russian Federation"
}
@@ -4109,7 +4177,7 @@
"code": "belkapay",
"status": "active",
"links": {
- "website": "https:\/\/belkapay.com\/"
+ "website": "https://belkapay.com/"
},
"name": {
"en": "belkapay.com"
@@ -4119,7 +4187,7 @@
"code": "a1change",
"status": "active",
"links": {
- "website": "https:\/\/a1change.com\/"
+ "website": "https://a1change.com/"
},
"name": {
"en": "A1Change"
@@ -4165,7 +4233,7 @@
"address": {
"country": "Ukraine",
"city": "Київ",
- "street": "вул. Автозаводська, 54\/19"
+ "street": "вул. Автозаводська, 54/19"
},
"name": {
"en": "ПАТ 'УНІВЕРСАЛ БАНК'"
@@ -4243,7 +4311,7 @@
"code": "megaxchange",
"status": "active",
"links": {
- "website": "https:\/\/www.megaxchange.com"
+ "website": "https://www.megaxchange.com"
},
"name": {
"en": "MegaXChange.com"
@@ -4402,7 +4470,7 @@
"address": {
"country": "Ukraine",
"city": "Київ",
- "street": "вул. Ванди Василевської, буд. №12\/16, 49094, м. Дніпропетровськ, вул. Набережна Перемоги, 30"
+ "street": "вул. Ванди Василевської, буд. №12/16, 49094, м. Дніпропетровськ, вул. Набережна Перемоги, 30"
},
"name": {
"en": "ФІЛІЯ 'КИЇВСЬКЕ ГОЛОВНЕ РЕГІОНАЛЬНЕ УПРАВЛІННЯ' ПАТ КОМЕРЦІЙНОГО БАНКУ 'ПРИВАТБАНК'"
@@ -4411,17 +4479,13 @@
{
"code": "dusupay",
"status": "active",
- "contacts": {
- "phone": "+447969173786"
- },
- "address": {
- "street": " 10 Albury court, Phipps bridge rdCR4 3PX LondonSelect a StateUnited Kingdom "
+ "links": {
+ "website": "https://dusupay.com/"
},
"name": {
- "en": "DusuPay"
- },
- "description": {
- "en": " Send money and get paid all over Africa. We are the continents largest Payment Gateway "
+ "en": "Dusupay",
+ "ru": "Dusupay",
+ "uk": "Dusupay"
}
},
{
@@ -4460,7 +4524,7 @@
"code": "bit-exchanger.ru",
"status": "active",
"links": {
- "website": "https:\/\/bit-exchanger.ru\/"
+ "website": "https://bit-exchanger.ru/"
},
"name": {
"en": "bit-exchanger.ru"
@@ -4607,7 +4671,7 @@
},
{
"code": "payture",
- "status": "active",
+ "status": "deprecated",
"contacts": {
"email": "info@payture.com",
"phone": "+7 495 783 83 93"
@@ -4746,7 +4810,7 @@
"code": "e-money.cc",
"status": "active",
"links": {
- "website": "https:\/\/e-money.cc\/"
+ "website": "https://e-money.cc/"
},
"name": {
"en": "e-money.cc"
@@ -4844,7 +4908,7 @@
"en": "MangoPay"
},
"description": {
- "en": " MangoPay is a payment service provider servicing card payments, ewallets, single-click payments, recurring payments and many more. Our full stack payment platform allows you to easily accept online payments while fulfilling all your specific business needs. No Bank\/PSP contract needed. Manage e-money within your platform: create e-wallets for your users, transfer money between e-wallets, allow group payments, hold escrow funds, collect fees however you please and according to your own business model Integrate advanced payment features: recurring payments, single-click payments, refunds on cards and more features required for your business Go global: accept payments in more than 150 countries and offer your customers their local currency Group Leetchi SA is the editor of Leetchi.com, the European leading service for group payments. Leetchi SA was founded in 2009 by Céline Lazorthes. "
+ "en": " MangoPay is a payment service provider servicing card payments, ewallets, single-click payments, recurring payments and many more. Our full stack payment platform allows you to easily accept online payments while fulfilling all your specific business needs. No Bank/PSP contract needed. Manage e-money within your platform: create e-wallets for your users, transfer money between e-wallets, allow group payments, hold escrow funds, collect fees however you please and according to your own business model Integrate advanced payment features: recurring payments, single-click payments, refunds on cards and more features required for your business Go global: accept payments in more than 150 countries and offer your customers their local currency Group Leetchi SA is the editor of Leetchi.com, the European leading service for group payments. Leetchi SA was founded in 2009 by Céline Lazorthes. "
}
},
{
@@ -4946,7 +5010,7 @@
"phone": "0 800 309 000"
},
"links": {
- "website": "https:\/\/www.ukrgasbank.com/"
+ "website": "https://www.ukrgasbank.com/"
},
"address": {
"country": "Ukraine",
@@ -4954,9 +5018,9 @@
"street": "вул. Богдана Хмельницького, 16-22"
},
"name": {
- "uk": "ПУБЛІЧНЕ АКЦІОНЕРНЕ ТОВАРИСТВО АКЦІОНЕРНИЙ БАНК \"УКРГАЗБАНК\"",
- "en": "PUBLIC JOINT STOCK COMPANY JOINT STOCK BANK \"UKRGASBANK\"",
- "ru": "ПУБЛИЧНОЕ АКЦИОНЕРНОЕ ОБЩЕСТВО АКЦИОНЕРНЫЙ БАНК \"УКРГАЗБАНК\""
+ "en": "Ukrgasbank",
+ "ru": "Ukrgasbank",
+ "uk": "Ukrgasbank"
}
},
{
@@ -5030,7 +5094,7 @@
},
{
"code": "payanyway",
- "status": "active",
+ "status": "deprecated",
"address": {
"street": " Russian Federation "
},
@@ -5115,7 +5179,7 @@
"address": {
"country": "Ukraine",
"city": "Миколаїв",
- "street": "вул.Мостобудівників,17\/11,17\/12, 49094,м.Дніпропетровськ,вул.Набережна Перемоги,30"
+ "street": "вул.Мостобудівників,17/11,17/12, 49094,м.Дніпропетровськ,вул.Набережна Перемоги,30"
},
"name": {
"en": "ФІЛІЯ 'МИКОЛАЇВСЬКЕ РЕГІОНАЛЬНЕ УПРАВЛІННЯ' ПАТ КОМЕРЦІЙНОГО БАНКУ 'ПРИВАТБАНК'"
@@ -5125,7 +5189,7 @@
"code": "digitalriverworldpayments",
"status": "active",
"links": {
- "website": "http:\/\/www.drwp.io"
+ "website": "http://www.drwp.io"
},
"contacts": {
"email": "payments@digitalriver.com",
@@ -5199,7 +5263,7 @@
"code": "wm.express",
"status": "active",
"links": {
- "website": "https:\/\/wm.express\/"
+ "website": "https://wm.express/"
},
"name": {
"en": "wm.express"
@@ -5221,7 +5285,7 @@
"address": {
"country": "Ukraine",
"city": "Київ",
- "street": "вул. Хрещатик, 7\/11"
+ "street": "вул. Хрещатик, 7/11"
},
"name": {
"en": "ПАТ 'АКЦІОНЕРНИЙ БАНК 'УКООПСПІЛКА'"
@@ -5308,7 +5372,7 @@
"code": "obmen.at",
"status": "active",
"links": {
- "website": "https:\/\/obmen.at\/"
+ "website": "https://obmen.at/"
},
"name": {
"en": "obmen.at"
@@ -5414,7 +5478,7 @@
"code": "forwardbank",
"status": "active",
"links": {
- "website": "https:\/\/www.forward-bank.com"
+ "website": "https://www.forward-bank.com"
},
"name": {
"en": "Forward Bank",
@@ -5432,7 +5496,7 @@
"code": "24change",
"status": "active",
"links": {
- "website": "https:\/\/24change.com"
+ "website": "https://24change.com"
},
"name": {
"en": "24 Change"
@@ -5477,10 +5541,12 @@
"address": {
"country": "Ukraine",
"city": "Одеса",
- "street": "вул. Краснова, 6\/1"
+ "street": "вул. Краснова, 6/1"
},
"name": {
- "en": "ПАТ АКЦІОНЕРНИЙ БАНК 'ПІВДЕННИЙ'"
+ "en": "Pivdenny Bank",
+ "ru": "Pivdenny Bank",
+ "uk": "Pivdenny Bank"
}
},
{
@@ -5519,7 +5585,7 @@
"code": "wmpaycash",
"status": "active",
"links": {
- "website": "https:\/\/wmpaycash.com"
+ "website": "https://wmpaycash.com"
},
"name": {
"en": "WmPayCash"
@@ -5616,7 +5682,7 @@
"code": "obmenew",
"status": "active",
"links": {
- "website": "https:\/\/obmenew.com\/"
+ "website": "https://obmenew.com/"
},
"name": {
"en": "obmenew.com"
@@ -5673,7 +5739,9 @@
"street": " Ukraine "
},
"name": {
- "en": "Wayforpay"
+ "en": "Wayforpay",
+ "ru": "Wayforpay",
+ "uk": "Wayforpay"
},
"description": {
"en": " We will make payments on your site more convenient, understandable and easier for your customers. Our payment platform will simplify the payment process on your website "
@@ -5743,7 +5811,7 @@
"code": "megabestobmen",
"status": "active",
"links": {
- "website": "https:\/\/www.megabestobmen.com\/"
+ "website": "https://www.megabestobmen.com/"
},
"name": {
"en": "megabestobmen"
@@ -5759,7 +5827,7 @@
"en": "Billing-United"
},
"description": {
- "en": " Billing-united.com is one of the leaders of online content monetization. We process an average of 400K transactions \/ 10M EUR per month. We are specialized into alternate payment solutions. We offer online merchants more than 150 local-billing solutions in nearly 50 countries including mature markets and emerging countries. Our typical merchants already have a PSP for credit card transactions and implement us as a complement gateway to offer alternate local solutions and cover countries where credit card under-performs (typically LatAm). "
+ "en": " Billing-united.com is one of the leaders of online content monetization. We process an average of 400K transactions / 10M EUR per month. We are specialized into alternate payment solutions. We offer online merchants more than 150 local-billing solutions in nearly 50 countries including mature markets and emerging countries. Our typical merchants already have a PSP for credit card transactions and implement us as a complement gateway to offer alternate local solutions and cover countries where credit card under-performs (typically LatAm). "
}
},
{
@@ -5863,7 +5931,9 @@
"street": " Za Kasárňou 1831 03 BratislavaSlovakia "
},
"name": {
- "en": "TrustPay"
+ "en": "finby",
+ "ru": "finby",
+ "uk": "finby"
},
"description": {
"en": " The main services include card payment processing from all over the world and processing of instant bank tranfers from over 37 banks in Europe. TrustPay is licensed and regulated by National Bank of Slovakia. The license is passported throughout the entire European Economic Area. TrustPay is a member of SWIFT and principal member of Mastercard, VISA and UnionPay. "
@@ -5873,7 +5943,7 @@
"code": "ccnow",
"status": "active",
"links": {
- "website": "http:\/\/www.ccnow.com"
+ "website": "http://www.ccnow.com"
},
"contacts": {
"email": "support@ccnow.com",
@@ -6000,18 +6070,23 @@
"CH",
"AE"
],
+ "links": {
+ "website": "https://cardinity.com/"
+ },
"contacts": {
"email": "info@cardinity.lt",
"phone": "+44 2035 144 748"
},
"address": {
- "street": " Saulėtekio al. 15 VilniusLithuania "
+ "street": "Saulėtekio al. 15 VilniusLithuania"
},
"name": {
- "en": "Cardinity"
+ "en": "Nomupay",
+ "ru": "Nomupay",
+ "uk": "Nomupay"
},
"description": {
- "en": " Cardinity service is provided by UAB Click2Sell company, regulated by the central bank and card associations. With Cardinity you are not only getting the job done (accepting credit and debit cards), but also cutting your procedural costs and optimizing your payment cycles. "
+ "en": "Cardinity service is provided by UAB Click2Sell company, regulated by the central bank and card associations. With Cardinity you are not only getting the job done (accepting credit and debit cards), but also cutting your procedural costs and optimizing your payment cycles."
}
},
{
@@ -6067,7 +6142,7 @@
"AE"
],
"links": {
- "website": "https:\/\/www.paymill.com"
+ "website": "https://www.paymill.com"
},
"contacts": {
"email": "support@paymill.de",
@@ -6097,7 +6172,7 @@
"en": "IPAYMU"
},
"description": {
- "en": " IPAYMU is a full service Merchant Service Provider in Indonesia. IPAYMU offers online payment solutions that include e-commerce functionality for the retail trade. IPAYMU has integrated tools for e-commerce that you need as a means of online payment such as debit cards, credit cards and even cash withdrawals and remittances . IPAYMU minimizes the required knowledge of online business applications easily and without programming , can have their own online payment system in the website business. IPAYMU provides a product that is an integration of three separate businesses into one company: e-commerce solutions , payment gateway \/ payment business network and merchant services business. "
+ "en": " IPAYMU is a full service Merchant Service Provider in Indonesia. IPAYMU offers online payment solutions that include e-commerce functionality for the retail trade. IPAYMU has integrated tools for e-commerce that you need as a means of online payment such as debit cards, credit cards and even cash withdrawals and remittances . IPAYMU minimizes the required knowledge of online business applications easily and without programming , can have their own online payment system in the website business. IPAYMU provides a product that is an integration of three separate businesses into one company: e-commerce solutions , payment gateway / payment business network and merchant services business. "
}
},
{
@@ -6250,7 +6325,7 @@
"code": "yandex",
"status": "active",
"links": {
- "website": "https:\/\/yandex.ru"
+ "website": "https://yandex.ru"
},
"name": {
"en": "Yandex",
@@ -6345,7 +6420,7 @@
"en": "ImGlobal Payments"
},
"description": {
- "en": " ImGlobal Payments is a Merchant Services Provider for businesses that require credit & debit card processing services to accept payments for eCommerce and MOTO - Mail order\/Telephone order businesses. Established in 1999, ImGlobal Payments success can be measured by the satisfaction of our merchants that choose ImGlobal Payments for its outstanding merchant service and support which is the backbone of our reliable service. ImGlobal Payments is able to out-bid and out-perform our competitors in the merchant service industry as we work closely with our merchants from the beginning by providing them the best solution for there specific business. We do make it easy to work with us. ImGlobal Payments offers merchant and payment processing solutions that lead your business to the web, Safely. "
+ "en": " ImGlobal Payments is a Merchant Services Provider for businesses that require credit & debit card processing services to accept payments for eCommerce and MOTO - Mail order/Telephone order businesses. Established in 1999, ImGlobal Payments success can be measured by the satisfaction of our merchants that choose ImGlobal Payments for its outstanding merchant service and support which is the backbone of our reliable service. ImGlobal Payments is able to out-bid and out-perform our competitors in the merchant service industry as we work closely with our merchants from the beginning by providing them the best solution for there specific business. We do make it easy to work with us. ImGlobal Payments offers merchant and payment processing solutions that lead your business to the web, Safely. "
}
},
{
@@ -6425,6 +6500,15 @@
"en": "Payshop"
}
},
+ {
+ "code": "bizum",
+ "status": "active",
+ "name": {
+ "en": "Bizum",
+ "ru": "Bizum",
+ "uk": "Bizum"
+ }
+ },
{
"code": "tcb",
"status": "active",
@@ -6535,7 +6619,7 @@
"code": "wmt24.ru",
"status": "active",
"links": {
- "website": "https:\/\/wmt24.ru"
+ "website": "https://wmt24.ru"
},
"name": {
"en": "Wmt24"
@@ -6544,13 +6628,19 @@
{
"code": "platon",
"status": "active",
- "links": {
- "website": "https://platon.ua/"
- },
"name": {
- "en": "PSP Platon",
- "ru": "PSP Platon",
- "uk": "PSP Platon"
+ "en": "TrustyPay",
+ "ru": "TrustyPay",
+ "uk": "TrustyPay"
+ }
+ },
+ {
+ "code": "trustypay",
+ "status": "active",
+ "name": {
+ "en": "TrustyPay",
+ "ru": "TrustyPay",
+ "uk": "TrustyPay"
}
},
{
@@ -6581,7 +6671,7 @@
"code": "24bestex",
"status": "active",
"links": {
- "website": "https:\/\/24bestex.com\/"
+ "website": "https://24bestex.com/"
},
"name": {
"en": "24bestex.com"
@@ -6606,7 +6696,7 @@
"code": "spasibo.kz",
"status": "active",
"links": {
- "website": "http:\/\/spasibo.kz\/"
+ "website": "http://spasibo.kz/"
},
"name": {
"en": "Spasibo"
@@ -6616,7 +6706,7 @@
"code": "hipay",
"status": "active",
"links": {
- "website": "https:\/\/hipay.com\/en\/"
+ "website": "https://hipay.com/en/"
},
"contacts": {
"email": "contact@hipay.com",
@@ -6664,14 +6754,14 @@
"phone": "+ 32 2 429 81 60"
},
"name": {
- "en": "KBC \/ CBC Online"
+ "en": "KBC / CBC Online"
}
},
{
"code": "ultragold.org",
"status": "active",
"links": {
- "website": "https:\/\/ultragold.org"
+ "website": "https://ultragold.org"
},
"name": {
"en": "ultragold.org"
@@ -6727,7 +6817,7 @@
"AE"
],
"links": {
- "website": "https:\/\/www.magnius.com\/nl\/"
+ "website": "https://www.magnius.com/nl/"
},
"contacts": {
"email": "info@magnius.com",
@@ -6914,7 +7004,7 @@
"code": "e-dengi.org",
"status": "active",
"links": {
- "website": "http:\/\/e-dengi.org"
+ "website": "http://e-dengi.org"
},
"name": {
"en": "E-Dengi"
@@ -6994,47 +7084,6 @@
"en": " PayGarden grows your revenue by opening the door to customers who would not pay with a credit card. PayGarden works with leading gift card networks so that you can accept payments from gift cards from hundreds of top brands. From clothing, to electronics retailers, to coffee brands, PayGarden gives you the widest reach into unused gift cards. PayGarden helps you do business with the 26% of adult Americans who do not have a credit card. Many of these people are currently unable to pay for services online. PayGarden's gift card payment option gives you a way to reach a new set of customers. "
}
},
- {
- "code": "trustly",
- "status": "active",
- "countries": [
- "AU",
- "BE",
- "BG",
- "HR",
- "CY",
- "CZ",
- "DK",
- "EE",
- "FJ",
- "FR",
- "DE",
- "GR",
- "HU",
- "IS",
- "IT",
- "LV",
- "LT",
- "LU",
- "ML",
- "NL",
- "NO",
- "AX",
- "PT",
- "RO",
- "SK",
- "ES",
- "SE",
- "AE"
- ],
- "contacts": {
- "email": "peter.hagelin@trustly.com",
- "phone": "+46733122195"
- },
- "name": {
- "en": "Trustly"
- }
- },
{
"code": "gcashwallet",
"status": "active",
@@ -7101,13 +7150,13 @@
"code": "indiapay",
"status": "active",
"address": {
- "street": " Suite 422\/423, Unique, Twin Tower Lane, Opp Siddhivinayak Temple, Prabhadevi400025 MumbaiIndia "
+ "street": " Suite 422/423, Unique, Twin Tower Lane, Opp Siddhivinayak Temple, Prabhadevi400025 MumbaiIndia "
},
"name": {
"en": "IndiaPay"
},
"description": {
- "en": " IndiaPay Payment Engine Launched in India â?? An enterprise-wide payment processing platform for routing commercial payments between buyers, suppliers and their financial institutions. The IndiaPay Payment Engine is a comprehensive, end-to-end, modular solution that offers several key features, including immediate paper check truncation with straight through processing from merchantâ??s counter top, which can enhance security and control for financial institutions and their corporate customers. Check Truncation at Merchantâ??s Location IndiaPay offers banks and their corporate customers a bevy of top-rate products. We have an answer to every prospectâ??s painâ?¦ and now so will you. From Check conversion to image encryption and transmission, we really have what it takes to process paper checks at electronic speed and get money faster. Through years of experience in the check industry we recognized that by using latest technology available, we can reduce delays, provide maximum efficiency and instant settlement results to the parties involved in check payments. IndiaPay has created a check truncation program that is a comprehensive answer to make the whole payment collection by check process faster, efficient and fraud safe. In addition to collecting and presenting checks to the CTS, our platform provides back end capabilities to the presenting banks and corporation to precisely comply with all RBI norms and regulations. Comprehensive Credit\/Debit\/Cash Card Processing Saves businesses the expensive and difficulty of implementing a turnkey payment processing solution. IndiaPay Platform provides all the service and functionality a business needs to start accepting credit\/debit and prepaid cards at the store through POS (Point of Sale Terminal) , online, through mobile and through IVR. Rapid Payment Processing Delivers instantaneous payment processing to maximize sales opportunities and customer satisfaction. Accept all major Credit\/Debit\/Cash cards. Visa, MasterCard, American Express, Diners Club and JCB. By accepting all major credit cards your business can increase its sales potential. You can also accept different prepaid cards. Online Merchant Center IndiaPay Online Merchant Center provides enterprise back-office services featuring robust reporting and utility options. IndiaPay provides businesses the tool they need to effectively manage their online business. Industrial-strength security screening Ensures customers 100% online purchasing security over secure socket layer (SSL) or dedicated lease line. Fraud & Risk Management Customizable fraud and risk management system that allows businesses to employ an optimal level of protection for their business. The result is maximized sales and minimized risk. Excellent World Class Support from Industry Leaders IndiaPay provides advanced and reliable client support with signed SLAs. IndiaPay gives businesses the personal attention and responsiveness they need to succeed online. Financial Services Benefits Financial institutions that process payments with the new platform can enjoy automated payments with straight through processing, decreased paper check processing costs, automated reconciliation via enhanced remittance information for common payment types and preference among buyers that pay electronically. Corporate customers that rely on IndiaPay Payment Engine can drive efficiencies by streamlining their payment options, integrating with existing accounts payable processes and can save money by enabling one connection. The modular nature of the IndiaPay Payment Engine will provide financial institutions with an enterprise-wide electronic solution that they can re-brand and make available to their corporate customers, or integrate into their current product offerings to enhance their functionality and efficiency. This can enable them to increase payment volumes without building infrastructure, potentially grow profits with additional fees, deepen customer relationships and differentiate from the competition. "
+ "en": " IndiaPay Payment Engine Launched in India â?? An enterprise-wide payment processing platform for routing commercial payments between buyers, suppliers and their financial institutions. The IndiaPay Payment Engine is a comprehensive, end-to-end, modular solution that offers several key features, including immediate paper check truncation with straight through processing from merchantâ??s counter top, which can enhance security and control for financial institutions and their corporate customers. Check Truncation at Merchantâ??s Location IndiaPay offers banks and their corporate customers a bevy of top-rate products. We have an answer to every prospectâ??s painâ?¦ and now so will you. From Check conversion to image encryption and transmission, we really have what it takes to process paper checks at electronic speed and get money faster. Through years of experience in the check industry we recognized that by using latest technology available, we can reduce delays, provide maximum efficiency and instant settlement results to the parties involved in check payments. IndiaPay has created a check truncation program that is a comprehensive answer to make the whole payment collection by check process faster, efficient and fraud safe. In addition to collecting and presenting checks to the CTS, our platform provides back end capabilities to the presenting banks and corporation to precisely comply with all RBI norms and regulations. Comprehensive Credit/Debit/Cash Card Processing Saves businesses the expensive and difficulty of implementing a turnkey payment processing solution. IndiaPay Platform provides all the service and functionality a business needs to start accepting credit/debit and prepaid cards at the store through POS (Point of Sale Terminal) , online, through mobile and through IVR. Rapid Payment Processing Delivers instantaneous payment processing to maximize sales opportunities and customer satisfaction. Accept all major Credit/Debit/Cash cards. Visa, MasterCard, American Express, Diners Club and JCB. By accepting all major credit cards your business can increase its sales potential. You can also accept different prepaid cards. Online Merchant Center IndiaPay Online Merchant Center provides enterprise back-office services featuring robust reporting and utility options. IndiaPay provides businesses the tool they need to effectively manage their online business. Industrial-strength security screening Ensures customers 100% online purchasing security over secure socket layer (SSL) or dedicated lease line. Fraud & Risk Management Customizable fraud and risk management system that allows businesses to employ an optimal level of protection for their business. The result is maximized sales and minimized risk. Excellent World Class Support from Industry Leaders IndiaPay provides advanced and reliable client support with signed SLAs. IndiaPay gives businesses the personal attention and responsiveness they need to succeed online. Financial Services Benefits Financial institutions that process payments with the new platform can enjoy automated payments with straight through processing, decreased paper check processing costs, automated reconciliation via enhanced remittance information for common payment types and preference among buyers that pay electronically. Corporate customers that rely on IndiaPay Payment Engine can drive efficiencies by streamlining their payment options, integrating with existing accounts payable processes and can save money by enabling one connection. The modular nature of the IndiaPay Payment Engine will provide financial institutions with an enterprise-wide electronic solution that they can re-brand and make available to their corporate customers, or integrate into their current product offerings to enhance their functionality and efficiency. This can enable them to increase payment volumes without building infrastructure, potentially grow profits with additional fees, deepen customer relationships and differentiate from the competition. "
}
},
{
@@ -7188,7 +7237,9 @@
"street": " 1–3 Severo-Syretskaya St04136 KievUkraine "
},
"name": {
- "en": "Portmone.com"
+ "en": "Portmone",
+ "ru": "Portmone",
+ "uk": "Portmone"
},
"description": {
"en": " If you plan to sell goods or services online, «Portmone» will offer you a reliable and safe payment tool. It can be used by your customers, who have different payment cards. "
@@ -7219,7 +7270,7 @@
"address": {
"country": "Ukraine",
"city": "Сімферополь",
- "street": "бул.Леніна, 15\/1"
+ "street": "бул.Леніна, 15/1"
},
"name": {
"en": "Кримська філія Публічного акціонерного товариства 'Акціонерний банк 'Експрес-Банк'"
@@ -7263,7 +7314,7 @@
"NL"
],
"links": {
- "website": "http:\/\/www.sisow.nl"
+ "website": "http://www.sisow.nl"
},
"contacts": {
"email": "info@sisow.nl",
@@ -7343,11 +7394,21 @@
"en": "ТОВ 'СТАНДАРД ФІНАНС ГРУПП'"
}
},
+ {
+ "code": "standard_chartered_bank",
+ "status": "active",
+ "name": {
+ "en": "Standard Chartered Bank"
+ },
+ "links": {
+ "website": "https://www.sc.com/en"
+ }
+ },
{
"code": "securenetllc",
"status": "active",
"links": {
- "website": "http:\/\/www.securenet.com"
+ "website": "http://www.securenet.com"
},
"address": {
"street": " 12357 Riata Trace Parkway Building 6, Suite 15078727 TexasUnited States of America "
@@ -7363,7 +7424,7 @@
"code": "klarna",
"status": "active",
"links": {
- "website": "https:\/\/klarna.com"
+ "website": "https://klarna.com"
},
"countries": [
"AU",
@@ -7406,7 +7467,7 @@
"address": {
"country": "Ukraine",
"city": "Львів",
- "street": "вул. Котлярська, 2\/2"
+ "street": "вул. Котлярська, 2/2"
},
"name": {
"en": "Перша філія ПрАТ 'Українська фінансова група' у м. Львів"
@@ -7480,7 +7541,7 @@
"address": {
"country": "Ukraine",
"city": "Ужгород",
- "street": "вул. Минайська, 11\/2"
+ "street": "вул. Минайська, 11/2"
},
"name": {
"en": "Закарпатська обласна філія ПрАТ 'Українська фінансова група'"
@@ -7577,7 +7638,7 @@
"address": {
"country": "Ukraine",
"city": "Київ",
- "street": "вулиця Васильківська, будинок 15\/14"
+ "street": "вулиця Васильківська, будинок 15/14"
},
"name": {
"en": "ТОВ 'ФІНІНСОВА КОМПАНІЯ 'ГОЛДЕН ГРУПП'"
@@ -7587,7 +7648,7 @@
"code": "paymentnetworks",
"status": "active",
"links": {
- "website": "https:\/\/www.paymentnetworks.com"
+ "website": "https://www.paymentnetworks.com"
},
"contacts": {
"phone": "+65 31635272",
@@ -7607,7 +7668,7 @@
"code": "simplex",
"status": "active",
"links": {
- "website": "https:\/\/simplex.com"
+ "website": "https://simplex.com"
},
"contacts": {
"email": "support@simplex.com"
@@ -7633,10 +7694,10 @@
"street": " 2 Seething Lane, 7th Floor, EC3N 4AT, London, United Kingdom "
},
"name": {
- "en": "Unlimint"
+ "en": "Unlimit"
},
"description": {
- "en": " Unlimint not only provides card processing, it offers thousands of alternative payment methods. All of these are to make sure that you’ll be able to serve your customers anywhere in the world, even where plastic cards aren’t widespread. "
+ "en": " Unlimit not only provides card processing, it offers thousands of alternative payment methods. All of these are to make sure that you’ll be able to serve your customers anywhere in the world, even where plastic cards aren’t widespread. "
}
},
{
@@ -7658,7 +7719,7 @@
"address": {
"country": "Ukraine",
"city": "Хмельницький",
- "street": "вул. Проскурівська, 107\/2"
+ "street": "вул. Проскурівська, 107/2"
},
"name": {
"en": "Хмельницька обласна філія ПрАТ 'Українська фінансова група'"
@@ -7715,7 +7776,7 @@
"AE"
],
"links": {
- "website": "http:\/\/www.dalpay.is"
+ "website": "http://www.dalpay.is"
},
"contacts": {
"phone": "+354 412 2600"
@@ -7734,10 +7795,12 @@
"code": "eupaymentz",
"status": "active",
"links": {
- "website": "http:\/\/www.eupaymentz.com"
+ "website": "http://www.eupaymentz.com"
},
"name": {
- "en": "EUPaymentz.com"
+ "en": "EU Paymentz",
+ "ru": "EU Paymentz",
+ "uk": "EU Paymentz"
},
"description": {
"en": " EU Paymentz is a payment processing company focused on providing reliable high risk payment processing solutions. Based in Eastern Europe, EU Payments is strategically located to work with many banks based locally in Europe and throughout Asia. Our offices are located in Serbia comprised of a payment processing team from the United States. "
@@ -7753,7 +7816,7 @@
"CH"
],
"links": {
- "website": "https:\/\/www.ccv.nl\/product\/online"
+ "website": "https://www.ccv.nl/product/online"
},
"contacts": {
"phone": "088 990 7700"
@@ -7788,7 +7851,7 @@
"code": "abilipay",
"status": "active",
"links": {
- "website": "https:\/\/www.abilipay.de"
+ "website": "https://www.abilipay.de"
},
"contacts": {
"email": "info@abilipay.de",
@@ -7909,7 +7972,7 @@
"code": "bazarmoney.ru",
"status": "active",
"links": {
- "website": "http:\/\/bazarmoney.ru\/"
+ "website": "http://bazarmoney.ru/"
},
"name": {
"en": "BazarMoney"
@@ -8363,14 +8426,14 @@
"en": " Dotpay Service (up till January 2008 has been run under the name of AllPay) belongs to Dotpay S.A. Dotpay has been on the market since 2000 and is an indisputable leader on the European market among companies dealing with financial services (financial services agency) within e-transfers between a merchant and a customer in the Internet. Dotpay has been chosen by a few thousand companies due to its a few-year experience on a demanding market, a stable financial situation, great experience, usage of the latest technical solutions, as well as strict security solutions and a wide range of services. "
},
"links": {
- "website": "https:\/\/dotpay.pl/"
+ "website": "https://dotpay.pl/"
}
},
{
"code": "tpaycom",
"status": "active",
"address": {
- "street": " ul. Św. Marcin 73\/661-808 PoznanPoland "
+ "street": " ul. Św. Marcin 73/661-808 PoznanPoland "
},
"name": {
"en": "tpay.com"
@@ -8439,7 +8502,7 @@
"address": {
"country": "Ukraine",
"city": "Чортків",
- "street": "вул. С.Бандери, 9\/2"
+ "street": "вул. С.Бандери, 9/2"
},
"name": {
"en": "Тернопільська філія ПрАТ 'Українська фінансова група'"
@@ -8553,7 +8616,7 @@
"address": {
"country": "Ukraine",
"city": "Миколаїв",
- "street": "пр. Леніна, 22\/2"
+ "street": "пр. Леніна, 22/2"
},
"name": {
"en": "Перша філія ПрАТ 'Українська фінансова група' у м. Миколаїв"
@@ -8742,7 +8805,7 @@
"en": "Paybox by Verifone"
},
"description": {
- "en": " Paybox by Verifone has been present in the e-commerce market since 1999, a must-have solution, which is a true virtual electronic payment terminal, specially designed to accept online payments. A multi-channel solution: E-commerce \/ Distance selling \/ Local payments (physical electronic payment terminals) Apart from e-commerce, Paybox by Verifone has developed a secure platform for processing electronic payments from a range of sales channels. "
+ "en": " Paybox by Verifone has been present in the e-commerce market since 1999, a must-have solution, which is a true virtual electronic payment terminal, specially designed to accept online payments. A multi-channel solution: E-commerce / Distance selling / Local payments (physical electronic payment terminals) Apart from e-commerce, Paybox by Verifone has developed a secure platform for processing electronic payments from a range of sales channels. "
}
},
{
@@ -8809,7 +8872,7 @@
],
"contacts": {
"email": "info@eftglobal.com",
- "phone": "+ 356 2713 1565 \/ +356 2759 3444"
+ "phone": "+ 356 2713 1565 / +356 2759 3444"
},
"address": {
"street": " Flat 13, Mirage Court, Triq Ghar Il-Lembi SliemaMalta "
@@ -8831,7 +8894,7 @@
"en": "UniversePay"
},
"description": {
- "en": " UniversePay – intelligent solutions in the field of e-commerce. We offer the latest technology and safety solutions, system multi-functionality, 24\/7 IT support, and a wide range of payment methods: MasterCard, VISA, American Express, China Union Pay, e-wallets "
+ "en": " UniversePay – intelligent solutions in the field of e-commerce. We offer the latest technology and safety solutions, system multi-functionality, 24/7 IT support, and a wide range of payment methods: MasterCard, VISA, American Express, China Union Pay, e-wallets "
}
},
{
@@ -8890,7 +8953,7 @@
"address": {
"country": "Ukraine",
"city": "Київ",
- "street": "вул. Бастіонна, буд.1\/36"
+ "street": "вул. Бастіонна, буд.1/36"
},
"name": {
"en": "ПАТ 'КОМЕРЦІЙНИЙ БАНК 'ПРЕМІУМ'"
@@ -8923,7 +8986,7 @@
"en": "Oonex"
},
"description": {
- "en": " Oonex is an Internet Payment Service Provider \/ Payment Facilitator and can offer to merchants a complete solution for payments acceptance. "
+ "en": " Oonex is an Internet Payment Service Provider / Payment Facilitator and can offer to merchants a complete solution for payments acceptance. "
}
},
{
@@ -8976,7 +9039,7 @@
"address": {
"country": "Ukraine",
"city": "Київ",
- "street": "вул. Вишгородська, 45\/2 (літера 'А')"
+ "street": "вул. Вишгородська, 45/2 (літера 'А')"
},
"name": {
"en": "ПАТ 'СМАРТБАНК'"
@@ -9028,8 +9091,13 @@
{
"code": "inpay",
"status": "active",
+ "links": {
+ "website": "https://www.inpay.com/"
+ },
"name": {
- "en": "inpay"
+ "en": "inpay",
+ "ru": "inpay",
+ "uk": "inpay"
}
},
{
@@ -9128,7 +9196,7 @@
"fax": "-"
},
"address": {
- "street": " Dallas\/Fort WorthDallas\/Fort WorthUnited States of America "
+ "street": " Dallas/Fort WorthDallas/Fort WorthUnited States of America "
},
"name": {
"en": "Check Process"
@@ -9281,7 +9349,7 @@
"UM"
],
"links": {
- "website": "http:\/\/www.worldpay.com\/global"
+ "website": "http://www.worldpay.com/global"
},
"address": {
"street": " The Walbrook Building, 25 WalbrookEC4N 8AF LondonLondonUnited Kingdom "
@@ -9536,7 +9604,7 @@
"VE"
],
"links": {
- "website": "https:\/\/www.heidelpay.de"
+ "website": "https://www.heidelpay.de"
},
"contacts": {
"email": "info@heidelpay.de",
@@ -9621,7 +9689,7 @@
"code": "money-exchange.ua",
"status": "active",
"links": {
- "website": "http:\/\/money-exchange.com.ua"
+ "website": "http://money-exchange.com.ua"
},
"name": {
"en": "Money-Exchange"
@@ -9631,7 +9699,7 @@
"code": "exchange.ermoney",
"status": "active",
"links": {
- "website": "http:\/\/exchange.ermoney.com\/"
+ "website": "http://exchange.ermoney.com/"
},
"name": {
"en": "Ermoney"
@@ -9641,7 +9709,7 @@
"code": "p2pchange.is",
"status": "active",
"links": {
- "website": "https:\/\/p2pchange.is"
+ "website": "https://p2pchange.is"
},
"name": {
"en": "P2PChange"
@@ -9651,7 +9719,7 @@
"code": "pm-obmen.tv",
"status": "active",
"links": {
- "website": "https:\/\/pm-obmen.tv"
+ "website": "https://pm-obmen.tv"
},
"name": {
"en": "PM-Obmen"
@@ -9661,7 +9729,7 @@
"code": "paspar.net",
"status": "active",
"links": {
- "website": "http:\/\/paspar.net\/"
+ "website": "http://paspar.net/"
},
"name": {
"en": "Paspar"
@@ -9671,7 +9739,7 @@
"code": "rapid-obmen",
"status": "active",
"links": {
- "website": "https:\/\/rapid-obmen.com\/"
+ "website": "https://rapid-obmen.com/"
},
"name": {
"en": "Rapid-Obmen"
@@ -9692,7 +9760,7 @@
"code": "ok-exchange.ru",
"status": "active",
"links": {
- "website": "https:\/\/ok-exchange.ru"
+ "website": "https://ok-exchange.ru"
},
"name": {
"en": "OK-Exchange"
@@ -9702,7 +9770,7 @@
"code": "qipri",
"status": "active",
"links": {
- "website": "http:\/\/qipri.com\/"
+ "website": "http://qipri.com/"
},
"name": {
"en": "Qipri"
@@ -9712,7 +9780,7 @@
"code": "vbchange.ru",
"status": "active",
"links": {
- "website": "http:\/\/vbchange.ru\/"
+ "website": "http://vbchange.ru/"
},
"name": {
"en": "vbchange"
@@ -9722,7 +9790,7 @@
"code": "bitcoin-obmen",
"status": "active",
"links": {
- "website": "https:\/\/bitcoin-obmen.com\/"
+ "website": "https://bitcoin-obmen.com/"
},
"name": {
"en": "Bitcoin-Obmen"
@@ -9732,7 +9800,7 @@
"code": "advex",
"status": "active",
"links": {
- "website": "https:\/\/advex.com"
+ "website": "https://advex.com"
},
"name": {
"en": "advex.com"
@@ -9742,7 +9810,7 @@
"code": "f1ex",
"status": "active",
"links": {
- "website": "https:\/\/f1ex.com"
+ "website": "https://f1ex.com"
},
"name": {
"en": "F1Ex"
@@ -9752,7 +9820,7 @@
"code": "exchangebox.biz",
"status": "active",
"links": {
- "website": "http:\/\/exchangebox.biz\/"
+ "website": "http://exchangebox.biz/"
},
"name": {
"en": "exchangebox.biz"
@@ -9762,7 +9830,7 @@
"code": "btc-obmenka",
"status": "active",
"links": {
- "website": "https:\/\/btc-obmenka.com\/"
+ "website": "https://btc-obmenka.com/"
},
"name": {
"en": "btc-obmenka"
@@ -9772,7 +9840,7 @@
"code": "fastchange.cc",
"status": "active",
"links": {
- "website": "https:\/\/fastchange.cc\/"
+ "website": "https://fastchange.cc/"
},
"name": {
"en": "FastChange"
@@ -9782,7 +9850,7 @@
"code": "paytochina",
"status": "active",
"links": {
- "website": "https:\/\/paytochina.com\/"
+ "website": "https://paytochina.com/"
},
"name": {
"en": "PayToChina.com"
@@ -9814,7 +9882,7 @@
"address": {
"country": "Ukraine",
"city": "Київ",
- "street": "Вул.Новозабарська,2\/6"
+ "street": "Вул.Новозабарська,2/6"
},
"name": {
"en": "Товариство з Обмеженою відповідальністю 'АЙ ТІ ФІНАНС'"
@@ -10048,7 +10116,7 @@
"en": "Meikopay"
},
"description": {
- "en": " -One of the Chinese biggest PSPs with largest cross border payment turnover-Connect directly with acquiring banks-7\/24 customer support team-White label gateway and merchant back-office available-Merchant account set up within 48 hours-Professional risk control team and advanced anti-fraud system "
+ "en": " -One of the Chinese biggest PSPs with largest cross border payment turnover-Connect directly with acquiring banks-7/24 customer support team-White label gateway and merchant back-office available-Merchant account set up within 48 hours-Professional risk control team and advanced anti-fraud system "
}
},
{
@@ -10091,12 +10159,24 @@
"address": {
"country": "Ukraine",
"city": "Київ",
- "street": "провулок Рильський, будинок 10-12\/3"
+ "street": "провулок Рильський, будинок 10-12/3"
},
"name": {
"en": "ПАТ 'БАНК МИХАЙЛІВСЬКИЙ'"
}
},
+ {
+ "code": "todapay",
+ "status": "active",
+ "links": {
+ "website": "https://todapay.com/"
+ },
+ "name": {
+ "en": "TODA Pay",
+ "ru": "TODA Pay",
+ "uk": "TODA Pay"
+ }
+ },
{
"code": "tov_finod",
"status": "active",
@@ -10113,8 +10193,8 @@
"code": "interkassa",
"status": "active",
"links": {
- "website": "https:\/\/www.interkassa.com\/",
- "blog": "https:\/\/www.interkassa.com\/blog\/"
+ "website": "https://www.interkassa.com/",
+ "blog": "https://www.interkassa.com/blog/"
},
"contacts": {
"email": "support@interkassa.com"
@@ -10127,6 +10207,30 @@
"en": "Interkassa"
}
},
+ {
+ "code": "unityfinance",
+ "status": "active",
+ "links": {
+ "website": "https://unityfinance.com/"
+ },
+ "name": {
+ "en": "UnityFinance",
+ "ru": "UnityFinance",
+ "uk": "UnityFinance"
+ }
+ },
+ {
+ "code": "convergegate",
+ "status": "active",
+ "links": {
+ "website": "https://convergegate.com/"
+ },
+ "name": {
+ "en": "Converge Gate",
+ "ru": "Converge Gate",
+ "uk": "Converge Gate"
+ }
+ },
{
"code": "tov_fk_absolyut_finans_grup",
"status": "active",
@@ -10220,13 +10324,6 @@
"en": "ПАТ 'Платинум Банк'"
}
},
- {
- "code": "paypal",
- "status": "active",
- "name": {
- "en": "PayPal"
- }
- },
{
"code": "elavoneu",
"status": "active",
@@ -10311,7 +10408,7 @@
"code": "wmchange24.net",
"status": "active",
"links": {
- "website": "https:\/\/wmchange24.net"
+ "website": "https://wmchange24.net"
},
"name": {
"en": "WMChange24"
@@ -10321,7 +10418,7 @@
"code": "savechange.ru",
"status": "active",
"links": {
- "website": "https:\/\/savechange.ru"
+ "website": "https://savechange.ru"
},
"name": {
"en": "SaveChange"
@@ -10351,7 +10448,7 @@
"ES"
],
"links": {
- "website": "https:\/\/www.lemonway.com"
+ "website": "https://www.lemonway.com"
},
"contacts": {
"email": "support@lemonway.com",
@@ -10364,7 +10461,7 @@
"en": "Lemon Way"
},
"description": {
- "en": " Lemon Way is a Payment Institution dedicated to E-commerce websites, CrowdFunding platforms, Marketplaces and FinTech companies looking for payment processing, wallet management and third-party payment in a KYC\/AML-regulated framework. 600 European companies use its service, generating a yearly cash flow of €700m (est. 2016). "
+ "en": " Lemon Way is a Payment Institution dedicated to E-commerce websites, CrowdFunding platforms, Marketplaces and FinTech companies looking for payment processing, wallet management and third-party payment in a KYC/AML-regulated framework. 600 European companies use its service, generating a yearly cash flow of €700m (est. 2016). "
}
},
{
@@ -10424,7 +10521,7 @@
"address": {
"country": "Ukraine",
"city": "Одеса",
- "street": "вул. Велика Арнаутська, 72\/74"
+ "street": "вул. Велика Арнаутська, 72/74"
},
"name": {
"en": "Одеська обласна дирекція Публічного акціонерного товариства 'Райффайзен Банк Аваль'"
@@ -10523,7 +10620,7 @@
"code": "obmenka24.ru",
"status": "active",
"links": {
- "website": "https:\/\/obmenka24.ru\/"
+ "website": "https://obmenka24.ru/"
},
"name": {
"en": "Obmenka24"
@@ -10543,7 +10640,7 @@
"en": "Beanstream"
},
"description": {
- "en": " Beanstream Internet Commerce is an online payment gateway and merchant account provider with offices in the United States and Canada. Beanstream is the payment gateway of choice for some of North America's largest enterprises and an integrated partner to many leading shopping carts. In addition to its core gateway services, Beanstream offers a variety of risk management tools and direct debit\/direct payment processing solutions. Services available in up to 150 currencies. "
+ "en": " Beanstream Internet Commerce is an online payment gateway and merchant account provider with offices in the United States and Canada. Beanstream is the payment gateway of choice for some of North America's largest enterprises and an integrated partner to many leading shopping carts. In addition to its core gateway services, Beanstream offers a variety of risk management tools and direct debit/direct payment processing solutions. Services available in up to 150 currencies. "
}
},
{
@@ -10564,7 +10661,7 @@
"address": {
"country": "Ukraine",
"city": "Iвано-Франківськ",
- "street": "вул. Привокзальна, 9\/1"
+ "street": "вул. Привокзальна, 9/1"
},
"name": {
"en": "Перша філія ПрАТ 'Українська фінансова група' у м. Івано-Франківськ"
@@ -10606,9 +10703,9 @@
},
{
"code": "platron",
- "status": "active",
+ "status": "deprecated",
"address": {
- "street": " Tverskaya st 9\/7 MoscowRussian Federation "
+ "street": " Tverskaya st 9/7 MoscowRussian Federation "
},
"name": {
"en": "Platron"
@@ -10665,7 +10762,7 @@
"address": {
"country": "Ukraine",
"city": "Кременчук",
- "street": "вул. Леніна, 22\/19"
+ "street": "вул. Леніна, 22/19"
},
"name": {
"en": "Філія ПрАТ 'Українська фінансова група' у м. Кременчук"
@@ -10681,7 +10778,7 @@
"address": {
"country": "Ukraine",
"city": "Одеса",
- "street": "вул. Щорса, 125\/1, 49094, м. Дніпропетровськ, вул. Набережна Перемоги, 30"
+ "street": "вул. Щорса, 125/1, 49094, м. Дніпропетровськ, вул. Набережна Перемоги, 30"
},
"name": {
"en": "ФІЛІЯ 'ЮЖНЕ ГОЛОВНЕ РЕГІОНАЛЬНЕ УПРАВЛІННЯ' ПАТ КОМЕРЦІЙНОГО БАНКУ 'ПРИВАТБАНК'"
@@ -10774,7 +10871,7 @@
"code": "iyzipayments",
"status": "active",
"links": {
- "website": "https:\/\/www.iyzico.com\/en"
+ "website": "https://www.iyzico.com/en"
},
"contacts": {
"email": "info@iyzico.com",
@@ -10817,7 +10914,7 @@
"code": "sbitcoin.ru",
"status": "active",
"links": {
- "website": "https:\/\/sbitcoin.ru\/"
+ "website": "https://sbitcoin.ru/"
},
"name": {
"en": "SBitcoin"
@@ -10827,7 +10924,7 @@
"code": "byware.net",
"status": "active",
"links": {
- "website": "https:\/\/byware.net\/"
+ "website": "https://byware.net/"
},
"name": {
"en": "Byware"
@@ -10837,7 +10934,7 @@
"code": "your-coins",
"status": "active",
"links": {
- "website": "https:\/\/your-coins.com\/"
+ "website": "https://your-coins.com/"
},
"name": {
"en": "your-coins"
@@ -10853,7 +10950,7 @@
"address": {
"country": "Ukraine",
"city": "Хмельницький",
- "street": "вул. Прибузька 14\/1"
+ "street": "вул. Прибузька 14/1"
},
"name": {
"en": "Філія ПАТ 'Державний експортно-імпортний банк України' в м.Хмельницькому"
@@ -10869,7 +10966,7 @@
"address": {
"country": "Ukraine",
"city": "Полтава",
- "street": "вул. Артема, 1\/65"
+ "street": "вул. Артема, 1/65"
},
"name": {
"en": "Філія ПАТ 'Державний експортно-імпортний банк України' в м.Полтаві"
@@ -10892,7 +10989,7 @@
"code": "ww-pay.net",
"status": "active",
"links": {
- "website": "https:\/\/ww-pay.net"
+ "website": "https://ww-pay.net"
},
"name": {
"en": "WW-Pay"
@@ -10980,7 +11077,7 @@
"code": "60cek",
"status": "active",
"links": {
- "website": "https:\/\/60cek.com\/"
+ "website": "https://60cek.com/"
},
"name": {
"en": "60cek"
@@ -11310,7 +11407,7 @@
"code": "transfer24.pro",
"status": "active",
"links": {
- "website": "https:\/\/transfer24.pro\/"
+ "website": "https://transfer24.pro/"
},
"name": {
"en": "Transfer24"
@@ -11353,7 +11450,7 @@
"address": {
"country": "Ukraine",
"city": "Київ",
- "street": "вул. Печерська, буд. 2\/16"
+ "street": "вул. Печерська, буд. 2/16"
},
"name": {
"en": "ПАТ 'АПЕКС-БАНК'"
@@ -11416,7 +11513,7 @@
"address": {
"country": "Ukraine",
"city": "Київ",
- "street": "вул. Пушкінська, 42\/4"
+ "street": "вул. Пушкінська, 42/4"
},
"name": {
"en": "ПАТ 'КРЕДІ АГРІКОЛЬ БАНК'"
@@ -11448,7 +11545,7 @@
"address": {
"country": "Ukraine",
"city": "КРИВИЙ РIГ",
- "street": "вул. Костенка, 21 \/ 49094, м.Дніпропетровськ, вул.Набережна Перемоги, 30"
+ "street": "вул. Костенка, 21 / 49094, м.Дніпропетровськ, вул.Набережна Перемоги, 30"
},
"name": {
"en": "КРИВОРІЗЬКА ФІЛІЯ ПАТ КОМЕРЦІЙНОГО БАНКУ 'ПРИВАТБАНК'"
@@ -11482,7 +11579,7 @@
"address": {
"country": "Ukraine",
"city": "Київ",
- "street": "вул. Кловський узвіз, 9\/2"
+ "street": "вул. Кловський узвіз, 9/2"
},
"name": {
"en": "ПАТ комерційний банк 'ПРАВЕКС-БАНК'"
@@ -11524,7 +11621,7 @@
"code": "dengionline24.ru",
"status": "active",
"links": {
- "website": "http:\/\/dengionline24.ru\/"
+ "website": "http://dengionline24.ru/"
},
"name": {
"en": "DengiOnline24"
@@ -11618,7 +11715,7 @@
"code": "nextpay",
"status": "active",
"links": {
- "website": "https:\/\/www.nextpay.com\/"
+ "website": "https://www.nextpay.com/"
},
"contacts": {
"email": "info@nextpay.com",
@@ -11773,7 +11870,7 @@
"CH"
],
"links": {
- "website": "https:\/\/www.aduno.ch"
+ "website": "https://www.aduno.ch"
},
"contacts": {
"phone": "+41 58 234 56 78",
@@ -12165,35 +12262,75 @@
"countries": [
"PH"
],
+ "links": {
+ "website": "https://www.rcbc.com"
+ },
"name": {
- "en": "RCBC over-the-counter"
+ "en": "Rizal Commercial Banking Corporation"
}
},
{
- "code": "payzippy",
+ "code": "philippines_security_bank",
"status": "active",
+ "links": {
+ "website": "https://www.securitybank.com"
+ },
"name": {
- "en": "PayZippy"
+ "en": "Security Bank"
}
},
{
- "code": "famsa",
+ "code": "sterling_bank",
"status": "active",
- "countries": [
- "MX"
- ],
+ "links": {
+ "website": "https://www.sterlingbankasia.com"
+ },
"name": {
- "en": "Famsa"
+ "en": "Sterling Bank"
}
},
{
- "code": "pat_kominvestbank",
+ "code": "united_overseas_bank",
"status": "active",
- "contacts": {
- "fax": "35535"
- },
- "address": {
- "country": "Ukraine",
+ "name": {
+ "en": "United Overseas Bank"
+ }
+ },
+ {
+ "code": "union_bank",
+ "status": "active",
+ "links": {
+ "website": "https://www.unionbankph.com"
+ },
+ "name": {
+ "en": "Unionbank"
+ }
+ },
+ {
+ "code": "payzippy",
+ "status": "active",
+ "name": {
+ "en": "PayZippy"
+ }
+ },
+ {
+ "code": "famsa",
+ "status": "active",
+ "countries": [
+ "MX"
+ ],
+ "name": {
+ "en": "Famsa"
+ }
+ },
+ {
+ "code": "pat_kominvestbank",
+ "status": "active",
+ "contacts": {
+ "fax": "35535"
+ },
+ "address": {
+ "country": "Ukraine",
"city": "Ужгород",
"street": "вул. Юрія Гойди, 10"
},
@@ -12212,7 +12349,7 @@
"code": "bestobmin.net",
"status": "active",
"links": {
- "website": "http:\/\/bestobmin.net\/"
+ "website": "http://bestobmin.net/"
},
"name": {
"en": "BestObmin"
@@ -12280,7 +12417,7 @@
"en": "MerchantScout"
},
"description": {
- "en": " MerchantScout arranges e-commerce and high risk merchant account solutions through global acquiring network consisting of more than 30 acquiring banks, payment providers and payment facilitators. With over 10 years of experience, MerchantScout's experts will arrange a suitable payment solution within EU\/UK and globally, through an award-winning payment gateway supporting over 150 currencies, recurring billing and latest standards in credit card processing. MerchantScout uses Interchange++ Fee Structure for lowest possible rates in credit card processing, including in high risk merchant setups such as adult or gambling. Included for no additional fee is the 24\/7 dedicated agent, who will assist and guide the merchant throughout the complete merchant account application process while negotiating with banking partners for best rates and terms. "
+ "en": " MerchantScout arranges e-commerce and high risk merchant account solutions through global acquiring network consisting of more than 30 acquiring banks, payment providers and payment facilitators. With over 10 years of experience, MerchantScout's experts will arrange a suitable payment solution within EU/UK and globally, through an award-winning payment gateway supporting over 150 currencies, recurring billing and latest standards in credit card processing. MerchantScout uses Interchange++ Fee Structure for lowest possible rates in credit card processing, including in high risk merchant setups such as adult or gambling. Included for no additional fee is the 24/7 dedicated agent, who will assist and guide the merchant throughout the complete merchant account application process while negotiating with banking partners for best rates and terms. "
}
},
{
@@ -12544,7 +12681,7 @@
"en": "Total Web Solutions"
},
"description": {
- "en": " Total Web Solutions is one of the lowest priced PCI Level 1 Compliant Payment Service Providers in the UK today. The company has been trading since 1995 offering business critical solutions to organisations of all sizes throughout the world including Online Payments (UK only), Shared\/Cloud\/Managed Hosting, Domain Registration, Business Broadband and Line Rental\/Calls. "
+ "en": " Total Web Solutions is one of the lowest priced PCI Level 1 Compliant Payment Service Providers in the UK today. The company has been trading since 1995 offering business critical solutions to organisations of all sizes throughout the world including Online Payments (UK only), Shared/Cloud/Managed Hosting, Domain Registration, Business Broadband and Line Rental/Calls. "
}
},
{
@@ -12610,7 +12747,7 @@
"address": {
"country": "Ukraine",
"city": "Київ",
- "street": "вул. Дмитрівська, 18\/24"
+ "street": "вул. Дмитрівська, 18/24"
},
"name": {
"en": "ПАТ КОМЕРЦІЙНИЙ БАНК 'ТК КРЕДИТ'"
@@ -12710,7 +12847,7 @@
"AE"
],
"links": {
- "website": "http:\/\/www.be2bill.com"
+ "website": "http://www.be2bill.com"
},
"contacts": {
"email": "commercial@be2bill.com",
@@ -12723,7 +12860,7 @@
"en": "Be2bill"
},
"description": {
- "en": " Be2bill is a multichannel payment solution launched in 2012. As an acquiring institution that offers merchant accounts for online and local retailers, as well as a Payment Service Provider, Be2bill can provide e-commerce sites and physical points of sale with optimised solutions for bank card transactions. Be2bill has been accredited by the Banque de France Prudential Control Authority since 2011 and is also a member of the Groupement Cartes Bancaires credit card consortium. The Be2bill solution is based on a PCI\/DSS Service Provider level 1 secure platform. Be2bill is the first acquiring institution in France to have obtained a Merchant Agent licence from Visa, the world's most advanced processing network. "
+ "en": " Be2bill is a multichannel payment solution launched in 2012. As an acquiring institution that offers merchant accounts for online and local retailers, as well as a Payment Service Provider, Be2bill can provide e-commerce sites and physical points of sale with optimised solutions for bank card transactions. Be2bill has been accredited by the Banque de France Prudential Control Authority since 2011 and is also a member of the Groupement Cartes Bancaires credit card consortium. The Be2bill solution is based on a PCI/DSS Service Provider level 1 secure platform. Be2bill is the first acquiring institution in France to have obtained a Merchant Agent licence from Visa, the world's most advanced processing network. "
}
},
{
@@ -12788,7 +12925,7 @@
"AE"
],
"links": {
- "website": "https:\/\/www.multisafepay.com"
+ "website": "https://www.multisafepay.com"
},
"contacts": {
"email": "info@multisafepay.com",
@@ -13046,7 +13183,7 @@
"address": {
"country": "Ukraine",
"city": "Київ",
- "street": "вул. Микільсько-Ботанічна, 6\/8"
+ "street": "вул. Микільсько-Ботанічна, 6/8"
},
"name": {
"en": "ПАТ 'СТАРОКИЇВСЬКИЙ БАНК'"
@@ -13180,7 +13317,7 @@
"address": {
"country": "Ukraine",
"city": "Київ",
- "street": "б-р Т. Шевченка\/вул. Пушкінська, б. 8\/26"
+ "street": "б-р Т. Шевченка/вул. Пушкінська, б. 8/26"
},
"name": {
"en": "ПАТ 'ВТБ БАНК'"
@@ -13391,17 +13528,26 @@
"address": {
"country": "Ukraine",
"city": "Київ",
- "street": "вул. Дмитрівська, 18\/24"
+ "street": "вул. Дмитрівська, 18/24"
},
"name": {
"en": "ПАТ 'КОМЕРЦІЙНИЙ БАНК 'ЕКСПОБАНК'"
}
},
+ {
+ "code": "rashpay",
+ "status": "active",
+ "name": {
+ "en": "RashPay",
+ "ru": "RashPay",
+ "uk": "RashPay"
+ }
+ },
{
"code": "webgroshi.ua",
"status": "active",
"links": {
- "website": "http:\/\/webgroshi.com.ua\/"
+ "website": "http://webgroshi.com.ua/"
},
"name": {
"en": "WebGroshi.com.ua"
@@ -13411,7 +13557,7 @@
"code": "smartwm.ru",
"status": "active",
"links": {
- "website": "https:\/\/smartwm.ru"
+ "website": "https://smartwm.ru"
},
"name": {
"en": "SmartWM"
@@ -13421,7 +13567,7 @@
"code": "bank-change",
"status": "active",
"links": {
- "website": "http:\/\/bank-change.com\/"
+ "website": "http://bank-change.com/"
},
"name": {
"en": "Bank-Change"
@@ -13431,7 +13577,7 @@
"code": "incash24",
"status": "active",
"links": {
- "website": "https:\/\/www.incash24.com\/"
+ "website": "https://www.incash24.com/"
},
"name": {
"en": "www.incash24.com"
@@ -13441,7 +13587,7 @@
"code": "alfacashier",
"status": "active",
"links": {
- "website": "https:\/\/alfacashier.com"
+ "website": "https://alfacashier.com"
},
"name": {
"en": "AlfaCashier"
@@ -13600,7 +13746,7 @@
"en": "PayPlug"
},
"description": {
- "en": " PayPlug is the simplest solution that enables any professional to accept online payments. How does it work? 1. You have a website? Just copy-paste our payment button. In one minute you'll be able to accept card payments through your website. And if you want a deeper integration, we also provide free ecommerce plugins. 2. You don't have a website? Then use our remote payment solution. Just log into your payment portal and send a payment request, by SMS or email, to your client. 3. You're a mobile seller? No problem: there is also a PayPlug app available for iPhone and Android. How is PayPlug different? PayPlug is the simplest online payment solution and it's risk-free: *No subscription fee and no commitment *2,5%HT\/transaction *No sign up for the customer "
+ "en": " PayPlug is the simplest solution that enables any professional to accept online payments. How does it work? 1. You have a website? Just copy-paste our payment button. In one minute you'll be able to accept card payments through your website. And if you want a deeper integration, we also provide free ecommerce plugins. 2. You don't have a website? Then use our remote payment solution. Just log into your payment portal and send a payment request, by SMS or email, to your client. 3. You're a mobile seller? No problem: there is also a PayPlug app available for iPhone and Android. How is PayPlug different? PayPlug is the simplest online payment solution and it's risk-free: *No subscription fee and no commitment *2,5%HT/transaction *No sign up for the customer "
}
},
{
@@ -13616,11 +13762,13 @@
{
"code": "paynearme",
"status": "active",
- "countries": [
- "UM"
- ],
+ "links": {
+ "website": "https://home.paynearme.com/"
+ },
"name": {
- "en": "PayNearMe"
+ "en": "PayNearMe",
+ "ru": "PayNearMe",
+ "uk": "PayNearMe"
}
},
{
@@ -13641,7 +13789,7 @@
"YE"
],
"links": {
- "website": "http:\/\/www.omnipayment.com"
+ "website": "http://www.omnipayment.com"
},
"contacts": {
"email": "info@omnipayment.com",
@@ -13666,7 +13814,7 @@
"address": {
"country": "Ukraine",
"city": "Київ",
- "street": "вулиця Андріївська, 2\/12"
+ "street": "вулиця Андріївська, 2/12"
},
"name": {
"en": "ПАТ 'УКРСИББАНК'"
@@ -13789,7 +13937,7 @@
"en": "GHL Systems Berhad"
},
"description": {
- "en": " GHL Systems is Asia\/Pacific’s leading end-to-end payment services provider, deploying world-class payment infrastructure, services, and technology. With over 400 employees spread across offices in Bangkok, Kuala Lumpur, Manila, Sydney, and Wuhan, GHL deploys products and services to clients across vertical segments "
+ "en": " GHL Systems is Asia/Pacific’s leading end-to-end payment services provider, deploying world-class payment infrastructure, services, and technology. With over 400 employees spread across offices in Bangkok, Kuala Lumpur, Manila, Sydney, and Wuhan, GHL deploys products and services to clients across vertical segments "
}
},
{
@@ -13893,7 +14041,7 @@
"en": "eWAY"
},
"description": {
- "en": " eWAY is a leading global payment provider, allowing online businesses to accept secure credit card payments 24\/7 from customers around the world. eWAY goal is to make eCommerce as easy as possible for merchants and their customers. eWAY was established in 1998 by CEO and founder Matt Bullock, with 12,500+ active merchants and a further 350 added each month. eWAY links to all major banks in Australia, New Zealand and the UK, with Level 1 PCI DSS certification to ensure payment data is secure and protected. Over 180 shopping carts around the world link to and promote eWAY as their supported payment partner, making even easier for merchants to get their eCommerce business running and succeeding. This is supported by eWAY's world-class infrastructure, ensuring maximum uptime and performance for round-the-clock online payments. "
+ "en": " eWAY is a leading global payment provider, allowing online businesses to accept secure credit card payments 24/7 from customers around the world. eWAY goal is to make eCommerce as easy as possible for merchants and their customers. eWAY was established in 1998 by CEO and founder Matt Bullock, with 12,500+ active merchants and a further 350 added each month. eWAY links to all major banks in Australia, New Zealand and the UK, with Level 1 PCI DSS certification to ensure payment data is secure and protected. Over 180 shopping carts around the world link to and promote eWAY as their supported payment partner, making even easier for merchants to get their eCommerce business running and succeeding. This is supported by eWAY's world-class infrastructure, ensuring maximum uptime and performance for round-the-clock online payments. "
}
},
{
@@ -13975,7 +14123,7 @@
],
"contacts": {
"email": "info@europabank.be",
- "fax": "N\/A"
+ "fax": "N/A"
},
"address": {
"street": " Gents Belgium "
@@ -14020,7 +14168,7 @@
"code": "africanpaymentsolutions",
"status": "active",
"links": {
- "website": "https:\/\/africanpaymentsolutions.com"
+ "website": "https://africanpaymentsolutions.com"
},
"contacts": {
"email": "info@africanpaymentsolutions.com"
@@ -14039,12 +14187,92 @@
"code": "ecoin.ua",
"status": "active",
"links": {
- "website": "http:\/\/ecoin.com.ua"
+ "website": "http://ecoin.com.ua"
},
"name": {
"en": "ECoin"
}
},
+ {
+ "code": "banko_de_oro",
+ "status": "active",
+ "links": {
+ "website": "https://www.bdo.com.ph/personal"
+ },
+ "name": {
+ "en": "Banko de Oro"
+ }
+ },
+ {
+ "code": "banko_de_oro_corporate",
+ "status": "active",
+ "links": {
+ "website": "https://www.bdo.com.ph/personal"
+ },
+ "name": {
+ "en": "Banko de Oro Corporate Account"
+ }
+ },
+ {
+ "code": "philippine_islands_bank",
+ "status": "active",
+ "links": {
+ "website": "https://www.bpi.com.ph"
+ },
+ "name": {
+ "en": "Bank of the Philippine Islands"
+ }
+ },
+ {
+ "code": "philippines_development_bank",
+ "status": "active",
+ "links": {
+ "website": "https://www.dbp.ph"
+ },
+ "name": {
+ "en": "Development bank of the Philippines"
+ }
+ },
+ {
+ "code": "philippines_land_bank",
+ "status": "active",
+ "links": {
+ "website": "https://www.landbank.com"
+ },
+ "name": {
+ "en": "Land Bank of the Philippines"
+ }
+ },
+ {
+ "code": "eastwest_bank",
+ "status": "active",
+ "links": {
+ "website": "https://www.eastwestbanker.com"
+ },
+ "name": {
+ "en": "EastWest"
+ }
+ },
+ {
+ "code": "metro_bank",
+ "status": "active",
+ "links": {
+ "website": "https://www.metrobank.com.ph/home"
+ },
+ "name": {
+ "en": "Metrobank"
+ }
+ },
+ {
+ "code": "philippine_national_bank",
+ "status": "active",
+ "links": {
+ "website": "https://www.pnb.com.ph"
+ },
+ "name": {
+ "en": "Philippine National Bank"
+ }
+ },
{
"code": "groupecreditmutuel",
"status": "active",
@@ -14062,7 +14290,7 @@
"code": "fortepaymentsystems",
"status": "active",
"links": {
- "website": "http:\/\/www.forte.net"
+ "website": "http://www.forte.net"
},
"address": {
"street": " 500 W. Bethany Suite #200 TexasUnited States of America "
@@ -14071,17 +14299,22 @@
"en": "Forte Payment Systems"
},
"description": {
- "en": " Founded in 1998 and headquartered in Allen, Texas, Forte Payment Systems offers merchants a broad range of payment solutions, including credit card and debit card processing, ACH\/eCheck origination, check verification and fraud prevention. Through superior customer service and industry-leading technology, Forte is dedicated to helping organizations of all sizes grow and prosper by reducing transaction costs, mitigating risk, and increasing efficiencies. "
+ "en": " Founded in 1998 and headquartered in Allen, Texas, Forte Payment Systems offers merchants a broad range of payment solutions, including credit card and debit card processing, ACH/eCheck origination, check verification and fraud prevention. Through superior customer service and industry-leading technology, Forte is dedicated to helping organizations of all sizes grow and prosper by reducing transaction costs, mitigating risk, and increasing efficiencies. "
}
},
{
"code": "checkoutcom",
"status": "active",
- "address": {
- "street": " 32 Wigmore StreetW1U 2RP LondonUnited Kingdom "
+ "links": {
+ "website": "https://www.checkout.com/"
},
"name": {
- "en": "Checkout.com"
+ "en": "Checkout.com",
+ "ru": "Checkout.com",
+ "uk": "Checkout.com"
+ },
+ "address": {
+ "street": " 32 Wigmore StreetW1U 2RP LondonUnited Kingdom "
},
"description": {
"en": " Checkout (checkout.com) is an international Financial Technology (FinTech) company building the next generation of simple, safe and customisable online payments products and services for small and large online merchants. Founded in 2010 and active in Europe, the Middle East and Asia, the Company has offices in London, Singapore, Dubai and Mauritius. Our existing customer base is growing rapidly and already includes high profile merchants. "
@@ -14264,7 +14497,7 @@
"code": "alternativepayments",
"status": "active",
"links": {
- "website": "http:\/\/www.alternativepayments.com"
+ "website": "http://www.alternativepayments.com"
},
"contacts": {
"email": "sales@alternativepayments.com",
@@ -14317,7 +14550,7 @@
"address": {
"country": "Ukraine",
"city": "Миколаїв",
- "street": "вул. Декабристів, 38А\/9"
+ "street": "вул. Декабристів, 38А/9"
},
"name": {
"en": "ТОВ 'СМАРТ ФІНЕКСПЕРТ'"
@@ -14340,7 +14573,7 @@
"code": "uniobmen.ru",
"status": "active",
"links": {
- "website": "http:\/\/uniobmen.ru\/"
+ "website": "http://uniobmen.ru/"
},
"name": {
"en": "Uniobmen.ru"
@@ -14380,7 +14613,7 @@
"address": {
"country": "Ukraine",
"city": "Київ",
- "street": "вул.Заньковецької\/Станіславського, 3\/1"
+ "street": "вул.Заньковецької/Станіславського, 3/1"
},
"name": {
"en": "ПАТ 'БАНК КАМБІО'"
@@ -14504,21 +14737,13 @@
{
"code": "payhub",
"status": "active",
- "countries": [
- "UM"
- ],
- "contacts": {
- "email": "sales@payhub.com",
- "phone": "+1-866.286.1300"
- },
- "address": {
- "street": " 4100 W. Royal Lane, Suite 15075063 IrvingTexasUnited States of America "
+ "links": {
+ "website": "https://payhub.me/"
},
"name": {
- "en": "PayHub"
- },
- "description": {
- "en": " Started by industry veterans, we are new breed of merchant services provider. We focus on providing an integrated line of payment products to our clients. "
+ "en": "PayHub",
+ "ru": "PayHub",
+ "uk": "PayHub"
}
},
{
@@ -14564,7 +14789,7 @@
"code": "platiwm.biz",
"status": "active",
"links": {
- "website": "https:\/\/platiwm.biz\/"
+ "website": "https://platiwm.biz/"
},
"name": {
"en": "ПлатиWM"
@@ -14577,7 +14802,7 @@
"email": "info@purebilling.com"
},
"address": {
- "street": " Tecnocampus, TCM2 c\/ Ernest Lluch, 32 Mataró08302 MataróBarcelonaSpain "
+ "street": " Tecnocampus, TCM2 c/ Ernest Lluch, 32 Mataró08302 MataróBarcelonaSpain "
},
"name": {
"en": "purebilling.com"
@@ -14701,7 +14926,7 @@
"address": {
"country": "Ukraine",
"city": "Київ",
- "street": "вулиця Введенська, будинок 29\/58"
+ "street": "вулиця Введенська, будинок 29/58"
},
"name": {
"en": "ПАТ 'ПЕРЕХІДНИЙ БАНК 'РВС БАНК'"
@@ -14860,6 +15085,9 @@
"AE",
"UM"
],
+ "links": {
+ "website": "https://stripe.com/"
+ },
"contacts": {
"email": "support@stripe.com"
},
@@ -14914,7 +15142,7 @@
"code": "baksman",
"status": "active",
"links": {
- "website": "https:\/\/baksman.com\/"
+ "website": "https://baksman.com/"
},
"name": {
"en": "BaksMan"
@@ -15103,7 +15331,7 @@
"NL"
],
"links": {
- "website": "https:\/\/www.mollie.com\/en\/"
+ "website": "https://www.mollie.com/en/"
},
"contacts": {
"email": "info@mollie.com",
@@ -15146,7 +15374,7 @@
"code": "payboutique",
"status": "active",
"links": {
- "website": "http:\/\/www.payboutique.com"
+ "website": "http://www.payboutique.com"
},
"contacts": {
"email": "info@payboutique.com"
@@ -15496,7 +15724,7 @@
"fax": "+48 (22) 493 44 00"
},
"address": {
- "street": " ul. Czackiego 7\/9\/1100-043 WarszawaPoland "
+ "street": " ul. Czackiego 7/9/1100-043 WarszawaPoland "
},
"name": {
"en": "eCard"
@@ -15563,7 +15791,7 @@
"code": "bankcomat",
"status": "active",
"links": {
- "website": "https:\/\/bankcomat.com\/"
+ "website": "https://bankcomat.com/"
},
"name": {
"en": "bankcomat.com"
@@ -15571,7 +15799,7 @@
},
{
"code": "walletone",
- "status": "active",
+ "status": "deprecated",
"address": {
"street": " Russian Federation "
},
@@ -15586,7 +15814,7 @@
"code": "demonchange.ru",
"status": "active",
"links": {
- "website": "http:\/\/www.demonchange.ru\/rus\/"
+ "website": "http://www.demonchange.ru/rus/"
},
"name": {
"en": "DemonChange"
@@ -15611,7 +15839,7 @@
"code": "xn--e1aidfgi0j.ua",
"status": "active",
"links": {
- "website": "http:\/\/xn--e1aidfgi0j.com.ua\/"
+ "website": "http://xn--e1aidfgi0j.com.ua/"
},
"name": {
"en": "Menyaiko"
@@ -15621,7 +15849,7 @@
"code": "spbwmcasher.ru",
"status": "active",
"links": {
- "website": "https:\/\/spbwmcasher.ru"
+ "website": "https://spbwmcasher.ru"
},
"name": {
"en": "SpbWMCasher"
@@ -15774,7 +16002,7 @@
"VE"
],
"links": {
- "website": "http:\/\/www.payvision.com"
+ "website": "http://www.payvision.com"
},
"contacts": {
"email": "sales@payvision.com",
@@ -15935,14 +16163,14 @@
"en": "STS PayOne"
},
"description": {
- "en": " STS PayOne is a leading regional provider of ePayment solutions and services. With its HQ in Dubai (UAE) and its R&D\/ Technical Operations centers in Dubai and Amman; serving GCC & MENA Region "
+ "en": " STS PayOne is a leading regional provider of ePayment solutions and services. With its HQ in Dubai (UAE) and its R&D/ Technical Operations centers in Dubai and Amman; serving GCC & MENA Region "
}
},
{
"code": "exmoney.me",
"status": "active",
"links": {
- "website": "https:\/\/exmoney.me"
+ "website": "https://exmoney.me"
},
"name": {
"en": "ExMoney"
@@ -15952,7 +16180,7 @@
"code": "1obmen.ru",
"status": "active",
"links": {
- "website": "https:\/\/1obmen.ru\/"
+ "website": "https://1obmen.ru/"
},
"name": {
"en": "1obmen.ru"
@@ -16094,14 +16322,14 @@
"en": "WalPay"
},
"description": {
- "en": " We support a wide variety of Merchants operating across all industries and risk levels, providing both award winning technology and unparalleled 24\/7 support. We are leaders in the Bitcoin Arena and welcome new Merchants. Walpay Ltd is an Isle of Man registered company, regulated by the Financial Supervision Commission, with representative offices in the UK, Europe & Africa and a network of local affiliates operating across North America and the Far East. "
+ "en": " We support a wide variety of Merchants operating across all industries and risk levels, providing both award winning technology and unparalleled 24/7 support. We are leaders in the Bitcoin Arena and welcome new Merchants. Walpay Ltd is an Isle of Man registered company, regulated by the Financial Supervision Commission, with representative offices in the UK, Europe & Africa and a network of local affiliates operating across North America and the Far East. "
}
},
{
"code": "checkoutbyamazon",
"status": "active",
"links": {
- "website": "https:\/\/payments.amazon.com\/home"
+ "website": "https://payments.amazon.com/home"
},
"address": {
"street": " SeattleWAUnited States of America "
@@ -16120,10 +16348,15 @@
"street": " India "
},
"name": {
- "en": "Razorpay"
+ "en": "Razorpay",
+ "ru": "Razorpay",
+ "uk": "Razorpay"
},
"description": {
"en": " Razorpay aims to simplify the flow of online payments through a clean, easy-to-use & developer-friendly payment gateway. "
+ },
+ "links": {
+ "website": "https://www.razorpay.com/"
}
},
{
@@ -16169,80 +16402,11 @@
"en": "Фiлiя - Тернопiльське обласне управлiння ПАТ 'Державний ощадний банк України'"
}
},
- {
- "code": "paymentwall",
- "status": "active",
- "countries": [
- "AX",
- "AL",
- "AD",
- "AU",
- "BY",
- "BE",
- "BM",
- "BA",
- "BG",
- "CA",
- "HR",
- "CZ",
- "DK",
- "EE",
- "FO",
- "FJ",
- "FR",
- "DE",
- "GI",
- "GR",
- "GG",
- "HU",
- "IS",
- "IM",
- "IT",
- "JE",
- "LV",
- "LI",
- "LT",
- "LU",
- "ML",
- "MX",
- "MD",
- "MC",
- "ME",
- "NL",
- "NO",
- "PT",
- "RO",
- "SM",
- "RS",
- "SK",
- "ES",
- "PM",
- "SJ",
- "SE",
- "CH",
- "RW",
- "AE",
- "UM"
- ],
- "contacts": {
- "email": "devsupport@paymentwall.com",
- "fax": "N\/A"
- },
- "address": {
- "street": " 255 9th Street94103 San Francisco, CAUnited States of America "
- },
- "name": {
- "en": "Paymentwall"
- },
- "description": {
- "en": " Paymentwall is the all-in-one monetization platform for games & sites. Paymentwall provides over 100+ online payment options including credit and debit cards, bank transfer and direct debit payments, eWallets and prepaid cards, mobile and land-line payments and payment kiosks\/terminals all in 1 platform. "
- }
- },
{
"code": "7money.co",
"status": "active",
"links": {
- "website": "https:\/\/7money.co\/"
+ "website": "https://7money.co/"
},
"name": {
"en": "7money"
@@ -16259,7 +16423,7 @@
"code": "commercegate",
"status": "active",
"address": {
- "street": " World Trade Center, Moll de Barcelona s\/n08039 BarcelonaSpain "
+ "street": " World Trade Center, Moll de Barcelona s/n08039 BarcelonaSpain "
},
"name": {
"en": "CommerceGate",
@@ -16293,7 +16457,7 @@
"en": "Globebill"
},
"description": {
- "en": " Globebill, based in Hong Kong, is the rising leader in secure online payment solutions that was founded to facilitate safe instant payments between individuals and online businesses. Our years of shared experience in the Internet payment and Mail Order \/ Telephone Order business have given us the unique ability to understand each and every merchant’s distinctive needs and to quickly implement the correct strategy in order to guarantee continued success and long term profits. We offer our merchants a secure payment service for the millions of transactions with the safest card processing service that is both compliant to the highest level of the PCI DSS and is also 3-D Secure™ enabled (optional). A relationship with Globebill will not only improve your satisfaction and ease of transaction processing today, but it will also ensure a superior value proposition for the future. "
+ "en": " Globebill, based in Hong Kong, is the rising leader in secure online payment solutions that was founded to facilitate safe instant payments between individuals and online businesses. Our years of shared experience in the Internet payment and Mail Order / Telephone Order business have given us the unique ability to understand each and every merchant’s distinctive needs and to quickly implement the correct strategy in order to guarantee continued success and long term profits. We offer our merchants a secure payment service for the millions of transactions with the safest card processing service that is both compliant to the highest level of the PCI DSS and is also 3-D Secure™ enabled (optional). A relationship with Globebill will not only improve your satisfaction and ease of transaction processing today, but it will also ensure a superior value proposition for the future. "
}
},
{
@@ -16366,7 +16530,7 @@
"TR"
],
"links": {
- "website": "http:\/\/www.boacompra.com"
+ "website": "http://www.boacompra.com"
},
"address": {
"street": " Rua Castilho 90, 4dto 1250-071 LisboaPortugal "
@@ -16456,7 +16620,7 @@
"VE"
],
"links": {
- "website": "http:\/\/www.computop.com"
+ "website": "http://www.computop.com"
},
"contacts": {
"email": "info@computop.com",
@@ -16470,14 +16634,14 @@
"en": "Computop"
},
"description": {
- "en": " Computop (www.computop.com) is a global payment service provider that delivers worldwide compliant and secure e-commerce, Point of Sale (PoS), m-commerce and Mail Order\/Telephone Order (MOTO) payment processing. Computop Paygate offers more than 200 payment methods and acquirer connections, state-of-the-art fraud prevention solutions, risk management, tokenization and consolidated reporting. Global customers include C&A, Metro Cash & Carry, Samsung and TUI. "
+ "en": " Computop (www.computop.com) is a global payment service provider that delivers worldwide compliant and secure e-commerce, Point of Sale (PoS), m-commerce and Mail Order/Telephone Order (MOTO) payment processing. Computop Paygate offers more than 200 payment methods and acquirer connections, state-of-the-art fraud prevention solutions, risk management, tokenization and consolidated reporting. Global customers include C&A, Metro Cash & Carry, Samsung and TUI. "
}
},
{
"code": "payzoff",
"status": "active",
"links": {
- "website": "https:\/\/www.payzoff.com"
+ "website": "https://www.payzoff.com"
},
"contacts": {
"email": "info@payzoff.com",
@@ -16529,7 +16693,7 @@
"code": "wmalliance.ru",
"status": "active",
"links": {
- "website": "https:\/\/wmalliance.ru"
+ "website": "https://wmalliance.ru"
},
"name": {
"en": "WMAlliance"
@@ -16558,36 +16722,6 @@
"en": "TOT Just Pay"
}
},
- {
- "code": "paypoint",
- "status": "active",
- "countries": [
- "AU",
- "CA",
- "FR",
- "DE",
- "IS",
- "ML",
- "NL",
- "ES",
- "AE",
- "UM"
- ],
- "contacts": {
- "email": "mobileonlinesales@paypoint.com",
- "phone": "03333137160",
- "fax": "-"
- },
- "address": {
- "street": " 1, Finsbury SquareEC2A 1AE LondonUnited Kingdom "
- },
- "name": {
- "en": "Pay360 by Capita"
- },
- "description": {
- "en": " The world of payments gets more complex all the time. But consumers don’t want to know about that. They just want simpler, faster, more flexible ways to pay. Whether it’s buying clothes, paying tax, topping up mobiles or buying a car park ticket, we all expect to be able to do it however, wherever and whenever we like. Online, by phone, in cash, at an ATM or through a mobile app. That’s why so many organisations trust Pay360 by Capita. Today, we manage over £14 billion a year in payments for everyone from consumer and financial services companies to retailers, utilities and government. And we’re creating new, transformative ideas all the time. "
- }
- },
{
"code": "maxconnectsingaporepteltd",
"status": "active",
@@ -16675,7 +16809,7 @@
"code": "europeanmerchantservices",
"status": "active",
"links": {
- "website": "http:\/\/www.emspay.eu"
+ "website": "http://www.emspay.eu"
},
"contacts": {
"email": "sales@emspay.eu",
@@ -16771,7 +16905,7 @@
"en": "Zooz, Inc"
},
"description": {
- "en": " Zooz provides a payments platform designed to help merchants optimize their payments performance. It offers the flexibility to connect with multiple financial institutions, seamlessly integrate acquirers, e-wallets, alternative payment methods, fraud management and other third-party services, and intelligently route transactions through the entire payment process. Zooz consolidates and analyses all payment data to provide valuable information to merchants, enabling them to personalize customer experiences online and in-store. It is the partner of choice for any business seeking to extend reach, reduce decline rates, increase revenues, maintain strong customer relationships and meet the challenges of the dynamic global market. For further information please go to http:\/\/www.zooz.com. "
+ "en": " Zooz provides a payments platform designed to help merchants optimize their payments performance. It offers the flexibility to connect with multiple financial institutions, seamlessly integrate acquirers, e-wallets, alternative payment methods, fraud management and other third-party services, and intelligently route transactions through the entire payment process. Zooz consolidates and analyses all payment data to provide valuable information to merchants, enabling them to personalize customer experiences online and in-store. It is the partner of choice for any business seeking to extend reach, reduce decline rates, increase revenues, maintain strong customer relationships and meet the challenges of the dynamic global market. For further information please go to http://www.zooz.com. "
}
},
{
@@ -16804,14 +16938,8 @@
{
"code": "chasepaymentech",
"status": "active",
- "address": {
- "street": " 14221 Dallas Parkway, Building Two75254 TexasUnited States of America "
- },
"name": {
- "en": "J.P. Morgan Commerce Solutions"
- },
- "description": {
- "en": " J.P. Morgan Commerce Solutions, a subsidiary of JPMorgan Chase, is a global leader in payment processing. We partner with merchants like you to provide the very best in secure, easy-to-use payment solutions. We’ve been in the business more than 25 years, and we can offer merchants multiple easy-to-accept payment methods, such as credit and debit cards, gift cards, international payments, and electronic check processing. We processed $949.30 billion in dollar volume and 42.0 billion transactions in 2015. We are able to process in over 120 currencies. As of December 31, 2015, Chase Paymentech's customer base includes 289,390 merchants. "
+ "en": "Chase"
}
},
{
@@ -16907,12 +17035,12 @@
},
{
"code": "robokassa",
- "status": "active",
+ "status": "deprecated",
"contacts": {
"phone": "8 (495) 981 55 00"
},
"address": {
- "street": " Kanatchikovsky proezd 1\/1119334 MoscowRussian Federation "
+ "street": " Kanatchikovsky proezd 1/1119334 MoscowRussian Federation "
},
"name": {
"en": "Robokassa"
@@ -17026,7 +17154,7 @@
"code": "wmbox.ua",
"status": "active",
"links": {
- "website": "http:\/\/wmbox.com.ua\/"
+ "website": "http://wmbox.com.ua/"
},
"name": {
"en": "WmBox"
@@ -17039,6 +17167,18 @@
"en": "monobank.com.ua"
}
},
+ {
+ "code": "litepay",
+ "status": "active",
+ "links": {
+ "website": "https://litepay.money/"
+ },
+ "name": {
+ "en": "LitePay",
+ "ru": "LitePay",
+ "uk": "LitePay"
+ }
+ },
{
"code": "orbitcardservices",
"status": "active",
@@ -17104,7 +17244,7 @@
"code": "easybit.pro",
"status": "active",
"links": {
- "website": "https:\/\/easybit.pro\/ru\/"
+ "website": "https://easybit.pro/ru/"
},
"name": {
"en": "easybit.pro"
@@ -17140,7 +17280,7 @@
"code": "100monet.pro",
"status": "active",
"links": {
- "website": "https:\/\/100monet.pro\/"
+ "website": "https://100monet.pro/"
},
"name": {
"en": "100 Монет"
@@ -17312,7 +17452,7 @@
"code": "e-scrooge.is",
"status": "active",
"links": {
- "website": "https:\/\/e-scrooge.is"
+ "website": "https://e-scrooge.is"
},
"name": {
"en": "E-Scrooge"
@@ -17335,12 +17475,36 @@
"code": "wmirk.ru",
"status": "active",
"links": {
- "website": "https:\/\/wmirk.ru"
+ "website": "https://wmirk.ru"
},
"name": {
"en": "WMIrk"
}
},
+ {
+ "code": "klasha",
+ "status": "active",
+ "links": {
+ "website": "https://www.klasha.com"
+ },
+ "name": {
+ "en": "Klasha",
+ "ru": "Klasha",
+ "uk": "Klasha"
+ }
+ },
+ {
+ "code": "instaxchange",
+ "status": "active",
+ "links": {
+ "website": "https://instaxchange.com/"
+ },
+ "name": {
+ "en": "Instaxchange",
+ "ru": "Instaxchange",
+ "uk": "Instaxchange"
+ }
+ },
{
"code": "datacash",
"status": "active",
@@ -17379,7 +17543,7 @@
"code": "ikorunapaymentsystems",
"status": "active",
"address": {
- "street": " 1009\/24, Hybernska street1 11000 PragueCzech Republic "
+ "street": " 1009/24, Hybernska street1 11000 PragueCzech Republic "
},
"name": {
"en": "IKoruna"
@@ -17392,7 +17556,7 @@
"code": "ingenicopaymentservices",
"status": "active",
"links": {
- "website": "http:\/\/payment-services.ingenico.com"
+ "website": "http://payment-services.ingenico.com"
},
"contacts": {
"email": "salesnl.ecom@ingenico.com",
@@ -17442,7 +17606,7 @@
"code": "superchange.org",
"status": "active",
"links": {
- "website": "http:\/\/www.superchange.org\/"
+ "website": "http://www.superchange.org/"
},
"name": {
"en": "SuperChange"
@@ -17452,7 +17616,7 @@
"code": "obmennik.ru",
"status": "active",
"links": {
- "website": "http:\/\/obmennik.ru\/"
+ "website": "http://obmennik.ru/"
},
"name": {
"en": "Obmennik.ru"
@@ -17462,7 +17626,7 @@
"code": "surex.ru",
"status": "active",
"links": {
- "website": "http:\/\/surex.ru\/"
+ "website": "http://surex.ru/"
},
"name": {
"en": "Surex"
@@ -17582,7 +17746,7 @@
"code": "prostocash",
"status": "active",
"links": {
- "website": "https:\/\/prostocash.com\/"
+ "website": "https://prostocash.com/"
},
"name": {
"en": "prostocash"
@@ -17592,7 +17756,7 @@
"code": "4exchange.cash",
"status": "active",
"links": {
- "website": "https:\/\/4exchange.cash\/"
+ "website": "https://4exchange.cash/"
},
"name": {
"en": "4exchange.cash"
@@ -17666,7 +17830,7 @@
"code": "bit-obmenka",
"status": "active",
"links": {
- "website": "https:\/\/bit-obmenka.com\/"
+ "website": "https://bit-obmenka.com/"
},
"name": {
"en": "bit-obmenka"
@@ -17676,7 +17840,7 @@
"code": "cryptocompare",
"status": "active",
"links": {
- "website": "https:\/\/cryptocompare.com"
+ "website": "https://cryptocompare.com"
},
"name": {
"en": "CryptoCompare",
@@ -17736,7 +17900,7 @@
"AE"
],
"address": {
- "street": " Polígon Mas Mateu C\/ Pi, 208820 El Prat de LlobregatSpain "
+ "street": " Polígon Mas Mateu C/ Pi, 208820 El Prat de LlobregatSpain "
},
"name": {
"en": "CatalunyaCaixa"
@@ -17929,7 +18093,7 @@
"en": "Netbanx"
},
"description": {
- "en": " The NETBANX services include a proprietary secure online payment gateway. Thousands of ecommerce, MOTO, and multi-channel businesses around the world rely on the NETBANX gateway and services for the payment processing of credit\/debit cards, online direct debit and alternative payments as well as the management of online payment fraud. The NETBANX gateway is state-of-the art, geo-redundant and PCI-DSS Level 1 compliant. A robust and flexible platform, it can be configured or customized to meet the card-not-present needs of any businesses from local ecommerce websites to large scale international online businesses. The NETBANX payment gateway is supported by most of the major integrated and hosted shopping carts. This simplifies your set-up process of accepting payments directly from your website. "
+ "en": " The NETBANX services include a proprietary secure online payment gateway. Thousands of ecommerce, MOTO, and multi-channel businesses around the world rely on the NETBANX gateway and services for the payment processing of credit/debit cards, online direct debit and alternative payments as well as the management of online payment fraud. The NETBANX gateway is state-of-the art, geo-redundant and PCI-DSS Level 1 compliant. A robust and flexible platform, it can be configured or customized to meet the card-not-present needs of any businesses from local ecommerce websites to large scale international online businesses. The NETBANX payment gateway is supported by most of the major integrated and hosted shopping carts. This simplifies your set-up process of accepting payments directly from your website. "
}
},
{
@@ -17942,7 +18106,7 @@
"en": "PAYUNITY"
},
"description": {
- "en": " Payunity is one of Central Europe's leading PsPs which provides easy implementation and scalable performance. more than 100 payment options and partners are available on Payunity's highly reliable platform. Our implementation and consulting services guarantee tailor-made solutions for your individual needs. We care for you, 24\/7\/365. "
+ "en": " Payunity is one of Central Europe's leading PsPs which provides easy implementation and scalable performance. more than 100 payment options and partners are available on Payunity's highly reliable platform. Our implementation and consulting services guarantee tailor-made solutions for your individual needs. We care for you, 24/7/365. "
}
},
{
@@ -18056,7 +18220,7 @@
"en": "PAY4"
},
"description": {
- "en": " As a payment service provider (PSP) the PAY4 offers merchants online services for accepting electronic payments by a variety of payment methods including credit card, bank-based payments such as direct debit, bank transfer, and real-time bank transfer based on online banking. PAY4 is an Alternative Payment Transaction Provider, located in Frakfurt\/Main, Germany (Headquarter) and Montreal, Canada. PAY4 is specialized on the technical realisation of alternative payment methods in the internet and enables global eMerchants to offer their european and international customers the preferred payment methods. "
+ "en": " As a payment service provider (PSP) the PAY4 offers merchants online services for accepting electronic payments by a variety of payment methods including credit card, bank-based payments such as direct debit, bank transfer, and real-time bank transfer based on online banking. PAY4 is an Alternative Payment Transaction Provider, located in Frakfurt/Main, Germany (Headquarter) and Montreal, Canada. PAY4 is specialized on the technical realisation of alternative payment methods in the internet and enables global eMerchants to offer their european and international customers the preferred payment methods. "
}
},
{
@@ -18268,7 +18432,7 @@
"AE"
],
"links": {
- "website": "https:\/\/www.fondy.eu"
+ "website": "https://www.fondy.eu"
},
"contacts": {
"email": "support@fondy.eu",
@@ -18281,7 +18445,7 @@
"en": "FONDY"
},
"description": {
- "en": " Accept VISA and MasterCard securely, quickly and easily on your website or mobile app in minutes. Simple, straightforward pricing, top notch fraud intelligence, and 24\/7 support "
+ "en": " Accept VISA and MasterCard securely, quickly and easily on your website or mobile app in minutes. Simple, straightforward pricing, top notch fraud intelligence, and 24/7 support "
}
},
{
@@ -18326,7 +18490,7 @@
"phone": "(65) 6274 1212"
},
"address": {
- "street": " 298 Tiong Bahru Road #04-01\/06, Central Plaza SingaporeSingapore "
+ "street": " 298 Tiong Bahru Road #04-01/06, Central Plaza SingaporeSingapore "
},
"name": {
"en": "eNETS"
@@ -18376,7 +18540,7 @@
"en": "Prosum"
},
"description": {
- "en": " Prosum is a Secure Payment Services Provider, headquartered in Dubai UAE. Merchant payments are facilitated through PIPS™ (Prosum Integrated PaySwitch) that serves as a single-point connectivity, reporting and management tool for Internet Payments: Direct Debit \/ Net-banking Payments PayPal Payments Credit Card Payments Mobile Payments: NSDT™ Retail Payments Salary Disbursements ATM Withdrawals Our team of experts will gladly offer consultancy and assistance to choose the right payment options for your company and protect your business against online fraud risks. "
+ "en": " Prosum is a Secure Payment Services Provider, headquartered in Dubai UAE. Merchant payments are facilitated through PIPS™ (Prosum Integrated PaySwitch) that serves as a single-point connectivity, reporting and management tool for Internet Payments: Direct Debit / Net-banking Payments PayPal Payments Credit Card Payments Mobile Payments: NSDT™ Retail Payments Salary Disbursements ATM Withdrawals Our team of experts will gladly offer consultancy and assistance to choose the right payment options for your company and protect your business against online fraud risks. "
}
},
{
@@ -18412,7 +18576,7 @@
"code": "easypaymentgateway",
"status": "active",
"links": {
- "website": "http:\/\/www.easypaymentsgateway.com"
+ "website": "http://www.easypaymentsgateway.com"
},
"contacts": {
"email": "jose.peral@easypaymentgateway.com"
@@ -18444,7 +18608,7 @@
"BE"
],
"name": {
- "en": "Bancontact\/Mister Cash"
+ "en": "Bancontact/Mister Cash"
}
},
{
@@ -18473,14 +18637,14 @@
"code": "intelligentpayments",
"status": "active",
"links": {
- "website": "http:\/\/www.intelligentpayments.co.uk"
+ "website": "http://www.intelligentpayments.co.uk"
},
"contacts": {
"email": "sales@intelligentpayments.co.uk",
"phone": "350200108012"
},
"address": {
- "street": " 51\/53 Irish Town Gibraltar "
+ "street": " 51/53 Irish Town Gibraltar "
},
"name": {
"en": "Intelligent Payments"
@@ -18508,7 +18672,7 @@
"code": "g2apay",
"status": "active",
"links": {
- "website": "https:\/\/pay.g2a.com\/"
+ "website": "https://pay.g2a.com/"
},
"contacts": {
"email": "salesg2apay@g2a.com",
@@ -18516,7 +18680,7 @@
"fax": "(+48) 22 228 2121"
},
"address": {
- "street": " 36\/F, Tower Two, Times Square, 1 Matheson Street, Causeway Bay Hong Kong "
+ "street": " 36/F, Tower Two, Times Square, 1 Matheson Street, Causeway Bay Hong Kong "
},
"name": {
"en": "G2A PAY"
@@ -18529,7 +18693,7 @@
"code": "safecharge",
"status": "active",
"links": {
- "website": "https:\/\/nuvei.com\/en-ca\/"
+ "website": "https://nuvei.com/en-ca/"
},
"contacts": {
"phone": "+1 866-693-2000"
@@ -18548,7 +18712,7 @@
"code": "spryng",
"status": "active",
"links": {
- "website": "https:\/\/www.spryngpayments.com"
+ "website": "https://www.spryngpayments.com"
},
"contacts": {
"email": "info@spryngpayments.com",
@@ -18588,7 +18752,7 @@
"NL"
],
"links": {
- "website": "http:\/\/www.buckaroo-payments.com"
+ "website": "http://www.buckaroo-payments.com"
},
"contacts": {
"email": "marketing@buckaroo.nl",
@@ -18627,7 +18791,7 @@
"SK"
],
"links": {
- "website": "http:\/\/www.payu.com"
+ "website": "http://www.payu.com"
},
"contacts": {
"email": "sales@payu.com",
@@ -18723,7 +18887,7 @@
"UM"
],
"links": {
- "website": "https:\/\/www.adyen.com"
+ "website": "https://www.adyen.com"
},
"contacts": {
"email": "amsterdam@adyen.com",
@@ -19110,7 +19274,7 @@
"en": "B+S Card Service"
},
"description": {
- "en": " B+S Card Service is one of the leading service providers for the acceptance of card payments. B+S provides its merchants with the necessary infrastructure along with all relevant services. The product portfolio ranges from solutions for card acceptance at the point of sale on up to electronic payments in card-absent environments. With more than 20 years of experience and more than 227,000 customers, B+S is one of the largest and most experienced service providers in Germany for cashless payment schemes for POS transactions as well as for card-absent environments via Internet, mail\/phone order transactions. In Europe, a variety of merchants in fourteen countries currently rely on the processing services supplied by B+S. B+S Card Service is an associated company of Deutscher Sparkassenverlag (DSV Group) and is a member of Sparkassen-Finanzgruppe (Savings Banks Finance Group). B+S currently employs more than 470 highly qualified and dedicated employees. Solutions for all areas of card acceptance: Authorisation and payment services for: - Credit-Cards: MasterCard, Visa, Diners Club\/ Discover, JCB and CUP - Debit-Cards: girocard\/ec, Maestro, V PAY - Contactless payments: Visa payWave, MasterCard\/Maestro PayPass, girogo POS terminals and e-payment software for all types of payment cards Payment services for clearing and settling credit card sales Internet payment solutions for all types of online shops Solutions for countries in Europe "
+ "en": " B+S Card Service is one of the leading service providers for the acceptance of card payments. B+S provides its merchants with the necessary infrastructure along with all relevant services. The product portfolio ranges from solutions for card acceptance at the point of sale on up to electronic payments in card-absent environments. With more than 20 years of experience and more than 227,000 customers, B+S is one of the largest and most experienced service providers in Germany for cashless payment schemes for POS transactions as well as for card-absent environments via Internet, mail/phone order transactions. In Europe, a variety of merchants in fourteen countries currently rely on the processing services supplied by B+S. B+S Card Service is an associated company of Deutscher Sparkassenverlag (DSV Group) and is a member of Sparkassen-Finanzgruppe (Savings Banks Finance Group). B+S currently employs more than 470 highly qualified and dedicated employees. Solutions for all areas of card acceptance: Authorisation and payment services for: - Credit-Cards: MasterCard, Visa, Diners Club/ Discover, JCB and CUP - Debit-Cards: girocard/ec, Maestro, V PAY - Contactless payments: Visa payWave, MasterCard/Maestro PayPass, girogo POS terminals and e-payment software for all types of payment cards Payment services for clearing and settling credit card sales Internet payment solutions for all types of online shops Solutions for countries in Europe "
}
},
{
@@ -19123,7 +19287,7 @@
"en": "Payza"
},
"description": {
- "en": " Payza is the leading global online payment platform that specializes in e-commerce processing, corporate disbursements, and remittances for individuals and businesses around the world. The e-wallet platform provides Payza members worldwide with convenient and flexible loading and withdrawal options, such as localized bank transfers, global bank wires, credit\/debit card, and prepaid cards, among others. "
+ "en": " Payza is the leading global online payment platform that specializes in e-commerce processing, corporate disbursements, and remittances for individuals and businesses around the world. The e-wallet platform provides Payza members worldwide with convenient and flexible loading and withdrawal options, such as localized bank transfers, global bank wires, credit/debit card, and prepaid cards, among others. "
}
},
{
@@ -19195,7 +19359,7 @@
"code": "dinpay",
"status": "active",
"links": {
- "website": "http:\/\/www.dinpay.com"
+ "website": "http://www.dinpay.com"
},
"contacts": {
"email": "us@ddbill.com",
@@ -19226,7 +19390,7 @@
"en": "BilltoMobile"
},
"description": {
- "en": " Danal, Inc. d\/b\/a BilltoMobile, a majority owned US subsidiary of Danal Co., is the leading provider of mobile business solutions enabling payments, commerce services, targeted marketing, and wallet services optimized for display, mobile and integrated devices. Danal provides its merchant customers access to four billion subscribers in over 80 countries, representing $2 billion in annual worldwide transaction processing volume. As the only company directly processing payments for all Tier-1 US carriers, Danal is the leader in US direct carrier integration. As the direct billing leader, Danal serves as a mobile payments gateway for Verizon, providing direct billing access for other payment aggregators as well as contracted large-scale merchants. BilltoMobile is privately held and headquartered in San Jose, CA. Its strategic investor and majority shareholder, Danal Co. Ltd (Seoul, South Korea), pioneered Direct Carrier Billing technology in Korea, Taiwan & China. "
+ "en": " Danal, Inc. d/b/a BilltoMobile, a majority owned US subsidiary of Danal Co., is the leading provider of mobile business solutions enabling payments, commerce services, targeted marketing, and wallet services optimized for display, mobile and integrated devices. Danal provides its merchant customers access to four billion subscribers in over 80 countries, representing $2 billion in annual worldwide transaction processing volume. As the only company directly processing payments for all Tier-1 US carriers, Danal is the leader in US direct carrier integration. As the direct billing leader, Danal serves as a mobile payments gateway for Verizon, providing direct billing access for other payment aggregators as well as contracted large-scale merchants. BilltoMobile is privately held and headquartered in San Jose, CA. Its strategic investor and majority shareholder, Danal Co. Ltd (Seoul, South Korea), pioneered Direct Carrier Billing technology in Korea, Taiwan & China. "
}
},
{
@@ -19245,7 +19409,7 @@
"en": "Zong"
},
"description": {
- "en": " Zong is now the leading mobile payments platform for gaming and social networking companies. Zong enables seamless payments for over 1,000 online merchants, including leading social networking, online gaming and digital content companies such as Facebook, IMVU, Gaia Online, Sony Online Entertainment, IAC\/Mindspark, Ubisoft, Acclaim, and Konami. "
+ "en": " Zong is now the leading mobile payments platform for gaming and social networking companies. Zong enables seamless payments for over 1,000 online merchants, including leading social networking, online gaming and digital content companies such as Facebook, IMVU, Gaia Online, Sony Online Entertainment, IAC/Mindspark, Ubisoft, Acclaim, and Konami. "
}
},
{
@@ -19341,7 +19505,7 @@
"en": "Mobipaid"
},
"description": {
- "en": " Mobipaid is a payment technology solution offering ecommerce transactions in a secure yet mobile setting. We are bridging the gap between traditional ecommerce payments and POS; between 'card not present' and 'card present' payments. Mobipaid can save on hardware costs for POS users as it can make ecommerce merchants more flexible and secure in taking card payments. To operate the service the merchant and customer require only a device capable of connecting to the internet. The merchant pays only when he\/she uses the service; the customer uses it for free. Merchants can use with their existing MID or get a Mobipaid issued one. This is a cloud-based service and there is no customer requirement to download an app or register card details. The merchants 'request' payment by sending customers an email or text message (SMS). Included in the payment request is a URL link to a secure PCI DSS Level 1 gateway. Customers follow the URL and pay! "
+ "en": " Mobipaid is a payment technology solution offering ecommerce transactions in a secure yet mobile setting. We are bridging the gap between traditional ecommerce payments and POS; between 'card not present' and 'card present' payments. Mobipaid can save on hardware costs for POS users as it can make ecommerce merchants more flexible and secure in taking card payments. To operate the service the merchant and customer require only a device capable of connecting to the internet. The merchant pays only when he/she uses the service; the customer uses it for free. Merchants can use with their existing MID or get a Mobipaid issued one. This is a cloud-based service and there is no customer requirement to download an app or register card details. The merchants 'request' payment by sending customers an email or text message (SMS). Included in the payment request is a URL link to a secure PCI DSS Level 1 gateway. Customers follow the URL and pay! "
}
},
{
@@ -19433,7 +19597,7 @@
"code": "cngpro",
"status": "active",
"links": {
- "website": "http:\/\/www.cngpro.com"
+ "website": "http://www.cngpro.com"
},
"contacts": {
"email": "info@cngpro.com"
@@ -19523,7 +19687,7 @@
"en": "PayStand"
},
"description": {
- "en": " PayStand is a next generation payment & eCommere checkout system that enables any organization to receive money in their Website, Social Network, or Web Application without transaction costs. We are the first multi-payment gateway that accepts credit cards (Visa\/MasterCard\/Amex\/Discover), eCheck (ACH\/Dwolla), and eCash (Bitcoins) with 0% transaction fees. Thousands of merchants are using PayStand for their online payments, shopping cart, donation management, subscriptions, eCommerce integrations, recurring payments, checkout experience and more. Plus, unlike other payment networks, PayStand is delightful to work with and built for the Internet age. We do not require complex coding, additional software or a pre-existing merchant account; any business can get started in minutes. "
+ "en": " PayStand is a next generation payment & eCommere checkout system that enables any organization to receive money in their Website, Social Network, or Web Application without transaction costs. We are the first multi-payment gateway that accepts credit cards (Visa/MasterCard/Amex/Discover), eCheck (ACH/Dwolla), and eCash (Bitcoins) with 0% transaction fees. Thousands of merchants are using PayStand for their online payments, shopping cart, donation management, subscriptions, eCommerce integrations, recurring payments, checkout experience and more. Plus, unlike other payment networks, PayStand is delightful to work with and built for the Internet age. We do not require complex coding, additional software or a pre-existing merchant account; any business can get started in minutes. "
}
},
{
@@ -19631,7 +19795,7 @@
"en": "Ngan Luong "
},
"description": {
- "en": " NganLuong.vn is the leading ewallet payment service in VietNam Pilot licensed by Central Bank Quick and Easy merchant self-integration (like PayPal) - The only local partner for PayPal - 10,000+ eCommerce merchants - 500,000+ eWallet accounts (3M including guest checkout) Pround as the best practice for other players to follow, built by Vietnamese for Vietnamese. Largest funding sources: - Online connection with 90% bank account\/card market - 50% direct connections, growing to in-depth model - The latest first-tier online international card processor - Support other funding sources Most favourite e-Wallet and online payment award: 3 years in-a-row. "
+ "en": " NganLuong.vn is the leading ewallet payment service in VietNam Pilot licensed by Central Bank Quick and Easy merchant self-integration (like PayPal) - The only local partner for PayPal - 10,000+ eCommerce merchants - 500,000+ eWallet accounts (3M including guest checkout) Pround as the best practice for other players to follow, built by Vietnamese for Vietnamese. Largest funding sources: - Online connection with 90% bank account/card market - 50% direct connections, growing to in-depth model - The latest first-tier online international card processor - Support other funding sources Most favourite e-Wallet and online payment award: 3 years in-a-row. "
}
},
{
@@ -19644,7 +19808,7 @@
"email": "contact@websecpay.com"
},
"address": {
- "street": " Vincenti Buildings, 28\/19 Strait Street Malta "
+ "street": " Vincenti Buildings, 28/19 Strait Street Malta "
},
"name": {
"en": "Websecpay"
@@ -19653,27 +19817,6 @@
"en": " WEBSECPAY is an Internet Payment Service Provider that offers an effective payment solution to securely accept credit cards via Internet. The company was formed by e-commerce professionals to gather and offer to the market a wide experience in the Internet card processing for any type of business. "
}
},
- {
- "code": "firstatlanticcommerce",
- "status": "active",
- "links": {
- "website": "http:\/\/www.firstatlanticcommerce.com"
- },
- "contacts": {
- "email": "tlineshill@fac.bm",
- "phone": "4412944625",
- "fax": "1 441-295-6855"
- },
- "address": {
- "street": " Burnaby StreetHM 11 Hamiltonplease select...Bermuda "
- },
- "name": {
- "en": "First Atlantic Commerce"
- },
- "description": {
- "en": " Special Provider Features Below you can find the special product and service features of this payment provider. Take this into account when choosing the payment provider to process your online payments. There is more to just payment processing and pricing. "
- }
- },
{
"code": "erstebank",
"status": "active",
@@ -19812,12 +19955,12 @@
"en": "SentryPayments"
},
"description": {
- "en": " Since 2008, Sentry Payments has been an established, privately held company headquartered in Vancouver, BC. We are a proud Canadian company that does business on a global scale, securing large, medium and small online clients all over the world for many years. We are a team of skilled and trained professionals in coding, networking, system\/security administration and client support that have built and maintained a top-of-the-line credit card payment processing platform. With a group that holds decades of experience in programming, security and systems, we enjoy the work we do and are dedicated to bringing the best processing platform to our clients. "
+ "en": " Since 2008, Sentry Payments has been an established, privately held company headquartered in Vancouver, BC. We are a proud Canadian company that does business on a global scale, securing large, medium and small online clients all over the world for many years. We are a team of skilled and trained professionals in coding, networking, system/security administration and client support that have built and maintained a top-of-the-line credit card payment processing platform. With a group that holds decades of experience in programming, security and systems, we enjoy the work we do and are dedicated to bringing the best processing platform to our clients. "
}
},
{
"code": "monetaru",
- "status": "active",
+ "status": "deprecated",
"address": {
"street": " Moscow109129 Russian Federation "
},
@@ -19892,7 +20035,7 @@
"en": "Payscout"
},
"description": {
- "en": " Payscout is a global payment processing provider covering six continents by connecting merchants and consumers via credit, debit, ATM, and alternative payment networks. What differentiates Payscout is its mission, “to support the entrepreneurial dream one transaction at a time.” Payscout achieves this by being a thought leader in the payments industry. Its “Go Global Now” technology platform gives merchants instant access to 100+ countries, billions of consumers, and trillions of dollars. Payscout offers payment processing solutions for brick-and-mortar and ecommerce transactions, and has earned acclaim as a new-generation provider of merchant banking services, specializing in online\/ecommerce retailers with a predominant proportion of card-not-present (CNP) transactions; it is one of the few providers to deliver a true global payment solution that encompasses all merchant risk verticals. "
+ "en": " Payscout is a global payment processing provider covering six continents by connecting merchants and consumers via credit, debit, ATM, and alternative payment networks. What differentiates Payscout is its mission, “to support the entrepreneurial dream one transaction at a time.” Payscout achieves this by being a thought leader in the payments industry. Its “Go Global Now” technology platform gives merchants instant access to 100+ countries, billions of consumers, and trillions of dollars. Payscout offers payment processing solutions for brick-and-mortar and ecommerce transactions, and has earned acclaim as a new-generation provider of merchant banking services, specializing in online/ecommerce retailers with a predominant proportion of card-not-present (CNP) transactions; it is one of the few providers to deliver a true global payment solution that encompasses all merchant risk verticals. "
}
},
{
@@ -19953,7 +20096,7 @@
"phone": "+44 1212966343"
},
"links": {
- "website": "https:\/\/www.paysec.com"
+ "website": "https://www.paysec.com"
},
"address": {
"street": " 115 B, Suite 3, Old Mint StreetVLT 1515 ValletaMalta "
@@ -20087,7 +20230,7 @@
"UY"
],
"links": {
- "website": "https:\/\/www.vantagepayments.com\/"
+ "website": "https://www.vantagepayments.com/"
},
"contacts": {
"email": "dustin@vantagepayments.com",
@@ -20168,7 +20311,7 @@
"AE"
],
"links": {
- "website": "https:\/\/www.paymentgarage.com\/en_GB\/"
+ "website": "https://www.paymentgarage.com/en_GB/"
},
"address": {
"street": " Am Drais 7 61118 Bad Vilbel Germany "
@@ -20195,9 +20338,9 @@
},
{
"code": "dengionline",
- "status": "active",
+ "status": "deprecated",
"links": {
- "website": "http:\/\/www.dengionline.com"
+ "website": "http://www.dengionline.com"
},
"contacts": {
"email": "sales@dengionline.com",
@@ -20217,7 +20360,7 @@
"code": "bestcoin.cc",
"status": "active",
"links": {
- "website": "https:\/\/bestcoin.cc"
+ "website": "https://bestcoin.cc"
},
"name": {
"en": "bestcoin.cc"
@@ -20303,7 +20446,7 @@
"AE"
],
"links": {
- "website": "https:\/\/www.acapture.com\/"
+ "website": "https://www.acapture.com/"
},
"contacts": {
"email": "sales@acapture.com",
@@ -20341,28 +20484,16 @@
"en": "Payleap"
},
"description": {
- "en": " PayLeap is a leading, innovative, payment platform company delivering a full suite of secure payment solutions for eCommerce, face-to-face, mail\/phone, recurring, and mobile businesses. PayLeap provides a single source solution which includes fraud management, end-to-end encryption, tokenization, secure cardholder data vault, recurring invoicing and mobile payment capabilities. Known for innovative, secure payments technology, PayLeap offers exclusive PaySecure Internet PIN debit, which allows customers to enter their PIN online in an extremely secure environment for instant good funds. "
+ "en": " PayLeap is a leading, innovative, payment platform company delivering a full suite of secure payment solutions for eCommerce, face-to-face, mail/phone, recurring, and mobile businesses. PayLeap provides a single source solution which includes fraud management, end-to-end encryption, tokenization, secure cardholder data vault, recurring invoicing and mobile payment capabilities. Known for innovative, secure payments technology, PayLeap offers exclusive PaySecure Internet PIN debit, which allows customers to enter their PIN online in an extremely secure environment for instant good funds. "
}
},
{
"code": "easypay",
"status": "active",
- "countries": [
- "PT"
- ],
- "contacts": {
- "email": "correio@easypay.pt",
- "phone": "+351 213 617 930",
- "fax": "+351 213 617 929"
- },
- "address": {
- "street": " Rua Soares Passos 14b1300-537 LisbonPortugal "
- },
"name": {
- "en": "easypay"
- },
- "description": {
- "en": " INCREASE YOUR SALES ACCEPTING NEW PAYMENT METHODS \u2028 Suitable for any type of payment, from an invoice to an online shop purchase or even for recurrent payments over direct debit. \u2028RECEIVE BY MULTIBANCO, VISA, MASTERCARD, AMEX, DIRECT DEBIT, BOLETO BANCARIO Your budgets and monthly bills can be paid in all ATM machines, home banking, Internet and even mobile phones.\u2028 JOIN IN MINUTES \u2028 The implementation is done in minutes and it's ready to work with key management software and online stores. We provide web services for both Linux and Windows. \u2028\u2028 FOLLOW PAYMENTS IN REAL-TIME Whenever a payment is received, we notify you immediately by email GET A BACKUP OF ALL YOUR PAYMENTS Payment history is stored for 5 years. "
+ "en": "EasyPay",
+ "ru": "EasyPay",
+ "ua": "EasyPay"
}
},
{
@@ -20381,12 +20512,12 @@
"en": "maxiPago!"
},
"description": {
- "en": " maxiPago! is the first payments gateway built for Latin Americawith global processing standards. We have achieved this by combining years of local LatAm experience and best practices with a proven international platform with unparalleled capacity (4.000 transactions per second), availability (99.99%) and features (below). mP! supports local payments in Brazil, Mexico, Colombia and Chile local cards\/acquirers, installment payments, boleto banc�¡rio, online debit, multi-currency etc maxiPago! helps its clients maximize sales the traditional role of a gateway has been a passive switch â?? maxiPago! is providing tools to actively help its clients maximize sales maxiPago! helps its clients minimize cost scale, smart transaction tools and automation helps maxiPagoâ??s clients truly lower their operational cost per transaction "
+ "en": " maxiPago! is the first payments gateway built for Latin Americawith global processing standards. We have achieved this by combining years of local LatAm experience and best practices with a proven international platform with unparalleled capacity (4.000 transactions per second), availability (99.99%) and features (below). mP! supports local payments in Brazil, Mexico, Colombia and Chile local cards/acquirers, installment payments, boleto banc�¡rio, online debit, multi-currency etc maxiPago! helps its clients maximize sales the traditional role of a gateway has been a passive switch â?? maxiPago! is providing tools to actively help its clients maximize sales maxiPago! helps its clients minimize cost scale, smart transaction tools and automation helps maxiPagoâ??s clients truly lower their operational cost per transaction "
}
},
{
"code": "rbkmoney",
- "status": "active",
+ "status": "deprecated",
"address": {
"street": " MoscowE14 5LQ Russia, UK & Europe "
},
@@ -20449,7 +20580,7 @@
"AE"
],
"links": {
- "website": "http:\/\/dalberry.com\/"
+ "website": "http://dalberry.com/"
},
"contacts": {
"email": "bizdev@dalberry.com",
@@ -20609,7 +20740,7 @@
"phone": "442035197000"
},
"address": {
- "street": " Boundary House, Boston RoadW7 2QE London- Select State\/Province -United Kingdom "
+ "street": " Boundary House, Boston RoadW7 2QE London- Select State/Province -United Kingdom "
},
"name": {
"en": "DIXIPAY"
@@ -20711,7 +20842,7 @@
"en": "Mozcom PayEasy"
},
"description": {
- "en": " Mozcom PayEasy is an online payment gateway for internet users and internet store owners. Using PayEasy, Online merchants can offer their products and services to a global market of buyers by accepting payments from major credit cards, BancNet\/Megalink ATM cards, Globe G-Cash, Smart Money, PayPal, and international direct bank debit from more than 25 countries through our partner gateways. Payeasy also supports offline payments through major local banks via Dragonpay and remittance centers Western Union and Cebuana Lhuillier. Mozcom PayEasy Online Payment System ('PayEasy' for short) simplifies the online payment process by providing a secure, unified interface to multiple payment options for merchants. PayEasy can process major credit cards, ATM debit cards, mobile payments, direct bank transfers from several countries in Asia, Europe, Australia and North America, and proprietary currencies like PayPal. PayEasy is owned and operated by Mozcom Inc. "
+ "en": " Mozcom PayEasy is an online payment gateway for internet users and internet store owners. Using PayEasy, Online merchants can offer their products and services to a global market of buyers by accepting payments from major credit cards, BancNet/Megalink ATM cards, Globe G-Cash, Smart Money, PayPal, and international direct bank debit from more than 25 countries through our partner gateways. Payeasy also supports offline payments through major local banks via Dragonpay and remittance centers Western Union and Cebuana Lhuillier. Mozcom PayEasy Online Payment System ('PayEasy' for short) simplifies the online payment process by providing a secure, unified interface to multiple payment options for merchants. PayEasy can process major credit cards, ATM debit cards, mobile payments, direct bank transfers from several countries in Asia, Europe, Australia and North America, and proprietary currencies like PayPal. PayEasy is owned and operated by Mozcom Inc. "
}
},
{
@@ -20728,7 +20859,7 @@
"code": "bitochek.net",
"status": "active",
"links": {
- "website": "https:\/\/bitochek.net\/"
+ "website": "https://bitochek.net/"
},
"name": {
"en": "bitochek.net"
@@ -20813,7 +20944,7 @@
"en": "PostFinance"
},
"description": {
- "en": " For everyone from first-time users to pros: PostFinance has a secure, professional solution for Internet payments tailored to individual’s needs. - Processing of online payments - three packages to choose from (Basic\/Startup\/Professional) - Maximum security through PCI certification and 3D-Secure for credit card transactions - Payments page for online transactions incorporated into your website design - Personal back office for monitoring transactions, reports, data management - Customer service via e-mail or telephone in German, French, Italian, English - Free test account, integration manuals and detailed product manuals - Customer service and system monitoring around the clock - Easy integration into your online shop "
+ "en": " For everyone from first-time users to pros: PostFinance has a secure, professional solution for Internet payments tailored to individual’s needs. - Processing of online payments - three packages to choose from (Basic/Startup/Professional) - Maximum security through PCI certification and 3D-Secure for credit card transactions - Payments page for online transactions incorporated into your website design - Personal back office for monitoring transactions, reports, data management - Customer service via e-mail or telephone in German, French, Italian, English - Free test account, integration manuals and detailed product manuals - Customer service and system monitoring around the clock - Easy integration into your online shop "
}
},
{
@@ -20984,7 +21115,7 @@
"VE"
],
"links": {
- "website": "http:\/\/www.multicards.com"
+ "website": "http://www.multicards.com"
},
"contacts": {
"email": "michelh@multicards.com",
@@ -21240,7 +21371,7 @@
"UM"
],
"links": {
- "website": "http:\/\/www.kalixa.com"
+ "website": "http://www.kalixa.com"
},
"contacts": {
"email": "contact@kalixa.com",
@@ -21275,7 +21406,7 @@
},
{
"code": "payonline",
- "status": "active",
+ "status": "deprecated",
"countries": [
"AD",
"AU",
@@ -21349,7 +21480,7 @@
"en": "Authorize.Net"
},
"description": {
- "en": " Since 1996, Authorize.Net has been a leading provider of payment gateway services, managing the submission of billions of transactions to the processing networks on behalf of merchant customers. The Authorize.Net Payment Gateway helps more than 380,000 merchants to accept and manage credit card and electronic check transactions via websites, retail stores, mail order\/telephone order (MOTO) call centers and mobile devices, providing a reliable platform, scalability, and numerous value-adding services. Authorize.Net is the preferred choice of our extensive reseller network, thanks to competitive buy rates, reliable residual payments, and free merchant and reseller support. Additionally, the Authorize.Net Affiliate Program provides a convenient and simple way for any business, developer, or individual to receive monthly commissions for referring their clients to Authorize.Net. "
+ "en": " Since 1996, Authorize.Net has been a leading provider of payment gateway services, managing the submission of billions of transactions to the processing networks on behalf of merchant customers. The Authorize.Net Payment Gateway helps more than 380,000 merchants to accept and manage credit card and electronic check transactions via websites, retail stores, mail order/telephone order (MOTO) call centers and mobile devices, providing a reliable platform, scalability, and numerous value-adding services. Authorize.Net is the preferred choice of our extensive reseller network, thanks to competitive buy rates, reliable residual payments, and free merchant and reseller support. Additionally, the Authorize.Net Affiliate Program provides a convenient and simple way for any business, developer, or individual to receive monthly commissions for referring their clients to Authorize.Net. "
}
},
{
@@ -21388,7 +21519,7 @@
"code": "payspace",
"status": "active",
"address": {
- "street": " P.Brieža 15\/11067 Latvia "
+ "street": " P.Brieža 15/11067 Latvia "
},
"name": {
"en": "PaySpace"
@@ -21641,78 +21772,13 @@
{
"code": "truevo",
"status": "active",
- "countries": [
- "AU",
- "BE",
- "BG",
- "HR",
- "CY",
- "CZ",
- "DK",
- "EE",
- "FJ",
- "FR",
- "DE",
- "GI",
- "GR",
- "HU",
- "IS",
- "IT",
- "LV",
- "LI",
- "LT",
- "LU",
- "ML",
- "NL",
- "NO",
- "AX",
- "PT",
- "RO",
- "SK",
- "ES",
- "SE",
- "CH",
- "AE"
- ],
- "contacts": {
- "email": "sales@truevo.com",
- "phone": "+356 2247 4000"
- },
- "address": {
- "street": " MWH Building, Oratory StreetNXR 2504 NaxxarMalta "
- },
- "name": {
- "en": "Truevo Payments"
- },
- "description": {
- "en": " As a licensed acquirer and payment solutions provider, Truevo enables the acceptance of card transactions, manages card settlements and mitigates risk, with customised 24\/7 transaction monitoring capabilities. Truevo is a PCI DSS Level 1 service provider. Our technical platforms, therefore, comply with the Payment Card Industry’s highest security standards. Our simple, intuitive and user-friendly payment solutions facilitate payments across multiple channels, including: • E-Commerce • Mobile Point-of-Sale (mPOS) • Virtual Point-of-Sale (vPOS) • Original Credit Transactions (OCT) We provide merchant accounts and card processing services to European businesses of all sizes, from micro-merchants to large enterprises. We also welcome Partners such as Independent Sales Organisation (ISOs), PSPs, Payment Facilitators and Gateway providers. "
- }
- },
- {
- "code": "transactpro",
- "status": "active",
- "countries": [
- "EE",
- "DE",
- "IS",
- "LV",
- "LT",
- "RW",
- "AE"
- ],
- "contacts": {
- "email": "info@transactpro.lv",
- "phone": "+371 6722 6717",
- "fax": "+371 6722 6741"
- },
- "address": {
- "street": " Str. Ropazu 10, 12th floor, LV-1039 RigaLatvia "
+ "links": {
+ "website": "https://truevo.com"
},
"name": {
- "en": "Transact Pro"
- },
- "description": {
- "en": " E-Commerce merchants enjoy the following direct services provided by Transact Pro: 1. Merchant accounts - to accept payments by Visa\/MasterCard\/Amex payment cards; 2. Payment Gateway services - to integrate websites and process payments; 3. Current (checking or business) accounts - to receive the proceeds and effect business payments; 4. MasterCard payment cards for immediate access to the account balance. In 2009, Transact Pro became the first Latvian non-banking institution to join international payment organization MasterCard Worldwide as a principal member with the right to issue MasterCard payment cards. In 2015 Transact Pro became a member of Visa Europe as well as got the MasterCard International and Visa Europe licenses with the right to provide acquiring services. We strive to make our services accessible and convenient for everyone. "
+ "en": "Truevo",
+ "ru": "Truevo",
+ "uk": "Truevo"
}
},
{
@@ -21913,7 +21979,7 @@
"VN"
],
"links": {
- "website": "https:\/\/www.hipaymobile.com"
+ "website": "https://www.hipaymobile.com"
},
"contacts": {
"email": "contact.mobile@hipay.com",
@@ -21933,7 +21999,7 @@
"code": "maxpay",
"status": "active",
"links": {
- "website": "https:\/\/maxpay.com"
+ "website": "https://maxpay.com"
},
"contacts": {
"email": "start@maxpay.com"
@@ -21952,7 +22018,7 @@
"code": "genome",
"status": "active",
"links": {
- "website": "https:\/\/genome.eu"
+ "website": "https://genome.eu"
},
"address": {
"street": " Vilniaus m. sav. Vilniaus m. Žalgirio g. 88"
@@ -22071,7 +22137,7 @@
"code": "geeexchange",
"status": "active",
"links": {
- "website": "https:\/\/geeexchange.com\/"
+ "website": "https://geeexchange.com/"
},
"name": {
"en": "geeexchange.com"
@@ -22081,7 +22147,7 @@
"code": "uniex.co",
"status": "active",
"links": {
- "website": "https:\/\/uniex.co"
+ "website": "https://uniex.co"
},
"name": {
"en": "uniex.co"
@@ -22100,7 +22166,7 @@
"en": "PaymentOne"
},
"description": {
- "en": " PaymentOne Corporation provides online payment services in the United States. The company manages the PaymentOne Carrier Network, which provides digital merchants a single integration point and direct access to billable consumers across network operators. It offers PhoneBill service, which enables merchants to reach consumers, and enables consumers to add charges to their monthly phone bills; turnkey payment platforms; and third party billing, hosted commerce management, and content syndication services that help clients attract, convert, and retain consumers. The company serves line media companies, Internet service providers, digital content providers, network operators, broadband providers, software\/application publishers, mobile operators, and online portals. The company was founded in 2000 as eBillit, Inc. and changed its name to PaymentOne Corporation in November 2002. "
+ "en": " PaymentOne Corporation provides online payment services in the United States. The company manages the PaymentOne Carrier Network, which provides digital merchants a single integration point and direct access to billable consumers across network operators. It offers PhoneBill service, which enables merchants to reach consumers, and enables consumers to add charges to their monthly phone bills; turnkey payment platforms; and third party billing, hosted commerce management, and content syndication services that help clients attract, convert, and retain consumers. The company serves line media companies, Internet service providers, digital content providers, network operators, broadband providers, software/application publishers, mobile operators, and online portals. The company was founded in 2000 as eBillit, Inc. and changed its name to PaymentOne Corporation in November 2002. "
}
},
{
@@ -22280,7 +22346,7 @@
"code": "allchargecom",
"status": "active",
"links": {
- "website": "http:\/\/www.allcharge.com"
+ "website": "http://www.allcharge.com"
},
"contacts": {
"fax": "-"
@@ -22464,7 +22530,7 @@
"UM"
],
"links": {
- "website": "https:\/\/altapay.com"
+ "website": "https://altapay.com"
},
"contacts": {
"email": "sales@altapay.com",
@@ -22484,7 +22550,7 @@
"code": "ru.btcbit.net",
"status": "active",
"links": {
- "website": "https:\/\/ru.btcbit.net"
+ "website": "https://ru.btcbit.net"
},
"name": {
"en": "btcbit"
@@ -22494,7 +22560,7 @@
"code": "bitcoin24.su",
"status": "active",
"links": {
- "website": "https:\/\/bitcoin24.su\/"
+ "website": "https://bitcoin24.su/"
},
"name": {
"en": "bitcoin24.su"
@@ -22524,7 +22590,7 @@
"code": "ebillingsolutions",
"status": "active",
"links": {
- "website": "http:\/\/www.ebs.in"
+ "website": "http://www.ebs.in"
},
"contacts": {
"email": "sales@ebs.in",
@@ -22537,14 +22603,14 @@
"en": "EBS"
},
"description": {
- "en": " E-Billing Solutions Pvt. Ltd. (EBS), part of Ingenico, the #1 payment terminal manufacturer, is the forerunner to offer comprehensive and easy payment solutions for e-commerce industry in India. EBS has associated with multiple acquiring banks and other entities to provide payment services to over 8000+ merchants and today offers 100+ payment options via Credit \/Debit Cards, Net banking, Mobile, Cash Cards & E-Wallets on a single platform. EBS is PCI DSS 2.0 compliant and is also distinguished as being the first Indian merchant account provider to achieve the PCI DSS Level 1.0 Standards of Compliance. EBS is also ISO 27001 Compliant for Information Security Management Systems (ISMS). These achievements make EBS one of the most secured on-line payment service providers in the world. EBS has deployed systems which make available sophisticated technology to Indian merchants through a user friendly console, integrated with a feature rich payment module. "
+ "en": " E-Billing Solutions Pvt. Ltd. (EBS), part of Ingenico, the #1 payment terminal manufacturer, is the forerunner to offer comprehensive and easy payment solutions for e-commerce industry in India. EBS has associated with multiple acquiring banks and other entities to provide payment services to over 8000+ merchants and today offers 100+ payment options via Credit /Debit Cards, Net banking, Mobile, Cash Cards & E-Wallets on a single platform. EBS is PCI DSS 2.0 compliant and is also distinguished as being the first Indian merchant account provider to achieve the PCI DSS Level 1.0 Standards of Compliance. EBS is also ISO 27001 Compliant for Information Security Management Systems (ISMS). These achievements make EBS one of the most secured on-line payment service providers in the world. EBS has deployed systems which make available sophisticated technology to Indian merchants through a user friendly console, integrated with a feature rich payment module. "
}
},
{
"code": "payrexx",
"status": "active",
"links": {
- "website": "https:\/\/www.payrexx.com\/?ref=aboutpayments"
+ "website": "https://www.payrexx.com/?ref=aboutpayments"
},
"contacts": {
"email": "support@payrexx.com",
@@ -22564,7 +22630,7 @@
"code": "alliedwallet2",
"status": "active",
"links": {
- "website": "http:\/\/www.alliedwallet.com"
+ "website": "http://www.alliedwallet.com"
},
"contacts": {
"email": "akild@alliedwallet.com",
@@ -22626,7 +22692,7 @@
"code": "kingpaypayments",
"status": "active",
"links": {
- "website": "http:\/\/kingpaypayments.com"
+ "website": "http://kingpaypayments.com"
},
"contacts": {
"email": "hello@kingpaypayments.com",
@@ -22668,7 +22734,7 @@
"code": "aretosystems",
"status": "active",
"links": {
- "website": "http:\/\/www.aretosystems.com"
+ "website": "http://www.aretosystems.com"
},
"contacts": {
"email": "sales@aretosystems.com",
@@ -22688,7 +22754,7 @@
"code": "ebanx",
"status": "active",
"links": {
- "website": "https:\/\/business.ebanx.com\/en\/"
+ "website": "https://business.ebanx.com/en/"
},
"contacts": {
"email": "bizdev@ebanx.com",
@@ -22708,7 +22774,7 @@
"code": "klikpay",
"status": "active",
"links": {
- "website": "http:\/\/www.klikandpay.com"
+ "website": "http://www.klikandpay.com"
},
"contacts": {
"email": "market@klikandpay.com",
@@ -22751,7 +22817,7 @@
"MX"
],
"links": {
- "website": "http:\/\/www.allpago.com"
+ "website": "http://www.allpago.com"
},
"contacts": {
"email": "sales@allpago.com",
@@ -22831,7 +22897,7 @@
"UM"
],
"links": {
- "website": "http:\/\/quickpay.net\/"
+ "website": "http://quickpay.net/"
},
"contacts": {
"email": "sales@quickpay.net"
@@ -22843,14 +22909,14 @@
"en": "QuickPay"
},
"description": {
- "en": " QuickPay is the safe and smart choice for payment for Internet transactions. QuickPay works with all common credit- and debit cards - as well as other popular payment methods such as Paypal, Sofort Banking and other e-banking facilities. QuickPay connects more than 30,000 merchants to more than 15 different payment methods thought more than 60 shop modules and other integration possibilities (1\/2018). QuickPay offers an extensive and well-documented API allowing for the strongest possible integration into any business flow. "
+ "en": " QuickPay is the safe and smart choice for payment for Internet transactions. QuickPay works with all common credit- and debit cards - as well as other popular payment methods such as Paypal, Sofort Banking and other e-banking facilities. QuickPay connects more than 30,000 merchants to more than 15 different payment methods thought more than 60 shop modules and other integration possibilities (1/2018). QuickPay offers an extensive and well-documented API allowing for the strongest possible integration into any business flow. "
}
},
{
"code": "netpayinternational2",
"status": "active",
"links": {
- "website": "http:\/\/www.netpay-intl.com"
+ "website": "http://www.netpay-intl.com"
},
"address": {
"street": " 11 HaSadnaot street4672839 HerzeliyaIsrael "
@@ -22882,7 +22948,7 @@
"code": "algocharge",
"status": "active",
"links": {
- "website": "http:\/\/www.algocharge.com"
+ "website": "http://www.algocharge.com"
},
"contacts": {
"email": "support@algocharge.com",
@@ -22927,7 +22993,7 @@
"code": "2checkoutcom",
"status": "active",
"links": {
- "website": "http:\/\/www.2checkout.com"
+ "website": "http://www.2checkout.com"
},
"contacts": {
"phone": "614-921-2450",
@@ -22973,7 +23039,7 @@
"en": "GlobalPay LTD"
},
"description": {
- "en": " GlobalPay LTD provides PCI compliant high risk merchant account services for online businesses worldwide, allowing merchants to process credit cards, debit cards, gift cards and electronic checks. Read more: https:\/\/globalpayltd.com\/#ixzz4sjBgFaYy "
+ "en": " GlobalPay LTD provides PCI compliant high risk merchant account services for online businesses worldwide, allowing merchants to process credit cards, debit cards, gift cards and electronic checks. Read more: https://globalpayltd.com/#ixzz4sjBgFaYy "
}
},
{
@@ -22999,7 +23065,7 @@
"VN"
],
"links": {
- "website": "https:\/\/1pay.vn"
+ "website": "https://1pay.vn"
},
"contacts": {
"email": "info@1pay.vn",
@@ -23033,7 +23099,7 @@
"code": "ppro",
"status": "active",
"links": {
- "website": "http:\/\/www.ppro.com"
+ "website": "http://www.ppro.com"
},
"contacts": {
"email": "info@ppro.com",
@@ -23043,7 +23109,9 @@
"street": " 23 Hanover SquareW1S 1JB LondonUnited Kingdom "
},
"name": {
- "en": "PPRO Financial Ltd"
+ "en": "PPRO",
+ "ru": "PPRO",
+ "uk": "PPRO"
},
"description": {
"en": " PPRO is a specialist for Alternative Payment Methods (online-banking payments, cash-payments, direct debit, wallets, etc.), focused on supporting PSPs globally to increase the number of payment methods they can offer to their merchants. As a licensed e-money institution, PPRO covers the full value chain from processing to collecting and beyond just with one technical integration and one contract. PPRO´s solution is fully white-labeled and offers value added services like refund-functionality for many payment methods beyond the standard functionality of these schemes. "
@@ -23053,7 +23121,7 @@
"code": "skipjackpaymentsolutions",
"status": "active",
"links": {
- "website": "http:\/\/www.skipjack.com\/default.aspx"
+ "website": "http://www.skipjack.com/default.aspx"
},
"contacts": {
"phone": "+1 513.588.2100",
@@ -23124,7 +23192,7 @@
"UM"
],
"links": {
- "website": "http:\/\/www.2000Charge.com"
+ "website": "http://www.2000Charge.com"
},
"address": {
"street": " 91101 United States of America "
@@ -23153,7 +23221,7 @@
"VN"
],
"links": {
- "website": "http:\/\/www.asiapay.com"
+ "website": "http://www.asiapay.com"
},
"contacts": {
"email": "sales@asiapay.com",
@@ -23202,7 +23270,7 @@
"VN"
],
"links": {
- "website": "http:\/\/www.2c2p.com"
+ "website": "http://www.2c2p.com"
},
"contacts": {
"email": "support@2c2p.com",
@@ -23222,7 +23290,7 @@
"code": "paymentbillsservice",
"status": "active",
"links": {
- "website": "http:\/\/paymentbillsservice.com"
+ "website": "http://paymentbillsservice.com"
},
"contacts": {
"email": "info@paymentbillsservice.com",
@@ -23235,14 +23303,14 @@
"en": "PaymentBillsService"
},
"description": {
- "en": " Payment Bills Service (PBS), a leading processor in Asia specializes in international online payment solutions to high risk merchants. PBS supports credit\/debit cards including Visa, MasterCard, and JCB in over 180 currencies with PCI level 1 payment gateways. With years of experience in payment industry, we have built up our own R&D team and a powerful black card database for fraud protection. Together with the introduction A.N.T. credit card anti-fraud system and risk management tools including Maxmind and Cybersource, PBS is devoted to customer payment security. "
+ "en": " Payment Bills Service (PBS), a leading processor in Asia specializes in international online payment solutions to high risk merchants. PBS supports credit/debit cards including Visa, MasterCard, and JCB in over 180 currencies with PCI level 1 payment gateways. With years of experience in payment industry, we have built up our own R&D team and a powerful black card database for fraud protection. Together with the introduction A.N.T. credit card anti-fraud system and risk management tools including Maxmind and Cybersource, PBS is devoted to customer payment security. "
}
},
{
"code": "assist",
- "status": "active",
+ "status": "deprecated",
"links": {
- "website": "http:\/\/www.assist.ru\/eng\/index.html"
+ "website": "http://www.assist.ru/eng/index.html"
},
"address": {
"street": " 9, Komissara Smirnova Str. St. PetersburgRussian Federation "
@@ -23360,7 +23428,7 @@
"code": "aibmerchantservices",
"status": "active",
"links": {
- "website": "http:\/\/www.aibms.com"
+ "website": "http://www.aibms.com"
},
"address": {
"street": " Ireland "
@@ -23372,6 +23440,18 @@
"en": " Card acceptance today is an important component of accepting payments and by working with AIB Merchant Services, you can be sure that you are working with a leading card acceptance organisation who will provide you with innovative solutions to support your business. By working with AIB Merchant Services, you have a merchant acquirer that has years of experience in credit and debit card acceptance services. We have extensive capability and knowledge of providing card acceptance services, terminals and technology to Merchants and partners across Europe. AIB Merchant Services offers a comprehensive range of card processing solutions for businesses wishing to accept electronic credit and debit card payments. We offer Credit and Debit card processing including tailored solutions for a wide spectrum of business types from traditional domestic retailers to large multinationals trading globally . "
}
},
+ {
+ "code": "starpago",
+ "status": "active",
+ "links": {
+ "website": "https://www.starpago.com/"
+ },
+ "name": {
+ "en": "Starpago",
+ "ru": "Starpago",
+ "ua": "Starpago"
+ }
+ },
{
"code": "bancodobrasil",
"status": "active",
@@ -23477,7 +23557,7 @@
"UA"
],
"links": {
- "website": "http:\/\/www.payfort.com"
+ "website": "http://www.payfort.com"
},
"contacts": {
"email": "fkhalidi@payfort.com",
@@ -23579,7 +23659,7 @@
"VN"
],
"links": {
- "website": "http:\/\/www.yuupay.com"
+ "website": "http://www.yuupay.com"
},
"contacts": {
"email": "info@yuupay.com",
@@ -23651,7 +23731,7 @@
"UM"
],
"links": {
- "website": "https:\/\/www.wirecard.com\/"
+ "website": "https://www.wirecard.com/"
},
"contacts": {
"email": "sales@wirecard.com",
@@ -23659,7 +23739,7 @@
"fax": "+49 89 4424 1500"
},
"address": {
- "street": " Einsteinring 3585609 Aschheim\/MunichGermany "
+ "street": " Einsteinring 3585609 Aschheim/MunichGermany "
},
"name": {
"en": "Wirecard"
@@ -23681,7 +23761,7 @@
"TH"
],
"links": {
- "website": "http:\/\/www.ipay88.com"
+ "website": "http://www.ipay88.com"
},
"contacts": {
"phone": "+603 2261 4668",
@@ -23701,7 +23781,7 @@
"code": "altoglobalprocessing",
"status": "active",
"links": {
- "website": "http:\/\/www.altoglobalprocessing.com"
+ "website": "http://www.altoglobalprocessing.com"
},
"contacts": {
"fax": "-"
@@ -23713,7 +23793,7 @@
"en": "Alto Global Processing"
},
"description": {
- "en": " Alto Global Processing is a 'turn key' and full service payment processing solutions company. Our team specializes in payment gateway services and the issuing and\/or reselling of private merchant accounts for 'high' risk clientele. The most valuable asset of our team is founded on the versatility of our team members. Our management team was strategically selected and premised on areas of expertise. In turn, Alto has collectively created an operational team that has decades of combined experience in the technical, banking and merchant space. Alto is cognizant of the ever changing regulations of the payment processing sector in reference to where their merchant's compete on a daily basis. So, we truly understand and empathize with the challenges a typical merchant is consistently faced with. More specifically, we have the ability to customize payment processing solutions that are not only 'turn key' but address the pressing needs of our clients: "
+ "en": " Alto Global Processing is a 'turn key' and full service payment processing solutions company. Our team specializes in payment gateway services and the issuing and/or reselling of private merchant accounts for 'high' risk clientele. The most valuable asset of our team is founded on the versatility of our team members. Our management team was strategically selected and premised on areas of expertise. In turn, Alto has collectively created an operational team that has decades of combined experience in the technical, banking and merchant space. Alto is cognizant of the ever changing regulations of the payment processing sector in reference to where their merchant's compete on a daily basis. So, we truly understand and empathize with the challenges a typical merchant is consistently faced with. More specifically, we have the ability to customize payment processing solutions that are not only 'turn key' but address the pressing needs of our clients: "
}
},
{
@@ -23915,7 +23995,7 @@
"en": "PayJunction"
},
"description": {
- "en": " PayJunction is a Level 1 PCI Compliant Service Provider that services thousands of businesses in every state in the United States. Since 2000, PayJunction has rapidly become a leading developer and provider of cutting edge merchant technology. PayJunction has also formed strategic alliances with leading financial institutions and technology partners to deliver the most comprehensive services in the industry. Our focus on sales integrity and customer service are the foundation of our corporate culture. PayJunction is a registered ISO\/MSP of First National Bank Omaha, 1620 Dodge St., Omaha, NE - Member FDIC "
+ "en": " PayJunction is a Level 1 PCI Compliant Service Provider that services thousands of businesses in every state in the United States. Since 2000, PayJunction has rapidly become a leading developer and provider of cutting edge merchant technology. PayJunction has also formed strategic alliances with leading financial institutions and technology partners to deliver the most comprehensive services in the industry. Our focus on sales integrity and customer service are the foundation of our corporate culture. PayJunction is a registered ISO/MSP of First National Bank Omaha, 1620 Dodge St., Omaha, NE - Member FDIC "
}
},
{
@@ -23965,7 +24045,7 @@
},
{
"code": "uniteller",
- "status": "active",
+ "status": "deprecated",
"address": {
"street": " 19 Zvyozdniy Blvd., Building 1 MoscowRussian Federation "
},
@@ -23980,7 +24060,7 @@
"code": "obmen.wm72",
"status": "active",
"links": {
- "website": "http:\/\/obmen.wm72.com"
+ "website": "http://obmen.wm72.com"
},
"name": {
"en": "Obmen.WM72"
@@ -23990,7 +24070,7 @@
"code": "cashing.su",
"status": "active",
"links": {
- "website": "https:\/\/www.cashing.su"
+ "website": "https://www.cashing.su"
},
"name": {
"en": "Cashing"
@@ -24000,7 +24080,7 @@
"code": "obmenvalut.net",
"status": "active",
"links": {
- "website": "https:\/\/obmenvalut.net"
+ "website": "https://obmenvalut.net"
},
"name": {
"en": "ObmenValut.net"
@@ -24010,7 +24090,7 @@
"code": "obmenka.ua",
"status": "active",
"links": {
- "website": "https:\/\/obmenka.ua"
+ "website": "https://obmenka.ua"
},
"name": {
"en": "Obmenka"
@@ -24104,7 +24184,7 @@
"code": "changer4u",
"status": "active",
"links": {
- "website": "https:\/\/changer4u.com\/"
+ "website": "https://changer4u.com/"
},
"name": {
"en": "Changer4u"
@@ -24114,12 +24194,19 @@
"code": "coinlave",
"status": "active",
"links": {
- "website": "https:\/\/coinlave.com\/"
+ "website": "https://coinlave.com/"
},
"name": {
"en": "Coinlave"
}
},
+ {
+ "code": "paytony",
+ "status": "active",
+ "name": {
+ "en": "Paytony"
+ }
+ },
{
"code": "bancoitau",
"status": "active",
@@ -24141,7 +24228,7 @@
"en": "Xsolla"
},
"description": {
- "en": " Xsolla is a video games billing and distribution solution, providing game developers and publishers with payment, billing, distribution, and marketing tools for doing business on a global scale. Xsolla provides monetization solutions, making it easy to accept in-game payments worldwide. Xsolla mission is to add value to game developers and publishers with the widest selection of payment methods, game-specific billing services, easy and simple integration, a robust user experience, fraud protection and chargeback management and most importantly higher paid conversions. Xsolla offers over 550 payment methods including credit and pre-paid cards, cash\/e-cash, online and mobile payments, payment kiosks. Over 1000 game developers and publishers choose Xsolla, including Valve (Steam), Twitch.tv, Nexon, Crytek, Ubisoft, Perfect World, Turbine, BigPoint, Snail Games, Webzen and many more. "
+ "en": " Xsolla is a video games billing and distribution solution, providing game developers and publishers with payment, billing, distribution, and marketing tools for doing business on a global scale. Xsolla provides monetization solutions, making it easy to accept in-game payments worldwide. Xsolla mission is to add value to game developers and publishers with the widest selection of payment methods, game-specific billing services, easy and simple integration, a robust user experience, fraud protection and chargeback management and most importantly higher paid conversions. Xsolla offers over 550 payment methods including credit and pre-paid cards, cash/e-cash, online and mobile payments, payment kiosks. Over 1000 game developers and publishers choose Xsolla, including Valve (Steam), Twitch.tv, Nexon, Crytek, Ubisoft, Perfect World, Turbine, BigPoint, Snail Games, Webzen and many more. "
}
},
{
@@ -24262,6 +24349,9 @@
{
"code": "fibonatix",
"status": "active",
+ "links": {
+ "website": "https://www.fibonatix.com"
+ },
"countries": [
"AX",
"AL",
@@ -24314,7 +24404,7 @@
"phone": "+972.3.604.3899"
},
"address": {
- "street": " 28th Floor, Champion Tower, Sheshet Hayamim Road 305120261 Bnei-BrakIsrael "
+ "street": " The Bonded Warehouse, 18 Lower Byrom St., M3 4AP, Spinningfields, Manchester "
},
"name": {
"en": "Fibonatix"
@@ -24422,7 +24512,7 @@
"ZW"
],
"links": {
- "website": "http:\/\/www.4cash.eu"
+ "website": "http://www.4cash.eu"
},
"contacts": {
"email": "info@4cash.eu",
@@ -24475,7 +24565,7 @@
"code": "innovatepayments",
"status": "active",
"contacts": {
- "fax": "N\/A"
+ "fax": "N/A"
},
"address": {
"street": " PO Box 333882 DubaiU.A.E. "
@@ -24508,7 +24598,7 @@
"en": "Netbilling"
},
"description": {
- "en": " Since 1998, NETbilling has provided processing services to thousands of internet merchants and companies of all sizes. NETbilling's flexible solutions process credit cards, electronic checks, and telephone orders, and work with any business model, including internet, broadband, wireless, call centers and retail establishments. Services include advanced reporting, membership site management, fraud scrubbing, a free shopping cart, and 24\/7 live service for merchants and their customers.NETbilling facilitates merchants every step of the way from merchant account acquisition to final implementation, training, and deployment. Our goal is to provide the absolute best transaction processing and call center services that can serve your needs for many years to come. We are constantly upgrading our systems behind the scenes, developing enhancements at our clients' requests, and launching new programs. "
+ "en": " Since 1998, NETbilling has provided processing services to thousands of internet merchants and companies of all sizes. NETbilling's flexible solutions process credit cards, electronic checks, and telephone orders, and work with any business model, including internet, broadband, wireless, call centers and retail establishments. Services include advanced reporting, membership site management, fraud scrubbing, a free shopping cart, and 24/7 live service for merchants and their customers.NETbilling facilitates merchants every step of the way from merchant account acquisition to final implementation, training, and deployment. Our goal is to provide the absolute best transaction processing and call center services that can serve your needs for many years to come. We are constantly upgrading our systems behind the scenes, developing enhancements at our clients' requests, and launching new programs. "
}
},
{
@@ -24536,15 +24626,15 @@
"phone": "+44 2030360043"
},
"address": {
- "street": " 15 Stratton StreetW1J 8LQ LondonUnited Kingdom "
+ "street": " 5th Floor, Churchill House, 142-146 Old St, London EC1V 9BW "
},
"name": {
- "en": "ECOMMPAY",
- "ru": "ECOMMPAY",
- "uk": "ECOMMPAY"
+ "en": "Ecommpay",
+ "ru": "Ecommpay",
+ "uk": "Ecommpay"
},
"description": {
- "en": " ECommPay is an innovative and fast thinking company that provides state of the art secure electronic payment solutions for clients worldwide. Our system is up-to-the-minute, secure, reliable and easy to connect with. Our solutions help to achieve higher transaction approval rates, lower chargeback ratios and other special requirements which help our clients achieve maximum revenues. The ECommPay payment system uses the most innovative anti-fraud technology which, in addition, can be adapted to each client's requirements & special needs. Every ECommPay client is special so we assign a personal manager to each client, regardless of your turnover amount. The ECommPay team is made of the best professionals in online payments which in turn makes the lives of our clients much easier. "
+ "en": " Headquartered in London, Ecommpay operates as a fully authorised payment institution regulated by the Financial Conduct Authority, while also being a principal member of both Visa and Mastercard, with Level 1 PCI DSS compliance. Ecommpay's end-to-end payment solution brings together direct acquiring capabilities, over 100 alternative payment methods, Direct Debits, open banking features, and mass payout options — all accessible through a single, seamless integration. "
}
},
{
@@ -25012,7 +25102,7 @@
"en": "TNSPay"
},
"description": {
- "en": " TNSPay is a managed payment gateway service, enabling merchants to securely and reliably authorize and settle card transactions. It offers leading edge capabilities for securing sensitive card data that can assist merchants with meeting their PCI DSS requirements. TNSPay is designed to meet the demanding needs of MOTO (mail order\/telephone order) merchants and web\/eCommerce retailers. In certain markets, TNSPay offers additional card acceptance support for card-present, in-store point-of-sale environments, where the solution supports EMV Chip and PIN as well as real-time or batch transaction authorization and settlement. TNSPay has advanced card data security tools including Stored Card Tokenization and Hosted Payment Form that can assist merchants in their efforts to comply with PCI DSS regulatory guidelines. "
+ "en": " TNSPay is a managed payment gateway service, enabling merchants to securely and reliably authorize and settle card transactions. It offers leading edge capabilities for securing sensitive card data that can assist merchants with meeting their PCI DSS requirements. TNSPay is designed to meet the demanding needs of MOTO (mail order/telephone order) merchants and web/eCommerce retailers. In certain markets, TNSPay offers additional card acceptance support for card-present, in-store point-of-sale environments, where the solution supports EMV Chip and PIN as well as real-time or batch transaction authorization and settlement. TNSPay has advanced card data security tools including Stored Card Tokenization and Hosted Payment Form that can assist merchants in their efforts to comply with PCI DSS regulatory guidelines. "
}
},
{
@@ -25066,7 +25156,7 @@
"phone": "(632) 975-1111"
},
"address": {
- "street": " Suite B, 5\/f Builder’s Center Building, 170 Salcedo Street Legaspi Village, Makati CityPhilippines "
+ "street": " Suite B, 5/f Builder’s Center Building, 170 Salcedo Street Legaspi Village, Makati CityPhilippines "
},
"name": {
"en": "Dragonpay"
@@ -25120,11 +25210,21 @@
"en": "Ukreximbank"
}
},
+ {
+ "code": "exim_bank_vietnam",
+ "status": "active",
+ "name": {
+ "en": "Eximbank Vietnam"
+ },
+ "links": {
+ "website": "https://eximbank.com.vn"
+ }
+ },
{
"code": "vv-obmen.ru",
"status": "active",
"links": {
- "website": "http:\/\/vv-obmen.ru\/"
+ "website": "http://vv-obmen.ru/"
},
"name": {
"en": "vv-obmen.ru"
@@ -25138,7 +25238,7 @@
],
"contacts": {
"email": "support@kiwipay.com",
- "fax": "N\/A"
+ "fax": "N/A"
},
"address": {
"street": " 111 Bridge Street Nelson City NelsonNew Zealand "
@@ -25236,7 +25336,7 @@
"en": "FilsPay"
},
"description": {
- "en": " FilsPay is the most comprehensive online payment solution in Middle East and South East Asia a buyer will ever need. It empowers users to shop from over 22,000 merchants online and buy Internet connectivity, fixed and mobile communication services, airline tickets, stock market solutions, educational resources and much more. It can be used by teenagers, collage students, workers, businessmen and even housewives! Anyone who does not have or is cautious about using their credit\/debit cards or revealing their financial or personal details online; can find a great solution in using FilsPay and shop online with no more fear of theft and fraud! FilsPay account can be topup through FilsPay prepaid cards with 4 dominations (3, 10, 35 and 100 Fils). Many other topup options are available online. "
+ "en": " FilsPay is the most comprehensive online payment solution in Middle East and South East Asia a buyer will ever need. It empowers users to shop from over 22,000 merchants online and buy Internet connectivity, fixed and mobile communication services, airline tickets, stock market solutions, educational resources and much more. It can be used by teenagers, collage students, workers, businessmen and even housewives! Anyone who does not have or is cautious about using their credit/debit cards or revealing their financial or personal details online; can find a great solution in using FilsPay and shop online with no more fear of theft and fraud! FilsPay account can be topup through FilsPay prepaid cards with 4 dominations (3, 10, 35 and 100 Fils). Many other topup options are available online. "
}
},
{
@@ -25284,7 +25384,7 @@
"en": "Transecute"
},
"description": {
- "en": " Whether you sell products or services - you are guaranteed to find the right payment solution for your particular business at Transecute.com. Our affordable solution is to meet the needs of businesses requiring end-to-end, real-time secure payment processing. No matter what size or type of business you may have, we welcome and appreciate your business. We are dedicated to providing you with the quality of customer service you need and deserve. To that end, we have assembled a highly trained and well-educated staff of bankcard professionals who can guide you through all situations or questions you may have while processing your credit card transactions. Our commitment has been to provide top of the class service and customer satisfaction and it continues to be the cornerstone of our business. Our strategy is to provide traditional yet innovative services and solutions that are cost effective and customized to fit your business need. Transecute is the only complete online payment solution Provider today with product\/service offerings that allow Merchants to accept payments from their customers on their website via Credit Cards (VISA\/Master). The service is made to allow easy integration (less than 30 minutes) and ease-of use. The service is indispensable to any website who wishes to transact online safely and e-enable their web presence. Most Payment Gateways today provide half-hearted support and services at exorbitant prices. Not only have we managed to reduce the cost of integration withTransecute to a fraction of what our competitors are offering. "
+ "en": " Whether you sell products or services - you are guaranteed to find the right payment solution for your particular business at Transecute.com. Our affordable solution is to meet the needs of businesses requiring end-to-end, real-time secure payment processing. No matter what size or type of business you may have, we welcome and appreciate your business. We are dedicated to providing you with the quality of customer service you need and deserve. To that end, we have assembled a highly trained and well-educated staff of bankcard professionals who can guide you through all situations or questions you may have while processing your credit card transactions. Our commitment has been to provide top of the class service and customer satisfaction and it continues to be the cornerstone of our business. Our strategy is to provide traditional yet innovative services and solutions that are cost effective and customized to fit your business need. Transecute is the only complete online payment solution Provider today with product/service offerings that allow Merchants to accept payments from their customers on their website via Credit Cards (VISA/Master). The service is made to allow easy integration (less than 30 minutes) and ease-of use. The service is indispensable to any website who wishes to transact online safely and e-enable their web presence. Most Payment Gateways today provide half-hearted support and services at exorbitant prices. Not only have we managed to reduce the cost of integration withTransecute to a fraction of what our competitors are offering. "
}
},
{
@@ -25455,21 +25555,13 @@
{
"code": "paymentz",
"status": "active",
- "countries": [
- "IN"
- ],
- "contacts": {
- "email": "support@paymentz.com",
- "phone": "+91 022 4014 3344"
- },
- "address": {
- "street": " 400064 "
+ "links": {
+ "website": "https://paymentz.co.uk/"
},
"name": {
- "en": "Paymentz"
- },
- "description": {
- "en": " Whether you sell products or services - you are guaranteed to find the right payment solution for your particular business at Paymentz.com. Our affordable solution is to meet the needs of businesses requiring end-to-end, real-time secure payment processing. No matter what size or type of business you may have, we welcome and appreciate your business. We are dedicated to providing you with the quality of customer service you need and deserve. To that end, we have assembled a highly trained and well-educated staff of bankcard professionals who can guide you through all situations or questions you may have while processing your credit card transactions. Our commitment has been to provide top of the class service and customer satisfaction and it continues to be the cornerstone of our business. Our strategy is to provide traditional yet innovative services and solutions that are cost effective and customized to fit your business need. Paymentz is the only complete online payment solution Provider today with product\/service offerings that allow Merchants to accept payments from their customers on their website via Debit & Credit Cards (VISA\/Master). The service is made to allow easy integration (less than 30 minutes) and ease-of use. The service is indispensable to any website who wishes to transact online safely and e-enable their web presence. Most Payment Gateways today provide half-hearted support and services at exorbitant prices. Not only have we managed to reduce the cost of integration with Paymentz to a fraction of what our competitors are offering. "
+ "en": "Paio",
+ "ru": "Paio",
+ "uk": "Paio"
}
},
{
@@ -25540,7 +25632,7 @@
"UY"
],
"links": {
- "website": "https:\/\/www.cxpay.global"
+ "website": "https://www.cxpay.global"
},
"contacts": {
"email": "Gateway@cxpay.global",
@@ -25581,7 +25673,7 @@
"code": "wmtocash",
"status": "active",
"links": {
- "website": "https:\/\/wmtocash.com"
+ "website": "https://wmtocash.com"
},
"name": {
"en": "WMToCash"
@@ -25591,7 +25683,7 @@
"code": "emoney16",
"status": "active",
"links": {
- "website": "http:\/\/emoney16.com\/"
+ "website": "http://emoney16.com/"
},
"name": {
"en": "Emoney16"
@@ -25673,7 +25765,7 @@
"en": "PSiGate"
},
"description": {
- "en": " Whether it be credit card processing services, eCommerce merchant accounts or payment gateway solutions- PSiGate makes it easy to get your business online and accept credit cards and debit cards quickly and securely. We deliver a secure interface for your website so you can accept credit card and Interac Online payments with reliable, real-time transaction processing. Plus our Virtual Terminal\/eTerminal can turn any computer into a point-of-sale terminal for mail or phone orders and even walk-in business Choose from Visa, MasterCard, American Express and Interac Online to offer your customers the ultimate in payment choices. Our staff understands eCommerce - it's what we do. We'll work with you to understand your business, develop the right solutions, and do what we can to help it reach its full eCommerce potential. "
+ "en": " Whether it be credit card processing services, eCommerce merchant accounts or payment gateway solutions- PSiGate makes it easy to get your business online and accept credit cards and debit cards quickly and securely. We deliver a secure interface for your website so you can accept credit card and Interac Online payments with reliable, real-time transaction processing. Plus our Virtual Terminal/eTerminal can turn any computer into a point-of-sale terminal for mail or phone orders and even walk-in business Choose from Visa, MasterCard, American Express and Interac Online to offer your customers the ultimate in payment choices. Our staff understands eCommerce - it's what we do. We'll work with you to understand your business, develop the right solutions, and do what we can to help it reach its full eCommerce potential. "
}
},
{
@@ -25748,7 +25840,7 @@
"en": "Payline"
},
"description": {
- "en": " The Payline online payment solution has one goal, and one goal only: to boost your online and mobile sales! Increased sales thanks to a raft of value-creating operational features: one click payment, payment in instalments, subscriptions, the option of using a second payment method in the event of you reaching your spending\/credit limit, 3D Secure management tools, ... Less fraud: we provide you with a whole range of tools that will help you tackle fraudsters without penalizing your customers. Multi-channel: Payline works equally well on mobile phones, tablet computers, via IVR, Customer Service Centres ...anywhere in Europe! "
+ "en": " The Payline online payment solution has one goal, and one goal only: to boost your online and mobile sales! Increased sales thanks to a raft of value-creating operational features: one click payment, payment in instalments, subscriptions, the option of using a second payment method in the event of you reaching your spending/credit limit, 3D Secure management tools, ... Less fraud: we provide you with a whole range of tools that will help you tackle fraudsters without penalizing your customers. Multi-channel: Payline works equally well on mobile phones, tablet computers, via IVR, Customer Service Centres ...anywhere in Europe! "
}
},
{
@@ -25872,13 +25964,13 @@
"fax": "+43 1 22844-15"
},
"address": {
- "street": " Hackhofergasse 5\/141190 ViennaAustria "
+ "street": " Hackhofergasse 5/141190 ViennaAustria "
},
"name": {
"en": "DaoPay"
},
"description": {
- "en": " DaoPay - Global Phone Payments More revenue - no credit card needed. Whether you are an established online business or a brand new startup, accepting DaoPay is almost certainly the easiest way for you to instantly grow your business. Although you might already accept all the major credit cards and even PayPal, chances are you are missing out on a significant number of people who do not feel comfortable sharing their credit card number over the internet because they are concerned about their privacy. Or they do not have a credit card, which is still very common in many countries and with certain target groups, p.ex. young consumers playing online games. Charging your phone bill. With DaoPay, customers can charge the purchase of your product to their phone bill. All they need is a phone - mobile or landline. They just dial a service number or send a text\/SMS and without ever giving away any personal or financial information. When using 'pay by call' they hold the line until the the transaction is complete. Alternatively they send an SMS or insert their mobile number on the screen and use the most convenient payment method: direct billing. Reach additional audiences. Customers enjoy DaoPay because it is so convenient and, at the same time, more secure than any other payment method. No credit cards, no bank accounts or any other contracts - just dial a number or send a text\/SMS and you are all set. Adding DaoPay as a complementary payment option means you reach more people and receive more payments than with any other single payment method alone. This gives you access to new markets and additional clients. Website: http:\/\/www.daopay.com Consumer portal: https:\/\/my.daopay.com Facebook: https:\/\/facebook.com\/daopay Twitter: https:\/\/twitter.com\/daopay "
+ "en": " DaoPay - Global Phone Payments More revenue - no credit card needed. Whether you are an established online business or a brand new startup, accepting DaoPay is almost certainly the easiest way for you to instantly grow your business. Although you might already accept all the major credit cards and even PayPal, chances are you are missing out on a significant number of people who do not feel comfortable sharing their credit card number over the internet because they are concerned about their privacy. Or they do not have a credit card, which is still very common in many countries and with certain target groups, p.ex. young consumers playing online games. Charging your phone bill. With DaoPay, customers can charge the purchase of your product to their phone bill. All they need is a phone - mobile or landline. They just dial a service number or send a text/SMS and without ever giving away any personal or financial information. When using 'pay by call' they hold the line until the the transaction is complete. Alternatively they send an SMS or insert their mobile number on the screen and use the most convenient payment method: direct billing. Reach additional audiences. Customers enjoy DaoPay because it is so convenient and, at the same time, more secure than any other payment method. No credit cards, no bank accounts or any other contracts - just dial a number or send a text/SMS and you are all set. Adding DaoPay as a complementary payment option means you reach more people and receive more payments than with any other single payment method alone. This gives you access to new markets and additional clients. Website: http://www.daopay.com Consumer portal: https://my.daopay.com Facebook: https://facebook.com/daopay Twitter: https://twitter.com/daopay "
}
},
{
@@ -25938,10 +26030,10 @@
],
"contacts": {
"phone": "00353(0)41 989 3140",
- "fax": "N\/A"
+ "fax": "N/A"
},
"address": {
- "street": " Units 7\/8, Millmount Development Centre, Millmount, Drogheda, Co Walnut Creek, CAUSA "
+ "street": " Units 7/8, Millmount Development Centre, Millmount, Drogheda, Co Walnut Creek, CAUSA "
},
"name": {
"en": "YapStone"
@@ -26002,7 +26094,7 @@
"AE"
],
"links": {
- "website": "https:\/\/www.paydoo.com\/"
+ "website": "https://paynt.com/"
},
"contacts": {
"email": "company@paydoo.com",
@@ -26012,7 +26104,7 @@
"street": " Gertrudes iela 10- 2LV-1010 RigaRIGALatvia "
},
"name": {
- "en": "Paydoo"
+ "en": "Paynt"
},
"description": {
"en": " Special Provider Features Below you can find the special product and service features of this payment provider. Take this into account when choosing the payment provider to process your online payments. There is more to just payment processing and pricing. "
@@ -26035,6 +26127,9 @@
"PE",
"VE"
],
+ "links": {
+ "website": "https://astropay.com/"
+ },
"contacts": {
"email": "support@astropay.com"
},
@@ -26042,10 +26137,12 @@
"street": " LondonEC4M 7RD LondonUnited Kingdom "
},
"name": {
- "en": "AstroPay"
+ "en": "AstroPay",
+ "ru": "AstroPay",
+ "uk": "AstroPay"
},
"description": {
- "en": " AstroPay is the fastest growing payments provider in Emerging Markets, covering Latin America, Turkey, China and Taiwan, among others. That is why Forbes, one of the most prestigious magazines on the world, choose AstroPay as one of the 15 FinTech Startups to Watch on 2015 (see: http:\/\/www.forbes.com\/sites\/ilyapozin\/2014\/12\/14\/15-fintech-startups-to-watch-in-2015\/3\/). As well as providing traditional card payment methods, we provide a wide range of guaranteed alternative payment solutions to consumers, avoiding issues like payment rejections, local taxes, fraud and credit approval. AstroPay allows consumers to purchase online on international websites, using the most effective local payment methods in local currency. AstroPay offers payment solutions in markets where many popular solutions are not available, or not functioning effectively. We pride ourselves on our ease of use: simple integration and operation for "
+ "en": " AstroPay is the fastest growing payments provider in Emerging Markets, covering Latin America, Turkey, China and Taiwan, among others. That is why Forbes, one of the most prestigious magazines on the world, choose AstroPay as one of the 15 FinTech Startups to Watch on 2015 (see: http://www.forbes.com/sites/ilyapozin/2014/12/14/15-fintech-startups-to-watch-in-2015/3/). As well as providing traditional card payment methods, we provide a wide range of guaranteed alternative payment solutions to consumers, avoiding issues like payment rejections, local taxes, fraud and credit approval. AstroPay allows consumers to purchase online on international websites, using the most effective local payment methods in local currency. AstroPay offers payment solutions in markets where many popular solutions are not available, or not functioning effectively. We pride ourselves on our ease of use: simple integration and operation for "
}
},
{
@@ -26094,7 +26191,7 @@
"email": "sales@paylane.com"
},
"address": {
- "street": " ul. Arkonska 6\/A380387 GdanskPoland "
+ "street": " ul. Arkonska 6/A380387 GdanskPoland "
},
"name": {
"en": "PayLane"
@@ -26175,14 +26272,14 @@
"AE"
],
"links": {
- "website": "http:\/\/www.comerciaglobalpayments.com"
+ "website": "http://www.comerciaglobalpayments.com"
},
"contacts": {
"email": "web@comerciaglobalpay.com",
"phone": "0034 618.41.86.86"
},
"address": {
- "street": " C\/ Gran Via Carles III, 98, pl.entl. - Torre Nord. 08028 BarcelonaBarcelonaSpain "
+ "street": " C/ Gran Via Carles III, 98, pl.entl. - Torre Nord. 08028 BarcelonaBarcelonaSpain "
},
"name": {
"en": "Comercia Global Payments"
@@ -26292,7 +26389,7 @@
"VN"
],
"links": {
- "website": "http:\/\/www.paygol.com"
+ "website": "http://www.paygol.com"
},
"contacts": {
"email": "support@paygol.com"
@@ -26349,7 +26446,7 @@
"address": {
"country": "Ukraine",
"city": "Київ",
- "street": "проспект Повітрофлотський, будинок 14\/17, група приміщень № 61"
+ "street": "проспект Повітрофлотський, будинок 14/17, група приміщень № 61"
},
"name": {
"en": "ТОВ 'ФІНАНСОВА КОМПАНІЯ ПАРТНЕР'"
@@ -26396,7 +26493,7 @@
"CL"
],
"links": {
- "website": "http:\/\/www.99bill.com"
+ "website": "http://www.99bill.com"
},
"contacts": {
"email": "CS@99bill.com"
@@ -26419,7 +26516,7 @@
"phone": "+420733415288"
},
"address": {
- "street": " Kaprova 42\/14, Stare Mesto110 00 PragueCzech Republic "
+ "street": " Kaprova 42/14, Stare Mesto110 00 PragueCzech Republic "
},
"name": {
"en": "OrangePay"
@@ -26432,7 +26529,7 @@
"code": "wm-sha.ru",
"status": "active",
"links": {
- "website": "https:\/\/www.wm-sha.ru"
+ "website": "https://www.wm-sha.ru"
},
"name": {
"en": "WM-Sha.ru"
@@ -26442,7 +26539,7 @@
"code": "lionex.net",
"status": "active",
"links": {
- "website": "https:\/\/lionex.net\/"
+ "website": "https://lionex.net/"
},
"name": {
"en": "Lionex"
@@ -26452,7 +26549,7 @@
"code": "xn--80aa7cln",
"status": "active",
"links": {
- "website": "http:\/\/xn--80aa7cln.com\/"
+ "website": "http://xn--80aa7cln.com/"
},
"name": {
"en": "Шахта"
@@ -26593,7 +26690,7 @@
"en": "CURO payments"
},
"description": {
- "en": " CURO Payments is a Collecting Payment Service Provider (CPSP) that offers global payment solutions to online sellers (business and ecommerce merchants). CURO payments is regulated by the Dutch Central Bank (DNB) and has a Cross-Border-Service Passport to almost every EU country. CURO payments supports the major credit card brands like MasterCard and Visa, alternative payment methods like iDEAL, SOFORT and BanContact\/MisterCash and PayPal. As a Collecting Payment Service Provider that streamline settlements for many payment methods. This simplifies the reconciliation process and administrative burdon for ecommerce merchants considerably. See below which payments methods are supported. "
+ "en": " CURO Payments is a Collecting Payment Service Provider (CPSP) that offers global payment solutions to online sellers (business and ecommerce merchants). CURO payments is regulated by the Dutch Central Bank (DNB) and has a Cross-Border-Service Passport to almost every EU country. CURO payments supports the major credit card brands like MasterCard and Visa, alternative payment methods like iDEAL, SOFORT and BanContact/MisterCash and PayPal. As a Collecting Payment Service Provider that streamline settlements for many payment methods. This simplifies the reconciliation process and administrative burdon for ecommerce merchants considerably. See below which payments methods are supported. "
}
},
{
@@ -26824,7 +26921,7 @@
"code": "exchanger1",
"status": "active",
"links": {
- "website": "https:\/\/exchanger1.com"
+ "website": "https://exchanger1.com"
},
"name": {
"en": "Exchanger1"
@@ -26864,7 +26961,7 @@
"address": {
"country": "Ukraine",
"city": "Київ",
- "street": "вулиця Десятинна, 4\/6"
+ "street": "вулиця Десятинна, 4/6"
},
"name": {
"en": "ПАТ 'АЛЬФА-БАНК'"
@@ -26884,7 +26981,7 @@
"code": "changer.club",
"status": "active",
"links": {
- "website": "http:\/\/changer.club"
+ "website": "http://changer.club"
},
"name": {
"en": "changer.club"
@@ -26935,7 +27032,7 @@
"code": "wmcasher.ru",
"status": "active",
"links": {
- "website": "http:\/\/wmcasher.ru\/"
+ "website": "http://wmcasher.ru/"
},
"name": {
"en": "WMCasher"
@@ -26945,7 +27042,7 @@
"code": "blue.cash",
"status": "active",
"links": {
- "website": "https:\/\/blue.cash\/"
+ "website": "https://blue.cash/"
},
"name": {
"en": "BlueCash"
@@ -26953,7 +27050,7 @@
},
{
"code": "walletonecheckout",
- "status": "active",
+ "status": "deprecated",
"address": {
"street": " Russian Federation "
},
@@ -27146,7 +27243,7 @@
"code": "btc-change.biz",
"status": "active",
"links": {
- "website": "https:\/\/btc-change.biz\/"
+ "website": "https://btc-change.biz/"
},
"name": {
"en": "btc-change.biz"
@@ -27177,7 +27274,7 @@
"code": "menaiko.ua",
"status": "active",
"links": {
- "website": "https:\/\/меняйко.com.ua"
+ "website": "https://меняйко.com.ua"
},
"name": {
"en": "меняйко"
@@ -27194,7 +27291,7 @@
"code": "satchelpay",
"status": "active",
"links": {
- "website": "https:\/\/satchel.eu"
+ "website": "https://satchel.eu"
},
"name": {
"en": "Satchel"
@@ -27204,17 +27301,19 @@
"code": "advcash",
"status": "active",
"links": {
- "website": "https:\/\/advcash.com"
+ "website": "https://advcash.com"
},
"name": {
- "en": "AdvCash"
+ "en": "Volet.com",
+ "ru": "Volet.com",
+ "uk": "Volet.com"
}
},
{
"code": "xpayua",
"status": "active",
"links": {
- "website": "https:\/\/xpay.com.ua"
+ "website": "https://xpay.com.ua"
},
"name": {
"en": "XPAY"
@@ -27224,7 +27323,7 @@
"code": "paymentcenter",
"status": "active",
"links": {
- "website": "https:\/\/www.payment.center"
+ "website": "https://www.payment.center"
},
"name": {
"en": "Payment Center"
@@ -27246,9 +27345,26 @@
},
{
"code": "twelvelive",
- "status": "deprecated",
+ "status": "active",
+ "links": {
+ "website": "https://twelve.live/"
+ },
+ "name": {
+ "en": "Twelve",
+ "ru": "Twelve",
+ "uk": "Twelve"
+ }
+ },
+ {
+ "code": "sobini",
+ "status": "active",
+ "links": {
+ "website": "https://sobini.eu/"
+ },
"name": {
- "en": "Twelve.live"
+ "en": "Sobini",
+ "ru": "Sobini",
+ "uk": "Sobini"
}
},
{
@@ -27262,7 +27378,7 @@
"code": "currencylayer",
"status": "active",
"links": {
- "website": "https:\/\/currencylayer.com"
+ "website": "https://currencylayer.com"
},
"name": {
"en": "Currencylayer"
@@ -27272,7 +27388,7 @@
"code": "floatrates",
"status": "active",
"links": {
- "website": "https:\/\/https://floatrates.com"
+ "website": "https://https://floatrates.com"
},
"name": {
"en": "floatrates"
@@ -27282,7 +27398,7 @@
"code": "tranzzo",
"status": "active",
"links": {
- "website": "https:\/\/tranzzo.com"
+ "website": "https://tranzzo.com"
},
"name": {
"en": "Tranzzo"
@@ -27292,7 +27408,7 @@
"code": "australpay",
"status": "active",
"links": {
- "website": "https:\/\/australpay.com"
+ "website": "https://australpay.com"
},
"name": {
"en": "AustralPay"
@@ -27312,7 +27428,7 @@
"code": "leogaming",
"status": "active",
"links": {
- "website": "https:\/\/leogaming.net"
+ "website": "https://leogaming.net"
},
"name": {
"en": "leogaming"
@@ -27322,7 +27438,7 @@
"code": "moneymovers",
"status": "active",
"links": {
- "website": "https:\/\/mm.ge"
+ "website": "https://mm.ge"
},
"name": {
"en": "moneymovers"
@@ -27332,7 +27448,7 @@
"code": "resursbank",
"status": "active",
"links": {
- "website": "https:\/\/www.resursbank.se"
+ "website": "https://www.resursbank.se"
},
"name": {
"en": "Resurs bank"
@@ -27342,7 +27458,7 @@
"code": "nordeasolo",
"status": "active",
"links": {
- "website": "https:\/\/solo1.nordea.fi"
+ "website": "https://solo1.nordea.fi"
},
"name": {
"en": "Nordea solo"
@@ -27352,7 +27468,7 @@
"code": "ibox",
"status": "active",
"links": {
- "website": "https:\/\/ibox.ua"
+ "website": "https://ibox.ua"
},
"name": {
"en": "iBox"
@@ -27362,7 +27478,7 @@
"code": "decta",
"status": "active",
"links": {
- "website": "https:\/\/decta.com"
+ "website": "https://decta.com"
},
"name": {
"en": "Decta"
@@ -27372,42 +27488,22 @@
"code": "parimatch",
"status": "active",
"links": {
- "website": "https:\/\/parimatch.com"
+ "website": "https://parimatch.com"
},
"name": {
"en": "Parimatch"
}
},
- {
- "code": "paymentwall",
- "status": "active",
- "links": {
- "website": "https:\/\/paymentwall.com"
- },
- "name": {
- "en": "Paymentwall"
- }
- },
{
"code": "piastrix",
"status": "active",
"links": {
- "website": "https:\/\/piastrix.com"
+ "website": "https://piastrix.com"
},
"name": {
"en": "Piastrix"
}
},
- {
- "code": "parimatch",
- "status": "active",
- "links": {
- "website": "https:\/\/www.parimatch.com"
- },
- "name": {
- "en": "Parimatch"
- }
- },
{
"code": "xpresspayio",
"status": "active",
@@ -27419,7 +27515,7 @@
"code": "easybits",
"status": "active",
"links": {
- "website": "https:\/\/easybits.io"
+ "website": "https://easybits.io"
},
"name": {
"en": "EasyBits.io"
@@ -27429,7 +27525,7 @@
"code": "enfins",
"status": "active",
"links": {
- "website": "https:\/\/enfins.com"
+ "website": "https://enfins.com"
},
"name": {
"en": "Enfins"
@@ -27439,7 +27535,7 @@
"code": "paylink",
"status": "active",
"links": {
- "website": "https:\/\/paylink.com.ua"
+ "website": "https://paylink.com.ua"
},
"name": {
"en": "PayLink"
@@ -27449,27 +27545,17 @@
"code": "paycore",
"status": "active",
"links": {
- "website": "https:\/\/paycore.io"
+ "website": "https://paycore.io"
},
"name": {
"en": "PayCore.io"
}
},
- {
- "code": "corefy",
- "status": "active",
- "links": {
- "website": "https:\/\/corefy.com"
- },
- "name": {
- "en": "Corefy"
- }
- },
{
"code": "accentpay",
"status": "active",
"links": {
- "website": "https:\/\/accentpay.com"
+ "website": "https://accentpay.com"
},
"name": {
"en": "Accentpay"
@@ -27479,7 +27565,7 @@
"code": "connectum",
"status": "active",
"links": {
- "website": "https:\/\/connectum.eu"
+ "website": "https://connectum.eu"
},
"name": {
"en": "Connectum"
@@ -27489,7 +27575,7 @@
"code": "globalmoney",
"status": "active",
"links": {
- "website": "https:\/\/globalmoney.ua"
+ "website": "https://globalmoney.ua"
},
"name": {
"en": "GlobalMoney"
@@ -27499,17 +27585,19 @@
"code": "rapyd",
"status": "active",
"links": {
- "website": "https:\/\/www.rapyd.net"
+ "website": "https://www.rapyd.net"
},
"name": {
- "en": "Rapyd.net"
+ "en": "Rapyd",
+ "ru": "Rapyd",
+ "uk": "Rapyd"
}
},
{
"code": "concordbank",
"status": "active",
"links": {
- "website": "https:\/\/concord.ua"
+ "website": "https://concord.ua"
},
"name": {
"en": "Concord Bank",
@@ -27520,7 +27608,7 @@
"code": "odysseq",
"status": "active",
"links": {
- "website": "https:\/\/odysseq.com"
+ "website": "https://odysseq.com"
},
"name": {
"en": "Odysseq"
@@ -27530,7 +27618,7 @@
"code": "procard",
"status": "active",
"links": {
- "website": "https:\/\/procard.ua"
+ "website": "https://procard.ua"
},
"name": {
"en": "Procard"
@@ -27540,7 +27628,7 @@
"code": "softlogic",
"status": "active",
"links": {
- "website": "https:\/\/soft-logic.ru"
+ "website": "https://soft-logic.ru"
},
"name": {
"en": "SOFT-LOGIC"
@@ -27550,7 +27638,7 @@
"code": "tkbbank",
"status": "active",
"links": {
- "website": "https:\/\/tkbbank.ru"
+ "website": "https://tkbbank.ru"
},
"name": {
"en": "TKB Bank",
@@ -27562,7 +27650,7 @@
"code": "adgroup",
"status": "active",
"links": {
- "website": "https:\/\/adgroup.finance"
+ "website": "https://adgroup.finance"
},
"name": {
"en": "ADgroup",
@@ -27574,7 +27662,7 @@
"code": "mercuryo",
"status": "active",
"links": {
- "website": "https:\/\/mercuryo.io"
+ "website": "https://mercuryo.io"
},
"name": {
"en": "Mercuryo",
@@ -27586,7 +27674,7 @@
"code": "ecopayz",
"status": "active",
"links": {
- "website": "https:\/\/ecopayz.com"
+ "website": "https://ecopayz.com"
},
"name": {
"en": "Ecopayz",
@@ -27598,7 +27686,7 @@
"code": "paymentwall",
"status": "active",
"links": {
- "website": "https:\/\/paymentwall.com"
+ "website": "https://paymentwall.com"
},
"name": {
"en": "PaymentWall",
@@ -27610,19 +27698,19 @@
"code": "wlandpay",
"status": "active",
"links": {
- "website": "https:\/\/wonderlandpay.com"
+ "website": "https://wonderlandpay.com"
},
"name": {
- "en": "Wlandpay",
- "ru": "Wlandpay",
- "uk": "Wlandpay"
+ "en": "Wonderlandpay",
+ "ru": "Wonderlandpay",
+ "uk": "Wonderlandpay"
}
},
{
"code": "exactly",
"status": "active",
"links": {
- "website": "https:\/\/exactly.com"
+ "website": "https://exactly.com"
},
"name": {
"en": "Exactly",
@@ -27634,7 +27722,7 @@
"code": "xpate",
"status": "active",
"links": {
- "website": "https:\/\/xpate.com"
+ "website": "https://xpate.com"
},
"name": {
"en": "Xpate",
@@ -27642,11 +27730,47 @@
"uk": "Xpate"
}
},
+ {
+ "code": "fyst",
+ "status": "active",
+ "links": {
+ "website": "https://fyst.com/"
+ },
+ "name": {
+ "en": "FYST",
+ "ru": "FYST",
+ "uk": "FYST"
+ }
+ },
+ {
+ "code": "dropayment",
+ "status": "active",
+ "links": {
+ "website": "https://dropayment.com"
+ },
+ "name": {
+ "en": "Dropayment",
+ "ru": "Dropayment",
+ "uk": "Dropayment"
+ }
+ },
+ {
+ "code": "epayglobal",
+ "status": "active",
+ "links": {
+ "website": "https://eskaypay.com"
+ },
+ "name": {
+ "en": "Epay",
+ "ru": "Epay",
+ "uk": "Epay"
+ }
+ },
{
"code": "cypix",
"status": "active",
"links": {
- "website": "https:\/\/cypix.ru/"
+ "website": "https://cypix.ru/"
},
"name": {
"en": "Cypix",
@@ -27658,7 +27782,7 @@
"code": "muchbetter",
"status": "active",
"links": {
- "website": "https:\/\/muchbetter.com"
+ "website": "https://muchbetter.com"
},
"name": {
"en": "MuchBetter",
@@ -27670,7 +27794,7 @@
"code": "winpay",
"status": "active",
"links": {
- "website": "https:\/\/globalfin.uk"
+ "website": "https://globalfin.uk"
},
"name": {
"en": "Global Financial Innovations",
@@ -27682,7 +27806,7 @@
"code": "ecobanq",
"status": "active",
"links": {
- "website": "https:\/\/ecobanq.com"
+ "website": "https://ecobanq.com"
},
"name": {
"en": "Ecobanq",
@@ -27694,7 +27818,7 @@
"code": "coinbase",
"status": "active",
"links": {
- "website": "https:\/\/coinbase.com"
+ "website": "https://coinbase.com"
},
"name": {
"en": "Coinbase",
@@ -27704,21 +27828,21 @@
},
{
"code": "cashfree",
- "status": "active",
+ "status": "active",
"links": {
- "website": "https:\/\/www.cashfree.com/"
+ "website": "https://www.cashfree.com/"
},
"name": {
- "en": "Cashfree",
- "ru": "Cashfree",
- "uk": "Cashfree"
+ "en": "Cashfree Payments",
+ "ru": "Cashfree Payments",
+ "uk": "Cashfree Payments"
}
},
{
"code": "selcom",
"status": "active",
"links": {
- "website": "https:\/\/selcom.net"
+ "website": "https://selcom.net"
},
"name": {
"en": "Selcom",
@@ -27730,7 +27854,7 @@
"code": "kuna",
"status": "active",
"links": {
- "website": "https:\/\/kuna.io"
+ "website": "https://kuna.io"
},
"name": {
"en": "Kuna",
@@ -27742,7 +27866,7 @@
"code": "taslink",
"status": "active",
"links": {
- "website": "https:\/\/taslink.com.ua"
+ "website": "https://taslink.com.ua"
},
"name": {
"en": "TAS Link",
@@ -27754,7 +27878,7 @@
"code": "paypoint",
"status": "active",
"links": {
- "website": "https:\/\/paypoint.pro"
+ "website": "https://paypoint.pro"
},
"name": {
"en": "PayPoint",
@@ -27762,21 +27886,45 @@
"uk": "PayPoint"
}
},
+ {
+ "code": "payway",
+ "status": "active",
+ "links": {
+ "website": "https://www.payway.com/"
+ },
+ "name": {
+ "en": "Payway",
+ "ru": "Payway",
+ "uk": "Payway"
+ }
+ },
{
"code": "anymoney",
"status": "active",
"links": {
- "website": "https:\/\/any.money"
+ "website": "https://any.money"
},
"name": {
"en": "Any.Money"
}
},
+ {
+ "code": "payua",
+ "status": "active",
+ "links": {
+ "website": "https://any.money/en/"
+ },
+ "name": {
+ "en": "Pay UA",
+ "ru": "Pay UA",
+ "uk": "Pay UA"
+ }
+ },
{
"code": "paysafe",
"status": "active",
"links": {
- "website": "https:\/\/www.paysafe.com"
+ "website": "https://www.paysafe.com"
},
"name": {
"en": "Paysafe"
@@ -27786,7 +27934,7 @@
"code": "vcreditos",
"status": "active",
"links": {
- "website": "https:\/\/www.vcreditos.com"
+ "website": "https://www.vcreditos.com"
},
"name": {
"en": "VCreditos",
@@ -27798,19 +27946,19 @@
"code": "cauri",
"status": "active",
"links": {
- "website": "https:\/\/cauri.com"
+ "website": "https://kale.money"
},
"name": {
- "en": "Cauri",
- "ru": "Cauri",
- "uk": "Cauri"
+ "en": "Kale",
+ "ru": "Kale",
+ "uk": "Kale"
}
},
{
"code": "twoclick",
"status": "active",
"links": {
- "website": "https:\/\/2click.money"
+ "website": "https://2click.money"
},
"name": {
"en": "2click",
@@ -27822,7 +27970,7 @@
"code": "nium",
"status": "active",
"links": {
- "website": "https:\/\/www.nium.com"
+ "website": "https://www.nium.com"
},
"name": {
"en": "Nium",
@@ -27834,7 +27982,7 @@
"code": "ipaytotal",
"status": "active",
"links": {
- "website": "https:\/\/ipaytotal.solutions"
+ "website": "https://ipaytotal.solutions"
},
"name": {
"en": "IPaytotal",
@@ -27846,19 +27994,19 @@
"code": "pumb",
"status": "active",
"links": {
- "website": "https:\/\/www.pumb.ua"
+ "website": "https://www.pumb.ua"
},
"name": {
- "en": "The First Ukrainian International Bank",
- "ru": "Первый Украинский Международный Банк",
- "uk": "Перший Український Міжнародний Банк"
+ "en": "PUMB",
+ "ru": "PUMB",
+ "uk": "PUMB"
}
},
{
"code": "kassa",
"status": "active",
"links": {
- "website": "https:\/\/kassa.com"
+ "website": "https://kassa.com"
},
"name": {
"en": "Kassa",
@@ -27868,9 +28016,9 @@
},
{
"code": "russianstandardbank",
- "status": "active",
+ "status": "deprecated",
"links": {
- "website": "https:\/\/www.rsb.ru"
+ "website": "https://www.rsb.ru"
},
"name": {
"en": "Russian Standard Bank",
@@ -27880,9 +28028,9 @@
},
{
"code": "bankonego",
- "status": "active",
+ "status": "deprecated",
"links": {
- "website": "https:\/\/onegobank.ru"
+ "website": "https://onegobank.ru"
},
"name": {
"en": "BankOnego",
@@ -27892,9 +28040,9 @@
},
{
"code": "royalpay",
- "status": "active",
+ "status": "deprecated",
"links": {
- "website": "https:\/\/royalpay.eu"
+ "website": "https://royalpay.eu"
},
"name": {
"en": "Royal Pay",
@@ -27906,7 +28054,7 @@
"code": "bilderlings",
"status": "active",
"links": {
- "website": "https:\/\/bilderlings.com"
+ "website": "https://bilderlings.com"
},
"name": {
"en": "Bilderlings",
@@ -27921,9 +28069,9 @@
"website": "https://paysage.io"
},
"name": {
- "en": "PaySage.io",
- "ru": "PaySage.io",
- "uk": "PaySage.io"
+ "en": "COLIBRIX",
+ "ru": "COLIBRIX",
+ "uk": "COLIBRIX"
}
},
{
@@ -27942,7 +28090,7 @@
"code": "offsetpay",
"status": "active",
"links": {
- "website": "https:\/\/www.offsetpay.com"
+ "website": "https://www.offsetpay.com"
},
"contacts": {
"phone": "+6531594565"
@@ -27970,9 +28118,9 @@
},
{
"code": "mineexchange",
- "status": "active",
+ "status": "deprecated",
"links": {
- "website": "https:\/\/mine.exchange"
+ "website": "https://mine.exchange"
},
"address": {
"country": "Russian Federation",
@@ -27987,9 +28135,9 @@
},
{
"code": "tome",
- "status": "active",
+ "status": "deprecated",
"links": {
- "website": "https:\/\/tome.ru"
+ "website": "https://tome.ru"
},
"address": {
"country": "Russian Federation",
@@ -28039,16 +28187,16 @@
"code": "kunapay",
"status": "active",
"name": {
- "en": "Kuna Pay",
- "ru": "Kuna Pay",
- "uk": "Kuna Pay"
+ "en": "KUNA Pay",
+ "ru": "KUNA Pay",
+ "uk": "KUNA Pay"
}
},
{
"code": "iboxbank",
"status": "active",
"links": {
- "website": "https:\/\/iboxbank.online"
+ "website": "https://iboxbank.online"
},
"address": {
"country": "Ukraine",
@@ -28065,7 +28213,7 @@
"code": "square",
"status": "active",
"links": {
- "website": "https:\/\/squareup.com"
+ "website": "https://squareup.com"
},
"address": {
"country": "USA",
@@ -28100,7 +28248,7 @@
"code": "pay2kassa",
"status": "active",
"links": {
- "website": "https:\/\/pay2kassa.net"
+ "website": "https://pay2kassa.net"
},
"name": {
"en": "Pay2Kassa",
@@ -28120,6 +28268,9 @@
{
"code": "pspgate",
"status": "active",
+ "links": {
+ "website": "https://pspgate.com/"
+ },
"name": {
"en": "PSPGate",
"ru": "PSPGate",
@@ -28157,16 +28308,16 @@
"code": "amlnode",
"status": "active",
"name": {
- "en": "AML Node",
- "ru": "AML Node",
- "uk": "AML Node"
+ "en": "AMLNode",
+ "ru": "AMLNode",
+ "uk": "AMLNode"
}
},
{
"code": "concordpay",
"status": "active",
"links": {
- "website": "https:\/\/pay.concord.ua"
+ "website": "https://pay.concord.ua"
},
"name": {
"en": "Concord Pay",
@@ -28178,7 +28329,7 @@
"code": "easytransfer",
"status": "active",
"links": {
- "website": "https:\/\/easytransfer.com.ua"
+ "website": "https://easytransfer.com.ua"
},
"name": {
"en": "EasyTransfer",
@@ -28199,9 +28350,9 @@
"code": "transactworld",
"status": "active",
"name": {
- "en": "Transact World",
- "ru": "Transact World",
- "uk": "Transact World"
+ "en": "TransactWorld",
+ "ru": "TransactWorld",
+ "uk": "TransactWorld"
}
},
{
@@ -28256,9 +28407,9 @@
"code": "gumballpay",
"status": "active",
"name": {
- "en": "GumballPay",
- "ru": "GumballPay",
- "uk": "GumballPay"
+ "en": "Finera",
+ "ru": "Finera",
+ "uk": "Finera"
}
},
{
@@ -28301,9 +28452,9 @@
"website": "https://solidgate.com"
},
"name": {
- "en": "Solid",
- "ru": "Solid",
- "uk": "Solid"
+ "en": "Solidgate",
+ "ru": "Solidgate",
+ "uk": "Solidgate"
}
},
{
@@ -28418,7 +28569,7 @@
"code": "opay",
"status": "active",
"links": {
- "website": "https:\/\/opayweb.com"
+ "website": "https://opayweb.com"
},
"name": {
"en": "OPay",
@@ -28502,9 +28653,54 @@
"code": "constantpos",
"status": "active",
"name": {
- "en": "Constantpos",
- "ru": "Constantpos",
- "uk": "Constantpos"
+ "en": "Constant Payments",
+ "ru": "Constant Payments",
+ "uk": "Constant Payments"
+ }
+ },
+ {
+ "code": "globaltransactioncharge",
+ "status": "active",
+ "name": {
+ "en": "GlobalTransactionCharge",
+ "ru": "GlobalTransactionCharge",
+ "uk": "GlobalTransactionCharge"
+ }
+ },
+ {
+ "code": "bzpay",
+ "status": "active",
+ "links": {
+ "website": "https://www.bzpay.com.mx/"
+ },
+ "name": {
+ "en": "BZPAY",
+ "ru": "BZPAY",
+ "uk": "BZPAY"
+ }
+ },
+ {
+ "code": "khanpay",
+ "status": "active",
+ "links": {
+ "website": "https://khanpay.kz/"
+ },
+ "name": {
+ "en": "KhanPay",
+ "ru": "KhanPay",
+ "uk": "KhanPay"
+ }
+ },
+ {
+ "code": "alliancepay",
+ "status": "active",
+ "links": {
+ "website": "https://bankalliance.ua/"
+ },
+ "name": {
+ "en": "AlliancePay",
+ "ru": "AlliancePay",
+ "uk": "AlliancePay"
}
},
{
@@ -28516,6 +28712,18 @@
"uk": "Step4Pay"
}
},
+ {
+ "code": "magicpayments",
+ "status": "active",
+ "links": {
+ "website": "https://magic-payments.com/"
+ },
+ "name": {
+ "en": "Magic Payments",
+ "ru": "Magic Payments",
+ "uk": "Magic Payments"
+ }
+ },
{
"code": "reeves",
"status": "active",
@@ -28544,9 +28752,33 @@
"website": "https://unonapay.com/"
},
"name": {
- "en": "UNONAPAY",
- "ru": "UNONAPAY",
- "uk": "UNONAPAY"
+ "en": "UnonaPay",
+ "ru": "UnonaPay",
+ "uk": "UnonaPay"
+ }
+ },
+ {
+ "code": "poli",
+ "status": "active",
+ "links": {
+ "website": "https://www.polipayments.com/"
+ },
+ "name": {
+ "en": "POLi",
+ "ru": "POLi",
+ "uk": "POLi"
+ }
+ },
+ {
+ "code": "megagatepay",
+ "status": "active",
+ "links": {
+ "website": "http://megagatepay.com/"
+ },
+ "name": {
+ "en": "MegaGatePay",
+ "ru": "MegaGatePay",
+ "uk": "MegaGatePay"
}
},
{
@@ -28561,6 +28793,18 @@
"uk": "One Payment"
}
},
+ {
+ "code": "fenige",
+ "status": "active",
+ "links": {
+ "website": "https://www.fenige.com/"
+ },
+ "name": {
+ "en": "Fenige",
+ "ru": "Fenige",
+ "uk": "Fenige"
+ }
+ },
{
"code": "realdeposits",
"status": "active",
@@ -28624,22 +28868,31 @@
"uk": "Jeton"
}
},
+ {
+ "code": "jetonlp",
+ "status": "active",
+ "name": {
+ "en": "JetonLP",
+ "ru": "JetonLP",
+ "uk": "JetonLP"
+ }
+ },
{
"code": "micropayments",
"status": "active",
"name": {
- "en": "MicroPayments",
- "ru": "MicroPayments",
- "uk": "MicroPayments"
+ "en": "Micropayment AG",
+ "ru": "Micropayment AG",
+ "uk": "Micropayment AG"
}
},
{
"code": "ems",
"status": "active",
"name": {
- "en": "EMS",
- "ru": "EMS",
- "uk": "EMS"
+ "en": "European Merchant Services",
+ "ru": "European Merchant Services",
+ "uk": "European Merchant Services"
}
},
{
@@ -28667,9 +28920,9 @@
"website": "https://www.paymentrush.com/"
},
"name": {
- "en": "Payment Rush",
- "ru": "Payment Rush",
- "uk": "Payment Rush"
+ "en": "PaymentRush",
+ "ru": "PaymentRush",
+ "uk": "PaymentRush"
}
},
{
@@ -28706,7 +28959,19 @@
}
},
{
- "code": "inqud",
+ "code": "payneteasy",
+ "status": "active",
+ "links": {
+ "website": "https://payneteasy.com/"
+ },
+ "name": {
+ "en": "Payneteasy",
+ "ru": "Payneteasy",
+ "uk": "Payneteasy"
+ }
+ },
+ {
+ "code": "inqud",
"status": "active",
"links": {
"website": "https://cabinet.inqud.com/"
@@ -28717,6 +28982,18 @@
"uk": "Inqud"
}
},
+ {
+ "code": "paymomentum",
+ "status": "active",
+ "links": {
+ "website": "https://paymomentum.io/"
+ },
+ "name": {
+ "en": "Pay Momentum",
+ "ru": "Pay Momentum",
+ "uk": "Pay Momentum"
+ }
+ },
{
"code": "paysoftsolutions",
"status": "active",
@@ -28766,12 +29043,12 @@
"code": "firstatlanticcommerce",
"status": "active",
"links": {
- "website": "https:\/\/firstatlanticcommerce.com"
+ "website": "https://firstatlanticcommerce.com"
},
"name": {
- "en": "First Atlantic Commerce",
- "ru": "First Atlantic Commerce",
- "uk": "First Atlantic Commerce"
+ "en": "Powertranz",
+ "ru": "Powertranz",
+ "uk": "Powertranz"
}
},
{
@@ -28804,6 +29081,18 @@
"uk": "BeonPay"
}
},
+ {
+ "code": "justipay",
+ "status": "active",
+ "links": {
+ "website": "https://justipay.com/"
+ },
+ "name": {
+ "en": "Justipay",
+ "ru": "Justipay",
+ "uk": "Justipay"
+ }
+ },
{
"code": "payecards",
"status": "active",
@@ -28825,6 +29114,18 @@
"uk": "EnsoPay"
}
},
+ {
+ "code": "topay",
+ "status": "active",
+ "links": {
+ "website": "https://www.topay.pro/"
+ },
+ "name": {
+ "en": "ToPay",
+ "ru": "ToPay",
+ "uk": "ToPay"
+ }
+ },
{
"code": "payrun",
"status": "active",
@@ -28856,14 +29157,14 @@
"website": "https://exbase.io/"
},
"name": {
- "en": "EXBASE.IO",
- "ru": "EXBASE.IO",
- "uk": "EXBASE.IO"
+ "en": "EXBASE",
+ "ru": "EXBASE",
+ "uk": "EXBASE"
}
},
{
"code": "bankotkritie",
- "status": "active",
+ "status": "deprecated",
"links": {
"website": "https://www.open.ru/"
},
@@ -28876,10 +29177,37 @@
{
"code": "bp",
"status": "active",
+ "links": {
+ "website": "https://boxplat.com/en/"
+ },
+ "name": {
+ "en": "Boxplat",
+ "ru": "Boxplat",
+ "uk": "Boxplat"
+ }
+ },
+ {
+ "code": "moneliq",
+ "status": "active",
+ "links": {
+ "website": "https://moneliq.com/"
+ },
+ "name": {
+ "en": "Moneliq",
+ "ru": "Moneliq",
+ "uk": "Moneliq"
+ }
+ },
+ {
+ "code": "nebeus",
+ "status": "active",
+ "links": {
+ "website": "https://nebeus.com/"
+ },
"name": {
- "en": "BP",
- "ru": "BP",
- "uk": "BP"
+ "en": "Nebeus",
+ "ru": "Nebeus",
+ "uk": "Nebeus"
}
},
{
@@ -28894,11 +29222,35 @@
"uk": "PAYCOS"
}
},
+ {
+ "code": "bitlabz",
+ "status": "active",
+ "links": {
+ "website": "https://bitlabz.com/"
+ },
+ "name": {
+ "en": "Bitlabz",
+ "ru": "Bitlabz",
+ "uk": "Bitlabz"
+ }
+ },
+ {
+ "code": "fingenom",
+ "status": "active",
+ "links": {
+ "website": "https://www.fingenom.com/"
+ },
+ "name": {
+ "en": "Fingenom",
+ "ru": "Fingenom",
+ "uk": "Fingenom"
+ }
+ },
{
"code": "budpay",
"status": "active",
"links": {
- "website": "https://www.budpay.ng/"
+ "website": "https://www.budpay.com/"
},
"name": {
"en": "Budpay",
@@ -28918,6 +29270,27 @@
"uk": "WB Payment"
}
},
+ {
+ "code": "bitpace",
+ "status": "active",
+ "links": {
+ "website": "https://www.bitpace.com/"
+ },
+ "name": {
+ "en": "Bitpace",
+ "ru": "Bitpace",
+ "uk": "Bitpace"
+ }
+ },
+ {
+ "code": "nayem",
+ "status": "active",
+ "name": {
+ "en": "Nayem",
+ "ru": "Nayem",
+ "uk": "Nayem"
+ }
+ },
{
"code": "paycash",
"status": "active",
@@ -28939,6 +29312,18 @@
"uk": "Payler"
}
},
+ {
+ "code": "thetarget",
+ "status": "active",
+ "links": {
+ "website": "https://thetarget.cc/"
+ },
+ "name": {
+ "en": "Target",
+ "ru": "Target",
+ "uk": "Target"
+ }
+ },
{
"code": "paystudio",
"status": "active",
@@ -28963,6 +29348,18 @@
"uk": "Paytience.cc"
}
},
+ {
+ "code": "techtopay",
+ "status": "active",
+ "links": {
+ "website": "https://www.techtopay.com/"
+ },
+ "name": {
+ "en": "TechToPay",
+ "ru": "TechToPay",
+ "uk": "TechToPay"
+ }
+ },
{
"code": "contactpay",
"status": "active",
@@ -28977,7 +29374,7 @@
},
{
"code": "sbp",
- "status": "active",
+ "status": "deprecated",
"links": {
"website": "https://sbp.nspk.ru/"
},
@@ -28987,6 +29384,18 @@
"uk": "СБП"
}
},
+ {
+ "code": "wangupay",
+ "status": "active",
+ "links": {
+ "website": "https://wangupay.com/"
+ },
+ "name": {
+ "en": "WanguPay",
+ "ru": "WanguPay",
+ "uk": "WanguPay"
+ }
+ },
{
"code": "chargemoney",
"status": "active",
@@ -29027,21 +29436,21 @@
"website": "https://dimoco-payments.com"
},
"name": {
- "en": "DIMOCO Payments",
- "ru": "DIMOCO Payments",
- "uk": "DIMOCO Payments"
+ "en": "DIMOCO",
+ "ru": "DIMOCO",
+ "uk": "DIMOCO"
}
},
{
"code": "leobank",
"status": "active",
"links": {
- "website": "https:\/\/leogaming.net/"
+ "website": "https://leogaming.net/"
},
"name": {
- "en": "LeoBank",
- "ru": "LeoBank",
- "uk": "LeoBank"
+ "en": "Digimeth",
+ "ru": "Digimeth",
+ "uk": "Digimeth"
}
},
{
@@ -29063,9 +29472,69 @@
"website": "https://bennupay.io"
},
"name": {
- "en": "bennupay",
- "ru": "bennupay",
- "uk": "bennupay"
+ "en": "Bennupay",
+ "ru": "Bennupay",
+ "uk": "Bennupay"
+ }
+ },
+ {
+ "code": "zotapay",
+ "status": "active",
+ "links": {
+ "website": "https://zotapay.com/"
+ },
+ "name": {
+ "en": "Zotapay",
+ "ru": "Zotapay",
+ "uk": "Zotapay"
+ }
+ },
+ {
+ "code": "coinpayments",
+ "status": "active",
+ "links": {
+ "website": "https://www.coinpayments.net/"
+ },
+ "name": {
+ "en": "CoinPayments",
+ "ru": "CoinPayments",
+ "uk": "CoinPayments"
+ }
+ },
+ {
+ "code": "hashconnect",
+ "status": "active",
+ "links": {
+ "website": "http://hashconnect.eu/"
+ },
+ "name": {
+ "en": "Hashconnect",
+ "ru": "Hashconnect",
+ "uk": "Hashconnect"
+ }
+ },
+ {
+ "code": "platio",
+ "status": "active",
+ "links": {
+ "website": "https://platio.com/"
+ },
+ "name": {
+ "en": "Platio",
+ "ru": "Platio",
+ "uk": "Platio"
+ }
+ },
+ {
+ "code": "billline",
+ "status": "active",
+ "links": {
+ "website": "https://billline.net/"
+ },
+ "name": {
+ "en": "bill_line",
+ "ru": "bill_line",
+ "uk": "bill_line"
}
},
{
@@ -29103,6 +29572,7603 @@
"ru": "Kiberpay",
"uk": "Kiberpay"
}
+ },
+ {
+ "code": "paytoneio",
+ "status": "active",
+ "links": {
+ "website": "https://paytone.io/"
+ },
+ "name": {
+ "en": "Paytone.io",
+ "ru": "Paytone.io",
+ "uk": "Paytone.io"
+ }
+ },
+ {
+ "code": "hawex",
+ "status": "active",
+ "links": {
+ "website": "https://hawex.io/"
+ },
+ "name": {
+ "en": "HAWEX",
+ "ru": "HAWEX",
+ "uk": "HAWEX"
+ }
+ },
+ {
+ "code": "picpay",
+ "status": "active",
+ "links": {
+ "website": "https://www.picpay.com/"
+ },
+ "name": {
+ "en": "PicPay",
+ "ru": "PicPay",
+ "uk": "PicPay"
+ }
+ },
+ {
+ "code": "honeypay",
+ "status": "active",
+ "name": {
+ "en": "MilkyPay",
+ "ru": "MilkyPay",
+ "uk": "MilkyPay"
+ }
+ },
+ {
+ "code": "inwizo",
+ "status": "active",
+ "links": {
+ "website": "http://inwizo.com/"
+ },
+ "name": {
+ "en": "Inwizo",
+ "ru": "Inwizo",
+ "uk": "Inwizo"
+ }
+ },
+ {
+ "code": "kvitum",
+ "status": "active",
+ "links": {
+ "website": "https://qostiq.com/"
+ },
+ "name": {
+ "en": "Qostiq",
+ "ru": "Qostiq",
+ "uk": "Qostiq"
+ }
+ },
+ {
+ "code": "maguapay",
+ "status": "active",
+ "links": {
+ "website": "https://magua-pay.com/"
+ },
+ "name": {
+ "en": "Magua Pay",
+ "ru": "Magua Pay",
+ "uk": "Magua Pay"
+ }
+ },
+ {
+ "code": "planbpay",
+ "status": "active",
+ "links": {
+ "website": "https://planbpay.io/"
+ },
+ "name": {
+ "en": "Planbpay",
+ "ru": "Planbpay",
+ "uk": "Planbpay"
+ }
+ },
+ {
+ "code": "monobank",
+ "status": "active",
+ "links": {
+ "website": "https://monobank.ua/"
+ },
+ "name": {
+ "en": "Monobank",
+ "ru": "Monobank",
+ "uk": "Monobank"
+ }
+ },
+ {
+ "code": "virtpay",
+ "status": "active",
+ "links": {
+ "website": "https://psp.virtpay.net/"
+ },
+ "name": {
+ "en": "Virtpay",
+ "ru": "Virtpay",
+ "uk": "Virtpay"
+ }
+ },
+ {
+ "code": "payretailers",
+ "status": "active",
+ "links": {
+ "website": "https://payretailers.com/"
+ },
+ "name": {
+ "en": "PayRetailers",
+ "ru": "PayRetailers",
+ "uk": "PayRetailers"
+ }
+ },
+ {
+ "code": "bnd",
+ "status": "active",
+ "name": {
+ "en": "Banco de México"
+ }
+ },
+ {
+ "code": "remitos",
+ "status": "active",
+ "links": {
+ "website": "https://remitos.net/"
+ },
+ "name": {
+ "en": "Remitos",
+ "ru": "Remitos",
+ "uk": "Remitos"
+ }
+ },
+ {
+ "code": "payecardsakurateco",
+ "status": "active",
+ "links": {
+ "website": "https://www.payecards.com/"
+ },
+ "name": {
+ "en": "PayeCards Akurateco",
+ "ru": "PayeCards Akurateco",
+ "uk": "PayeCards Akurateco"
+ }
+ },
+ {
+ "code": "v9pay",
+ "status": "active",
+ "name": {
+ "en": "V9Pay",
+ "ru": "V9Pay",
+ "uk": "V9Pay"
+ }
+ },
+ {
+ "code": "beonpaypayouts",
+ "status": "active",
+ "name": {
+ "en": "VP Payouts",
+ "ru": "VP Payouts",
+ "uk": "VP Payouts"
+ }
+ },
+ {
+ "code": "agentglobal",
+ "status": "active",
+ "name": {
+ "en": "AgentGlobal",
+ "ru": "AgentGlobal",
+ "uk": "AgentGlobal"
+ }
+ },
+ {
+ "code": "scpay",
+ "status": "active",
+ "links": {
+ "website": "https://scpay.online/"
+ },
+ "name": {
+ "en": "SecurePay",
+ "ru": "SecurePay",
+ "uk": "SecurePay"
+ }
+ },
+ {
+ "code": "passpoint",
+ "status": "active",
+ "links": {
+ "website": "https://mypasspoint.com/"
+ },
+ "name": {
+ "en": "Passpoint",
+ "ru": "Passpoint",
+ "uk": "Passpoint"
+ }
+ },
+ {
+ "code": "bingopay",
+ "status": "active",
+ "links": {
+ "website": "https://bingopay.io/"
+ },
+ "name": {
+ "en": "BingoPay",
+ "ru": "BingoPay",
+ "uk": "BingoPay"
+ }
+ },
+ {
+ "code": "alycepay",
+ "status": "active",
+ "links": {
+ "website": "https://alycepay.com/"
+ },
+ "name": {
+ "en": "Alycepay",
+ "ru": "Alycepay",
+ "uk": "Alycepay"
+ }
+ },
+ {
+ "code": "apcopay",
+ "status": "active",
+ "links": {
+ "website": "https://www.apcopay.com/"
+ },
+ "name": {
+ "en": "Apcopay",
+ "ru": "Apcopay",
+ "uk": "Apcopay"
+ }
+ },
+ {
+ "code": "azulpay",
+ "status": "active",
+ "links": {
+ "website": "https://www.azulpay.online/"
+ },
+ "name": {
+ "en": "Azul Pay",
+ "ru": "Azul Pay",
+ "uk": "Azul Pay"
+ }
+ },
+ {
+ "code": "boombill",
+ "status": "active",
+ "links": {
+ "website": "https://boombill.io/"
+ },
+ "name": {
+ "en": "Boom-Bill",
+ "ru": "Boom-Bill",
+ "uk": "Boom-Bill"
+ }
+ },
+ {
+ "code": "revolut",
+ "status": "active",
+ "links": {
+ "website": "https://www.revolut.com"
+ },
+ "name": {
+ "en": "Revolut",
+ "ru": "Revolut",
+ "uk": "Revolut"
+ }
+ },
+ {
+ "code": "virtouspayments",
+ "status": "active",
+ "links": {
+ "website": "https://secure.virtouspayments.com/"
+ },
+ "name": {
+ "en": "Virtous Payments",
+ "ru": "Virtous Payments",
+ "uk": "Virtous Payments"
+ }
+ },
+ {
+ "code": "gateexpress",
+ "status": "active",
+ "links": {
+ "website": "https://gate.express/"
+ },
+ "name": {
+ "en": "Gate Express",
+ "ru": "Gate Express",
+ "uk": "Gate Express"
+ }
+ },
+ {
+ "code": "flexify",
+ "status": "active",
+ "links": {
+ "website": "https://flexify.finance/"
+ },
+ "name": {
+ "en": "Flexify.finance",
+ "ru": "Flexify.finance",
+ "uk": "Flexify.finance"
+ }
+ },
+ {
+ "code": "billingcx",
+ "status": "active",
+ "links": {
+ "website": "https://billing.cx/"
+ },
+ "name": {
+ "en": "Billing.CX",
+ "ru": "Billing.CX",
+ "uk": "Billing.CX"
+ }
+ },
+ {
+ "code": "paywise",
+ "status": "active",
+ "links": {
+ "website": "https://www.paywise.co/"
+ },
+ "name": {
+ "en": "PayWise",
+ "ru": "PayWise",
+ "uk": "PayWise"
+ }
+ },
+ {
+ "code": "dectasoap",
+ "status": "active",
+ "name": {
+ "en": "DectaSoap",
+ "ru": "DectaSoap",
+ "uk": "DectaSoap"
+ }
+ },
+ {
+ "code": "lava",
+ "status": "active",
+ "links": {
+ "website": "https://lava.kz/"
+ },
+ "name": {
+ "en": "Lava",
+ "ru": "Lava",
+ "uk": "Lava"
+ }
+ },
+ {
+ "code": "lemanpay",
+ "status": "active",
+ "links": {
+ "website": "https://lemanpay.com"
+ },
+ "name": {
+ "en": "LemanPay",
+ "ru": "LemanPay",
+ "uk": "LemanPay"
+ }
+ },
+ {
+ "code": "abex",
+ "status": "active",
+ "name": {
+ "en": "Abex",
+ "ru": "Abex",
+ "uk": "Abex"
+ }
+ },
+ {
+ "code": "finhub",
+ "status": "active",
+ "name": {
+ "en": "FinHub",
+ "ru": "FinHub",
+ "uk": "FinHub"
+ }
+ },
+ {
+ "code": "crederes",
+ "status": "active",
+ "name": {
+ "en": "Crederes",
+ "ru": "Crederes",
+ "uk": "Crederes"
+ }
+ },
+ {
+ "code": "payproglobal",
+ "status": "active",
+ "links": {
+ "website": "https://payproglobal.com/"
+ },
+ "name": {
+ "en": "PayPro Global"
+ }
+ },
+ {
+ "code": "payes",
+ "status": "active",
+ "links": {
+ "website": "http://payes.io/"
+ },
+ "name": {
+ "en": "Payes",
+ "ru": "Payes",
+ "uk": "Payes"
+ }
+ },
+ {
+ "code": "copay",
+ "status": "active",
+ "name": {
+ "en": "Copay",
+ "ru": "Copay",
+ "uk": "Copay"
+ }
+ },
+ {
+ "code": "electropay",
+ "status": "active",
+ "name": {
+ "en": "ElectroPay",
+ "ru": "ElectroPay",
+ "uk": "ElectroPay"
+ }
+ },
+ {
+ "code": "optipay",
+ "status": "active",
+ "name": {
+ "en": "Optipay",
+ "ru": "Optipay",
+ "uk": "Optipay"
+ }
+ },
+ {
+ "code": "connectivity",
+ "status": "active",
+ "name": {
+ "en": "Connectivity",
+ "ru": "Connectivity",
+ "uk": "Connectivity"
+ }
+ },
+ {
+ "code": "hwx",
+ "status": "active",
+ "name": {
+ "en": "HWX",
+ "ru": "HWX",
+ "uk": "HWX"
+ }
+ },
+ {
+ "code": "thenoy",
+ "status": "active",
+ "links": {
+ "website": "https://thenoy.com/"
+ },
+ "name": {
+ "en": "THENOY",
+ "ru": "THENOY",
+ "uk": "THENOY"
+ }
+ },
+ {
+ "code": "securepaycard",
+ "status": "active",
+ "links": {
+ "website": "https://securepaycard.com/"
+ },
+ "name": {
+ "en": "Securepaycard",
+ "ru": "Securepaycard",
+ "uk": "Securepaycard"
+ }
+ },
+ {
+ "code": "swiffy",
+ "status": "active",
+ "links": {
+ "website": "https://www.swiffy.co.za/"
+ },
+ "name": {
+ "en": "Swiffy",
+ "ru": "Swiffy",
+ "uk": "Swiffy"
+ }
+ },
+ {
+ "code": "gateiq",
+ "status": "active",
+ "links": {
+ "website": "https://gateiq.io/"
+ },
+ "name": {
+ "en": "GateIQ",
+ "ru": "GateIQ",
+ "uk": "GateIQ"
+ }
+ },
+ {
+ "code": "yapily",
+ "status": "active",
+ "links": {
+ "website": "https://www.yapily.com/"
+ },
+ "name": {
+ "en": "Yapily",
+ "ru": "Yapily",
+ "uk": "Yapily"
+ }
+ },
+ {
+ "code": "aps",
+ "status": "active",
+ "name": {
+ "en": "Advanced Payment Solutions (APS)",
+ "ru": "Advanced Payment Solutions (APS)",
+ "uk": "Advanced Payment Solutions (APS)"
+ }
+ },
+ {
+ "code": "webpays",
+ "status": "active",
+ "links": {
+ "website": "https://webpays.com/"
+ },
+ "name": {
+ "en": "WebPays",
+ "ru": "WebPays",
+ "uk": "WebPays"
+ }
+ },
+ {
+ "code": "amazonpaymentservices",
+ "status": "active",
+ "links": {
+ "website": "https://paymentservices.amazon.com/"
+ },
+ "name": {
+ "en": "Amazon Payment Services",
+ "ru": "Amazon Payment Services",
+ "uk": "Amazon Payment Services"
+ }
+ },
+ {
+ "code": "lpb",
+ "status": "active",
+ "links": {
+ "website": "https://lpb.lv/"
+ },
+ "name": {
+ "en": "LPB",
+ "ru": "LPB",
+ "uk": "LPB"
+ }
+ },
+ {
+ "code": "nmi",
+ "status": "active",
+ "links": {
+ "website": "https://nmi.com/"
+ },
+ "name": {
+ "en": "NMI",
+ "ru": "NMI",
+ "uk": "NMI"
+ }
+ },
+ {
+ "code": "zepto",
+ "status": "active",
+ "name": {
+ "en": "Zepto",
+ "ru": "Zepto",
+ "uk": "Zepto"
+ }
+ },
+ {
+ "code": "skpay",
+ "status": "active",
+ "name": {
+ "en": "SKPay",
+ "ru": "SKPay",
+ "uk": "SKPay"
+ }
+ },
+ {
+ "code": "toshani",
+ "status": "active",
+ "links": {
+ "website": "https://upi.toshanidigital.com/"
+ },
+ "name": {
+ "en": "Toshani Digital",
+ "ru": "Toshani Digital",
+ "uk": "Toshani Digital"
+ }
+ },
+ {
+ "code": "mxpay",
+ "status": "active",
+ "name": {
+ "en": "MXPay",
+ "ru": "MXPay",
+ "uk": "MXPay"
+ }
+ },
+ {
+ "code": "walletto",
+ "status": "active",
+ "links": {
+ "website": "https://walletto.eu"
+ },
+ "name": {
+ "en": "Walletto",
+ "ru": "Walletto",
+ "uk": "Walletto"
+ }
+ },
+ {
+ "code": "sbpay",
+ "status": "active",
+ "name": {
+ "en": "SBPay",
+ "ru": "SBPay",
+ "uk": "SBPay"
+ }
+ },
+ {
+ "code": "pagsmile",
+ "status": "active",
+ "links": {
+ "website": "https://www.pagsmile.com/"
+ },
+ "name": {
+ "en": "Pagsmile",
+ "ru": "Pagsmile",
+ "uk": "Pagsmile"
+ }
+ },
+ {
+ "code": "paygames",
+ "status": "active",
+ "links": {
+ "website": "https://portal.easypaygame.com"
+ },
+ "name": {
+ "en": "EasyPayGames",
+ "ru": "EasyPayGames",
+ "uk": "EasyPayGames"
+ }
+ },
+ {
+ "code": "cashonex",
+ "status": "active",
+ "name": {
+ "en": "CashOneX",
+ "ru": "CashOneX",
+ "uk": "CashOneX"
+ }
+ },
+ {
+ "code": "vanilapay",
+ "status": "active",
+ "links": {
+ "website": "https://vanilapay.com/"
+ },
+ "name": {
+ "en": "VanilaPay",
+ "ru": "VanilaPay",
+ "uk": "VanilaPay"
+ }
+ },
+ {
+ "code": "paytriot",
+ "status": "active",
+ "links": {
+ "website": "https://paytriot.co.uk/"
+ },
+ "name": {
+ "en": "Paytriot",
+ "ru": "Paytriot",
+ "uk": "Paytriot"
+ }
+ },
+ {
+ "code": "transfr",
+ "status": "active",
+ "links": {
+ "website": "https://www.transfr.io/"
+ },
+ "name": {
+ "en": "Transfr",
+ "ru": "Transfr",
+ "uk": "Transfr"
+ }
+ },
+ {
+ "code": "neopay",
+ "status": "active",
+ "links": {
+ "website": "https://neopay.online"
+ },
+ "name": {
+ "en": "Neopay",
+ "ru": "Neopay",
+ "uk": "Neopay"
+ }
+ },
+ {
+ "code": "exxogate",
+ "status": "active",
+ "links": {
+ "website": "https://exxogate.com"
+ },
+ "name": {
+ "en": "Exxogate",
+ "ru": "Exxogate",
+ "uk": "Exxogate"
+ }
+ },
+ {
+ "code": "conceptpay",
+ "status": "active",
+ "links": {
+ "website": "https://conceptpay.org/"
+ },
+ "name": {
+ "en": "ConceptPay",
+ "ru": "ConceptPay",
+ "uk": "ConceptPay"
+ }
+ },
+ {
+ "code": "maxpayment",
+ "status": "active",
+ "name": {
+ "en": "Maxpayment",
+ "ru": "Maxpayment",
+ "uk": "Maxpayment"
+ }
+ },
+ {
+ "code": "forestpayment",
+ "status": "active",
+ "links": {
+ "website": "http://forestpayment.com/"
+ },
+ "name": {
+ "en": "ForestPayment",
+ "ru": "ForestPayment",
+ "uk": "ForestPayment"
+ }
+ },
+ {
+ "code": "impaya",
+ "status": "active",
+ "links": {
+ "website": "https://www.impaya.com/"
+ },
+ "name": {
+ "en": "Impaya",
+ "ru": "Impaya",
+ "uk": "Impaya"
+ }
+ },
+ {
+ "code": "vevopay",
+ "status": "active",
+ "name": {
+ "en": "VevoPay",
+ "ru": "VevoPay",
+ "uk": "VevoPay"
+ }
+ },
+ {
+ "code": "localpayments",
+ "status": "active",
+ "links": {
+ "website": "https://localpayment.com/"
+ },
+ "name": {
+ "en": "Localpayment",
+ "ru": "Localpayment",
+ "uk": "Localpayment"
+ }
+ },
+ {
+ "code": "whitepay",
+ "status": "active",
+ "links": {
+ "website": "https://whitepay.com/"
+ },
+ "name": {
+ "en": "Whitepay",
+ "ru": "Whitepay",
+ "uk": "Whitepay"
+ }
+ },
+ {
+ "code": "kluwp",
+ "status": "active",
+ "links": {
+ "website": "https://www.kluwp.com/"
+ },
+ "name": {
+ "en": "Kluwp",
+ "ru": "Kluwp",
+ "uk": "Kluwp"
+ }
+ },
+ {
+ "code": "odeonpay",
+ "status": "active",
+ "links": {
+ "website": "http://odeonpay.com/"
+ },
+ "name": {
+ "en": "OdeonPay",
+ "ru": "OdeonPay",
+ "uk": "OdeonPay"
+ }
+ },
+ {
+ "code": "gatetwoway",
+ "status": "active",
+ "links": {
+ "website": "https://gate2way.com/"
+ },
+ "name": {
+ "en": "Gate2way",
+ "ru": "Gate2way",
+ "uk": "Gate2way"
+ }
+ },
+ {
+ "code": "spartapay",
+ "status": "active",
+ "links": {
+ "website": "https://prod.sparta-pay.com/"
+ },
+ "name": {
+ "en": "Sparta-Pay",
+ "ru": "Sparta-Pay",
+ "uk": "Sparta-Pay"
+ }
+ },
+ {
+ "code": "payplanet",
+ "status": "active",
+ "links": {
+ "website": "https://pay-planet.com/"
+ },
+ "name": {
+ "en": "PayPlanet",
+ "ru": "PayPlanet",
+ "uk": "PayPlanet"
+ }
+ },
+ {
+ "code": "cashbulls",
+ "status": "active",
+ "links": {
+ "website": "https://cashbulls.io/"
+ },
+ "name": {
+ "en": "Cash Bulls",
+ "ru": "Cash Bulls",
+ "uk": "Cash Bulls"
+ }
+ },
+ {
+ "code": "noda",
+ "status": "active",
+ "links": {
+ "website": "https://www.noda.live/"
+ },
+ "name": {
+ "en": "Noda",
+ "ru": "Noda",
+ "uk": "Noda"
+ }
+ },
+ {
+ "code": "cryptohawex",
+ "status": "active",
+ "name": {
+ "en": "CryptoHawex",
+ "ru": "CryptoHawex",
+ "uk": "CryptoHawex"
+ }
+ },
+ {
+ "code": "blablapay",
+ "status": "active",
+ "name": {
+ "en": "BlaBlaPay",
+ "ru": "BlaBlaPay",
+ "uk": "BlaBlaPay"
+ }
+ },
+ {
+ "code": "usbxpay",
+ "status": "active",
+ "links": {
+ "website": "https://usb-pay.com"
+ },
+ "name": {
+ "en": "USBxPAY",
+ "ru": "USBxPAY",
+ "uk": "USBxPAY"
+ }
+ },
+ {
+ "code": "paydex",
+ "status": "active",
+ "name": {
+ "en": "Paydex",
+ "ru": "Paydex",
+ "uk": "Paydex"
+ }
+ },
+ {
+ "code": "nummuspay",
+ "status": "active",
+ "links": {
+ "website": "https://nummuspay.com/"
+ },
+ "name": {
+ "en": "NummusPay",
+ "ru": "NummusPay",
+ "uk": "NummusPay"
+ }
+ },
+ {
+ "code": "uniongate",
+ "status": "active",
+ "links": {
+ "website": "https://uniongate.io/"
+ },
+ "name": {
+ "en": "UnionGate",
+ "ru": "UnionGate",
+ "uk": "UnionGate"
+ }
+ },
+ {
+ "code": "payabl",
+ "status": "active",
+ "links": {
+ "website": "https://payabl.com/"
+ },
+ "name": {
+ "en": "Payabl.",
+ "ru": "Payabl.",
+ "uk": "Payabl."
+ }
+ },
+ {
+ "code": "cryptomus",
+ "status": "active",
+ "links": {
+ "website": "https://cryptomus.com"
+ },
+ "name": {
+ "en": "Cryptomus",
+ "ru": "Cryptomus",
+ "uk": "Cryptomus"
+ }
+ },
+ {
+ "code": "fiatsystems",
+ "status": "active",
+ "name": {
+ "en": "FiatSystems",
+ "ru": "FiatSystems",
+ "uk": "FiatSystems"
+ }
+ },
+ {
+ "code": "bitexpro",
+ "status": "active",
+ "links": {
+ "website": "https://bitexpro.eu"
+ },
+ "name": {
+ "en": "BitexPRO",
+ "ru": "BitexPRO",
+ "uk": "BitexPRO"
+ }
+ },
+ {
+ "code": "antrpay",
+ "status": "active",
+ "links": {
+ "website": "https://antrpay.com/"
+ },
+ "name": {
+ "en": "Antrpay",
+ "ru": "Antrpay",
+ "uk": "Antrpay"
+ }
+ },
+ {
+ "code": "b2pay",
+ "status": "active",
+ "links": {
+ "website": "https://paylink.work/"
+ },
+ "name": {
+ "en": "Paylink",
+ "ru": "Paylink",
+ "uk": "Paylink"
+ }
+ },
+ {
+ "code": "maldopay",
+ "status": "active",
+ "links": {
+ "website": "https://pay.maldopay.com"
+ },
+ "name": {
+ "en": "MaldoPay",
+ "ru": "MaldoPay",
+ "uk": "MaldoPay"
+ }
+ },
+ {
+ "code": "sirpaga",
+ "status": "active",
+ "links": {
+ "website": "https://www.sirpaga.com/"
+ },
+ "name": {
+ "en": "Sirpaga",
+ "ru": "Sirpaga",
+ "uk": "Sirpaga"
+ }
+ },
+ {
+ "code": "epb",
+ "status": "active",
+ "links": {
+ "website": "https://europrombank.kiev.ua/"
+ },
+ "name": {
+ "en": "Europrombank (EPB)",
+ "ru": "Europrombank (EPB)",
+ "uk": "Europrombank (EPB)"
+ }
+ },
+ {
+ "code": "payermax",
+ "status": "active",
+ "links": {
+ "website": "https://www.payermax.com/"
+ },
+ "name": {
+ "en": "PayerMax",
+ "ru": "PayerMax",
+ "uk": "PayerMax"
+ }
+ },
+ {
+ "code": "prmoney",
+ "status": "active",
+ "links": {
+ "website": "https://new.prmoney.com"
+ },
+ "name": {
+ "en": "PrMoney",
+ "ru": "PrMoney",
+ "uk": "PrMoney"
+ }
+ },
+ {
+ "code": "pionpay",
+ "status": "active",
+ "links": {
+ "website": "https://pion.finance "
+ },
+ "name": {
+ "en": "PionPay",
+ "ru": "PionPay",
+ "uk": "PionPay"
+ }
+ },
+ {
+ "code": "addonpayments",
+ "status": "active",
+ "links": {
+ "website": "https://www.addonpayments.com"
+ },
+ "name": {
+ "en": "Addon Payments",
+ "ru": "Addon Payments",
+ "uk": "Addon Payments"
+ }
+ },
+ {
+ "code": "libernetix",
+ "status": "active",
+ "links": {
+ "website": "https://www.libernetix.com"
+ },
+ "name": {
+ "en": "Libernetix",
+ "ru": "Libernetix",
+ "uk": "Libernetix"
+ }
+ },
+ {
+ "code": "paymecrypto",
+ "status": "active",
+ "name": {
+ "en": "PaymeCrypto",
+ "ru": "PaymeCrypto",
+ "uk": "PaymeCrypto"
+ }
+ },
+ {
+ "code": "epro",
+ "status": "active",
+ "links": {
+ "website": "https://www.empcorp.com"
+ },
+ "name": {
+ "en": "E-PRO",
+ "ru": "E-PRO",
+ "uk": "E-PRO"
+ }
+ },
+ {
+ "code": "pay2play",
+ "status": "active",
+ "links": {
+ "website": "https://pay2play.cash"
+ },
+ "name": {
+ "en": "pay2play",
+ "ru": "pay2play",
+ "uk": "pay2play"
+ }
+ },
+ {
+ "code": "paytonegate",
+ "status": "active",
+ "links": {
+ "website": "https://paytone.io/"
+ },
+ "name": {
+ "en": "Paytone",
+ "ru": "Paytone",
+ "uk": "Paytone"
+ }
+ },
+ {
+ "code": "pinpay",
+ "status": "active",
+ "links": {
+ "website": "https://www.pin-pay.com/"
+ },
+ "name": {
+ "en": "PinPay",
+ "ru": "PinPay",
+ "uk": "PinPay"
+ }
+ },
+ {
+ "code": "paymtech",
+ "status": "active",
+ "links": {
+ "website": "https://paymtech.kz"
+ },
+ "name": {
+ "en": "Paymtech",
+ "ru": "Paymtech",
+ "uk": "Paymtech"
+ }
+ },
+ {
+ "code": "ubankconnect",
+ "status": "active",
+ "links": {
+ "website": "https://ubankconnect.com"
+ },
+ "name": {
+ "en": "UBank Connect",
+ "ru": "UBank Connect",
+ "uk": "UBank Connect"
+ }
+ },
+ {
+ "code": "paylama",
+ "status": "active",
+ "links": {
+ "website": "https://paylama.io/"
+ },
+ "name": {
+ "en": "PayLama",
+ "ru": "PayLama",
+ "uk": "PayLama"
+ }
+ },
+ {
+ "code": "centiwise",
+ "status": "active",
+ "links": {
+ "website": "https://centiwise.com/"
+ },
+ "name": {
+ "en": "Centiwise",
+ "ru": "Centiwise",
+ "uk": "Centiwise"
+ }
+ },
+ {
+ "code": "payport",
+ "status": "active",
+ "name": {
+ "en": "PayPort",
+ "ru": "PayPort",
+ "uk": "PayPort"
+ }
+ },
+ {
+ "code": "katarun",
+ "status": "active",
+ "links": {
+ "website": "https://katarun.com/"
+ },
+ "name": {
+ "en": "Katarun",
+ "ru": "Katarun",
+ "uk": "Katarun"
+ }
+ },
+ {
+ "code": "futuritypay",
+ "status": "active",
+ "links": {
+ "website": "https://futuritypay.pro"
+ },
+ "name": {
+ "en": "Futuritypay",
+ "ru": "Futuritypay",
+ "uk": "Futuritypay"
+ }
+ },
+ {
+ "code": "smartgates",
+ "status": "active",
+ "links": {
+ "website": "https://smart-gates.net"
+ },
+ "name": {
+ "en": "Smartgates",
+ "ru": "Smartgates",
+ "uk": "Smartgates"
+ }
+ },
+ {
+ "code": "rumbapay",
+ "status": "active",
+ "name": {
+ "en": "RumbaPay",
+ "ru": "RumbaPay",
+ "uk": "RumbaPay"
+ }
+ },
+ {
+ "code": "polyana",
+ "status": "active",
+ "links": {
+ "website": "https://polyana.com.kz"
+ },
+ "name": {
+ "en": "Polyana",
+ "ru": "Polyana",
+ "uk": "Polyana"
+ }
+ },
+ {
+ "code": "clearjunction",
+ "status": "active",
+ "links": {
+ "website": "https://clearjunction.com"
+ },
+ "name": {
+ "en": "Clear Junction",
+ "ru": "Clear Junction",
+ "uk": "Clear Junction"
+ }
+ },
+ {
+ "code": "overpay",
+ "status": "active",
+ "links": {
+ "website": "https://gateway.overpay.io"
+ },
+ "name": {
+ "en": "Overpay",
+ "ru": "Overpay",
+ "uk": "Overpay"
+ }
+ },
+ {
+ "code": "paystage",
+ "status": "active",
+ "links": {
+ "website": "https://paystage.net"
+ },
+ "name": {
+ "en": "PayStage",
+ "ru": "PayStage",
+ "uk": "PayStage"
+ }
+ },
+ {
+ "code": "gigadat",
+ "status": "active",
+ "links": {
+ "website": "https://gigadatsolutions.com/"
+ },
+ "name": {
+ "en": "Gigadat",
+ "ru": "Gigadat",
+ "uk": "Gigadat"
+ }
+ },
+ {
+ "code": "facilero",
+ "status": "active",
+ "links": {
+ "website": "https://facilero.com/"
+ },
+ "name": {
+ "en": "Facilero",
+ "ru": "Facilero",
+ "uk": "Facilero"
+ }
+ },
+ {
+ "code": "betterbro",
+ "status": "active",
+ "links": {
+ "website": "https://betterbro.com/"
+ },
+ "name": {
+ "en": "Betterbro",
+ "ru": "Betterbro",
+ "uk": "Betterbro"
+ }
+ },
+ {
+ "code": "aifory",
+ "status": "active",
+ "links": {
+ "website": "https://aifory.io/"
+ },
+ "name": {
+ "en": "Aifory",
+ "ru": "Aifory",
+ "uk": "Aifory"
+ }
+ },
+ {
+ "code": "hr24",
+ "status": "active",
+ "links": {
+ "website": "https://hr-24.org/"
+ },
+ "name": {
+ "en": "HR-24",
+ "ru": "HR-24",
+ "uk": "HR-24"
+ }
+ },
+ {
+ "code": "totalprocessing",
+ "status": "active",
+ "links": {
+ "website": "https://www.totalprocessing.com/"
+ },
+ "name": {
+ "en": "Total Processing",
+ "ru": "Total Processing",
+ "uk": "Total Processing"
+ }
+ },
+ {
+ "code": "prismpay",
+ "status": "active",
+ "links": {
+ "website": "https://prismpay.com/"
+ },
+ "name": {
+ "en": "Prismpay",
+ "ru": "Prismpay",
+ "uk": "Prismpay"
+ }
+ },
+ {
+ "code": "empayre",
+ "status": "active",
+ "name": {
+ "en": "Empayre",
+ "ru": "Empayre",
+ "uk": "Empayre"
+ }
+ },
+ {
+ "code": "dana",
+ "status": "active",
+ "links": {
+ "website": "https://www.dana.id"
+ },
+ "name": {
+ "en": "Dana",
+ "ru": "Dana",
+ "uk": "Dana"
+ }
+ },
+ {
+ "code": "mandiri_bank",
+ "status": "active",
+ "links": {
+ "website": "https://www.bankmandiri.co.id"
+ },
+ "name": {
+ "en": "Bank Mandiri",
+ "ru": "Bank Mandiri",
+ "uk": "Bank Mandiri"
+ }
+ },
+ {
+ "code": "kookmin_bank",
+ "status": "active",
+ "links": {
+ "website": "https://omoney.kbstar.com/"
+ },
+ "name": {
+ "en": "Kookmin Bank",
+ "ru": "Kookmin Bank",
+ "uk": "Kookmin Bank"
+ }
+ },
+ {
+ "code": "keb_hana_bank",
+ "status": "active",
+ "links": {
+ "website": "https://www.kebhana.com"
+ },
+ "name": {
+ "en": "KEB Hana Bank",
+ "ru": "KEB Hana Bank",
+ "uk": "KEB Hana Bank"
+ }
+ },
+ {
+ "code": "nhbank_bank",
+ "status": "active",
+ "links": {
+ "website": "https://banking.nonghyup.com/nhbank.html"
+ },
+ "name": {
+ "en": "Nonghyup Bank",
+ "ru": "Nonghyup Bank",
+ "uk": "Nonghyup Bank"
+ }
+ },
+ {
+ "code": "nonghyup_bank",
+ "status": "active",
+ "links": {
+ "website": "https://www.nonghyup.com/eng/main/engMain.do"
+ },
+ "name": {
+ "en": "National Agricultural cooperative federation",
+ "ru": "National Agricultural cooperative federation",
+ "uk": "National Agricultural cooperative federation"
+ }
+ },
+ {
+ "code": "sc_first_bank",
+ "status": "active",
+ "links": {
+ "website": "https://www.standardchartered.co.kr/"
+ },
+ "name": {
+ "en": "Standard Chartered Korea",
+ "ru": "Standard Chartered Korea",
+ "uk": "Standard Chartered Korea"
+ }
+ },
+ {
+ "code": "korea_post_bank",
+ "status": "active",
+ "links": {
+ "website": "https://www.koreapost.go.kr/"
+ },
+ "name": {
+ "en": "Post Bank",
+ "ru": "Post Bank",
+ "uk": "Post Bank"
+ }
+ },
+ {
+ "code": "kyongnam_bank",
+ "status": "active",
+ "links": {
+ "website": "https://www.knbank.co.kr/"
+ },
+ "name": {
+ "en": "BNK Kyongnam Bank",
+ "ru": "BNK Kyongnam Bank",
+ "uk": "BNK Kyongnam Bank"
+ }
+ },
+ {
+ "code": "kwangju_bank",
+ "status": "active",
+ "links": {
+ "website": "https://pib.kjbank.com/"
+ },
+ "name": {
+ "en": "Kwangju Bank",
+ "ru": "Kwangju Bank",
+ "uk": "Kwangju Bank"
+ }
+ },
+ {
+ "code": "daegu_bank",
+ "status": "active",
+ "links": {
+ "website": "https://banking.dgb.co.kr/"
+ },
+ "name": {
+ "en": "DGB Daegu Bank",
+ "ru": "DGB Daegu Bank",
+ "uk": "DGB Daegu Bank"
+ }
+ },
+ {
+ "code": "busan_bank",
+ "status": "active",
+ "links": {
+ "website": "https://gbank.busanbank.co.kr/"
+ },
+ "name": {
+ "en": "BNK Busan Bank",
+ "ru": "BNK Busan Bank",
+ "uk": "BNK Busan Bank"
+ }
+ },
+ {
+ "code": "kdb_bank",
+ "status": "active",
+ "links": {
+ "website": "https://www.kdbbank.eu/"
+ },
+ "name": {
+ "en": "Korea Development Bank",
+ "ru": "Korea Development Bank",
+ "uk": "Korea Development Bank"
+ }
+ },
+ {
+ "code": "kfcc_bank",
+ "status": "active",
+ "links": {
+ "website": "https://www.kfcc.co.kr/"
+ },
+ "name": {
+ "en": "Korean Federation of Community Credit",
+ "ru": "Korean Federation of Community Credit",
+ "uk": "Korean Federation of Community Credit"
+ }
+ },
+ {
+ "code": "suhyup_bank",
+ "status": "active",
+ "links": {
+ "website": "https://www.suhyup.co.kr/"
+ },
+ "name": {
+ "en": "Suhyup Bank",
+ "ru": "Suhyup Bank",
+ "uk": "Suhyup Bank"
+ }
+ },
+ {
+ "code": "credit_union_bank",
+ "status": "active",
+ "links": {
+ "website": "http://www.cu.co.kr/cu/main.do"
+ },
+ "name": {
+ "en": "National Credit Union Federation of Korea",
+ "ru": "National Credit Union Federation of Korea",
+ "uk": "National Credit Union Federation of Korea"
+ }
+ },
+ {
+ "code": "jeonbuk_bank",
+ "status": "active",
+ "links": {
+ "website": "https://www.jbbank.co.kr/"
+ },
+ "name": {
+ "en": "The Jeonbuk Bank Ltd",
+ "ru": "The Jeonbuk Bank Ltd",
+ "uk": "The Jeonbuk Bank Ltd"
+ }
+ },
+ {
+ "code": "jeju_bank",
+ "status": "active",
+ "links": {
+ "website": "https://www.e-jejubank.com/"
+ },
+ "name": {
+ "en": "Jeju Bank",
+ "ru": "Jeju Bank",
+ "uk": "Jeju Bank"
+ }
+ },
+ {
+ "code": "daishin_bank",
+ "status": "active",
+ "links": {
+ "website": "https://bank.daishin.com/"
+ },
+ "name": {
+ "en": "Daishin Savings Bank",
+ "ru": "Daishin Savings Bank",
+ "uk": "Daishin Savings Bank"
+ }
+ },
+ {
+ "code": "db_financial_investment_bank",
+ "status": "active",
+ "links": {
+ "website": "https://www.db-fi.com/"
+ },
+ "name": {
+ "en": "DB FINANCIAL INVESTMENT CO.",
+ "ru": "DB FINANCIAL INVESTMENT CO.",
+ "uk": "DB FINANCIAL INVESTMENT CO."
+ }
+ },
+ {
+ "code": "yuanta_bank",
+ "status": "active",
+ "links": {
+ "website": "https://www.yuanta.com/"
+ },
+ "name": {
+ "en": "Yuanta Financial Holding",
+ "ru": "Yuanta Financial Holding",
+ "uk": "Yuanta Financial Holding"
+ }
+ },
+ {
+ "code": "meritz_bank",
+ "status": "active",
+ "links": {
+ "website": "https://home.imeritz.com/index.jsp"
+ },
+ "name": {
+ "en": "Meritz Securities Co. Ltd",
+ "ru": "Meritz Securities Co. Ltd",
+ "uk": "Meritz Securities Co. Ltd"
+ }
+ },
+ {
+ "code": "bookook_bank",
+ "status": "active",
+ "links": {
+ "website": "http://www.bookook.co.kr/"
+ },
+ "name": {
+ "en": "Bookook Securities Co. Ltd",
+ "ru": "Bookook Securities Co. Ltd",
+ "uk": "Bookook Securities Co. Ltd"
+ }
+ },
+ {
+ "code": "nhqv_bank",
+ "status": "active",
+ "links": {
+ "website": "https://www.nhqv.com/"
+ },
+ "name": {
+ "en": "NH Investment & Securities",
+ "ru": "NH Investment & Securities",
+ "uk": "NH Investment & Securities"
+ }
+ },
+ {
+ "code": "ebest_investment_bank",
+ "status": "active",
+ "links": {
+ "website": "http://ir.ebestsec.co.kr/"
+ },
+ "name": {
+ "en": "EBEST Investment & Securities Co. Ltd",
+ "ru": "EBEST Investment & Securities Co. Ltd",
+ "uk": "EBEST Investment & Securities Co. Ltd"
+ }
+ },
+ {
+ "code": "kiwoom_bank",
+ "status": "active",
+ "links": {
+ "website": "https://www.kiwoom.com/"
+ },
+ "name": {
+ "en": "KIWOOM SECURITIES CO LTD",
+ "ru": "KIWOOM SECURITIES CO LTD",
+ "uk": "KIWOOM SECURITIES CO LTD"
+ }
+ },
+ {
+ "code": "hana_financial_bank",
+ "status": "active",
+ "links": {
+ "website": "http://www.hanaw.com/"
+ },
+ "name": {
+ "en": "HANA FINANCIAL INVESTMENT CO. LTD",
+ "ru": "HANA FINANCIAL INVESTMENT CO. LTD",
+ "uk": "HANA FINANCIAL INVESTMENT CO. LTD"
+ }
+ },
+ {
+ "code": "hanwha_bank",
+ "status": "active",
+ "links": {
+ "website": "https://www.hanwha.com/"
+ },
+ "name": {
+ "en": "HANWHA LIFE INSURANCE",
+ "ru": "HANWHA LIFE INSURANCE",
+ "uk": "HANWHA LIFE INSURANCE"
+ }
+ },
+ {
+ "code": "kbfg_bank",
+ "status": "active",
+ "links": {
+ "website": "https://www.kbfg.com/"
+ },
+ "name": {
+ "en": "KB Financial Group",
+ "ru": "KB Financial Group",
+ "uk": "KB Financial Group"
+ }
+ },
+ {
+ "code": "kakaopay_bank",
+ "status": "active",
+ "links": {
+ "website": "https://www.kakaopay.com/"
+ },
+ "name": {
+ "en": "Kakaopay Securities Corp.",
+ "ru": "Kakaopay Securities Corp.",
+ "uk": "Kakaopay Securities Corp."
+ }
+ },
+ {
+ "code": "bnk_bank",
+ "status": "active",
+ "links": {
+ "website": "http://www.bnkfn.co.kr/en/main.jsp"
+ },
+ "name": {
+ "en": "BNK Securities Co. Ltd",
+ "ru": "BNK Securities Co. Ltd",
+ "uk": "BNK Securities Co. Ltd"
+ }
+ },
+ {
+ "code": "ktb_bank",
+ "status": "active",
+ "links": {
+ "website": "http://www.ktb.co.kr"
+ },
+ "name": {
+ "en": "KTB Investment & Securities Co. Ltd",
+ "ru": "KTB Investment & Securities Co. Ltd",
+ "uk": "KTB Investment & Securities Co. Ltd"
+ }
+ },
+ {
+ "code": "bnpparibas_bank",
+ "status": "active",
+ "links": {
+ "website": "https://www.bnpparibas.co.kr/"
+ },
+ "name": {
+ "en": "BNP Paribas for the Republic of Korea",
+ "ru": "BNP Paribas for the Republic of Korea",
+ "uk": "BNP Paribas for the Republic of Korea"
+ }
+ },
+ {
+ "code": "kakao_bank",
+ "status": "active",
+ "links": {
+ "website": "https://m.kakaobank.com/"
+ },
+ "name": {
+ "en": "KakaoBank Corp.",
+ "ru": "KakaoBank Corp.",
+ "uk": "KakaoBank Corp."
+ }
+ },
+ {
+ "code": "k_bank",
+ "status": "active",
+ "links": {
+ "website": "https://www.kbanknow.com/"
+ },
+ "name": {
+ "en": "K Bank",
+ "ru": "K Bank",
+ "uk": "K Bank"
+ }
+ },
+ {
+ "code": "worldline",
+ "status": "active",
+ "links": {
+ "website": "https://worldline.com/"
+ },
+ "name": {
+ "en": "Worldline",
+ "ru": "Worldline",
+ "uk": "Worldline"
+ }
+ },
+ {
+ "code": "toss_bank",
+ "status": "active",
+ "links": {
+ "website": "https://toss.im/"
+ },
+ "name": {
+ "en": "Toss Bank",
+ "ru": "Toss Bank",
+ "uk": "Toss Bank"
+ }
+ },
+ {
+ "code": "korea_foss_bank",
+ "status": "active",
+ "links": {
+ "website": "https://www.fosskorea.com/"
+ },
+ "name": {
+ "en": "Korea Foss Securities",
+ "ru": "Korea Foss Securities",
+ "uk": "Korea Foss Securities"
+ }
+ },
+ {
+ "code": "gcash",
+ "status": "active",
+ "links": {
+ "website": "https://www.gcash.com/"
+ },
+ "name": {
+ "en": "GCash",
+ "ru": "GCash",
+ "uk": "GCash"
+ }
+ },
+ {
+ "code": "easypaisa",
+ "status": "active",
+ "links": {
+ "website": "https://easypaisa.com.pk/"
+ },
+ "name": {
+ "en": "Easypaisa",
+ "ru": "Easypaisa",
+ "uk": "Easypaisa"
+ }
+ },
+ {
+ "code": "jazzcash",
+ "status": "active",
+ "links": {
+ "website": "https://www.jazzcash.com.pk/"
+ },
+ "name": {
+ "en": "JazzCash",
+ "ru": "JazzCash",
+ "uk": "JazzCash"
+ }
+ },
+ {
+ "code": "wise",
+ "status": "active",
+ "links": {
+ "website": "https://wise.com/"
+ },
+ "name": {
+ "en": "Wise",
+ "ru": "Wise",
+ "uk": "Wise"
+ }
+ },
+ {
+ "code": "phonepe",
+ "status": "active",
+ "links": {
+ "website": "https://www.phonepe.com/"
+ },
+ "name": {
+ "en": "Phonepe",
+ "ru": "Phonepe",
+ "uk": "Phonepe"
+ }
+ },
+ {
+ "code": "saltarpay",
+ "status": "deprecated",
+ "links": {
+ "website": "https://www.tourapay.com"
+ },
+ "name": {
+ "en": "TouraPay",
+ "ru": "TouraPay",
+ "uk": "TouraPay"
+ }
+ },
+ {
+ "code": "tourapay",
+ "status": "active",
+ "links": {
+ "website": "https://www.tourapay.com"
+ },
+ "name": {
+ "en": "TouraPay",
+ "ru": "TouraPay",
+ "uk": "TouraPay"
+ }
+ },
+ {
+ "code": "paysafebd",
+ "status": "active",
+ "links": {
+ "website": "https://www.paysafebd.com/"
+ },
+ "name": {
+ "en": "Paysafebd",
+ "ru": "Paysafebd",
+ "uk": "Paysafebd"
+ }
+ },
+ {
+ "code": "sgate",
+ "status": "active",
+ "links": {
+ "website": "https://sgate.io"
+ },
+ "name": {
+ "en": "Sgate",
+ "ru": "Sgate",
+ "uk": "Sgate"
+ }
+ },
+ {
+ "code": "shopeepay",
+ "status": "active",
+ "links": {
+ "website": "https://shopeepay.com/"
+ },
+ "name": {
+ "en": "ShopeePay"
+ }
+ },
+ {
+ "code": "touchngo",
+ "status": "active",
+ "links": {
+ "website": "https://www.touchngo.com.my/"
+ },
+ "name": {
+ "en": "Touch‘n Go"
+ }
+ },
+ {
+ "code": "boost",
+ "status": "active",
+ "links": {
+ "website": "https://www.myboost.com.my/"
+ },
+ "name": {
+ "en": "Boost"
+ }
+ },
+ {
+ "code": "duitnow",
+ "status": "active",
+ "links": {
+ "website": "https://www.duitnow.my/Transfer/index.html"
+ },
+ "name": {
+ "en": "DuitNow"
+ }
+ },
+ {
+ "code": "grabpay",
+ "status": "active",
+ "links": {
+ "website": "https://www.grab.com/sg/consumer/finance/pay/"
+ },
+ "name": {
+ "en": "GrabPay"
+ }
+ },
+ {
+ "code": "coins_ph",
+ "status": "active",
+ "links": {
+ "website": "https://coins.ph/"
+ },
+ "name": {
+ "en": "Coins.ph"
+ }
+ },
+ {
+ "code": "maya",
+ "status": "active",
+ "links": {
+ "website": "https://www.maya.ph/"
+ },
+ "name": {
+ "en": "Maya"
+ }
+ },
+ {
+ "code": "indonesia_va",
+ "status": "active",
+ "name": {
+ "en": "Virtual Accounts Indonesia"
+ }
+ },
+ {
+ "code": "promptpay",
+ "status": "active",
+ "name": {
+ "en": "PromptPay"
+ }
+ },
+ {
+ "code": "aliumpay",
+ "status": "active",
+ "links": {
+ "website": "https://aliumpay.com/"
+ },
+ "name": {
+ "en": "AliumPay",
+ "ru": "AliumPay",
+ "uk": "AliumPay"
+ }
+ },
+ {
+ "code": "cpay",
+ "status": "active",
+ "links": {
+ "website": "https://cpayfinance.com/"
+ },
+ "name": {
+ "en": "C.Pay",
+ "ru": "C.Pay",
+ "uk": "C.Pay"
+ }
+ },
+ {
+ "code": "payfuture",
+ "status": "active",
+ "name": {
+ "en": "Payfuture",
+ "ru": "Payfuture",
+ "uk": "Payfuture"
+ }
+ },
+ {
+ "code": "airpay",
+ "status": "active",
+ "links": {
+ "website": "https://www.airpay.co.in/"
+ },
+ "name": {
+ "en": "airpay",
+ "ru": "airpay",
+ "uk": "airpay"
+ }
+ },
+ {
+ "code": "siquro",
+ "status": "active",
+ "links": {
+ "website": "https://siquro.com/"
+ },
+ "name": {
+ "en": "Siquro",
+ "ru": "Siquro",
+ "uk": "Siquro"
+ }
+ },
+ {
+ "code": "paysecure",
+ "status": "active",
+ "links": {
+ "website": "https://paysecure.net/"
+ },
+ "name": {
+ "en": "Paysecure",
+ "ru": "Paysecure",
+ "uk": "Paysecure"
+ }
+ },
+ {
+ "code": "paylinkio",
+ "status": "active",
+ "name": {
+ "en": "Paylinkio",
+ "ru": "Paylinkio",
+ "uk": "Paylinkio"
+ }
+ },
+ {
+ "code": "bank_bjb",
+ "status": "active",
+ "links": {
+ "website": "https://www.bankbjb.co.id/"
+ },
+ "name": {
+ "en": "Bank bjb",
+ "ru": "Bank bjb",
+ "uk": "Bank bjb"
+ }
+ },
+ {
+ "code": "bank_dki",
+ "status": "active",
+ "links": {
+ "website": "https://www.bankdki.co.id/"
+ },
+ "name": {
+ "en": "Bank DKI",
+ "ru": "Bank DKI",
+ "uk": "Bank DKI"
+ }
+ },
+ {
+ "code": "bank_bpd_diy",
+ "status": "active",
+ "links": {
+ "website": "https://www.bpddiy.co.id/"
+ },
+ "name": {
+ "en": "Bank BPD DIY",
+ "ru": "Bank BPD DIY",
+ "uk": "Bank BPD DIY"
+ }
+ },
+ {
+ "code": "bank_jateng",
+ "status": "active",
+ "links": {
+ "website": "https://www.bankjateng.co.id/"
+ },
+ "name": {
+ "en": "Bank Jateng",
+ "ru": "Bank Jateng",
+ "uk": "Bank Jateng"
+ }
+ },
+ {
+ "code": "bank_jatim",
+ "status": "active",
+ "links": {
+ "website": "https://www.bankjatim.co.id/"
+ },
+ "name": {
+ "en": "Bank Jatim",
+ "ru": "Bank Jatim",
+ "uk": "Bank Jatim"
+ }
+ },
+ {
+ "code": "bank_nagari",
+ "status": "active",
+ "links": {
+ "website": "https://www.banknagari.co.id/"
+ },
+ "name": {
+ "en": "Bank Nagari",
+ "ru": "Bank Nagari",
+ "uk": "Bank Nagari"
+ }
+ },
+ {
+ "code": "bank_riau_kepri",
+ "status": "active",
+ "name": {
+ "en": "Bank Riau Kepri ",
+ "ru": "Bank Riau Kepri ",
+ "uk": "Bank Riau Kepri "
+ }
+ },
+ {
+ "code": "bank_sumselbabel",
+ "status": "active",
+ "links": {
+ "website": "https://www.banksumselbabel.com/"
+ },
+ "name": {
+ "en": "Bank Sumsel Babel",
+ "ru": "Bank Sumsel Babel",
+ "uk": "Bank Sumsel Babel"
+ }
+ },
+ {
+ "code": "bank_kalbar",
+ "status": "active",
+ "links": {
+ "website": "https://bankkalbar.co.id/"
+ },
+ "name": {
+ "en": "Bank Kalbar",
+ "ru": "Bank Kalbar",
+ "uk": "Bank Kalbar"
+ }
+ },
+ {
+ "code": "bank_kaltimtara",
+ "status": "active",
+ "name": {
+ "en": "Bank Kaltimtara",
+ "ru": "Bank Kaltimtara",
+ "uk": "Bank Kaltimtara"
+ }
+ },
+ {
+ "code": "bank_kalteng",
+ "status": "active",
+ "links": {
+ "website": "https://bankkalteng.co.id/"
+ },
+ "name": {
+ "en": "Bank Kalteng",
+ "ru": "Bank Kalteng",
+ "uk": "Bank Kalteng"
+ }
+ },
+ {
+ "code": "bank_sulselbar",
+ "status": "active",
+ "name": {
+ "en": "Bank Sulselbar",
+ "ru": "Bank Sulselbar",
+ "uk": "Bank Sulselbar"
+ }
+ },
+ {
+ "code": "bank_bpd_bali",
+ "status": "active",
+ "links": {
+ "website": "https://www.bpdbali.co.id/"
+ },
+ "name": {
+ "en": "PT Bank Pembangunan Daerah Bali",
+ "ru": "PT Bank Pembangunan Daerah Bali",
+ "uk": "PT Bank Pembangunan Daerah Bali"
+ }
+ },
+ {
+ "code": "bank_maluku_malut",
+ "status": "active",
+ "links": {
+ "website": "https://www.bankmalukumalut.co.id/"
+ },
+ "name": {
+ "en": "Bank Maluku Malut",
+ "ru": "Bank Maluku Malut",
+ "uk": "Bank Maluku Malut"
+ }
+ },
+ {
+ "code": "bank_papua",
+ "status": "active",
+ "links": {
+ "website": "https://www.bankpapua.co.id/"
+ },
+ "name": {
+ "en": "BANK PAPUA",
+ "ru": "BANK PAPUA",
+ "uk": "BANK PAPUA"
+ }
+ },
+ {
+ "code": "bank_banten",
+ "status": "active",
+ "links": {
+ "website": "https://www.bankbanten.co.id"
+ },
+ "name": {
+ "en": "Bank Banten",
+ "ru": "Bank Banten",
+ "uk": "Bank Banten"
+ }
+ },
+ {
+ "code": "bank_bnp",
+ "status": "active",
+ "name": {
+ "en": "Bank BNP",
+ "ru": "Bank BNP",
+ "uk": "Bank BNP"
+ }
+ },
+ {
+ "code": "bank_muamalat",
+ "status": "active",
+ "links": {
+ "website": "https://www.muamalat.com.my/"
+ },
+ "name": {
+ "en": "Bank Muamalat",
+ "ru": "Bank Muamalat",
+ "uk": "Bank Muamalat"
+ }
+ },
+ {
+ "code": "bank_qnb_indonesia",
+ "status": "active",
+ "links": {
+ "website": "https://qnb.co.id/"
+ },
+ "name": {
+ "en": "QNB Indonesia",
+ "ru": "QNB Indonesia",
+ "uk": "QNB Indonesia"
+ }
+ },
+ {
+ "code": "bank_woori_saudara",
+ "status": "active",
+ "links": {
+ "website": "https://www.bankwoorisaudara.com/"
+ },
+ "name": {
+ "en": "Bank Woori Saudara",
+ "ru": "Bank Woori Saudara",
+ "uk": "Bank Woori Saudara"
+ }
+ },
+ {
+ "code": "bank_jasa_jakarta",
+ "status": "active",
+ "links": {
+ "website": "https://www.bjj.co.id/"
+ },
+ "name": {
+ "en": "Bank Jasa Jakarta",
+ "ru": "Bank Jasa Jakarta",
+ "uk": "Bank Jasa Jakarta"
+ }
+ },
+ {
+ "code": "bank_keb_hana_indonesia",
+ "status": "active",
+ "links": {
+ "website": "https://www.hanabank.co.id/"
+ },
+ "name": {
+ "en": "PT Bank KEB Hana Indonesia",
+ "ru": "PT Bank KEB Hana Indonesia",
+ "uk": "PT Bank KEB Hana Indonesia"
+ }
+ },
+ {
+ "code": "bank_mnc",
+ "status": "active",
+ "links": {
+ "website": "https://mncbank.co.id/"
+ },
+ "name": {
+ "en": "Bank MNC Internasional",
+ "ru": "Bank MNC Internasional",
+ "uk": "Bank MNC Internasional"
+ }
+ },
+ {
+ "code": "bank_sbi_indonesia",
+ "status": "active",
+ "name": {
+ "en": "Bank SBI Indonesia",
+ "ru": "Bank SBI Indonesia",
+ "uk": "Bank SBI Indonesia"
+ }
+ },
+ {
+ "code": "bank_digital_bca",
+ "status": "active",
+ "links": {
+ "website": "https://bcadigital.co.id/"
+ },
+ "name": {
+ "en": "Bank Digital BCA",
+ "ru": "Bank Digital BCA",
+ "uk": "Bank Digital BCA"
+ }
+ },
+ {
+ "code": "bank_nationalnobu",
+ "status": "active",
+ "links": {
+ "website": "https://www.nobubank.com/"
+ },
+ "name": {
+ "en": "Bank Nationalnobu",
+ "ru": "Bank Nationalnobu",
+ "uk": "Bank Nationalnobu"
+ }
+ },
+ {
+ "code": "bank_ina_perdana",
+ "status": "active",
+ "links": {
+ "website": "https://www.bankina.co.id/"
+ },
+ "name": {
+ "en": "Bank Ina Perdana",
+ "ru": "Bank Ina Perdana",
+ "uk": "Bank Ina Perdana"
+ }
+ },
+ {
+ "code": "prima_master_bank",
+ "status": "active",
+ "links": {
+ "website": "https://www.primamasterbank.co.id/"
+ },
+ "name": {
+ "en": "PRIMA MASTER BANK",
+ "ru": "PRIMA MASTER BANK",
+ "uk": "PRIMA MASTER BANK"
+ }
+ },
+ {
+ "code": "bank_sahabat_sampoerna",
+ "status": "active",
+ "links": {
+ "website": "https://www.banksampoerna.com/"
+ },
+ "name": {
+ "en": "Bank Sahabat Sampoerna",
+ "ru": "Bank Sahabat Sampoerna",
+ "uk": "Bank Sahabat Sampoerna"
+ }
+ },
+ {
+ "code": "bank_multiarta_sentosa",
+ "status": "active",
+ "name": {
+ "en": "Bank Multiarta Sentosa",
+ "ru": "Bank Multiarta Sentosa",
+ "uk": "Bank Multiarta Sentosa"
+ }
+ },
+ {
+ "code": "bank_index",
+ "status": "active",
+ "links": {
+ "website": "https://www.bankindex.co.id/"
+ },
+ "name": {
+ "en": "Bank Index",
+ "ru": "Bank Index",
+ "uk": "Bank Index"
+ }
+ },
+ {
+ "code": "bank_victoria",
+ "status": "active",
+ "links": {
+ "website": "https://www.victoriabank.co.id/"
+ },
+ "name": {
+ "en": "Bank Victoria International",
+ "ru": "Bank Victoria International",
+ "uk": "Bank Victoria International"
+ }
+ },
+ {
+ "code": "bank_harda_internasional",
+ "status": "active",
+ "links": {
+ "website": "https://bankbhi.co.id/"
+ },
+ "name": {
+ "en": "Bank Harda Internasional",
+ "ru": "Bank Harda Internasional",
+ "uk": "Bank Harda Internasional"
+ }
+ },
+ {
+ "code": "ibk_bank_indonesia",
+ "status": "active",
+ "links": {
+ "website": "https://www.ibk.co.id/"
+ },
+ "name": {
+ "en": "IBK Bank Indonesia",
+ "ru": "IBK Bank Indonesia",
+ "uk": "IBK Bank Indonesia"
+ }
+ },
+ {
+ "code": "bank_ctbc_indonesia",
+ "status": "active",
+ "links": {
+ "website": "https://www.ctbcbank.co.id/"
+ },
+ "name": {
+ "en": "BANK CTBC INDONESIA",
+ "ru": "BANK CTBC INDONESIA",
+ "uk": "BANK CTBC INDONESIA"
+ }
+ },
+ {
+ "code": "citibank_indonesia",
+ "status": "active",
+ "links": {
+ "website": "https://www.citibank.co.id/portal/bahasa_home/index.htm"
+ },
+ "name": {
+ "en": "Citibank Indonesia",
+ "ru": "Citibank Indonesia",
+ "uk": "Citibank Indonesia"
+ }
+ },
+ {
+ "code": "bank_ccb_indonesia",
+ "status": "active",
+ "links": {
+ "website": "https://idn.ccb.com/"
+ },
+ "name": {
+ "en": "Bank CCB Indonesia",
+ "ru": "Bank CCB Indonesia",
+ "uk": "Bank CCB Indonesia"
+ }
+ },
+ {
+ "code": "mufg_bank",
+ "status": "active",
+ "name": {
+ "en": "MUFG Bank",
+ "ru": "MUFG Bank",
+ "uk": "MUFG Bank"
+ }
+ },
+ {
+ "code": "bank_dbs_indonesia",
+ "status": "active",
+ "links": {
+ "website": "https://www.dbs.id/id/index/default.page"
+ },
+ "name": {
+ "en": "DBS Bank Indonesia",
+ "ru": "DBS Bank Indonesia",
+ "uk": "DBS Bank Indonesia"
+ }
+ },
+ {
+ "code": "bank_capital_indonesia",
+ "status": "active",
+ "links": {
+ "website": "https://www.bankcapital.co.id/"
+ },
+ "name": {
+ "en": "Bank Capital Indonesia",
+ "ru": "Bank Capital Indonesia",
+ "uk": "Bank Capital Indonesia"
+ }
+ },
+ {
+ "code": "bank_of_china_jakarta_branch",
+ "status": "active",
+ "name": {
+ "en": "Bank of China Jakarta Branch",
+ "ru": "Bank of China Jakarta Branch",
+ "uk": "Bank of China Jakarta Branch"
+ }
+ },
+ {
+ "code": "bank_bumi_arta",
+ "status": "active",
+ "links": {
+ "website": "https://www.bankbba.co.id/bumiarta/en"
+ },
+ "name": {
+ "en": "Bank Bumi Arta",
+ "ru": "Bank Bumi Arta",
+ "uk": "Bank Bumi Arta"
+ }
+ },
+ {
+ "code": "bank_rabobank",
+ "status": "active",
+ "name": {
+ "en": "Bank Rabobank",
+ "ru": "Bank Rabobank",
+ "uk": "Bank Rabobank"
+ }
+ },
+ {
+ "code": "bank_jtrust_indonesia",
+ "status": "active",
+ "links": {
+ "website": "https://www.jtrustbank.co.id/"
+ },
+ "name": {
+ "en": "J Trust Bank",
+ "ru": "J Trust Bank",
+ "uk": "J Trust Bank"
+ }
+ },
+ {
+ "code": "bank_mayapada",
+ "status": "active",
+ "links": {
+ "website": "https://www.bankmayapada.com/en"
+ },
+ "name": {
+ "en": "Bank Mayapada",
+ "ru": "Bank Mayapada",
+ "uk": "Bank Mayapada"
+ }
+ },
+ {
+ "code": "bank_idrk",
+ "status": "active",
+ "name": {
+ "en": "Bank IDRK",
+ "ru": "Bank IDRK",
+ "uk": "Bank IDRK"
+ }
+ },
+ {
+ "code": "pg_bank",
+ "status": "active",
+ "name": {
+ "en": "PG Bank",
+ "ru": "PG Bank",
+ "uk": "PG Bank"
+ }
+ },
+ {
+ "code": "dbs_bank_india",
+ "status": "active",
+ "links": {
+ "website": "https://www.dbs.com/in/index/default.page"
+ },
+ "name": {
+ "en": "DBS Bank India",
+ "ru": "DBS Bank India",
+ "uk": "DBS Bank India"
+ }
+ },
+ {
+ "code": "andhra_pragathi_grameena_bank",
+ "status": "active",
+ "links": {
+ "website": "https://www.apgb.in/"
+ },
+ "name": {
+ "en": "Andhra Pragathi Grameena Bank",
+ "ru": "Andhra Pragathi Grameena Bank",
+ "uk": "Andhra Pragathi Grameena Bank"
+ }
+ },
+ {
+ "code": "equitas_bank",
+ "status": "active",
+ "name": {
+ "en": "Equitas Bank",
+ "ru": "Equitas Bank",
+ "uk": "Equitas Bank"
+ }
+ },
+ {
+ "code": "momiji_bank",
+ "status": "active",
+ "name": {
+ "en": "Momiji Bank",
+ "ru": "Momiji Bank",
+ "uk": "Momiji Bank"
+ }
+ },
+ {
+ "code": "smbc_trust_bank",
+ "status": "active",
+ "links": {
+ "website": "https://www.smbctb.co.jp/en/"
+ },
+ "name": {
+ "en": "SMBC Trust Bank",
+ "ru": "SMBC Trust Bank",
+ "uk": "SMBC Trust Bank"
+ }
+ },
+ {
+ "code": "nagasaki_bank",
+ "status": "active",
+ "name": {
+ "en": "Nagasaki Bank",
+ "ru": "Nagasaki Bank",
+ "uk": "Nagasaki Bank"
+ }
+ },
+ {
+ "code": "77_bank",
+ "status": "active",
+ "links": {
+ "website": "https://www.77bank.co.jp/english/profile.htm"
+ },
+ "name": {
+ "en": "77 BANK",
+ "ru": "77 BANK",
+ "uk": "77 BANK"
+ }
+ },
+ {
+ "code": "chiba_bank",
+ "status": "active",
+ "links": {
+ "website": "https://www.chibabank.co.jp/english/"
+ },
+ "name": {
+ "en": "The Chiba Bank",
+ "ru": "The Chiba Bank",
+ "uk": "The Chiba Bank"
+ }
+ },
+ {
+ "code": "shinsei_bank",
+ "status": "active",
+ "links": {
+ "website": "https://www.sbishinseibank.co.jp/english/"
+ },
+ "name": {
+ "en": "SBI Shinsei Bank",
+ "ru": "SBI Shinsei Bank",
+ "uk": "SBI Shinsei Bank"
+ }
+ },
+ {
+ "code": "kitakyushu_bank",
+ "status": "active",
+ "links": {
+ "website": "https://www.kitakyushubank.co.jp/english/"
+ },
+ "name": {
+ "en": "KITAKYUSHU BANK",
+ "ru": "KITAKYUSHU BANK",
+ "uk": "KITAKYUSHU BANK"
+ }
+ },
+ {
+ "code": "aeon_bank",
+ "status": "active",
+ "links": {
+ "website": "https://www.aeonbank.co.jp/atm/en/"
+ },
+ "name": {
+ "en": "AEON Bank",
+ "ru": "AEON Bank",
+ "uk": "AEON Bank"
+ }
+ },
+ {
+ "code": "bank_of_america_corporation",
+ "status": "active",
+ "name": {
+ "en": "Bank of America Corporation",
+ "ru": "Bank of America Corporation",
+ "uk": "Bank of America Corporation"
+ }
+ },
+ {
+ "code": "tama_shinkin_bank",
+ "status": "active",
+ "name": {
+ "en": "Tama Shinkin Bank",
+ "ru": "Tama Shinkin Bank",
+ "uk": "Tama Shinkin Bank"
+ },
+ "links": {
+ "website": "https://www.tamashin.jp/"
+ }
+ },
+ {
+ "code": "shiga_bank",
+ "status": "active",
+ "name": {
+ "en": "THE SHIGA BANK",
+ "ru": "THE SHIGA BANK",
+ "uk": "THE SHIGA BANK"
+ },
+ "links": {
+ "website": "https://www.shigagin.com/"
+ }
+ },
+ {
+ "code": "chiba_kogyo_bank",
+ "status": "active",
+ "name": {
+ "en": "Chiba Kogyo Bank",
+ "ru": "Chiba Kogyo Bank",
+ "uk": "Chiba Kogyo Bank"
+ },
+ "links": {
+ "website": "https://www.chibakogyo-bank.co.jp/"
+ }
+ },
+ {
+ "code": "hiroshima_bank",
+ "status": "active",
+ "links": {
+ "website": "https://www.hirogin.co.jp/eng/"
+ },
+ "name": {
+ "en": "HIROSHIMA BANK",
+ "ru": "HIROSHIMA BANK",
+ "uk": "HIROSHIMA BANK"
+ }
+ },
+ {
+ "code": "mizuho_bank",
+ "status": "active",
+ "links": {
+ "website": "https://www.mizuhogroup.com/bank"
+ },
+ "name": {
+ "en": "Mizuho Bank",
+ "ru": "Mizuho Bank",
+ "uk": "Mizuho Bank"
+ }
+ },
+ {
+ "code": "aichi_doctors_credit_cooperative",
+ "status": "active",
+ "name": {
+ "en": "Aichi Doctors Credit Cooperative",
+ "ru": "Aichi Doctors Credit Cooperative",
+ "uk": "Aichi Doctors Credit Cooperative"
+ }
+ },
+ {
+ "code": "hyaku_jyushi_bank",
+ "status": "active",
+ "name": {
+ "en": "Hyaku Jyushi Bank",
+ "ru": "Hyaku Jyushi Bank",
+ "uk": "Hyaku Jyushi Bank"
+ }
+ },
+ {
+ "code": "ikeda_senshu_bank",
+ "status": "active",
+ "name": {
+ "en": "Ikeda Senshu Bank",
+ "ru": "Ikeda Senshu Bank",
+ "uk": "Ikeda Senshu Bank"
+ }
+ },
+ {
+ "code": "jpmorgan_chase_bank",
+ "status": "active",
+ "links": {
+ "website": "https://www.jpmorgan.co.jp/en"
+ },
+ "name": {
+ "en": "JPMorgan Chase Bank",
+ "ru": "JPMorgan Chase Bank",
+ "uk": "JPMorgan Chase Bank"
+ }
+ },
+ {
+ "code": "amagasaki_shinkin_bank",
+ "status": "active",
+ "name": {
+ "en": "Amagasaki Shinkin Bank",
+ "ru": "Amagasaki Shinkin Bank",
+ "uk": "Amagasaki Shinkin Bank"
+ },
+ "links": {
+ "website": "https://www.amashin.co.jp/"
+ }
+ },
+ {
+ "code": "michinoku_bank",
+ "status": "active",
+ "name": {
+ "en": "Michinoku Bank",
+ "ru": "Michinoku Bank",
+ "uk": "Michinoku Bank"
+ },
+ "links": {
+ "website": "https://www.michinokubank.co.jp/about/company/english/"
+ }
+ },
+ {
+ "code": "daito_bank",
+ "status": "active",
+ "links": {
+ "website": "https://www.daitobank.co.jp"
+ },
+ "name": {
+ "en": "Daito Bank",
+ "ru": "Daito Bank",
+ "uk": "Daito Bank"
+ }
+ },
+ {
+ "code": "miyazaki_bank",
+ "status": "active",
+ "name": {
+ "en": "Miyazaki Bank",
+ "ru": "Miyazaki Bank",
+ "uk": "Miyazaki Bank"
+ }
+ },
+ {
+ "code": "kirayaka_bank",
+ "status": "active",
+ "name": {
+ "en": "Kirayaka Bank",
+ "ru": "Kirayaka Bank",
+ "uk": "Kirayaka Bank"
+ },
+ "links": {
+ "website": "https://www.kirayaka.co.jp/"
+ }
+ },
+ {
+ "code": "jouyou_bank",
+ "status": "active",
+ "name": {
+ "en": "Jouyou Bank",
+ "ru": "Jouyou Bank",
+ "uk": "Jouyou Bank"
+ },
+ "links": {
+ "website": "https://www.joyobank.co.jp/eng/"
+ }
+ },
+ {
+ "code": "osaka_shinkin_bank",
+ "status": "active",
+ "name": {
+ "en": "Osaka Shinkin Bank",
+ "ru": "Osaka Shinkin Bank",
+ "uk": "Osaka Shinkin Bank"
+ }
+ },
+ {
+ "code": "abashiri_shinkin_bank",
+ "status": "active",
+ "name": {
+ "en": "Abashiri Shinkin Bank",
+ "ru": "Abashiri Shinkin Bank",
+ "uk": "Abashiri Shinkin Bank"
+ }
+ },
+ {
+ "code": "aomori_bank",
+ "status": "active",
+ "name": {
+ "en": "Aomori Bank",
+ "ru": "Aomori Bank",
+ "uk": "Aomori Bank"
+ },
+ "links": {
+ "website": "https://www.a-bank.jp/"
+ }
+ },
+ {
+ "code": "tochigi_bank",
+ "status": "active",
+ "name": {
+ "en": "Tochigi Bank",
+ "ru": "Tochigi Bank",
+ "uk": "Tochigi Bank"
+ },
+ "links": {
+ "website": "https://www.tochigibank.co.jp/"
+ }
+ },
+ {
+ "code": "unicorngroup",
+ "status": "active",
+ "links": {
+ "website": "https://ugpayments.ch/"
+ },
+ "name": {
+ "en": "Unicorn Group",
+ "ru": "Unicorn Group",
+ "uk": "Unicorn Group"
+ }
+ },
+ {
+ "code": "tohoku_bank",
+ "status": "active",
+ "name": {
+ "en": "Tohoku Bank",
+ "ru": "Tohoku Bank",
+ "uk": "Tohoku Bank"
+ },
+ "links": {
+ "website": "https://www.tohoku-bank.co.jp/"
+ }
+ },
+ {
+ "code": "kanagawa_bank",
+ "status": "active",
+ "name": {
+ "en": "Kanagawa Bank",
+ "ru": "Kanagawa Bank",
+ "uk": "Kanagawa Bank"
+ },
+ "links": {
+ "website": "https://www.kanagawabank.co.jp/"
+ }
+ },
+ {
+ "code": "shimizu_bank",
+ "status": "active",
+ "links": {
+ "website": "https://www.shimizubank.co.jp"
+ },
+ "name": {
+ "en": "SHIMIZU BANK",
+ "ru": "SHIMIZU BANK",
+ "uk": "SHIMIZU BANK"
+ }
+ },
+ {
+ "code": "iyo_bank",
+ "status": "active",
+ "links": {
+ "website": "https://www.iyobank.co.jp"
+ },
+ "name": {
+ "en": "IYO BANK",
+ "ru": "IYO BANK",
+ "uk": "IYO BANK"
+ }
+ },
+ {
+ "code": "ashikaga_bank",
+ "status": "active",
+ "links": {
+ "website": "https://www.ashikagabank.co.jp"
+ },
+ "name": {
+ "en": "Ashikaga Bank",
+ "ru": "Ashikaga Bank",
+ "uk": "Ashikaga Bank"
+ }
+ },
+ {
+ "code": "daisan_bank",
+ "status": "active",
+ "name": {
+ "en": "Daisan Bank",
+ "ru": "Daisan Bank",
+ "uk": "Daisan Bank"
+ }
+ },
+ {
+ "code": "kiyou_bank",
+ "status": "active",
+ "name": {
+ "en": "Kiyou Bank",
+ "ru": "Kiyou Bank",
+ "uk": "Kiyou Bank"
+ },
+ "links": {
+ "website": "https://www.kiyobank.co.jp/"
+ }
+ },
+ {
+ "code": "chukyo_bank",
+ "status": "active",
+ "name": {
+ "en": "Chukyo Bank",
+ "ru": "Chukyo Bank",
+ "uk": "Chukyo Bank"
+ },
+ "links": {
+ "website": "https://www.chukyo-bank.co.jp/"
+ }
+ },
+ {
+ "code": "hsbc_hong_kong",
+ "status": "active",
+ "links": {
+ "website": "https://www.hsbc.com.hk/"
+ },
+ "name": {
+ "en": "HSBC Hong Kong",
+ "ru": "HSBC Hong Kong",
+ "uk": "HSBC Hong Kong"
+ }
+ },
+ {
+ "code": "sbj_bank",
+ "status": "active",
+ "name": {
+ "en": "SBJ Bank",
+ "ru": "SBJ Bank",
+ "uk": "SBJ Bank"
+ },
+ "links": {
+ "website": "https://www.sbjbank.co.jp/"
+ }
+ },
+ {
+ "code": "japan_post_bank",
+ "status": "active",
+ "links": {
+ "website": "https://www.jp-bank.japanpost.jp/en_index.html"
+ },
+ "name": {
+ "en": "JAPAN POST BANK",
+ "ru": "JAPAN POST BANK",
+ "uk": "JAPAN POST BANK"
+ }
+ },
+ {
+ "code": "nagano_bank",
+ "status": "active",
+ "name": {
+ "en": "Nagano Bank",
+ "ru": "Nagano Bank",
+ "uk": "Nagano Bank"
+ }
+ },
+ {
+ "code": "juroku_banks",
+ "status": "active",
+ "name": {
+ "en": "Juroku Bank",
+ "ru": "Juroku Bank",
+ "uk": "Juroku Bank"
+ },
+ "links": {
+ "website": "https://www.juroku.co.jp/"
+ }
+ },
+ {
+ "code": "ogaki_kyoritsu_bank",
+ "status": "active",
+ "name": {
+ "en": "Ogaki Kyoritsu Bank",
+ "ru": "Ogaki Kyoritsu Bank",
+ "uk": "Ogaki Kyoritsu Bank"
+ },
+ "links": {
+ "website": "https://www.okb.co.jp/"
+ }
+ },
+ {
+ "code": "sumitomo_mitsui_banking_corporation",
+ "status": "active",
+ "links": {
+ "website": "https://www.smbc.co.jp/global/"
+ },
+ "name": {
+ "en": "Sumitomo Mitsui Banking Corporation",
+ "ru": "Sumitomo Mitsui Banking Corporation",
+ "uk": "Sumitomo Mitsui Banking Corporation"
+ }
+ },
+ {
+ "code": "toyama_bank",
+ "status": "active",
+ "name": {
+ "en": "Toyama Bank",
+ "ru": "Toyama Bank",
+ "uk": "Toyama Bank"
+ }
+ },
+ {
+ "code": "suruga_bank",
+ "status": "active",
+ "links": {
+ "website": "https://www.surugabank.co.jp"
+ },
+ "name": {
+ "en": "SURUGA bank",
+ "ru": "SURUGA bank",
+ "uk": "SURUGA bank"
+ }
+ },
+ {
+ "code": "awa_bank",
+ "status": "active",
+ "name": {
+ "en": "Awa Bank",
+ "ru": "Awa Bank",
+ "uk": "Awa Bank"
+ }
+ },
+ {
+ "code": "saitama_resona_bank",
+ "status": "active",
+ "name": {
+ "en": "Saitama Resona Bank",
+ "ru": "Saitama Resona Bank",
+ "uk": "Saitama Resona Bank"
+ }
+ },
+ {
+ "code": "ryukyu_bank",
+ "status": "active",
+ "links": {
+ "website": "https://www.ryugin.co.jp"
+ },
+ "name": {
+ "en": "BANK OF THE RYUKYUS",
+ "ru": "BANK OF THE RYUKYUS",
+ "uk": "BANK OF THE RYUKYUS"
+ }
+ },
+ {
+ "code": "hyakugo_banks",
+ "status": "active",
+ "links": {
+ "website": "https://www.hyakugo.co.jp"
+ },
+ "name": {
+ "en": "HYAKUGO BANK",
+ "ru": "HYAKUGO BANK",
+ "uk": "HYAKUGO BANK"
+ }
+ },
+ {
+ "code": "shonai_bank",
+ "status": "active",
+ "name": {
+ "en": "Shonai Bank",
+ "ru": "Shonai Bank",
+ "uk": "Shonai Bank"
+ }
+ },
+ {
+ "code": "seven_bank",
+ "status": "active",
+ "links": {
+ "website": "https://www.sevenbank.co.jp"
+ },
+ "name": {
+ "en": "SEVEN BANK",
+ "ru": "SEVEN BANK",
+ "uk": "SEVEN BANK"
+ }
+ },
+ {
+ "code": "tomato_bank",
+ "status": "active",
+ "name": {
+ "en": "Tomato Bank",
+ "ru": "Tomato Bank",
+ "uk": "Tomato Bank"
+ },
+ "links": {
+ "website": "https://www.tomatobank.co.jp/"
+ }
+ },
+ {
+ "code": "nishi_nihon_city_bank",
+ "status": "active",
+ "name": {
+ "en": "Nishi Nihon City Bank",
+ "ru": "Nishi Nihon City Bank",
+ "uk": "Nishi Nihon City Bank"
+ }
+ },
+ {
+ "code": "yamagata_bank",
+ "status": "active",
+ "name": {
+ "en": "Yamagata Bank",
+ "ru": "Yamagata Bank",
+ "uk": "Yamagata Bank"
+ },
+ "links": {
+ "website": "https://www.yamagatabank.co.jp/"
+ }
+ },
+ {
+ "code": "chikubo_bank",
+ "status": "active",
+ "name": {
+ "en": "Chikubo Bank",
+ "ru": "Chikubo Bank",
+ "uk": "Chikubo Bank"
+ }
+ },
+ {
+ "code": "shikoku_bank",
+ "status": "active",
+ "name": {
+ "en": "Shikoku Bank",
+ "ru": "Shikoku Bank",
+ "uk": "Shikoku Bank"
+ }
+ },
+ {
+ "code": "fukushima_bank",
+ "status": "active",
+ "name": {
+ "en": "Fukushima Bank",
+ "ru": "Fukushima Bank",
+ "uk": "Fukushima Bank"
+ },
+ "links": {
+ "website": "https://www.fukushimabank.co.jp/"
+ }
+ },
+ {
+ "code": "sendai_bank",
+ "status": "active",
+ "name": {
+ "en": "Sendai Bank",
+ "ru": "Sendai Bank",
+ "uk": "Sendai Bank"
+ },
+ "links": {
+ "website": "https://www.sendaibank.co.jp"
+ }
+ },
+ {
+ "code": "higo_bank",
+ "status": "active",
+ "links": {
+ "website": "https://www.higobank.co.jp"
+ },
+ "name": {
+ "en": "Higo Bank",
+ "ru": "Higo Bank",
+ "uk": "Higo Bank"
+ }
+ },
+ {
+ "code": "musashino_bank",
+ "status": "active",
+ "name": {
+ "en": "Musashino Bank",
+ "ru": "Musashino Bank",
+ "uk": "Musashino Bank"
+ },
+ "links": {
+ "website": "https://www.musashinobank.co.jp/"
+ }
+ },
+ {
+ "code": "akita_bank",
+ "status": "active",
+ "name": {
+ "en": "Akita Bank",
+ "ru": "Akita Bank",
+ "uk": "Akita Bank"
+ },
+ "links": {
+ "website": "https://www.akita-bank.co.jp/"
+ }
+ },
+ {
+ "code": "saikyo_bank",
+ "status": "active",
+ "name": {
+ "en": "Saikyo Bank",
+ "ru": "Saikyo Bank",
+ "uk": "Saikyo Bank"
+ }
+ },
+ {
+ "code": "hokkaido_bank",
+ "status": "active",
+ "links": {
+ "website": "https://www.hokkaidobank.co.jp"
+ },
+ "name": {
+ "en": "Hokkaido Bank",
+ "ru": "Hokkaido Bank",
+ "uk": "Hokkaido Bank"
+ }
+ },
+ {
+ "code": "citibank_n_a",
+ "status": "active",
+ "links": {
+ "website": "https://www.citigroup.jp"
+ },
+ "name": {
+ "en": "Citibank, N.A",
+ "ru": "Citibank, N.A",
+ "uk": "Citibank, N.A"
+ }
+ },
+ {
+ "code": "oita_bank",
+ "status": "active",
+ "name": {
+ "en": "Oita Bank",
+ "ru": "Oita Bank",
+ "uk": "Oita Bank"
+ },
+ "links": {
+ "website": "https://www.oitabank.co.jp/"
+ }
+ },
+ {
+ "code": "yokohama_bank",
+ "status": "active",
+ "links": {
+ "website": "https://www.boy.co.jp"
+ },
+ "name": {
+ "en": "The Bank of Yokohama",
+ "ru": "The Bank of Yokohama",
+ "uk": "The Bank of Yokohama"
+ }
+ },
+ {
+ "code": "rakuten_bank",
+ "status": "active",
+ "links": {
+ "website": "https://www.rakuten-bank.co.jp"
+ },
+ "name": {
+ "en": "Rakuten Bank",
+ "ru": "Rakuten Bank",
+ "uk": "Rakuten Bank"
+ }
+ },
+ {
+ "code": "aichi_bank",
+ "status": "active",
+ "links": {
+ "website": "https://www.aichibank.co.jp/"
+ },
+ "name": {
+ "en": "Aichi Bank",
+ "ru": "Aichi Bank",
+ "uk": "Aichi Bank"
+ }
+ },
+ {
+ "code": "daishi_bank",
+ "status": "active",
+ "name": {
+ "en": "Daishi Bank",
+ "ru": "Daishi Bank",
+ "uk": "Daishi Bank"
+ }
+ },
+ {
+ "code": "san_in_godo_bank",
+ "status": "active",
+ "name": {
+ "en": "SAN-IN GODO BANK",
+ "ru": "SAN-IN GODO BANK",
+ "uk": "SAN-IN GODO BANK"
+ }
+ },
+ {
+ "code": "okinawa_kaiho_bank",
+ "status": "active",
+ "name": {
+ "en": "Okinawa kaiho bank",
+ "ru": "Okinawa kaiho bank",
+ "uk": "Okinawa kaiho bank"
+ }
+ },
+ {
+ "code": "kumamoto_bank",
+ "status": "active",
+ "name": {
+ "en": "Kumamoto Bank",
+ "ru": "Kumamoto Bank",
+ "uk": "Kumamoto Bank"
+ }
+ },
+ {
+ "code": "tottori_bank",
+ "status": "active",
+ "name": {
+ "en": "Tottori Bank",
+ "ru": "Tottori Bank",
+ "uk": "Tottori Bank"
+ },
+ "links": {
+ "website": "https://www.tottoribank.co.jp/"
+ }
+ },
+ {
+ "code": "hiroshima_shinkin_bank",
+ "status": "active",
+ "name": {
+ "en": "The Hiroshima Shinkin Bank",
+ "ru": "The Hiroshima Shinkin Bank",
+ "uk": "The Hiroshima Shinkin Bank"
+ },
+ "links": {
+ "website": "https://www.hiroshin.co.jp/"
+ }
+ },
+ {
+ "code": "saga_kyoei_bank",
+ "status": "active",
+ "name": {
+ "en": "Saga Kyoei Bank",
+ "ru": "Saga Kyoei Bank",
+ "uk": "Saga Kyoei Bank"
+ }
+ },
+ {
+ "code": "yamanashi_chuo_bank",
+ "status": "active",
+ "name": {
+ "en": "Yamanashi Chuo Bank",
+ "ru": "Yamanashi Chuo Bank",
+ "uk": "Yamanashi Chuo Bank"
+ },
+ "links": {
+ "website": "https://www.yamanashibank.co.jp/"
+ }
+ },
+ {
+ "code": "mie_bank",
+ "status": "active",
+ "name": {
+ "en": "Mie Bank",
+ "ru": "Mie Bank",
+ "uk": "Mie Bank"
+ }
+ },
+ {
+ "code": "aozora_bank",
+ "status": "active",
+ "name": {
+ "en": "Aozora Bank",
+ "ru": "Aozora Bank",
+ "uk": "Aozora Bank"
+ }
+ },
+ {
+ "code": "tsukuba_bank",
+ "status": "active",
+ "name": {
+ "en": "Tsukuba Bank",
+ "ru": "Tsukuba Bank",
+ "uk": "Tsukuba Bank"
+ },
+ "links": {
+ "website": "https://www.tsukubabank.co.jp/"
+ }
+ },
+ {
+ "code": "howa_bank",
+ "status": "active",
+ "name": {
+ "en": "Howa Bank",
+ "ru": "Howa Bank",
+ "uk": "Howa Bank"
+ }
+ },
+ {
+ "code": "oita_mirai_shinkin_bank",
+ "status": "active",
+ "name": {
+ "en": "The Oita Mirai Shinkin Bank",
+ "ru": "The Oita Mirai Shinkin Bank",
+ "uk": "The Oita Mirai Shinkin Bank"
+ }
+ },
+ {
+ "code": "okinawa_bank",
+ "status": "active",
+ "name": {
+ "en": "Okinawa Bank",
+ "ru": "Okinawa Bank",
+ "uk": "Okinawa Bank"
+ },
+ "links": {
+ "website": "https://www.okinawa-bank.co.jp/"
+ }
+ },
+ {
+ "code": "nagoya_bank",
+ "status": "active",
+ "name": {
+ "en": "Bank of Nagoya",
+ "ru": "Bank of Nagoya",
+ "uk": "Bank of Nagoya"
+ }
+ },
+ {
+ "code": "lawson_bank",
+ "status": "active",
+ "name": {
+ "en": "Lawson Bank",
+ "ru": "Lawson Bank",
+ "uk": "Lawson Bank"
+ },
+ "links": {
+ "website": "https://www.lawsonbank.jp/"
+ }
+ },
+ {
+ "code": "sony_bank",
+ "status": "active",
+ "name": {
+ "en": "Sony Bank",
+ "ru": "Sony Bank",
+ "uk": "Sony Bank"
+ }
+ },
+ {
+ "code": "aichi_shogin",
+ "status": "active",
+ "name": {
+ "en": "Aichi Shogin",
+ "ru": "Aichi Shogin",
+ "uk": "Aichi Shogin"
+ }
+ },
+ {
+ "code": "shinwa_bank",
+ "status": "active",
+ "name": {
+ "en": "Shinwa Bank",
+ "ru": "Shinwa Bank",
+ "uk": "Shinwa Bank"
+ }
+ },
+ {
+ "code": "minato_bank",
+ "status": "active",
+ "name": {
+ "en": "Minato Bank",
+ "ru": "Minato Bank",
+ "uk": "Minato Bank"
+ },
+ "links": {
+ "website": "https://www.minatobk.co.jp/"
+ }
+ },
+ {
+ "code": "fukuoka_chuo_bank",
+ "status": "active",
+ "name": {
+ "en": "Fukuoka Chuo Bank",
+ "ru": "Fukuoka Chuo Bank",
+ "uk": "Fukuoka Chuo Bank"
+ }
+ },
+ {
+ "code": "shizuoka_bank",
+ "status": "active",
+ "links": {
+ "website": "https://www.shizuokabank.co.jp"
+ },
+ "name": {
+ "en": "SHIZUOKA BANK",
+ "ru": "SHIZUOKA BANK",
+ "uk": "SHIZUOKA BANK"
+ }
+ },
+ {
+ "code": "resona_bank",
+ "status": "active",
+ "name": {
+ "en": "Resona Bank,",
+ "ru": "Resona Bank,",
+ "uk": "Resona Bank,"
+ },
+ "links": {
+ "website": "https://www.resonabank.co.jp/"
+ }
+ },
+ {
+ "code": "tokyo_star_bank",
+ "status": "active",
+ "name": {
+ "en": "Tokyo Star Bank",
+ "ru": "Tokyo Star Bank",
+ "uk": "Tokyo Star Bank"
+ },
+ "links": {
+ "website": "https://www.tokyostarbank.co.jp/"
+ }
+ },
+ {
+ "code": "hokuto_bank",
+ "status": "active",
+ "name": {
+ "en": "Hokuto Bank",
+ "ru": "Hokuto Bank",
+ "uk": "Hokuto Bank"
+ }
+ },
+ {
+ "code": "tokushima_bank",
+ "status": "active",
+ "name": {
+ "en": "Tokushima Bank",
+ "ru": "Tokushima Bank",
+ "uk": "Tokushima Bank"
+ }
+ },
+ {
+ "code": "yamaguchi_bank",
+ "status": "active",
+ "name": {
+ "en": "Yamaguchi Bank",
+ "ru": "Yamaguchi Bank",
+ "uk": "Yamaguchi Bank"
+ }
+ },
+ {
+ "code": "kagawa_bank",
+ "status": "active",
+ "name": {
+ "en": "Kagawa Bank",
+ "ru": "Kagawa Bank",
+ "uk": "Kagawa Bank"
+ }
+ },
+ {
+ "code": "towa_bank",
+ "status": "active",
+ "name": {
+ "en": "Towa Bank",
+ "ru": "Towa Bank",
+ "uk": "Towa Bank"
+ },
+ "links": {
+ "website": "https://www.towabank.co.jp/"
+ }
+ },
+ {
+ "code": "fukui_bank",
+ "status": "active",
+ "name": {
+ "en": "Fukui Bank",
+ "ru": "Fukui Bank",
+ "uk": "Fukui Bank"
+ },
+ "links": {
+ "website": "https://www.fukuibank.co.jp/"
+ }
+ },
+ {
+ "code": "abukuma_shinkin_bank",
+ "status": "active",
+ "name": {
+ "en": "Abukuma Shinkin Bank",
+ "ru": "Abukuma Shinkin Bank",
+ "uk": "Abukuma Shinkin Bank"
+ }
+ },
+ {
+ "code": "minami_nippon_bank",
+ "status": "active",
+ "name": {
+ "en": "Minami Nippon Bank",
+ "ru": "Minami Nippon Bank",
+ "uk": "Minami Nippon Bank"
+ }
+ },
+ {
+ "code": "touhou_bank",
+ "status": "active",
+ "name": {
+ "en": "Touhou Bank",
+ "ru": "Touhou Bank",
+ "uk": "Touhou Bank"
+ },
+ "links": {
+ "website": "https://www.tohobank.co.jp/"
+ }
+ },
+ {
+ "code": "miyazaki_taiyo_bank",
+ "status": "active",
+ "name": {
+ "en": "Miyazaki Taiyo Bank",
+ "ru": "Miyazaki Taiyo Bank",
+ "uk": "Miyazaki Taiyo Bank"
+ }
+ },
+ {
+ "code": "sumishin_sbi_net_bank",
+ "status": "active",
+ "name": {
+ "en": "Sumishin SBI Net Bank",
+ "ru": "Sumishin SBI Net Bank",
+ "uk": "Sumishin SBI Net Bank"
+ },
+ "links": {
+ "website": "https://www.sbigroup.co.jp/english/company/group/netbank.html"
+ }
+ },
+ {
+ "code": "mitsubishi_ufj_trust_and_banking",
+ "status": "active",
+ "links": {
+ "website": "https://www.tr.mufg.jp"
+ },
+ "name": {
+ "en": "Mitsubishi UFJ Trust and Banking",
+ "ru": "Mitsubishi UFJ Trust and Banking",
+ "uk": "Mitsubishi UFJ Trust and Banking"
+ }
+ },
+ {
+ "code": "shizuoka_chuo_bank",
+ "status": "active",
+ "name": {
+ "en": "Shizuoka Chuo Bank",
+ "ru": "Shizuoka Chuo Bank",
+ "uk": "Shizuoka Chuo Bank"
+ }
+ },
+ {
+ "code": "deutsche_bank",
+ "status": "active",
+ "name": {
+ "en": "Deutsche Bank, Japan",
+ "ru": "Deutsche Bank, Japan",
+ "uk": "Deutsche Bank, Japan"
+ }
+ },
+ {
+ "code": "kyoto_bank",
+ "status": "active",
+ "name": {
+ "en": "Bank of Kyoto",
+ "ru": "Bank of Kyoto",
+ "uk": "Bank of Kyoto"
+ },
+ "links": {
+ "website": "https://www.kyotobank.co.jp/en/"
+ }
+ },
+ {
+ "code": "hachijuni_bank",
+ "status": "active",
+ "name": {
+ "en": "Hachijuni Banks",
+ "ru": "Hachijuni Banks",
+ "uk": "Hachijuni Banks"
+ }
+ },
+ {
+ "code": "keiyo_bank",
+ "status": "active",
+ "name": {
+ "en": "Keiyo Bank",
+ "ru": "Keiyo Bank",
+ "uk": "Keiyo Bank"
+ },
+ "links": {
+ "website": "https://www.keiyobank.co.jp/"
+ }
+ },
+ {
+ "code": "north_pacific_bank",
+ "status": "active",
+ "name": {
+ "en": "North Pacific Bank",
+ "ru": "North Pacific Bank",
+ "uk": "North Pacific Bank"
+ }
+ },
+ {
+ "code": "first_bank_of_toyama",
+ "status": "active",
+ "name": {
+ "en": "First Bank of Toyama",
+ "ru": "First Bank of Toyama",
+ "uk": "First Bank of Toyama"
+ }
+ },
+ {
+ "code": "kansai_mirai_bank",
+ "status": "active",
+ "name": {
+ "en": "Kansai Mirai Bank",
+ "ru": "Kansai Mirai Bank",
+ "uk": "Kansai Mirai Bank"
+ },
+ "links": {
+ "website": "https://www.kansaimiraibank.co.jp/tenpo_atm/english/"
+ }
+ },
+ {
+ "code": "mitsubishi_ufj_bank",
+ "status": "active",
+ "links": {
+ "website": "https://www.mufg.jp"
+ },
+ "name": {
+ "en": "Mitsubishi UFJ Financial Group",
+ "ru": "Mitsubishi UFJ Financial Group",
+ "uk": "Mitsubishi UFJ Financial Group"
+ }
+ },
+ {
+ "code": "ehime_bank",
+ "status": "active",
+ "name": {
+ "en": "Ehime Bank",
+ "ru": "Ehime Bank",
+ "uk": "Ehime Bank"
+ }
+ },
+ {
+ "code": "aichi_shinkin_bank",
+ "status": "active",
+ "name": {
+ "en": "Aichi Shinkin Bank",
+ "ru": "Aichi Shinkin Bank",
+ "uk": "Aichi Shinkin Bank"
+ }
+ },
+ {
+ "code": "kochi_bank",
+ "status": "active",
+ "name": {
+ "en": "Kochi Bank",
+ "ru": "Kochi Bank",
+ "uk": "Kochi Bank"
+ },
+ "links": {
+ "website": "https://www.kochi-bank.co.jp/"
+ }
+ },
+ {
+ "code": "fukuoka_bank",
+ "status": "active",
+ "name": {
+ "en": "Fukuoka Bank",
+ "ru": "Fukuoka Bank",
+ "uk": "Fukuoka Bank"
+ },
+ "links": {
+ "website": "https://www.fukuokabank.co.jp/"
+ }
+ },
+ {
+ "code": "iwate_bank",
+ "status": "active",
+ "name": {
+ "en": "Iwate Bank",
+ "ru": "Iwate Bank",
+ "uk": "Iwate Bank"
+ },
+ "links": {
+ "website": "https://www.iwatebank.co.jp/english/"
+ }
+ },
+ {
+ "code": "shimane_bank",
+ "status": "active",
+ "name": {
+ "en": "Shimane Bank",
+ "ru": "Shimane Bank",
+ "uk": "Shimane Bank"
+ },
+ "links": {
+ "website": "https://www.shimagin.co.jp/"
+ }
+ },
+ {
+ "code": "daiwa_next_bank",
+ "status": "active",
+ "name": {
+ "en": "Daiwa Next Bank",
+ "ru": "Daiwa Next Bank",
+ "uk": "Daiwa Next Bank"
+ },
+ "links": {
+ "website": "https://www.bank-daiwa.co.jp/"
+ }
+ },
+ {
+ "code": "jibun_bank",
+ "status": "active",
+ "name": {
+ "en": "Jibun Bank",
+ "ru": "Jibun Bank",
+ "uk": "Jibun Bank"
+ },
+ "links": {
+ "website": "https://www.jibunbank.co.jp/english/account/"
+ }
+ },
+ {
+ "code": "jyuhachi_bank",
+ "status": "active",
+ "name": {
+ "en": "Jyuhachi Bank",
+ "ru": "Jyuhachi Bank",
+ "uk": "Jyuhachi Bank"
+ }
+ },
+ {
+ "code": "hokuetsu_bank",
+ "status": "active",
+ "name": {
+ "en": "Hokuetsu Bank",
+ "ru": "Hokuetsu Bank",
+ "uk": "Hokuetsu Bank"
+ }
+ },
+ {
+ "code": "kagoshima_bank",
+ "status": "active",
+ "name": {
+ "en": "Kagoshima Bank",
+ "ru": "Kagoshima Bank",
+ "uk": "Kagoshima Bank"
+ },
+ "links": {
+ "website": "https://www.kagin.co.jp/"
+ }
+ },
+ {
+ "code": "kiraboshi_bank",
+ "status": "active",
+ "name": {
+ "en": "Kiraboshi Bank",
+ "ru": "Kiraboshi Bank",
+ "uk": "Kiraboshi Bank"
+ },
+ "links": {
+ "website": "https://www.kiraboshibank.co.jp/"
+ }
+ },
+ {
+ "code": "nanto_bank",
+ "status": "active",
+ "name": {
+ "en": "Nanto Bank",
+ "ru": "Nanto Bank",
+ "uk": "Nanto Bank"
+ },
+ "links": {
+ "website": "https://www.nantobank.co.jp/"
+ }
+ },
+ {
+ "code": "kita_nippon_bank",
+ "status": "active",
+ "name": {
+ "en": "Kita-Nippon Bank",
+ "ru": "Kita-Nippon Bank",
+ "uk": "Kita-Nippon Bank"
+ }
+ },
+ {
+ "code": "hokkoku_bank",
+ "status": "active",
+ "name": {
+ "en": "Hokkoku Bank",
+ "ru": "Hokkoku Bank",
+ "uk": "Hokkoku Bank"
+ },
+ "links": {
+ "website": "https://www.hokkokubank.co.jp/english/"
+ }
+ },
+ {
+ "code": "fukuho_bank",
+ "status": "active",
+ "name": {
+ "en": "Fukuho Bank",
+ "ru": "Fukuho Bank",
+ "uk": "Fukuho Bank"
+ },
+ "links": {
+ "website": "https://www.fukuho.co.jp/"
+ }
+ },
+ {
+ "code": "taiko_bank",
+ "status": "active",
+ "name": {
+ "en": "Taiko Bank",
+ "ru": "Taiko Bank",
+ "uk": "Taiko Bank"
+ },
+ "links": {
+ "website": "https://www.taikobank.jp/"
+ }
+ },
+ {
+ "code": "kyoto_chuo_shinkin_bank",
+ "status": "active",
+ "name": {
+ "en": "Kyoto Chuo Shinkin Bank",
+ "ru": "Kyoto Chuo Shinkin Bank",
+ "uk": "Kyoto Chuo Shinkin Bank"
+ },
+ "links": {
+ "website": "https://www.chushin.co.jp/"
+ }
+ },
+ {
+ "code": "kyoto_shinkin_bank",
+ "status": "active",
+ "name": {
+ "en": "The Kyoto Shinkin Bank",
+ "ru": "The Kyoto Shinkin Bank",
+ "uk": "The Kyoto Shinkin Bank"
+ },
+ "links": {
+ "website": "https://www.kyoto-shinkin.co.jp/"
+ }
+ },
+ {
+ "code": "hokuriku_bank",
+ "status": "active",
+ "name": {
+ "en": "Hokuriku Bank",
+ "ru": "Hokuriku Bank",
+ "uk": "Hokuriku Bank"
+ },
+ "links": {
+ "website": "http://www.hokugin.co.jp/"
+ }
+ },
+ {
+ "code": "higashi_nippon_bank",
+ "status": "active",
+ "name": {
+ "en": "Higashi-Nippon Bank",
+ "ru": "Higashi-Nippon Bank",
+ "uk": "Higashi-Nippon Bank"
+ },
+ "links": {
+ "website": "https://www.higashi-nipponbank.co.jp/"
+ }
+ },
+ {
+ "code": "taisho_bank",
+ "status": "active",
+ "name": {
+ "en": "Taisho Bank",
+ "ru": "Taisho Bank",
+ "uk": "Taisho Bank"
+ },
+ "links": {
+ "website": "https://www.tokugin.co.jp/"
+ }
+ },
+ {
+ "code": "tajima_bank",
+ "status": "active",
+ "name": {
+ "en": "Tajima Bank",
+ "ru": "Tajima Bank",
+ "uk": "Tajima Bank"
+ },
+ "links": {
+ "website": "https://www.tajimabank.co.jp/"
+ }
+ },
+ {
+ "code": "gunma_bank",
+ "status": "active",
+ "name": {
+ "en": "Gunma Bank",
+ "ru": "Gunma Bank",
+ "uk": "Gunma Bank"
+ },
+ "links": {
+ "website": "https://www.gunmabank.co.jp/"
+ }
+ },
+ {
+ "code": "saga_bank",
+ "status": "active",
+ "name": {
+ "en": "Saga Bank",
+ "ru": "Saga Bank",
+ "uk": "Saga Bank"
+ },
+ "links": {
+ "website": "https://www.sagabank.co.jp/"
+ }
+ },
+ {
+ "code": "k_bank_south_korea",
+ "status": "active",
+ "name": {
+ "en": "K-Bank",
+ "ru": "K-Bank",
+ "uk": "K-Bank"
+ }
+ },
+ {
+ "code": "aba_bank_cambodia",
+ "status": "active",
+ "links": {
+ "website": "https://www.ababank.com/"
+ },
+ "name": {
+ "en": "ABA Bank Cambodia",
+ "ru": "ABA Bank Cambodia",
+ "uk": "ABA Bank Cambodia"
+ }
+ },
+ {
+ "code": "wing_bank_cambodia",
+ "status": "active",
+ "name": {
+ "en": "Wing Bank",
+ "ru": "Wing Bank",
+ "uk": "Wing Bank"
+ },
+ "links": {
+ "website": "https://www.wingbank.com.kh/en/"
+ }
+ },
+ {
+ "code": "acleda_bank_cambodia",
+ "status": "active",
+ "name": {
+ "en": "ACLEDA Bank",
+ "ru": "ACLEDA Bank",
+ "uk": "ACLEDA Bank"
+ },
+ "links": {
+ "website": "https://www.acledabank.com.kh/"
+ }
+ },
+ {
+ "code": "bitso",
+ "status": "active",
+ "links": {
+ "website": "https://bitso.com/"
+ },
+ "name": {
+ "en": "Bitso",
+ "ru": "Bitso",
+ "uk": "Bitso"
+ }
+ },
+ {
+ "code": "btgate",
+ "status": "active",
+ "links": {
+ "website": "https://www.btgate.net/"
+ },
+ "name": {
+ "en": "btGate",
+ "ru": "btGate",
+ "uk": "btGate"
+ }
+ },
+ {
+ "code": "triplea",
+ "status": "active",
+ "links": {
+ "website": "https://triple-a.io/"
+ },
+ "name": {
+ "en": "Triple-A",
+ "ru": "Triple-A",
+ "uk": "Triple-A"
+ }
+ },
+ {
+ "code": "vppay",
+ "status": "active",
+ "links": {
+ "website": "https://vppay.io/"
+ },
+ "name": {
+ "en": "VPPay",
+ "ru": "VPPay",
+ "uk": "VPPay"
+ }
+ },
+ {
+ "code": "paypugs",
+ "status": "active",
+ "links": {
+ "website": "https://paypugs.com/"
+ },
+ "name": {
+ "en": "PayPugs",
+ "ru": "PayPugs",
+ "uk": "PayPugs"
+ }
+ },
+ {
+ "code": "safexpay",
+ "status": "active",
+ "links": {
+ "website": "https://safexpay.com/"
+ },
+ "name": {
+ "en": "Safexpay",
+ "ru": "Safexpay",
+ "uk": "Safexpay"
+ }
+ },
+ {
+ "code": "pay4fun",
+ "status": "active",
+ "links": {
+ "website": "https://p4f.com/"
+ },
+ "name": {
+ "en": "Pay4fun",
+ "ru": "Pay4fun",
+ "uk": "Pay4fun"
+ }
+ },
+ {
+ "code": "paytocrypt",
+ "status": "active",
+ "links": {
+ "website": "https://paytocrypt.com/ru/"
+ },
+ "name": {
+ "en": "Paytocrypt",
+ "ru": "Paytocrypt",
+ "uk": "Paytocrypt"
+ }
+ },
+ {
+ "code": "ragapay",
+ "status": "active",
+ "links": {
+ "website": "https://ragapay.com/"
+ },
+ "name": {
+ "en": "Ragapay",
+ "ru": "Ragapay",
+ "uk": "Ragapay"
+ }
+ },
+ {
+ "code": "wealthpay",
+ "status": "active",
+ "links": {
+ "website": "https://wealthpay.net/"
+ },
+ "name": {
+ "en": "WealthPay",
+ "ru": "WealthPay",
+ "uk": "WealthPay"
+ }
+ },
+ {
+ "code": "payforia",
+ "status": "active",
+ "links": {
+ "website": "https://app.payforia.pro/"
+ },
+ "name": {
+ "en": "Payforia",
+ "ru": "Payforia",
+ "uk": "Payforia"
+ }
+ },
+ {
+ "code": "onlypay",
+ "status": "active",
+ "links": {
+ "website": "https://onlypay.ltd"
+ },
+ "name": {
+ "en": "Onlypay",
+ "ru": "Onlypay",
+ "uk": "Onlypay"
+ }
+ },
+ {
+ "code": "dst",
+ "status": "active",
+ "links": {
+ "website": "https://b2b.destream.net"
+ },
+ "name": {
+ "en": "DeStream",
+ "ru": "DeStream",
+ "uk": "DeStream"
+ }
+ },
+ {
+ "code": "abb",
+ "status": "deprecated",
+ "name": {
+ "en": "ABB",
+ "ru": "ABB",
+ "uk": "ABB"
+ }
+ },
+ {
+ "code": "anspacepay",
+ "status": "active",
+ "links": {
+ "website": "https://anspacepay.com/"
+ },
+ "name": {
+ "en": "AnSpacePay",
+ "ru": "AnSpacePay",
+ "uk": "AnSpacePay"
+ }
+ },
+ {
+ "code": "freepayment",
+ "status": "active",
+ "links": {
+ "website": "https://freepayment.online"
+ },
+ "name": {
+ "en": "FreePayment",
+ "ru": "FreePayment",
+ "uk": "FreePayment"
+ }
+ },
+ {
+ "code": "thepaymentconsultant",
+ "status": "active",
+ "links": {
+ "website": "https://thepaymentconsultant.com/"
+ },
+ "name": {
+ "en": "The Payment Consultant",
+ "ru": "The Payment Consultant",
+ "uk": "The Payment Consultant"
+ }
+ },
+ {
+ "code": "triple000",
+ "status": "active",
+ "links": {
+ "website": "https://www.triple000.com/"
+ },
+ "name": {
+ "en": "Triple000",
+ "ru": "Triple000",
+ "uk": "Triple000"
+ }
+ },
+ {
+ "code": "airteltigo",
+ "status": "active",
+ "links": {
+ "website": "https://www.at.com.gh/home"
+ },
+ "name": {
+ "en": "Airteltigo",
+ "ru": "Airteltigo",
+ "uk": "Airteltigo"
+ }
+ },
+ {
+ "code": "ecocash",
+ "status": "active",
+ "links": {
+ "website": "https://www.ecocash.co.zw/"
+ },
+ "name": {
+ "en": "EcoCash",
+ "ru": "EcoCash",
+ "uk": "EcoCash"
+ }
+ },
+ {
+ "code": "orange_money",
+ "status": "active",
+ "links": {
+ "website": "https://orangemoney.orange.cm/en"
+ },
+ "name": {
+ "en": "Orange Money",
+ "ru": "Orange Money",
+ "uk": "Orange Money"
+ }
+ },
+ {
+ "code": "mtn_group",
+ "status": "active",
+ "links": {
+ "website": "https://mtn.com.gh/"
+ },
+ "name": {
+ "en": "MTN Group",
+ "ru": "MTN Group",
+ "uk": "MTN Group"
+ }
+ },
+ {
+ "code": "zamtel",
+ "status": "active",
+ "links": {
+ "website": "https://www.zamtel.zm/"
+ },
+ "name": {
+ "en": "Zamtel",
+ "ru": "Zamtel",
+ "uk": "Zamtel"
+ }
+ },
+ {
+ "code": "sqalapay",
+ "status": "active",
+ "links": {
+ "website": "https://sqala.tech"
+ },
+ "name": {
+ "en": "Sqala",
+ "ru": "Sqala",
+ "uk": "Sqala"
+ }
+ },
+ {
+ "code": "yelopay",
+ "status": "active",
+ "links": {
+ "website": "https://yelopay.io"
+ },
+ "name": {
+ "en": "YeloPay",
+ "ru": "YeloPay",
+ "uk": "YeloPay"
+ }
+ },
+ {
+ "code": "zenwallet",
+ "status": "active",
+ "links": {
+ "website": "https://www.zen.com"
+ },
+ "name": {
+ "en": "ZEN.COM",
+ "ru": "ZEN.COM",
+ "uk": "ZEN.COM"
+ }
+ },
+ {
+ "code": "onevision",
+ "status": "active",
+ "links": {
+ "website": "https://www.onevision.kz"
+ },
+ "name": {
+ "en": "Onevision",
+ "ru": "Onevision",
+ "uk": "Onevision"
+ }
+ },
+ {
+ "code": "payadmit",
+ "status": "active",
+ "links": {
+ "website": "https://payadmit.com"
+ },
+ "name": {
+ "en": "Payadmit",
+ "ru": "Payadmit",
+ "uk": "Payadmit"
+ }
+ },
+ {
+ "code": "twopayler",
+ "status": "active",
+ "links": {
+ "website": "https://2payler.cash"
+ },
+ "name": {
+ "en": "2PayLer",
+ "ru": "2PayLer",
+ "uk": "2PayLer"
+ }
+ },
+ {
+ "code": "cirxuspay",
+ "status": "active",
+ "links": {
+ "website": "https://www.cirxus-pay.com"
+ },
+ "name": {
+ "en": "Cirxus Pay",
+ "ru": "Cirxus Pay",
+ "uk": "Cirxus Pay"
+ }
+ },
+ {
+ "code": "finvert",
+ "status": "active",
+ "links": {
+ "website": "https://finvert.io"
+ },
+ "name": {
+ "en": "Finvert",
+ "ru": "Finvert",
+ "uk": "Finvert"
+ }
+ },
+ {
+ "code": "northpeakpay",
+ "status": "active",
+ "links": {
+ "website": "https://www.northpeakpay.com"
+ },
+ "name": {
+ "en": "Northpeak Pay",
+ "ru": "Northpeak Pay",
+ "uk": "Northpeak Pay"
+ }
+ },
+ {
+ "code": "centpays",
+ "status": "active",
+ "links": {
+ "website": "https://centpays.com"
+ },
+ "name": {
+ "en": "Centpays",
+ "ru": "Centpays",
+ "uk": "Centpays"
+ }
+ },
+ {
+ "code": "123pay",
+ "status": "active",
+ "name": {
+ "en": "OneTwoThreePay",
+ "ru": "OneTwoThreePay",
+ "uk": "OneTwoThreePay"
+ }
+ },
+ {
+ "code": "redqueen",
+ "status": "active",
+ "links": {
+ "website": "https://rqueen.io"
+ },
+ "name": {
+ "en": "Red Queen",
+ "ru": "Red Queen",
+ "uk": "Red Queen"
+ }
+ },
+ {
+ "code": "paywings",
+ "status": "active",
+ "links": {
+ "website": "https://www.paywings.com/online-payments/"
+ },
+ "name": {
+ "en": "PayWings",
+ "ru": "PayWings",
+ "uk": "PayWings"
+ }
+ },
+ {
+ "code": "symoco",
+ "status": "active",
+ "links": {
+ "website": "https://symoco.com"
+ },
+ "name": {
+ "en": "Symoco",
+ "ru": "Symoco",
+ "uk": "Symoco"
+ }
+ },
+ {
+ "code": "paylinkvip",
+ "status": "active",
+ "links": {
+ "website": "https://paylink.vip"
+ },
+ "name": {
+ "en": "PaylinkVip",
+ "ru": "PaylinkVip",
+ "uk": "PaylinkVip"
+ }
+ },
+ {
+ "code": "jmitsolutions",
+ "status": "active",
+ "links": {
+ "website": "https://jmitsolutions.co.uk"
+ },
+ "name": {
+ "en": "JM IT Solutions",
+ "ru": "JM IT Solutions",
+ "uk": "JM IT Solutions"
+ }
+ },
+ {
+ "code": "neonpay",
+ "status": "active",
+ "links": {
+ "website": "https://neonpay.io"
+ },
+ "name": {
+ "en": "Neonpay",
+ "ru": "Neonpay",
+ "uk": "Neonpay"
+ }
+ },
+ {
+ "code": "rubinpay",
+ "status": "active",
+ "name": {
+ "en": "RubinPay",
+ "ru": "RubinPay",
+ "uk": "RubinPay"
+ }
+ },
+ {
+ "code": "wallet378",
+ "status": "active",
+ "name": {
+ "en": "Wallet378",
+ "ru": "Wallet378",
+ "uk": "Wallet378"
+ }
+ },
+ {
+ "code": "match2pay",
+ "status": "active",
+ "name": {
+ "en": "Match2Pay",
+ "ru": "Match2Pay",
+ "uk": "Match2Pay"
+ }
+ },
+ {
+ "code": "projectonsolutionslimited",
+ "status": "active",
+ "links": {
+ "website": "http://projecton.solutions"
+ },
+ "name": {
+ "en": "ProjectOn",
+ "ru": "ProjectOn",
+ "uk": "ProjectOn"
+ }
+ },
+ {
+ "code": "concryt",
+ "status": "active",
+ "links": {
+ "website": "https://concryt.io"
+ },
+ "name": {
+ "en": "Concryt",
+ "ru": "Concryt",
+ "uk": "Concryt"
+ }
+ },
+ {
+ "code": "paymaxis",
+ "status": "active",
+ "links": {
+ "website": "https://paymaxis.com"
+ },
+ "name": {
+ "en": "PayMaxis",
+ "ru": "PayMaxis",
+ "uk": "PayMaxis"
+ }
+ },
+ {
+ "code": "madfin",
+ "status": "active",
+ "links": {
+ "website": "https://madfin.com/"
+ },
+ "name": {
+ "en": "MADFIN",
+ "ru": "MADFIN",
+ "uk": "MADFIN"
+ }
+ },
+ {
+ "code": "uapayio",
+ "status": "active",
+ "links": {
+ "website": "https://uapay.io/"
+ },
+ "name": {
+ "en": "UA Pay",
+ "ru": "UA Pay",
+ "uk": "UA Pay"
+ }
+ },
+ {
+ "code": "elitepay",
+ "status": "active",
+ "name": {
+ "en": "Elitepay",
+ "ru": "Elitepay",
+ "uk": "Elitepay"
+ }
+ },
+ {
+ "code": "confirmo",
+ "status": "active",
+ "links": {
+ "website": "https://confirmo.net/"
+ },
+ "name": {
+ "en": "Confirmo",
+ "ru": "Confirmo",
+ "uk": "Confirmo"
+ }
+ },
+ {
+ "code": "inswitch",
+ "status": "active",
+ "links": {
+ "website": "https://www.inswitch.com"
+ },
+ "name": {
+ "en": "Inswitch",
+ "ru": "Inswitch",
+ "uk": "Inswitch"
+ }
+ },
+ {
+ "code": "buckzy",
+ "status": "active",
+ "links": {
+ "website": "https://buckzy.net"
+ },
+ "name": {
+ "en": "Buckzy",
+ "ru": "Buckzy",
+ "uk": "Buckzy"
+ }
+ },
+ {
+ "code": "networx",
+ "status": "active",
+ "links": {
+ "website": "https://networx.pro/"
+ },
+ "name": {
+ "en": "Networx",
+ "ru": "Networx",
+ "uk": "Networx"
+ }
+ },
+ {
+ "code": "carespay",
+ "status": "active",
+ "links": {
+ "website": "https://www.carespay.com/"
+ },
+ "name": {
+ "en": "CaresPAY",
+ "ru": "CaresPAY",
+ "uk": "CaresPAY"
+ }
+ },
+ {
+ "code": "pylon",
+ "status": "active",
+ "name": {
+ "en": "Pylon",
+ "ru": "Pylon",
+ "uk": "Pylon"
+ }
+ },
+ {
+ "code": "altitudepay",
+ "status": "active",
+ "name": {
+ "en": "Altitude Pay",
+ "ru": "Altitude Pay",
+ "uk": "Altitude Pay"
+ }
+ },
+ {
+ "code": "paycc",
+ "status": "active",
+ "links": {
+ "website": "https://www.pay.cc/"
+ },
+ "name": {
+ "en": "Pay CC",
+ "ru": "Pay CC",
+ "uk": "Pay CC"
+ }
+ },
+ {
+ "code": "pavpay",
+ "status": "active",
+ "name": {
+ "en": "PavPay",
+ "ru": "PavPay",
+ "uk": "PavPay"
+ }
+ },
+ {
+ "code": "crystalbank",
+ "status": "active",
+ "links": {
+ "website": "https://crystalbank.com.ua/"
+ },
+ "name": {
+ "en": "CrystalBank",
+ "ru": "CrystalBank",
+ "uk": "CrystalBank"
+ }
+ },
+ {
+ "code": "kunapaycrypto",
+ "status": "active",
+ "links": {
+ "website": "https://www.kunapay.io/"
+ },
+ "name": {
+ "en": "KUNA Pay Crypto",
+ "ru": "KUNA Pay Crypto",
+ "uk": "KUNA Pay Crypto"
+ }
+ },
+ {
+ "code": "payforu",
+ "status": "active",
+ "name": {
+ "en": "PayForU",
+ "ru": "PayForU",
+ "uk": "PayForU"
+ }
+ },
+ {
+ "code": "paymob",
+ "status": "active",
+ "links": {
+ "website": "https://paymob.com/"
+ },
+ "name": {
+ "en": "Paymob",
+ "ru": "Paymob",
+ "uk": "Paymob"
+ }
+ },
+ {
+ "code": "globalotc",
+ "status": "active",
+ "links": {
+ "website": "https://globalotc.ru/"
+ },
+ "name": {
+ "en": "GlobalOTC",
+ "ru": "GlobalOTC",
+ "uk": "GlobalOTC"
+ }
+ },
+ {
+ "code": "kora",
+ "status": "active",
+ "links": {
+ "website": "https://www.korahq.com/"
+ },
+ "name": {
+ "en": "Kora",
+ "ru": "Kora",
+ "uk": "Kora"
+ }
+ },
+ {
+ "code": "mids",
+ "status": "active",
+ "name": {
+ "en": "MIDs",
+ "ru": "MIDs",
+ "uk": "MIDs"
+ }
+ },
+ {
+ "code": "rivierapay",
+ "status": "active",
+ "links": {
+ "website": "https://gate.rivierapay.com/"
+ },
+ "name": {
+ "en": "RivieraPay",
+ "ru": "RivieraPay",
+ "uk": "RivieraPay"
+ }
+ },
+ {
+ "code": "transacto",
+ "status": "active",
+ "links": {
+ "website": "https://transacto.us/"
+ },
+ "name": {
+ "en": "TRANSACTO",
+ "ru": "TRANSACTO",
+ "uk": "TRANSACTO"
+ }
+ },
+ {
+ "code": "paywisesolutions",
+ "status": "active",
+ "name": {
+ "en": "Paywise Solutions",
+ "ru": "Paywise Solutions",
+ "uk": "Paywise Solutions"
+ }
+ },
+ {
+ "code": "creditum",
+ "status": "active",
+ "links": {
+ "website": "https://creditum.io/"
+ },
+ "name": {
+ "en": "Creditum",
+ "ru": "Creditum",
+ "uk": "Creditum"
+ }
+ },
+ {
+ "code": "wirebloom",
+ "status": "active",
+ "links": {
+ "website": "https://wirebloom.com/"
+ },
+ "name": {
+ "en": "Wirebloom",
+ "ru": "Wirebloom",
+ "uk": "Wirebloom"
+ }
+ },
+ {
+ "code": "mifinity",
+ "status": "active",
+ "links": {
+ "website": "https://www.mifinity.com"
+ },
+ "name": {
+ "en": "MiFinity",
+ "ru": "MiFinity",
+ "uk": "MiFinity"
+ }
+ },
+ {
+ "code": "capitalpay",
+ "status": "active",
+ "name": {
+ "en": "CapitalPay",
+ "ru": "CapitalPay",
+ "uk": "CapitalPay"
+ }
+ },
+ {
+ "code": "wellxpay",
+ "status": "active",
+ "links": {
+ "website": "https://wellxpay.com/"
+ },
+ "name": {
+ "en": "WellxPay",
+ "ru": "WellxPay",
+ "uk": "WellxPay"
+ }
+ },
+ {
+ "code": "zenpays",
+ "status": "active",
+ "links": {
+ "website": "https://zenpays.com/"
+ },
+ "name": {
+ "en": "ZenPays",
+ "ru": "ZenPays",
+ "uk": "ZenPays"
+ }
+ },
+ {
+ "code": "icard",
+ "status": "active",
+ "links": {
+ "website": "https://icard.com/"
+ },
+ "name": {
+ "en": "iCard",
+ "ru": "iCard",
+ "uk": "iCard"
+ }
+ },
+ {
+ "code": "piqpay",
+ "status": "active",
+ "links": {
+ "website": "https://piqpay.com/"
+ },
+ "name": {
+ "en": "PIQPAY",
+ "ru": "PIQPAY",
+ "uk": "PIQPAY"
+ }
+ },
+ {
+ "code": "toppay",
+ "status": "active",
+ "name": {
+ "en": "TopPay",
+ "ru": "TopPay",
+ "uk": "TopPay"
+ }
+ },
+ {
+ "code": "diamond_bank_nigeria",
+ "status": "active",
+ "name": {
+ "en": "Access Bank Plc (Diamond), Nigeria",
+ "ru": "Access Bank Plc (Diamond), Nigeria",
+ "uk": "Access Bank Plc (Diamond), Nigeria"
+ }
+ },
+ {
+ "code": "citi_bank_nigeria",
+ "status": "active",
+ "name": {
+ "en": "Citi Bank, Nigeria",
+ "ru": "Citi Bank, Nigeria",
+ "uk": "Citi Bank, Nigeria"
+ }
+ },
+ {
+ "code": "ecobank_nigeria",
+ "status": "active",
+ "name": {
+ "en": "Ecobank, Nigeria",
+ "ru": "Ecobank, Nigeria",
+ "uk": "Ecobank, Nigeria"
+ }
+ },
+ {
+ "code": "fsmb_nigeria",
+ "status": "active",
+ "name": {
+ "en": "FCMB Plc, Nigeria",
+ "ru": "FCMB Plc, Nigeria",
+ "uk": "FCMB Plc, Nigeria"
+ }
+ },
+ {
+ "code": "fidelity_bank_nigeria",
+ "status": "active",
+ "name": {
+ "en": "Fidelity Bank, Nigeria",
+ "ru": "Fidelity Bank, Nigeria",
+ "uk": "Fidelity Bank, Nigeria"
+ }
+ },
+ {
+ "code": "first_bank_of_nigeria",
+ "status": "active",
+ "name": {
+ "en": "First Bank of Nigeria",
+ "ru": "First Bank of Nigeria",
+ "uk": "First Bank of Nigeria"
+ }
+ },
+ {
+ "code": "moniepoint_mfb_nigeria",
+ "status": "active",
+ "name": {
+ "en": "Moniepoint MFB",
+ "ru": "Moniepoint MFB",
+ "uk": "Moniepoint MFB"
+ }
+ },
+ {
+ "code": "kuda_bank_nigeria",
+ "status": "active",
+ "name": {
+ "en": "Kuda Bank",
+ "ru": "Kuda Bank",
+ "uk": "Kuda Bank"
+ }
+ },
+ {
+ "code": "opay_digital_services_nigeria",
+ "status": "active",
+ "name": {
+ "en": "OPay Digital Services",
+ "ru": "OPay Digital Services",
+ "uk": "OPay Digital Services"
+ }
+ },
+ {
+ "code": "absa_bank_ghana_ltd",
+ "status": "active",
+ "name": {
+ "en": "Absa Bank Ghana Ltd",
+ "ru": "Absa Bank Ghana Ltd",
+ "uk": "Absa Bank Ghana Ltd"
+ }
+ },
+ {
+ "code": "ecobank_ghana_limited",
+ "status": "active",
+ "name": {
+ "en": "Ecobank Ghana Limited",
+ "ru": "Ecobank Ghana Limited",
+ "uk": "Ecobank Ghana Limited"
+ }
+ },
+ {
+ "code": "fidelity_bank_ghana_limited",
+ "status": "active",
+ "name": {
+ "en": "Fidelity Bank Ghana Limited",
+ "ru": "Fidelity Bank Ghana Limited",
+ "uk": "Fidelity Bank Ghana Limited"
+ }
+ },
+ {
+ "code": "gcb_bank_limited_ghana",
+ "status": "active",
+ "name": {
+ "en": "GCB Bank Limited",
+ "ru": "GCB Bank Limited",
+ "uk": "GCB Bank Limited"
+ }
+ },
+ {
+ "code": "standard_chartered_bank_ghana_limited",
+ "status": "active",
+ "name": {
+ "en": "Standard Chartered Bank Ghana Limited",
+ "ru": "Standard Chartered Bank Ghana Limited",
+ "uk": "Standard Chartered Bank Ghana Limited"
+ }
+ },
+ {
+ "code": "stanbic_bank_ghana_limited",
+ "status": "active",
+ "name": {
+ "en": "Stanbic Bank Ghana Limited",
+ "ru": "Stanbic Bank Ghana Limited",
+ "uk": "Stanbic Bank Ghana Limited"
+ }
+ },
+ {
+ "code": "united_bank_for_africa_ghana_limited",
+ "status": "active",
+ "name": {
+ "en": "United Bank for Africa Ghana Limited",
+ "ru": "United Bank for Africa Ghana Limited",
+ "uk": "United Bank for Africa Ghana Limited"
+ }
+ },
+ {
+ "code": "zenith_bank_ghana",
+ "status": "active",
+ "name": {
+ "en": "Zenith Bank Ghana",
+ "ru": "Zenith Bank Ghana",
+ "uk": "Zenith Bank Ghana"
+ }
+ },
+ {
+ "code": "absa_bank_kenya_plc",
+ "status": "active",
+ "name": {
+ "en": "Absa Bank Kenya Plc",
+ "ru": "Absa Bank Kenya Plc",
+ "uk": "Absa Bank Kenya Plc"
+ }
+ },
+ {
+ "code": "cooperative_bank_of_kenya_ltd",
+ "status": "active",
+ "name": {
+ "en": "Co-operative Bank of Kenya Ltd",
+ "ru": "Co-operative Bank of Kenya Ltd",
+ "uk": "Co-operative Bank of Kenya Ltd"
+ }
+ },
+ {
+ "code": "equity_bank_kenya_ltd",
+ "status": "active",
+ "name": {
+ "en": "Equity Bank Kenya Ltd",
+ "ru": "Equity Bank Kenya Ltd",
+ "uk": "Equity Bank Kenya Ltd"
+ }
+ },
+ {
+ "code": "kenya_commercial_bank",
+ "status": "active",
+ "name": {
+ "en": "Kenya Commercial Bank (KCB Bank)",
+ "ru": "Kenya Commercial Bank (KCB Bank)",
+ "uk": "Kenya Commercial Bank (KCB Bank)"
+ }
+ },
+ {
+ "code": "ncba_bank_kenya",
+ "status": "active",
+ "name": {
+ "en": "NCBA Bank Kenya",
+ "ru": "NCBA Bank Kenya",
+ "uk": "NCBA Bank Kenya"
+ }
+ },
+ {
+ "code": "standard_chartered_bank_kenya",
+ "status": "active",
+ "name": {
+ "en": "Standard Chartered Bank Kenya",
+ "ru": "Standard Chartered Bank Kenya",
+ "uk": "Standard Chartered Bank Kenya"
+ }
+ },
+ {
+ "code": "stanbic_bank_kenya_limited",
+ "status": "active",
+ "name": {
+ "en": "Stanbic Bank Kenya Limited",
+ "ru": "Stanbic Bank Kenya Limited",
+ "uk": "Stanbic Bank Kenya Limited"
+ }
+ },
+ {
+ "code": "united_bank_for_africa_kenya_ltd",
+ "status": "active",
+ "name": {
+ "en": "United Bank for Africa Kenya Ltd",
+ "ru": "United Bank for Africa Kenya Ltd",
+ "uk": "United Bank for Africa Kenya Ltd"
+ }
+ },
+ {
+ "code": "polaris_bank_nigeria",
+ "status": "active",
+ "name": {
+ "en": "Polaris Bank, Nigeria",
+ "ru": "Polaris Bank, Nigeria",
+ "uk": "Polaris Bank, Nigeria"
+ }
+ },
+ {
+ "code": "stanbic_bank_nigeria",
+ "status": "active",
+ "name": {
+ "en": "Stanbic IBTC Bank, Nigeria",
+ "ru": "Stanbic IBTC Bank, Nigeria",
+ "uk": "Stanbic IBTC Bank, Nigeria"
+ }
+ },
+ {
+ "code": "tyme_bank",
+ "status": "active",
+ "name": {
+ "en": "Tyme Bank, South Africa",
+ "ru": "Tyme Bank, South Africa",
+ "uk": "Tyme Bank, South Africa"
+ }
+ },
+ {
+ "code": "african_bank",
+ "status": "active",
+ "name": {
+ "en": "African Bank, South Africa",
+ "ru": "African Bank, South Africa",
+ "uk": "African Bank, South Africa"
+ }
+ },
+ {
+ "code": "bidvest_bank",
+ "status": "active",
+ "name": {
+ "en": "Bidvest Bank, South Africa",
+ "ru": "Bidvest Bank, South Africa",
+ "uk": "Bidvest Bank, South Africa"
+ }
+ },
+ {
+ "code": "ipague",
+ "status": "active",
+ "name": {
+ "en": "iPague",
+ "ru": "iPague",
+ "uk": "iPague"
+ },
+ "links": {
+ "website": "https://ipague.com.br"
+ }
+ },
+ {
+ "code": "mtbbank",
+ "status": "active",
+ "links": {
+ "website": "https://mtb.ua"
+ },
+ "name": {
+ "en": "MTB Bank",
+ "ru": "МТБ Банк",
+ "uk": "МТБ Банк"
+ }
+ },
+ {
+ "code": "mtb",
+ "status": "active",
+ "name": {
+ "en": "MTB",
+ "ru": "МТБ",
+ "uk": "МТБ"
+ }
+ },
+ {
+ "code": "cdn",
+ "status": "active",
+ "name": {
+ "en": "CDN",
+ "ru": "CDN",
+ "uk": "CDN"
+ }
+ },
+ {
+ "code": "eleospay",
+ "status": "active",
+ "links": {
+ "website": "https://eleospay.com"
+ },
+ "name": {
+ "en": "EleosPay",
+ "ru": "EleosPay",
+ "uk": "EleosPay"
+ }
+ },
+ {
+ "code": "payzeasy",
+ "status": "active",
+ "links": {
+ "website": "https://www.payzeasy.com"
+ },
+ "name": {
+ "en": "PayzEasy",
+ "ru": "PayzEasy",
+ "uk": "PayzEasy"
+ }
+ },
+ {
+ "code": "bizon",
+ "status": "active",
+ "links": {
+ "website": "https://bizon.one"
+ },
+ "name": {
+ "en": "Bizon",
+ "ru": "Bizon",
+ "uk": "Bizon"
+ }
+ },
+ {
+ "code": "tillpayments",
+ "status": "active",
+ "links": {
+ "website": "https://tillpayments.com"
+ },
+ "name": {
+ "en": "Till Payments",
+ "ru": "Till Payments",
+ "uk": "Till Payments"
+ }
+ },
+ {
+ "code": "intervale",
+ "status": "active",
+ "links": {
+ "website": "https://intervale.kz/"
+ },
+ "name": {
+ "en": "Intervale",
+ "ru": "Intervale",
+ "uk": "Intervale"
+ }
+ },
+ {
+ "code": "aspay",
+ "status": "active",
+ "links": {
+ "website": "https://aspay.us"
+ },
+ "name": {
+ "en": "AsPay",
+ "ru": "AsPay",
+ "uk": "AsPay"
+ }
+ },
+ {
+ "code": "transflofintech",
+ "status": "active",
+ "name": {
+ "en": "Transflo",
+ "ru": "Transflo",
+ "uk": "Transflo"
+ }
+ },
+ {
+ "code": "cardano",
+ "status": "active",
+ "name": {
+ "en": "Cardano",
+ "ru": "Cardano",
+ "uk": "Cardano"
+ }
+ },
+ {
+ "code": "thebilling",
+ "status": "active",
+ "links": {
+ "website": "https://the-billing.io/"
+ },
+ "name": {
+ "en": "The Billing",
+ "ru": "The Billing",
+ "uk": "The Billing"
+ }
+ },
+ {
+ "code": "onlinepay",
+ "status": "active",
+ "name": {
+ "en": "OnlinePay",
+ "ru": "OnlinePay",
+ "uk": "OnlinePay"
+ }
+ },
+ {
+ "code": "pluspedirect",
+ "status": "active",
+ "links": {
+ "website": "https://www.pluspedirect.com/"
+ },
+ "name": {
+ "en": "PlusPeDirect",
+ "ru": "PlusPeDirect",
+ "uk": "PlusPeDirect"
+ }
+ },
+ {
+ "code": "cashia",
+ "status": "active",
+ "links": {
+ "website": "https://www.cashia.com"
+ },
+ "name": {
+ "en": "Cashia",
+ "ru": "Cashia",
+ "uk": "Cashia"
+ }
+ },
+ {
+ "code": "facilitapay",
+ "status": "active",
+ "links": {
+ "website": "https://www.facilitapay.com/"
+ },
+ "name": {
+ "en": "FacilitaPay",
+ "ru": "FacilitaPay",
+ "uk": "FacilitaPay"
+ }
+ },
+ {
+ "code": "sirumobile",
+ "status": "active",
+ "links": {
+ "website": "https://www.sirumobile.com/"
+ },
+ "name": {
+ "en": "Siru Mobile",
+ "ru": "Siru Mobile",
+ "uk": "Siru Mobile"
+ }
+ },
+ {
+ "code": "rampnow",
+ "status": "active",
+ "links": {
+ "website": "https://rampnow.io"
+ },
+ "name": {
+ "en": "Rampnow",
+ "ru": "Rampnow",
+ "uk": "Rampnow"
+ }
+ },
+ {
+ "code": "hellopayment",
+ "status": "active",
+ "links": {
+ "website": "https://www.hellopsp.com/"
+ },
+ "name": {
+ "en": "Hello Payment Solutions",
+ "ru": "Hello Payment Solutions",
+ "uk": "Hello Payment Solutions"
+ }
+ },
+ {
+ "code": "coinsflow",
+ "status": "active",
+ "links": {
+ "website": "https://coinsflow.pl"
+ },
+ "name": {
+ "en": "Coinsflow",
+ "ru": "Coinsflow",
+ "uk": "Coinsflow"
+ }
+ },
+ {
+ "code": "kitopay",
+ "status": "active",
+ "links": {
+ "website": "https://kitopay.com"
+ },
+ "name": {
+ "en": "Kitopay",
+ "ru": "Kitopay",
+ "uk": "Kitopay"
+ }
+ },
+ {
+ "code": "paymentspro",
+ "status": "active",
+ "links": {
+ "website": "https://paymentspro.io/"
+ },
+ "name": {
+ "en": "Payments Pro",
+ "ru": "Payments Pro",
+ "uk": "Payments Pro"
+ }
+ },
+ {
+ "code": "pxpfinancial",
+ "status": "active",
+ "links": {
+ "website": "https://www.pxpfinancial.com/"
+ },
+ "name": {
+ "en": "PXP",
+ "ru": "PXP",
+ "uk": "PXP"
+ }
+ },
+ {
+ "code": "gamespay",
+ "status": "active",
+ "links": {
+ "website": "https://portal.easypaygame.com"
+ },
+ "name": {
+ "en": "PayGames",
+ "ru": "PayGames",
+ "uk": "PayGames"
+ }
+ },
+ {
+ "code": "mfstream",
+ "status": "active",
+ "links": {
+ "website": "https://www.mfstream.io"
+ },
+ "name": {
+ "en": "MF Stream",
+ "ru": "MF Stream",
+ "uk": "MF Stream"
+ }
+ },
+ {
+ "code": "winteca",
+ "status": "active",
+ "links": {
+ "website": "https://winteca.com"
+ },
+ "name": {
+ "en": "Winteca",
+ "ru": "Winteca",
+ "uk": "Winteca"
+ }
+ },
+ {
+ "code": "bkash",
+ "status": "active",
+ "links": {
+ "website": "https://www.bkash.com/en"
+ },
+ "name": {
+ "en": "Bkash",
+ "ru": "Bkash",
+ "uk": "Bkash"
+ }
+ },
+ {
+ "code": "redcashoutsystem",
+ "status": "active",
+ "name": {
+ "en": "Red Cashout System",
+ "ru": "Red Cashout System",
+ "uk": "Red Cashout System"
+ }
+ },
+ {
+ "code": "nagad",
+ "status": "active",
+ "links": {
+ "website": "https://nagad.com.bd/"
+ },
+ "name": {
+ "en": "Nagad",
+ "ru": "Nagad",
+ "uk": "Nagad"
+ }
+ },
+ {
+ "code": "espertopay",
+ "status": "active",
+ "links": {
+ "website": "https://espertopay.com/"
+ },
+ "name": {
+ "en": "EspertoPay",
+ "ru": "EspertoPay",
+ "uk": "EspertoPay"
+ }
+ },
+ {
+ "code": "freepay",
+ "status": "active",
+ "name": {
+ "en": "FreePay",
+ "ru": "FreePay",
+ "uk": "FreePay"
+ }
+ },
+ {
+ "code": "prosperos",
+ "status": "active",
+ "links": {
+ "website": "https://prosperos.io/"
+ },
+ "name": {
+ "en": "Prosperos",
+ "ru": "Prosperos",
+ "uk": "Prosperos"
+ }
+ },
+ {
+ "code": "tapbank",
+ "status": "active",
+ "links": {
+ "website": "https://tapbank.info/"
+ },
+ "name": {
+ "en": "TapBank",
+ "ru": "TapBank",
+ "uk": "TapBank"
+ }
+ },
+ {
+ "code": "settlespot",
+ "status": "active",
+ "name": {
+ "en": "SettleSpot",
+ "ru": "SettleSpot",
+ "uk": "SettleSpot"
+ }
+ },
+ {
+ "code": "aureavia",
+ "status": "active",
+ "name": {
+ "en": "Aurea Via",
+ "ru": "Aurea Via",
+ "uk": "Aurea Via"
+ }
+ },
+ {
+ "code": "cashlib",
+ "status": "active",
+ "links": {
+ "website": "https://www.cashlib.com/"
+ },
+ "name": {
+ "en": "CASHlib",
+ "ru": "CASHlib",
+ "uk": "CASHlib"
+ }
+ },
+ {
+ "code": "xsellmoney",
+ "status": "active",
+ "name": {
+ "en": "Xsell.money",
+ "ru": "Xsell.money",
+ "uk": "Xsell.money"
+ }
+ },
+ {
+ "code": "macropay",
+ "status": "active",
+ "links": {
+ "website": "https://macropay.net/"
+ },
+ "name": {
+ "en": "Macropay",
+ "ru": "Macropay",
+ "uk": "Macropay"
+ }
+ },
+ {
+ "code": "unifiedfinance",
+ "status": "active",
+ "name": {
+ "en": "Unified Finance",
+ "ru": "Unified Finance",
+ "uk": "Unified Finance"
+ }
+ },
+ {
+ "code": "bitandpay",
+ "status": "active",
+ "links": {
+ "website": "https://www.bitandpay.com/"
+ },
+ "name": {
+ "en": "BitAndPay",
+ "ru": "BitAndPay",
+ "uk": "BitAndPay"
+ }
+ },
+ {
+ "code": "vendo",
+ "status": "active",
+ "links": {
+ "website": "https://vendoservices.com/"
+ },
+ "name": {
+ "en": "Vendo",
+ "ru": "Vendo",
+ "uk": "Vendo"
+ }
+ },
+ {
+ "code": "apixoom",
+ "status": "active",
+ "links": {
+ "website": "https://www.nagad.com.bd/"
+ },
+ "name": {
+ "en": "Nagad",
+ "ru": "Nagad",
+ "uk": "Nagad"
+ }
+ },
+ {
+ "code": "flexfactor",
+ "status": "active",
+ "links": {
+ "website": "https://www.flexcorp.io/"
+ },
+ "name": {
+ "en": "FlexFactor",
+ "ru": "FlexFactor",
+ "uk": "FlexFactor"
+ }
+ },
+ {
+ "code": "wzrdpay",
+ "status": "active",
+ "name": {
+ "en": "WZRD PAY",
+ "ru": "WZRD PAY",
+ "uk": "WZRD PAY"
+ }
+ },
+ {
+ "code": "kasha",
+ "status": "deprecated",
+ "links": {
+ "website": "https://kasha.io/"
+ },
+ "name": {
+ "en": "Kasha",
+ "ru": "Kasha",
+ "uk": "Kasha"
+ }
+ },
+ {
+ "code": "cyberpay",
+ "status": "active",
+ "links": {
+ "website": "https://cyberpay.link/"
+ },
+ "name": {
+ "en": "Cyberpay",
+ "ru": "Cyberpay",
+ "uk": "Cyberpay"
+ }
+ },
+ {
+ "code": "dnspay",
+ "status": "active",
+ "links": {
+ "website": "https://dns-pay.com/"
+ },
+ "name": {
+ "en": "DNS PAY",
+ "ru": "DNS PAY",
+ "uk": "DNS PAY"
+ }
+ },
+ {
+ "code": "starkbank",
+ "status": "active",
+ "links": {
+ "website": "https://starkbank.com/"
+ },
+ "name": {
+ "en": "STARK BANK",
+ "ru": "STARK BANK",
+ "uk": "STARK BANK"
+ }
+ },
+ {
+ "code": "token",
+ "status": "active",
+ "links": {
+ "website": "https://token.io/"
+ },
+ "name": {
+ "en": "Token.io",
+ "ru": "Token.io",
+ "uk": "Token.io"
+ }
+ },
+ {
+ "code": "benker",
+ "status": "active",
+ "links": {
+ "website": "https://benker.io/"
+ },
+ "name": {
+ "en": "Benker",
+ "ru": "Benker",
+ "uk": "Benker"
+ }
+ },
+ {
+ "code": "btqfinance",
+ "status": "active",
+ "links": {
+ "website": "https://btq-fi.com/"
+ },
+ "name": {
+ "en": "BTQ Finance",
+ "ru": "BTQ Finance",
+ "uk": "BTQ Finance"
+ }
+ },
+ {
+ "code": "epx",
+ "status": "active",
+ "links": {
+ "website": "https://epx.com/"
+ },
+ "name": {
+ "en": "North Enterprise",
+ "ru": "North Enterprise",
+ "uk": "North Enterprise"
+ }
+ },
+ {
+ "code": "reset",
+ "status": "active",
+ "links": {
+ "website": "https://gate.re-set.tech/"
+ },
+ "name": {
+ "en": "Re-set",
+ "ru": "Re-set",
+ "uk": "Re-set"
+ }
+ },
+ {
+ "code": "aipay",
+ "status": "active",
+ "links": {
+ "website": "https://aipay.biz/"
+ },
+ "name": {
+ "en": "AiPay",
+ "ru": "AiPay",
+ "uk": "AiPay"
+ }
+ },
+ {
+ "code": "startbutton",
+ "status": "active",
+ "links": {
+ "website": "https://www.startbutton.africa/"
+ },
+ "name": {
+ "en": "Startbutton",
+ "ru": "Startbutton",
+ "uk": "Startbutton"
+ }
+ },
+ {
+ "code": "fullpays",
+ "status": "active",
+ "links": {
+ "website": "https://bone.hizlipp.com/"
+ },
+ "name": {
+ "en": "FullPays",
+ "ru": "FullPays",
+ "uk": "FullPays"
+ }
+ },
+ {
+ "code": "infinityspace",
+ "status": "active",
+ "links": {
+ "website": "https://infinityspace.kz/"
+ },
+ "name": {
+ "en": "Infinity Space",
+ "ru": "Infinity Space",
+ "uk": "Infinity Space"
+ }
+ },
+ {
+ "code": "pipay",
+ "status": "active",
+ "links": {
+ "website": "https://www.pipay.com/"
+ },
+ "name": {
+ "en": "Pi Pay",
+ "ru": "Pi Pay",
+ "uk": "Pi Pay"
+ }
+ },
+ {
+ "code": "payok",
+ "status": "active",
+ "links": {
+ "website": "https://www.payok.com/"
+ },
+ "name": {
+ "en": "Payok",
+ "ru": "Payok",
+ "uk": "Payok"
+ }
+ },
+ {
+ "code": "omno",
+ "status": "active",
+ "links": {
+ "website": "https://www.omno.com/"
+ },
+ "name": {
+ "en": "OMNO",
+ "ru": "OMNO",
+ "uk": "OMNO"
+ }
+ },
+ {
+ "code": "citrinepay",
+ "status": "active",
+ "links": {
+ "website": "https://citrinepay.co/"
+ },
+ "name": {
+ "en": "Citrine Merchant Services",
+ "ru": "Citrine Merchant Services",
+ "uk": "Citrine Merchant Services"
+ }
+ },
+ {
+ "code": "xoompay",
+ "status": "active",
+ "links": {
+ "website": "https://xoompay.com/"
+ },
+ "name": {
+ "en": "Xoompay",
+ "ru": "Xoompay",
+ "uk": "Xoompay"
+ }
+ },
+ {
+ "code": "aeteredge",
+ "status": "active",
+ "name": {
+ "en": "AeterEdge",
+ "ru": "AeterEdge",
+ "uk": "AeterEdge"
+ }
+ },
+ {
+ "code": "paytorapayment",
+ "status": "active",
+ "links": {
+ "website": "https://torapayment.com"
+ },
+ "name": {
+ "en": "Paytora",
+ "ru": "Paytora",
+ "uk": "Paytora"
+ }
+ },
+ {
+ "code": "yardpay",
+ "status": "active",
+ "links": {
+ "website": "https://yardpay.io/"
+ },
+ "name": {
+ "en": "YardPay",
+ "ru": "YardPay",
+ "uk": "YardPay"
+ }
+ },
+ {
+ "code": "apay",
+ "status": "active",
+ "name": {
+ "en": "Apay",
+ "ru": "Apay",
+ "uk": "Apay"
+ }
+ },
+ {
+ "code": "paytently",
+ "status": "active",
+ "links": {
+ "website": "https://paytently.com/"
+ },
+ "name": {
+ "en": "Paytently",
+ "ru": "Paytently",
+ "uk": "Paytently"
+ }
+ },
+ {
+ "code": "payswiftly",
+ "status": "active",
+ "links": {
+ "website": "https://www.payswiftly.io/"
+ },
+ "name": {
+ "en": "Payswiftly",
+ "ru": "Payswiftly",
+ "uk": "Payswiftly"
+ }
+ },
+ {
+ "code": "axipays",
+ "status": "active",
+ "links": {
+ "website": "https://axipays.com/"
+ },
+ "name": {
+ "en": "Axipays",
+ "ru": "Axipays",
+ "uk": "Axipays"
+ }
+ },
+ {
+ "code": "paystrax",
+ "status": "active",
+ "links": {
+ "website": "https://paystrax.com/"
+ },
+ "name": {
+ "en": "Paystrax",
+ "ru": "Paystrax",
+ "uk": "Paystrax"
+ }
+ },
+ {
+ "code": "spush",
+ "status": "active",
+ "links": {
+ "website": "https://spush.co.uk/"
+ },
+ "name": {
+ "en": "Spush",
+ "ru": "Spush",
+ "uk": "Spush"
+ }
+ },
+ {
+ "code": "paymentfarm",
+ "status": "active",
+ "links": {
+ "website": "https://paymentfarm.com/"
+ },
+ "name": {
+ "en": "Paymentfarm",
+ "ru": "Paymentfarm",
+ "uk": "Paymentfarm"
+ }
+ },
+ {
+ "code": "utorg",
+ "status": "active",
+ "links": {
+ "website": "https://utorg.pro/"
+ },
+ "name": {
+ "en": "Utorg",
+ "ru": "Utorg",
+ "uk": "Utorg"
+ }
+ },
+ {
+ "code": "cryptopay",
+ "status": "active",
+ "links": {
+ "website": "https://cryptopay.me"
+ },
+ "name": {
+ "en": "Cryptopay",
+ "ru": "Cryptopay",
+ "uk": "Cryptopay"
+ }
+ },
+ {
+ "code": "payzln",
+ "status": "active",
+ "links": {
+ "website": "https://www.payzln.com/"
+ },
+ "name": {
+ "en": "Payzln",
+ "ru": "Payzln",
+ "uk": "Payzln"
+ }
+ },
+ {
+ "code": "d24",
+ "status": "active",
+ "links": {
+ "website": "https://d24.com/"
+ },
+ "name": {
+ "en": "D24",
+ "ru": "D24",
+ "uk": "D24"
+ }
+ },
+ {
+ "code": "spectrepayments",
+ "status": "deprecated",
+ "links": {
+ "website": "https://spectrepayments.com/"
+ },
+ "name": {
+ "en": "Spectre Payments",
+ "ru": "Spectre Payments",
+ "uk": "Spectre Payments"
+ }
+ },
+ {
+ "code": "s3cpay",
+ "status": "active",
+ "links": {
+ "website": "https://spectrepayments.com/"
+ },
+ "name": {
+ "en": "S3СРАY",
+ "ru": "S3СРАY",
+ "uk": "S3СРАY"
+ }
+ },
+ {
+ "code": "slyse",
+ "status": "active",
+ "links": {
+ "website": "http://slyse.me/"
+ },
+ "name": {
+ "en": "SLYSE",
+ "ru": "SLYSE",
+ "uk": "SLYSE"
+ }
+ },
+ {
+ "code": "spayz",
+ "status": "active",
+ "links": {
+ "website": "https://www.spayz.io/"
+ },
+ "name": {
+ "en": "SPAYZ.io",
+ "ru": "SPAYZ.io",
+ "uk": "SPAYZ.io"
+ }
+ },
+ {
+ "code": "paylivre",
+ "status": "active",
+ "links": {
+ "website": "https://paylivre.com/"
+ },
+ "name": {
+ "en": "Paylivre",
+ "ru": "Paylivre",
+ "uk": "Paylivre"
+ }
+ },
+ {
+ "code": "payelu",
+ "status": "active",
+ "links": {
+ "website": "https://payelu.com/"
+ },
+ "name": {
+ "en": "Payelu",
+ "ru": "Payelu",
+ "uk": "Payelu"
+ }
+ },
+ {
+ "code": "ryvyl",
+ "status": "active",
+ "links": {
+ "website": "https://ryvyl.eu/"
+ },
+ "name": {
+ "en": "Ryvyl",
+ "ru": "Ryvyl",
+ "uk": "Ryvyl"
+ }
+ },
+ {
+ "code": "magnetiqbank",
+ "status": "active",
+ "links": {
+ "website": "https://magnetiqbank.com/"
+ },
+ "name": {
+ "en": "Magnetiq Bank",
+ "ru": "Magnetiq Bank",
+ "uk": "Magnetiq Bank"
+ }
+ },
+ {
+ "code": "yotta",
+ "status": "active",
+ "links": {
+ "website": "https://www.yottapay.co.uk/"
+ },
+ "name": {
+ "en": "Yotta Pay",
+ "ru": "Yotta Pay",
+ "uk": "Yotta Pay"
+ }
+ },
+ {
+ "code": "gatewaypay",
+ "status": "active",
+ "links": {
+ "website": "https://gatewaypay.io/"
+ },
+ "name": {
+ "en": "GatewayPay",
+ "ru": "GatewayPay",
+ "uk": "GatewayPay"
+ }
+ },
+ {
+ "code": "paytend",
+ "status": "active",
+ "links": {
+ "website": "https://www.paytend.com/"
+ },
+ "name": {
+ "en": "Paytend",
+ "ru": "Paytend",
+ "uk": "Paytend"
+ }
+ },
+ {
+ "code": "wpay",
+ "status": "active",
+ "name": {
+ "en": "Wpay",
+ "ru": "Wpay",
+ "uk": "Wpay"
+ }
+ },
+ {
+ "code": "shift4",
+ "status": "active",
+ "links": {
+ "website": "https://www.shift4.com/"
+ },
+ "name": {
+ "en": "Shift4 EU",
+ "ru": "Shift4 EU",
+ "uk": "Shift4 EU"
+ }
+ },
+ {
+ "code": "cardaq",
+ "status": "active",
+ "links": {
+ "website": "https://www.cardaq.co.uk/"
+ },
+ "name": {
+ "en": "Cardaq",
+ "ru": "Cardaq",
+ "uk": "Cardaq"
+ }
+ },
+ {
+ "code": "fmpay",
+ "status": "active",
+ "links": {
+ "website": "https://fmpay.me"
+ },
+ "name": {
+ "en": "FMPay",
+ "ru": "FMPay",
+ "uk": "FMPay"
+ }
+ },
+ {
+ "code": "rixsus",
+ "status": "active",
+ "links": {
+ "website": "https://www.rixsus.com/"
+ },
+ "name": {
+ "en": "Rixsus",
+ "ru": "Rixsus",
+ "uk": "Rixsus"
+ }
+ },
+ {
+ "code": "shiftfour",
+ "status": "active",
+ "links": {
+ "website": "https://www.shift4.com/"
+ },
+ "name": {
+ "en": "Shift4",
+ "ru": "Shift4",
+ "uk": "Shift4"
+ }
+ },
+ {
+ "code": "cascad",
+ "status": "active",
+ "links": {
+ "website": "https://www.cascad.com"
+ },
+ "name": {
+ "en": "CASCAD",
+ "ru": "CASCAD",
+ "uk": "CASCAD"
+ }
+ },
+ {
+ "code": "gmo",
+ "status": "active",
+ "links": {
+ "website": "https://www.gmo-pg.com/en/"
+ },
+ "name": {
+ "en": "GMO",
+ "ru": "GMO",
+ "uk": "GMO"
+ }
+ },
+ {
+ "code": "cardifyx",
+ "status": "active",
+ "links": {
+ "website": "https://www.cardifyx.com/"
+ },
+ "name": {
+ "en": "CardifyX",
+ "ru": "CardifyX",
+ "uk": "CardifyX"
+ }
+ },
+ {
+ "code": "leikur",
+ "status": "active",
+ "links": {
+ "website": "https://leikur.com/"
+ },
+ "name": {
+ "en": "Leikur",
+ "ru": "Leikur",
+ "uk": "Leikur"
+ }
+ },
+ {
+ "code": "cecabank",
+ "status": "active",
+ "links": {
+ "website": "https://www.cecabank.es/"
+ },
+ "name": {
+ "en": "Cecabank",
+ "ru": "Cecabank",
+ "uk": "Cecabank"
+ }
+ },
+ {
+ "code": "octopays",
+ "status": "active",
+ "links": {
+ "website": "https://octopays.io/"
+ },
+ "name": {
+ "en": "Octopays",
+ "ru": "Octopays",
+ "uk": "Octopays"
+ }
+ },
+ {
+ "code": "paymixvia",
+ "status": "active",
+ "links": {
+ "website": "https://paymixvia.com/"
+ },
+ "name": {
+ "en": "PaymixVia",
+ "ru": "PaymixVia",
+ "uk": "PaymixVia"
+ }
+ },
+ {
+ "code": "deficopay",
+ "status": "active",
+ "links": {
+ "website": "https://dashboard.deficopay.com/"
+ },
+ "name": {
+ "en": "DEFICOPAY",
+ "ru": "DEFICOPAY",
+ "uk": "DEFICOPAY"
+ }
+ },
+ {
+ "code": "netsellerpay",
+ "status": "active",
+ "links": {
+ "website": "https://netsellerpay.com/"
+ },
+ "name": {
+ "en": "Netsellerpay",
+ "ru": "Netsellerpay",
+ "uk": "Netsellerpay"
+ }
+ },
+ {
+ "code": "kalonpay",
+ "status": "active",
+ "links": {
+ "website": "https://kalonpay.com/"
+ },
+ "name": {
+ "en": "BearlaPay",
+ "ru": "BearlaPay",
+ "uk": "BearlaPay"
+ }
+ },
+ {
+ "code": "cardiful",
+ "status": "active",
+ "links": {
+ "website": "https://cardiful.com/"
+ },
+ "name": {
+ "en": "Cardiful",
+ "ru": "Cardiful",
+ "uk": "Cardiful"
+ }
+ },
+ {
+ "code": "paybis",
+ "status": "active",
+ "links": {
+ "website": "https://paybis.com/"
+ },
+ "name": {
+ "en": "Paybis",
+ "ru": "Paybis",
+ "uk": "Paybis"
+ }
+ },
+ {
+ "code": "intersect",
+ "status": "active",
+ "links": {
+ "website": "https://www.intersectbanking.com/"
+ },
+ "name": {
+ "en": "Intersect",
+ "ru": "Intersect",
+ "uk": "Intersect"
+ }
+ },
+ {
+ "code": "glory",
+ "status": "active",
+ "name": {
+ "en": "Glory",
+ "ru": "Glory",
+ "uk": "Glory"
+ }
+ },
+ {
+ "code": "klyme",
+ "status": "active",
+ "links": {
+ "website": "https://www.klyme.io/"
+ },
+ "name": {
+ "en": "Klyme",
+ "ru": "Klyme",
+ "uk": "Klyme"
+ }
+ },
+ {
+ "code": "nixxe",
+ "status": "active",
+ "links": {
+ "website": "https://www.nixxe.io/"
+ },
+ "name": {
+ "en": "Nixxe",
+ "ru": "Nixxe",
+ "uk": "Nixxe"
+ }
+ },
+ {
+ "code": "contiant",
+ "status": "active",
+ "links": {
+ "website": "https://www.contiant.com/"
+ },
+ "name": {
+ "en": "Contiant",
+ "ru": "Contiant",
+ "uk": "Contiant"
+ }
+ },
+ {
+ "code": "spitamenbank",
+ "status": "active",
+ "links": {
+ "website": "https://www.spitamenbank.tj/"
+ },
+ "name": {
+ "en": "Spitamen Bank",
+ "ru": "Spitamen Bank",
+ "uk": "Spitamen Bank"
+ }
+ },
+ {
+ "code": "upc",
+ "status": "active",
+ "links": {
+ "website": "https://upc.ua/"
+ },
+ "name": {
+ "en": "Ukrainian Processing Center (UPC)",
+ "ru": "Ukrainian Processing Center (UPC)",
+ "uk": "Ukrainian Processing Center (UPC)"
+ }
+ },
+ {
+ "code": "btcbit",
+ "status": "active",
+ "links": {
+ "website": "https://btcbit.net/"
+ },
+ "name": {
+ "en": "Btcbit",
+ "ru": "Btcbit",
+ "uk": "Btcbit"
+ }
+ },
+ {
+ "code": "rastpay",
+ "status": "active",
+ "links": {
+ "website": "https://rastpay.com/"
+ },
+ "name": {
+ "en": "Rastpay",
+ "ru": "Rastpay",
+ "uk": "Rastpay"
+ }
+ },
+ {
+ "code": "sensebank",
+ "status": "active",
+ "links": {
+ "website": "https://sensebank.com.ua/"
+ },
+ "name": {
+ "en": "Sense Bank",
+ "uk": "Сенс Банк",
+ "ru": "Сенс Банк"
+ }
+ },
+ {
+ "code": "pspark",
+ "status": "active",
+ "links": {
+ "website": "https://pspark.io/"
+ },
+ "name": {
+ "en": "PSPARK",
+ "ru": "PSPARK",
+ "uk": "PSPARK"
+ }
+ },
+ {
+ "code": "visanetconnect",
+ "status": "active",
+ "links": {
+ "website": "https://developer.visa.com/"
+ },
+ "name": {
+ "en": "VisaNet Connect",
+ "ru": "VisaNet Connect",
+ "uk": "VisaNet Connect"
+ }
+ },
+ {
+ "code": "kodapay",
+ "status": "active",
+ "links": {
+ "website": "https://kodapay.com/"
+ },
+ "name": {
+ "en": "KodaPay",
+ "ru": "KodaPay",
+ "uk": "KodaPay"
+ }
+ },
+ {
+ "code": "assanpay",
+ "status": "active",
+ "links": {
+ "website": "https://assanpay.com/"
+ },
+ "name": {
+ "en": "AssanPay",
+ "ru": "AssanPay",
+ "uk": "AssanPay"
+ }
+ },
+ {
+ "code": "tompayment",
+ "status": "active",
+ "name": {
+ "en": "TomPayment",
+ "ru": "TomPayment",
+ "uk": "TomPayment"
+ }
+ },
+ {
+ "code": "sends",
+ "status": "active",
+ "links": {
+ "website": "https://sends.co"
+ },
+ "name": {
+ "en": "Sends",
+ "ru": "Sends",
+ "uk": "Sends"
+ }
+ },
+ {
+ "code": "velpay",
+ "status": "active",
+ "links": {
+ "website": "https://velpay.io"
+ },
+ "name": {
+ "en": "VelPay",
+ "ru": "VelPay",
+ "uk": "VelPay"
+ }
+ },
+ {
+ "code": "guava",
+ "status": "active",
+ "name": {
+ "en": "Guava",
+ "ru": "Guava",
+ "uk": "Guava"
+ }
+ },
+ {
+ "code": "novacasp",
+ "status": "active",
+ "links": {
+ "website": "https://novacasp.com"
+ },
+ "name": {
+ "en": "NovaCasp",
+ "ru": "NovaCasp",
+ "uk": "NovaCasp"
+ }
+ },
+ {
+ "code": "saltedge",
+ "status": "active",
+ "links": {
+ "website": "https://www.saltedge.com/"
+ },
+ "name": {
+ "en": "Salt Edge",
+ "ru": "Salt Edge",
+ "uk": "Salt Edge"
+ }
+ },
+ {
+ "code": "xmgate",
+ "status": "active",
+ "name": {
+ "en": "Xmgate",
+ "ru": "Xmgate",
+ "uk": "Xmgate"
+ }
+ },
+ {
+ "code": "matrixpay",
+ "status": "active",
+ "links": {
+ "website": "https://www.matrixpay.eu/"
+ },
+ "name": {
+ "en": "MatrixPay",
+ "ru": "MatrixPay",
+ "uk": "MatrixPay"
+ }
+ },
+ {
+ "code": "blueworld",
+ "status": "active",
+ "links": {
+ "website": "https://linxtechsolutions.com/"
+ },
+ "name": {
+ "en": "Linx Tech Solutions",
+ "ru": "Linx Tech Solutions",
+ "uk": "Linx Tech Solutions"
+ }
+ },
+ {
+ "code": "asupay",
+ "status": "active",
+ "name": {
+ "en": "AsuPay",
+ "ru": "AsuPay",
+ "uk": "AsuPay"
+ }
+ },
+ {
+ "code": "payon",
+ "status": "active",
+ "links": {
+ "website": "https://www.aciworldwide.com/"
+ },
+ "name": {
+ "en": "ACI Worldwide",
+ "ru": "ACI Worldwide",
+ "uk": "ACI Worldwide"
+ }
+ },
+ {
+ "code": "cashix",
+ "status": "active",
+ "links": {
+ "website": "https://www.cashix.co"
+ },
+ "name": {
+ "en": "Cashix",
+ "ru": "Cashix",
+ "uk": "Cashix"
+ }
+ },
+ {
+ "code": "kalemoney",
+ "status": "active",
+ "links": {
+ "website": "https://kale.money/"
+ },
+ "name": {
+ "en": "Kale",
+ "ru": "Kale",
+ "uk": "Kale"
+ }
+ },
+ {
+ "code": "okto",
+ "status": "active",
+ "links": {
+ "website": "https://www.oktopayments.com/"
+ },
+ "name": {
+ "en": "OKTO",
+ "ru": "OKTO",
+ "uk": "OKTO"
+ }
+ },
+ {
+ "code": "d8",
+ "status": "active",
+ "links": {
+ "website": "https://www.d8corporation.com/"
+ },
+ "name": {
+ "en": "D8 Corporation",
+ "ru": "D8 Corporation",
+ "uk": "D8 Corporation"
+ }
+ },
+ {
+ "code": "masspay",
+ "status": "active",
+ "links": {
+ "website": "https://www.masspay.io/"
+ },
+ "name": {
+ "en": "MassPay",
+ "ru": "MassPay",
+ "uk": "MassPay"
+ }
+ },
+ {
+ "code": "finix",
+ "status": "active",
+ "links": {
+ "website": "https://finix.com/"
+ },
+ "name": {
+ "en": "Finix",
+ "ru": "Finix",
+ "uk": "Finix"
+ }
+ },
+ {
+ "code": "rudraxpay",
+ "status": "active",
+ "links": {
+ "website": "https://rudraxpay.com/"
+ },
+ "name": {
+ "en": "RudraxPay",
+ "ru": "RudraxPay",
+ "uk": "RudraxPay"
+ }
+ },
+ {
+ "code": "finiqly",
+ "status": "active",
+ "links": {
+ "website": "https://finiqly.com/"
+ },
+ "name": {
+ "en": "Finiqly",
+ "ru": "Finiqly",
+ "uk": "Finiqly"
+ }
+ },
+ {
+ "code": "spell",
+ "status": "active",
+ "links": {
+ "website": "https://wespell.com/"
+ },
+ "name": {
+ "en": "Spell",
+ "ru": "Spell",
+ "uk": "Spell"
+ }
+ },
+ {
+ "code": "vialet",
+ "status": "active",
+ "links": {
+ "website": "https://www.vialet.eu/"
+ },
+ "name": {
+ "en": "Vialet",
+ "ru": "Vialet",
+ "uk": "Vialet"
+ }
+ },
+ {
+ "code": "syspay",
+ "status": "active",
+ "links": {
+ "website": "https://syspay.com/"
+ },
+ "name": {
+ "en": "SysPay",
+ "ru": "SysPay",
+ "uk": "SysPay"
+ }
+ },
+ {
+ "code": "cardpaymentz",
+ "status": "active",
+ "links": {
+ "website": "https://cardpaymentz.com/"
+ },
+ "name": {
+ "en": "Card Paymentz",
+ "ru": "Card Paymentz",
+ "uk": "Card Paymentz"
+ }
+ },
+ {
+ "code": "noveba",
+ "status": "active",
+ "links": {
+ "website": "https://noveba.com/"
+ },
+ "name": {
+ "en": "Noveba",
+ "ru": "Noveba",
+ "uk": "Noveba"
+ }
+ },
+ {
+ "code": "creedo",
+ "status": "active",
+ "name": {
+ "en": "Creedo.Capital",
+ "ru": "Creedo.Capital",
+ "uk": "Creedo.Capital"
+ }
+ },
+ {
+ "code": "platcore",
+ "status": "active",
+ "links": {
+ "website": "https://platcore.global/"
+ },
+ "name": {
+ "en": "Platcore",
+ "ru": "Platcore",
+ "uk": "Platcore"
+ }
+ },
+ {
+ "code": "creditumnew",
+ "status": "active",
+ "links": {
+ "website": "https://creditum.io/"
+ },
+ "name": {
+ "en": "Creditum (new)",
+ "ru": "Creditum (new)",
+ "uk": "Creditum (new)"
+ }
+ },
+ {
+ "code": "vodafone",
+ "status": "active",
+ "name": {
+ "en": "Vodafone",
+ "ru": "Vodafone",
+ "uk": "Vodafone"
+ }
+ },
+ {
+ "code": "moov",
+ "status": "active",
+ "name": {
+ "en": "Moov",
+ "ru": "Moov",
+ "uk": "Moov"
+ }
+ },
+ {
+ "code": "mtn",
+ "status": "active",
+ "name": {
+ "en": "Mtn",
+ "ru": "Mtn",
+ "uk": "Mtn"
+ }
+ },
+ {
+ "code": "orange",
+ "status": "active",
+ "name": {
+ "en": "Orange",
+ "ru": "Orange",
+ "uk": "Orange"
+ }
+ },
+ {
+ "code": "wave",
+ "status": "active",
+ "name": {
+ "en": "Wave",
+ "ru": "Wave",
+ "uk": "Wave"
+ }
+ },
+ {
+ "code": "expresso",
+ "status": "active",
+ "name": {
+ "en": "Expresso",
+ "ru": "Expresso",
+ "uk": "Expresso"
+ }
+ },
+ {
+ "code": "free",
+ "status": "active",
+ "name": {
+ "en": "Free",
+ "ru": "Free",
+ "uk": "Free"
+ }
+ },
+ {
+ "code": "tmoney",
+ "status": "active",
+ "name": {
+ "en": "Tmoney",
+ "ru": "Tmoney",
+ "uk": "Tmoney"
+ }
+ },
+ {
+ "code": "tigopesa",
+ "status": "active",
+ "name": {
+ "en": "Tigopesa",
+ "ru": "Tigopesa",
+ "uk": "Tigopesa"
+ }
+ },
+ {
+ "code": "dragontech",
+ "status": "active",
+ "links": {
+ "website": "https://www.dragontech88.com/"
+ },
+ "name": {
+ "en": "DragonTech",
+ "ru": "DragonTech",
+ "uk": "DragonTech"
+ }
+ },
+ {
+ "code": "velvexpay",
+ "status": "active",
+ "links": {
+ "website": "https://gate.velvexpay.com/"
+ },
+ "name": {
+ "en": "VELVEXPAY",
+ "ru": "VELVEXPAY",
+ "uk": "VELVEXPAY"
+ }
+ },
+ {
+ "code": "ozow",
+ "status": "active",
+ "links": {
+ "website": "https://ozow.com/"
+ },
+ "name": {
+ "en": "Ozow",
+ "ru": "Ozow",
+ "uk": "Ozow"
+ }
+ },
+ {
+ "code": "takapayjazzcash",
+ "status": "active",
+ "links": {
+ "website": "https://www.jazzcash.com.pk/"
+ },
+ "name": {
+ "en": "TakapayJazzCash",
+ "ru": "TakapayJazzCash",
+ "uk": "TakapayJazzCash"
+ }
+ },
+ {
+ "code": "boomfi",
+ "status": "active",
+ "links": {
+ "website": "https://www.boomfi.xyz/"
+ },
+ "name": {
+ "en": "Boomfi",
+ "ru": "Boomfi",
+ "uk": "Boomfi"
+ }
+ },
+ {
+ "code": "matrixpaysolution",
+ "status": "active",
+ "links": {
+ "website": "https://matrixpaysolution.com/"
+ },
+ "name": {
+ "en": "MatrixPaySolution",
+ "ru": "MatrixPaySolution",
+ "uk": "MatrixPaySolution"
+ }
+ },
+ {
+ "code": "smashpay",
+ "status": "active",
+ "links": {
+ "website": "https://www.smashpay.io/"
+ },
+ "name": {
+ "en": "SmashPay",
+ "ru": "SmashPay",
+ "uk": "SmashPay"
+ }
+ },
+ {
+ "code": "avepay",
+ "status": "active",
+ "links": {
+ "website": "https://avepay.com/"
+ },
+ "name": {
+ "en": "AvePay",
+ "ru": "AvePay",
+ "uk": "AvePay"
+ }
+ },
+ {
+ "code": "trezuz",
+ "status": "active",
+ "links": {
+ "website": "https://trezuz.com/"
+ },
+ "name": {
+ "en": "Trezuz",
+ "ru": "Trezuz",
+ "uk": "Trezuz"
+ }
+ },
+ {
+ "code": "paytorean",
+ "status": "active",
+ "links": {
+ "website": "https://paytorean.com/"
+ },
+ "name": {
+ "en": "Paytorean",
+ "ru": "Paytorean",
+ "uk": "Paytorean"
+ }
+ },
+ {
+ "code": "tbn",
+ "status": "active",
+ "links": {
+ "website": "https://www.tbnotc.com/"
+ },
+ "name": {
+ "en": "TBN",
+ "ru": "TBN",
+ "uk": "TBN"
+ }
+ },
+ {
+ "code": "tranzify",
+ "status": "active",
+ "name": {
+ "en": "Tranzify",
+ "ru": "Tranzify",
+ "uk": "Tranzify"
+ }
+ },
+ {
+ "code": "sola",
+ "status": "active",
+ "links": {
+ "website": "https://sola.live"
+ },
+ "name": {
+ "en": "Sola",
+ "ru": "Sola",
+ "uk": "Sola"
+ }
+ },
+ {
+ "code": "alphapo",
+ "status": "active",
+ "links": {
+ "website": "https://alphapo.net/"
+ },
+ "name": {
+ "en": "Alphapo",
+ "ru": "Alphapo",
+ "uk": "Alphapo"
+ }
+ },
+ {
+ "code": "smartfastpay",
+ "status": "active",
+ "links": {
+ "website": "https://www.smartfastpay.com/"
+ },
+ "name": {
+ "en": "SmartFastPay",
+ "ru": "SmartFastPay",
+ "uk": "SmartFastPay"
+ }
+ },
+ {
+ "code": "solvex",
+ "status": "active",
+ "links": {
+ "website": "https://solvexs.pl/"
+ },
+ "name": {
+ "en": "Solvex",
+ "ru": "Solvex",
+ "uk": "Solvex"
+ }
+ },
+ {
+ "code": "paytech",
+ "status": "active",
+ "links": {
+ "website": "https://www.pay.tech/"
+ },
+ "name": {
+ "en": "Paytech",
+ "ru": "Paytech",
+ "uk": "Paytech"
+ }
+ },
+ {
+ "code": "transactpro",
+ "status": "active",
+ "links": {
+ "website": "https://www.transactpro.eu/"
+ },
+ "name": {
+ "en": "Transact Pro",
+ "ru": "Transact Pro",
+ "uk": "Transact Pro"
+ }
+ },
+ {
+ "code": "lapsa",
+ "status": "active",
+ "links": {
+ "website": "https://merchant.lapsa.pro/"
+ },
+ "name": {
+ "en": "Lapsa",
+ "ru": "Lapsa",
+ "uk": "Lapsa"
+ }
+ },
+ {
+ "code": "embily",
+ "status": "active",
+ "links": {
+ "website": "https://embily.co/"
+ },
+ "name": {
+ "en": "Embily",
+ "ru": "Embily",
+ "uk": "Embily"
+ }
+ },
+ {
+ "code": "corefy",
+ "status": "active",
+ "links": {
+ "website": "https://corefy.com"
+ },
+ "name": {
+ "en": "Corefy",
+ "ru": "Corefy",
+ "uk": "Corefy"
+ }
+ },
+ {
+ "code": "myfatoorah",
+ "status": "active",
+ "links": {
+ "website": "https://www.myfatoorah.com/"
+ },
+ "name": {
+ "en": "MyFatoorah",
+ "ru": "MyFatoorah",
+ "uk": "MyFatoorah"
+ }
+ },
+ {
+ "code": "mobilum",
+ "status": "active",
+ "name": {
+ "en": "Mobilum",
+ "ru": "Mobilum",
+ "uk": "Mobilum"
+ }
+ },
+ {
+ "code": "safegatepayments",
+ "status": "active",
+ "links": {
+ "website": "https://safegatepayments.com/"
+ },
+ "name": {
+ "en": "SafeGate Payments",
+ "ru": "SafeGate Payments",
+ "uk": "SafeGate Payments"
+ }
+ },
+ {
+ "code": "tp24bdt",
+ "status": "active",
+ "links": {
+ "website": "https://live.zentcryptocoin.com"
+ },
+ "name": {
+ "en": "TP24BDT",
+ "ru": "TP24BDT",
+ "uk": "TP24BDT"
+ }
+ },
+ {
+ "code": "upay",
+ "status": "active",
+ "links": {
+ "website": "https://upay.express/"
+ },
+ "name": {
+ "en": "UPay",
+ "ru": "UPay",
+ "uk": "UPay"
+ }
+ },
+ {
+ "code": "lqpay",
+ "status": "active",
+ "name": {
+ "en": "Lqpay",
+ "ru": "Lqpay",
+ "uk": "Lqpay"
+ }
+ },
+ {
+ "code": "ezzygate",
+ "status": "active",
+ "links": {
+ "website": "https://www.ezzygate.com/"
+ },
+ "name": {
+ "en": "Ezzygate",
+ "ru": "Ezzygate",
+ "uk": "Ezzygate"
+ }
+ },
+ {
+ "code": "circoflows",
+ "status": "active",
+ "links": {
+ "website": "https://gateway.circoflows.com/"
+ },
+ "name": {
+ "en": "CircoFlows",
+ "ru": "CircoFlows",
+ "uk": "CircoFlows"
+ }
+ },
+ {
+ "code": "isx",
+ "status": "active",
+ "name": {
+ "en": "ISX",
+ "ru": "ISX",
+ "uk": "ISX"
+ }
+ },
+ {
+ "code": "payland",
+ "status": "active",
+ "links": {
+ "website": "https://payland.info/"
+ },
+ "name": {
+ "en": "PayLand",
+ "ru": "PayLand",
+ "uk": "PayLand"
+ }
+ },
+ {
+ "code": "cardifulnew",
+ "status": "active",
+ "name": {
+ "en": "Cardiful New",
+ "ru": "Cardiful New",
+ "uk": "Cardiful New"
+ }
+ },
+ {
+ "code": "paydeca",
+ "status": "active",
+ "links": {
+ "website": "https://www.paydeca.com/"
+ },
+ "name": {
+ "en": "Paydeca",
+ "ru": "Paydeca",
+ "uk": "Paydeca"
+ }
}
]
-
diff --git a/etc/doc-build/src/DataProvider.php b/etc/doc-build/src/DataProvider.php
index 65c4e0edb..b62bd7c26 100644
--- a/etc/doc-build/src/DataProvider.php
+++ b/etc/doc-build/src/DataProvider.php
@@ -29,41 +29,18 @@ class DataProvider
const VENDORS_FILENAME = '/vendors.json';
const PAYOUT_METHOD_CATEGORIES_FILENAME = '/payout_method_categories.json';
- /* @var array */
- private $providers;
-
- /* @var array */
- private $paymentMethods;
-
- /* @var array */
- private $payoutServices;
-
- /* @var array */
- private $paymentServices;
-
- /* @var array */
- private $payoutMethods;
-
- /* @var array */
- private $paymentMethodCategories;
-
- /* @var array */
- private $payoutMethodCategories;
-
- /* @var array */
- private $paymentFlows;
-
- /* @var array */
- private $currencies;
-
- /* @var array */
- private $currencyTypes;
-
- /* @var array */
- private $currencyCategories;
-
- /* @var array */
- private $vendors;
+ private array $providers;
+ private array $paymentMethods;
+ private array $payoutServices;
+ private array $paymentServices;
+ private array $payoutMethods;
+ private array $paymentMethodCategories;
+ private array $payoutMethodCategories;
+ private array $paymentFlows;
+ private array $currencies;
+ private array $currencyTypes;
+ private array $currencyCategories;
+ private array $vendors;
public function __construct()
{
@@ -87,11 +64,9 @@ public function __construct()
private function getJsonContent($path): array
{
- try {
- return json_decode(file_get_contents($path), true);
- } catch (\Throwable $ex) {
- throw $ex;
- }
+ \ini_set('memory_limit', '2G');
+
+ return json_decode(file_get_contents($path), true);
}
private function setProviders(array $data): void
@@ -99,7 +74,7 @@ private function setProviders(array $data): void
$tmp = [];
foreach ($data as $item) {
- array_push($tmp, ProviderDto::fromArray($item));
+ $tmp[] = ProviderDto::fromArray($item);
}
$this->providers = $tmp;
@@ -110,7 +85,7 @@ private function setPaymentMethods(array $data): void
$tmp = [];
foreach ($data as $item) {
- array_push($tmp, PaymentMethodDto::fromArray($item));
+ $tmp[] = PaymentMethodDto::fromArray($item);
}
$this->paymentMethods = $tmp;
@@ -121,7 +96,7 @@ private function setPayoutServices(array $data): void
$tmp = [];
foreach ($data as $item) {
- array_push($tmp, PayoutServiceDto::fromArray($item));
+ $tmp[] = PayoutServiceDto::fromArray($item);
}
$this->payoutServices = $tmp;
@@ -132,7 +107,7 @@ private function setPaymentServices(array $data): void
$tmp = [];
foreach ($data as $item) {
- array_push($tmp, PaymentServiceDto::fromArray($item));
+ $tmp[] = PaymentServiceDto::fromArray($item);
}
$this->paymentServices = $tmp;
@@ -143,7 +118,7 @@ private function setPayoutMethods(array $data): void
$tmp = [];
foreach ($data as $item) {
- array_push($tmp, PayoutMethodDto::fromArray($item));
+ $tmp[] = PayoutMethodDto::fromArray($item);
}
$this->payoutMethods = $tmp;
@@ -154,7 +129,7 @@ private function setPaymentMethodCategories(array $data): void
$tmp = [];
foreach ($data as $item) {
- array_push($tmp, CategoryDto::fromArray($item));
+ $tmp[] = CategoryDto::fromArray($item);
}
$this->paymentMethodCategories = $tmp;
@@ -165,7 +140,7 @@ private function setPaymentFlows(array $data): void
$tmp = [];
foreach ($data as $item) {
- array_push($tmp, FlowDto::fromArray($item));
+ $tmp[] = FlowDto::fromArray($item);
}
$this->paymentFlows = $tmp;
@@ -176,7 +151,7 @@ private function setCurrencies(array $data): void
$tmp = [];
foreach ($data as $item) {
- array_push($tmp, CurrencyDto::fromArray($item));
+ $tmp[] = CurrencyDto::fromArray($item);
}
$this->currencies = $tmp;
@@ -187,7 +162,7 @@ private function setCurrencyTypes(array $data): void
$tmp = [];
foreach ($data as $item) {
- array_push($tmp, CurrencyTypeDto::fromArray($item));
+ $tmp[] = CurrencyTypeDto::fromArray($item);
}
$this->currencyTypes = $tmp;
@@ -198,7 +173,7 @@ private function setCurrencyCategories(array $data): void
$tmp = [];
foreach ($data as $item) {
- array_push($tmp, CategoryDto::fromArray($item));
+ $tmp[] = CategoryDto::fromArray($item);
}
$this->currencyCategories = $tmp;
@@ -209,7 +184,7 @@ private function setVendors(array $data): void
$tmp = [];
foreach ($data as $item) {
- array_push($tmp, VendorDto::fromArray($item));
+ $tmp[] = VendorDto::fromArray($item);
}
$this->vendors = $tmp;
@@ -220,7 +195,7 @@ private function setPayoutMethodCategories(array $data): void
$tmp = [];
foreach ($data as $item) {
- array_push($tmp, CategoryDto::fromArray($item));
+ $tmp[] = CategoryDto::fromArray($item);
}
$this->payoutMethodCategories = $tmp;
@@ -285,4 +260,4 @@ public function getPayoutMethodCategories(): array
{
return $this->payoutMethodCategories;
}
-}
\ No newline at end of file
+}
diff --git a/etc/doc-build/src/Enums/ResourceType.php b/etc/doc-build/src/Enums/ResourceType.php
new file mode 100644
index 000000000..1173344de
--- /dev/null
+++ b/etc/doc-build/src/Enums/ResourceType.php
@@ -0,0 +1,21 @@
+
+
+
+
+ tests
+
+
+
+
+
+ .
+
+
+
diff --git a/resources/payment_methods/a_cuenta_cash/icon.png b/resources/payment_methods/a_cuenta_cash/icon.png
new file mode 100644
index 000000000..981099f20
Binary files /dev/null and b/resources/payment_methods/a_cuenta_cash/icon.png differ
diff --git a/resources/payment_methods/a_cuenta_cash/logo.png b/resources/payment_methods/a_cuenta_cash/logo.png
new file mode 100644
index 000000000..981099f20
Binary files /dev/null and b/resources/payment_methods/a_cuenta_cash/logo.png differ
diff --git a/resources/payment_methods/ab_bank/icon.png b/resources/payment_methods/ab_bank/icon.png
new file mode 100644
index 000000000..ee95a20af
Binary files /dev/null and b/resources/payment_methods/ab_bank/icon.png differ
diff --git a/resources/payment_methods/ab_bank/logo.png b/resources/payment_methods/ab_bank/logo.png
new file mode 100644
index 000000000..f28fc1cd0
Binary files /dev/null and b/resources/payment_methods/ab_bank/logo.png differ
diff --git a/resources/payment_methods/abn_amro_bank/icon.svg b/resources/payment_methods/abn_amro_bank/icon.svg
new file mode 100644
index 000000000..20958949e
--- /dev/null
+++ b/resources/payment_methods/abn_amro_bank/icon.svg
@@ -0,0 +1,50 @@
+
+
diff --git a/resources/payment_methods/abn_amro_bank/logo.svg b/resources/payment_methods/abn_amro_bank/logo.svg
new file mode 100644
index 000000000..520df86ba
--- /dev/null
+++ b/resources/payment_methods/abn_amro_bank/logo.svg
@@ -0,0 +1,5 @@
+
diff --git a/resources/payment_methods/absa_bank/icon.png b/resources/payment_methods/absa_bank/icon.png
new file mode 100644
index 000000000..112b46f87
Binary files /dev/null and b/resources/payment_methods/absa_bank/icon.png differ
diff --git a/resources/payment_methods/absa_bank/logo.png b/resources/payment_methods/absa_bank/logo.png
new file mode 100644
index 000000000..112b46f87
Binary files /dev/null and b/resources/payment_methods/absa_bank/logo.png differ
diff --git a/resources/payment_methods/advcash_card/icon.svg b/resources/payment_methods/advcash_card/icon.svg
new file mode 100644
index 000000000..d4d8f0d80
--- /dev/null
+++ b/resources/payment_methods/advcash_card/icon.svg
@@ -0,0 +1,19 @@
+
+
diff --git a/resources/payment_methods/advcash_card/logo.svg b/resources/payment_methods/advcash_card/logo.svg
new file mode 100644
index 000000000..4fd037f98
--- /dev/null
+++ b/resources/payment_methods/advcash_card/logo.svg
@@ -0,0 +1,19 @@
+
+
diff --git a/resources/payment_methods/afirme_online_banking/icon.svg b/resources/payment_methods/afirme_online_banking/icon.svg
new file mode 100644
index 000000000..1b9ccc3ba
--- /dev/null
+++ b/resources/payment_methods/afirme_online_banking/icon.svg
@@ -0,0 +1,33 @@
+
+
+
diff --git a/resources/payment_methods/afirme_online_banking/logo.svg b/resources/payment_methods/afirme_online_banking/logo.svg
new file mode 100644
index 000000000..1b9ccc3ba
--- /dev/null
+++ b/resources/payment_methods/afirme_online_banking/logo.svg
@@ -0,0 +1,33 @@
+
+
+
diff --git a/resources/payment_methods/agri_bank/icon.png b/resources/payment_methods/agri_bank/icon.png
new file mode 100644
index 000000000..d3cfc5ad4
Binary files /dev/null and b/resources/payment_methods/agri_bank/icon.png differ
diff --git a/resources/payment_methods/agri_bank/logo.png b/resources/payment_methods/agri_bank/logo.png
new file mode 100644
index 000000000..889b8aec6
Binary files /dev/null and b/resources/payment_methods/agri_bank/logo.png differ
diff --git a/resources/payment_methods/airteltigo/icon.png b/resources/payment_methods/airteltigo/icon.png
new file mode 100644
index 000000000..bdb0cd136
Binary files /dev/null and b/resources/payment_methods/airteltigo/icon.png differ
diff --git a/resources/payment_methods/airteltigo/logo.png b/resources/payment_methods/airteltigo/logo.png
new file mode 100644
index 000000000..dcbc63d84
Binary files /dev/null and b/resources/payment_methods/airteltigo/logo.png differ
diff --git a/resources/payment_methods/akbank/icon.png b/resources/payment_methods/akbank/icon.png
new file mode 100644
index 000000000..eaaf493c1
Binary files /dev/null and b/resources/payment_methods/akbank/icon.png differ
diff --git a/resources/payment_methods/akbank/logo.svg b/resources/payment_methods/akbank/logo.svg
new file mode 100644
index 000000000..8465bca10
--- /dev/null
+++ b/resources/payment_methods/akbank/logo.svg
@@ -0,0 +1,66 @@
+
+
+
+
diff --git a/resources/payment_methods/aktivbank/icon.png b/resources/payment_methods/aktivbank/icon.png
new file mode 100644
index 000000000..032bae4f4
Binary files /dev/null and b/resources/payment_methods/aktivbank/icon.png differ
diff --git a/resources/payment_methods/aktivbank/logo.png b/resources/payment_methods/aktivbank/logo.png
new file mode 100644
index 000000000..e19870037
Binary files /dev/null and b/resources/payment_methods/aktivbank/logo.png differ
diff --git a/resources/payment_methods/algorand/icon.png b/resources/payment_methods/algorand/icon.png
new file mode 100644
index 000000000..cef3133ab
Binary files /dev/null and b/resources/payment_methods/algorand/icon.png differ
diff --git a/resources/payment_methods/algorand/logo.png b/resources/payment_methods/algorand/logo.png
new file mode 100644
index 000000000..cef3133ab
Binary files /dev/null and b/resources/payment_methods/algorand/logo.png differ
diff --git a/resources/payment_methods/alphapo/icon.png b/resources/payment_methods/alphapo/icon.png
new file mode 100644
index 000000000..5aa5af7fe
Binary files /dev/null and b/resources/payment_methods/alphapo/icon.png differ
diff --git a/resources/payment_methods/alphapo/logo.png b/resources/payment_methods/alphapo/logo.png
new file mode 100644
index 000000000..5aa5af7fe
Binary files /dev/null and b/resources/payment_methods/alphapo/logo.png differ
diff --git a/resources/payment_methods/amazon_pay/icon.svg b/resources/payment_methods/amazon_pay/icon.svg
new file mode 100644
index 000000000..0952efb02
--- /dev/null
+++ b/resources/payment_methods/amazon_pay/icon.svg
@@ -0,0 +1,20 @@
+
+
\ No newline at end of file
diff --git a/resources/payment_methods/amazon_pay/logo.svg b/resources/payment_methods/amazon_pay/logo.svg
new file mode 100644
index 000000000..0952efb02
--- /dev/null
+++ b/resources/payment_methods/amazon_pay/logo.svg
@@ -0,0 +1,20 @@
+
+
\ No newline at end of file
diff --git a/resources/payment_methods/anymoney/icon.png b/resources/payment_methods/anymoney/icon.png
new file mode 100644
index 000000000..f1d55be64
Binary files /dev/null and b/resources/payment_methods/anymoney/icon.png differ
diff --git a/resources/payment_methods/anymoney/logo.png b/resources/payment_methods/anymoney/logo.png
new file mode 100644
index 000000000..74faeabac
Binary files /dev/null and b/resources/payment_methods/anymoney/logo.png differ
diff --git a/resources/payment_methods/applepay_crypto/icon.svg b/resources/payment_methods/applepay_crypto/icon.svg
new file mode 100644
index 000000000..9a85f60ba
--- /dev/null
+++ b/resources/payment_methods/applepay_crypto/icon.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/payment_methods/applepay_crypto/logo.svg b/resources/payment_methods/applepay_crypto/logo.svg
new file mode 100644
index 000000000..9a85f60ba
--- /dev/null
+++ b/resources/payment_methods/applepay_crypto/logo.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/payment_methods/astropay_wallet/icon.png b/resources/payment_methods/astropay_wallet/icon.png
new file mode 100644
index 000000000..783799c62
Binary files /dev/null and b/resources/payment_methods/astropay_wallet/icon.png differ
diff --git a/resources/payment_methods/astropay_wallet/logo.png b/resources/payment_methods/astropay_wallet/logo.png
new file mode 100644
index 000000000..ab7d57a88
Binary files /dev/null and b/resources/payment_methods/astropay_wallet/logo.png differ
diff --git a/resources/payment_methods/azer_turk_bank_ojsc/icon.png b/resources/payment_methods/azer_turk_bank_ojsc/icon.png
new file mode 100644
index 000000000..0881fb384
Binary files /dev/null and b/resources/payment_methods/azer_turk_bank_ojsc/icon.png differ
diff --git a/resources/payment_methods/azer_turk_bank_ojsc/logo.png b/resources/payment_methods/azer_turk_bank_ojsc/logo.png
new file mode 100644
index 000000000..f5b4ce743
Binary files /dev/null and b/resources/payment_methods/azer_turk_bank_ojsc/logo.png differ
diff --git a/resources/payment_methods/bac_a_bank/icon.png b/resources/payment_methods/bac_a_bank/icon.png
new file mode 100644
index 000000000..3f6466214
Binary files /dev/null and b/resources/payment_methods/bac_a_bank/icon.png differ
diff --git a/resources/payment_methods/bac_a_bank/logo.png b/resources/payment_methods/bac_a_bank/logo.png
new file mode 100644
index 000000000..9325fbeb3
Binary files /dev/null and b/resources/payment_methods/bac_a_bank/logo.png differ
diff --git a/resources/payment_methods/banco_azteca_cash/icon.png b/resources/payment_methods/banco_azteca_cash/icon.png
new file mode 100644
index 000000000..cf2c080d5
Binary files /dev/null and b/resources/payment_methods/banco_azteca_cash/icon.png differ
diff --git a/resources/payment_methods/banco_azteca_cash/logo.png b/resources/payment_methods/banco_azteca_cash/logo.png
new file mode 100644
index 000000000..15084d5ad
Binary files /dev/null and b/resources/payment_methods/banco_azteca_cash/logo.png differ
diff --git a/resources/payment_methods/banco_bci/icon.png b/resources/payment_methods/banco_bci/icon.png
new file mode 100644
index 000000000..305d3ece8
Binary files /dev/null and b/resources/payment_methods/banco_bci/icon.png differ
diff --git a/resources/payment_methods/banco_bci/logo.png b/resources/payment_methods/banco_bci/logo.png
new file mode 100644
index 000000000..305d3ece8
Binary files /dev/null and b/resources/payment_methods/banco_bci/logo.png differ
diff --git a/resources/payment_methods/banco_ciudad/icon.png b/resources/payment_methods/banco_ciudad/icon.png
new file mode 100644
index 000000000..b9479accc
Binary files /dev/null and b/resources/payment_methods/banco_ciudad/icon.png differ
diff --git a/resources/payment_methods/banco_ciudad/logo.png b/resources/payment_methods/banco_ciudad/logo.png
new file mode 100644
index 000000000..b9479accc
Binary files /dev/null and b/resources/payment_methods/banco_ciudad/logo.png differ
diff --git a/resources/payment_methods/banco_credicoop/icon.png b/resources/payment_methods/banco_credicoop/icon.png
new file mode 100644
index 000000000..3cb88f7bf
Binary files /dev/null and b/resources/payment_methods/banco_credicoop/icon.png differ
diff --git a/resources/payment_methods/banco_credicoop/logo.png b/resources/payment_methods/banco_credicoop/logo.png
new file mode 100644
index 000000000..3cb88f7bf
Binary files /dev/null and b/resources/payment_methods/banco_credicoop/logo.png differ
diff --git a/resources/payment_methods/banco_de_antigua_cash/icon.png b/resources/payment_methods/banco_de_antigua_cash/icon.png
new file mode 100644
index 000000000..aed1cba32
Binary files /dev/null and b/resources/payment_methods/banco_de_antigua_cash/icon.png differ
diff --git a/resources/payment_methods/banco_de_antigua_cash/logo.png b/resources/payment_methods/banco_de_antigua_cash/logo.png
new file mode 100644
index 000000000..aed1cba32
Binary files /dev/null and b/resources/payment_methods/banco_de_antigua_cash/logo.png differ
diff --git a/resources/payment_methods/banco_de_chile/icon.png b/resources/payment_methods/banco_de_chile/icon.png
new file mode 100644
index 000000000..b86cd8a7a
Binary files /dev/null and b/resources/payment_methods/banco_de_chile/icon.png differ
diff --git a/resources/payment_methods/banco_de_chile/logo.png b/resources/payment_methods/banco_de_chile/logo.png
new file mode 100644
index 000000000..b86cd8a7a
Binary files /dev/null and b/resources/payment_methods/banco_de_chile/logo.png differ
diff --git a/resources/payment_methods/banco_de_credito/icon.png b/resources/payment_methods/banco_de_credito/icon.png
new file mode 100644
index 000000000..c51ae4d68
Binary files /dev/null and b/resources/payment_methods/banco_de_credito/icon.png differ
diff --git a/resources/payment_methods/banco_de_credito/logo.png b/resources/payment_methods/banco_de_credito/logo.png
new file mode 100644
index 000000000..c51ae4d68
Binary files /dev/null and b/resources/payment_methods/banco_de_credito/logo.png differ
diff --git a/resources/payment_methods/banco_de_credito_cash/icon.png b/resources/payment_methods/banco_de_credito_cash/icon.png
new file mode 100644
index 000000000..c51ae4d68
Binary files /dev/null and b/resources/payment_methods/banco_de_credito_cash/icon.png differ
diff --git a/resources/payment_methods/banco_de_credito_cash/logo.png b/resources/payment_methods/banco_de_credito_cash/logo.png
new file mode 100644
index 000000000..c51ae4d68
Binary files /dev/null and b/resources/payment_methods/banco_de_credito_cash/logo.png differ
diff --git a/resources/payment_methods/banco_estado/icon.png b/resources/payment_methods/banco_estado/icon.png
new file mode 100644
index 000000000..ab34b2131
Binary files /dev/null and b/resources/payment_methods/banco_estado/icon.png differ
diff --git a/resources/payment_methods/banco_estado/logo.png b/resources/payment_methods/banco_estado/logo.png
new file mode 100644
index 000000000..ab34b2131
Binary files /dev/null and b/resources/payment_methods/banco_estado/logo.png differ
diff --git a/resources/payment_methods/banco_falabella/icon.png b/resources/payment_methods/banco_falabella/icon.png
new file mode 100644
index 000000000..5b72a33f7
Binary files /dev/null and b/resources/payment_methods/banco_falabella/icon.png differ
diff --git a/resources/payment_methods/banco_falabella/logo.png b/resources/payment_methods/banco_falabella/logo.png
new file mode 100644
index 000000000..5b72a33f7
Binary files /dev/null and b/resources/payment_methods/banco_falabella/logo.png differ
diff --git a/resources/payment_methods/banco_guayaquil/icon.png b/resources/payment_methods/banco_guayaquil/icon.png
new file mode 100644
index 000000000..f3e45907a
Binary files /dev/null and b/resources/payment_methods/banco_guayaquil/icon.png differ
diff --git a/resources/payment_methods/banco_guayaquil/logo.png b/resources/payment_methods/banco_guayaquil/logo.png
new file mode 100644
index 000000000..f3e45907a
Binary files /dev/null and b/resources/payment_methods/banco_guayaquil/logo.png differ
diff --git a/resources/payment_methods/banco_guayaquil_cash/icon.png b/resources/payment_methods/banco_guayaquil_cash/icon.png
new file mode 100644
index 000000000..f3e45907a
Binary files /dev/null and b/resources/payment_methods/banco_guayaquil_cash/icon.png differ
diff --git a/resources/payment_methods/banco_guayaquil_cash/logo.png b/resources/payment_methods/banco_guayaquil_cash/logo.png
new file mode 100644
index 000000000..f3e45907a
Binary files /dev/null and b/resources/payment_methods/banco_guayaquil_cash/logo.png differ
diff --git a/resources/payment_methods/banco_nacion/icon.png b/resources/payment_methods/banco_nacion/icon.png
new file mode 100644
index 000000000..0c0073f26
Binary files /dev/null and b/resources/payment_methods/banco_nacion/icon.png differ
diff --git a/resources/payment_methods/banco_nacion/logo.png b/resources/payment_methods/banco_nacion/logo.png
new file mode 100644
index 000000000..0c0073f26
Binary files /dev/null and b/resources/payment_methods/banco_nacion/logo.png differ
diff --git a/resources/payment_methods/banco_nacional/icon.png b/resources/payment_methods/banco_nacional/icon.png
new file mode 100644
index 000000000..11a6b5d3d
Binary files /dev/null and b/resources/payment_methods/banco_nacional/icon.png differ
diff --git a/resources/payment_methods/banco_nacional/logo.png b/resources/payment_methods/banco_nacional/logo.png
new file mode 100644
index 000000000..337ac7dfb
Binary files /dev/null and b/resources/payment_methods/banco_nacional/logo.png differ
diff --git a/resources/payment_methods/banco_nacional_cash/icon.png b/resources/payment_methods/banco_nacional_cash/icon.png
new file mode 100644
index 000000000..1a068987a
Binary files /dev/null and b/resources/payment_methods/banco_nacional_cash/icon.png differ
diff --git a/resources/payment_methods/banco_nacional_cash/logo.png b/resources/payment_methods/banco_nacional_cash/logo.png
new file mode 100644
index 000000000..1a068987a
Binary files /dev/null and b/resources/payment_methods/banco_nacional_cash/logo.png differ
diff --git a/resources/payment_methods/banco_pichincha/icon.png b/resources/payment_methods/banco_pichincha/icon.png
new file mode 100644
index 000000000..ddbf673c3
Binary files /dev/null and b/resources/payment_methods/banco_pichincha/icon.png differ
diff --git a/resources/payment_methods/banco_pichincha/logo.png b/resources/payment_methods/banco_pichincha/logo.png
new file mode 100644
index 000000000..ddbf673c3
Binary files /dev/null and b/resources/payment_methods/banco_pichincha/logo.png differ
diff --git a/resources/payment_methods/banco_pichincha_cash/icon.png b/resources/payment_methods/banco_pichincha_cash/icon.png
new file mode 100644
index 000000000..ddbf673c3
Binary files /dev/null and b/resources/payment_methods/banco_pichincha_cash/icon.png differ
diff --git a/resources/payment_methods/banco_pichincha_cash/logo.png b/resources/payment_methods/banco_pichincha_cash/logo.png
new file mode 100644
index 000000000..ddbf673c3
Binary files /dev/null and b/resources/payment_methods/banco_pichincha_cash/logo.png differ
diff --git a/resources/payment_methods/banco_santander/icon.png b/resources/payment_methods/banco_santander/icon.png
new file mode 100644
index 000000000..30f2e85df
Binary files /dev/null and b/resources/payment_methods/banco_santander/icon.png differ
diff --git a/resources/payment_methods/banco_santander/logo.png b/resources/payment_methods/banco_santander/logo.png
new file mode 100644
index 000000000..30f2e85df
Binary files /dev/null and b/resources/payment_methods/banco_santander/logo.png differ
diff --git a/resources/payment_methods/bancontact/icon.png b/resources/payment_methods/bancontact/icon.png
new file mode 100644
index 000000000..f476f13d9
Binary files /dev/null and b/resources/payment_methods/bancontact/icon.png differ
diff --git a/resources/payment_methods/bancontact/logo.png b/resources/payment_methods/bancontact/logo.png
new file mode 100644
index 000000000..c70e0812b
Binary files /dev/null and b/resources/payment_methods/bancontact/logo.png differ
diff --git a/resources/payment_methods/bank_negara_indonesia_va/icon.svg b/resources/payment_methods/bank_negara_indonesia_va/icon.svg
new file mode 100644
index 000000000..943b10483
--- /dev/null
+++ b/resources/payment_methods/bank_negara_indonesia_va/icon.svg
@@ -0,0 +1,21 @@
+
+
diff --git a/resources/payment_methods/bank_negara_indonesia_va/logo.svg b/resources/payment_methods/bank_negara_indonesia_va/logo.svg
new file mode 100644
index 000000000..30cb5c316
--- /dev/null
+++ b/resources/payment_methods/bank_negara_indonesia_va/logo.svg
@@ -0,0 +1,24 @@
+
+
diff --git a/resources/payment_methods/bank_neo_commerce/icon.png b/resources/payment_methods/bank_neo_commerce/icon.png
new file mode 100644
index 000000000..86ed0ce6a
Binary files /dev/null and b/resources/payment_methods/bank_neo_commerce/icon.png differ
diff --git a/resources/payment_methods/bank_neo_commerce/logo.png b/resources/payment_methods/bank_neo_commerce/logo.png
new file mode 100644
index 000000000..caf71b1df
Binary files /dev/null and b/resources/payment_methods/bank_neo_commerce/logo.png differ
diff --git a/resources/payment_methods/bank_transfer/icon.svg b/resources/payment_methods/bank_transfer/icon.svg
new file mode 100644
index 000000000..c39201668
--- /dev/null
+++ b/resources/payment_methods/bank_transfer/icon.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/payment_methods/bank_transfer/logo.svg b/resources/payment_methods/bank_transfer/logo.svg
new file mode 100644
index 000000000..c39201668
--- /dev/null
+++ b/resources/payment_methods/bank_transfer/logo.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/payment_methods/bank_transfer_aggregated/icon.svg b/resources/payment_methods/bank_transfer_aggregated/icon.svg
new file mode 100644
index 000000000..c39201668
--- /dev/null
+++ b/resources/payment_methods/bank_transfer_aggregated/icon.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/payment_methods/bank_transfer_aggregated/logo.svg b/resources/payment_methods/bank_transfer_aggregated/logo.svg
new file mode 100644
index 000000000..c39201668
--- /dev/null
+++ b/resources/payment_methods/bank_transfer_aggregated/logo.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/payment_methods/banorte_online_banking/icon.svg b/resources/payment_methods/banorte_online_banking/icon.svg
new file mode 100644
index 000000000..03e6d073e
--- /dev/null
+++ b/resources/payment_methods/banorte_online_banking/icon.svg
@@ -0,0 +1,23 @@
+
diff --git a/resources/payment_methods/banorte_online_banking/logo.svg b/resources/payment_methods/banorte_online_banking/logo.svg
new file mode 100644
index 000000000..03e6d073e
--- /dev/null
+++ b/resources/payment_methods/banorte_online_banking/logo.svg
@@ -0,0 +1,23 @@
+
diff --git a/resources/payment_methods/baoviet_bank/icon.png b/resources/payment_methods/baoviet_bank/icon.png
new file mode 100644
index 000000000..c5b7337ea
Binary files /dev/null and b/resources/payment_methods/baoviet_bank/icon.png differ
diff --git a/resources/payment_methods/baoviet_bank/logo.png b/resources/payment_methods/baoviet_bank/logo.png
new file mode 100644
index 000000000..162081166
Binary files /dev/null and b/resources/payment_methods/baoviet_bank/logo.png differ
diff --git a/resources/payment_methods/baz_superapp/icon.svg b/resources/payment_methods/baz_superapp/icon.svg
new file mode 100644
index 000000000..c006af287
--- /dev/null
+++ b/resources/payment_methods/baz_superapp/icon.svg
@@ -0,0 +1,34 @@
+
diff --git a/resources/payment_methods/baz_superapp/logo.svg b/resources/payment_methods/baz_superapp/logo.svg
new file mode 100644
index 000000000..c006af287
--- /dev/null
+++ b/resources/payment_methods/baz_superapp/logo.svg
@@ -0,0 +1,34 @@
+
diff --git a/resources/payment_methods/bbva_bancomer/icon.svg b/resources/payment_methods/bbva_bancomer/icon.svg
new file mode 100644
index 000000000..19287b555
--- /dev/null
+++ b/resources/payment_methods/bbva_bancomer/icon.svg
@@ -0,0 +1,90 @@
+
+
diff --git a/resources/payment_methods/bbva_bancomer/logo.svg b/resources/payment_methods/bbva_bancomer/logo.svg
new file mode 100644
index 000000000..19287b555
--- /dev/null
+++ b/resources/payment_methods/bbva_bancomer/logo.svg
@@ -0,0 +1,90 @@
+
+
diff --git a/resources/payment_methods/bbva_bancomer_cash/icon.png b/resources/payment_methods/bbva_bancomer_cash/icon.png
new file mode 100644
index 000000000..9f376f764
Binary files /dev/null and b/resources/payment_methods/bbva_bancomer_cash/icon.png differ
diff --git a/resources/payment_methods/bbva_bancomer_cash/logo.png b/resources/payment_methods/bbva_bancomer_cash/logo.png
new file mode 100644
index 000000000..9f376f764
Binary files /dev/null and b/resources/payment_methods/bbva_bancomer_cash/logo.png differ
diff --git a/resources/payment_methods/bbva_continental/icon.png b/resources/payment_methods/bbva_continental/icon.png
new file mode 100644
index 000000000..2ba653b49
Binary files /dev/null and b/resources/payment_methods/bbva_continental/icon.png differ
diff --git a/resources/payment_methods/bbva_continental/logo.png b/resources/payment_methods/bbva_continental/logo.png
new file mode 100644
index 000000000..2ba653b49
Binary files /dev/null and b/resources/payment_methods/bbva_continental/logo.png differ
diff --git a/resources/payment_methods/bbva_continental_cash/icon.png b/resources/payment_methods/bbva_continental_cash/icon.png
new file mode 100644
index 000000000..2ba653b49
Binary files /dev/null and b/resources/payment_methods/bbva_continental_cash/icon.png differ
diff --git a/resources/payment_methods/bbva_continental_cash/logo.png b/resources/payment_methods/bbva_continental_cash/logo.png
new file mode 100644
index 000000000..2ba653b49
Binary files /dev/null and b/resources/payment_methods/bbva_continental_cash/logo.png differ
diff --git a/resources/payment_methods/bbva_frances/icon.png b/resources/payment_methods/bbva_frances/icon.png
new file mode 100644
index 000000000..8cc061b2c
Binary files /dev/null and b/resources/payment_methods/bbva_frances/icon.png differ
diff --git a/resources/payment_methods/bbva_frances/logo.png b/resources/payment_methods/bbva_frances/logo.png
new file mode 100644
index 000000000..8cc061b2c
Binary files /dev/null and b/resources/payment_methods/bbva_frances/logo.png differ
diff --git a/resources/payment_methods/berliner_sparkasse/icon.png b/resources/payment_methods/berliner_sparkasse/icon.png
new file mode 100644
index 000000000..7a94e627b
Binary files /dev/null and b/resources/payment_methods/berliner_sparkasse/icon.png differ
diff --git a/resources/payment_methods/berliner_sparkasse/logo.png b/resources/payment_methods/berliner_sparkasse/logo.png
new file mode 100644
index 000000000..7a94e627b
Binary files /dev/null and b/resources/payment_methods/berliner_sparkasse/logo.png differ
diff --git a/resources/payment_methods/binance_smart_chain/icon.png b/resources/payment_methods/binance_smart_chain/icon.png
new file mode 100644
index 000000000..43567bcc0
Binary files /dev/null and b/resources/payment_methods/binance_smart_chain/icon.png differ
diff --git a/resources/payment_methods/binance_smart_chain/logo.png b/resources/payment_methods/binance_smart_chain/logo.png
new file mode 100644
index 000000000..b331d64d8
Binary files /dev/null and b/resources/payment_methods/binance_smart_chain/logo.png differ
diff --git a/resources/payment_methods/binance_usd/icon.png b/resources/payment_methods/binance_usd/icon.png
new file mode 100644
index 000000000..e735ca744
Binary files /dev/null and b/resources/payment_methods/binance_usd/icon.png differ
diff --git a/resources/payment_methods/binance_usd/logo.png b/resources/payment_methods/binance_usd/logo.png
new file mode 100644
index 000000000..e735ca744
Binary files /dev/null and b/resources/payment_methods/binance_usd/logo.png differ
diff --git a/resources/payment_methods/bitexpro/icon.png b/resources/payment_methods/bitexpro/icon.png
new file mode 100644
index 000000000..dc81c7ed2
Binary files /dev/null and b/resources/payment_methods/bitexpro/icon.png differ
diff --git a/resources/payment_methods/bitexpro/logo.png b/resources/payment_methods/bitexpro/logo.png
new file mode 100644
index 000000000..5e0c40b7e
Binary files /dev/null and b/resources/payment_methods/bitexpro/logo.png differ
diff --git a/resources/payment_methods/bitexpro_wallet/icon.png b/resources/payment_methods/bitexpro_wallet/icon.png
new file mode 100644
index 000000000..dc81c7ed2
Binary files /dev/null and b/resources/payment_methods/bitexpro_wallet/icon.png differ
diff --git a/resources/payment_methods/bitexpro_wallet/logo.png b/resources/payment_methods/bitexpro_wallet/logo.png
new file mode 100644
index 000000000..5e0c40b7e
Binary files /dev/null and b/resources/payment_methods/bitexpro_wallet/logo.png differ
diff --git a/resources/payment_methods/bizum/icon.png b/resources/payment_methods/bizum/icon.png
new file mode 100644
index 000000000..ad90f9c06
Binary files /dev/null and b/resources/payment_methods/bizum/icon.png differ
diff --git a/resources/payment_methods/bizum/logo.png b/resources/payment_methods/bizum/logo.png
new file mode 100644
index 000000000..ad90f9c06
Binary files /dev/null and b/resources/payment_methods/bizum/logo.png differ
diff --git a/resources/payment_methods/bkash_limited/icon.png b/resources/payment_methods/bkash_limited/icon.png
new file mode 100644
index 000000000..8b7194ec7
Binary files /dev/null and b/resources/payment_methods/bkash_limited/icon.png differ
diff --git a/resources/payment_methods/bkash_limited/logo.png b/resources/payment_methods/bkash_limited/logo.png
new file mode 100644
index 000000000..8b7194ec7
Binary files /dev/null and b/resources/payment_methods/bkash_limited/logo.png differ
diff --git a/resources/payment_methods/bnp_paribas_bank/icon.svg b/resources/payment_methods/bnp_paribas_bank/icon.svg
new file mode 100644
index 000000000..f35c79f72
--- /dev/null
+++ b/resources/payment_methods/bnp_paribas_bank/icon.svg
@@ -0,0 +1,249 @@
+
+
+
+
diff --git a/resources/payment_methods/bnp_paribas_bank/logo.svg b/resources/payment_methods/bnp_paribas_bank/logo.svg
new file mode 100644
index 000000000..84475bac1
--- /dev/null
+++ b/resources/payment_methods/bnp_paribas_bank/logo.svg
@@ -0,0 +1,650 @@
+
+
+
+
+
+
+
+
+
+
+]>
+
diff --git a/resources/payment_methods/bodega_aurrera/icon.svg b/resources/payment_methods/bodega_aurrera/icon.svg
new file mode 100644
index 000000000..53ce7c0c0
--- /dev/null
+++ b/resources/payment_methods/bodega_aurrera/icon.svg
@@ -0,0 +1,84 @@
+
+
diff --git a/resources/payment_methods/bodega_aurrera/logo.svg b/resources/payment_methods/bodega_aurrera/logo.svg
new file mode 100644
index 000000000..53ce7c0c0
--- /dev/null
+++ b/resources/payment_methods/bodega_aurrera/logo.svg
@@ -0,0 +1,84 @@
+
+
diff --git a/resources/payment_methods/boost/icon.svg b/resources/payment_methods/boost/icon.svg
new file mode 100644
index 000000000..f99eb0e64
--- /dev/null
+++ b/resources/payment_methods/boost/icon.svg
@@ -0,0 +1,79 @@
+
+
diff --git a/resources/payment_methods/boost/logo.svg b/resources/payment_methods/boost/logo.svg
new file mode 100644
index 000000000..c7f07bf7c
--- /dev/null
+++ b/resources/payment_methods/boost/logo.svg
@@ -0,0 +1,24 @@
+
+
\ No newline at end of file
diff --git a/resources/payment_methods/breb/icon.png b/resources/payment_methods/breb/icon.png
new file mode 100644
index 000000000..6a81dd76a
Binary files /dev/null and b/resources/payment_methods/breb/icon.png differ
diff --git a/resources/payment_methods/breb/logo.png b/resources/payment_methods/breb/logo.png
new file mode 100644
index 000000000..6a81dd76a
Binary files /dev/null and b/resources/payment_methods/breb/logo.png differ
diff --git a/resources/payment_methods/budpay/icon.png b/resources/payment_methods/budpay/icon.png
new file mode 100644
index 000000000..103ee8b16
Binary files /dev/null and b/resources/payment_methods/budpay/icon.png differ
diff --git a/resources/payment_methods/budpay/logo.png b/resources/payment_methods/budpay/logo.png
new file mode 100644
index 000000000..4360d6c57
Binary files /dev/null and b/resources/payment_methods/budpay/logo.png differ
diff --git a/resources/payment_methods/bunq/icon.png b/resources/payment_methods/bunq/icon.png
new file mode 100644
index 000000000..6e6f74657
Binary files /dev/null and b/resources/payment_methods/bunq/icon.png differ
diff --git a/resources/payment_methods/bunq/logo.png b/resources/payment_methods/bunq/logo.png
new file mode 100644
index 000000000..6e6f74657
Binary files /dev/null and b/resources/payment_methods/bunq/logo.png differ
diff --git a/resources/payment_methods/bybit_pay/icon.png b/resources/payment_methods/bybit_pay/icon.png
new file mode 100644
index 000000000..6442f0074
Binary files /dev/null and b/resources/payment_methods/bybit_pay/icon.png differ
diff --git a/resources/payment_methods/bybit_pay/logo.png b/resources/payment_methods/bybit_pay/logo.png
new file mode 100644
index 000000000..6442f0074
Binary files /dev/null and b/resources/payment_methods/bybit_pay/logo.png differ
diff --git a/resources/payment_methods/caja_arequipa/icon.png b/resources/payment_methods/caja_arequipa/icon.png
new file mode 100644
index 000000000..cfe8c96ec
Binary files /dev/null and b/resources/payment_methods/caja_arequipa/icon.png differ
diff --git a/resources/payment_methods/caja_arequipa/logo.png b/resources/payment_methods/caja_arequipa/logo.png
new file mode 100644
index 000000000..cfe8c96ec
Binary files /dev/null and b/resources/payment_methods/caja_arequipa/logo.png differ
diff --git a/resources/payment_methods/caja_arequipa_cash/icon.png b/resources/payment_methods/caja_arequipa_cash/icon.png
new file mode 100644
index 000000000..cfe8c96ec
Binary files /dev/null and b/resources/payment_methods/caja_arequipa_cash/icon.png differ
diff --git a/resources/payment_methods/caja_arequipa_cash/logo.png b/resources/payment_methods/caja_arequipa_cash/logo.png
new file mode 100644
index 000000000..cfe8c96ec
Binary files /dev/null and b/resources/payment_methods/caja_arequipa_cash/logo.png differ
diff --git a/resources/payment_methods/caja_desarrollo_cash/icon.png b/resources/payment_methods/caja_desarrollo_cash/icon.png
new file mode 100644
index 000000000..9b2f5c56f
Binary files /dev/null and b/resources/payment_methods/caja_desarrollo_cash/icon.png differ
diff --git a/resources/payment_methods/caja_desarrollo_cash/logo.png b/resources/payment_methods/caja_desarrollo_cash/logo.png
new file mode 100644
index 000000000..9b2f5c56f
Binary files /dev/null and b/resources/payment_methods/caja_desarrollo_cash/logo.png differ
diff --git a/resources/payment_methods/caja_huancayo/icon.png b/resources/payment_methods/caja_huancayo/icon.png
new file mode 100644
index 000000000..b06f77028
Binary files /dev/null and b/resources/payment_methods/caja_huancayo/icon.png differ
diff --git a/resources/payment_methods/caja_huancayo/logo.png b/resources/payment_methods/caja_huancayo/logo.png
new file mode 100644
index 000000000..b06f77028
Binary files /dev/null and b/resources/payment_methods/caja_huancayo/logo.png differ
diff --git a/resources/payment_methods/caja_huancayo_cash/icon.png b/resources/payment_methods/caja_huancayo_cash/icon.png
new file mode 100644
index 000000000..b06f77028
Binary files /dev/null and b/resources/payment_methods/caja_huancayo_cash/icon.png differ
diff --git a/resources/payment_methods/caja_huancayo_cash/logo.png b/resources/payment_methods/caja_huancayo_cash/logo.png
new file mode 100644
index 000000000..b06f77028
Binary files /dev/null and b/resources/payment_methods/caja_huancayo_cash/logo.png differ
diff --git a/resources/payment_methods/caja_tacna/icon.png b/resources/payment_methods/caja_tacna/icon.png
new file mode 100644
index 000000000..8420c2ed6
Binary files /dev/null and b/resources/payment_methods/caja_tacna/icon.png differ
diff --git a/resources/payment_methods/caja_tacna/logo.png b/resources/payment_methods/caja_tacna/logo.png
new file mode 100644
index 000000000..8420c2ed6
Binary files /dev/null and b/resources/payment_methods/caja_tacna/logo.png differ
diff --git a/resources/payment_methods/caja_tacna_cash/icon.png b/resources/payment_methods/caja_tacna_cash/icon.png
new file mode 100644
index 000000000..8420c2ed6
Binary files /dev/null and b/resources/payment_methods/caja_tacna_cash/icon.png differ
diff --git a/resources/payment_methods/caja_tacna_cash/logo.png b/resources/payment_methods/caja_tacna_cash/logo.png
new file mode 100644
index 000000000..8420c2ed6
Binary files /dev/null and b/resources/payment_methods/caja_tacna_cash/logo.png differ
diff --git a/resources/payment_methods/caja_trujillo/icon.png b/resources/payment_methods/caja_trujillo/icon.png
new file mode 100644
index 000000000..b0d01048e
Binary files /dev/null and b/resources/payment_methods/caja_trujillo/icon.png differ
diff --git a/resources/payment_methods/caja_trujillo/logo.png b/resources/payment_methods/caja_trujillo/logo.png
new file mode 100644
index 000000000..b0d01048e
Binary files /dev/null and b/resources/payment_methods/caja_trujillo/logo.png differ
diff --git a/resources/payment_methods/caja_trujillo_cash/icon.png b/resources/payment_methods/caja_trujillo_cash/icon.png
new file mode 100644
index 000000000..b0d01048e
Binary files /dev/null and b/resources/payment_methods/caja_trujillo_cash/icon.png differ
diff --git a/resources/payment_methods/caja_trujillo_cash/logo.png b/resources/payment_methods/caja_trujillo_cash/logo.png
new file mode 100644
index 000000000..b0d01048e
Binary files /dev/null and b/resources/payment_methods/caja_trujillo_cash/logo.png differ
diff --git a/resources/payment_methods/calimax_cash/icon.png b/resources/payment_methods/calimax_cash/icon.png
new file mode 100644
index 000000000..dc89f1da3
Binary files /dev/null and b/resources/payment_methods/calimax_cash/icon.png differ
diff --git a/resources/payment_methods/calimax_cash/logo.png b/resources/payment_methods/calimax_cash/logo.png
new file mode 100644
index 000000000..dc89f1da3
Binary files /dev/null and b/resources/payment_methods/calimax_cash/logo.png differ
diff --git a/resources/payment_methods/calypso_pay_ltd_empayre/icon.png b/resources/payment_methods/calypso_pay_ltd_empayre/icon.png
new file mode 100644
index 000000000..bc6c1ba63
Binary files /dev/null and b/resources/payment_methods/calypso_pay_ltd_empayre/icon.png differ
diff --git a/resources/payment_methods/calypso_pay_ltd_empayre/logo.svg b/resources/payment_methods/calypso_pay_ltd_empayre/logo.svg
new file mode 100644
index 000000000..520c6400d
--- /dev/null
+++ b/resources/payment_methods/calypso_pay_ltd_empayre/logo.svg
@@ -0,0 +1,4 @@
+
\ No newline at end of file
diff --git a/resources/payment_methods/calypso_pay_ltd_gateexpress/icon.png b/resources/payment_methods/calypso_pay_ltd_gateexpress/icon.png
new file mode 100644
index 000000000..71d25ff4f
Binary files /dev/null and b/resources/payment_methods/calypso_pay_ltd_gateexpress/icon.png differ
diff --git a/resources/payment_methods/calypso_pay_ltd_gateexpress/logo.svg b/resources/payment_methods/calypso_pay_ltd_gateexpress/logo.svg
new file mode 100644
index 000000000..85a5aac8e
--- /dev/null
+++ b/resources/payment_methods/calypso_pay_ltd_gateexpress/logo.svg
@@ -0,0 +1,21 @@
+
\ No newline at end of file
diff --git a/resources/payment_methods/capitec_bank/icon.png b/resources/payment_methods/capitec_bank/icon.png
new file mode 100644
index 000000000..84ca166c8
Binary files /dev/null and b/resources/payment_methods/capitec_bank/icon.png differ
diff --git a/resources/payment_methods/capitec_bank/logo.png b/resources/payment_methods/capitec_bank/logo.png
new file mode 100644
index 000000000..84ca166c8
Binary files /dev/null and b/resources/payment_methods/capitec_bank/logo.png differ
diff --git a/resources/payment_methods/cardano/download.svg b/resources/payment_methods/cardano/download.svg
new file mode 100644
index 000000000..232821323
--- /dev/null
+++ b/resources/payment_methods/cardano/download.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/payment_methods/cardano/icon.svg b/resources/payment_methods/cardano/icon.svg
new file mode 100644
index 000000000..75eb3c2bb
--- /dev/null
+++ b/resources/payment_methods/cardano/icon.svg
@@ -0,0 +1,163 @@
+
+
diff --git a/resources/payment_methods/cashlib_voucher/icon.png b/resources/payment_methods/cashlib_voucher/icon.png
new file mode 100644
index 000000000..7fd6bf6cb
Binary files /dev/null and b/resources/payment_methods/cashlib_voucher/icon.png differ
diff --git a/resources/payment_methods/cashlib_voucher/logo.png b/resources/payment_methods/cashlib_voucher/logo.png
new file mode 100644
index 000000000..7fd6bf6cb
Binary files /dev/null and b/resources/payment_methods/cashlib_voucher/logo.png differ
diff --git a/resources/payment_methods/centpays/icon.png b/resources/payment_methods/centpays/icon.png
new file mode 100644
index 000000000..e200e6ad7
Binary files /dev/null and b/resources/payment_methods/centpays/icon.png differ
diff --git a/resources/payment_methods/centpays/logo.png b/resources/payment_methods/centpays/logo.png
new file mode 100644
index 000000000..94c19debf
Binary files /dev/null and b/resources/payment_methods/centpays/logo.png differ
diff --git a/resources/payment_methods/cepbank/icon.png b/resources/payment_methods/cepbank/icon.png
new file mode 100644
index 000000000..96171ba5d
Binary files /dev/null and b/resources/payment_methods/cepbank/icon.png differ
diff --git a/resources/payment_methods/cepbank/logo.png b/resources/payment_methods/cepbank/logo.png
new file mode 100644
index 000000000..96171ba5d
Binary files /dev/null and b/resources/payment_methods/cepbank/logo.png differ
diff --git a/resources/payment_methods/cfc_bank/icon.png b/resources/payment_methods/cfc_bank/icon.png
new file mode 100644
index 000000000..8b67591ea
Binary files /dev/null and b/resources/payment_methods/cfc_bank/icon.png differ
diff --git a/resources/payment_methods/cfc_bank/logo.png b/resources/payment_methods/cfc_bank/logo.png
new file mode 100644
index 000000000..0edf7f567
Binary files /dev/null and b/resources/payment_methods/cfc_bank/logo.png differ
diff --git a/resources/payment_methods/chainlink/icon.png b/resources/payment_methods/chainlink/icon.png
new file mode 100644
index 000000000..63a1f3575
Binary files /dev/null and b/resources/payment_methods/chainlink/icon.png differ
diff --git a/resources/payment_methods/chainlink/logo.png b/resources/payment_methods/chainlink/logo.png
new file mode 100644
index 000000000..63a1f3575
Binary files /dev/null and b/resources/payment_methods/chainlink/logo.png differ
diff --git a/resources/payment_methods/china_guangfa_bank/icon.png b/resources/payment_methods/china_guangfa_bank/icon.png
deleted file mode 100644
index d5a5ceb61..000000000
Binary files a/resources/payment_methods/china_guangfa_bank/icon.png and /dev/null differ
diff --git a/resources/payment_methods/china_guangfa_bank/logo.png b/resources/payment_methods/china_guangfa_bank/logo.png
deleted file mode 100644
index 2595ba656..000000000
Binary files a/resources/payment_methods/china_guangfa_bank/logo.png and /dev/null differ
diff --git a/resources/payment_methods/china_postal_savings_bank/.comments/logo.jpg.xml b/resources/payment_methods/china_postal_savings_bank/.comments/logo.jpg.xml
deleted file mode 100644
index 35a785333..000000000
--- a/resources/payment_methods/china_postal_savings_bank/.comments/logo.jpg.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- China - Postal Savings Bank
- China - Postal Savings Bank
-
-
-
diff --git a/resources/payment_methods/china_postal_savings_bank/.comments/logo.png.xml b/resources/payment_methods/china_postal_savings_bank/.comments/logo.png.xml
deleted file mode 100644
index 35a785333..000000000
--- a/resources/payment_methods/china_postal_savings_bank/.comments/logo.png.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- China - Postal Savings Bank
- China - Postal Savings Bank
-
-
-
diff --git a/resources/payment_methods/cimb_bank/icon.png b/resources/payment_methods/cimb_bank/icon.png
new file mode 100644
index 000000000..13f55abe3
Binary files /dev/null and b/resources/payment_methods/cimb_bank/icon.png differ
diff --git a/resources/payment_methods/cimb_bank/logo.png b/resources/payment_methods/cimb_bank/logo.png
new file mode 100644
index 000000000..d02e4139b
Binary files /dev/null and b/resources/payment_methods/cimb_bank/logo.png differ
diff --git a/resources/payment_methods/cimb_bank_fpx/icon.svg b/resources/payment_methods/cimb_bank_fpx/icon.svg
new file mode 100644
index 000000000..104f3e068
--- /dev/null
+++ b/resources/payment_methods/cimb_bank_fpx/icon.svg
@@ -0,0 +1,15 @@
+
+
diff --git a/resources/payment_methods/cimb_bank_fpx/logo.svg b/resources/payment_methods/cimb_bank_fpx/logo.svg
new file mode 100644
index 000000000..59fb0ed10
--- /dev/null
+++ b/resources/payment_methods/cimb_bank_fpx/logo.svg
@@ -0,0 +1,19 @@
+
+
diff --git a/resources/payment_methods/circulo_k/icon.svg b/resources/payment_methods/circulo_k/icon.svg
new file mode 100644
index 000000000..8718343ad
--- /dev/null
+++ b/resources/payment_methods/circulo_k/icon.svg
@@ -0,0 +1,91 @@
+
+
diff --git a/resources/payment_methods/circulo_k/logo.svg b/resources/payment_methods/circulo_k/logo.svg
new file mode 100644
index 000000000..8718343ad
--- /dev/null
+++ b/resources/payment_methods/circulo_k/logo.svg
@@ -0,0 +1,91 @@
+
+
diff --git a/resources/payment_methods/citibank_turkey/icon.svg b/resources/payment_methods/citibank_turkey/icon.svg
new file mode 100644
index 000000000..6e766c542
--- /dev/null
+++ b/resources/payment_methods/citibank_turkey/icon.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/payment_methods/citibank_turkey/logo.svg b/resources/payment_methods/citibank_turkey/logo.svg
new file mode 100644
index 000000000..2800110a7
--- /dev/null
+++ b/resources/payment_methods/citibank_turkey/logo.svg
@@ -0,0 +1,59 @@
+
+
+
diff --git a/resources/payment_methods/codi/icon.svg b/resources/payment_methods/codi/icon.svg
new file mode 100644
index 000000000..67885fba5
--- /dev/null
+++ b/resources/payment_methods/codi/icon.svg
@@ -0,0 +1,26 @@
+
diff --git a/resources/payment_methods/codi/logo.svg b/resources/payment_methods/codi/logo.svg
new file mode 100644
index 000000000..67885fba5
--- /dev/null
+++ b/resources/payment_methods/codi/logo.svg
@@ -0,0 +1,26 @@
+
diff --git a/resources/payment_methods/coins_ph/icon.png b/resources/payment_methods/coins_ph/icon.png
new file mode 100644
index 000000000..6cbc102c0
Binary files /dev/null and b/resources/payment_methods/coins_ph/icon.png differ
diff --git a/resources/payment_methods/coins_ph/logo.png b/resources/payment_methods/coins_ph/logo.png
new file mode 100644
index 000000000..6cbc102c0
Binary files /dev/null and b/resources/payment_methods/coins_ph/logo.png differ
diff --git a/resources/payment_methods/commerzbank/icon.svg b/resources/payment_methods/commerzbank/icon.svg
new file mode 100644
index 000000000..15f1c6916
--- /dev/null
+++ b/resources/payment_methods/commerzbank/icon.svg
@@ -0,0 +1,177 @@
+
+
diff --git a/resources/payment_methods/commerzbank/logo.svg b/resources/payment_methods/commerzbank/logo.svg
new file mode 100644
index 000000000..583772e9f
--- /dev/null
+++ b/resources/payment_methods/commerzbank/logo.svg
@@ -0,0 +1,177 @@
+
+
diff --git a/resources/payment_methods/cooperative_bank/icon.png b/resources/payment_methods/cooperative_bank/icon.png
new file mode 100644
index 000000000..cb319f831
Binary files /dev/null and b/resources/payment_methods/cooperative_bank/icon.png differ
diff --git a/resources/payment_methods/cooperative_bank/logo.png b/resources/payment_methods/cooperative_bank/logo.png
new file mode 100644
index 000000000..e262668d5
Binary files /dev/null and b/resources/payment_methods/cooperative_bank/logo.png differ
diff --git a/resources/payment_methods/credit_mutuel_bank/icon.png b/resources/payment_methods/credit_mutuel_bank/icon.png
new file mode 100644
index 000000000..fad991423
Binary files /dev/null and b/resources/payment_methods/credit_mutuel_bank/icon.png differ
diff --git a/resources/payment_methods/credit_mutuel_bank/logo.png b/resources/payment_methods/credit_mutuel_bank/logo.png
new file mode 100644
index 000000000..4e803af9b
Binary files /dev/null and b/resources/payment_methods/credit_mutuel_bank/logo.png differ
diff --git a/resources/payment_methods/cryptomus/icon.svg b/resources/payment_methods/cryptomus/icon.svg
new file mode 100644
index 000000000..4bf4b030e
--- /dev/null
+++ b/resources/payment_methods/cryptomus/icon.svg
@@ -0,0 +1,57 @@
+
+
diff --git a/resources/payment_methods/cryptomus/logo.svg b/resources/payment_methods/cryptomus/logo.svg
new file mode 100644
index 000000000..65dfd5809
--- /dev/null
+++ b/resources/payment_methods/cryptomus/logo.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/payment_methods/curfex/icon.png b/resources/payment_methods/curfex/icon.png
new file mode 100644
index 000000000..fae9e8bca
Binary files /dev/null and b/resources/payment_methods/curfex/icon.png differ
diff --git a/resources/payment_methods/curfex/logo.png b/resources/payment_methods/curfex/logo.png
new file mode 100644
index 000000000..fae9e8bca
Binary files /dev/null and b/resources/payment_methods/curfex/logo.png differ
diff --git a/resources/payment_methods/dai_coin/icon.png b/resources/payment_methods/dai_coin/icon.png
new file mode 100644
index 000000000..ef1b3c633
Binary files /dev/null and b/resources/payment_methods/dai_coin/icon.png differ
diff --git a/resources/payment_methods/dai_coin/logo.png b/resources/payment_methods/dai_coin/logo.png
new file mode 100644
index 000000000..8cc0fe9c2
Binary files /dev/null and b/resources/payment_methods/dai_coin/logo.png differ
diff --git a/resources/payment_methods/dana/icon.png b/resources/payment_methods/dana/icon.png
new file mode 100644
index 000000000..05fdbaec7
Binary files /dev/null and b/resources/payment_methods/dana/icon.png differ
diff --git a/resources/payment_methods/dana/logo.png b/resources/payment_methods/dana/logo.png
new file mode 100644
index 000000000..873d9cc8b
Binary files /dev/null and b/resources/payment_methods/dana/logo.png differ
diff --git a/resources/payment_methods/deutsche_bank/icon.png b/resources/payment_methods/deutsche_bank/icon.png
new file mode 100644
index 000000000..5f5a56879
Binary files /dev/null and b/resources/payment_methods/deutsche_bank/icon.png differ
diff --git a/resources/payment_methods/deutsche_bank/logo.png b/resources/payment_methods/deutsche_bank/logo.png
new file mode 100644
index 000000000..40a704b23
Binary files /dev/null and b/resources/payment_methods/deutsche_bank/logo.png differ
diff --git a/resources/payment_methods/digital_cash/icon.png b/resources/payment_methods/digital_cash/icon.png
new file mode 100644
index 000000000..b9fbbed77
Binary files /dev/null and b/resources/payment_methods/digital_cash/icon.png differ
diff --git a/resources/payment_methods/digital_cash/logo.png b/resources/payment_methods/digital_cash/logo.png
new file mode 100644
index 000000000..c6e1affc6
Binary files /dev/null and b/resources/payment_methods/digital_cash/logo.png differ
diff --git a/resources/payment_methods/dragontech/icon.png b/resources/payment_methods/dragontech/icon.png
new file mode 100644
index 000000000..f021338fb
Binary files /dev/null and b/resources/payment_methods/dragontech/icon.png differ
diff --git a/resources/payment_methods/dragontech/logo.png b/resources/payment_methods/dragontech/logo.png
new file mode 100644
index 000000000..f021338fb
Binary files /dev/null and b/resources/payment_methods/dragontech/logo.png differ
diff --git a/resources/payment_methods/duitnow/icon.png b/resources/payment_methods/duitnow/icon.png
new file mode 100644
index 000000000..ca233d7d7
Binary files /dev/null and b/resources/payment_methods/duitnow/icon.png differ
diff --git a/resources/payment_methods/duitnow/logo.png b/resources/payment_methods/duitnow/logo.png
new file mode 100644
index 000000000..ca233d7d7
Binary files /dev/null and b/resources/payment_methods/duitnow/logo.png differ
diff --git a/resources/payment_methods/dutch_bangla_bank_limited_rocket/icon.png b/resources/payment_methods/dutch_bangla_bank_limited_rocket/icon.png
new file mode 100644
index 000000000..3fb545fa2
Binary files /dev/null and b/resources/payment_methods/dutch_bangla_bank_limited_rocket/icon.png differ
diff --git a/resources/payment_methods/dutch_bangla_bank_limited_rocket/logo.png b/resources/payment_methods/dutch_bangla_bank_limited_rocket/logo.png
new file mode 100644
index 000000000..f08a94c1d
Binary files /dev/null and b/resources/payment_methods/dutch_bangla_bank_limited_rocket/logo.png differ
diff --git a/resources/payment_methods/ecocash/icon.png b/resources/payment_methods/ecocash/icon.png
new file mode 100644
index 000000000..7e0212edd
Binary files /dev/null and b/resources/payment_methods/ecocash/icon.png differ
diff --git a/resources/payment_methods/ecocash/logo.png b/resources/payment_methods/ecocash/logo.png
new file mode 100644
index 000000000..626403a9d
Binary files /dev/null and b/resources/payment_methods/ecocash/logo.png differ
diff --git a/resources/payment_methods/emanat/icon.png b/resources/payment_methods/emanat/icon.png
new file mode 100644
index 000000000..bab082f01
Binary files /dev/null and b/resources/payment_methods/emanat/icon.png differ
diff --git a/resources/payment_methods/emanat/logo.png b/resources/payment_methods/emanat/logo.png
new file mode 100644
index 000000000..bab082f01
Binary files /dev/null and b/resources/payment_methods/emanat/logo.png differ
diff --git a/resources/payment_methods/eos/icon.png b/resources/payment_methods/eos/icon.png
new file mode 100644
index 000000000..ec7dad4ec
Binary files /dev/null and b/resources/payment_methods/eos/icon.png differ
diff --git a/resources/payment_methods/eos/logo.png b/resources/payment_methods/eos/logo.png
new file mode 100644
index 000000000..ec7dad4ec
Binary files /dev/null and b/resources/payment_methods/eos/logo.png differ
diff --git a/resources/payment_methods/esewa/icon.png b/resources/payment_methods/esewa/icon.png
new file mode 100644
index 000000000..db4e38f11
Binary files /dev/null and b/resources/payment_methods/esewa/icon.png differ
diff --git a/resources/payment_methods/esewa/logo.png b/resources/payment_methods/esewa/logo.png
new file mode 100644
index 000000000..db4e38f11
Binary files /dev/null and b/resources/payment_methods/esewa/logo.png differ
diff --git a/resources/payment_methods/express_lider_cash/icon.png b/resources/payment_methods/express_lider_cash/icon.png
new file mode 100644
index 000000000..ed7d03389
Binary files /dev/null and b/resources/payment_methods/express_lider_cash/icon.png differ
diff --git a/resources/payment_methods/express_lider_cash/logo.png b/resources/payment_methods/express_lider_cash/logo.png
new file mode 100644
index 000000000..ed7d03389
Binary files /dev/null and b/resources/payment_methods/express_lider_cash/logo.png differ
diff --git a/resources/payment_methods/extra/icon.svg b/resources/payment_methods/extra/icon.svg
new file mode 100644
index 000000000..af95a20f1
--- /dev/null
+++ b/resources/payment_methods/extra/icon.svg
@@ -0,0 +1,15 @@
+
diff --git a/resources/payment_methods/extra/logo.svg b/resources/payment_methods/extra/logo.svg
new file mode 100644
index 000000000..af95a20f1
--- /dev/null
+++ b/resources/payment_methods/extra/logo.svg
@@ -0,0 +1,15 @@
+
diff --git a/resources/payment_methods/farmacia_del_ahorro/icon.svg b/resources/payment_methods/farmacia_del_ahorro/icon.svg
new file mode 100644
index 000000000..405984a8d
--- /dev/null
+++ b/resources/payment_methods/farmacia_del_ahorro/icon.svg
@@ -0,0 +1,79 @@
+
+
diff --git a/resources/payment_methods/farmacia_del_ahorro/logo.svg b/resources/payment_methods/farmacia_del_ahorro/logo.svg
new file mode 100644
index 000000000..405984a8d
--- /dev/null
+++ b/resources/payment_methods/farmacia_del_ahorro/logo.svg
@@ -0,0 +1,79 @@
+
+
diff --git a/resources/payment_methods/farmacia_la_mas_barata/icon.svg b/resources/payment_methods/farmacia_la_mas_barata/icon.svg
new file mode 100644
index 000000000..c65dcb385
--- /dev/null
+++ b/resources/payment_methods/farmacia_la_mas_barata/icon.svg
@@ -0,0 +1,15 @@
+
diff --git a/resources/payment_methods/farmacia_la_mas_barata/logo.svg b/resources/payment_methods/farmacia_la_mas_barata/logo.svg
new file mode 100644
index 000000000..c65dcb385
--- /dev/null
+++ b/resources/payment_methods/farmacia_la_mas_barata/logo.svg
@@ -0,0 +1,15 @@
+
diff --git a/resources/payment_methods/farmacias_santa_maria_cash/icon.png b/resources/payment_methods/farmacias_santa_maria_cash/icon.png
new file mode 100644
index 000000000..8d9be5948
Binary files /dev/null and b/resources/payment_methods/farmacias_santa_maria_cash/icon.png differ
diff --git a/resources/payment_methods/farmacias_santa_maria_cash/logo.png b/resources/payment_methods/farmacias_santa_maria_cash/logo.png
new file mode 100644
index 000000000..8d9be5948
Binary files /dev/null and b/resources/payment_methods/farmacias_santa_maria_cash/logo.png differ
diff --git a/resources/payment_methods/faster_payments/icon.svg b/resources/payment_methods/faster_payments/icon.svg
new file mode 100644
index 000000000..e90f78498
--- /dev/null
+++ b/resources/payment_methods/faster_payments/icon.svg
@@ -0,0 +1,196 @@
+
+
+
+
diff --git a/resources/payment_methods/faster_payments/logo.svg b/resources/payment_methods/faster_payments/logo.svg
new file mode 100644
index 000000000..e90f78498
--- /dev/null
+++ b/resources/payment_methods/faster_payments/logo.svg
@@ -0,0 +1,196 @@
+
+
+
+
diff --git a/resources/payment_methods/fawry_crypto/icon.png b/resources/payment_methods/fawry_crypto/icon.png
new file mode 100644
index 000000000..e31e7546e
Binary files /dev/null and b/resources/payment_methods/fawry_crypto/icon.png differ
diff --git a/resources/payment_methods/fawry_crypto/logo.png b/resources/payment_methods/fawry_crypto/logo.png
new file mode 100644
index 000000000..e31e7546e
Binary files /dev/null and b/resources/payment_methods/fawry_crypto/logo.png differ
diff --git a/resources/payment_methods/first_national_bank/icon.png b/resources/payment_methods/first_national_bank/icon.png
new file mode 100644
index 000000000..df42be5bb
Binary files /dev/null and b/resources/payment_methods/first_national_bank/icon.png differ
diff --git a/resources/payment_methods/first_national_bank/logo.png b/resources/payment_methods/first_national_bank/logo.png
new file mode 100644
index 000000000..df42be5bb
Binary files /dev/null and b/resources/payment_methods/first_national_bank/logo.png differ
diff --git a/resources/payment_methods/free_money/icon.svg b/resources/payment_methods/free_money/icon.svg
new file mode 100644
index 000000000..f2ac9236e
--- /dev/null
+++ b/resources/payment_methods/free_money/icon.svg
@@ -0,0 +1,14 @@
+
diff --git a/resources/payment_methods/free_money/logo.svg b/resources/payment_methods/free_money/logo.svg
new file mode 100644
index 000000000..f2ac9236e
--- /dev/null
+++ b/resources/payment_methods/free_money/logo.svg
@@ -0,0 +1,14 @@
+
diff --git a/resources/payment_methods/fundacion_genesis_cash/icon.png b/resources/payment_methods/fundacion_genesis_cash/icon.png
new file mode 100644
index 000000000..d1814c99e
Binary files /dev/null and b/resources/payment_methods/fundacion_genesis_cash/icon.png differ
diff --git a/resources/payment_methods/fundacion_genesis_cash/logo.png b/resources/payment_methods/fundacion_genesis_cash/logo.png
new file mode 100644
index 000000000..d1814c99e
Binary files /dev/null and b/resources/payment_methods/fundacion_genesis_cash/logo.png differ
diff --git a/resources/payment_methods/fups/icon.png b/resources/payment_methods/fups/icon.png
new file mode 100644
index 000000000..06273cd65
Binary files /dev/null and b/resources/payment_methods/fups/icon.png differ
diff --git a/resources/payment_methods/fups/logo.png b/resources/payment_methods/fups/logo.png
new file mode 100644
index 000000000..06273cd65
Binary files /dev/null and b/resources/payment_methods/fups/logo.png differ
diff --git a/resources/payment_methods/galicia/icon.png b/resources/payment_methods/galicia/icon.png
new file mode 100644
index 000000000..0273e23d0
Binary files /dev/null and b/resources/payment_methods/galicia/icon.png differ
diff --git a/resources/payment_methods/galicia/logo.png b/resources/payment_methods/galicia/logo.png
new file mode 100644
index 000000000..0273e23d0
Binary files /dev/null and b/resources/payment_methods/galicia/logo.png differ
diff --git a/resources/payment_methods/garanti_bbva/icon.png b/resources/payment_methods/garanti_bbva/icon.png
new file mode 100644
index 000000000..fa09b744a
Binary files /dev/null and b/resources/payment_methods/garanti_bbva/icon.png differ
diff --git a/resources/payment_methods/garanti_bbva/logo.png b/resources/payment_methods/garanti_bbva/logo.png
new file mode 100644
index 000000000..a21031c89
Binary files /dev/null and b/resources/payment_methods/garanti_bbva/logo.png differ
diff --git a/resources/payment_methods/gatepay/icon.png b/resources/payment_methods/gatepay/icon.png
new file mode 100644
index 000000000..b297379c2
Binary files /dev/null and b/resources/payment_methods/gatepay/icon.png differ
diff --git a/resources/payment_methods/gatepay/logo.png b/resources/payment_methods/gatepay/logo.png
new file mode 100644
index 000000000..b297379c2
Binary files /dev/null and b/resources/payment_methods/gatepay/logo.png differ
diff --git a/resources/payment_methods/gcash/icon.png b/resources/payment_methods/gcash/icon.png
new file mode 100644
index 000000000..2a37b4ed8
Binary files /dev/null and b/resources/payment_methods/gcash/icon.png differ
diff --git a/resources/payment_methods/gcash/logo.png b/resources/payment_methods/gcash/logo.png
new file mode 100644
index 000000000..180a89144
Binary files /dev/null and b/resources/payment_methods/gcash/logo.png differ
diff --git a/resources/payment_methods/gcash_qr/icon.png b/resources/payment_methods/gcash_qr/icon.png
new file mode 100644
index 000000000..2a37b4ed8
Binary files /dev/null and b/resources/payment_methods/gcash_qr/icon.png differ
diff --git a/resources/payment_methods/gcash_qr/logo.png b/resources/payment_methods/gcash_qr/logo.png
new file mode 100644
index 000000000..180a89144
Binary files /dev/null and b/resources/payment_methods/gcash_qr/logo.png differ
diff --git a/resources/payment_methods/googlepay_crypto/icon.svg b/resources/payment_methods/googlepay_crypto/icon.svg
new file mode 100644
index 000000000..ee3bd1742
--- /dev/null
+++ b/resources/payment_methods/googlepay_crypto/icon.svg
@@ -0,0 +1,3 @@
+
\ No newline at end of file
diff --git a/resources/payment_methods/googlepay_crypto/logo.svg b/resources/payment_methods/googlepay_crypto/logo.svg
new file mode 100644
index 000000000..e48918070
--- /dev/null
+++ b/resources/payment_methods/googlepay_crypto/logo.svg
@@ -0,0 +1,3 @@
+
\ No newline at end of file
diff --git a/resources/payment_methods/gopay/icon.png b/resources/payment_methods/gopay/icon.png
new file mode 100644
index 000000000..cb7b8a120
Binary files /dev/null and b/resources/payment_methods/gopay/icon.png differ
diff --git a/resources/payment_methods/gopay/logo.svg b/resources/payment_methods/gopay/logo.svg
new file mode 100644
index 000000000..950ce9cc8
--- /dev/null
+++ b/resources/payment_methods/gopay/logo.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/payment_methods/gp_bank/icon.png b/resources/payment_methods/gp_bank/icon.png
new file mode 100644
index 000000000..fd26c1e97
Binary files /dev/null and b/resources/payment_methods/gp_bank/icon.png differ
diff --git a/resources/payment_methods/gp_bank/logo.png b/resources/payment_methods/gp_bank/logo.png
new file mode 100644
index 000000000..0e297aab3
Binary files /dev/null and b/resources/payment_methods/gp_bank/logo.png differ
diff --git a/resources/payment_methods/grabpay/icon.png b/resources/payment_methods/grabpay/icon.png
new file mode 100644
index 000000000..64feac1f6
Binary files /dev/null and b/resources/payment_methods/grabpay/icon.png differ
diff --git a/resources/payment_methods/grabpay/logo.png b/resources/payment_methods/grabpay/logo.png
new file mode 100644
index 000000000..64feac1f6
Binary files /dev/null and b/resources/payment_methods/grabpay/logo.png differ
diff --git a/resources/payment_methods/hd_bank/icon.png b/resources/payment_methods/hd_bank/icon.png
new file mode 100644
index 000000000..699148a27
Binary files /dev/null and b/resources/payment_methods/hd_bank/icon.png differ
diff --git a/resources/payment_methods/hd_bank/logo.png b/resources/payment_methods/hd_bank/logo.png
new file mode 100644
index 000000000..bb1d006db
Binary files /dev/null and b/resources/payment_methods/hd_bank/logo.png differ
diff --git a/resources/payment_methods/hkma_fps/icon.png b/resources/payment_methods/hkma_fps/icon.png
new file mode 100644
index 000000000..412a96677
Binary files /dev/null and b/resources/payment_methods/hkma_fps/icon.png differ
diff --git a/resources/payment_methods/hkma_fps/logo.png b/resources/payment_methods/hkma_fps/logo.png
new file mode 100644
index 000000000..3b62a0cec
Binary files /dev/null and b/resources/payment_methods/hkma_fps/logo.png differ
diff --git a/resources/payment_methods/hong_leong_bank_fpx/icon.svg b/resources/payment_methods/hong_leong_bank_fpx/icon.svg
new file mode 100644
index 000000000..4b8d3e5d3
--- /dev/null
+++ b/resources/payment_methods/hong_leong_bank_fpx/icon.svg
@@ -0,0 +1,34 @@
+
+
diff --git a/resources/payment_methods/hong_leong_bank_fpx/logo.svg b/resources/payment_methods/hong_leong_bank_fpx/logo.svg
new file mode 100644
index 000000000..7e02bba4e
--- /dev/null
+++ b/resources/payment_methods/hong_leong_bank_fpx/logo.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/payment_methods/hsbc/icon.png b/resources/payment_methods/hsbc/icon.png
new file mode 100644
index 000000000..ca5aa0e3e
Binary files /dev/null and b/resources/payment_methods/hsbc/icon.png differ
diff --git a/resources/payment_methods/hsbc/logo.png b/resources/payment_methods/hsbc/logo.png
new file mode 100644
index 000000000..ca5aa0e3e
Binary files /dev/null and b/resources/payment_methods/hsbc/logo.png differ
diff --git a/resources/payment_methods/icbc/icon.png b/resources/payment_methods/icbc/icon.png
new file mode 100644
index 000000000..6f8154493
Binary files /dev/null and b/resources/payment_methods/icbc/icon.png differ
diff --git a/resources/payment_methods/icbc/logo.png b/resources/payment_methods/icbc/logo.png
new file mode 100644
index 000000000..6f8154493
Binary files /dev/null and b/resources/payment_methods/icbc/logo.png differ
diff --git a/resources/payment_methods/ideal_crypto/icon.svg b/resources/payment_methods/ideal_crypto/icon.svg
new file mode 100644
index 000000000..c88c1a04d
--- /dev/null
+++ b/resources/payment_methods/ideal_crypto/icon.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/payment_methods/ideal_crypto/logo.svg b/resources/payment_methods/ideal_crypto/logo.svg
new file mode 100644
index 000000000..c88c1a04d
--- /dev/null
+++ b/resources/payment_methods/ideal_crypto/logo.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/payment_methods/imepay/icon.svg b/resources/payment_methods/imepay/icon.svg
new file mode 100644
index 000000000..aeaac7ead
--- /dev/null
+++ b/resources/payment_methods/imepay/icon.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/payment_methods/imepay/logo.svg b/resources/payment_methods/imepay/logo.svg
new file mode 100644
index 000000000..aeaac7ead
--- /dev/null
+++ b/resources/payment_methods/imepay/logo.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/payment_methods/indovina_bank/icon.png b/resources/payment_methods/indovina_bank/icon.png
new file mode 100644
index 000000000..c2dd761cc
Binary files /dev/null and b/resources/payment_methods/indovina_bank/icon.png differ
diff --git a/resources/payment_methods/indovina_bank/logo.png b/resources/payment_methods/indovina_bank/logo.png
new file mode 100644
index 000000000..fa15ff435
Binary files /dev/null and b/resources/payment_methods/indovina_bank/logo.png differ
diff --git a/resources/payment_methods/industrial_bank_hanoi/icon.png b/resources/payment_methods/industrial_bank_hanoi/icon.png
new file mode 100644
index 000000000..a6a333703
Binary files /dev/null and b/resources/payment_methods/industrial_bank_hanoi/icon.png differ
diff --git a/resources/payment_methods/industrial_bank_hanoi/logo.png b/resources/payment_methods/industrial_bank_hanoi/logo.png
new file mode 100644
index 000000000..27551745d
Binary files /dev/null and b/resources/payment_methods/industrial_bank_hanoi/logo.png differ
diff --git a/resources/payment_methods/industrial_bank_ho_chi_minh/icon.png b/resources/payment_methods/industrial_bank_ho_chi_minh/icon.png
new file mode 100644
index 000000000..86351a057
Binary files /dev/null and b/resources/payment_methods/industrial_bank_ho_chi_minh/icon.png differ
diff --git a/resources/payment_methods/industrial_bank_ho_chi_minh/logo.png b/resources/payment_methods/industrial_bank_ho_chi_minh/logo.png
new file mode 100644
index 000000000..0902c1a1b
Binary files /dev/null and b/resources/payment_methods/industrial_bank_ho_chi_minh/logo.png differ
diff --git a/resources/payment_methods/ing/icon.png b/resources/payment_methods/ing/icon.png
new file mode 100644
index 000000000..d9da69e41
Binary files /dev/null and b/resources/payment_methods/ing/icon.png differ
diff --git a/resources/payment_methods/ing/logo.png b/resources/payment_methods/ing/logo.png
new file mode 100644
index 000000000..d9da69e41
Binary files /dev/null and b/resources/payment_methods/ing/logo.png differ
diff --git a/resources/payment_methods/ing_group_bank/icon.png b/resources/payment_methods/ing_group_bank/icon.png
new file mode 100644
index 000000000..3d87ee4cc
Binary files /dev/null and b/resources/payment_methods/ing_group_bank/icon.png differ
diff --git a/resources/payment_methods/ing_group_bank/logo.png b/resources/payment_methods/ing_group_bank/logo.png
new file mode 100644
index 000000000..80457069d
Binary files /dev/null and b/resources/payment_methods/ing_group_bank/logo.png differ
diff --git a/resources/payment_methods/inpay/icon.png b/resources/payment_methods/inpay/icon.png
index 381d5b566..c6dcdddc5 100644
Binary files a/resources/payment_methods/inpay/icon.png and b/resources/payment_methods/inpay/icon.png differ
diff --git a/resources/payment_methods/inpay/logo.png b/resources/payment_methods/inpay/logo.png
index 381d5b566..c6dcdddc5 100644
Binary files a/resources/payment_methods/inpay/logo.png and b/resources/payment_methods/inpay/logo.png differ
diff --git a/resources/payment_methods/instant_papara/icon.svg b/resources/payment_methods/instant_papara/icon.svg
new file mode 100644
index 000000000..78f49ede1
--- /dev/null
+++ b/resources/payment_methods/instant_papara/icon.svg
@@ -0,0 +1,49 @@
+
+
+
diff --git a/resources/payment_methods/instant_papara/logo.svg b/resources/payment_methods/instant_papara/logo.svg
new file mode 100644
index 000000000..78f49ede1
--- /dev/null
+++ b/resources/payment_methods/instant_papara/logo.svg
@@ -0,0 +1,49 @@
+
+
+
diff --git a/resources/payment_methods/interac_crypto/icon.png b/resources/payment_methods/interac_crypto/icon.png
new file mode 100644
index 000000000..edd373661
Binary files /dev/null and b/resources/payment_methods/interac_crypto/icon.png differ
diff --git a/resources/payment_methods/interac_crypto/logo.png b/resources/payment_methods/interac_crypto/logo.png
new file mode 100644
index 000000000..edd373661
Binary files /dev/null and b/resources/payment_methods/interac_crypto/logo.png differ
diff --git a/resources/payment_methods/interbank/icon.png b/resources/payment_methods/interbank/icon.png
new file mode 100644
index 000000000..37f0972c8
Binary files /dev/null and b/resources/payment_methods/interbank/icon.png differ
diff --git a/resources/payment_methods/interbank/logo.png b/resources/payment_methods/interbank/logo.png
new file mode 100644
index 000000000..37f0972c8
Binary files /dev/null and b/resources/payment_methods/interbank/logo.png differ
diff --git a/resources/payment_methods/international_bank_of_azerbaijan_abb/icon.png b/resources/payment_methods/international_bank_of_azerbaijan_abb/icon.png
new file mode 100644
index 000000000..a353c8279
Binary files /dev/null and b/resources/payment_methods/international_bank_of_azerbaijan_abb/icon.png differ
diff --git a/resources/payment_methods/international_bank_of_azerbaijan_abb/logo.png b/resources/payment_methods/international_bank_of_azerbaijan_abb/logo.png
new file mode 100644
index 000000000..090b49ed2
Binary files /dev/null and b/resources/payment_methods/international_bank_of_azerbaijan_abb/logo.png differ
diff --git a/resources/payment_methods/investec_bank/icon.png b/resources/payment_methods/investec_bank/icon.png
new file mode 100644
index 000000000..093ea77cb
Binary files /dev/null and b/resources/payment_methods/investec_bank/icon.png differ
diff --git a/resources/payment_methods/investec_bank/logo.png b/resources/payment_methods/investec_bank/logo.png
new file mode 100644
index 000000000..093ea77cb
Binary files /dev/null and b/resources/payment_methods/investec_bank/logo.png differ
diff --git a/resources/payment_methods/jeton_wallet/icon.png b/resources/payment_methods/jeton_wallet/icon.png
new file mode 100644
index 000000000..046b67ac4
Binary files /dev/null and b/resources/payment_methods/jeton_wallet/icon.png differ
diff --git a/resources/payment_methods/jeton_wallet/logo.png b/resources/payment_methods/jeton_wallet/logo.png
new file mode 100644
index 000000000..04981296e
Binary files /dev/null and b/resources/payment_methods/jeton_wallet/logo.png differ
diff --git a/resources/payment_methods/kanata_sahakari_bank/icon.png b/resources/payment_methods/kanata_sahakari_bank/icon.png
new file mode 100644
index 000000000..fef95fed1
Binary files /dev/null and b/resources/payment_methods/kanata_sahakari_bank/icon.png differ
diff --git a/resources/payment_methods/kanata_sahakari_bank/logo.png b/resources/payment_methods/kanata_sahakari_bank/logo.png
new file mode 100644
index 000000000..685e2bf9a
Binary files /dev/null and b/resources/payment_methods/kanata_sahakari_bank/logo.png differ
diff --git a/resources/payment_methods/kapital_bank_ojsc/icon.png b/resources/payment_methods/kapital_bank_ojsc/icon.png
new file mode 100644
index 000000000..b50d940c2
Binary files /dev/null and b/resources/payment_methods/kapital_bank_ojsc/icon.png differ
diff --git a/resources/payment_methods/kapital_bank_ojsc/logo.png b/resources/payment_methods/kapital_bank_ojsc/logo.png
new file mode 100644
index 000000000..a8e48ece4
Binary files /dev/null and b/resources/payment_methods/kapital_bank_ojsc/logo.png differ
diff --git a/resources/payment_methods/kasnet_cash/icon.png b/resources/payment_methods/kasnet_cash/icon.png
new file mode 100644
index 000000000..cec034fc0
Binary files /dev/null and b/resources/payment_methods/kasnet_cash/icon.png differ
diff --git a/resources/payment_methods/kasnet_cash/logo.png b/resources/payment_methods/kasnet_cash/logo.png
new file mode 100644
index 000000000..cec034fc0
Binary files /dev/null and b/resources/payment_methods/kasnet_cash/logo.png differ
diff --git a/resources/payment_methods/khalti/icon.svg b/resources/payment_methods/khalti/icon.svg
new file mode 100644
index 000000000..c70aad34f
--- /dev/null
+++ b/resources/payment_methods/khalti/icon.svg
@@ -0,0 +1,65 @@
+
+
\ No newline at end of file
diff --git a/resources/payment_methods/khalti/logo.svg b/resources/payment_methods/khalti/logo.svg
new file mode 100644
index 000000000..c70aad34f
--- /dev/null
+++ b/resources/payment_methods/khalti/logo.svg
@@ -0,0 +1,65 @@
+
+
\ No newline at end of file
diff --git a/resources/payment_methods/khipu/icon.png b/resources/payment_methods/khipu/icon.png
new file mode 100644
index 000000000..7fcc10f6e
Binary files /dev/null and b/resources/payment_methods/khipu/icon.png differ
diff --git a/resources/payment_methods/khipu/logo.png b/resources/payment_methods/khipu/logo.png
new file mode 100644
index 000000000..7fcc10f6e
Binary files /dev/null and b/resources/payment_methods/khipu/logo.png differ
diff --git a/resources/payment_methods/kien_long_bank/icon.png b/resources/payment_methods/kien_long_bank/icon.png
new file mode 100644
index 000000000..826f1d722
Binary files /dev/null and b/resources/payment_methods/kien_long_bank/icon.png differ
diff --git a/resources/payment_methods/kien_long_bank/logo.png b/resources/payment_methods/kien_long_bank/logo.png
new file mode 100644
index 000000000..ace8f1e3d
Binary files /dev/null and b/resources/payment_methods/kien_long_bank/logo.png differ
diff --git a/resources/payment_methods/klyme/icon.png b/resources/payment_methods/klyme/icon.png
new file mode 100644
index 000000000..09a408978
Binary files /dev/null and b/resources/payment_methods/klyme/icon.png differ
diff --git a/resources/payment_methods/klyme/logo.png b/resources/payment_methods/klyme/logo.png
new file mode 100644
index 000000000..c214b0ee6
Binary files /dev/null and b/resources/payment_methods/klyme/logo.png differ
diff --git a/resources/payment_methods/kunapay_crypto/icon.png b/resources/payment_methods/kunapay_crypto/icon.png
new file mode 100644
index 000000000..a3e82e096
Binary files /dev/null and b/resources/payment_methods/kunapay_crypto/icon.png differ
diff --git a/resources/payment_methods/kunapay_crypto/logo.svg b/resources/payment_methods/kunapay_crypto/logo.svg
new file mode 100644
index 000000000..322f1dc3d
--- /dev/null
+++ b/resources/payment_methods/kunapay_crypto/logo.svg
@@ -0,0 +1,10 @@
+
diff --git a/resources/payment_methods/kvitum/icon.svg b/resources/payment_methods/kvitum/icon.svg
new file mode 100644
index 000000000..e1bf6b296
--- /dev/null
+++ b/resources/payment_methods/kvitum/icon.svg
@@ -0,0 +1,12 @@
+
diff --git a/resources/payment_methods/kvitum/logo.svg b/resources/payment_methods/kvitum/logo.svg
new file mode 100644
index 000000000..b2a325783
--- /dev/null
+++ b/resources/payment_methods/kvitum/logo.svg
@@ -0,0 +1,18 @@
+
diff --git a/resources/payment_methods/la_banque_postale/icon.svg b/resources/payment_methods/la_banque_postale/icon.svg
new file mode 100644
index 000000000..721668355
--- /dev/null
+++ b/resources/payment_methods/la_banque_postale/icon.svg
@@ -0,0 +1,72 @@
+
+
+
+
diff --git a/resources/payment_methods/la_banque_postale/logo.svg b/resources/payment_methods/la_banque_postale/logo.svg
new file mode 100644
index 000000000..08b53e67c
--- /dev/null
+++ b/resources/payment_methods/la_banque_postale/logo.svg
@@ -0,0 +1,41 @@
+
+
+
diff --git a/resources/payment_methods/lider_cash/icon.png b/resources/payment_methods/lider_cash/icon.png
new file mode 100644
index 000000000..b952a092b
Binary files /dev/null and b/resources/payment_methods/lider_cash/icon.png differ
diff --git a/resources/payment_methods/lider_cash/logo.png b/resources/payment_methods/lider_cash/logo.png
new file mode 100644
index 000000000..b952a092b
Binary files /dev/null and b/resources/payment_methods/lider_cash/logo.png differ
diff --git a/resources/payment_methods/lien_viet_post_bank/icon.png b/resources/payment_methods/lien_viet_post_bank/icon.png
new file mode 100644
index 000000000..199dac068
Binary files /dev/null and b/resources/payment_methods/lien_viet_post_bank/icon.png differ
diff --git a/resources/payment_methods/lien_viet_post_bank/logo.png b/resources/payment_methods/lien_viet_post_bank/logo.png
new file mode 100644
index 000000000..babd361fb
Binary files /dev/null and b/resources/payment_methods/lien_viet_post_bank/logo.png differ
diff --git a/resources/payment_methods/link/icon.svg b/resources/payment_methods/link/icon.svg
new file mode 100644
index 000000000..21611d7f1
--- /dev/null
+++ b/resources/payment_methods/link/icon.svg
@@ -0,0 +1,57 @@
+
+
diff --git a/resources/payment_methods/link/logo.svg b/resources/payment_methods/link/logo.svg
new file mode 100644
index 000000000..8d9ad7942
--- /dev/null
+++ b/resources/payment_methods/link/logo.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/resources/payment_methods/linkaja/icon.png b/resources/payment_methods/linkaja/icon.png
new file mode 100644
index 000000000..3146a8da6
Binary files /dev/null and b/resources/payment_methods/linkaja/icon.png differ
diff --git a/resources/payment_methods/linkaja/logo.svg b/resources/payment_methods/linkaja/logo.svg
new file mode 100644
index 000000000..0c684f467
--- /dev/null
+++ b/resources/payment_methods/linkaja/logo.svg
@@ -0,0 +1,32 @@
+
+
+
diff --git a/resources/payment_methods/loteria/icon.png b/resources/payment_methods/loteria/icon.png
new file mode 100644
index 000000000..98207a426
Binary files /dev/null and b/resources/payment_methods/loteria/icon.png differ
diff --git a/resources/payment_methods/loteria/logo.png b/resources/payment_methods/loteria/logo.png
new file mode 100644
index 000000000..98207a426
Binary files /dev/null and b/resources/payment_methods/loteria/logo.png differ
diff --git a/resources/payment_methods/m10/icon.png b/resources/payment_methods/m10/icon.png
new file mode 100644
index 000000000..fa12108a3
Binary files /dev/null and b/resources/payment_methods/m10/icon.png differ
diff --git a/resources/payment_methods/m10/logo.png b/resources/payment_methods/m10/logo.png
new file mode 100644
index 000000000..fa12108a3
Binary files /dev/null and b/resources/payment_methods/m10/logo.png differ
diff --git a/resources/payment_methods/m_pesa/icon.png b/resources/payment_methods/m_pesa/icon.png
new file mode 100644
index 000000000..883ef7acf
Binary files /dev/null and b/resources/payment_methods/m_pesa/icon.png differ
diff --git a/resources/payment_methods/m_pesa/logo.png b/resources/payment_methods/m_pesa/logo.png
new file mode 100644
index 000000000..883ef7acf
Binary files /dev/null and b/resources/payment_methods/m_pesa/logo.png differ
diff --git a/resources/payment_methods/mach/icon.png b/resources/payment_methods/mach/icon.png
new file mode 100644
index 000000000..bbf87893d
Binary files /dev/null and b/resources/payment_methods/mach/icon.png differ
diff --git a/resources/payment_methods/mach/logo.png b/resources/payment_methods/mach/logo.png
new file mode 100644
index 000000000..c451265f3
Binary files /dev/null and b/resources/payment_methods/mach/logo.png differ
diff --git a/resources/payment_methods/macro/icon.png b/resources/payment_methods/macro/icon.png
new file mode 100644
index 000000000..34f1ad41d
Binary files /dev/null and b/resources/payment_methods/macro/icon.png differ
diff --git a/resources/payment_methods/macro/logo.png b/resources/payment_methods/macro/logo.png
new file mode 100644
index 000000000..34f1ad41d
Binary files /dev/null and b/resources/payment_methods/macro/logo.png differ
diff --git a/resources/payment_methods/maritime_bank/icon.png b/resources/payment_methods/maritime_bank/icon.png
new file mode 100644
index 000000000..0cbc650dc
Binary files /dev/null and b/resources/payment_methods/maritime_bank/icon.png differ
diff --git a/resources/payment_methods/maritime_bank/logo.png b/resources/payment_methods/maritime_bank/logo.png
new file mode 100644
index 000000000..d44aa8f09
--- /dev/null
+++ b/resources/payment_methods/maritime_bank/logo.png
@@ -0,0 +1,51 @@
+
diff --git a/resources/payment_methods/may_bank_fpx/icon.svg b/resources/payment_methods/may_bank_fpx/icon.svg
new file mode 100644
index 000000000..b0bda3647
--- /dev/null
+++ b/resources/payment_methods/may_bank_fpx/icon.svg
@@ -0,0 +1,38 @@
+
+
+
+
+
+
+
+
+
+]>
+
diff --git a/resources/payment_methods/may_bank_fpx/logo.svg b/resources/payment_methods/may_bank_fpx/logo.svg
new file mode 100644
index 000000000..0ec3d9a2b
--- /dev/null
+++ b/resources/payment_methods/may_bank_fpx/logo.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/payment_methods/maya/icon.svg b/resources/payment_methods/maya/icon.svg
new file mode 100644
index 000000000..59ab7c22d
--- /dev/null
+++ b/resources/payment_methods/maya/icon.svg
@@ -0,0 +1,13 @@
+
diff --git a/resources/payment_methods/maya/logo.svg b/resources/payment_methods/maya/logo.svg
new file mode 100644
index 000000000..59ab7c22d
--- /dev/null
+++ b/resources/payment_methods/maya/logo.svg
@@ -0,0 +1,13 @@
+
diff --git a/resources/payment_methods/mb_bank/icon.png b/resources/payment_methods/mb_bank/icon.png
new file mode 100644
index 000000000..46482383d
Binary files /dev/null and b/resources/payment_methods/mb_bank/icon.png differ
diff --git a/resources/payment_methods/mb_bank/logo.png b/resources/payment_methods/mb_bank/logo.png
new file mode 100644
index 000000000..64c504d96
Binary files /dev/null and b/resources/payment_methods/mb_bank/logo.png differ
diff --git a/resources/payment_methods/mb_way/icon.svg b/resources/payment_methods/mb_way/icon.svg
new file mode 100644
index 000000000..db20434b5
--- /dev/null
+++ b/resources/payment_methods/mb_way/icon.svg
@@ -0,0 +1,285 @@
+
+
+
diff --git a/resources/payment_methods/mb_way/logo.svg b/resources/payment_methods/mb_way/logo.svg
new file mode 100644
index 000000000..db20434b5
--- /dev/null
+++ b/resources/payment_methods/mb_way/logo.svg
@@ -0,0 +1,285 @@
+
+
+
diff --git a/resources/payment_methods/mefete/icon.png b/resources/payment_methods/mefete/icon.png
new file mode 100644
index 000000000..187aeb9f1
Binary files /dev/null and b/resources/payment_methods/mefete/icon.png differ
diff --git a/resources/payment_methods/mefete/logo.png b/resources/payment_methods/mefete/logo.png
new file mode 100644
index 000000000..158baf198
Binary files /dev/null and b/resources/payment_methods/mefete/logo.png differ
diff --git a/resources/payment_methods/mi_comisariato_cash/icon.png b/resources/payment_methods/mi_comisariato_cash/icon.png
new file mode 100644
index 000000000..09f40daae
Binary files /dev/null and b/resources/payment_methods/mi_comisariato_cash/icon.png differ
diff --git a/resources/payment_methods/mi_comisariato_cash/logo.png b/resources/payment_methods/mi_comisariato_cash/logo.png
new file mode 100644
index 000000000..09f40daae
Binary files /dev/null and b/resources/payment_methods/mi_comisariato_cash/logo.png differ
diff --git a/resources/payment_methods/mifinity/icon.svg b/resources/payment_methods/mifinity/icon.svg
new file mode 100644
index 000000000..31e8dce42
--- /dev/null
+++ b/resources/payment_methods/mifinity/icon.svg
@@ -0,0 +1,305 @@
+
+
diff --git a/resources/payment_methods/mifinity/logo.svg b/resources/payment_methods/mifinity/logo.svg
new file mode 100644
index 000000000..ebaf79e3c
--- /dev/null
+++ b/resources/payment_methods/mifinity/logo.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/payment_methods/mobilum/icon.png b/resources/payment_methods/mobilum/icon.png
new file mode 100644
index 000000000..24d58e3e3
Binary files /dev/null and b/resources/payment_methods/mobilum/icon.png differ
diff --git a/resources/payment_methods/mobilum/logo.png b/resources/payment_methods/mobilum/logo.png
new file mode 100644
index 000000000..276ff0cda
Binary files /dev/null and b/resources/payment_methods/mobilum/logo.png differ
diff --git a/resources/payment_methods/momo/icon.png b/resources/payment_methods/momo/icon.png
new file mode 100644
index 000000000..1064a3212
Binary files /dev/null and b/resources/payment_methods/momo/icon.png differ
diff --git a/resources/payment_methods/momo/logo.png b/resources/payment_methods/momo/logo.png
new file mode 100644
index 000000000..1064a3212
Binary files /dev/null and b/resources/payment_methods/momo/logo.png differ
diff --git a/resources/payment_methods/momopay/icon.png b/resources/payment_methods/momopay/icon.png
new file mode 100644
index 000000000..8472d58bc
Binary files /dev/null and b/resources/payment_methods/momopay/icon.png differ
diff --git a/resources/payment_methods/momopay/icon.svg b/resources/payment_methods/momopay/icon.svg
new file mode 100644
index 000000000..ebb425d61
--- /dev/null
+++ b/resources/payment_methods/momopay/icon.svg
@@ -0,0 +1,49 @@
+
+
+
+
diff --git a/resources/payment_methods/momopay/logo.png b/resources/payment_methods/momopay/logo.png
new file mode 100644
index 000000000..964c82d5b
Binary files /dev/null and b/resources/payment_methods/momopay/logo.png differ
diff --git a/resources/payment_methods/monobank/icon.png b/resources/payment_methods/monobank/icon.png
new file mode 100644
index 000000000..196a4a791
Binary files /dev/null and b/resources/payment_methods/monobank/icon.png differ
diff --git a/resources/payment_methods/monobank/logo.png b/resources/payment_methods/monobank/logo.png
new file mode 100644
index 000000000..196a4a791
Binary files /dev/null and b/resources/payment_methods/monobank/logo.png differ
diff --git a/resources/payment_methods/moov/icon.png b/resources/payment_methods/moov/icon.png
new file mode 100644
index 000000000..e208a2806
Binary files /dev/null and b/resources/payment_methods/moov/icon.png differ
diff --git a/resources/payment_methods/moov/logo.png b/resources/payment_methods/moov/logo.png
new file mode 100644
index 000000000..e208a2806
Binary files /dev/null and b/resources/payment_methods/moov/logo.png differ
diff --git a/resources/payment_methods/mtb/icon.svg b/resources/payment_methods/mtb/icon.svg
new file mode 100644
index 000000000..6de363b0a
--- /dev/null
+++ b/resources/payment_methods/mtb/icon.svg
@@ -0,0 +1,76 @@
+
+
+
+
diff --git a/resources/payment_methods/mtb/logo.svg b/resources/payment_methods/mtb/logo.svg
new file mode 100644
index 000000000..3654c3627
--- /dev/null
+++ b/resources/payment_methods/mtb/logo.svg
@@ -0,0 +1,31 @@
+
+
+
+
diff --git a/resources/payment_methods/mtb2/icon.svg b/resources/payment_methods/mtb2/icon.svg
new file mode 100644
index 000000000..6de363b0a
--- /dev/null
+++ b/resources/payment_methods/mtb2/icon.svg
@@ -0,0 +1,76 @@
+
+
+
+
diff --git a/resources/payment_methods/mtb2/logo.svg b/resources/payment_methods/mtb2/logo.svg
new file mode 100644
index 000000000..3654c3627
--- /dev/null
+++ b/resources/payment_methods/mtb2/logo.svg
@@ -0,0 +1,31 @@
+
+
+
+
diff --git a/resources/payment_methods/mtn_group/icon.png b/resources/payment_methods/mtn_group/icon.png
new file mode 100644
index 000000000..d0a37b57a
Binary files /dev/null and b/resources/payment_methods/mtn_group/icon.png differ
diff --git a/resources/payment_methods/mtn_group/logo.png b/resources/payment_methods/mtn_group/logo.png
new file mode 100644
index 000000000..1c1f951b3
Binary files /dev/null and b/resources/payment_methods/mtn_group/logo.png differ
diff --git a/resources/payment_methods/multibanco/icon.png b/resources/payment_methods/multibanco/icon.png
new file mode 100644
index 000000000..cc2c1490d
Binary files /dev/null and b/resources/payment_methods/multibanco/icon.png differ
diff --git a/resources/payment_methods/multibanco/logo.png b/resources/payment_methods/multibanco/logo.png
new file mode 100644
index 000000000..cc2c1490d
Binary files /dev/null and b/resources/payment_methods/multibanco/logo.png differ
diff --git a/resources/payment_methods/n26_bank/icon.png b/resources/payment_methods/n26_bank/icon.png
new file mode 100644
index 000000000..0474eb47d
Binary files /dev/null and b/resources/payment_methods/n26_bank/icon.png differ
diff --git a/resources/payment_methods/n26_bank/logo.png b/resources/payment_methods/n26_bank/logo.png
new file mode 100644
index 000000000..35fafd06d
Binary files /dev/null and b/resources/payment_methods/n26_bank/logo.png differ
diff --git a/resources/payment_methods/nagad_wallet/icon.png b/resources/payment_methods/nagad_wallet/icon.png
new file mode 100644
index 000000000..2b6b7a11f
Binary files /dev/null and b/resources/payment_methods/nagad_wallet/icon.png differ
diff --git a/resources/payment_methods/nagad_wallet/logo.png b/resources/payment_methods/nagad_wallet/logo.png
new file mode 100644
index 000000000..2b6b7a11f
Binary files /dev/null and b/resources/payment_methods/nagad_wallet/logo.png differ
diff --git a/resources/payment_methods/nam_a_bank/icon.png b/resources/payment_methods/nam_a_bank/icon.png
new file mode 100644
index 000000000..7e02a1d5c
Binary files /dev/null and b/resources/payment_methods/nam_a_bank/icon.png differ
diff --git a/resources/payment_methods/nam_a_bank/logo.png b/resources/payment_methods/nam_a_bank/logo.png
new file mode 100644
index 000000000..2bfadf5da
Binary files /dev/null and b/resources/payment_methods/nam_a_bank/logo.png differ
diff --git a/resources/payment_methods/naranjax/icon.png b/resources/payment_methods/naranjax/icon.png
new file mode 100644
index 000000000..415efa476
Binary files /dev/null and b/resources/payment_methods/naranjax/icon.png differ
diff --git a/resources/payment_methods/naranjax/logo.png b/resources/payment_methods/naranjax/logo.png
new file mode 100644
index 000000000..415efa476
Binary files /dev/null and b/resources/payment_methods/naranjax/logo.png differ
diff --git a/resources/payment_methods/ncb_bank/icon.png b/resources/payment_methods/ncb_bank/icon.png
new file mode 100644
index 000000000..046757b98
Binary files /dev/null and b/resources/payment_methods/ncb_bank/icon.png differ
diff --git a/resources/payment_methods/ncb_bank/logo.png b/resources/payment_methods/ncb_bank/logo.png
new file mode 100644
index 000000000..33c46843d
Binary files /dev/null and b/resources/payment_methods/ncb_bank/logo.png differ
diff --git a/resources/payment_methods/ned_bank/icon.png b/resources/payment_methods/ned_bank/icon.png
new file mode 100644
index 000000000..a75bf7cd9
Binary files /dev/null and b/resources/payment_methods/ned_bank/icon.png differ
diff --git a/resources/payment_methods/ned_bank/logo.png b/resources/payment_methods/ned_bank/logo.png
new file mode 100644
index 000000000..a75bf7cd9
Binary files /dev/null and b/resources/payment_methods/ned_bank/logo.png differ
diff --git a/resources/payment_methods/neopay/icon.svg b/resources/payment_methods/neopay/icon.svg
new file mode 100644
index 000000000..2a666c11e
--- /dev/null
+++ b/resources/payment_methods/neopay/icon.svg
@@ -0,0 +1,8 @@
+
diff --git a/resources/payment_methods/neopay/logo.svg b/resources/payment_methods/neopay/logo.svg
new file mode 100644
index 000000000..2a666c11e
--- /dev/null
+++ b/resources/payment_methods/neopay/logo.svg
@@ -0,0 +1,8 @@
+
diff --git a/resources/payment_methods/newera_payment_technologies_ltd_bazpay/icon.svg b/resources/payment_methods/newera_payment_technologies_ltd_bazpay/icon.svg
new file mode 100644
index 000000000..f96289de7
--- /dev/null
+++ b/resources/payment_methods/newera_payment_technologies_ltd_bazpay/icon.svg
@@ -0,0 +1,5 @@
+
diff --git a/resources/payment_methods/newera_payment_technologies_ltd_bazpay/logo.svg b/resources/payment_methods/newera_payment_technologies_ltd_bazpay/logo.svg
new file mode 100644
index 000000000..534b05661
--- /dev/null
+++ b/resources/payment_methods/newera_payment_technologies_ltd_bazpay/logo.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/resources/payment_methods/newera_payment_technologies_ltd_bazpayuah/icon.svg b/resources/payment_methods/newera_payment_technologies_ltd_bazpayuah/icon.svg
new file mode 100644
index 000000000..f96289de7
--- /dev/null
+++ b/resources/payment_methods/newera_payment_technologies_ltd_bazpayuah/icon.svg
@@ -0,0 +1,5 @@
+
diff --git a/resources/payment_methods/newera_payment_technologies_ltd_bazpayuah/logo.svg b/resources/payment_methods/newera_payment_technologies_ltd_bazpayuah/logo.svg
new file mode 100644
index 000000000..534b05661
--- /dev/null
+++ b/resources/payment_methods/newera_payment_technologies_ltd_bazpayuah/logo.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/resources/payment_methods/ocb_bank/icon.png b/resources/payment_methods/ocb_bank/icon.png
new file mode 100644
index 000000000..e369278e1
--- /dev/null
+++ b/resources/payment_methods/ocb_bank/icon.png
@@ -0,0 +1,6 @@
+
diff --git a/resources/payment_methods/ocb_bank/logo.png b/resources/payment_methods/ocb_bank/logo.png
new file mode 100644
index 000000000..42c39c3c1
Binary files /dev/null and b/resources/payment_methods/ocb_bank/logo.png differ
diff --git a/resources/payment_methods/ocean_bank/icon.png b/resources/payment_methods/ocean_bank/icon.png
new file mode 100644
index 000000000..4dd87ee46
Binary files /dev/null and b/resources/payment_methods/ocean_bank/icon.png differ
diff --git a/resources/payment_methods/ocean_bank/logo.png b/resources/payment_methods/ocean_bank/logo.png
new file mode 100644
index 000000000..b07d265c7
Binary files /dev/null and b/resources/payment_methods/ocean_bank/logo.png differ
diff --git a/resources/payment_methods/okpay_finance_ltd_slyse/icon.png b/resources/payment_methods/okpay_finance_ltd_slyse/icon.png
new file mode 100644
index 000000000..386ec5adc
Binary files /dev/null and b/resources/payment_methods/okpay_finance_ltd_slyse/icon.png differ
diff --git a/resources/payment_methods/okpay_finance_ltd_slyse/logo.png b/resources/payment_methods/okpay_finance_ltd_slyse/logo.png
new file mode 100644
index 000000000..ad209973e
Binary files /dev/null and b/resources/payment_methods/okpay_finance_ltd_slyse/logo.png differ
diff --git a/resources/payment_methods/omllvcb_bank/icon.png b/resources/payment_methods/omllvcb_bank/icon.png
new file mode 100644
index 000000000..a314b2b11
Binary files /dev/null and b/resources/payment_methods/omllvcb_bank/icon.png differ
diff --git a/resources/payment_methods/omllvcb_bank/logo.png b/resources/payment_methods/omllvcb_bank/logo.png
new file mode 100644
index 000000000..f92355ff2
Binary files /dev/null and b/resources/payment_methods/omllvcb_bank/logo.png differ
diff --git a/resources/payment_methods/omni_payments/omni.png b/resources/payment_methods/omni_payments/omni.png
new file mode 100644
index 000000000..10d259f5d
Binary files /dev/null and b/resources/payment_methods/omni_payments/omni.png differ
diff --git a/resources/payment_methods/opay/icon.svg b/resources/payment_methods/opay/icon.svg
new file mode 100644
index 000000000..7b49284e3
--- /dev/null
+++ b/resources/payment_methods/opay/icon.svg
@@ -0,0 +1,80 @@
+
+
diff --git a/resources/payment_methods/opay/logo.svg b/resources/payment_methods/opay/logo.svg
new file mode 100644
index 000000000..41d3e754d
--- /dev/null
+++ b/resources/payment_methods/opay/logo.svg
@@ -0,0 +1,93 @@
+
+
diff --git a/resources/payment_methods/orange_cash/icon.png b/resources/payment_methods/orange_cash/icon.png
new file mode 100644
index 000000000..9363ce4fc
Binary files /dev/null and b/resources/payment_methods/orange_cash/icon.png differ
diff --git a/resources/payment_methods/orange_cash/logo.png b/resources/payment_methods/orange_cash/logo.png
new file mode 100644
index 000000000..9363ce4fc
Binary files /dev/null and b/resources/payment_methods/orange_cash/logo.png differ
diff --git a/resources/payment_methods/orange_money/icon.png b/resources/payment_methods/orange_money/icon.png
new file mode 100644
index 000000000..112b5fb3c
Binary files /dev/null and b/resources/payment_methods/orange_money/icon.png differ
diff --git a/resources/payment_methods/orange_money/logo.png b/resources/payment_methods/orange_money/logo.png
new file mode 100644
index 000000000..520d38a00
Binary files /dev/null and b/resources/payment_methods/orange_money/logo.png differ
diff --git a/resources/payment_methods/ovo/icon.png b/resources/payment_methods/ovo/icon.png
new file mode 100644
index 000000000..d9ffe38e1
Binary files /dev/null and b/resources/payment_methods/ovo/icon.png differ
diff --git a/resources/payment_methods/ovo/logo.png b/resources/payment_methods/ovo/logo.png
new file mode 100644
index 000000000..d9ffe38e1
Binary files /dev/null and b/resources/payment_methods/ovo/logo.png differ
diff --git a/resources/payment_methods/oxxo_cash/icon.png b/resources/payment_methods/oxxo_cash/icon.png
new file mode 100644
index 000000000..127a84203
Binary files /dev/null and b/resources/payment_methods/oxxo_cash/icon.png differ
diff --git a/resources/payment_methods/oxxo_cash/logo.png b/resources/payment_methods/oxxo_cash/logo.png
new file mode 100644
index 000000000..127a84203
Binary files /dev/null and b/resources/payment_methods/oxxo_cash/logo.png differ
diff --git a/resources/payment_methods/pagomovil/icon.png b/resources/payment_methods/pagomovil/icon.png
new file mode 100644
index 000000000..b44a40896
Binary files /dev/null and b/resources/payment_methods/pagomovil/icon.png differ
diff --git a/resources/payment_methods/pagomovil/logo.png b/resources/payment_methods/pagomovil/logo.png
new file mode 100644
index 000000000..b44a40896
Binary files /dev/null and b/resources/payment_methods/pagomovil/logo.png differ
diff --git a/resources/payment_methods/palmpay/icon.png b/resources/payment_methods/palmpay/icon.png
new file mode 100644
index 000000000..6876e1e25
Binary files /dev/null and b/resources/payment_methods/palmpay/icon.png differ
diff --git a/resources/payment_methods/palmpay/logo.png b/resources/payment_methods/palmpay/logo.png
new file mode 100644
index 000000000..09c99c65f
Binary files /dev/null and b/resources/payment_methods/palmpay/logo.png differ
diff --git a/resources/payment_methods/papara/icon.svg b/resources/payment_methods/papara/icon.svg
new file mode 100644
index 000000000..9354f3396
--- /dev/null
+++ b/resources/payment_methods/papara/icon.svg
@@ -0,0 +1,49 @@
+
+
+
diff --git a/resources/payment_methods/papara/logo.svg b/resources/payment_methods/papara/logo.svg
new file mode 100644
index 000000000..9354f3396
--- /dev/null
+++ b/resources/payment_methods/papara/logo.svg
@@ -0,0 +1,49 @@
+
+
+
diff --git a/resources/payment_methods/parazula/icon.png b/resources/payment_methods/parazula/icon.png
new file mode 100644
index 000000000..493c3117b
Binary files /dev/null and b/resources/payment_methods/parazula/icon.png differ
diff --git a/resources/payment_methods/parazula/logo.png b/resources/payment_methods/parazula/logo.png
new file mode 100644
index 000000000..f17c75a0c
Binary files /dev/null and b/resources/payment_methods/parazula/logo.png differ
diff --git a/resources/payment_methods/pay4fun/icon.png b/resources/payment_methods/pay4fun/icon.png
new file mode 100644
index 000000000..922f46e2e
Binary files /dev/null and b/resources/payment_methods/pay4fun/icon.png differ
diff --git a/resources/payment_methods/pay4fun/logo.png b/resources/payment_methods/pay4fun/logo.png
new file mode 100644
index 000000000..922f46e2e
Binary files /dev/null and b/resources/payment_methods/pay4fun/logo.png differ
diff --git a/resources/payment_methods/pay_id/icon.svg b/resources/payment_methods/pay_id/icon.svg
new file mode 100644
index 000000000..8aeacaba6
--- /dev/null
+++ b/resources/payment_methods/pay_id/icon.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/resources/payment_methods/pay_id/logo.svg b/resources/payment_methods/pay_id/logo.svg
new file mode 100644
index 000000000..8aeacaba6
--- /dev/null
+++ b/resources/payment_methods/pay_id/logo.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/resources/payment_methods/pay_id_crypto/icon.svg b/resources/payment_methods/pay_id_crypto/icon.svg
new file mode 100644
index 000000000..8aeacaba6
--- /dev/null
+++ b/resources/payment_methods/pay_id_crypto/icon.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/resources/payment_methods/pay_id_crypto/logo.svg b/resources/payment_methods/pay_id_crypto/logo.svg
new file mode 100644
index 000000000..8aeacaba6
--- /dev/null
+++ b/resources/payment_methods/pay_id_crypto/logo.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/resources/payment_methods/paybis/icon.png b/resources/payment_methods/paybis/icon.png
new file mode 100644
index 000000000..2139785aa
Binary files /dev/null and b/resources/payment_methods/paybis/icon.png differ
diff --git a/resources/payment_methods/paybis/logo.png b/resources/payment_methods/paybis/logo.png
new file mode 100644
index 000000000..2139785aa
Binary files /dev/null and b/resources/payment_methods/paybis/logo.png differ
diff --git a/resources/payment_methods/paybybank/icon.png b/resources/payment_methods/paybybank/icon.png
new file mode 100644
index 000000000..19a9d0e7b
Binary files /dev/null and b/resources/payment_methods/paybybank/icon.png differ
diff --git a/resources/payment_methods/paybybank/logo.png b/resources/payment_methods/paybybank/logo.png
new file mode 100644
index 000000000..19a9d0e7b
Binary files /dev/null and b/resources/payment_methods/paybybank/logo.png differ
diff --git a/resources/payment_methods/payfix/icon.png b/resources/payment_methods/payfix/icon.png
new file mode 100644
index 000000000..c1999f231
Binary files /dev/null and b/resources/payment_methods/payfix/icon.png differ
diff --git a/resources/payment_methods/payfix/logo.png b/resources/payment_methods/payfix/logo.png
new file mode 100644
index 000000000..b098605a6
Binary files /dev/null and b/resources/payment_methods/payfix/logo.png differ
diff --git a/resources/payment_methods/paykwik/icon.png b/resources/payment_methods/paykwik/icon.png
new file mode 100644
index 000000000..807b89d58
Binary files /dev/null and b/resources/payment_methods/paykwik/icon.png differ
diff --git a/resources/payment_methods/payment_card_crypto/icon.svg b/resources/payment_methods/payment_card_crypto/icon.svg
new file mode 100644
index 000000000..cf6ce3373
--- /dev/null
+++ b/resources/payment_methods/payment_card_crypto/icon.svg
@@ -0,0 +1,65 @@
+
+
diff --git a/resources/payment_methods/payment_card_crypto/logo.svg b/resources/payment_methods/payment_card_crypto/logo.svg
new file mode 100644
index 000000000..cf6ce3373
--- /dev/null
+++ b/resources/payment_methods/payment_card_crypto/logo.svg
@@ -0,0 +1,65 @@
+
+
diff --git a/resources/payment_methods/paynet/icon.svg b/resources/payment_methods/paynet/icon.svg
new file mode 100644
index 000000000..7b014694f
--- /dev/null
+++ b/resources/payment_methods/paynet/icon.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/payment_methods/paynet/logo.svg b/resources/payment_methods/paynet/logo.svg
new file mode 100644
index 000000000..7b014694f
--- /dev/null
+++ b/resources/payment_methods/paynet/logo.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/payment_methods/paysense/icon.svg b/resources/payment_methods/paysense/icon.svg
new file mode 100644
index 000000000..7a2d32964
--- /dev/null
+++ b/resources/payment_methods/paysense/icon.svg
@@ -0,0 +1,11 @@
+
diff --git a/resources/payment_methods/paysense/logo.svg b/resources/payment_methods/paysense/logo.svg
new file mode 100644
index 000000000..7a2d32964
--- /dev/null
+++ b/resources/payment_methods/paysense/logo.svg
@@ -0,0 +1,11 @@
+
diff --git a/resources/payment_methods/payskin/icon.svg b/resources/payment_methods/payskin/icon.svg
new file mode 100644
index 000000000..40e0e7347
--- /dev/null
+++ b/resources/payment_methods/payskin/icon.svg
@@ -0,0 +1,47 @@
+
+
diff --git a/resources/payment_methods/payskin/logo.svg b/resources/payment_methods/payskin/logo.svg
new file mode 100644
index 000000000..978a8d2ac
--- /dev/null
+++ b/resources/payment_methods/payskin/logo.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/payment_methods/payu/icon.png b/resources/payment_methods/payu/icon.png
new file mode 100644
index 000000000..b8d01f34e
Binary files /dev/null and b/resources/payment_methods/payu/icon.png differ
diff --git a/resources/payment_methods/payu/logo.png b/resources/payment_methods/payu/logo.png
new file mode 100644
index 000000000..b8d01f34e
Binary files /dev/null and b/resources/payment_methods/payu/logo.png differ
diff --git a/resources/payment_methods/payzapp/icon.png b/resources/payment_methods/payzapp/icon.png
new file mode 100644
index 000000000..80ca6b6c5
Binary files /dev/null and b/resources/payment_methods/payzapp/icon.png differ
diff --git a/resources/payment_methods/payzapp/logo.png b/resources/payment_methods/payzapp/logo.png
new file mode 100644
index 000000000..80ca6b6c5
Binary files /dev/null and b/resources/payment_methods/payzapp/logo.png differ
diff --git a/resources/payment_methods/pep/icon.png b/resources/payment_methods/pep/icon.png
new file mode 100644
index 000000000..7af43d4fb
Binary files /dev/null and b/resources/payment_methods/pep/icon.png differ
diff --git a/resources/payment_methods/pep/logo.png b/resources/payment_methods/pep/logo.png
new file mode 100644
index 000000000..d8b3aff15
Binary files /dev/null and b/resources/payment_methods/pep/logo.png differ
diff --git a/resources/payment_methods/petrolimex_bank/icon.png b/resources/payment_methods/petrolimex_bank/icon.png
new file mode 100644
index 000000000..336c07b4d
Binary files /dev/null and b/resources/payment_methods/petrolimex_bank/icon.png differ
diff --git a/resources/payment_methods/petrolimex_bank/logo.png b/resources/payment_methods/petrolimex_bank/logo.png
new file mode 100644
index 000000000..ff9b673dd
Binary files /dev/null and b/resources/payment_methods/petrolimex_bank/logo.png differ
diff --git a/resources/payment_methods/pichincha_mi_vecino_cash/icon.png b/resources/payment_methods/pichincha_mi_vecino_cash/icon.png
new file mode 100644
index 000000000..e44bcd022
Binary files /dev/null and b/resources/payment_methods/pichincha_mi_vecino_cash/icon.png differ
diff --git a/resources/payment_methods/pichincha_mi_vecino_cash/logo.png b/resources/payment_methods/pichincha_mi_vecino_cash/logo.png
new file mode 100644
index 000000000..e44bcd022
Binary files /dev/null and b/resources/payment_methods/pichincha_mi_vecino_cash/logo.png differ
diff --git a/resources/payment_methods/picpay/icon.svg b/resources/payment_methods/picpay/icon.svg
new file mode 100644
index 000000000..91deb1c43
--- /dev/null
+++ b/resources/payment_methods/picpay/icon.svg
@@ -0,0 +1,3 @@
+
diff --git a/resources/payment_methods/picpay/logo.svg b/resources/payment_methods/picpay/logo.svg
new file mode 100644
index 000000000..91deb1c43
--- /dev/null
+++ b/resources/payment_methods/picpay/logo.svg
@@ -0,0 +1,3 @@
+
diff --git a/resources/payment_methods/pix_crypto/icon.svg b/resources/payment_methods/pix_crypto/icon.svg
new file mode 100644
index 000000000..6aff82efa
--- /dev/null
+++ b/resources/payment_methods/pix_crypto/icon.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/payment_methods/pix_crypto/logo.svg b/resources/payment_methods/pix_crypto/logo.svg
new file mode 100644
index 000000000..27939ecc3
--- /dev/null
+++ b/resources/payment_methods/pix_crypto/logo.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/payment_methods/pix_qr/icon.svg b/resources/payment_methods/pix_qr/icon.svg
new file mode 100644
index 000000000..6aff82efa
--- /dev/null
+++ b/resources/payment_methods/pix_qr/icon.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/payment_methods/pix_qr/logo.svg b/resources/payment_methods/pix_qr/logo.svg
new file mode 100644
index 000000000..27939ecc3
--- /dev/null
+++ b/resources/payment_methods/pix_qr/logo.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/payment_methods/platform_m10_mmc_pashapay/icon.png b/resources/payment_methods/platform_m10_mmc_pashapay/icon.png
new file mode 100644
index 000000000..101ea7d6f
Binary files /dev/null and b/resources/payment_methods/platform_m10_mmc_pashapay/icon.png differ
diff --git a/resources/payment_methods/platform_m10_mmc_pashapay/logo.png b/resources/payment_methods/platform_m10_mmc_pashapay/logo.png
new file mode 100644
index 000000000..ad3089ef8
Binary files /dev/null and b/resources/payment_methods/platform_m10_mmc_pashapay/logo.png differ
diff --git a/resources/payment_methods/polkadot/icon.png b/resources/payment_methods/polkadot/icon.png
new file mode 100644
index 000000000..7a09e95ac
Binary files /dev/null and b/resources/payment_methods/polkadot/icon.png differ
diff --git a/resources/payment_methods/polkadot/logo.png b/resources/payment_methods/polkadot/logo.png
new file mode 100644
index 000000000..7a09e95ac
Binary files /dev/null and b/resources/payment_methods/polkadot/logo.png differ
diff --git a/resources/payment_methods/polygon/icon.svg b/resources/payment_methods/polygon/icon.svg
new file mode 100644
index 000000000..ed74f4c4c
--- /dev/null
+++ b/resources/payment_methods/polygon/icon.svg
@@ -0,0 +1,72 @@
+
+
diff --git a/resources/payment_methods/polygon/logo.svg b/resources/payment_methods/polygon/logo.svg
new file mode 100644
index 000000000..8331cfe0f
--- /dev/null
+++ b/resources/payment_methods/polygon/logo.svg
@@ -0,0 +1,17 @@
+
diff --git a/resources/payment_methods/postbank/icon.png b/resources/payment_methods/postbank/icon.png
new file mode 100644
index 000000000..721c645c2
Binary files /dev/null and b/resources/payment_methods/postbank/icon.png differ
diff --git a/resources/payment_methods/postbank/logo.png b/resources/payment_methods/postbank/logo.png
new file mode 100644
index 000000000..721c645c2
Binary files /dev/null and b/resources/payment_methods/postbank/logo.png differ
diff --git a/resources/payment_methods/public_bank_fpx/icon.svg b/resources/payment_methods/public_bank_fpx/icon.svg
new file mode 100644
index 000000000..ec12b40f3
--- /dev/null
+++ b/resources/payment_methods/public_bank_fpx/icon.svg
@@ -0,0 +1,4 @@
+
+
diff --git a/resources/payment_methods/public_bank_fpx/logo.svg b/resources/payment_methods/public_bank_fpx/logo.svg
new file mode 100644
index 000000000..b3c8b38d2
--- /dev/null
+++ b/resources/payment_methods/public_bank_fpx/logo.svg
@@ -0,0 +1,16 @@
+
+
diff --git a/resources/payment_methods/public_bank_vietnam/icon.png b/resources/payment_methods/public_bank_vietnam/icon.png
new file mode 100644
index 000000000..3ce802fe9
Binary files /dev/null and b/resources/payment_methods/public_bank_vietnam/icon.png differ
diff --git a/resources/payment_methods/public_bank_vietnam/logo.png b/resources/payment_methods/public_bank_vietnam/logo.png
new file mode 100644
index 000000000..509169d5c
Binary files /dev/null and b/resources/payment_methods/public_bank_vietnam/logo.png differ
diff --git a/resources/payment_methods/pumb/icon.png b/resources/payment_methods/pumb/icon.png
new file mode 100644
index 000000000..b442a2314
Binary files /dev/null and b/resources/payment_methods/pumb/icon.png differ
diff --git a/resources/payment_methods/pumb/logo.png b/resources/payment_methods/pumb/logo.png
new file mode 100644
index 000000000..16cbba8e4
Binary files /dev/null and b/resources/payment_methods/pumb/logo.png differ
diff --git a/resources/payment_methods/punjab_sind_bank/icon.png b/resources/payment_methods/punjab_sind_bank/icon.png
new file mode 100644
index 000000000..f11f5cbe5
Binary files /dev/null and b/resources/payment_methods/punjab_sind_bank/icon.png differ
diff --git a/resources/payment_methods/punjab_sind_bank/logo.png b/resources/payment_methods/punjab_sind_bank/logo.png
new file mode 100644
index 000000000..8ad9051e0
Binary files /dev/null and b/resources/payment_methods/punjab_sind_bank/logo.png differ
diff --git a/resources/payment_methods/pvcom_bank/icon.png b/resources/payment_methods/pvcom_bank/icon.png
new file mode 100644
index 000000000..b4e4b6cb1
Binary files /dev/null and b/resources/payment_methods/pvcom_bank/icon.png differ
diff --git a/resources/payment_methods/pvcom_bank/logo.png b/resources/payment_methods/pvcom_bank/logo.png
new file mode 100644
index 000000000..edb3e8a77
Binary files /dev/null and b/resources/payment_methods/pvcom_bank/logo.png differ
diff --git a/resources/payment_methods/qnb_finansbank/icon.svg b/resources/payment_methods/qnb_finansbank/icon.svg
new file mode 100644
index 000000000..9a0d080ab
--- /dev/null
+++ b/resources/payment_methods/qnb_finansbank/icon.svg
@@ -0,0 +1,24 @@
+
+
diff --git a/resources/payment_methods/qnb_finansbank/logo.svg b/resources/payment_methods/qnb_finansbank/logo.svg
new file mode 100644
index 000000000..a659644a5
--- /dev/null
+++ b/resources/payment_methods/qnb_finansbank/logo.svg
@@ -0,0 +1,267 @@
+
+
+
+
diff --git a/resources/payment_methods/rabitabank_ojsc/icon.png b/resources/payment_methods/rabitabank_ojsc/icon.png
new file mode 100644
index 000000000..bc7474b5e
Binary files /dev/null and b/resources/payment_methods/rabitabank_ojsc/icon.png differ
diff --git a/resources/payment_methods/rabitabank_ojsc/logo.png b/resources/payment_methods/rabitabank_ojsc/logo.png
new file mode 100644
index 000000000..98d412eb0
Binary files /dev/null and b/resources/payment_methods/rabitabank_ojsc/logo.png differ
diff --git a/resources/payment_methods/rabobank/icon.png b/resources/payment_methods/rabobank/icon.png
new file mode 100644
index 000000000..d60da47c1
Binary files /dev/null and b/resources/payment_methods/rabobank/icon.png differ
diff --git a/resources/payment_methods/rabobank/logo.png b/resources/payment_methods/rabobank/logo.png
new file mode 100644
index 000000000..3795b5b2a
Binary files /dev/null and b/resources/payment_methods/rabobank/logo.png differ
diff --git a/resources/payment_methods/raggett_limited_paycos/icon.png b/resources/payment_methods/raggett_limited_paycos/icon.png
new file mode 100644
index 000000000..80e7220d5
Binary files /dev/null and b/resources/payment_methods/raggett_limited_paycos/icon.png differ
diff --git a/resources/payment_methods/raggett_limited_paycos/logo.svg b/resources/payment_methods/raggett_limited_paycos/logo.svg
new file mode 100644
index 000000000..c2604e392
--- /dev/null
+++ b/resources/payment_methods/raggett_limited_paycos/logo.svg
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/resources/payment_methods/red_activa_cash/icon.png b/resources/payment_methods/red_activa_cash/icon.png
new file mode 100644
index 000000000..fe62a186c
Binary files /dev/null and b/resources/payment_methods/red_activa_cash/icon.png differ
diff --git a/resources/payment_methods/red_activa_cash/logo.png b/resources/payment_methods/red_activa_cash/logo.png
new file mode 100644
index 000000000..fe62a186c
Binary files /dev/null and b/resources/payment_methods/red_activa_cash/logo.png differ
diff --git a/resources/payment_methods/revolut_bank/icon.png b/resources/payment_methods/revolut_bank/icon.png
new file mode 100644
index 000000000..c62011db6
Binary files /dev/null and b/resources/payment_methods/revolut_bank/icon.png differ
diff --git a/resources/payment_methods/revolut_bank/logo.png b/resources/payment_methods/revolut_bank/logo.png
new file mode 100644
index 000000000..f841f215e
Binary files /dev/null and b/resources/payment_methods/revolut_bank/logo.png differ
diff --git a/resources/payment_methods/rhb_bank_fpx/icon.svg b/resources/payment_methods/rhb_bank_fpx/icon.svg
new file mode 100644
index 000000000..9008c9667
--- /dev/null
+++ b/resources/payment_methods/rhb_bank_fpx/icon.svg
@@ -0,0 +1,26 @@
+
+
diff --git a/resources/payment_methods/rhb_bank_fpx/logo.svg b/resources/payment_methods/rhb_bank_fpx/logo.svg
new file mode 100644
index 000000000..9008c9667
--- /dev/null
+++ b/resources/payment_methods/rhb_bank_fpx/logo.svg
@@ -0,0 +1,26 @@
+
+
diff --git a/resources/payment_methods/ripley_cash/icon.png b/resources/payment_methods/ripley_cash/icon.png
new file mode 100644
index 000000000..144453a2c
Binary files /dev/null and b/resources/payment_methods/ripley_cash/icon.png differ
diff --git a/resources/payment_methods/ripley_cash/logo.png b/resources/payment_methods/ripley_cash/logo.png
new file mode 100644
index 000000000..144453a2c
Binary files /dev/null and b/resources/payment_methods/ripley_cash/logo.png differ
diff --git a/resources/payment_methods/roma/icon.svg b/resources/payment_methods/roma/icon.svg
new file mode 100644
index 000000000..4c01f68f5
--- /dev/null
+++ b/resources/payment_methods/roma/icon.svg
@@ -0,0 +1,17 @@
+
diff --git a/resources/payment_methods/roma/logo.svg b/resources/payment_methods/roma/logo.svg
new file mode 100644
index 000000000..4c01f68f5
--- /dev/null
+++ b/resources/payment_methods/roma/logo.svg
@@ -0,0 +1,17 @@
+
diff --git a/resources/payment_methods/saigon_bank/icon.png b/resources/payment_methods/saigon_bank/icon.png
new file mode 100644
index 000000000..5619f9fa4
Binary files /dev/null and b/resources/payment_methods/saigon_bank/icon.png differ
diff --git a/resources/payment_methods/saigon_bank/logo.png b/resources/payment_methods/saigon_bank/logo.png
new file mode 100644
index 000000000..de88ec363
Binary files /dev/null and b/resources/payment_methods/saigon_bank/logo.png differ
diff --git a/resources/payment_methods/sams_club/icon.png b/resources/payment_methods/sams_club/icon.png
new file mode 100644
index 000000000..9ea6341c2
Binary files /dev/null and b/resources/payment_methods/sams_club/icon.png differ
diff --git a/resources/payment_methods/sams_club/logo.png b/resources/payment_methods/sams_club/logo.png
new file mode 100644
index 000000000..9ea6341c2
Binary files /dev/null and b/resources/payment_methods/sams_club/logo.png differ
diff --git a/resources/payment_methods/santander_supernet/icon.svg b/resources/payment_methods/santander_supernet/icon.svg
new file mode 100644
index 000000000..f46a5c2d9
--- /dev/null
+++ b/resources/payment_methods/santander_supernet/icon.svg
@@ -0,0 +1,9 @@
+
diff --git a/resources/payment_methods/santander_supernet/logo.svg b/resources/payment_methods/santander_supernet/logo.svg
new file mode 100644
index 000000000..f46a5c2d9
--- /dev/null
+++ b/resources/payment_methods/santander_supernet/logo.svg
@@ -0,0 +1,9 @@
+
diff --git a/resources/payment_methods/scb_bank/icon.png b/resources/payment_methods/scb_bank/icon.png
new file mode 100644
index 000000000..cfa2fffdb
Binary files /dev/null and b/resources/payment_methods/scb_bank/icon.png differ
diff --git a/resources/payment_methods/scb_bank/logo.png b/resources/payment_methods/scb_bank/logo.png
new file mode 100644
index 000000000..8a574de57
Binary files /dev/null and b/resources/payment_methods/scb_bank/logo.png differ
diff --git a/resources/payment_methods/scotiabank/icon.png b/resources/payment_methods/scotiabank/icon.png
new file mode 100644
index 000000000..3226032c8
Binary files /dev/null and b/resources/payment_methods/scotiabank/icon.png differ
diff --git a/resources/payment_methods/scotiabank/logo.png b/resources/payment_methods/scotiabank/logo.png
new file mode 100644
index 000000000..3226032c8
Binary files /dev/null and b/resources/payment_methods/scotiabank/logo.png differ
diff --git a/resources/payment_methods/scotiabank_cash/icon.png b/resources/payment_methods/scotiabank_cash/icon.png
new file mode 100644
index 000000000..3226032c8
Binary files /dev/null and b/resources/payment_methods/scotiabank_cash/icon.png differ
diff --git a/resources/payment_methods/scotiabank_cash/logo.png b/resources/payment_methods/scotiabank_cash/logo.png
new file mode 100644
index 000000000..3226032c8
Binary files /dev/null and b/resources/payment_methods/scotiabank_cash/logo.png differ
diff --git a/resources/payment_methods/sea_bank/icon.png b/resources/payment_methods/sea_bank/icon.png
new file mode 100644
index 000000000..e20ed09d1
Binary files /dev/null and b/resources/payment_methods/sea_bank/icon.png differ
diff --git a/resources/payment_methods/sea_bank/logo.png b/resources/payment_methods/sea_bank/logo.png
new file mode 100644
index 000000000..da571820f
Binary files /dev/null and b/resources/payment_methods/sea_bank/logo.png differ
diff --git a/resources/payment_methods/sensebank/icon.png b/resources/payment_methods/sensebank/icon.png
new file mode 100644
index 000000000..54476f137
Binary files /dev/null and b/resources/payment_methods/sensebank/icon.png differ
diff --git a/resources/payment_methods/sensebank/logo.png b/resources/payment_methods/sensebank/logo.png
new file mode 100644
index 000000000..852e13d47
Binary files /dev/null and b/resources/payment_methods/sensebank/logo.png differ
diff --git a/resources/payment_methods/sepa_transfer/icon.svg b/resources/payment_methods/sepa_transfer/icon.svg
new file mode 100644
index 000000000..86266528b
--- /dev/null
+++ b/resources/payment_methods/sepa_transfer/icon.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/payment_methods/sepa_transfer/logo.svg b/resources/payment_methods/sepa_transfer/logo.svg
new file mode 100644
index 000000000..86266528b
--- /dev/null
+++ b/resources/payment_methods/sepa_transfer/logo.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/payment_methods/sepa_transfer_crypto/icon.svg b/resources/payment_methods/sepa_transfer_crypto/icon.svg
new file mode 100644
index 000000000..86266528b
--- /dev/null
+++ b/resources/payment_methods/sepa_transfer_crypto/icon.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/payment_methods/sepa_transfer_crypto/logo.svg b/resources/payment_methods/sepa_transfer_crypto/logo.svg
new file mode 100644
index 000000000..86266528b
--- /dev/null
+++ b/resources/payment_methods/sepa_transfer_crypto/logo.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/payment_methods/sepa_transfer_instant/icon.svg b/resources/payment_methods/sepa_transfer_instant/icon.svg
new file mode 100644
index 000000000..86266528b
--- /dev/null
+++ b/resources/payment_methods/sepa_transfer_instant/icon.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/payment_methods/sepa_transfer_instant/logo.svg b/resources/payment_methods/sepa_transfer_instant/logo.svg
new file mode 100644
index 000000000..86266528b
--- /dev/null
+++ b/resources/payment_methods/sepa_transfer_instant/logo.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/payment_methods/settlepay_wallet/icon.svg b/resources/payment_methods/settlepay_wallet/icon.svg
new file mode 100644
index 000000000..918d4069e
--- /dev/null
+++ b/resources/payment_methods/settlepay_wallet/icon.svg
@@ -0,0 +1,28 @@
+
+
diff --git a/resources/payment_methods/settlepay_wallet/logo.svg b/resources/payment_methods/settlepay_wallet/logo.svg
new file mode 100644
index 000000000..d6fe84909
--- /dev/null
+++ b/resources/payment_methods/settlepay_wallet/logo.svg
@@ -0,0 +1,67 @@
+
+
diff --git a/resources/payment_methods/seven_eleven/icon.svg b/resources/payment_methods/seven_eleven/icon.svg
new file mode 100644
index 000000000..804dccdc8
--- /dev/null
+++ b/resources/payment_methods/seven_eleven/icon.svg
@@ -0,0 +1,91 @@
+
+
diff --git a/resources/payment_methods/seven_eleven/logo.svg b/resources/payment_methods/seven_eleven/logo.svg
new file mode 100644
index 000000000..804dccdc8
--- /dev/null
+++ b/resources/payment_methods/seven_eleven/logo.svg
@@ -0,0 +1,91 @@
+
+
diff --git a/resources/payment_methods/shb_bank/icon.png b/resources/payment_methods/shb_bank/icon.png
new file mode 100644
index 000000000..9a95f6c7f
Binary files /dev/null and b/resources/payment_methods/shb_bank/icon.png differ
diff --git a/resources/payment_methods/shb_bank/logo.png b/resources/payment_methods/shb_bank/logo.png
new file mode 100644
index 000000000..837cad0d5
Binary files /dev/null and b/resources/payment_methods/shb_bank/logo.png differ
diff --git a/resources/payment_methods/shift4/icon.png b/resources/payment_methods/shift4/icon.png
new file mode 100644
index 000000000..61ee7c92c
Binary files /dev/null and b/resources/payment_methods/shift4/icon.png differ
diff --git a/resources/payment_methods/shift4/logo.svg b/resources/payment_methods/shift4/logo.svg
new file mode 100644
index 000000000..496c70db4
--- /dev/null
+++ b/resources/payment_methods/shift4/logo.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/payment_methods/shopeepay/icon.svg b/resources/payment_methods/shopeepay/icon.svg
new file mode 100644
index 000000000..d48445b59
--- /dev/null
+++ b/resources/payment_methods/shopeepay/icon.svg
@@ -0,0 +1,8 @@
+
diff --git a/resources/payment_methods/shopeepay/logo.svg b/resources/payment_methods/shopeepay/logo.svg
new file mode 100644
index 000000000..061d2d2dc
--- /dev/null
+++ b/resources/payment_methods/shopeepay/logo.svg
@@ -0,0 +1,9 @@
+
diff --git a/resources/payment_methods/sibs_mbway/icon.png b/resources/payment_methods/sibs_mbway/icon.png
new file mode 100644
index 000000000..cf1e8f620
Binary files /dev/null and b/resources/payment_methods/sibs_mbway/icon.png differ
diff --git a/resources/payment_methods/sibs_mbway/logo.svg b/resources/payment_methods/sibs_mbway/logo.svg
new file mode 100644
index 000000000..1f1340e7f
--- /dev/null
+++ b/resources/payment_methods/sibs_mbway/logo.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/payment_methods/snapscan_qr/icon.svg b/resources/payment_methods/snapscan_qr/icon.svg
new file mode 100644
index 000000000..f8e18f962
--- /dev/null
+++ b/resources/payment_methods/snapscan_qr/icon.svg
@@ -0,0 +1,6 @@
+
diff --git a/resources/payment_methods/snapscan_qr/logo.png b/resources/payment_methods/snapscan_qr/logo.png
new file mode 100644
index 000000000..a7f00761c
Binary files /dev/null and b/resources/payment_methods/snapscan_qr/logo.png differ
diff --git a/resources/payment_methods/snsbank/icon.png b/resources/payment_methods/snsbank/icon.png
new file mode 100644
index 000000000..1eea8ec5b
Binary files /dev/null and b/resources/payment_methods/snsbank/icon.png differ
diff --git a/resources/payment_methods/snsbank/logo.png b/resources/payment_methods/snsbank/logo.png
new file mode 100644
index 000000000..1eea8ec5b
Binary files /dev/null and b/resources/payment_methods/snsbank/logo.png differ
diff --git a/resources/payment_methods/societe_generale_bank/icon.png b/resources/payment_methods/societe_generale_bank/icon.png
new file mode 100644
index 000000000..6db483d78
Binary files /dev/null and b/resources/payment_methods/societe_generale_bank/icon.png differ
diff --git a/resources/payment_methods/societe_generale_bank/logo.png b/resources/payment_methods/societe_generale_bank/logo.png
new file mode 100644
index 000000000..31a5b87ae
Binary files /dev/null and b/resources/payment_methods/societe_generale_bank/logo.png differ
diff --git a/resources/payment_methods/sofortuberweisung/icon.svg b/resources/payment_methods/sofortuberweisung/icon.svg
new file mode 100644
index 000000000..6cd4575de
--- /dev/null
+++ b/resources/payment_methods/sofortuberweisung/icon.svg
@@ -0,0 +1,24 @@
+
+
diff --git a/resources/payment_methods/sofortuberweisung/logo.svg b/resources/payment_methods/sofortuberweisung/logo.svg
new file mode 100644
index 000000000..6cd4575de
--- /dev/null
+++ b/resources/payment_methods/sofortuberweisung/logo.svg
@@ -0,0 +1,24 @@
+
+
diff --git a/resources/payment_methods/solana/icon.svg b/resources/payment_methods/solana/icon.svg
new file mode 100644
index 000000000..bd349af26
--- /dev/null
+++ b/resources/payment_methods/solana/icon.svg
@@ -0,0 +1,28 @@
+
+
+
diff --git a/resources/payment_methods/solana/logo.svg b/resources/payment_methods/solana/logo.svg
new file mode 100644
index 000000000..0517985ea
--- /dev/null
+++ b/resources/payment_methods/solana/logo.svg
@@ -0,0 +1,101 @@
+
+
+
+
\ No newline at end of file
diff --git a/resources/payment_methods/soriana_cash/icon.png b/resources/payment_methods/soriana_cash/icon.png
new file mode 100644
index 000000000..51d103fd7
Binary files /dev/null and b/resources/payment_methods/soriana_cash/icon.png differ
diff --git a/resources/payment_methods/soriana_cash/logo.png b/resources/payment_methods/soriana_cash/logo.png
new file mode 100644
index 000000000..51d103fd7
Binary files /dev/null and b/resources/payment_methods/soriana_cash/logo.png differ
diff --git a/resources/payment_methods/spcbl/icon.png b/resources/payment_methods/spcbl/icon.png
new file mode 100644
index 000000000..3aef8b695
Binary files /dev/null and b/resources/payment_methods/spcbl/icon.png differ
diff --git a/resources/payment_methods/spcbl/logo.png b/resources/payment_methods/spcbl/logo.png
new file mode 100644
index 000000000..70ebee7a2
Binary files /dev/null and b/resources/payment_methods/spcbl/logo.png differ
diff --git a/resources/payment_methods/spei/icon.svg b/resources/payment_methods/spei/icon.svg
new file mode 100644
index 000000000..a9642e29f
--- /dev/null
+++ b/resources/payment_methods/spei/icon.svg
@@ -0,0 +1,26 @@
+
+
\ No newline at end of file
diff --git a/resources/payment_methods/spei/logo.svg b/resources/payment_methods/spei/logo.svg
new file mode 100644
index 000000000..a9642e29f
--- /dev/null
+++ b/resources/payment_methods/spei/logo.svg
@@ -0,0 +1,26 @@
+
+
\ No newline at end of file
diff --git a/resources/payment_methods/spenn/icon.png b/resources/payment_methods/spenn/icon.png
new file mode 100644
index 000000000..a8aa17eeb
Binary files /dev/null and b/resources/payment_methods/spenn/icon.png differ
diff --git a/resources/payment_methods/spenn/logo.png b/resources/payment_methods/spenn/logo.png
new file mode 100644
index 000000000..a8aa17eeb
Binary files /dev/null and b/resources/payment_methods/spenn/logo.png differ
diff --git a/resources/payment_methods/spush_pay/icon.svg b/resources/payment_methods/spush_pay/icon.svg
new file mode 100644
index 000000000..6f033b5fd
--- /dev/null
+++ b/resources/payment_methods/spush_pay/icon.svg
@@ -0,0 +1,4 @@
+
+
\ No newline at end of file
diff --git a/resources/payment_methods/spush_pay/logo.svg b/resources/payment_methods/spush_pay/logo.svg
new file mode 100644
index 000000000..ba4104f91
--- /dev/null
+++ b/resources/payment_methods/spush_pay/logo.svg
@@ -0,0 +1,10 @@
+
diff --git a/resources/payment_methods/standard_bank/icon.png b/resources/payment_methods/standard_bank/icon.png
new file mode 100644
index 000000000..bfe034e3e
Binary files /dev/null and b/resources/payment_methods/standard_bank/icon.png differ
diff --git a/resources/payment_methods/standard_bank/logo.png b/resources/payment_methods/standard_bank/logo.png
new file mode 100644
index 000000000..bfe034e3e
Binary files /dev/null and b/resources/payment_methods/standard_bank/logo.png differ
diff --git a/resources/payment_methods/standard_chartered_bank_malaysia_fpx/icon.svg b/resources/payment_methods/standard_chartered_bank_malaysia_fpx/icon.svg
new file mode 100644
index 000000000..f9a8551b3
--- /dev/null
+++ b/resources/payment_methods/standard_chartered_bank_malaysia_fpx/icon.svg
@@ -0,0 +1,2 @@
+
+
diff --git a/resources/payment_methods/standard_chartered_bank_malaysia_fpx/logo.svg b/resources/payment_methods/standard_chartered_bank_malaysia_fpx/logo.svg
new file mode 100644
index 000000000..66d6cafbf
--- /dev/null
+++ b/resources/payment_methods/standard_chartered_bank_malaysia_fpx/logo.svg
@@ -0,0 +1,2 @@
+
+
diff --git a/resources/payment_methods/standard_chartered_bank_vietnam/icon.png b/resources/payment_methods/standard_chartered_bank_vietnam/icon.png
new file mode 100644
index 000000000..2c80005e2
Binary files /dev/null and b/resources/payment_methods/standard_chartered_bank_vietnam/icon.png differ
diff --git a/resources/payment_methods/standard_chartered_bank_vietnam/logo.png b/resources/payment_methods/standard_chartered_bank_vietnam/logo.png
new file mode 100644
index 000000000..df268612d
Binary files /dev/null and b/resources/payment_methods/standard_chartered_bank_vietnam/logo.png differ
diff --git a/resources/payment_methods/stellar/icon.png b/resources/payment_methods/stellar/icon.png
new file mode 100644
index 000000000..93ca9dcc8
Binary files /dev/null and b/resources/payment_methods/stellar/icon.png differ
diff --git a/resources/payment_methods/stellar/logo.png b/resources/payment_methods/stellar/logo.png
new file mode 100644
index 000000000..93ca9dcc8
Binary files /dev/null and b/resources/payment_methods/stellar/logo.png differ
diff --git a/resources/payment_methods/stripe/icon.svg b/resources/payment_methods/stripe/icon.svg
new file mode 100644
index 000000000..442fc283f
--- /dev/null
+++ b/resources/payment_methods/stripe/icon.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/payment_methods/stripe/logo.svg b/resources/payment_methods/stripe/logo.svg
new file mode 100644
index 000000000..442fc283f
--- /dev/null
+++ b/resources/payment_methods/stripe/logo.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/payment_methods/suhyup_bank/icon.jpg b/resources/payment_methods/suhyup_bank/icon.jpg
deleted file mode 100644
index 02e4f3eff..000000000
Binary files a/resources/payment_methods/suhyup_bank/icon.jpg and /dev/null differ
diff --git a/resources/payment_methods/suhyup_bank/icon.png b/resources/payment_methods/suhyup_bank/icon.png
new file mode 100644
index 000000000..8eceed561
Binary files /dev/null and b/resources/payment_methods/suhyup_bank/icon.png differ
diff --git a/resources/payment_methods/suhyup_bank/logo.jpg b/resources/payment_methods/suhyup_bank/logo.jpg
deleted file mode 100644
index b062d4283..000000000
Binary files a/resources/payment_methods/suhyup_bank/logo.jpg and /dev/null differ
diff --git a/resources/payment_methods/suhyup_bank/logo.png b/resources/payment_methods/suhyup_bank/logo.png
new file mode 100644
index 000000000..ae78bfd55
Binary files /dev/null and b/resources/payment_methods/suhyup_bank/logo.png differ
diff --git a/resources/payment_methods/supercity/icon.png b/resources/payment_methods/supercity/icon.png
new file mode 100644
index 000000000..ac592559a
Binary files /dev/null and b/resources/payment_methods/supercity/icon.png differ
diff --git a/resources/payment_methods/supercity/logo.png b/resources/payment_methods/supercity/logo.png
new file mode 100644
index 000000000..ac592559a
Binary files /dev/null and b/resources/payment_methods/supercity/logo.png differ
diff --git a/resources/payment_methods/supervielle/icon.png b/resources/payment_methods/supervielle/icon.png
new file mode 100644
index 000000000..3f9457cfc
Binary files /dev/null and b/resources/payment_methods/supervielle/icon.png differ
diff --git a/resources/payment_methods/supervielle/logo.png b/resources/payment_methods/supervielle/logo.png
new file mode 100644
index 000000000..3f9457cfc
Binary files /dev/null and b/resources/payment_methods/supervielle/logo.png differ
diff --git a/resources/payment_methods/swiffy_eft/icon.png b/resources/payment_methods/swiffy_eft/icon.png
new file mode 100644
index 000000000..547741b59
Binary files /dev/null and b/resources/payment_methods/swiffy_eft/icon.png differ
diff --git a/resources/payment_methods/swiffy_eft/logo.png b/resources/payment_methods/swiffy_eft/logo.png
new file mode 100644
index 000000000..547741b59
Binary files /dev/null and b/resources/payment_methods/swiffy_eft/logo.png differ
diff --git a/resources/payment_methods/tambo_cash/icon.png b/resources/payment_methods/tambo_cash/icon.png
new file mode 100644
index 000000000..eb894897d
Binary files /dev/null and b/resources/payment_methods/tambo_cash/icon.png differ
diff --git a/resources/payment_methods/tambo_cash/logo.png b/resources/payment_methods/tambo_cash/logo.png
new file mode 100644
index 000000000..eb894897d
Binary files /dev/null and b/resources/payment_methods/tambo_cash/logo.png differ
diff --git a/resources/payment_methods/tigo/icon.png b/resources/payment_methods/tigo/icon.png
new file mode 100644
index 000000000..0ea8542b9
Binary files /dev/null and b/resources/payment_methods/tigo/icon.png differ
diff --git a/resources/payment_methods/tigo/logo.png b/resources/payment_methods/tigo/logo.png
new file mode 100644
index 000000000..0ea8542b9
Binary files /dev/null and b/resources/payment_methods/tigo/logo.png differ
diff --git a/resources/payment_methods/tnm/icon.svg b/resources/payment_methods/tnm/icon.svg
new file mode 100644
index 000000000..2fb124655
--- /dev/null
+++ b/resources/payment_methods/tnm/icon.svg
@@ -0,0 +1,32 @@
+
+
\ No newline at end of file
diff --git a/resources/payment_methods/tnm/logo.svg b/resources/payment_methods/tnm/logo.svg
new file mode 100644
index 000000000..2fb124655
--- /dev/null
+++ b/resources/payment_methods/tnm/logo.svg
@@ -0,0 +1,32 @@
+
+
\ No newline at end of file
diff --git a/resources/payment_methods/toncoin/icon.png b/resources/payment_methods/toncoin/icon.png
new file mode 100644
index 000000000..e51df480b
Binary files /dev/null and b/resources/payment_methods/toncoin/icon.png differ
diff --git a/resources/payment_methods/toncoin/logo.png b/resources/payment_methods/toncoin/logo.png
new file mode 100644
index 000000000..e51df480b
Binary files /dev/null and b/resources/payment_methods/toncoin/logo.png differ
diff --git a/resources/payment_methods/touchngo/icon.svg b/resources/payment_methods/touchngo/icon.svg
new file mode 100644
index 000000000..e2aa2961f
--- /dev/null
+++ b/resources/payment_methods/touchngo/icon.svg
@@ -0,0 +1,22 @@
+
diff --git a/resources/payment_methods/touchngo/logo.svg b/resources/payment_methods/touchngo/logo.svg
new file mode 100644
index 000000000..e2aa2961f
--- /dev/null
+++ b/resources/payment_methods/touchngo/logo.svg
@@ -0,0 +1,22 @@
+
diff --git a/resources/payment_methods/tp_bank/icon.png b/resources/payment_methods/tp_bank/icon.png
new file mode 100644
index 000000000..1ff0efa96
Binary files /dev/null and b/resources/payment_methods/tp_bank/icon.png differ
diff --git a/resources/payment_methods/tp_bank/logo.png b/resources/payment_methods/tp_bank/logo.png
new file mode 100644
index 000000000..11559d4cd
Binary files /dev/null and b/resources/payment_methods/tp_bank/logo.png differ
diff --git a/resources/payment_methods/tpbank/icon.png b/resources/payment_methods/tpbank/icon.png
new file mode 100644
index 000000000..11559d4cd
Binary files /dev/null and b/resources/payment_methods/tpbank/icon.png differ
diff --git a/resources/payment_methods/tpbank/logo.png b/resources/payment_methods/tpbank/logo.png
new file mode 100644
index 000000000..11559d4cd
Binary files /dev/null and b/resources/payment_methods/tpbank/logo.png differ
diff --git a/resources/payment_methods/tron/icon.png b/resources/payment_methods/tron/icon.png
new file mode 100644
index 000000000..96e5af7cc
Binary files /dev/null and b/resources/payment_methods/tron/icon.png differ
diff --git a/resources/payment_methods/tron/logo.svg b/resources/payment_methods/tron/logo.svg
new file mode 100644
index 000000000..c1e8b446e
--- /dev/null
+++ b/resources/payment_methods/tron/logo.svg
@@ -0,0 +1,11 @@
+
+
+
diff --git a/resources/payment_methods/truemoney/icon.png b/resources/payment_methods/truemoney/icon.png
new file mode 100644
index 000000000..9320b54e0
Binary files /dev/null and b/resources/payment_methods/truemoney/icon.png differ
diff --git a/resources/payment_methods/truemoney/logo.png b/resources/payment_methods/truemoney/logo.png
new file mode 100644
index 000000000..4f92927de
Binary files /dev/null and b/resources/payment_methods/truemoney/logo.png differ
diff --git a/resources/payment_methods/truevo/icon.png b/resources/payment_methods/truevo/icon.png
new file mode 100644
index 000000000..998dacf72
Binary files /dev/null and b/resources/payment_methods/truevo/icon.png differ
diff --git a/resources/payment_methods/truevo/logo.png b/resources/payment_methods/truevo/logo.png
new file mode 100644
index 000000000..4f7c3b3ad
Binary files /dev/null and b/resources/payment_methods/truevo/logo.png differ
diff --git a/resources/payment_methods/trustly_paynplay/icon.png b/resources/payment_methods/trustly_paynplay/icon.png
new file mode 100644
index 000000000..42c2671e5
Binary files /dev/null and b/resources/payment_methods/trustly_paynplay/icon.png differ
diff --git a/resources/payment_methods/trustly_paynplay/logo.svg b/resources/payment_methods/trustly_paynplay/logo.svg
new file mode 100644
index 000000000..56c4f3d6b
--- /dev/null
+++ b/resources/payment_methods/trustly_paynplay/logo.svg
@@ -0,0 +1,37 @@
+
diff --git a/resources/payment_methods/tunzer/icon.png b/resources/payment_methods/tunzer/icon.png
new file mode 100644
index 000000000..04201d875
Binary files /dev/null and b/resources/payment_methods/tunzer/icon.png differ
diff --git a/resources/payment_methods/tunzer/logo.png b/resources/payment_methods/tunzer/logo.png
new file mode 100644
index 000000000..04201d875
Binary files /dev/null and b/resources/payment_methods/tunzer/logo.png differ
diff --git a/resources/payment_methods/turkiye_finans_katilim_bankasi_as/icon.png b/resources/payment_methods/turkiye_finans_katilim_bankasi_as/icon.png
new file mode 100644
index 000000000..21f97a795
Binary files /dev/null and b/resources/payment_methods/turkiye_finans_katilim_bankasi_as/icon.png differ
diff --git a/resources/payment_methods/turkiye_finans_katilim_bankasi_as/logo.png b/resources/payment_methods/turkiye_finans_katilim_bankasi_as/logo.png
new file mode 100644
index 000000000..fff987233
Binary files /dev/null and b/resources/payment_methods/turkiye_finans_katilim_bankasi_as/logo.png differ
diff --git a/resources/payment_methods/twint/icon.svg b/resources/payment_methods/twint/icon.svg
new file mode 100644
index 000000000..8c0fcef88
--- /dev/null
+++ b/resources/payment_methods/twint/icon.svg
@@ -0,0 +1,149 @@
+
+
diff --git a/resources/payment_methods/twint/logo.svg b/resources/payment_methods/twint/logo.svg
new file mode 100644
index 000000000..7d565fcc0
--- /dev/null
+++ b/resources/payment_methods/twint/logo.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/payment_methods/twopayler/icon.png b/resources/payment_methods/twopayler/icon.png
new file mode 100644
index 000000000..73b50f3de
Binary files /dev/null and b/resources/payment_methods/twopayler/icon.png differ
diff --git a/resources/payment_methods/twopayler/logo.svg b/resources/payment_methods/twopayler/logo.svg
new file mode 100644
index 000000000..b3fa91d00
--- /dev/null
+++ b/resources/payment_methods/twopayler/logo.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/payment_methods/unibank_kommersiya_banki/icon.png b/resources/payment_methods/unibank_kommersiya_banki/icon.png
new file mode 100644
index 000000000..981206378
Binary files /dev/null and b/resources/payment_methods/unibank_kommersiya_banki/icon.png differ
diff --git a/resources/payment_methods/unibank_kommersiya_banki/logo.png b/resources/payment_methods/unibank_kommersiya_banki/logo.png
new file mode 100644
index 000000000..e826d8072
Binary files /dev/null and b/resources/payment_methods/unibank_kommersiya_banki/logo.png differ
diff --git a/resources/payment_methods/unibank_kommersiya_banki_leobank/icon.png b/resources/payment_methods/unibank_kommersiya_banki_leobank/icon.png
new file mode 100644
index 000000000..8e378bc7e
Binary files /dev/null and b/resources/payment_methods/unibank_kommersiya_banki_leobank/icon.png differ
diff --git a/resources/payment_methods/unibank_kommersiya_banki_leobank/logo.png b/resources/payment_methods/unibank_kommersiya_banki_leobank/logo.png
new file mode 100644
index 000000000..33a3080a1
Binary files /dev/null and b/resources/payment_methods/unibank_kommersiya_banki_leobank/logo.png differ
diff --git a/resources/payment_methods/united_commercial_bank_upay/icon.png b/resources/payment_methods/united_commercial_bank_upay/icon.png
new file mode 100644
index 000000000..584bc359a
Binary files /dev/null and b/resources/payment_methods/united_commercial_bank_upay/icon.png differ
diff --git a/resources/payment_methods/united_commercial_bank_upay/logo.png b/resources/payment_methods/united_commercial_bank_upay/logo.png
new file mode 100644
index 000000000..41d6204e9
Binary files /dev/null and b/resources/payment_methods/united_commercial_bank_upay/logo.png differ
diff --git a/resources/payment_methods/uob_fpx/icon.svg b/resources/payment_methods/uob_fpx/icon.svg
new file mode 100644
index 000000000..d1cbe6475
--- /dev/null
+++ b/resources/payment_methods/uob_fpx/icon.svg
@@ -0,0 +1,33 @@
+
+
diff --git a/resources/payment_methods/uob_fpx/logo.svg b/resources/payment_methods/uob_fpx/logo.svg
new file mode 100644
index 000000000..eaeb2064c
--- /dev/null
+++ b/resources/payment_methods/uob_fpx/logo.svg
@@ -0,0 +1,34 @@
+
+
diff --git a/resources/payment_methods/upi_crypto/icon.svg b/resources/payment_methods/upi_crypto/icon.svg
new file mode 100644
index 000000000..4a46f4754
--- /dev/null
+++ b/resources/payment_methods/upi_crypto/icon.svg
@@ -0,0 +1,303 @@
+
+
diff --git a/resources/payment_methods/upi_crypto/logo.svg b/resources/payment_methods/upi_crypto/logo.svg
new file mode 100644
index 000000000..4a46f4754
--- /dev/null
+++ b/resources/payment_methods/upi_crypto/logo.svg
@@ -0,0 +1,303 @@
+
+
diff --git a/resources/payment_methods/upi_qr/icon.png b/resources/payment_methods/upi_qr/icon.png
new file mode 100644
index 000000000..c794abcc6
Binary files /dev/null and b/resources/payment_methods/upi_qr/icon.png differ
diff --git a/resources/payment_methods/upi_qr/logo.png b/resources/payment_methods/upi_qr/logo.png
new file mode 100644
index 000000000..025202a00
Binary files /dev/null and b/resources/payment_methods/upi_qr/logo.png differ
diff --git a/resources/payment_methods/usd_coin/icon.png b/resources/payment_methods/usd_coin/icon.png
new file mode 100644
index 000000000..f472ec671
Binary files /dev/null and b/resources/payment_methods/usd_coin/icon.png differ
diff --git a/resources/payment_methods/usd_coin/logo.svg b/resources/payment_methods/usd_coin/logo.svg
new file mode 100644
index 000000000..083268dec
--- /dev/null
+++ b/resources/payment_methods/usd_coin/logo.svg
@@ -0,0 +1,15 @@
+
+
\ No newline at end of file
diff --git a/resources/payment_methods/va_may_bank/icon.svg b/resources/payment_methods/va_may_bank/icon.svg
new file mode 100644
index 000000000..b0bda3647
--- /dev/null
+++ b/resources/payment_methods/va_may_bank/icon.svg
@@ -0,0 +1,38 @@
+
+
+
+
+
+
+
+
+
+]>
+
diff --git a/resources/payment_methods/va_may_bank/logo.svg b/resources/payment_methods/va_may_bank/logo.svg
new file mode 100644
index 000000000..0ec3d9a2b
--- /dev/null
+++ b/resources/payment_methods/va_may_bank/logo.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/payment_methods/venom/icon.png b/resources/payment_methods/venom/icon.png
new file mode 100644
index 000000000..ec0920765
Binary files /dev/null and b/resources/payment_methods/venom/icon.png differ
diff --git a/resources/payment_methods/venom/logo.svg b/resources/payment_methods/venom/logo.svg
new file mode 100644
index 000000000..b31495c61
--- /dev/null
+++ b/resources/payment_methods/venom/logo.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/payment_methods/vib_bank/icon.png b/resources/payment_methods/vib_bank/icon.png
new file mode 100644
index 000000000..efa7f7812
Binary files /dev/null and b/resources/payment_methods/vib_bank/icon.png differ
diff --git a/resources/payment_methods/vib_bank/logo_vib.png b/resources/payment_methods/vib_bank/logo_vib.png
new file mode 100644
index 000000000..00c6fcec0
Binary files /dev/null and b/resources/payment_methods/vib_bank/logo_vib.png differ
diff --git a/resources/payment_methods/viet_a_bank/icon.png b/resources/payment_methods/viet_a_bank/icon.png
new file mode 100644
index 000000000..aab557d04
Binary files /dev/null and b/resources/payment_methods/viet_a_bank/icon.png differ
diff --git a/resources/payment_methods/viet_a_bank/logo.png b/resources/payment_methods/viet_a_bank/logo.png
new file mode 100644
index 000000000..f20a101e1
Binary files /dev/null and b/resources/payment_methods/viet_a_bank/logo.png differ
diff --git a/resources/payment_methods/viet_bank/icon.png b/resources/payment_methods/viet_bank/icon.png
new file mode 100644
index 000000000..89a248265
Binary files /dev/null and b/resources/payment_methods/viet_bank/icon.png differ
diff --git a/resources/payment_methods/viet_bank/logo.png b/resources/payment_methods/viet_bank/logo.png
new file mode 100644
index 000000000..893a3d828
Binary files /dev/null and b/resources/payment_methods/viet_bank/logo.png differ
diff --git a/resources/payment_methods/viet_capital_bank/icon.png b/resources/payment_methods/viet_capital_bank/icon.png
new file mode 100644
index 000000000..78e708090
Binary files /dev/null and b/resources/payment_methods/viet_capital_bank/icon.png differ
diff --git a/resources/payment_methods/viet_capital_bank/logo.png b/resources/payment_methods/viet_capital_bank/logo.png
new file mode 100644
index 000000000..036414f82
Binary files /dev/null and b/resources/payment_methods/viet_capital_bank/logo.png differ
diff --git a/resources/payment_methods/viettelpay/icon.svg b/resources/payment_methods/viettelpay/icon.svg
new file mode 100644
index 000000000..7e7406d32
--- /dev/null
+++ b/resources/payment_methods/viettelpay/icon.svg
@@ -0,0 +1,20 @@
+
diff --git a/resources/payment_methods/viettelpay/logo.svg b/resources/payment_methods/viettelpay/logo.svg
new file mode 100644
index 000000000..7e7406d32
--- /dev/null
+++ b/resources/payment_methods/viettelpay/logo.svg
@@ -0,0 +1,20 @@
+
diff --git a/resources/payment_methods/vnpay_qr/icon.png b/resources/payment_methods/vnpay_qr/icon.png
new file mode 100644
index 000000000..e2d796607
Binary files /dev/null and b/resources/payment_methods/vnpay_qr/icon.png differ
diff --git a/resources/payment_methods/vnpay_qr/logo.png b/resources/payment_methods/vnpay_qr/logo.png
new file mode 100644
index 000000000..6e39c425e
Binary files /dev/null and b/resources/payment_methods/vnpay_qr/logo.png differ
diff --git a/resources/payment_methods/vodafone_cash/icon.png b/resources/payment_methods/vodafone_cash/icon.png
new file mode 100644
index 000000000..fd12b3bc4
Binary files /dev/null and b/resources/payment_methods/vodafone_cash/icon.png differ
diff --git a/resources/payment_methods/vodafone_cash/logo.svg b/resources/payment_methods/vodafone_cash/logo.svg
new file mode 100644
index 000000000..10b057541
--- /dev/null
+++ b/resources/payment_methods/vodafone_cash/logo.svg
@@ -0,0 +1,6 @@
+
\ No newline at end of file
diff --git a/resources/payment_methods/vodafone_mpesa/icon.png b/resources/payment_methods/vodafone_mpesa/icon.png
new file mode 100644
index 000000000..6c78ea6eb
Binary files /dev/null and b/resources/payment_methods/vodafone_mpesa/icon.png differ
diff --git a/resources/payment_methods/vodafone_mpesa/logo.png b/resources/payment_methods/vodafone_mpesa/logo.png
new file mode 100644
index 000000000..6c78ea6eb
Binary files /dev/null and b/resources/payment_methods/vodafone_mpesa/logo.png differ
diff --git a/resources/payment_methods/vodafone_pay/icon.png b/resources/payment_methods/vodafone_pay/icon.png
new file mode 100644
index 000000000..fd12b3bc4
Binary files /dev/null and b/resources/payment_methods/vodafone_pay/icon.png differ
diff --git a/resources/payment_methods/vodafone_pay/logo.svg b/resources/payment_methods/vodafone_pay/logo.svg
new file mode 100644
index 000000000..10b057541
--- /dev/null
+++ b/resources/payment_methods/vodafone_pay/logo.svg
@@ -0,0 +1,6 @@
+
\ No newline at end of file
diff --git a/resources/payment_methods/vp_bank/icon.png b/resources/payment_methods/vp_bank/icon.png
new file mode 100644
index 000000000..079ab7fd1
Binary files /dev/null and b/resources/payment_methods/vp_bank/icon.png differ
diff --git a/resources/payment_methods/vp_bank/logo.png b/resources/payment_methods/vp_bank/logo.png
new file mode 100644
index 000000000..c43f8695b
Binary files /dev/null and b/resources/payment_methods/vp_bank/logo.png differ
diff --git a/resources/payment_methods/vrb_bank/icon.png b/resources/payment_methods/vrb_bank/icon.png
new file mode 100644
index 000000000..816c2a70c
Binary files /dev/null and b/resources/payment_methods/vrb_bank/icon.png differ
diff --git a/resources/payment_methods/vrb_bank/logo.png b/resources/payment_methods/vrb_bank/logo.png
new file mode 100644
index 000000000..98a5571a2
Binary files /dev/null and b/resources/payment_methods/vrb_bank/logo.png differ
diff --git a/resources/payment_methods/walmart/icon.svg b/resources/payment_methods/walmart/icon.svg
new file mode 100644
index 000000000..aaac66bc6
--- /dev/null
+++ b/resources/payment_methods/walmart/icon.svg
@@ -0,0 +1,25 @@
+
+
+
diff --git a/resources/payment_methods/walmart/logo.svg b/resources/payment_methods/walmart/logo.svg
new file mode 100644
index 000000000..aaac66bc6
--- /dev/null
+++ b/resources/payment_methods/walmart/logo.svg
@@ -0,0 +1,25 @@
+
+
+
diff --git a/resources/payment_methods/walmart_express/icon.svg b/resources/payment_methods/walmart_express/icon.svg
new file mode 100644
index 000000000..a284a5c43
--- /dev/null
+++ b/resources/payment_methods/walmart_express/icon.svg
@@ -0,0 +1,17 @@
+
diff --git a/resources/payment_methods/walmart_express/logo.svg b/resources/payment_methods/walmart_express/logo.svg
new file mode 100644
index 000000000..a284a5c43
--- /dev/null
+++ b/resources/payment_methods/walmart_express/logo.svg
@@ -0,0 +1,17 @@
+
diff --git a/resources/payment_methods/wave/icon.png b/resources/payment_methods/wave/icon.png
new file mode 100644
index 000000000..1912b085c
Binary files /dev/null and b/resources/payment_methods/wave/icon.png differ
diff --git a/resources/payment_methods/wave/logo.png b/resources/payment_methods/wave/logo.png
new file mode 100644
index 000000000..1912b085c
Binary files /dev/null and b/resources/payment_methods/wave/logo.png differ
diff --git a/resources/payment_methods/western_union_panama_cash/icon.png b/resources/payment_methods/western_union_panama_cash/icon.png
new file mode 100644
index 000000000..dba31b9b4
Binary files /dev/null and b/resources/payment_methods/western_union_panama_cash/icon.png differ
diff --git a/resources/payment_methods/western_union_panama_cash/logo.png b/resources/payment_methods/western_union_panama_cash/logo.png
new file mode 100644
index 000000000..dba31b9b4
Binary files /dev/null and b/resources/payment_methods/western_union_panama_cash/logo.png differ
diff --git a/resources/payment_methods/wilobank/icon.png b/resources/payment_methods/wilobank/icon.png
new file mode 100644
index 000000000..efcc081e6
Binary files /dev/null and b/resources/payment_methods/wilobank/icon.png differ
diff --git a/resources/payment_methods/wilobank/logo.png b/resources/payment_methods/wilobank/logo.png
new file mode 100644
index 000000000..efcc081e6
Binary files /dev/null and b/resources/payment_methods/wilobank/logo.png differ
diff --git a/resources/payment_methods/zalopay/icon.svg b/resources/payment_methods/zalopay/icon.svg
new file mode 100644
index 000000000..33bb85ae5
--- /dev/null
+++ b/resources/payment_methods/zalopay/icon.svg
@@ -0,0 +1,9 @@
+
diff --git a/resources/payment_methods/zalopay/logo.svg b/resources/payment_methods/zalopay/logo.svg
new file mode 100644
index 000000000..33bb85ae5
--- /dev/null
+++ b/resources/payment_methods/zalopay/logo.svg
@@ -0,0 +1,9 @@
+
diff --git a/resources/payment_methods/zamtel/icon.png b/resources/payment_methods/zamtel/icon.png
new file mode 100644
index 000000000..4b498f932
Binary files /dev/null and b/resources/payment_methods/zamtel/icon.png differ
diff --git a/resources/payment_methods/zamtel/logo.png b/resources/payment_methods/zamtel/logo.png
new file mode 100644
index 000000000..0ade307af
Binary files /dev/null and b/resources/payment_methods/zamtel/logo.png differ
diff --git a/resources/payment_methods/zen_wallet/icon.svg b/resources/payment_methods/zen_wallet/icon.svg
new file mode 100644
index 000000000..8a7badb29
--- /dev/null
+++ b/resources/payment_methods/zen_wallet/icon.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/payment_methods/zen_wallet/logo.svg b/resources/payment_methods/zen_wallet/logo.svg
new file mode 100644
index 000000000..8a7badb29
--- /dev/null
+++ b/resources/payment_methods/zen_wallet/logo.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/payment_methods/ziraat_bankasi/icon.png b/resources/payment_methods/ziraat_bankasi/icon.png
new file mode 100644
index 000000000..8ae387059
Binary files /dev/null and b/resources/payment_methods/ziraat_bankasi/icon.png differ
diff --git a/resources/payment_methods/ziraat_bankasi/logo.png b/resources/payment_methods/ziraat_bankasi/logo.png
new file mode 100644
index 000000000..407e6fad0
Binary files /dev/null and b/resources/payment_methods/ziraat_bankasi/logo.png differ
diff --git a/resources/payment_providers/10pay/icon.svg b/resources/payment_providers/10pay/icon.svg
new file mode 100644
index 000000000..dc55bfc8b
--- /dev/null
+++ b/resources/payment_providers/10pay/icon.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/payment_providers/10pay/logo.svg b/resources/payment_providers/10pay/logo.svg
new file mode 100644
index 000000000..dc55bfc8b
--- /dev/null
+++ b/resources/payment_providers/10pay/logo.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/payment_providers/123pay/icon.svg b/resources/payment_providers/123pay/icon.svg
new file mode 100644
index 000000000..4336652e3
--- /dev/null
+++ b/resources/payment_providers/123pay/icon.svg
@@ -0,0 +1,9 @@
+
diff --git a/resources/payment_providers/123pay/logo.svg b/resources/payment_providers/123pay/logo.svg
new file mode 100644
index 000000000..4336652e3
--- /dev/null
+++ b/resources/payment_providers/123pay/logo.svg
@@ -0,0 +1,9 @@
+
diff --git a/resources/payment_providers/4bill/icon.svg b/resources/payment_providers/4bill/icon.svg
index 8551944aa..f397a434f 100644
--- a/resources/payment_providers/4bill/icon.svg
+++ b/resources/payment_providers/4bill/icon.svg
@@ -1 +1,39 @@
-
\ No newline at end of file
+
+
diff --git a/resources/payment_providers/4bill/logo.svg b/resources/payment_providers/4bill/logo.svg
index 8551944aa..15b7dde25 100644
--- a/resources/payment_providers/4bill/logo.svg
+++ b/resources/payment_providers/4bill/logo.svg
@@ -1 +1,12 @@
-
\ No newline at end of file
+
diff --git a/resources/payment_providers/abex/icon.svg b/resources/payment_providers/abex/icon.svg
new file mode 100644
index 000000000..778e95b73
--- /dev/null
+++ b/resources/payment_providers/abex/icon.svg
@@ -0,0 +1,62 @@
+
+
diff --git a/resources/payment_providers/abex/logo.svg b/resources/payment_providers/abex/logo.svg
new file mode 100644
index 000000000..254ad8c4b
--- /dev/null
+++ b/resources/payment_providers/abex/logo.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/payment_providers/addonpayments/icon.svg b/resources/payment_providers/addonpayments/icon.svg
new file mode 100644
index 000000000..9611d219b
--- /dev/null
+++ b/resources/payment_providers/addonpayments/icon.svg
@@ -0,0 +1,135 @@
+
+
diff --git a/resources/payment_providers/addonpayments/logo.svg b/resources/payment_providers/addonpayments/logo.svg
new file mode 100644
index 000000000..27f59842c
--- /dev/null
+++ b/resources/payment_providers/addonpayments/logo.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/payment_providers/advcash/icon.svg b/resources/payment_providers/advcash/icon.svg
index d4d8f0d80..87263f488 100644
--- a/resources/payment_providers/advcash/icon.svg
+++ b/resources/payment_providers/advcash/icon.svg
@@ -1,19 +1 @@
-
-
+
\ No newline at end of file
diff --git a/resources/payment_providers/advcash/logo.svg b/resources/payment_providers/advcash/logo.svg
index 4fd037f98..3c8de47de 100644
--- a/resources/payment_providers/advcash/logo.svg
+++ b/resources/payment_providers/advcash/logo.svg
@@ -1,19 +1 @@
-
-
+
\ No newline at end of file
diff --git a/resources/payment_providers/aeteredge/icon.svg b/resources/payment_providers/aeteredge/icon.svg
new file mode 100644
index 000000000..f48e37109
--- /dev/null
+++ b/resources/payment_providers/aeteredge/icon.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/payment_providers/aeteredge/logo.svg b/resources/payment_providers/aeteredge/logo.svg
new file mode 100644
index 000000000..f48e37109
--- /dev/null
+++ b/resources/payment_providers/aeteredge/logo.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/payment_providers/agentglobal/icon.png b/resources/payment_providers/agentglobal/icon.png
new file mode 100644
index 000000000..8a1b55d9d
Binary files /dev/null and b/resources/payment_providers/agentglobal/icon.png differ
diff --git a/resources/payment_providers/agentglobal/logo.png b/resources/payment_providers/agentglobal/logo.png
new file mode 100644
index 000000000..8a1b55d9d
Binary files /dev/null and b/resources/payment_providers/agentglobal/logo.png differ
diff --git a/resources/payment_providers/aifory/icon.png b/resources/payment_providers/aifory/icon.png
new file mode 100644
index 000000000..4f32c3a54
Binary files /dev/null and b/resources/payment_providers/aifory/icon.png differ
diff --git a/resources/payment_providers/aifory/logo.png b/resources/payment_providers/aifory/logo.png
new file mode 100644
index 000000000..4f32c3a54
Binary files /dev/null and b/resources/payment_providers/aifory/logo.png differ
diff --git a/resources/payment_providers/aipay/icon.png b/resources/payment_providers/aipay/icon.png
new file mode 100644
index 000000000..3a5e9e34d
Binary files /dev/null and b/resources/payment_providers/aipay/icon.png differ
diff --git a/resources/payment_providers/aipay/logo.png b/resources/payment_providers/aipay/logo.png
new file mode 100644
index 000000000..3a5e9e34d
Binary files /dev/null and b/resources/payment_providers/aipay/logo.png differ
diff --git a/resources/payment_providers/airpay/icon.svg b/resources/payment_providers/airpay/icon.svg
new file mode 100644
index 000000000..27ab655ff
--- /dev/null
+++ b/resources/payment_providers/airpay/icon.svg
@@ -0,0 +1,28 @@
+
+
+
+
diff --git a/resources/payment_providers/airpay/logo.svg b/resources/payment_providers/airpay/logo.svg
new file mode 100644
index 000000000..27ab655ff
--- /dev/null
+++ b/resources/payment_providers/airpay/logo.svg
@@ -0,0 +1,28 @@
+
+
+
+
diff --git a/resources/payment_providers/alfabank/icon.svg b/resources/payment_providers/alfabank/icon.svg
index 8c6221fbc..8fdda9dcf 100644
--- a/resources/payment_providers/alfabank/icon.svg
+++ b/resources/payment_providers/alfabank/icon.svg
@@ -1,18 +1,11 @@
-
-