Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
75 changes: 75 additions & 0 deletions data/payment_services.json
Original file line number Diff line number Diff line change
Expand Up @@ -8929,6 +8929,15 @@
"amount_min": 0.01,
"amount_max": 9999999
},
{
"status": "active",
"code": "paypal_pln_hpp",
"currency": "PLN",
"flow": "hpp",
"method": "paypal",
"amount_min": 0.01,
"amount_max": 500000
},
{
"status": "active",
"code": "china_citic_bank_cny_hpp",
Expand Down Expand Up @@ -10031,6 +10040,35 @@
"amount_min": 0.01,
"amount_max": 100000
},
{
"status": "active",
"code": "sepa_transfer_pln_hpp",
"currency": "PLN",
"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": 500000
},
{
"status": "active",
"code": "punjab_national_bank_inr_hpp",
Expand Down Expand Up @@ -11755,6 +11793,34 @@
}
]
},
{
"status": "active",
"code": "payment_card_email_pln_hpp",
"currency": "PLN",
"method": "payment_card_email",
"flow": "hpp",
"amount_min": 0.01,
"amount_max": 500000,
"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",
Expand Down Expand Up @@ -37361,6 +37427,15 @@
"amount_min": 0.01,
"amount_max": 92000
},
{
"status": "active",
"code": "online_banking_pln_hpp",
"flow": "hpp",
"method": "online_banking",
"currency": "PLN",
"amount_min": 0.01,
"amount_max": 500000
},
{
"status": "active",
"code": "rapidpagos_bob_hpp",
Expand Down
Loading