For AI agents: visit https://evy.readme.io/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI. Append .md to any documentation page URL to get its markdown version.
Unique identifier for the orders intent in your store such as a service order id. An identifier may only contain alphanumerics 0-9a-zA-Z and unreserved characters - ._~ . Any other special characters must be safely encoded.
evy_id
string
Unique identifier (UUID) generated by Evy of the order intent.
object
string, value is orders_intent
String representing the object’s type. Objects of the same type share the same value.
created_at
timestamp
Time at which the object was created. Formatted as a RFC 3339 timestamp, with up to nanosecond precision.
status
enum, possible values are created, expired, paid
The status of the intent.
expires_at
timestamp
The timestamp at which the Intent will expire. Formatted as a RFC 3339 timestamp, with up to nanosecond precision.
payment_url
string
The URL to the payment gateway. Redirect customers to this URL to take them to Evy Checkout.
store_id
string
The unique identifier of the store the orders intent belongs to.