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.

Parameters

paymentAgreementRequest

detail of payment agreement to be created

abstract fun create(paymentAgreementRequest: DigitalPayCreatePaymentAgreementRequest): ApiResult<DigitalPayPaymentAgreementResponse>