Class: Payment

paymill~ Payment

The Payment object represents a payment with a credit card or via direct debit. It is used for several function calls (e.g. transactions, subscriptions, clients, ...). To be PCI compliant these information is encoded by our Paymill PSP. You only get in touch with safe data (token) and needn't to care about the security problematic of informations like credit card data.

Constructor

new Payment()

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