PayFanout API reference
    Preparing search index...

    Interface RetrieveNativeSubscriptionInput

    interface RetrieveNativeSubscriptionInput {
        savedPaymentMethodToken?: string;
        subscriptionId: string;
    }
    Index
    savedPaymentMethodToken?: string

    Some PSPs key subscriptions by id + vault token (PayZen) — required there, ignored elsewhere. Hosts adopting subscriptions should retain both.

    subscriptionId: string

    The PSP's subscription id (NativeSubscriptionRecord.id).