PayNow

CheckoutDTO

idstringRequired
The Flake ID of the Checkout
linesCheckoutLineDTO[]Required
The lines of the Checkout
idstringRequired
The ID of the Checkout line
metadataobjectRequired
Metadata associated with the Checkout Line
product_idstringRequired
The Product Flake ID of the Checkout Line
product_version_idstringRequired
The Product Version Flake ID of the Checkout Line
metadataobjectRequired
Metadata associated with the checkout
Example
{
  "id": "411486491630370816",
  "metadata": {},
  "lines": [
    {
      "id": "411486491630370816",
      "product_id": "411486491630370816",
      "product_version_id": "411486491630370816",
      "metadata": {}
    }
  ]
}