Interface

OpenPayVoidRequest

OpenPayVoidRequest

The JSON request structure of the Openpay Voids endpoint.

View Source model/DigiPayModel/OpenPayVoidRequest.d.ts, line 4

Members

string

# clientReference

A merchant application specific reference number. This number should uniquely identify the transaction in the merchant’s system.

View Source model/DigiPayModel/OpenPayVoidRequest.d.ts, line 10

string

# orderNumber Optional

The merchant order number of the transaction.

View Source model/DigiPayModel/OpenPayVoidRequest.d.ts, line 14

Array

# voids

List of voided payments

View Source model/DigiPayModel/OpenPayVoidRequest.d.ts, line 19