Responses

  • 200 application/json
    Hide response attributes Show response attributes object
    • locationId string
    • channelLinkId string

      this is the storeId

    • checkoutId string
    • status string

      "completed" or "failed"

      Default value is completed.

    • reason string
    • updatedAt string(date)
POST /validateprogram
Response examples (200)
{
  "locationId": "string",
  "channelLinkId": "string",
  "checkoutId": "string",
  "status": "completed",
  "reason": "string",
  "updatedAt": "2026-05-04"
}