The Create Payment endpoint is used to initiate a payment by specifying the necessary details, such as the amount, currency, origin, and destination of funds. This step reserves the funds or starts the payment process, depending on the payment method, but it does not finalize the transaction. In two-step payment methods, the payment must be confirmed in a subsequent step to complete the transaction.
post
Authorizations
Body
idstringoptional
Unique identifier assigned to each payment transaction within the system. It is used to reference and track transactions across all API operations, such as creating, confirming, and querying payments.
externalIdstringoptional
An external reference ID for the transaction, used for integrations with external systems.
externalIdentityIdstringoptional
External user reference ID, linking the transaction to the external system's user.
identityIdstringoptional
Internal identity identifier within the ConomyHQ system. It uniquely identifies the user associated with the transaction.
originsobject[]optional
payment schema
originAmountobjectoptional
The amount and currency of the transaction before applying any fees or exchanges.
destinationsobject[]optional
payment schema
destinationAmountobjectoptional
The amount and currency after applying fees and exchanges. This represents the total amount paid or withdrawn.
typestring · enumoptional
Represents the various types of financial transactions, ranging from card payments to remittances, savings-related transactions, and more.
Available options:
productstringoptional
The currency pair being traded, formatted as CURRENCY 1:CURRENCY 2, where the first currency is the base currency and the second is the counter currency. This defines what is being exchanged (e.g., CLP:USD or CLP:USDC_SOLANA).
statusstring · enumoptional
Available options:
enrichobjectoptional
The enrich object provides details about the merchant receiving the payment, including their code, name, and location.
settlementstring · enumoptional
Specifies how often settlements occur for this transaction, such as 'INSTANT', 'DAILY', 'WEEKLY', or 'MONTHLY'.
Available options:
feesobject[]optional
An array of fees applied to the transaction. Each fee entry describes the type and amount of the fee.
exchangeobjectoptional
An array of exchanges applied to the transaction, including currency conversions or asset exchanges.
metaDataobjectoptional
createdAtstringoptional
Creation date, in ISO 8601 date format
updatedAtstringoptional
Date of last update, in ISO 8601 date format
expiredAtstringoptional
The expiration date of the transaction, in ISO 8601 date format.