This request helps you calculate the price of an order.
https://proxy-seller.com/personal/api/v1/fj4948ffhg58gh843gh/order/calc
The coupon code, if available
IDs of the payment system. '1' for balance, '43' for the card added to your account
The number of proxies you want to order
The method of authorization. Leave blank if you want to use username and password for authorization
If you want to add a custom goal
The coupon code, if available
IDs of the payment system. '1' for balance, '43' for the card added to your account
The number of proxies you want to order
The method of authorization. Leave blank if you want to use username and password for authorization
If you want to add a custom goal
The coupon code, if available
IDs of the payment system. '1' for balance, '43' for the card added to your account
The number of proxies you want to order
The method of authorization. Leave blank if you want to use username and password for authorization
The coupon code, if available
IDs of the payment system. '1' for balance, '43' for the card added to your account
{
"status": "success",
"data": {
"warning": "",
"balance": 2000,
"total": 9,
"quantity": 5,
"currency": "USD",
"discount": 0.45,
"price": 1.8
},
"errors": []
}
don't have subscribed card
{
"status": "error",
"data": null,
"errors": [
{
"message": "Not subscribed. Add subscribe in personal area /personal/balance/",
"code": 0,
"customData": null
}
]
}
wrong countryId
{
"status": "error",
"data": null,
"errors": [
{
"message": "Country not exists",
"code": 0,
"customData": null
}
]
}
wrong periodId
{
"status": "error",
"data": null,
"errors": [
{
"message": "Set existed [periodId] from reference",
"code": 0,
"customData": null
}
]
}