Payments Rails

Modern transactions

Native transfers, batch payments, and programmable transaction patterns

Beyond card swipes

Modern transaction rails include account-to-account transfers, push payments to QR addresses, batch disbursements, and conditional releases. Tokenised ledgers add programmability: same infrastructure serves P2P, B2B, and payroll—in USDC, EURC, XOFC, or other supported assets.

PayLink Transactions moves digital balance between wallets on the network:

  • Simple transfer — one sender, one recipient, one amount
  • Batch transfer — many recipients in one operation; each leg tracked separately for audit

Transfers settle digitally; your app learns completion via status events and optional Echo notifications.

Idempotency and references

Attach business references (invoice_id, payroll_run_id) in metadata. Use client-supplied idempotency keys so mobile clients retry safely on flaky networks.

Comparison with legacy ACH

FeatureLegacy ACH/fileTokenised batch
Cut-off timesBanking hours24/7
Status trackingDelayed returnsReal-time status + reference
Cross-borderCorrespondent chainDigital corridor + local off-ramp

On this page