Skip to main content
POST
/
admin
/
compliance
/
submit-cra
Submit CRA Form
curl --request POST \
  --url https://{tenant}.fincode.software/api/v6/services/admin/compliance/submit-cra \
  --header 'Content-Type: application/json' \
  --header 'X-Auth-Token: <x-auth-token>' \
  --header 'platform: <platform>' \
  --header 'uuid: <uuid>' \
  --data '
{
  "dynamicFormId": "31564b03-f183-44e3-ae4a-fa343c6f7e3a",
  "customerId": "daa02d5e-2be1-4523-ba6e-1930045b0e53",
  "dynamicFieldIds": {},
  "kycRuleId": "<string>"
}
'
This endpoint is used to submit the collected data from dynamic forms (e.g., CRA or KYC forms). The system validates the input, updates the customer’s compliance status, and may automatically trigger the next step in the enrolment process (like external screening).

Headers

platform
string
default:fincode
required
uuid
string
default:200
required
X-Auth-Token
string
required

Body

application/json
dynamicFormId
string
default:31564b03-f183-44e3-ae4a-fa343c6f7e3a
required
customerId
string
default:daa02d5e-2be1-4523-ba6e-1930045b0e53
required
dynamicFieldIds
object
required
kycRuleId
string

Response

200

Submission result