question

ajay32 avatar image
ajay32 Suspended asked Raymond Lee Deactivated answered

Can we take user credit card information from our app and send it to clover payment app to process it for payment.

I have this question.Can we take credit card information from user (we would not save it in our app.we would just take it and send it to clover payment application) If yes, then can we create a request (with credit card details) that would go to clover payment app through intent and auto fill the fill in blanks for user card information.Or is there any other way around to do this whole process by any another approach.
PaymentsClover Android SDKPaymentConnectorIntents
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

Raymond Lee avatar image
Raymond Lee Deactivated answered
Yes, you can use Clover's Developer Pay API to send encrypted user card information to Clover to create a payment.

If you need examples on implementing it, you can find them here:
https://github.com/cloverhackathons/DeveloperPayAP...

Note that you will need an API token that has Process Credit Cards permission, and that can only be retrieved using our OAuth process. Make sure your app has the process credit card permission set, and that if you change permissions, any merchants that have your app installed already will need to uninstall/reinstall your app to apply the new app permissions.
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Welcome to the
Clover Developer Community