question

ismdcf avatar image
ismdcf asked David Marginian Deactivated answered

Can we perform the PreAuth Capture request via Clover REST API?

Currently I have implemented PreAuth payment flow using the Payment Connector SDK for android. The steps that I have taken in this payment flow are,
  1. Make the PreAuth request.
  2. Then make the PreAuth capture request.
But there's a requirement to make the PreAuth capture request over the REST API but not the android SDK. Simply changing the above 2nd step to do over REST API using the details obtained from 1st Step. I need to know whether this approach is supported by current REST API version.

REST APIPaymentsClover Android SDK
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

·
David Marginian avatar image
David Marginian Deactivated answered
https://docs.clover.com/clover-platform/docs/developer-pay-api

"Developer Pay supports basic sale transactions; many payment functions available on Clover hardware and in other Clover SDKs are not available with this API.
The following functions are not supported:
  • Card vaulting (tokenization) without processing a payment
  • Authorizations with tip adjustment
  • Pre-authorizations
  • Refunds
  • Voids"
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