Mass Payouts
Programmatically create payout lists, add recipients, and launch a distribution run. This page documents the HTTP endpoints you’ll call from your backend. Authentication and error-envelope format follow the public API style.
Base URL:
https://api.omypayments.com
Version:v2
(all endpoints below start with/2.0/...
) Auth: add your API key in the header:apiKey: <yourApiKey>
Prerequisites
Make sure the tokens you intend to use are enabled/configured in Assets (dashboard).
When preparing
amount
values for token payouts, use the token’s base units (seecrypto.decimals
on the “Get Merchant Asset Data” endpoint to convert, if needed).
Last updated