@suluk/payments - v0.1.0
    Preparing search index...

    Interface PaymentResponse

    interface PaymentResponse {
        status: PaymentStatus;
        connectorTransactionId?: string;
        redirectionData?: RedirectionData;
        error?: PaymentError;
        amount?: MinorAmount;
    }
    Index

    Properties

    connectorTransactionId?: string
    redirectionData?: RedirectionData
    error?: PaymentError
    amount?: MinorAmount

    the amount actually captured/authorized, when the processor reports it.