Platitun · API · Documents and payout details · Confirm the name

Confirm the name

POST /api/v1/papers/registry-confirm

Key scope: documents · changes data, the Idempotency-Key header is required

You confirm that the name found in the registry is yours. Until then the admission is incomplete. Change the number and you confirm again: otherwise someone else’s name would count as confirmed from last time.

Response fields

FieldTypeWhat it is
confirmedbooleanConfirmed.
alreadybooleanIt was already confirmed: a repeat is not an error, but not a new event either.

Refusal reasons

A rule refusal arrives as {"error":"rejected","refusal":{"kind":"…"}} with status 409. Refusals common to all endpoints are in the rules section.

CodeWhat happened and what to do
registry_nothing_to_confirmThere is nothing to confirm: no registry name has been found yet. Set the status and the number first.

Nearby in this section