Skip to content

Commit

Permalink
INT-1549: PG 4bill Add Binancepay
Browse files Browse the repository at this point in the history
  • Loading branch information
VladyslavKL committed Feb 23, 2023
1 parent 76eac10 commit f293ef9
Show file tree
Hide file tree
Showing 2 changed files with 111 additions and 2 deletions.
3 changes: 2 additions & 1 deletion data/payment_providers.json
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,8 @@
"settlepay_wallet",
"applepay",
"googlepay",
"pix_qr"
"pix_qr",
"binancepay"
],
"payout_method": [
"payment_card",
Expand Down
110 changes: 109 additions & 1 deletion data/payment_services.json
Original file line number Diff line number Diff line change
Expand Up @@ -11488,6 +11488,114 @@
"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": "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": 1200000000
},
{
"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",
Expand Down Expand Up @@ -15764,4 +15872,4 @@
"amount_min": 0.01,
"amount_max": 1800000
}
]
]

0 comments on commit f293ef9

Please sign in to comment.