• Home
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Create an article
  • Post an idea
  • Spaces
  • App Market Developer Platform
  • Clover GO
  • Ideas & Feedback
  • Semi-Integration
  • Explore
  • Topics
  • Questions
  • Articles
  • Ideas
Skip to main content
  • Create
    • Ask a question
    • Post an idea
    • App Market Developer Platform
    • Clover GO
    • Ideas & Feedback
    • Semi-Integration
    • Topics
    • Questions
    • Articles
    • Ideas
  • Sign in
  • Home
  • App Market Developer Platform
This question was closed Apr 02 at 09:52 PM by Clover_Community_Bot for the following reason: automated

question

Bryanne Vega avatar image
Bryanne Vega asked · Nov 09, 2016 at 05:29 PM

Start Manual Sale (Or SaleApp) by Intent

We're looking forward to apply a few back-end code and based on the result, start the sale/manual sale app with a specific amount, because we want the merchant/employee to be able to select cash or other tender types, not just a SecurePayment intent. Can this be done?

Sale
Comment
0
10 |2000 characters needed characters left characters exceeded
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Toggle Comment visibility. Current Visibility: Viewable by all users

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

1 Answer

Miguel avatar image
Miguel answered · Nov 10, 2016 at 06:07 PM Locked

Would using Intents.ACTIONCLOVERPAY work? It allows merchants the ability to select different payment types, but it uses the register app. You can find sample code in our paywithregisterexample in our Github repro: https://github.com/clover/android-exa...

Alternatively, you can launch manual sales app using Intents.ACTIONMANUALPAY, but I can't find of way of populating the sale amount this way.

Thanks, Miguel

· 1 comment · Share
10 |2000 characters needed characters left characters exceeded
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Toggle Comment visibility. Current Visibility: Viewable by all users

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

Gabriel Fernandez avatar image Gabriel Fernandez · Mar 09, 2017 at 12:16 PM

I let you an example about open Sale app using ACTIONMANUALPAY populating the sale amount with $15.00.

Intent intent = new Intent(Intents.ACTIONMANUALPAY);

intent.putExtra(Intents.EXTRA_AMOUNT, new Long(1500));

if(intent.resolveActivity(getPackageManager()) != null) {

startActivityForResult(intent,555);

}

0 · ·

Welcome to the
Clover Developer Community

question details

1 Person is following this question.

Puzzle9900 follows this question
Answers Subscribe to Answers Answers and Comments Subscribe to Comments and Answers

Related Questions

Does Clover allow a custom tender to do a partial payment? 1 Answer

ServiceCharge from the API 1 Answer

Adding a new tender type to a Merchant using the API 1 Answer

How do I produce a report that shows all transactions, line items, modifiers and how they were paid for ? 1 Answer

Payments not printing on receipts 1 Answer

Answerhub Logo
  • About
  • ·
  • FAQ
  • ·
  • Privacy
  • ·
  • Copyright © 2010-19 DZone, Inc.