question

phan.dev avatar image
phan.dev asked David Marginian Deactivated commented

Duplicate checking does not work on remote pay iOS

Hi, I'm using Remote Pay iOS for Semi-integration.

In my Sale request as well as Auth request. I set disableDuplicateChecking = false

I tried to pay 5 or 6 times with the same card, the same amount in a few minutes. However, there's nothing related to the warning "duplicate payment".

I tried again with the "Sale" app of Clover, the confirm "This may be a duplicate payment. Continue?" fired right away from the first time.


Clover Minisemi-integrationsClover FlexRemote Pay iOS
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.

David Marginian avatar image David Marginian ♦♦ commented ·

Can you include your entire request? You may have other flags set that are impacting this.

0 Likes 0 ·
phan.dev avatar image phan.dev David Marginian ♦♦ commented ·

sr.disableDuplicateChecking = false

sr.disablePrinting = true

sr.disableReceiptSelection = true

sr.autoAcceptSignature = true

sr.autoAcceptPaymentConfirmations = true

0 Likes 0 ·
David Marginian avatar image David Marginian ♦♦ phan.dev commented ·

Duplicate payments are handled via a payment confirmation, so, you are overridding your disableDuplicateChecking flag with autoAcceptPaymentConfirmations: true.

1 Like 1 ·
Show more comments

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