Interface

OpenPayApi

OpenPayApi

Members

Promise.<OpenPayCompletionResponse>

# complete

Complete pre-authed Openpay payments. This API is IP restricted to allow unauthenticated server side calls.

View Source api/DigitalPayApi/OpenPay.d.ts, line 22

Promise.<OpenPayPaymentTransactionResponse>

# pay

Make payments to a merchant using Openpay payment tokens.

View Source api/DigitalPayApi/OpenPay.d.ts, line 15

Promise.<OpenPayRefundResponse>

# refund

Make payments to a merchant using Openpay payment tokens.

View Source api/DigitalPayApi/OpenPay.d.ts, line 36

Promise.<OpenPayVoidResponse>

# voidPayment

Void (cancel) pre-authed Openpay payments. This API is IP restricted to allow unauthenticated server side calls.

View Source api/DigitalPayApi/OpenPay.d.ts, line 29