Commerce Checkout
A Commerce Checkout transaction is built for automated checkout flows from your own backend. Your server sends signed order data so the customer opens a tamper-protected payment session.
This type is suited for commerce systems where amount, order identifiers, and customer metadata come from your order engine. It gives strong control over integrity and reduces risk of manipulated checkout parameters.
- Best for webshop and platform integrations.
- Supports signed payload verification.
- Keeps checkout data aligned with your backend records.