Interface FinancesApiModelV20240601PaymentMethodDetails

The details of a payment method.

PaymentMethodDetails

interface FinancesApiModelV20240601PaymentMethodDetails {
    accountHolderName?: string;
    assignmentType?: "DEFAULT_DEPOSIT_METHOD" | DefaultDepositMethod;
    countryCode?: string;
    expiryDate?: FinancesApiModelV20240601ExpiryDate;
    paymentMethodId?: string;
    paymentMethodType?:
        | FinancesApiModelV20240601PaymentMethodType
        | "BANK_ACCOUNT"
        | "CARD"
        | "SELLER_WALLET";
    tail?: string;
}

Properties

accountHolderName?: string

The name of the account holder who is registered for the payment method.

PaymentMethodDetails

assignmentType?: "DEFAULT_DEPOSIT_METHOD" | DefaultDepositMethod

PaymentMethodDetails

countryCode?: string

The two-letter country code in ISO 3166-1 alpha-2 format. For payment methods in the card category, the code is for the country where the card was issued. For payment methods in the bank account category, the code is for the country where the account is located.

PaymentMethodDetails

PaymentMethodDetails

paymentMethodId?: string

The payment method identifier.

PaymentMethodDetails

paymentMethodType?:
    | FinancesApiModelV20240601PaymentMethodType
    | "BANK_ACCOUNT"
    | "CARD"
    | "SELLER_WALLET"

PaymentMethodDetails

tail?: string

The last three or four digits of the payment method.

PaymentMethodDetails

MMNEPVFCICPMFPCPTTAAATR