Skip to main content
POST
/
onboarding
/
customers
/
{customerId}
/
submit
Submit a completed customer onboarding application
curl --request POST \
  --url https://api.anchorage-staging.com/v2/onboarding/customers/{customerId}/submit \
  --header 'Api-Access-Key: <api-key>'
{
  "message": "Missing required field 'amount'."
}

Authorizations

Api-Access-Key
string
header
required

An API key associated with a security role

Path Parameters

customerId
string
required

The unique identifier for the customer

Response

Successfully submitted KYC application