Validate (release) order
Orders
Validate 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
Validate (release) order
Documentation Index
Fetch the complete documentation index at: https://docs.truust.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Use your account's Secret Key as the Bearer token.
Path Parameters
Order ID.
Body
application/json
Skip the accept step and validate directly.
Response
Order validated
Example:
"/2.0/orders/1234"
Order amount.
Example:
"EUR"
Formatted amount with currency symbol.
Example:
"150.00 €"
Payment URL to share with the buyer.
Acceptance URL to share with the seller.
QR code image URL for the order.
Available options:
DRAFT, PENDING_DETAILS, PENDING_PUBLISH, PUBLISHED, ACCEPTED, REJECTED, CANCELLED, RELEASED Human-readable status label.
When the order was paid.
Hypermedia links to related resources.
