PaymentInstrumentAddition

public protocol PaymentInstrumentAddition

Initiate the addition of a new payment instrument for this customer.

This API returns a URL to be used to access the DigiPay IFrame based interface to request the customer to enter a payment instrument details.

  • The unique reference for this interaction as defined by the client application

    Declaration

    Swift

    var clientReference: String { get }
  • Which wallet to store the new instrument in

    Declaration

    Swift

    var wallet: Wallet { get }