Skip to main content
POST
/
payout
/
accounts
/
execute
cURL
curl -X POST https://api.relayer.fi/v1/payout/accounts/execute \
  -H "Authorization: ApiKey $RELAYER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "quoteId": "qte_jkl012",
    "beneficiaryId": "ben_abc123"
  }'

Body

application/json
source_amount
string
required

Amount in source currency as a decimal string

Example:

"10000.00"

source_currency
enum<string>
required

Source currency code

Available options:
usd,
eur,
mxn,
brl,
gbp
Example:

"mxn"

destination_currency
enum<string>
required

Destination currency code

Available options:
usd,
eur,
mxn,
brl,
gbp
Example:

"usd"

beneficiary_account_id
string
required

UUID of the beneficiary bank account receiving the funds

Example:

"b5ed595d-d724-4826-9e6c-3b8104fbe355"

Response

Payment created with deposit instructions for the source currency