question

erik avatar image
erik asked erik commented

Invoice Details

  1. Is it possible to do multiple transactions against 1 purchase, i.e. User can pay using 3 different cards to the total goods bought against 1 invoice.

  2. Does Clover Allow to Pay using STRIPE or any other payment gateway.

  3. Can we access the Invoice Details before we pay for any goods so that we can pay via app OR could we get the total price for the goods before we pay.

Edit:

A few more detailed query related to the 3rd point

Can we allow users to pay via Another Payment Option? E.g.

User selected some items to buy and took him to the counter now we currently have 2 options to pay, first is we pay via “Cash” and in this scenario the cash collector on the POS will confirm if the cash is taken. The second option is “Pay by Cards” and in this option the Card Processing company replies back to the POS for its transaction status either it was “Rejected” or “Payment Successful” and this status is returned to the POS itself for confirmation. Now we need a 3rd Payment option here, “Pay via Our App".

In this case; 1) Clover shall be Generating invoice and send Invoice Details or Total to our app.

2) In return our app will be sending CLOVER a “QR-Code” and “Transaction No” (Both are same and we use it to LINK payment with the user).

3) This QR-Code or Number is used by the user with his (our) App.

4) Payment is processed via our app and status of Payment is returned back to “CLOVER POS” and “User”.

5) And “CLOVER POS” has to Mark this payment as “Paid Via our app” for future references and incase of any ChargeBack this reference is used.

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

Jacob Abrams avatar image
Jacob Abrams answered erik commented
  1. Yes you can associate multiple Payments to a single Order on our system.

  2. We allow custom Tenders to be used when making payments. Clover does not support making payments against a non-First Data gateway so you would need to initiate the payment yourself and then use our API to associate the payment with the order. Here is an article about custom tenders: https://docs.clover.com/build/android...

  3. Yes you can get information about open (unpaid) Orders which includes detailed line items, tax information and the total.

5 comments
10 |2000

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

erik avatar image erik commented ·

Thank You Jacob :)

0 Likes 0 ·
Jacob Abrams avatar image Jacob Abrams ♦♦ commented ·

No problem. Don't forget to mark the question as answered by clicking the checkmark so we know this ticket is taken care of.

0 Likes 0 ·
erik avatar image erik commented ·

Ok will do currently i have edited the question explaining the 3rd point in detail.

0 Likes 0 ·
Jacob Abrams avatar image Jacob Abrams ♦♦ commented ·

I have added a link to an article all about how to create a custom tender application: https://docs.clover.com/build/android...

0 Likes 0 ·
mayur avatar image mayur commented ·

Is there any possibility to create invoice from Web and listing Paid and unpaid invoice listing using Rest API if possible than please give me a reference link or solutions

0 Likes 0 ·

Welcome to the
Clover Developer Community