Skip to content

Instantly share code, notes, and snippets.

@manifity
Created November 12, 2019 09:31
Show Gist options
  • Save manifity/7417251693ee6422e811b02b669f20f3 to your computer and use it in GitHub Desktop.
Save manifity/7417251693ee6422e811b02b669f20f3 to your computer and use it in GitHub Desktop.
Estonian user payment_methods
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