I'm creating a charge using the e-commerce API. But it does not shows in any part of the merchant page. Where can I find the charges created?
I'm creating a charge using the e-commerce API. But it does not shows in any part of the merchant page. Where can I find the charges created?
The charges will be viewable in the merchant dashboard under transactions - payments.
You need to provide a bit more information if you would like assistance. What environment are you doing this in? Do you have capture set to true on the charge request?
I'm using this in a Express.js app. I have capture set to true. I'm doing a POST call to https://scl.clover.com. The data I'm sending is:
{ "amount": 1000, "currency": "usd", "source": "CREATED_TOKEN" }
I want to know if this is all I need to make to create a new Transaction and see it in the merchant page
It looks like you are testing in production, that isn't good. Why are you doing this? Are you using our iFrame integration? Are you aware of the PCI implications of not using it? https://docs.clover.com/docs/ecommerce-generating-a-card-token (please see the warning at the bottom of this page).
2 People are following this question.