question

dragon2934 avatar image
dragon2934 asked

Refund tips with tender

Hello:


I am doing refund with tender base on this https://docs.clover.com/docs/creating-custom-tender-apps

Intent data = new Intent(); data.putExtra(Intents.EXTRA_ORDER_ID, orderId); data.putExtra(Intents.EXTRA_PAYMENT_ID, paymentId); data.putExtra(Intents.EXTRA_LINE_ITEM_IDS, lineItemIds); data.putExtra(Intents.EXTRA_AMOUNT, amount); data.putExtra(Intents.EXTRA_CLIENT_ID, "Your_external_payment_ID");

Does anyone can tell me how to get tips amount?


Thanks

Custom Tenders
10 |2000

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

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