question

brandin avatar image
brandin asked David Marginian Deactivated answered

Clover SDK equivalent to taking payment through REST API

We currently have a Clover App that makes a request to our proprietary backend that then sends another request to POST /merchants/x/orders/y/payments to apply a payment to an open order by ID.


How would we go about this same process, but using the Clover SDK instead of the REST API? We'd like to complete the payment operations as close to the terminal as we can instead of adding this unnecessary overhead.

PaymentsClover 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

The Android SDK doesn't allow you to create a payment or associate a payment with an order. The only mechanism to do this natively on a Clover device is a custom tender - https://docs.clover.com/docs/custom-tenders.

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