Returns a signal of information about a consumer spending habits, organized by MCC.
Headers
Name | Value |
---|---|
Content-Type | application/json |
Authorization | Bearer {JWT} |
URL Parameters
Key | Required | Comment |
---|---|---|
:id | Yes | int. The person ID as stored in your account. |
q | No | int. The cutoff percentage. Spending percentages below it will be excluded from the results. Default to 10. For example: /persons/513764/spendings?q=15 |
Response
Name | Value |
---|---|
spendings | JSON object. Keys are the Merchant Category Codes. Values are the spending percentages for each MCC. |