Adyen · Schema
CreateOrderResponse
CreateOrderResponse schema from Adyen API
PaymentsFinancial ServicesFintech
Properties
| Name | Type | Description |
|---|---|---|
| additionalData | object | Contains additional information about the payment. Some data fields are included only if you select them first: Go to **Customer Area** > **Developers** > **Additional data**. |
| amount | object | The initial amount of the order. |
| expiresAt | string | The date that the order will expire. |
| fraudResult | object | The fraud result properties of the payment. |
| orderData | string | The encrypted data that will be used by merchant for adding payments to the order. |
| pspReference | string | Adyen's 16-character reference associated with the transaction/request. This value is globally unique; quote it when communicating with us about this request. |
| reference | string | The reference provided by merchant for creating the order. |
| refusalReason | string | If the payment's authorisation is refused or an error occurs during authorisation, this field holds Adyen's mapped reason for the refusal or a description of the error. When a transaction fails, the a |
| remainingAmount | object | The remaining amount in the order. |
| resultCode | string | The result of the order creation request. The value is always **Success**. |