Method Signature
- bool SetPaymentInstrument(string paymentInstrument)
Description
SetPaymentInstrument starts a payment for supplied paymentInstrument. This method has to be called before PaymentAsync or RefundAsync and cannot be combined with GetPaymentInstrument.
Using TransactionSetup.PaymentInstrument
when starting a Payment or Refund is an other way to accomplish the same thing.
Prefix and supplied PAN must be registred in the terminal setup and may not be a PCI regulated card. The normal usage is for giftcards or card numbers that are created on site such as financing.
Parameter
string
PaymentInstrument - format is pan and expiry date separated by an equal sign. “PAN=MMYY”
There is an alternative: It is also possible to pass the payment instrument in a TransactionSetup
object when calling Payment