Partial update of payment
Partially updates specific fields like metadata of a payment by transactionId using PATCH, allowing incremental changes without replacing the entire resource.
Last updated
Partially updates specific fields like metadata of a payment by transactionId using PATCH, allowing incremental changes without replacing the entire resource.
Last updated
Partially updates specific fields like metadata
of an existing payment transaction identified by transactionId
. Using HTTP PATCH
semantics, this endpoint allows for modifying certain attributes without replacing the entire transaction resource. It's helpful for making incremental changes as the payment progresses through different stages.
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.
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.
An external reference ID for the transaction, used for integrations with external systems.
External user reference ID, linking the transaction to the external system's user.
Internal identity identifier within the ConomyHQ system. It uniquely identifies the user associated with the transaction.
payment schema
The amount and currency of the transaction before applying any fees or exchanges.
payment schema
The amount and currency after applying fees and exchanges. This represents the total amount paid or withdrawn.
Represents the various types of financial transactions, ranging from card payments to remittances, savings-related transactions, and more.
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).
The enrich object provides details about the merchant receiving the payment, including their code, name, and location.
Specifies how often settlements occur for this transaction, such as 'INSTANT', 'DAILY', 'WEEKLY', or 'MONTHLY'.
An array of fees applied to the transaction. Each fee entry describes the type and amount of the fee.
An array of exchanges applied to the transaction, including currency conversions or asset exchanges.
Creation date, in ISO 8601 date format
Date of last update, in ISO 8601 date format
The expiration date of the transaction, in ISO 8601 date format.