question

khotmanish avatar image
khotmanish asked khotmanish commented

Custom tender intent filter.

I was looking into the Developer docs for custom tender . For merchant facing setup the Intent filter is defined using the following action

clover.intent.action.MERCHANT_TENDER

Ref: https://docs.clover.com/build/custom-...

However looking at the source code samples for clover sdk the following Intent Filter action is defined. There is virtually no documentation available for the following action.

clover.intent.action.PAY

Ref: https://github.com/clover/clover-andr...

Is there any specific difference between the 2 filter Actions? Can they be used interchangeably ?

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.

khotmanish avatar image khotmanish commented ·

I was not able to add URLS in the above post hence updating here. Ref for developer docs : https://docs.clover.com/build/custom-... Ref for source code sample : https://github.com/clover/clover-andr...

0 Likes 0 ·

1 Answer

Jeffrey Blattman avatar image
Jeffrey Blattman answered pavan commented

Use clover.intent.action.MERCHANT_TENDER. clover.intent.action.PAY is deprecated.

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.

pavan avatar image pavan commented ·

@jeff i used clover.intent.action.MERCHANT_TENDER but it is not showing custom tender button in Clover pay interface, is there anything else needs to be done for achieving this i also tried https://docs.clover.com/build/custom-... this but no success any help would be appreciated thank you

1 Like 1 ·

Welcome to the
Clover Developer Community