Type alias InitiateCheckoutResponse

InitiateCheckoutResponse: {
    __typename?: "InitiateCheckoutResponse";
    redirectUrl?: Maybe<Scalars["URL"]>;
    status?: Maybe<Scalars["String"]>;
    statusMessage?: Maybe<Scalars["String"]>;
}

The response from initiating a purchase checkout.

Type declaration

  • Optional __typename?: "InitiateCheckoutResponse"
  • Optional redirectUrl?: Maybe<Scalars["URL"]>

    The URL to redirect the user to.

  • Optional status?: Maybe<Scalars["String"]>

    The status of the payment

  • Optional statusMessage?: Maybe<Scalars["String"]>

    A message to display to the user which contains checkout information

Generated using TypeDoc