Skip to main content
PATCH
Update a transaction

Authorizations

Authorization
string
header
required

API key authentication. Include your API key in the Authorization header as Bearer <api_key>.

Headers

Idempotency-Key
string

Unique key for idempotent requests (24-hour cache)

Path Parameters

transactionId
string
required

Transaction ID (e.g., txn_...)

Body

application/json
memo
string

Transaction memo/note

Response

Transaction updated

id
string
required
amount
number
required

Transaction amount in cents

customerId
string | null
cardId
string | null
agentId
string | null
type
string

Transaction type (e.g., spend, refund)

status
string

Transaction status

currency
string
merchant
object | null
memo
string | null
createdAt
string<date-time> | null
updatedAt
string<date-time> | null