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

How to capture the response object from a webhook call

I am creating a Rails 3.2 app and I am using Paymill as the payment gateway. I am trying to setup a webhook on my system (Already setup on Paymill side). This webhook should respond to callbacks when a transaction was successful. How can I "capture"…
Jonathan Clark
  • 19,726
  • 29
  • 111
  • 175
0
votes
2 answers

How to supply name and email to Paymill payment

I am creating a Rails 3.2 application where I use Paymill to handle payments. I can make one off payments using Active merchant. The problem with this is I cannot find a way to send the name of the buyer and the email address so the Paymill Client…
Jonathan Clark
  • 19,726
  • 29
  • 111
  • 175
0
votes
1 answer

Paymill: Do a subscription and later get the subscriptions and corresponding transactions via client_id (PHP)

I have written a script for our application to allow users to make a subscriptions for a product (either on monthly basis or on yearly basis) Now I have a few questions that I can't find either here or in the paymill documentation: 1st: When I…
0
votes
1 answer

Paymill: Creating transactions

Until few days ago i used this url to create a transaction: https://api.paymill.de/v2/transactions?token=XXXX&amount=XXXX¤cy=EUR&client=client_XXXX And now i am getting a error: Return Message Error calling API: The remote server returned…
0
votes
1 answer

cannot make API call on paymill - 302 found as a response - rails

I used the examples on the paymill page to get the token with no problem. I'm passing the token using an ajax call. But I cannot make the API to make the final call. I cannot really understand how to use the code from the paymill-ruby or…
cauchi
  • 1,463
  • 2
  • 17
  • 45
0
votes
1 answer

Paymill: do I need to create transactions for a subscription?

Paymill: If I have created a subscription, will Paymill automatically create future transactions for me or do I have to manually create a transaction next month? If it's automatic, how do I determine whether the transaction was successful or not?
Mike
  • 9,692
  • 6
  • 44
  • 61
0
votes
1 answer

Paymill: how do I view transactions for a subscription?

Paymill: Given a subscription, what is the curl command to list the transactions associated with that subscription?
Mike
  • 9,692
  • 6
  • 44
  • 61
-1
votes
2 answers

Build error "Are you missing a using directive or assembly reference" - target framework version 4

I've got a project that uses a library (from nuget) The target framework for my project is currently 4.0 I'm using objects and methods from the library, I get intellisense etc... However, when I build, compilation fails with The type or namespace …
Alex
  • 37,502
  • 51
  • 204
  • 332
1 2 3
4