mirror of
https://github.com/gcatanese/adyen-openapi.git
synced 2026-03-10 08:01:24 +00:00
spec release
This commit is contained in:
@@ -12863,19 +12863,29 @@ components:
|
||||
description: A unique identifier of the session.
|
||||
type: string
|
||||
status:
|
||||
description: "The status of the session. The status included in the response\
|
||||
\ doesn't get updated. Don't make the request again to check for payment\
|
||||
\ status updates.\n\nPossible values:\n\n * **completed** \u2013\
|
||||
\ The shopper completed the payment. This means that the payment was authorized.\n\
|
||||
\ * **paymentPending** \u2013 The shopper is in the process of\
|
||||
\ making the payment. This applies to payment methods with an asynchronous\
|
||||
\ flow.\n * **refused** \u2013 The session has been refused, due\
|
||||
\ to too many refused payment attempts. Shoppers can no longer complete\
|
||||
\ the payment with this session.\n * **canceled** \u2013 The shopper\
|
||||
\ canceled the payment.\n * **active** \u2013 The session is still\
|
||||
\ active and can be paid.\n * **expired** \u2013 The session expired\
|
||||
\ (default: 1 hour after session creation). Shoppers can no longer complete\
|
||||
\ the payment with this session.\n"
|
||||
description: 'The status of the session. The status included in the response
|
||||
doesn''t get updated. Don''t make the request again to check for payment
|
||||
status updates.
|
||||
|
||||
|
||||
Possible values:
|
||||
|
||||
* **completed**: the shopper completed the payment, and the payment was
|
||||
authorized.
|
||||
|
||||
* **paymentPending**: the shopper is in the process of making the payment.
|
||||
This applies to payment methods with an asynchronous flow, like voucher
|
||||
payments where the shopper completes the payment in a physical shop.
|
||||
|
||||
* **refused**: the session has been refused, because of too many refused
|
||||
payment attempts. The shopper can no longer complete the payment with
|
||||
this session.
|
||||
|
||||
* **canceled**: the shopper canceled the payment.
|
||||
|
||||
* **expired**: the session expired. The shopper can no longer complete
|
||||
the payment with this session. By default, the session expires one hour
|
||||
after it is created.'
|
||||
enum:
|
||||
- active
|
||||
- canceled
|
||||
|
||||
@@ -13108,19 +13108,29 @@ components:
|
||||
description: A unique identifier of the session.
|
||||
type: string
|
||||
status:
|
||||
description: "The status of the session. The status included in the response\
|
||||
\ doesn't get updated. Don't make the request again to check for payment\
|
||||
\ status updates.\n\nPossible values:\n\n * **completed** \u2013\
|
||||
\ The shopper completed the payment. This means that the payment was authorized.\n\
|
||||
\ * **paymentPending** \u2013 The shopper is in the process of\
|
||||
\ making the payment. This applies to payment methods with an asynchronous\
|
||||
\ flow.\n * **refused** \u2013 The session has been refused, due\
|
||||
\ to too many refused payment attempts. Shoppers can no longer complete\
|
||||
\ the payment with this session.\n * **canceled** \u2013 The shopper\
|
||||
\ canceled the payment.\n * **active** \u2013 The session is still\
|
||||
\ active and can be paid.\n * **expired** \u2013 The session expired\
|
||||
\ (default: 1 hour after session creation). Shoppers can no longer complete\
|
||||
\ the payment with this session.\n"
|
||||
description: 'The status of the session. The status included in the response
|
||||
doesn''t get updated. Don''t make the request again to check for payment
|
||||
status updates.
|
||||
|
||||
|
||||
Possible values:
|
||||
|
||||
* **completed**: the shopper completed the payment, and the payment was
|
||||
authorized.
|
||||
|
||||
* **paymentPending**: the shopper is in the process of making the payment.
|
||||
This applies to payment methods with an asynchronous flow, like voucher
|
||||
payments where the shopper completes the payment in a physical shop.
|
||||
|
||||
* **refused**: the session has been refused, because of too many refused
|
||||
payment attempts. The shopper can no longer complete the payment with
|
||||
this session.
|
||||
|
||||
* **canceled**: the shopper canceled the payment.
|
||||
|
||||
* **expired**: the session expired. The shopper can no longer complete
|
||||
the payment with this session. By default, the session expires one hour
|
||||
after it is created.'
|
||||
enum:
|
||||
- active
|
||||
- canceled
|
||||
|
||||
@@ -13379,19 +13379,29 @@ components:
|
||||
description: A unique identifier of the session.
|
||||
type: string
|
||||
status:
|
||||
description: "The status of the session. The status included in the response\
|
||||
\ doesn't get updated. Don't make the request again to check for payment\
|
||||
\ status updates.\n\nPossible values:\n\n * **completed** \u2013\
|
||||
\ The shopper completed the payment. This means that the payment was authorized.\n\
|
||||
\ * **paymentPending** \u2013 The shopper is in the process of\
|
||||
\ making the payment. This applies to payment methods with an asynchronous\
|
||||
\ flow.\n * **refused** \u2013 The session has been refused, due\
|
||||
\ to too many refused payment attempts. Shoppers can no longer complete\
|
||||
\ the payment with this session.\n * **canceled** \u2013 The shopper\
|
||||
\ canceled the payment.\n * **active** \u2013 The session is still\
|
||||
\ active and can be paid.\n * **expired** \u2013 The session expired\
|
||||
\ (default: 1 hour after session creation). Shoppers can no longer complete\
|
||||
\ the payment with this session.\n"
|
||||
description: 'The status of the session. The status included in the response
|
||||
doesn''t get updated. Don''t make the request again to check for payment
|
||||
status updates.
|
||||
|
||||
|
||||
Possible values:
|
||||
|
||||
* **completed**: the shopper completed the payment, and the payment was
|
||||
authorized.
|
||||
|
||||
* **paymentPending**: the shopper is in the process of making the payment.
|
||||
This applies to payment methods with an asynchronous flow, like voucher
|
||||
payments where the shopper completes the payment in a physical shop.
|
||||
|
||||
* **refused**: the session has been refused, because of too many refused
|
||||
payment attempts. The shopper can no longer complete the payment with
|
||||
this session.
|
||||
|
||||
* **canceled**: the shopper canceled the payment.
|
||||
|
||||
* **expired**: the session expired. The shopper can no longer complete
|
||||
the payment with this session. By default, the session expires one hour
|
||||
after it is created.'
|
||||
enum:
|
||||
- active
|
||||
- canceled
|
||||
|
||||
@@ -13191,19 +13191,29 @@ components:
|
||||
description: A unique identifier of the session.
|
||||
type: string
|
||||
status:
|
||||
description: "The status of the session. The status included in the response\
|
||||
\ doesn't get updated. Don't make the request again to check for payment\
|
||||
\ status updates.\n\nPossible values:\n\n * **completed** \u2013\
|
||||
\ The shopper completed the payment. This means that the payment was authorized.\n\
|
||||
\ * **paymentPending** \u2013 The shopper is in the process of\
|
||||
\ making the payment. This applies to payment methods with an asynchronous\
|
||||
\ flow.\n * **refused** \u2013 The session has been refused, due\
|
||||
\ to too many refused payment attempts. Shoppers can no longer complete\
|
||||
\ the payment with this session.\n * **canceled** \u2013 The shopper\
|
||||
\ canceled the payment.\n * **active** \u2013 The session is still\
|
||||
\ active and can be paid.\n * **expired** \u2013 The session expired\
|
||||
\ (default: 1 hour after session creation). Shoppers can no longer complete\
|
||||
\ the payment with this session.\n"
|
||||
description: 'The status of the session. The status included in the response
|
||||
doesn''t get updated. Don''t make the request again to check for payment
|
||||
status updates.
|
||||
|
||||
|
||||
Possible values:
|
||||
|
||||
* **completed**: the shopper completed the payment, and the payment was
|
||||
authorized.
|
||||
|
||||
* **paymentPending**: the shopper is in the process of making the payment.
|
||||
This applies to payment methods with an asynchronous flow, like voucher
|
||||
payments where the shopper completes the payment in a physical shop.
|
||||
|
||||
* **refused**: the session has been refused, because of too many refused
|
||||
payment attempts. The shopper can no longer complete the payment with
|
||||
this session.
|
||||
|
||||
* **canceled**: the shopper canceled the payment.
|
||||
|
||||
* **expired**: the session expired. The shopper can no longer complete
|
||||
the payment with this session. By default, the session expires one hour
|
||||
after it is created.'
|
||||
enum:
|
||||
- active
|
||||
- canceled
|
||||
|
||||
Reference in New Issue
Block a user