merchantOrderReference property

  1. @BuiltValueField.new(wireName: r'merchantOrderReference')
String? get merchantOrderReference

This reference allows linking multiple transactions to each other for reporting purposes (i.e. order auth-rate). The reference should be unique per billing cycle. The same merchant order reference should never be reused after the first authorised attempt. If used, this field should be supplied for all incoming authorisations. > We strongly recommend you send the merchantOrderReference value to benefit from linking payment requests when authorisation retries take place. In addition, we recommend you provide retry.orderAttemptNumber, retry.chainAttemptNumber, and retry.skipRetry values in PaymentRequest.additionalData.

Implementation

@BuiltValueField(wireName: r'merchantOrderReference')
String? get merchantOrderReference;