question

kassc avatar image
kassc asked kassc answered

developer pay API production environment for small business website

Hi,
I have been building a website for my sister's business which uses clover go. In the sandbox environment, I was able to create orders and process payments, but only some card numbers are approved (none of the MC's or the first Discover of these test cards https://stripe.com/docs/testing gets approved, but others do). Now I am finally trying to go live and am able to add order to her account but not process payment. To use the developer pay API, should I be sending requests to ' https://sandbox.dev.clover.com/v2/merchant/'.$merchant_Id.'/pay/key' instead of ' https://clover.com/v2/merchant/'.$merchant_Id.'/pay/key'? Also, I am at the moment still using a merchant-generated token as I do not have an app. I plan to use Oauth, but I do not know if this is the problem. I am not getting card declined messages, rather I am not getting payment data at all. Please help (:
Developer Pay API
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

kassc avatar image
kassc answered
to answer part of my question, I should be sending requests to https://www.clover.com/v2/merchant/'.$merchant_Id.'/pay/key where the www makes a difference
10 |2000

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