Function payment/exportMethods (http://<DOMAIN>/api/payment/exportMethods/)

Parameters:

Response:

Query example to http://<DOMAIN>/api/payment/exportMethods/

{
    "token": "24a75d0678c49a34030e35baeb376ff3"
}

Response example

{
    "status": "OK",
    "response": {
        "paymentMethods": [
            {
                "id": 1,
                "title": "Manual payment",
                "is_simple": 1
            },
            {
                "id": 2,
                "title": "PayU",
                "is_simple": 0
            },
            {
                "id": 3,
                "title": "Stripe",
                "is_simple": 0
            },
            {
                "id": 4,
                "title": "PayPal Native",
                "is_simple": 0
            }
        ]
    }
}