We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e95ae81 commit 956f9b0Copy full SHA for 956f9b0
1 file changed
src/request/InitCheckoutPaymentRequest.ts
@@ -33,6 +33,7 @@ type InitCheckoutPaymentRequest = {
33
allowInstallmentOnlyCommercialCards?: boolean;
34
forceThreeDS?: boolean;
35
forceAuthForNonCreditCards?: boolean;
36
+ useTopRedirection?: boolean;
37
returnBackUrl?: string;
38
ttl?: number;
39
customInstallments?: CustomInstallment[];
0 commit comments