Questions tagged [paymill]

Paymill is a credit card payment processor.

About PAYMILL GmbH

The fastest way to accept payments online.

PAYMILL offers an innovative payment solution which enables online businesses and services to accept card payments on their websites. The developer-friendly API as well as the fast Onboarding process (just a few days) differentiate PAYMILL from its competitors.

PAYMILL has been launched in Germany in August 2012 and has been expanded to 39 countries in total. PAYMILL is able to process around 100 and payout in 23 currencies.

PAYMILL offer all major Credit and Debit Card brands like Visa, Mastercard, AMEX, JCB, CuP, Diners, Discover etc. PAYMILL although processes Direct Debit (SEPA)

No monthly costs - you pay only for successful transactions, no re-direction or iFrames, easy technical solution, beautiful REST API and merchant cockpit, Subscriptions and Recurring payments incl. invoices are possible.

Specialties Online Payment Solution, Recurring Payments, Credit Card Payments, Direct Debit, Mobile Payment (iOS, Android), Subscription, Payment for startups

Website http://www.paymill.com

Company Size 11-50 employees

Founded 2012

53 questions
1
vote
1 answer

Paymill - with Zend framework 2 how to integrate?

I am using ZF2, and i need to now use Paymill payment service, they have it available here: https://github.com/Paymill/Paymill-PHP Should i download it and place it in my module/application/src? or it should be anywhere and then only apply in…
user285594
1
vote
1 answer

Are there no response codes for subscriptions?

Paymill: I'm developing a website which sells subscriptions. Whenever a new customer signs up I do the following: Create a new "client" at Paymill Create a new "payment" (the customers credit card) at Paymill Add a new subscription at Paymill for…
user2078515
  • 183
  • 1
  • 8
1
vote
2 answers

Paymill subscription in PHP

I am trying to create a subscription i Paymill. Ive read through their examples but i do not seem to get it. All i really want to do is to setup a subscription, here is my current code: $token = $_POST['paymillToken']; if ($token) { require…
Alosyius
  • 8,771
  • 26
  • 76
  • 120
1
vote
2 answers

Paymill: how do I retrieve the last 10 transactions for a client?

Paymill: given I have a client with multiple subscriptions, how do I return the last 10 transactions for the client? I know the below will give me transactions belonging to my client, but I want to return the last 10, in reverse date order. curl…
Mike
  • 9,692
  • 6
  • 44
  • 61
1
vote
1 answer

Paymill OpenSSL and Heroku

I am building a Rails 3.2.9 app. In this app I am using the Ruby gem Paymill. All works fine on local Mac but on Heroku I get this error: OpenSSL::SSL::SSLError (hostname was not match with the server certificate) What can be wrong? Thankful for…
Jonathan Clark
  • 19,726
  • 29
  • 111
  • 175
0
votes
0 answers

Paymill NuGet package for MVVMCross: Exception while loading assemblies:

I faced a question with PaymillWrapper for Xamarin.Android with MVVMCross. I installed the latest version 3.3.0. And added it to my App.cs: using MvvmCross.Platform; using MvvmCross.Platform.IoC; using PaymillWrapper; namespace App.Core { …
NaSt
  • 301
  • 1
  • 5
  • 16
0
votes
0 answers

PayMill Integration with Angular JS 5

I am working in AngularJS(5.0.3)/C# and need to integrate PayMill payment gateway. I have gone through the documentation of their official site, but I am unable to find any relevant information with respect to Angular 5. There is a sample from…
0
votes
2 answers

Paymill request error

Calling Paymill API endpoints returns me an error HTML instead
John
  • 588
  • 1
  • 6
  • 22
0
votes
1 answer

This payment form is not submitting for some reason

I am using Paymill to accept payments and for some reason when I put in my live API keys this form stops submitting. I've entered in some valid live card details and the button becomes disabled for about 5 seconds and then the button becomes active…
Mark charlton
  • 377
  • 3
  • 15
0
votes
2 answers

Can I use Paymill Gateway with multiple languages?

I would like to purchase the product Paymill Gateway for one of our customers. His website comes with 3 different languages: German, English and French As far as I know Paymill supports these 3 languages but how exactly would that work? Can I only…
Reza Saadati
  • 5,018
  • 4
  • 27
  • 64
0
votes
1 answer

PayMill iOS SDK: Swift 1.1 > 1.2 compatibility

I am using PayMill's iOS SDK in a Swift project. I have an issue with their PMManager.initWithTestMode(), see docs here: This code worked perfectly with Swift 1.1 and iOS 8.1 / 8.2: PMManager.initWithTestMode(testMode, merchantPublicKey: publicKey,…
Camillo
  • 544
  • 1
  • 6
  • 24
0
votes
1 answer

Paymill undefined is not a function

I'm trying to use the Paymill bridge and create a token from JS inside the webpage on the client side. I have the bridge added as a script inside the HTML page. Code: paymill.createToken({ number: …
Bogdan Zurac
  • 6,348
  • 11
  • 48
  • 96
0
votes
1 answer

PHP dependency visualization in Netbeans

I am trying to implement the relevant parts of a payment system (by Paymill) into my plain PHP website. The problem is that the example project I am trying to learn from is not only coded in PHP OOP and MVC (I'm new to both concepts), but most…
Pingui
  • 1,312
  • 4
  • 15
  • 28
0
votes
1 answer

PayMill subscription interval regularity

Simple questions, but I can't seem to find the answers in PayMill's API documentation or FAQ: If a payment subscription is classed as monthly, does it poll for the funds every 30 days or on the anniversary of the month, i.e. set up on 15.4.2014,…
0
votes
1 answer

Subscriptions in Paymill

A client with a subscription "Large" (recurring payment). I create a payment and offer object for doing that, and it works. Now I want to update that subscription to "Small" (a different name and amount) but without updating the credit card. The…
user3633222
  • 177
  • 1
  • 7