We are finishing development of our APP and plan to go to prod. However, I had hard time to find production URL for making charges (prod equivalent to https://scl-sandbox.dev.clover.com/v1/charges)
Below is sample request on DEV. Thanks in advance
Cmd=[POST https://scl-sandbox.dev.clover.com/v1/charges HTTP/1.1] Header key=[authorization] val=[Bearer 35************4e1] Header key=[content-type] val=[application/json] Header key=[accept] val=[application/json] Payload=[{"amount":"5400","currency":"usd","source":"clv_1TST***********28G"}] ========================================== ========== HTTP RESPONSE ============= ========================================== Status line=[HTTP/1.1 200 OK]