Duplicate detection and send receipts flags
NewA duplicate detection flag has been added to the platform settings page. This functionality has been on by default and this provides the platform with the option to turn off this feature.
There is already a flag on the POST /transactions/pay endpoint that enables the caller to turn on payer receipts for that individual transaction. We have now added an option at the account level (see the account Overview tab). The account level setting will be used if the flag is left as null on the API call. Otherwise, the value on the API call will prevail.
Transaction details are now shown on the transaction hold page to cut down on flipping back and forth between tabs for context.