
Product
Socket for Jira Is Now Available
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.
Node.js wrapper for Paymill API/V2.x.
This module as been created as a drop in replacement for komola's paymill-node which does not support the latest features in the Paymill API/V2.1
npm install paymill
The first thing to do, is create a paymill instance using your Paymill private key and an optional apiVersion (which can be either v2 or v2.1, with the last one being the default, if the argument is omitted).
var paymill = require('paymill')('apiKey'[, 'apiVersion']);
We can now access the API using a generic pattern, and all methods takes a callback as the last argument.
paymill.{resourceName}.{method}(..., function (err, ...) {
// ...
});
Plain JavaScript object, e.g. { key: 'value' } is expected as data and as the argument in all create-method
create(client)list(data)details(clientId)update(clientId, data)remove(clientId)create(offer)list(data)details(offerId)update(offerId, data)remove(offerId)create(payment)list(data)details(paymentsId)remove(paymentsId)create(preauthorization)list(data)details(preauthorizationId)remove(preauthorizationId)create(transactionId, amount[, description])amount can also be an object with amount and description)list(data)details(refundId)create(subscription)list(data)details(subscriptionId)update(subscriptionId, data)remove(subscriptionId, data)create(transaction)list(data)details(transactionId)update(transactionId, data)create(webhook)list(data)details(webhookId)update(webhookId, data)remove(webhookId)Written by Daniel Juhl. Inspiration from Ask Bjørn Hansen and komola's paymill-node.
FAQs
Paymill API wrapper
We found that paymill demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.