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
0
votes
1 answer

Integrate Paymill into Angular JS

I'm using Wordpress with AngularJs. I don't use a shop people can just book via an angular form. I installed this library via node https://github.com/paymill/paymill-js The script js is integrated via…
Andi Giga
  • 3,744
  • 9
  • 38
  • 68
0
votes
1 answer

Paymill .csv with strange timestamp

When exporting my payment data from Paymill, the .csv file has timestamps in the format: 2014-09-01T10:11:01+0200 What does this mean? Does it mean the payment occured 2hrs later? Thanks!
0
votes
1 answer

Pymill APi get details of all transaction within two timestamps

How to get details of all transaction between two timestamps i tried the following: https://api.paymill.com/v2.1/subscriptions?created_at=1378987463&&created_at=1378987463
0
votes
1 answer

Webhook for Paymill cancelled subscription

Context: We allow users to subscribe to our content by using Paymill subscriptions (monthly or yearly). The user can cancel the subscription at any time, which will remove any future transactions under their client account, but not the current…
Bogdan Zurac
  • 6,348
  • 11
  • 48
  • 96
0
votes
1 answer

Integrating PAYMILL: How to set the amount delimiter symbol?

I'm implementing the Credit Card Payment form of PAYMILL according to the Payment Form docu. So I copied the JS from the Bridge docu page and the form from the Payment Form docu page. The problem is: curretly I can use only the dot as amount…
automatix
  • 14,018
  • 26
  • 105
  • 230
0
votes
1 answer

Integrating PayMill: Error "field_invalid_amount" by creating the token and its input field

I'm implementing the Credit Card Payment form of PayMill according to the Payment Form docu. So I copied the JS from the Bridge docu page and the form from the Payment Form docu page. But no token is created. When I try to debug the JS and add…
automatix
  • 14,018
  • 26
  • 105
  • 230
0
votes
1 answer

Paymill: how to get list of client's credit cards, previously used in payments

how to obtain a list of credit cards, (I guess, only last 4 digits) to show in a list to client? Could you advise me with a flow?
berliner
  • 1,887
  • 3
  • 15
  • 23
0
votes
1 answer

Paymill : How to do pre-authorization payment?

I am using Paymill iOS SDK in my app to allow payment directly from my app. I've to perform pre-authorization, I've successfully get pre-author id, now I've to perform transaction with that pre-auth id, but I am not able to find any method that…
Hemang
  • 26,840
  • 19
  • 119
  • 186
0
votes
1 answer

Paymill + Heroku + Rails 4 No Token Found Error

I've integrated Paymill successfully in my ROR4 App using their Paymill Bridge. All works fine in development mode, but as soon as I deploy it to production, it returns me the "NO TOKEN FOUND". This used to happen in development mode because it was…
Tiago Martins
  • 129
  • 2
  • 11
0
votes
1 answer

Paymill successful transaction

I'm integrating Paymill in my Rails app. I'm using the 'paymill' gem. When I make a transaction like this: Paymill::Transaction.create(amount: amount, currency: "BGN", client:…
Kazmin
  • 1,003
  • 1
  • 10
  • 26
0
votes
2 answers

Filter list of clients in paymill (preferably using the python pymill library)

Getting a list of clients from paymill using pymill works (almost) fine: p = pymill.Pymill(private_key) clients = p.get_clients Yet the result only contains 20 entries and not the entry with a specific email address that I am willing to retrieve.…
user152468
  • 3,202
  • 6
  • 27
  • 57
0
votes
2 answers

How to assign payment details and an offer to a client in Paymill with PHP?

I'm creating a client and an offer in Paymill but I don't know how to add payment details to the client, and then assign the offer to the client. Does anyone know how I can do this? Here is my code that creates both the client and the offer: $params…
Joe
  • 457
  • 3
  • 8
  • 26
0
votes
1 answer

400 Bad Request error when using .net Paymill Wrapper

I'm trying to use the .net Paymill Wrapper When trying to add a subscription, I'm getting back a 400 Bad Request. To illustrate the problem, I created a branch and changed the Sandbox console app to call the method to test addSubscription The…
Alex
  • 37,502
  • 51
  • 204
  • 332
0
votes
1 answer

Creating a Paymill callback

I am developing a webapp using rails 3.2. I am trying to build a callback method for Paymill that will be used to catch Transaction success events. This is my controller. It´s very simple and it works fine when I make a simulated POST request using…
Jonathan Clark
  • 19,726
  • 29
  • 111
  • 175
0
votes
1 answer

Paymill pre-create card payment

Is there a way to pre-create a card payment for Paymill? When creating a Paymill Payment object we need a token, this token is got by provide card info and amount/currency. With the first transaction of this payment object, Paymill require the same…
Ruby Vu
  • 1
  • 2