specification: API Commons Rate Limits specificationVersion: '0.1' schema: https://raw.githubusercontent.com/api-evangelist/interface-research/main/schema/api-commons.yml#/$defs/RateLimits provider: Synctera providerId: synctera created: '2026-05-08' # Provenance stamped 2026-08-11: this artifact was written by the API Evangelist # bulk sweep dated 2026-05-08, not harvested from the provider. See roadmap#35. method: generated modified: '2026-05-08' reconciled: true tags: - FinTech - BaaS - Banking - Payments - Card Issuing - KYC - Rate Limiting description: Synctera enforces per-program rate limits. notes: Specific RPS contracted per program. sources: - https://docs.synctera.com/ responseCodes: throttled: 429 limits: - name: Default API RPS scope: program metric: requests_per_second limit: 50 notes: Default per-program throughput. policies: - name: Backoff Strategy description: Exponential backoff on 429. - name: Idempotency description: Use idempotency-key headers on POST endpoints. maintainers: - FN: Kin Lane email: kin@apievangelist.com