Orders
Validate (release) order
Releases funds from escrow to the seller. If auto_accept is true, the acceptance step is skipped. Moves the order to RELEASED status.
post/orders/{id}/validate
Path parameters
idinteger required
Order ID.
Request body
Response
Order validated
Example response
{
"self": "/2.0/orders/1234",
"currency": "EUR",
"amount": "150.00 €"
}