Provider APIs
Incremental sync and backfill through merchant-owned provider accounts, scoped to the least privilege the connection needs.
Developers
Palyra retains the source event and provenance while mapping provider behaviour into canonical payment, settlement, reconciliation, monitoring, and execution contracts.
Integration boundary
Palyra supports API, webhook, SFTP, and controlled-file ingestion behind a consistent connector contract. Live routing is a separate, approval-gated capability.
Incremental sync and backfill through merchant-owned provider accounts, scoped to the least privilege the connection needs.
Signature verification, deduplication, out-of-order convergence, replay, retry, and dead-letter recovery.
A validated file path for sanitized operational evidence while recurring provider mappings are verified.
One payment instruction and versioned route policy mapped to merchant-owned providers under approval and rollback controls.
Canonical lifecycle
Each event keeps provider identity, provider version, event time, receive time, provenance, workspace, and a sanitized source reference.
{
"merchant_reference": "order_...",
"amount": { "value": "128.40", "currency": "USD" },
"market": "ZA",
"payment_method": "card",
"policy_version": "route-policy-...",
"execution_mode": "shadow"
}Exact-money arithmetic, idempotency, signature verification, tenant scope, immutable policy versions, approval, traffic limits, circuit breakers, and rollback are launch gates—not optional UI.
We will map the required evidence, connector capabilities, security boundary, and execution controls before an integration is activated.