question

dhana avatar image
dhana asked greyskymedia commented

How to fire Tip intent for clover station after payment programmatically?

Hi,

The Tip window opens for clover mini while using the below code snippets

Intent intent = new Intent(Intents.ACTION_CUSTOMER_ADD_TIP);
intent.putExtra(Intents.EXTRA_ORDER_ID, order_X);
intent.putExtra(Intents.EXTRA_AMOUNT, amount_X); 
startActivityForResult(intent, TIP_REQUEST_CODE);

But for Clover station devices I'm getting crash when opening the Tip window for the above code snippets. I have followed many reference link but there was no proper code snippets for clover station tip window view to adjust the final payment. I can understand for Sale request the Tip occurs before payment but only for Auth request the Tip occurs after payment. The clover station works by the way. But I need it in intent firing.

Because our entire project was done based on Clover intent, So i need to use intent way to open Tip window for clover station


It will be very much appreciable if anyone help me to achieve how to fire intent for Clover station to open tip window after payment using INTENT.

Clover Station
1 comment
10 |2000

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

greyskymedia avatar image greyskymedia commented ·
I'd love to see a response on this question too
1 Like 1 ·

0 Answers

·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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