Interface GetPurchasesResponseInternal

Response from Iaptic's /stripe/purchases API

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

Properties

newAccessToken?: string

Optional new access token

ok: boolean

Whether the request was successful

purchases: Purchase[]

Array of customer's purchases