Business payouts

Move from payable balances to controlled global payout operations

Validate the beneficiary and route, make approvals explicit, prevent duplicate execution, and reconcile each instruction to its final destination state.

Operating model

  1. 01Choose the routeMatch the product to the payment intent.
  2. 02Confirm final stateKeep initiated and completed states separate.
  3. 03ReconcilePreserve internal and Radom references.
  4. 04Operate exceptionsMake retries, returns, and failures actionable.

How should a business build global payout operations?

A reliable payout workflow starts with an approved payable entitlement, validates the beneficiary and an enabled destination route, reserves the funded balance, submits an idempotent instruction, processes final status events, and reconciles the result. Radom can support selected crypto or fiat payout routes where enabled; corridor, destination, currency, asset, network, beneficiary fields, timing, and fees depend on the organisation and route.

Define the operating requirement

01

An approved entitlement

Create a stable payable record that states who should receive what, why, and under which approval.

02

Validated beneficiary data

Collect the exact account, address, currency, asset, network, and identity fields required by the enabled destination.

03

Funded route selection

Confirm the source balance, destination support, expected fee treatment, limits, and execution timing before submission.

04

Final-state reconciliation

Keep submitted, processing, completed, failed, and returned instructions visible to finance and operations.

From requirement to reconciled operation

  1. 01

    Create the payable record

    Assign an immutable entitlement ID linked to the beneficiary, source ledger, purpose, gross amount, fees, and approval state.

    Control: A scheduled job should select approved entitlements, not construct new payables from loose account balances.

  2. 02

    Validate route and destination

    Check the enabled corridor, asset or currency, network or bank fields, beneficiary requirements, minimums, and available balance.

    Control: Never substitute an unsupported network, currency, or beneficiary field silently.

  3. 03

    Submit idempotently

    Use a stable instruction key and persist the provider response before the job can attempt the same entitlement again.

    Control: Retries must query or resume the existing instruction rather than creating a second payout.

  4. 04

    Reconcile the outcome

    Post the final amount, fee when supplied, destination reference, timestamps, and failure or return reason to the payable ledger.

    Control: Keep uncertain outcomes in an exception state instead of guessing whether the beneficiary was paid.

Choose the product by the job it needs to do

Product routeUse whenPlan for
Mass payoutsMultiple approved beneficiary instructions should be disbursed through supported crypto or fiat routes.Destination support, beneficiary data, source funding, corridor, approvals, timing, and fees vary by route.
Crypto conversionThe source balance needs a supported quoted conversion before payout.Conversion and payout are separate final states and should be reconciled separately.
Stablecoin settlementA supported stablecoin balance is part of a wider collection, treasury, and disbursement workflow.The operating model should cover collection provenance, conversion, balance ownership, and destination.
White-label infrastructureA PSP or platform needs to embed payout capabilities into its own merchant or beneficiary experience.The platform remains responsible for its entitlement, permissions, disclosures, and operational support model.

Controls that make the workflow durable

Dual-control high-risk changes

Require appropriate approval for new beneficiary details, material route changes, and high-value instructions.

Reconcile batches to entitlements

A batch total is not enough; every payout must trace back to one approved payable and final destination result.

Protect credentials

Keep payout permissions separate from read-only reporting and scope automated services to the minimum operations required.

Plan failed and returned funds

Define who investigates, when a retry is allowed, whether new approval is required, and how balances are restored.

Frequently asked questions

Can Radom pay beneficiaries in both crypto and fiat?

Radom publicly describes crypto and fiat payout capabilities, but actual destination routes, currencies, assets, networks, and corridors depend on the products and permissions enabled for the organisation.

How should duplicate payouts be prevented?

Create an immutable entitlement and idempotency key, persist the first submission result, and make retries resume or inspect the existing instruction rather than issuing another payout.

Which countries and currencies are supported?

Availability is not inferred from a general marketing page. The countries, currencies, assets, networks, bank rails, payout corridors, limits, and account formats available to a business depend on onboarding, its operating markets, and the capabilities enabled for its Radom organisation. Confirm the intended route with Radom and build dynamic choices from the current API or documented catalogue where one is provided.

Product and implementation references

Reference material for the product capabilities and implementation notes on this page. Confirm the exact route and availability for your organisation before launch.

  1. Payouts overviewPublic guidance for supported payout workflow concepts.
  2. Conversion API guidePublic guidance for conversion where a payout requires another supported balance.
  3. Webhook guidePublic guidance for operational event processing.

Turn this operating requirement into a production payment route.

Discuss this workflow