How Tazapay Helps
VAs at every layer
Local rails + SWIFT
Real-time webhooks
Multi-layer reconciliation
Pattern 1: FI Prefund via Local Rails or SWIFT
The FI provisions VAs on its own Tazapay account to top up its operating balance. The FI’s funding parties — treasury accounts, banking partners, parent company, or external liquidity providers — transfer funds into these VAs. Funds credit the FI’s Tazapay balance and are used for downstream cross-border payouts. Local rails (ACH, SEPA, FAST, Faster Payments, NEFT/IMPS, etc.) settle instantly or same-day at low cost. SWIFT VAs are also available where the funding party can only send via SWIFT, but carry correspondent and lifting fees and 1–3 day settlement delays. Most FIs default to local rails and keep SWIFT as a fallback.Provision VAs in funding currencies
Share VA details with funding parties
Funding parties transfer
Funds credited to FI balance
collect.succeeded webhook with the amount, currency, and source details.Use balance for cross-border payouts

Pattern 2: Per-Batch Named VAs for Payouts
The FI needs to receive a known lump sum from a funding party and then disburse it to many beneficiaries — a batch payout. The FI provisions a fresh named VA per batch (per pay run, per settlement cycle, per claim batch, per funding round) via API. The funding party transfers the batch amount into that VA. Tazapay fires a webhook the moment funds arrive, so the FI’s system instantly knows which batch was funded and for what amount — no manual reconciliation. A separate payout call then disburses to all beneficiaries. The VA solves the inbound problem: which funding party sent what amount, for which batch, when. The outbound disbursement uses Tazapay’s Create Payout API (or any other payout rail the FI prefers).Example: PayCo’s monthly payroll
PayCo is a payroll FI on Tazapay. PayCo’s clients include Acme (200 employees, AED 800k/month payroll) and Beta (50 employees, AED 200k/month).Create a VA per pay run
ACME_NOV2025_PAYRUN with expected amount AED 800,000, and one tagged BETA_NOV2025_PAYRUN with expected amount AED 200,000.Share VA numbers with the funding parties
Webhook on credit
collect.succeeded webhook the moment funds land. PayCo’s system reads the tag, links the credit to the correct pay run, and verifies the expected amount was received — no human in the loop.Trigger batch payout to beneficiaries

Pattern 3: Persistent Named VAs for COBO Collections
A sub-entity under the FI — for example, an end-business on an AR/invoicing platform — needs to collect payments from its own customers. Each sub-entity gets one or more persistent named VAs scoped to it. The sub-entity shares the VA details on invoices, payment links, or customer onboarding flows. Funds flow in via local rails or SWIFT and credit the right sub-entity’s balance, with full COBO (Collection On Behalf Of) attribution. Unlike Pattern 2 (where the VA is short-lived and tied to one batch), these VAs are long-lived and accumulate credits from many payers over time.Onboard the sub-entity
Provision named VAs per sub-entity
- Local VAs per currency — for sub-entities with payers in known geographies. Provision a local VA in each currency the sub-entity collects in (e.g., USD on ACH for US customers, GBP on Faster Payments for UK customers, EUR on SEPA for EU customers, SGD on FAST for Singapore customers). Payers transfer at local rail cost and speed and the sub-entity appears local in each market.
- SWIFT VAs — for sub-entities with global, low-volume, or high-value B2B payers where maintaining local coverage isn’t justified. A single SWIFT VA accepts wires from anywhere.
- Both — many sub-entities use local VAs in their top 2–3 markets and a SWIFT VA as a global catch-all for everything else.
Sub-entity shares VA details with its payers
Payers send funds
Funds attributed and credited
collect.succeeded webhook carrying the FI ID, sub-entity ID, and payment reference. The FI credits the sub-entity’s balance and surfaces the payment in the sub-entity’s dashboard.Sub-entity withdraws or settles

Choosing the Right Pattern
APIs Involved
- VA provisioning at the FI and at every sub-entity layer
- Both local rails and SWIFT coverage for prefund, batch payouts, and COBO collections across major currencies
- Compliance, KYC/KYB on sub-entities, and OBO attribution down the chain
- Multi-layer reconciliation so the FI and every sub-entity see clean books at their layer