Interface

DigitalPayPaymentResponse

DigitalPayPaymentResponse

The JSON success response structure of the Payments endpoint.

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

Members

Array

# androidPay

Android Pay has been replaced by Google Pay. This property has been retained for backward compatibility and will always be an empty array.

View Source model/DigiPayModel/DigitalPayPaymentResponse.d.ts, line 55

Array

# applePay

DigitalPay payment Apple Pay payments

View Source model/DigiPayModel/DigitalPayPaymentResponse.d.ts, line 66

Array

# creditCards

DigitalPay payment credit card payments

View Source model/DigiPayModel/DigitalPayPaymentResponse.d.ts, line 43

DigitalPayFraudResponse

# fraudResponse

DigitalPay fraud response

View Source model/DigiPayModel/DigitalPayPaymentResponse.d.ts, line 39

Array

# giftCards

DigitalPay payment gift card payments

View Source model/DigiPayModel/DigitalPayPaymentResponse.d.ts, line 47

Array

# googlePay

DigitalPay payment Google Pay payments

View Source model/DigiPayModel/DigitalPayPaymentResponse.d.ts, line 62

boolean

# partialSuccess

A flag to indicate if a split payment was only partially successful, ie. at least 1 of the payment instruments had a successful payment result.

View Source model/DigiPayModel/DigitalPayPaymentResponse.d.ts, line 32

Array

# payPal

DigitalPay PayPal card payments

View Source model/DigiPayModel/DigitalPayPaymentResponse.d.ts, line 51

string

# transactionReceipt

Container reference in the transaction logs. This number uniquely identifies the whole/grouped transaction in the container.

View Source model/DigiPayModel/DigitalPayPaymentResponse.d.ts, line 25

Array

# unknown

DigitalPay payment unknown payments

View Source model/DigiPayModel/DigitalPayPaymentResponse.d.ts, line 70