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.
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.
Promise.<void>
# delete
Delete an existing payment agreement.
This API is IP restricted to allow unauthenticated server side calls.
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.