Pay orders
POST
/orders/payWith this endpoint you can pay multiple orders at once.
Request
Body Params application/json
ids
array[integer]
required
An array list of all Order ids you would like to pay.
Example
{
"ids": [
2769,
3154
]
}
Request samples
Responses
No Content(204)
HTTP Code: 204
Content Type : JSONapplication/json
Data Schema
object {0}
Example
{}
Last modified: 2 days ago