initiateAddition

Initiate the addition of a new PaymentInstrument for the customer.

To complete the addition the customer will have to use the returned URL details to enter the instrument details.

Parameters

instrument

Initial details to begin the addition workflow.

abstract fun initiateAddition(instrument: PaymentInstrumentAddition): ApiResult<PaymentInstrumentAdditionResult>