@sumup/sdk
    Preparing search index...

    Type Alias ReaderPaymentRequestParams

    type ReaderPaymentRequestParams = {
        affiliate?: Affiliate;
        client_transaction_id: string;
        tip_amount?: number;
        total_amount: Amount;
    }
    Index
    affiliate?: Affiliate
    client_transaction_id: string

    Caller-supplied correlation identifier, used as the idempotency key.

    tip_amount?: number

    Optional tip amount in minor units, added on top of total_amount.

    total_amount: Amount