Create an order
Authentication
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Path parameters
Request
Currency symbol for origin. Must be fiat for PAYIN/PAYOUT/PAYMENT_LINK/BALANCE_TRANSFER and crypto for OFFRAMP (e.g., COP, USD, ETH). Not required when quoteId is provided.
Currency symbol for destination. Must be fiat for PAYIN/PAYOUT/PAYMENT_LINK/BALANCE_TRANSFER/OFFRAMP and crypto for ONRAMP (e.g., COP, USD, BTC). Not required when quoteId is provided.
Destination Account ID (bank account or wallet). Required for PAYOUT and ONRAMP. Optional for PAYIN, OFFRAMP, and PAYMENT_LINK (defaults to merchant virtual balance if omitted).
Amount in destination currency. Must provide either amountIn or amountOut (but not both) when quoteId is not provided. Not required when quoteId is provided.
ISO 8601 date for order expiry. If not provided, orders will expire after 24 hours by default. If provided, must be a future date and cannot exceed the maximum allowed lifetime (24 hours from creation) or the order creation will fail. Applies to PAYMENT_LINK type.
Array of payment methods. Required for PAYIN (exactly one method). Optional for PAYMENT_LINK (can be empty for all available methods or multiple specific methods).
Quote ID to fix exchange rate for cross-currency or crypto operations (ONRAMP, OFFRAMP, BALANCE_TRANSFER). When provided, originCurrencySymbol, destinationCurrencySymbol, amountIn, and amountOut must not be provided.
Government-issued ID number required for the operation (e.g. DNI, RUT, Cédula)
Whether to send in-app notifications to the contact. Requires contactId to be set.
Indicates that the order is initiated by the merchant for themselves, rather than involving a third-party contact (such as a customer or supplier).
Response
Destination account ID (bank or wallet)
Origin account ID (bank or wallet)
External ID (idempotent identifier)
National ID document (e.g. DNI, RUT, Cédula) that must be provided to complete the order
Whether in-app notifications are enabled