Fragment Reconciliation API

Match ledger activity against external money movement. reconcileTx reconciles a transaction idempotently by transaction ID, while syncCustomAccounts and syncCustomTxs ingest external accounts and transactions to keep the ledger and source systems in agreement.

API entry from apis.yml

apis.yml Raw ↑
aid: fragment-dev:fragment-reconciliation-api
name: Fragment Reconciliation API
tags:
- Reconciliation
- Payments
- Sync
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
humanURL: https://fragment.dev/docs
baseURL: https://api.fragment.dev/graphql
properties:
- url: https://fragment.dev/docs
  type: Documentation
- url: graphql/fragment-dev-graphql.md
  type: GraphQL
- url: graphql/fragment-dev-schema.graphql
  type: GraphQLSchema
description: Match ledger activity against external money movement. reconcileTx reconciles a transaction
  idempotently by transaction ID, while syncCustomAccounts and syncCustomTxs ingest external accounts
  and transactions to keep the ledger and source systems in agreement.