Platitun · API · Documents and payout details · My seller admission

My seller admission

GET /api/v1/papers

Key scope: documents · read only

What is filled in and what stops you from reaching the storefront: nickname, offer, status with the tax number, the registry name check, payout details. The account number is returned only as its last four digits.

A test account needs no paperwork: its admission counts as complete without documents — that is exactly what the flag is for.

Response fields

FieldTypeWhat it is
nicknamestring|nullThe nickname the buyer sees.
sellerTypestring|nullooo, ip or self_employed.
innstring|nullThe tax number as recorded.
offerAcceptedAtstring|nullWhen the seller offer was accepted.
registryobjectThe registry check: the name found, when it was checked, whether it is confirmed, and a reason code if it did not match.
payoutobjectPayout details: method, the last four digits of the account, the bank code, the recipient, and whether everything is filled.
listablebooleanWhether listings reach the storefront right now.

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
not_foundThe record does not exist or is not yours. The ownership condition is in the database query itself, so someone else’s record looks like a missing one.

Nearby in this section