Create an automation that mints stablecoins to a destination wallet when fiat deposits are received.
brand object in the request body to control which business name appears as the beneficiary on funding instructions.
| Field | Type | Required | Description |
|---|---|---|---|
brand | object | No | Controls the beneficiary name on the Automation’s funding instructions. |
brand.account_id | string | Yes (if brand is provided) | The account whose business name and address appear as the beneficiary. Can be the caller’s own account or a managed account. |
brand, the beneficiary on funding instructions defaults to Brale. If you include brand.account_id, the beneficiary reflects that account’s business name instead.source.funding_instructions.beneficiary_name in the response will reflect the branded account’s business name.
For more details on how branded Automations work, see the Automations concept page.Use the Bearer token returned from the Auth endpoint via OAuth2 client_credentials flow. Include the token in the "Authorization: Bearer
A unique string used to prevent duplicate operations. Each POST request must use a new idempotency key. Use a UUIDv4 string. Example: idemp-123e4567-e89b-12d3-a456-426614174000
The ID of the account
^[a-zA-Z0-9]{26}$"2VcUIIsgARwVbEGlIYbhg6fGG57"
"XYZ Onramp"
Optional. Controls the beneficiary name on funding instructions. Pass the account_id of your own account or a managed account whose business name should appear as the beneficiary. If omitted, Brale is the default beneficiary.
Automation successfully created
^[a-zA-Z0-9]{26}$"2VcUIIsgARwVbEGlIYbhg6fGG57"