iaptic-js
    Preparing search index...

    Interface GetPurchasesResponseInternal

    Response from Iaptic's /stripe/purchases API

    interface GetPurchasesResponse {
        newAccessToken?: string;
        ok: boolean;
        purchases: Purchase[];
    }
    Index

    Properties

    newAccessToken?: string

    Optional new access token

    ok: boolean

    Whether the request was successful

    purchases: Purchase[]

    Array of customer's purchases