Interface

MerchantPaymentsApi

MerchantPaymentsApi

Members

Promise.<MerchantTransactionSummary>

# completeTransaction

Complete a pre-authorised transaction

View Source api/MerchantPayments.d.ts, line 52

Promise.<CreatePaymentRequestResult>

# createPaymentRequest

Create a new payment request for a customer

View Source api/MerchantPayments.d.ts, line 23

Promise.<void>

# deletePaymentRequest

Delete a payment request

View Source api/MerchantPayments.d.ts, line 37

Promise.<MerchantPaymentDetails>

# getPaymentRequestDetailsBy

Retrieve a payment request by it's ID. The request may have been "completed" that is the customer has made a payment.

View Source api/MerchantPayments.d.ts, line 30

Promise.<MerchantPaymentSummaries>

# listPayments

Retrieve a list of the payments initiated by the merchant, both pending and complete

View Source api/MerchantPayments.d.ts, line 14

Promise.<MerchantTransactionSummary>

# refundTransaction

Refund a transaction to a customer

View Source api/MerchantPayments.d.ts, line 44

Promise.<MerchantTransactionSummary>

# voidTransaction

Void a pre-authorised transaction

View Source api/MerchantPayments.d.ts, line 60