@ptkl/sdk - v1.18.0
    Preparing search index...

    Payload for POST billing/topup.

    interface TopUpPayload {
        amount_cents: number;
        currency?: string;
    }
    Index

    Properties

    amount_cents: number

    Purchase amount in USD cents (e.g. 1000 = $10.00).

    currency?: string

    ISO 4217 currency code. Defaults to "USD" server-side.