question

dgshanee avatar image
dgshanee asked

504 Time-Out trying to create a charge

The devs said they fixed the charge 402 Payment Required error, but now it's throwing this:

< html >
< body > < h1 > 504 Gateway Time-out </ h1 > The server didn't respond in time. </ body >
</ html >

For this:

curl --request POST \

--url https://scl-sandbox.dev.clover.com/v1/charges \

--header 'accept: application/json' \

--header 'authorization: Bearer ###' \

--header 'content-type: application/json' \

--header 'x-forwarded-for: ###' \

--data '

{

"ecomind": "ecom",

"metadata": {

"existingDebtIndicator": false

},

"amount": 1200,

"currency": "USD",

"source": "clv_1TSTSHYH47rDbuUqZmyktvmj"

}

'


Is anyone else getting the same thing? Thanks!

Sandboxe-commerce apiecommerce
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