@sumup/sdk
    Preparing search index...

    Type Alias CreateReaderCheckoutResponse

    CreateReaderCheckoutResponse

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

    Properties

    Properties

    data: { client_transaction_id: string }

    Type Declaration

    • 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.