Adyen · Schema
CostEstimateRequest
CostEstimateRequest schema from Adyen API
PaymentsFinancial ServicesFintech
Properties
| Name | Type | Description |
|---|---|---|
| amount | object | The transaction amount used as a base for the cost estimation. |
| assumptions | object | Assumptions made for the expected characteristics of the transaction, for which the charges are being estimated. |
| cardNumber | string | The card number (4-19 characters) for PCI compliant use cases. Do not use any separators. > Either the `cardNumber` or `encryptedCardNumber` field must be provided in a payment request. |
| encryptedCardNumber | string | Encrypted data that stores card information for non PCI-compliant use cases. The encrypted data must be created with the Checkout Card Component or Secured Fields Component, and must contain the `encr |
| merchantAccount | string | The merchant account identifier you want to process the (transaction) request with. |
| merchantDetails | object | Additional data for merchants who don't use Adyen as the payment authorisation gateway. |
| recurring | object | The recurring settings for the payment. Use this property when you want to enable [recurring payments](https://docs.adyen.com/online-payments/tokenization). |
| selectedRecurringDetailReference | string | The `recurringDetailReference` you want to use for this cost estimate. The value `LATEST` can be used to select the most recently stored recurring detail. |
| shopperInteraction | string | Specifies the sales channel, through which the shopper gives their card details, and whether the shopper is a returning customer. For the web service API, Adyen assumes Ecommerce shopper interaction b |
| shopperReference | string | Required for recurring payments. Your reference to uniquely identify this shopper, for example user ID or account ID. Minimum length: 3 characters. > Your reference must not include personally identif |