question

pankaj avatar image
pankaj asked pankaj commented

Clover API v3 Payment Status Types

I am trying to search for a function that returns the payment Types like below.

OPEN | PAID | REFUNDED | CREDITED | PARTIALLY PAID | PARTIALLY REFUNDED

I have searched all methods here: https://www.clover.com/api_docs#!/ but seems like there is no such method?

Can you please guide me ?

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

Jeffrey Blattman avatar image
Jeffrey Blattman answered pankaj commented

We have not documented that. I have created an internal issue to remedy this including the semantics of the values. You've correctly listed all of the possible values above.

7 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.

pankaj avatar image pankaj commented ·

Also there is no way to get the complete list of Payment Type (Credit Card, Cash, etc)? like we can get the list of orders .

0 Likes 0 ·
pankaj avatar image pankaj commented ·

I am getting the list of order, May I ask which field represent the payment type in order list array? I am assuming that i should be PayType but...that is not part of the value as given in array of this method: https://www.clover.com/api_docs#!/mer... it's value is showing FULL and that is not part of We have these elements in order array : "href","id", "currency", "employee", "total", "title", "note", "orderType", "taxRemoved", "isVat", "state", "manualTransaction", "groupLineItems", "testMode", "payType", "createdTime", "clientCreatedTime", "modifiedTime", "device"

0 Likes 0 ·
pankaj avatar image pankaj commented ·

I have got the answer for that. I will have to use payments method to get that info.

0 Likes 0 ·
pankaj avatar image pankaj commented ·

Hi Jeff. Did you dev team fix the issue?

0 Likes 0 ·
Show more comments

Welcome to the
Clover Developer Community