Skip to main content
Version: Canary 🚧

CheckoutAuthorizeStatusEnum

Determine a current authorize status for checkout.

We treat the checkout as fully authorized when the sum of authorized and charged funds cover the checkout.total. We treat the checkout as partially authorized when the sum of authorized and charged funds covers only part of the checkout.total We treat the checkout as not authorized when the sum of authorized and charged funds is 0.

NONE - the funds are not authorized PARTIAL - the cover funds don't cover fully the checkout's total FULL - the cover funds covers the checkout's total

enum CheckoutAuthorizeStatusEnum {
NONE
PARTIAL
FULL
}

Values

CheckoutAuthorizeStatusEnum.NONE

CheckoutAuthorizeStatusEnum.PARTIAL

CheckoutAuthorizeStatusEnum.FULL

Member of

Checkout object ● CheckoutFilterInput input


Was this page helpful?