@paysafe/paysafe-wallet-saas-web
    Preparing search index...

    Interface WalletCheckoutPaymentResponse

    interface WalletCheckoutPaymentResponse {
        amount: number;
        boundSender: WalletCheckoutSenderId;
        completedAt?: string;
        currencyCode: string;
        expiresAt: string;
        id: string;
        merchantRefNum: string;
        payment: WalletCheckoutPayment;
        paymentBoundAt?: string;
        recipient: WalletCheckoutRecipient;
        scaDetails?: ScaAuthenticationEventResponse;
        status: WalletCheckoutSessionStatus;
    }
    Index

    Properties

    amount: number

    The amount to be transferred to the recipient in minor units.

    1000
    
    boundSender: WalletCheckoutSenderId

    Bound sender.

    completedAt?: string

    The timestamp of payment update completion.

    Format should be ISO 8601 in UTC. Represents RFC 3339, section 5.6 date-time.

    "2026-05-08T14:43:33Z"
    
    currencyCode: string

    Currency alphabetic code as specified by ISO 4217.

    "EUR"
    
    expiresAt: string

    The expiration timestamp of the payment.

    Format should be ISO 8601 in UTC. Represents RFC 3339, section 5.6 date-time.

    "2026-05-08T14:43:33Z"
    
    id: string

    The unique identifier of the session.

    merchantRefNum: string

    The merchant reference number of the checkout session.

    payment: WalletCheckoutPayment

    Payment details.

    paymentBoundAt?: string

    The timestamp when the payment is bound.

    Format should be ISO 8601 in UTC. Represents RFC 3339, section 5.6 date-time.

    "2026-05-08T14:43:33Z"
    
    recipient: WalletCheckoutRecipient

    Recipient.

    SCA authentication details.

    Session Status.