Class: Transaction

paymill~ Transaction

A transaction is the charging of a credit card or a direct debit. In this case you need a new transaction object with either a valid token, payment, client + payment or preauthorization. Every transaction has a unique identifier which will be generated by Paymill to identify every transaction. You can issue/create, list and display transactions in detail. Refunds can be done in an extra entity.

Constructor

new Transaction()

Creates a new Transaction. Generally you should never create a PAYMILL object on your own.
Source:

Methods

getResponseCodeDetail() → {string}

Get an end user friendly message for the transaction reponse code
Source:
Returns:
an end user friendly message.
Type
string