Sinch Node.js SDK - v1.5.0
    Preparing search index...

    Interface PaymentStatusUpdateEvent

    interface PaymentStatusUpdateEvent {
        payment_status?: PaymentStatusEnum;
        payment_transaction_id?: string;
        payment_transaction_status?: PaymentTransactionStatusEnum;
        reference_id?: string;
    }
    Index

    Properties

    payment_status?: PaymentStatusEnum

    The stage the payment has reached within the payment flow.

    payment_transaction_id?: string

    Unique identifier of the payment_transaction_status.

    payment_transaction_status?: PaymentTransactionStatusEnum

    The status of the stage detailed in payment_status.

    reference_id?: string

    Unique identifier for the corresponding payment of a particular order.