question

Chris H avatar image
Chris H asked Chris H commented

preauth via the rest api? what is everyone doing to get around this?

What is everyone doing to get around this? I find it hard to believe there is no functionality to address this. I don't want to use the sdk. I need to use the rest api. If i can't find a way around this i can't use clover!


REST API
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 Chris H commented

You can use our new ecomm API which supports pre-auth. Please see the REST API docs here - https://docs.clover.com/clover-platform/reference/charges#createcharge

The default value is true. If the value is set to false, the charge transaction type is AUTH (or PRE-AUTH), and the charge can be captured at a later point using the /v1/charges/{id}/capture endpoint.
truefalse

Here is some more general information:

https://docs.clover.com/clover-platform/docs/ecommerce-data-model

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.

Chris H avatar image Chris H commented ·

Awesome thanks David! Ill check it out


0 Likes 0 ·

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