question

Vishal avatar image
Vishal asked keithryanwong Deactivated commented

Does tockenization available for Clover Mini?

Hi

I am working in CloverSDK with remote pay display using C#.

Does tockenization available for Clover mini?

Looking forward your reply.
Clover Mini
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

keithryanwong avatar image
keithryanwong Deactivated answered keithryanwong Deactivated commented
Hi @Vishal,

Yes, card information processed through any of our Clover devices is tokenized on the gateway. To have access to that token for future use, you will need to have multipay enabled for your merchant when they are on-boarded through First Data. You can access that token through the SaleResponse you receive when you process a payment, nested under payment > cardTransaction > vaultedCard > token.

You can then use that token to make future payments for that customer by setting the VaultedCard on the SaleRequest. An example can be found here: https://github.com/clover/remote-pay-windows/blob/...

Best,
Keith
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