Interface

PaymentAgreementApi

PaymentAgreementApi

Members

Promise.<DigitalPayPaymentAgreementResponse>

# charge

Perform charge transaction against a payment agreement. This service will use the provided information to perform the charge transaction. A charge payment is made by the merchant to charge a customer as per their payment agreement. This API is IP restricted to allow unauthenticated server side calls.

View Source api/DigitalPayApi/PaymentAgreements.d.ts, line 30

Promise.<DigitalPayPaymentAgreementResponse>

# create

Create a new payment agreement which will be added to the users wallet after validating the payment instrument. This API is IP restricted to allow unauthenticated server side calls.

View Source api/DigitalPayApi/PaymentAgreements.d.ts, line 11

Promise.<void>

# delete

Delete an existing payment agreement. This API is IP restricted to allow unauthenticated server side calls.

View Source api/DigitalPayApi/PaymentAgreements.d.ts, line 43

Promise.<DigitalPayPaymentAgreementResponse>

# update

Update an existing payment agreement and validate the payment instrument if changed. This API is IP restricted to allow unauthenticated server side calls.

View Source api/DigitalPayApi/PaymentAgreements.d.ts, line 20