bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Interface iCreatePaymentIntentPayload

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

    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