export interface CreateCardPayload { /** Customer's id */ customer_id: string; /** Card token */ token: string; }