Interface SimulateIncrementalAuthorizationOutput
Hierarchy
- SimulateIncrementalAuthorizationOutput
Properties
approved
approved: boolean
billedAmount
createdAt
createdAt: Date
Optional
declineReason
declineReason?: string
id
id: string
updatedAt
updatedAt: Date
Output for simulateIncrementalAuthorization.
Property
ID of authorization response. If approved, ID may be used in subsequent incremental authorizations, reversals and debits.
Property
Whether or not authorization is approved.
Property
Amount billed in card's currency.
Property
Decline reason code. Only present if not approved.
Property
Date/timestamp response was created at.
Property
Date/timestamp response was last updated at.