The Payouts resource provides methods to create and manage outgoing payments from crypto to fiat. Payouts support multiple blockchain networks (Stellar, EVM chains, Solana) and various fiat payment rails.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/blindpaylabs/blindpay-node/llms.txt
Use this file to discover all available pages before exploring further.
list
Retrieve a list of all payouts for your instance.Parameters
Number of results to return per page.
Number of results to skip.
Cursor for pagination. Returns results after this cursor.
Cursor for pagination. Returns results before this cursor.
Filter payouts by receiver (beneficiary) ID.
Response
Array of payout objects.
Unique identifier for the payout.
ID of the beneficiary receiving the funds.
Current status of the payout transaction.
Blockchain wallet address sending the stablecoins.
Signed blockchain transaction.
ID of the quote used for this payout.
Your BlindPay instance ID.
Blockchain network used. Supported:
base, arbitrum, polygon, ethereum, stellar, tron, solana, and testnets.Stablecoin token sent.
Amount sent in stablecoin.
Amount received in fiat currency.
Local amount received by the beneficiary.
Fiat currency received (e.g., BRL, USD, MXN, COP, ARS).
Commercial exchange rate applied.
BlindPay exchange rate applied.
Partner fee amount charged.
Total fees charged for the transaction.
Payment rail used. Options:
wire, ach, pix, spei_bitso, transfers_bitso, ach_cop_bitso, international_swift, rtp.Transaction description.
Beneficiary name.
Beneficiary first name.
Beneficiary last name.
Beneficiary legal name (for businesses).
Type of beneficiary account.
Type of supporting document. Options:
invoice, purchase_order, delivery_slip, contract, customs_declaration, bill_of_lading, others.URL or identifier of the transaction document.
Document ID for the transaction.
Whether the payout uses a virtual account.
Blockchain transaction tracking information.
Fiat payment tracking information.
Liquidity provider tracking information.
Completion tracking information.
Partner fee tracking information.
ISO 8601 timestamp of when the payout was created.
ISO 8601 timestamp of when the payout was last updated.
get
Retrieve details of a specific payout transaction.Parameters
The unique identifier of the payout to retrieve.
Response
The payout object with all details (same structure as list response items).
getTrack
Retrieve tracking information for a payout transaction using an external endpoint that doesn’t require authentication.Parameters
The unique identifier of the payout to track.
Response
The payout object with tracking details.
authorizeStellarToken
Authorize a Stellar token for use in payout transactions. This is required before creating Stellar payouts with certain tokens.Parameters
ID of the payout quote.
Stellar wallet address that will send the tokens.
Response
Hash of the authorization transaction on Stellar.
createStellar
Create a payout transaction on the Stellar network.Parameters
ID of the payout quote to execute.
Stellar wallet address sending the stablecoins.
Pre-signed Stellar transaction. If not provided, BlindPay will create and sign the transaction.
Response
Unique identifier for the created payout.
Current status of the payout.
Stellar wallet address sending the funds.
ID of the beneficiary receiving the funds.
Blockchain transaction tracking information.
Fiat payment tracking information.
Liquidity provider tracking information.
Completion tracking information.
Partner fee tracking information.
createEvm
Create a payout transaction on EVM-compatible blockchain networks (Ethereum, Base, Arbitrum, Polygon).Parameters
ID of the payout quote to execute.
EVM wallet address sending the stablecoins (must start with 0x).
Response
Unique identifier for the created payout.
Current status of the payout.
EVM wallet address sending the funds.
ID of the beneficiary receiving the funds.
Blockchain transaction tracking information.
Fiat payment tracking information.
Liquidity provider tracking information.
Completion tracking information.
Partner fee tracking information.
createSolana
Create a payout transaction on the Solana network.Parameters
ID of the payout quote to execute.
Solana wallet address sending the stablecoins.
Pre-signed Solana transaction, or
null if BlindPay should create and sign the transaction.Response
Unique identifier for the created payout.
Current status of the payout.
Solana wallet address sending the funds.
ID of the beneficiary receiving the funds.
Blockchain transaction tracking information.
Fiat payment tracking information.
Completion tracking information.
Partner fee tracking information.
Liquidity provider tracking information.