Synchrony Financial · Capability

Synchrony Financial Credit Authorization API — Payments

Synchrony Financial Credit Authorization API — Payments. 1 operations. Lead operation: Submit Payment. Self-contained Naftiko capability covering one Synchrony Financial business surface.

Run with Naftiko Synchrony FinancialPayments

What You Can Do

POST
Createpayment — Submit Payment
/v1/v1/authorizations/payments

MCP Tools

submit-payment

Submit Payment

Capability Spec

credit-authorization-payments.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Synchrony Financial Credit Authorization API — Payments
  description: 'Synchrony Financial Credit Authorization API — Payments. 1 operations. Lead operation: Submit Payment. Self-contained
    Naftiko capability covering one Synchrony Financial business surface.'
  tags:
  - Synchrony Financial
  - Payments
  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: credit-authorization-payments
    baseUri: https://api.syf.com
    description: Synchrony Financial Credit Authorization API — Payments business capability. Self-contained, no shared references.
    resources:
    - name: v1-authorizations-payments
      path: /v1/authorizations/payments
      operations:
      - name: createpayment
        method: POST
        description: Submit Payment
        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: credit-authorization-payments-rest
    port: 8080
    description: REST adapter for Synchrony Financial Credit Authorization API — Payments. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/v1/authorizations/payments
      name: v1-authorizations-payments
      description: REST surface for v1-authorizations-payments.
      operations:
      - method: POST
        name: createpayment
        description: Submit Payment
        call: credit-authorization-payments.createpayment
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: credit-authorization-payments-mcp
    port: 9090
    transport: http
    description: MCP adapter for Synchrony Financial Credit Authorization API — Payments. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: submit-payment
      description: Submit Payment
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: credit-authorization-payments.createpayment
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.