Skip to content

Commit a7519e1

Browse files
authored
Merge pull request #2322 from openfintechio/feature/INT2-4949-integrate-assanpay-pg-new-api
INT2-4949: integrate assanpay pg new api
2 parents 30fae62 + 2ed6dfe commit a7519e1

2 files changed

Lines changed: 31 additions & 1 deletion

File tree

data/payment_providers.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29283,7 +29283,8 @@
2928329283
"bkash_p2p",
2928429284
"nagad_wallet_p2p",
2928529285
"easypaisa",
29286-
"jazzcash"
29286+
"jazzcash",
29287+
"bank_qr"
2928729288
],
2928829289
"payout_method": [
2928929290
"bkash_limited",

data/payment_services.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27286,6 +27286,35 @@
2728627286
"amount_min": 1,
2728727287
"amount_max": 25000000
2728827288
},
27289+
{
27290+
"status": "active",
27291+
"code": "bank_qr_pkr_transfer",
27292+
"currency": "PKR",
27293+
"flow": "transfer",
27294+
"method": "bank_qr",
27295+
"fields": [
27296+
{
27297+
"key": "account_number",
27298+
"type": "string",
27299+
"required": false,
27300+
"position": 1,
27301+
"label": {
27302+
"en": "Account number",
27303+
"ru": "Номер счета",
27304+
"uk": "Номер рахунку"
27305+
},
27306+
"hint": {
27307+
"en": "Enter account number",
27308+
"ru": "Введите номер счета",
27309+
"uk": "Введіть номер рахунку"
27310+
},
27311+
"regexp": "\/^[0-9]{5,100}$\/",
27312+
"example": "GB97BARC20031877565489"
27313+
}
27314+
],
27315+
"amount_min": 1,
27316+
"amount_max": 25000000
27317+
},
2728927318
{
2729027319
"status": "active",
2729127320
"code": "philippines_va_php_hpp",

0 commit comments

Comments
 (0)