Dear Experts,
I worked on HardwareStation.Extension.PaymentSample to integrate payment terminal.
I am facing an issue card number not valid , because payment terminal returning card number like 41522******42512, but in authorizingpaymentAsync method if we pass full card number then its validating other wise giving error card number not valid,
in below method if we pass full card number in tenderInfo then its passed else giving error
PSDK.Response response = CardPaymentManager.InvokeAuthorizationCall(this.merchantProperties, this.paymentConnectorName, this.tenderInfo, amount, currency, this.terminalSettings.Locale, true, this.terminalSettings.TerminalId, extensionTransactionProperties);
Payment terminal can not return full card number.
please advise me how can I resolve this validation.