Skip to content

Commit

Permalink
PC-8079: add services for tether currency
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxym Antonyshyn authored and michaelkuzyk committed Sep 16, 2021
1 parent 239e680 commit 59b074f
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions data/payment_services.json
Expand Up @@ -7035,6 +7035,42 @@
"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_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_usdt_invoice",
"flow": "invoice",
"method": "tether",
"currency": "USDT",
"amount_min": 0.01,
"amount_max": 100000
},
{
"status": "active",
"code": "tether_eur_invoice",
Expand Down

0 comments on commit 59b074f

Please sign in to comment.