question

thedangler avatar image
thedangler asked dankinchen answered

is creating an app required for Ecommerce API only use?

Do i need to make a Clover app just to use the eCommerce API?

If so someone should just make a wrapper app that any dev can use.

e-commerce apiOAuth
10 |2000

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

Richelle Herrli avatar image
Richelle Herrli answered thedangler commented

Would you mind clarifying your use case for your use of Ecommerce API and why you would like to avoid the creation of a Clover app?


We offer three different ways of using Ecommerce API:

  • API-only
  • iFrame, which reduces PCI scope
  • Virtual Terminal, the out-of-the-box usage of Ecommerce API for merchants

We require you create an app for two reasons: security and safer transactions.


Security: receiving merchant tokens through OAuth allows for a safer transfer of credentials than merchant-generated tokens.

Safer transactions: By running through the approval process for an app, we can help spot common pitfalls you may not notice in testing, but your app may nonetheless encounter in production. We've seen issues such as partial payments, declined cards, and mismatched totals that many developers have not accounted for in their initial app creation. One of our most common problems is developer neglecting to change their base URL from sandbox to production when they're ready to deploy their web integrations.

1 comment
10 |2000

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

thedangler avatar image thedangler commented ·

Thank you for the detailed response. I would be using the iFrame to reduce the PCI scope.

0 Likes 0 ·
webforte avatar image
webforte answered David Marginian Deactivated commented

HI

i am new in clover i have no developer account i am using iframe in woocommece site for payment
when i am using token app. its gave cross-origin error and do i need to create app also

1 comment
10 |2000

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

David Marginian avatar image David Marginian ♦♦ commented ·
It sounds like you may be using a merchant token, merchant tokens do not support CORs.
0 Likes 0 ·
dankinchen avatar image
dankinchen answered

Why do I need to make an app that can be discovered by anyone? So someone else installs my app and causes these persistent issues.


  1. The webhook fires repeatedly telling me someone install and then uninstalled my app
  2. People keep generating OAUTH keys through my CallBack.
  3. I cannot automatically connect my own person private to auto connect to my app because of issue 2. So my only recourse is to display the apiKey in the browser AND then manually saved the key in my environmental variables. (yes I know the keys are good forever, my I rather 1 key forever then be at the mercy of some regenerating keys over and over.)

I had originally created an app in my test environment but then discovered the private key feature in my control panel under Accounts & Setup -> Ecommerce API Tokens. I used this in my test app to create API Keys. So I thought I did not need this APP anymore and removed it. Now I am going live (using the ecommerce API token) to find out it that is not authorized to generate an API Key and now I am here to find out I need this APP solution again! ERR

Not to mention there is a post in the forum where some one has been waiting 2 weeks to get their app approved.......

10 |2000

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

parquet76 avatar image
parquet76 answered parquet76 edited

Can you explain your use case? Single merchant? Multiple merchant? I am a bit confused by your post. Most developers want more merchants installing and using their apps.

10 |2000

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

dankinchen avatar image
dankinchen answered

Single Merchant, I am the developer of my own company. I am the merchant and I cannot get my Live in Production project to authorize.

10 |2000

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

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