question

mik3ca1 avatar image
mik3ca1 asked

Ecommerce get charges endpoint returining almost nothing

I have attempted to list charges that the api posted on my account earlier after using the same endpoint with the POST method to create a charge by executing the following CURL request:


curl --request GET --url https://scl.clover.com/v1/charges --header 'Accept: application/json' --header 'Authorization: Bearer myvalidkey'

I get the HTTP 200 status code as expected but the data returned is:

{
"object" : "list",
"url" : "/v1/charges"
}

Why am I not getting the list of charges?

ecommerce
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

0 Answers

·

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