Interface

OpenPayRefundRequest

OpenPayRefundRequest

The JSON request structure of the Openpay Refunds endpoint.

View Source model/DigiPayModel/OpenPayRefundRequest.d.ts, line 3

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/OpenPayRefundRequest.d.ts, line 9

string

# merchantTransactedAt Optional

The merchants transaction date and time. The timestamp format is ISO8601.

View Source model/DigiPayModel/OpenPayRefundRequest.d.ts, line 21

string

# orderNumber Optional

The merchant order number of the transaction.

View Source model/DigiPayModel/OpenPayRefundRequest.d.ts, line 16

Array

# refunds

List of refunds

View Source model/DigiPayModel/OpenPayRefundRequest.d.ts, line 26