Authorizations
Body
Anonymous ID representing your user. This will be used for summary features, and recurrence flagging purposes.
512
"user_id_123456789"
The full transaction description. Typically, this will be a string containing the name of the merchant or institution involved in the transaction plus information related to the type of transaction such as "ACCT VERIFY", "WEB PMT", "ETRANSFER", etc...
1024
"AMAZON CORP SYF PAYMNT"
Value of the transaction in the given currency. Negative values indicate incoming money.
"283.78"
16
"USD"
The time the transaction occurred. Formatted as an ISO 8601 date time.
"2022-06-15 18:27:51Z"
Anonymous ID representing the account of the user (NOT the account number).
512
"account_id_123456789"
Your ID representing this transaction
512
"transaction_id_123456789"
A dictionary containing custom attributes that you would like to be returned in the response.
Please ensure this object does not contain any PII.
Restrictions include: customAttributes
must be an object, up 30 custom attributes are allowed, each key must be a string <= 40 characters in length, and each value must be a string <= 250 characters in length.
{
"custom_attribute_1": "value_1",
"custom_attribute_2": "value_2"
}
Response
Successful operation
An array of counterparties matched to the transaction, ordered by descending match score.
Our ID representing the enrichment, not to be confused with your provided transactionId
.
The mobile app information for the transaction. This object is only non-null if the transaction was matched to a mobile app.
This is a premium Spade field available depending on your product package.
A dictionary containing the custom attributes that were included in the enrichment request (if any).
{
"custom_attribute_1": "value_1",
"custom_attribute_2": "value_2"
}