Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 13.8 KB

File metadata and controls

10 lines (7 loc) · 13.8 KB

TransactionUpdate

Fields

Field Type Required Description Example
ExternalIdentifier string An external identifier that can be used to match the transaction against your own records. transaction-12345
Metadata Dictionary<String, string> Additional information about the transaction stored as key-value pairs. If provided, the whole value will be overridden. {
"cohort": "cohort-12345",
"order": "order-12345"
}
ConnectionOptions TransactionConnectionOptions Allows for passing optional configuration per connection to take advantage of connection specific features. When provided, the data is only passed to the target connection type to prevent sharing configuration across connections. Please note that each of the keys this object are in kebab-case, for example cybersource-anti-fraud as they represent the ID of the connector. All the other keys will be snake case, for example merchant_defined_data or camel case to match an external API that the connector uses. If provided, the whole value will be overridden.