question

joerot23 avatar image
joerot23 asked chanel Deactivated commented

Do you get the charge amount?

we are in middle of developing an app for clover merchintes, i am triting to find the API to get the charge amount? and to get the full invoice/ receipt info?
App Market
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

chanel avatar image
chanel Deactivated answered Raymond Lee Deactivated commented
You can get the total amount paid for an order looking at all the payments made to the order ( /v3/merchants/{mId}/orders/{orderId}/payments). More information can be found here: https://www.clover.com/api_docs/#resource_payments
2 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.

joerot23 avatar image joerot23 commented ·
Thanks, and what about API to get the full invoice/ receipt info?
0 Likes 0 ·
chanel avatar image chanel joerot23 commented ·

There isn't an endpoint specifically for receipt/invoice information. However, that same information can be derived from calling the order endpoint (through the SDK (https://clover.github.io/clover-android-sdk/com/clover/sdk/v3/order/Order.html) or through the Web API (https://www.clover.com/api_docs/#resource_orders) )

0 Likes 0 ·

Welcome to the
Clover Developer Community