From 9f972746a0d6db4f90e420da38da91d1a0543659 Mon Sep 17 00:00:00 2001 From: Avni BALIKCI Date: Wed, 18 Feb 2026 13:53:05 +0300 Subject: [PATCH] Add returnBackUrl to init checkout payment request --- src/request/InitCheckoutPaymentRequest.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/request/InitCheckoutPaymentRequest.ts b/src/request/InitCheckoutPaymentRequest.ts index 8d335a6..4891f8d 100644 --- a/src/request/InitCheckoutPaymentRequest.ts +++ b/src/request/InitCheckoutPaymentRequest.ts @@ -32,6 +32,7 @@ type InitCheckoutPaymentRequest = { allowInstallmentOnlyCommercialCards?: boolean; forceThreeDS?: boolean; forceAuthForNonCreditCards?: boolean; + returnBackUrl?: string; ttl?: number; customInstallments?: CustomInstallment[]; items?: PaymentItem[];