Interface

PaymentApi

PaymentApi

Members

Promise.<DigitalPayCompletionResponse>

# complete

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

View Source api/DigitalPayApi/Payments.d.ts, line 28

Promise.<DigitalPayPaymentResponse>

# guestPayment

Make guest payments to a merchant using guest payment intruments.

View Source api/DigitalPayApi/Payments.d.ts, line 21

Promise.<DigitalPayPaymentResponse>

# pay

Make payments to a merchant using payment intruments.

View Source api/DigitalPayApi/Payments.d.ts, line 14

Promise.<DigitalPayRefundResponse>

# refund

Make payments to a merchant using Openpay payment tokens.

View Source api/DigitalPayApi/Payments.d.ts, line 42

Promise.<DigitalPayVoidResponse>

# voidPayment

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

View Source api/DigitalPayApi/Payments.d.ts, line 35