Transaction
A Synchrony Financial credit transaction including purchases, payments, refunds, and reversals.
Financial-ServicesCreditPaymentsConsumer FinanceRetail Finance
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://api.syf.com/schemas/transaction",
"title": "Transaction",
"description": "A Synchrony Financial credit transaction including purchases, payments, refunds, and reversals.",
"type": "object",
"properties": {
"transactionId": {
"type": "string",
"description": "Unique identifier for the transaction."
},
"authorizationCode": {
"type": "string",
"description": "Authorization code returned on approval."
},
"status": {
"type": "string",
"enum": ["approved", "declined", "pending", "reversed"],
"description": "Current transaction status."
},
"type": {
"type": "string",
"enum": ["purchase", "preauthorization", "completion", "payment", "refund", "reversal"],
"description": "Transaction type."
},
"amount": {
"type": "number",
"format": "double",
"minimum": 0,
"description": "Transaction amount in USD."
},
"merchantId": {
"type": "string",
"description": "Synchrony merchant identifier."
},
"accountNumber": {
"type": "string",
"description": "Masked credit account number."
},
"channel": {
"type": "string",
"enum": ["web", "mobile", "pos"],
"description": "Transaction channel."
},
"merchantOrderId": {
"type": "string",
"description": "Merchant internal order reference."
},
"timestamp": {
"type": "string",
"format": "date-time",
"description": "Transaction timestamp in ISO 8601 format."
},
"message": {
"type": "string",
"description": "Human-readable status message."
}
},
"required": ["transactionId", "status", "type", "amount", "merchantId", "timestamp"]
}
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.
apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
resolveTurn a domain, URL or GitHub org into the provider it belongs to.
find_cohortsEvery scored population of providers in the catalog.
All 92 tools
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/synchrony-financial-transaction"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no email required.
A second provider on the same verified email joins the account you already have.