Parameters
No parameters required
This endpoint takes no path, query, header or body parameters.
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.
No parameters required
This endpoint takes no path, query, header or body parameters.
1 status code documented
vatNumberstring | nullRequiredimportednumberRequiredmatchednumberRequirederrorsstring[]Required{
"imported": 0,
"matched": 0,
"errors": [
"string"
]
}POST /bff/bank-account/sync-mfcr
curl -X POST "https://api.bizkithub.com/bff/bank-account/sync-mfcr" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"All BizKitHub public API endpoints require authentication via API key.