question

kapilk avatar image
kapilk asked kapilk answered

How can we delete a tender

Hi @David Marginian
Need to remove the HN MyClub tender in Other section of the payment page. PFA.
Here HN MyClub is our merchant app - we navigate to clover payment page by using

Intent intent = new Intent(Intents.ACTION_CLOVER_PAY);

We are not getting the tender id of HN MyClub. So, How can we remove this tender ?

tenderConnector.getTenders()
or 
https://sandbox.dev.clover.com/v3/merchants/{mId}/tenders

we can remove it If we know the tenderId by using
https://sandbox.dev.clover.com/v3/merchants/{mId}/tenders/{tenderId}
or 
tenderConnector.deleteTender(tenderId)


1643807702342.png

Clover Station
1643807702342.png (181.4 KiB)
2 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.

David Marginian avatar image David Marginian ♦♦ commented ·
What is your merchant id?
0 Likes 0 ·
kapilk avatar image kapilk David Marginian ♦♦ commented ·

GYM0QP6EXYZJ1

0 Likes 0 ·
David Marginian avatar image
David Marginian Deactivated answered kapilk commented

I don't think tenders can be deleted, curious have you tried using https://docs.clover.com/reference/payupdatemerchanttender and set enabled and/or visible to false?

7 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.

kapilk avatar image kapilk commented ·

Yeah, But Below API is not returning the tenderId of HN MyClub (it is our app).
We can update or delete the tender If we know the tenderId.
Retrieving list of tenders configured to the MID.

  1. tenderConnector.getTenders()
  2. or
  3. https://sandbox.dev.clover.com/v3/merchants/{mId}/tenders
0 Likes 0 ·
David Marginian avatar image David Marginian ♦♦ kapilk commented ·

I see a tender com.herbalife.ncx.cashregister being returned, you do not? Is that not the same tender? I am certain you can delete it even if you have the id.

0 Likes 0 ·
kapilk avatar image kapilk David Marginian ♦♦ commented ·

No, I don't get that and am looking for that tender only.

curl --request GET \


Above api returns these tenders only.PFA tenders.txt it is not returning com.herbalife.ncx.cashregister

0 Likes 0 ·
tenders.txt (2.6 KiB)
Show more comments
kapilk avatar image
kapilk answered

Resolved this, That is showing because of below intent filter defined in manifest file.

<action android:name="clover.intent.action.MODIFY_ORDER" />
10 |2000

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

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