Interface

OpenPayCompletionRequest

OpenPayCompletionRequest

The JSON request structure of the OpenPay Completions endpoint.

View Source model/DigiPayModel/OpenPayCompletionRequest.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/OpenPayCompletionRequest.d.ts, line 9

Array

# completions

List of completions

View Source model/DigiPayModel/OpenPayCompletionRequest.d.ts, line 24

string

# merchantTransactedAt

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

View Source model/DigiPayModel/OpenPayCompletionRequest.d.ts, line 20

string

# orderNumber

The merchant order number of the transaction.

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