Adyen · Schema

AdditionalDataRetry

AdditionalDataRetry schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

Name Type Description
retry.chainAttemptNumber string The number of times the transaction (not order) has been retried between different payment service providers. For instance, the `chainAttemptNumber` set to 2 means that this transaction has been recen
retry.orderAttemptNumber string The index of the attempt to bill a particular order, which is identified by the `merchantOrderReference` field. For example, if a recurring transaction fails and is retried one day later, then the ord
retry.skipRetry string The Boolean value indicating whether Adyen should skip or retry this transaction, if possible. > If you submit `retry.chainAttemptNumber`, `retry.orderAttemptNumber`, and `retry.skipRetry` values, we
View JSON Schema on GitHub