---
title: "POST /v4.0/registration/complete"
method: POST
path: "/v4.0/registration/complete"
tags: ["Registration"]
---

# POST /v4.0/registration/complete

`POST /v4.0/registration/complete`

## Request body

- OrderCompleteRegistrationRequestDto
  - `fullName` string, required
  - `companyName` string, nullable
  - `billingCurrency` string, required
  - `countryCode` string, required
  - `whySigningUp` string, nullable

## Response `200`

Success

- OrderCompleteRegistrationResponseDto
  - `merchantId` integer

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.net/prodigi/apis/prodigi-api.md) · [All operations](https://skmtc.net/prodigi/apis/prodigi-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/prodigi/prodigi-api/revisions/697039a65afe/schema)
