Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejs
titleResponse example
{
    "status": "OK",
    "response": {
        "paymentMethods": [
            {
                "id": 1,
                "title": "ОбычнаяManual оплатаpayment",
                "is_simple": 1
            },
            {
                "id": 2,
                "title": "LiqPayPayU",
                "is_simple": 0
            },
            {
                "id": 3,
                "title": "Privat24Stripe",
                "is_simple": 0
            },
            {
                "id": 4,
                "title": "PayPal Native",
                "is_simple": 0
            }
        ]
    }
}

...