get https://uat-api.synapsefi.com/v3.1/users//nodes//trans/
Transaction Statuses
Transaction Object
Key | Type | Description |
---|---|---|
_id | string | Object ID of transaction |
_links.self.href | string | HAL-style link for the object |
_v | integer | Style version |
amount | float | Amount user wishes to send |
currency | string | Currency of the transaction amount |
client.id | string | Object ID of client |
client.name | string | Name of the client |
extra.asset | string | Asset being sold. Only applicable to ( TRADE-US and CRYPTO-US )For CRYPTO-US acceptable values are BTC and ETH . |
extra.created_on | integer | Date transaction was created (milliseconds since Unix epoch time). |
extra.group_id | string | Additional group ID assigned to transaction |
extra.ip | string | Sender's IP address |
extra.location.address_city | string | Sender's city |
extra.location.address_country_code | string | Sender's country code |
extra.location.address_postal_code | string | Sender's postal code |
extra.location.address_subdivision | string | Sender's state |
extra.location.lat | string | Sender's latitude coordinate |
extra.location.lon | string | Sender's longitude coordinate |
extra.note | string | Memo tagged with the transaction |
extra.other.attachments[] | array of strings | [Deprecated] |
extra.other.dispute_form | string | Dispute form link for debit card transactions |
extra.other.disputed | boolean | Flag for disputed transactions |
extra.process_on | integer | Date to process transaction (milliseconds since Unix epoch time). |
extra.same_day | boolean | Flag for processing transactions with same day preferences |
extra.settlement_delay | integer | Amount of time to delay transaction (in days) |
extra.supp_id | string | Additional ID supplied to transaction |
extra.tracking_number | string | Tracking number provided to transaction |
fees[] | array of objects | List of fees and fee nodes associated with transaction |
from.id | string | Object ID of sending user |
from.meta.account_num | string | Account number of sending node |
from.meta.addenda | string | Addenda attached to from node |
from.meta.company_id | string | Account ID of company sending transaction |
from.meta.company_name | string | Name of company sending transaction |
from.meta.entry_class | string | Class type representing how transaction was submitted |
from.meta.monitoring_class | string | Class type representing how transaction is being monitored |
from.meta.name | string | Name of user sending transaction |
from.meta.posting_data | string | Posting data for transaction |
from.meta.routing_num | string | Routing number of sending node |
from.meta.subnet_id | string | Subnet ID of sending node |
from.meta.tracking_id | string | Tracking number provided to transaction |
from.meta.type | string | Meta type of transaction |
from.nickname | string | Nickname of sending node |
from.type | string | Type of transaction |
from.user._id | string | Object ID of sending user |
from.user.legal_names | array of strings | List of sending user legal names |
recent_status.code | string | If a transaction is updated with transaction status of queued (QUEUED-BY-SYNAPSE ), canceled (CANCELED ), or returned (RETURNED ) , this field will provide the transaction queue code (e.g. Q02 ), transaction cancellation code (e.g. C08 ), or transaction return code (e.g. R01 , CR01 , IR01 , CHR01 , or WR01 ) as appropriate. Both the code and a brief description are provided in the recent_status.note field. |
recent_status.date | integer | Date of most recent update (milliseconds since Unix epoch time). |
recent_status.note | string | Additional notes about transaction |
recent_status.status | string | Status of transaction |
recent_status.status_id | string | Status ID of transaction |
timeline[] | array of objects | List of timeline objects |
to.id | string | Object ID of receiving node |
to.nickname | string | Nickname of receiving node |
to.type | string | Typo of receiving node |
to.user._id | string | Object ID of receiving user |
to.user.legal_names[] | array of strings | List of receiving user legal names |
Timeline Object
Key | Type | Description |
---|---|---|
date | integer | Date of timeline update (milliseconds since Unix epoch time). |
note | string | Additional notes about transaction status update |
status | string | Status of transaction update |
status_id | staring | Status ID of transaction update |