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
8
votes
2 answers

Paymill: How do I simulate a failed payment while testing?

Background Developing an app using Paymill's subscription billing feature. Making use of the Ruby wrapper, I have created a PaymentProvider class and spec as below. Question How do I make a test payment fail? (e.g. card is declined, or card…
Mike
  • 9,692
  • 6
  • 44
  • 61
5
votes
2 answers

How to make a payment via Paymill using Ruby

I need to make a payment to Paymill and I want to be able to achieve this using the Ruby language. UPDATE: I did publicly release paymill_on_rails on github. It is a Paymill subscription system based on Rails 4.0.0 and paymill-ruby, running on…
Besi
  • 22,579
  • 24
  • 131
  • 223
4
votes
2 answers

Paymill integration with rails - storing ids locally

I'm working on integrating a Rails app with the Paymill payment gateway (using the paymill-ruby gem), and was wondering if someone could give some advice to the best way to go about interacting with the API during a standard order process. I've…
Dave
  • 1,051
  • 1
  • 10
  • 20
4
votes
3 answers

Form a CURL request to PayMill in Perl

I'm out of my depth with curl. I want to integrate PayMill into my site (which is written in Perl). There isn't a Perl lib for Paymill yet, so I need to connect to them via curl. I have completed the front end JS Paymill integration, and received a…
mark
  • 1,769
  • 3
  • 19
  • 38
3
votes
3 answers

Webhooks on localhost

I am creating a payment gateway using Paymill (which is comparable to Stripe). I want my website to automatically react to subscription-based billings. This is why I am considering Paymill webhooks. I am in the testing phase and thus on localhost…
Pingui
  • 1,312
  • 4
  • 15
  • 28
3
votes
1 answer

Paymill API: How do I update a subscription's credit card?

I can create subscriptions, but I can't figure out how to update a subscription so that it uses a new credit card. This is what I've tried: (assuming there is already an existing client, payment and subscription) create token in ui create a payment…
AndyD
  • 5,252
  • 35
  • 32
2
votes
0 answers

Paymill bridge transaction error 525

Hey I'm using the paymill JS bridge to generate tokens and then send them to my backend... Everything working fine with test API keys. Credit, SEPA, PayPal working like a charm. I just tried to use the live API keys. Unfortunately even though using…
SlootSantos
  • 363
  • 1
  • 2
  • 10
2
votes
2 answers

PayMill SDK iOS swift 3.0 Xcode 8.1

I'm trying to use PayMill SDK in a Swift project. I used CocoaPods as described by PayMill, the framework, and it generated 'Pods_PayMilDSK' After that I tried to import it on my file but I can't get access to any to the functions included in the…
Rodolphe
  • 55
  • 1
  • 3
2
votes
1 answer

Re-activating Paymill subscription, and updating Credit Card info

Paymill's API is awesome. It's a blaze to work with, and I should be up&running, were it not for an edge case. Context is a SAAS app, with a demo trial, and the ability to upgrade & downgrade at will. User cancels her subscription: at this point,…
Silver Dragon
  • 5,480
  • 6
  • 41
  • 73
2
votes
1 answer

Paymill: 3D-Secure bug with at least one bank?

I make payment with Paymill API using 3D secure: paymill.createToken(params, paymillResponseHandler, tdsInit, tdsCleanup); this part from documentation complitely don't work: var tdsInit = function(iframeUrl, cancelFn) { var body =…
Jbsh
  • 21
  • 2
1
vote
0 answers

Paymill Transaction Failure (code 50000) starting with 10.04.2018

Has anyone else had issues with Paymill transactions recently failing with code 50000 (starting with 10.04.2018) and have a fix for this? The context, after several calls with their support team: They changed the banking provider they collaborate…
Hintee
  • 428
  • 3
  • 12
1
vote
1 answer

AngularJS hash causes redirect to fail

I have build an AngularJS application and want to use paymill.com to offer different payment methods. I am currently struggling with PayPal. This api-call allows me to specify a redirect url where the customer gets redirected to after the…
puelo
  • 5,464
  • 2
  • 34
  • 62
1
vote
1 answer

Paymill - failed transaction - '' is less than 1 characters long

I got stuck with this error for quite a while and I can't figure out how to solve this problem. I double, even triple, checked data passed to transaction object and still can't find out why it keeps throwing me this " '' is less than 1 characters…
Haro ldas
  • 21
  • 5
1
vote
1 answer

How to: get the end of a subscription after it has been canceled with Paymill

I have set up a monthly subscription with no date of validity. If someone cancels his subscription which calls the following function behind the scenes $subscription->setId('sub_dea86e5c65b2087202e3'); ->setRemove(false); I get no…
Tim
  • 5,893
  • 3
  • 35
  • 64
1
vote
1 answer

Create first transaction immediately for Paymill subscription

So we have implemented the Paymill subscriptions in our app. The problem is that after the user submits his credit card info and we create the subscription on the back-end, the first transaction isn't made immediately. Only after a few minutes, we…
Bogdan Zurac
  • 6,348
  • 11
  • 48
  • 96
1
2 3 4