tolu360 / cordova-plugin-paystack

This plugin allows to add Paystack Payments to your application using Paystack Native Mobile SDKs for Android & iOS
Other
34 stars 16 forks source link

Feature request for payment instrument tokenizing #15

Closed bot101 closed 7 years ago

bot101 commented 7 years ago

There isn't any functionality to add a card without the user having to make a payment. This is extremely useful where the user already has a card used in making a previous payment, but would like to change it before making another payment.

Essentially, what I am asking is a means to tokenize a card from the plugin using the provided Paystack endpoint available here. This would be a good replacement for PaystackPlugin.getToken() which has been removed. Attempting to collect user card details then using the endpoint from a server or mobile app is a security risk, and sensitive information can be given away.

tolu360 commented 7 years ago

I want to believe @bot101 is actually a human - LOL! Please note that only feature requests based off of features available on the underlying Paystack SDKs (Android & iOS) can fly here. Tokenisation was deprecated by the guys at Paystack for reasons best known to them!

You can make this request on https://github.com/PaystackHQ/paystack-android or https://github.com/PaystackHQ/paystack-ios or on the Paystack Slack channels.

Cheers!

bot101 commented 7 years ago

Haha! @bot101is definitely human. I'll sadly have to live with this, thanks for the clarification.