diff --git a/src/types/PaymentSheet.ts b/src/types/PaymentSheet.ts index b13560433..9a22b0e0a 100644 --- a/src/types/PaymentSheet.ts +++ b/src/types/PaymentSheet.ts @@ -75,7 +75,9 @@ export type SetupParams = }) | (SetupParamsBase & { customerEphemeralKeySecret?: never; - /** The client secret of this Customer Session. Used on the client to set up secure access to the given customer. */ + /** (Experimental) This parameter can be changed or removed at any time (use at your own risk). + * The client secret of this Customer Session. Used on the client to set up secure access to the given customer. + */ customerSessionClientSecret: string; }) | SetupParamsBase;