SSABSUSAcademy
Payment Methods

Payment Methods in SABSUS

Create the payment methods staff and customers can use: cash, card, QR payment, and integration-backed online payment.

Payment Methods in SABSUS visual guide
DifficultyIntermediate
Time14 minutes
ModeInteractive walkthrough
Fields22 explained

Voice explanation

Audio source: payment-methods-en.mp3

Listen to a short explanation of what this section is for, what to fill in, and why the data matters.

Step-by-step instructions

Orders can be paid with clear method labels, correct cash or non-cash behavior, accurate commissions, and the right account or integration routing.

Use the interactive screenshot walkthrough first. Switch steps with the step dots, then read what to fill and why it matters.

Payment method examples

Use these examples as starting presets, then adjust visibility, accounts, fees, and integration settings to match the real business process.

Cash payment icon
In-person cash payment

Cash

  • Non-cash: off
  • Pay online: off
  • QR: off
  • Integration: empty
  • Account: cash drawer or safe

Why: Use for physical money collected by staff. It should affect cash drawer and shift reconciliation.

Card payment icon
Terminal or manual card payment

Card

  • Non-cash: on
  • Commission: provider fee if needed
  • Pay online: off for terminal-only
  • Integration: optional
  • Account: card terminal or acquiring account

Why: Use when staff confirms a card terminal payment or records card collection separately from cash.

Scan-to-pay method

QR

  • Non-cash: on
  • QR: on
  • Pay online: on if QR opens payment flow
  • Visible in app/web: only where customers scan
  • Account: QR or bank settlement account

Why: Use when customers scan a QR code to pay from a phone, bank app, wallet, or payment link.

Provider-backed payment

Integration

  • Non-cash: on
  • Pay online: on
  • Integration: provider selected
  • Webhook/status: required
  • Account: provider settlement account

Why: Use for Stripe, North, bank acquiring, or another provider where SABSUS must wait for external confirmation.

Fields on this screen

Icon

How to fill: Use a visual icon that matches the payment type: cash, card, QR, or provider logo.

Why: Cashiers recognize the method faster and customers understand checkout options.

Name

How to fill: Write the method name in every enabled language, for example Cash plus the local-language cash label.

Why: Receipts, POS, customer app, and reports use this label.

Account

How to fill: Choose the finance account where this payment should be posted.

Why: Cash should not be reconciled together with card processor settlements.

Non-cash switch

How to fill: Turn it on for card, QR, bank transfer, and integrations; leave it off for physical cash.

Why: Shift close and cash drawer logic depend on this difference.

Commission

How to fill: Set percent and fixed fee only when the processor or business charges one.

Why: Fees affect customer totals, net revenue, and reports.

Client pays commission

How to fill: Enable only if the customer, not the business, should pay the method fee.

Why: This changes what the customer sees at checkout.

Visible in app / web

How to fill: Enable only where customers should be able to choose the method.

Why: Internal methods should not appear in customer screens.

Self-service

How to fill: Enable only for methods that a customer can complete without staff help.

Why: Kiosk checkout must not show methods that require manual cashier confirmation.

QR

How to fill: Enable for scan-to-pay methods or static QR collection.

Why: This tells staff and customer screens to use QR-specific behavior.

Pay online

How to fill: Enable for methods that create or confirm a digital payment.

Why: Online checkout and integrations depend on this setting.

Integration

How to fill: Choose a provider only for processor-backed methods.

Why: Provider methods need API credentials, account status checks, and webhook confirmation.

Save and test

How to fill: After saving, create a small test order and check the receipt and finance report.

Why: This proves the method works end to end, not just that it exists in settings.

Common mistakes

  • Creating card or QR as a cash method, which makes cash drawer reports wrong.
  • Enabling Pay online without selecting or configuring the required integration.
  • Using one finance account for cash, terminal, QR, and integration settlements when reporting needs them separate.
  • Showing an internal payment method in the customer app or web checkout by mistake.
  • Changing a method name and assuming old orders changed too; order payments keep their own snapshot.
  • Treating a provider-created payment row as paid before webhook or provider status confirms it.
AI Agent Field Reference for implementation

This block is intentionally below the human instructions. It explains storage names and downstream dependencies for automation, support, and future AI agents.

FieldStored asPurposeWhy it matters
Payment method IDpayment_methods.idUnique identifier for the configured method.Orders store this reference in payment rows; duplicate or unstable IDs break reconciliation.
Companypayment_methods.companyWorkspace that owns the method.Prevents payment methods from leaking between companies.
Method namepayment_methods.nameVisible name such as Cash, Card, QR, or Stripe.Staff and customers choose the method by this label, so every enabled language needs a clear name.
Icon / photopayment_methods.photoVisual icon shown on checkout and method lists.Icons speed up cashier work and reduce method selection mistakes.
Accountpayment_methods.account / accounts.idFinance account where collected money is posted.Cash, card terminal, QR, and online integration payments should land in separate accounts when reporting requires it.
Non-cash paymentpayment_methods.non_cash_paymentMarks card, transfer, QR, and online payments instead of cash.Cash drawer, shift close, and finance reports depend on this flag.
Commission percentpayment_methods.commissionPercentage fee for the method.Explains processor fees, net revenue, and customer-paid commission scenarios.
Fixed feepayment_methods.fixpriceFixed amount added or tracked for the method.Some providers charge a fixed fee in addition to percent commission.
Client pays commissionpayment_methods.clientPayDefines whether the customer pays the payment fee.Changes final customer amount and receipt explanations.
Visible in apppayment_methods.available_in_appShows the method in app-facing checkout.A method can be available for staff but hidden from customers.
Visible in webpayment_methods.webShows the method in web checkout.Web checkout may have different methods than POS or mobile app.
Self-service visibilitypayment_methods.selfsShows the method on kiosks or self-service screens.Customer-operated checkout should only show methods that can be completed without staff help.
Pay onlinepayment_methods.pay_onlineMarks the method as capable of online payment.Required for payment links, online checkout, app payment sheets, or provider-created payment sessions.
QR paymentpayment_methods.qrMarks the method as QR-based.Controls scan-to-pay presentation and QR payment instructions.
Integrationpayment_methods.integrationExternal processor or integration key.If filled, payment success may depend on provider connection, account status, webhooks, and API responses.
Tax flagpayment_methods.taxDefines whether payment fees or payment rows participate in tax-related logic.Receipts and totals can be wrong if fee tax behavior is unclear.
Active / visible statuspayment_methods.active / visibility flagsControls whether the method can still be selected.Disable unused methods instead of deleting methods that historical orders reference.
Order payment snapshotorders.payments[].methodPaymentCopy of the selected method stored on the order.Historical orders keep the method context even if the method is later renamed.
Order payment amountorders.payments[].amountActual amount paid with this method.A configured method is not a transaction; collected money is proven by the order payment row.
Paid statusorders.payments[].paidShows whether the payment row is completed.Online and integration payments can be pending until provider confirmation arrives.
Provider statusintegration payment status / webhook statusExternal payment state when integration is used.Agents should verify provider status before saying an online payment is complete.
Updated atpayment_methods.updated_atLast update time for the method.Recently edited methods can create cache or display differences until refreshed.

Use these guides to connect this section to adjacent SABSUS workflows.