PaymentAccountResponse: {
    isVerificationRequested: boolean;
    isWalletCreatedAfterAuctanePayLaunch: boolean;
    limit: number;
    limitRemaining: number;
    surchargeEnrollmentStatus: SE.PaymentAccountEnrollmentStatus;
    trustLevel: SE.PaymentAccountTrustLevel;
}

Type declaration

  • isVerificationRequested: boolean

    Boolean to know if there is a IDV in progress

  • isWalletCreatedAfterAuctanePayLaunch: boolean

    Determine if the Wallet was created with Auctane Pay

  • limit: number

    Max amount of money the user can use

  • limitRemaining: number

    Remaining amount of money

  • surchargeEnrollmentStatus: SE.PaymentAccountEnrollmentStatus

    Represents the surcharge enrollment status for an account.

  • trustLevel: SE.PaymentAccountTrustLevel

    Auctane Pay's trust level for a particular customer.

Generated using TypeDoc