PayFanout API reference
    Preparing search index...

    Interface CreateCustomerInput

    interface CreateCustomerInput {
        email?: string;
        id?: string;
        idempotencyKey: string;
        metadata?: Record<string, string>;
        name?: string;
    }
    Index
    email?: string
    id?: string

    Host-app user id, round-tripped via PSP metadata where supported.

    idempotencyKey: string
    metadata?: Record<string, string>
    name?: string