Update a transaction
Path parameters
transaction_id
Headers
Authorization
Bearer authentication of the form Bearer <token>
, where token is your auth token.
x-monite-version
x-monite-entity-id
The ID of the entity that owns the requested resource.
Request
This endpoint expects an object.
amount
The transaction amount in minor units. Positive values for in-flow, negative values for out-flow.
currency
ISO currency code.
description
A human-readable description of the transaction.
entity_user_id
ID of the entity user who made the transaction, if applicable.
external_id
External identifier for idempotency, if provided by the source system.
merchant_amount
Original merchant transaction amount in minor units.
merchant_currency
ISO currency code for the merchant_amount
.
merchant_location
The merchant location.
merchant_name
The merchant name.
partner_metadata
Extensible key-value pairs for storing additional custom information for partner needs.
payment_method
started_at
Date and time when the transaction was initiated.
status
The current processing status of the transaction.
type
The nature of the transaction.
Response
Successful Response
id
A unique Monite-generated ID assigned to this transaction.
amount
The transaction amount in minor units. Positive values for in-flow, negative values for out-flow.
currency
ISO currency code.
entity_id
ID of the entity that owns this resource.
merchant_amount
Original merchant transaction amount in minor units.
merchant_currency
ISO currency code for the merchant_amount
.
merchant_location
The merchant location.
merchant_name
The merchant name.
payment_method
started_at
Date and time when the transaction was initiated.
type
The nature of the transaction.
description
A human-readable description of the transaction.
entity_user_id
ID of the entity user who made the transaction, if applicable.
external_id
External identifier for idempotency, if provided by the source system.
partner_metadata
Extensible key-value pairs for storing additional custom information for partner needs.
status
The current processing status of the transaction.