Transactions
A transaction is immutable and contains information about a charge or refund that has been successfully processed. This also include information about the fees associated with that charge or refund. Beam stores these transactions for you for every successful charge or refund processed. These transactions can then be viewed using Lighthouse dashboard or through API calls.
There are 3 types of transactions:
PAYMENT: A transaction that is created for a successful Charge.VOID: A transaction that is created for a charge that has been successfully voided.REFUND: A transaction that is created for a charge that has been successfully refunded.
You can see more details about the API endpoints in the Transaction API Specification.
Last updated on