Nets-mobile-acceptance / Netaxept-iOS-SDK

PiA Netaxept iOS SDK is a library that provides the native in-app interactions to accept payments with Netaxept directly from native iOS apps while minimizing PCI DSS requirements for you.
39 stars 7 forks source link

Showing card fees for new cards #24

Closed sbo-nemlig closed 3 years ago

sbo-nemlig commented 3 years ago

Hey,

Is it possible to show any card fees on the payment widow when paying with a new card, like you have for the web version.

Miss-PiA commented 3 years ago

Hi,

It is not possible to display the surcharge fee on the card entry UI. Instead, we suggest to use the Getcardinfo call to Netaxept. You can use it on an already saved card so that you can fetch card information leading to surcharge and display the surcharge fee in checkout confirmation screen, prior to initiating the payment.

sbo-nemlig commented 3 years ago

Hey, but the issue here is that we don't know what card the user is entering in the view (It is a new payment card) so it could be that a fee is added to the price. Making the price shown on the view wrong / misleading

Miss-PiA commented 3 years ago

Hi, this is correct, it is not possible to display the surcharge fee for a new card, this is why we recommend "adding"/"saving" the card first during checkout and then displaying the surcharge fee accordingly, before submitting the payment as a subsequent (Easy flow) transaction.

sbo-nemlig commented 3 years ago

But on web it is possible to show it. Could this be a feature that could be added to the SDK in the future ?

web