Interface

DigitalPayPaymentRequest

DigitalPayPaymentRequest

The JSON request structure of the Payments endpoint

View Source model/DigiPayModel/DigitalPayPaymentRequest.d.ts, line 6

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/DigitalPayPaymentRequest.d.ts, line 19

Array

# extendedMerchantData Optional

Extended merchant data

View Source model/DigiPayModel/DigitalPayPaymentRequest.d.ts, line 35

DigitalPayFraudPayload

# fraudPayload Optional

Set to null to skip the cybersource fraud check.

View Source model/DigiPayModel/DigitalPayPaymentRequest.d.ts, line 40

string

# orderNumber

The merchant order number of the transaction.

View Source model/DigiPayModel/DigitalPayPaymentRequest.d.ts, line 23

DigitalPayAddress

# shippingAddress

This object is only required if the payments request contains paypal instruments.

View Source model/DigiPayModel/DigitalPayPaymentRequest.d.ts, line 27

DigitalPayStoreData

# storeData Optional

This object is only required if the payments request is for an in-store payment transaction.

View Source model/DigiPayModel/DigitalPayPaymentRequest.d.ts, line 45

PaymentTransactionType

# transactionType

Transaction type containers to use for all instruments. This object is only required if the payments request contains apple pay instruments.

View Source model/DigiPayModel/DigitalPayPaymentRequest.d.ts, line 12