DocsAPI ReferenceBank Account/bff/bank-account/sync-mfcr
postBank AccountAdmin BFF

/bff/bank-account/sync-mfcr

Calls the Czech tax authority (MFCR) registr plátců DPH SOAP API for the organisation's DIČ and imports any officially published bank accounts. Updates the publicly-listed flag on existing accounts. No-op when the organisation has no DIČ or is not a VAT payer.

Bank accountpostBffBank-accountSync-mfcr

No parameters

This endpoint takes no path, query, header or body parameters.

Request

POST /bff/bank-account/sync-mfcr

post
curl -X POST "https://api.bizkithub.com/bff/bank-account/sync-mfcr" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY"

Response

JSON payload

{
  "imported": 0,
  "matched": 0,
  "errors": [
    "string"
  ]
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key