-
-
Save manifity/7417251693ee6422e811b02b669f20f3 to your computer and use it in GitHub Desktop.
Estonian user payment_methods
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HTTP 200 OK | |
Allow: GET, HEAD, OPTIONS | |
Content-Type: application/json | |
Vary: Accept | |
{ | |
"audio": 27000, | |
"standard_free": 153000, | |
"free": 40000, | |
"standard": 113000, | |
"only_pro": 15000, | |
"total": 195000, | |
"counters": { | |
"audio": 27000, | |
"standard_free": 153000, | |
"free": 40000, | |
"standard": 113000, | |
"only_pro": 15000, | |
"total": 195000 | |
}, | |
"region": { | |
"name": "Eesti", | |
"default_language": "et", | |
"currency": "Доллар США", | |
"languages": [ | |
"en", | |
"uk", | |
"et", | |
"ru" | |
], | |
"payment_methods": [ | |
{ | |
"slug": "paypal", | |
"name": "PayPal", | |
"image": null, | |
"description": "PayPal" | |
}, | |
{ | |
"slug": "google_play", | |
"name": "google_play", | |
"image": null, | |
"description": "" | |
}, | |
{ | |
"slug": "credit_card", | |
"name": "Кредитной картой", | |
"image": "paymentmethods/premium_old_user.png", | |
"description": "Банковской картой" | |
}, | |
{ | |
"slug": "mir_card", | |
"name": "Оплата картой МИР", | |
"image": null, | |
"description": "newnew" | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment