Questions tagged [clover-payment]

Clover is a cloud-based Android point of sale

16 questions
3
votes
1 answer

Clover code coverage reporting showing zero in mvn sonar:sonar

When I run sonar my code coverage always coming 0. I am using clover. Below entry in pom.xml file 11 1.18.20
1
vote
1 answer

Unable to add VersionCode to Test APK

I am trying to build an initial apk for a test suite that we intend to use for our Clover Payment Device development. Part of the requirements for this upload is a v1 signed apk (solved) with a versionCode (unsolved). For some reason, I can't…
mitenko
  • 491
  • 1
  • 5
  • 13
1
vote
0 answers

Is there a way to sideload APKs on a clover production device?

We have an app that I developed is specific to our organization. We could put it through the Clover App Market, go through the approval process, etc..., but it would be basically useless for merchants that aren't us. What I'd like to do is load it…
jwir3
  • 6,019
  • 5
  • 47
  • 92
1
vote
1 answer

Unable to add a single line items with modifiers using Clover POS REST API

I am trying to add a single line item with modifiers using the Rest API. I see answers that it's not possible while adding bulk line items (the documentation for both suggests that this should be possible). This is the request I am sending. URL:…
Ved Rao
  • 11
  • 1
1
vote
1 answer

Clover API not allowing connection using merchant api_token

I'm new to clover to if this seems elementary I apologize. I logged into my merchant account and created an api_token. Got my mID from drop down menu on the top right. I try to do a simple request in postman like…
joeb
  • 777
  • 8
  • 28
1
vote
0 answers

Customer login api using Clover SDK

I have create account in clover and using that account i have found the merchantId and created api token for that using these i have created the customer for that merchant. I have created the customer in clover and using merchantId and API token.Now…
Prerak
  • 125
  • 1
  • 5
1
vote
0 answers

Clover credit card payment

I am trying to integrate clover credit card payment in my website, I have created an order successfully and also got payment key for card encryption. But I need access token to make a payment with clover. Where can i get it? Thanks!!!
07S21
  • 19
  • 7
1
vote
0 answers

Clover web api and Oauth

I am developing clover app using clover web api for integrating with WordPress site i have successfully built clover app but having CORS related error.Basically it is a oauth access token error. How to get Access Token From Oath
0
votes
0 answers

I am making a react-native app but facing some issues in making contactless payments via NFC to various POS

I am making a digital wallet app like apple pay or google pay and wondering how can I make NFC payment with all POS. I am making a payment app like apple pay or google pay but facing some issues in using contactless payments via NFC to various…
0
votes
0 answers

Clover credit card payment token

I want to integrate clover payment api into my application. I have successfully created orders but in payment section I am unable to get payment token as clover is using RSA encryption, unfortunately there is no any way given in detail. I need to…
0
votes
1 answer

Use swift classes in Objective-c

I'm working with obj-C app, I need to integrate Clover Payment which are swift protocols. I have installed clover pods from https://github.com/clover/remote-pay-ios how to use swift protocols in obj-C? I have done this: In obj-C .h file @class…
Honey
  • 2,840
  • 11
  • 37
  • 71
0
votes
1 answer

NodeJS joining promise with request functions

I have the following code below for clover payment api and although the code works perfectly, I do not get a response back when I call the api from postman. I know this is because of the multiple requests in the service and I tried to find a cleaner…
z123
  • 193
  • 1
  • 15
0
votes
1 answer

Receiving SPLIT_CUSTOM payments records of $0.00 for custom tender

One of our customers is experiencing an issue that I am trying to debug where their order is being marked as having a $0.00 SPLIT_CUSTOM entry for our custom tender. We are following the sample and making the payment amount as the full amount in the…
dazza5000
  • 7,075
  • 9
  • 44
  • 89
0
votes
1 answer

Getting Transaction Declined for sale transaction

We are working on an Apache Cordova plugin based on remote-pay-android-go SDK that will allow Ionic/Cordova applications to integrate with the Clover Go device. Here is the link to the plugin. We have implemented basic methods to init, connect,…
Aditya Sharma
  • 645
  • 1
  • 10
  • 28
0
votes
1 answer

Updating Inventory on Clover Pos using the rest api

I'm trying to use clover's API to update inventory using a custom built inventory app for my families small business. I have used their APIs without issue for other functions. However, I cannot get it to update the stock of my items. I followed…
caleb
  • 159
  • 1
  • 4
1
2