diff --git a/v3/payment_checkout.go b/v3/payment_checkout.go index 7037913..c5ff596 100644 --- a/v3/payment_checkout.go +++ b/v3/payment_checkout.go @@ -23,6 +23,7 @@ type CreatePaymentCheckoutRequest struct { } `json:"customer"` Type PaymentType `json:"type"` Method []PaymentMethod `json:"method"` + ExcludeMethod []string `json:"excludeMethod"` StoreID string `json:"storeId"` RedirectURL string `json:"redirectUrl"` NotifyURL string `json:"notifyUrl"`