PaymentStateInput
Version 2024-01-01
Important
The Buy with Prime API is offered as a preview and might change as we receive feedback and iterate on the interfaces. We are sharing this early documentation to help you learn about the Buy with Prime API as we write and iterate on the content.
Overview
Represents the state of payments to be provided in input.
Values
Enum Value | Description |
---|---|
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. |
Updated 2 days ago