Interface iCreatePaymentIntentPayload

interface iCreatePaymentIntentPayload {
    affiliateCode?: string;
    amount: number;
    purpose: "credits" | "deposit";
}

Properties

affiliateCode?: string

The affiliate code to use for the payment

amount: number

The amount in USD to pay

purpose: "credits" | "deposit"

Purpose of the payment

MMNEPVFCICPMFPCPTTAAATR