@sumup/sdk
    Preparing search index...

    Type Alias CreateReaderCheckoutResponse

    CreateReaderCheckoutResponse

    type CreateReaderCheckoutResponse = {
        data: { checkout_id?: string; client_transaction_id: string };
    }
    Index
    data: { checkout_id?: string; client_transaction_id: string }

    Type Declaration

    • Optionalcheckout_id?: string

      The checkout ID is a unique identifier for the checkout.

    • client_transaction_id: string

      The client transaction ID is a unique identifier for the transaction that is generated for the client.

      It can be used later to fetch the transaction details via the Transactions API.