Update a Transaction
Update a Transaction
Headers
API key is required to call Solid APIs. You can view and manage your API keys in the Solid dashboard.
"{{api_key}}"
Path Parameters
Body
description of the transaction
"Invoice payment"
Metadata takes free-form key-value pairs. You may send metadata when you create an object (POST) and when updating the object (PATCH). If you would like to remove metadata that is already on an object, you can unset it by passing in the key-value pair with an empty string, like this: {"key": ""}
Response
unique id of the transaction
"txn_817d2a074042bb4ec54e08fd82b1e0a8"
unique id of the sub account
"sub_bda1e562657c41e553104b10aad3fe70"
unique id of the master account holder
"mas_743fa071316bc6beaf5dddfd05f49c30"
status of the transaction
originated
, pending
, clearing
, cleared
, settled
, canceled
, in_review
, returned
, reversed
, received
, declined
, refunded
"originated"
amount of the transaction
"93.50"
currency of the transaction
usd
"usd"
if transaction is debit or credit
debit
, credit
"debit"
payment method for the transaction
ach
, domestic_wire
, international_wire
, check
, fednow
, rtp
, debit_card
, card_issuing
"ach"
type within the payment method used for the transaction
push
, pull
, decline
, cancel
, return
, send
, deposit
, request
, auth
, adjust
, reverse
, refund
"push"
if transaction is incoming or outgoing
incoming
, outgoing
"outgoing"
description of the transaction
"Invoice payment"
available balance in the sub account after the transaction
"500.00"
total pending credits to the sub account after the transaction
"0.00"
total pending debits to the sub account after the transaction
"93.50"
unique id to cross-reference records with external systems
"123-9088-2"
purpose of the transaction
"May Invoice"
Metadata takes free-form key-value pairs. You may send metadata when you create an object (POST) and when updating the object (PATCH). If you would like to remove metadata that is already on an object, you can unset it by passing in the key-value pair with an empty string, like this: {"key": ""}