Transaction
Process transactions and facilitate online payments.
The examples provided here showcase the essential data required by most connectors. However, additional data may be necessary depending on the connector type. For specific requirements, please consult the Adapters documentation.
Debit
A Debit performs a complete customer initiated customer-to-merchant payment.
Preauthorize
A Preauthorize reserves the payment amount on the customer's payment instrument.
Incremental authorization
An incremental authorization increases or prolongs the authorized amount on the customer's payment instrument.
Capture
A capture transaction completes the payment which was previously authorized with the [Preauthorize](./preauthorize) method.
Void
A void transaction cancels a previously performed authorization made with the [Preauthorize](./preauthorize) method.
Register
A register transaction registers a customer's payment instrument for future use ([Debit](./debit) or [Preauthorize](./preauthorize)).
Deregister
A deregister transaction allows the deletion of a previously registered payment instrument.
Refund
A refund transaction reverses a payment which was previously performed with [Debit](./debit) or [Capture](./capture).
Payout
A payout transaction credits the customer's account with the given amount.
Callback
Receive status updates about transactions.