Synchrony Financial · Capability

Synchrony Financial Quickscreen Apply API — Preapprovals

Synchrony Financial Quickscreen Apply API — Preapprovals. 1 operations. Lead operation: Submit Preapproval Request. Self-contained Naftiko capability covering one Synchrony Financial business surface.

Run with Naftiko Synchrony FinancialPreapprovals

What You Can Do

POST
Submitpreapproval — Submit Preapproval Request
/v1/v1/credit/preapproval

MCP Tools

submit-preapproval-request

Submit Preapproval Request

Capability Spec

quickscreen-apply-preapprovals.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Synchrony Financial Quickscreen Apply API — Preapprovals
  description: 'Synchrony Financial Quickscreen Apply API — Preapprovals. 1 operations. Lead operation: Submit Preapproval
    Request. Self-contained Naftiko capability covering one Synchrony Financial business surface.'
  tags:
  - Synchrony Financial
  - Preapprovals
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SYNCHRONY_FINANCIAL_API_KEY: SYNCHRONY_FINANCIAL_API_KEY
capability:
  consumes:
  - type: http
    namespace: quickscreen-apply-preapprovals
    baseUri: https://api.syf.com
    description: Synchrony Financial Quickscreen Apply API — Preapprovals business capability. Self-contained, no shared references.
    resources:
    - name: v1-credit-preapproval
      path: /v1/credit/preapproval
      operations:
      - name: submitpreapproval
        method: POST
        description: Submit Preapproval Request
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.SYNCHRONY_FINANCIAL_API_KEY}}'
  exposes:
  - type: rest
    namespace: quickscreen-apply-preapprovals-rest
    port: 8080
    description: REST adapter for Synchrony Financial Quickscreen Apply API — Preapprovals. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/v1/credit/preapproval
      name: v1-credit-preapproval
      description: REST surface for v1-credit-preapproval.
      operations:
      - method: POST
        name: submitpreapproval
        description: Submit Preapproval Request
        call: quickscreen-apply-preapprovals.submitpreapproval
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: quickscreen-apply-preapprovals-mcp
    port: 9090
    transport: http
    description: MCP adapter for Synchrony Financial Quickscreen Apply API — Preapprovals. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: submit-preapproval-request
      description: Submit Preapproval Request
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: quickscreen-apply-preapprovals.submitpreapproval
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.