PaymentStateInput

Version 2024-04-01

Overview

Represents the state of payments to be provided in input.

Values

Enum ValueDescription
AUTHORIZED

The payment has been authorized.

CANCELED

DeprecatedUse CANCELLED instead.

The payment was canceled.

CANCELLED

The payment was cancelled.

CAPTURED

The Payment has been captured.

CLIENT_ACTION_REQUIRED

The client needs to complete actions before the payment can be confirmed.

CREATED

The payment is in progress.

FAILED

The payment failed.

IN_PROGRESS

The payment is in progress.

NOT_STARTED

The payment has not started processing.

READY_FOR_CONFIRMATION

The payment is ready for confirmation.

REFUNDED

DeprecatedProvide RefundInput instead of setting payment state to REFUNDED.

The payment was refunded.

SUCCESS

The payment succeeded.