The orders intent object

Example orders intent object

{
  "object": "orders_intent",
  "id": "8SD456",
  "evy_id": "c7d36ad1-7a61-41c7-a6d1-9f4403fb4da2",
  "created_at": "2022-03-01T17:28:33.689374Z",
  "expires_at": "2022-04-01T17:28:33.689374Z",
  "status": "created",
  "payment_url": "https://www.evy.eu/payment_gateway/338260b5-102e-446f-9cde-1cdbe696844b",
  "store_id": "24ac248d-7e62-4c19-bb13-02845b2f38a8"
}

Attributes

idstringUnique identifier for the orders intent in your store such as a service order id. An identifier may only contain alphanumerics 0-9 a-z A-Z and unreserved characters - . _ ~ . Any other special characters must be safely encoded.
evy_idstringUnique identifier (UUID) generated by Evy of the order intent.
objectstring, value is orders_intentString representing the object’s type. Objects of the same type share the same value.
created_attimestampTime at which the object was created. Formatted as a RFC 3339 timestamp, with up to nanosecond precision.
statusenum, possible values are created, expired, paidThe status of the intent.
expires_attimestampThe timestamp at which the Intent will expire. Formatted as a RFC 3339 timestamp, with up to nanosecond precision.
payment_urlstringThe URL to the payment gateway. Redirect customers to this URL to take them to Evy Checkout.
store_idstringThe unique identifier of the store the orders intent belongs to.