PayFanout API reference
    Preparing search index...

    Interface SavePaymentMethodInput

    Standalone vaulting for tokenize-first PSPs (Paysafe): the client's confirm() produced a single-use clientToken; this converts it into a permanent stored instrument under the customer. Confirm-on-client PSPs (Stripe) vault during checkout instead (savePaymentMethod on the session).

    interface SavePaymentMethodInput {
        clientToken: string;
        idempotencyKey: string;
        pspCustomerId: string;
    }
    Index
    clientToken: string
    idempotencyKey: string
    pspCustomerId: string