Platitun · API · Documents and payout details · Payout details

Payout details

PUT /api/v1/papers/payout

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

Where the marketplace pays you. The account is verified by a checksum AGAINST THE BANK CODE — not “looks like an account” but actually matches the bank. The response repeats only the last four digits: a leaked response must not become leaked banking details.

Phone-based instant payments are for the self-employed only: an LLC or a sole trader is paid to a bank account.

Request fields

FieldTypeWhat it is
method requiredstring“account” — a bank account, “sbp” — instant payments by phone.
accountstringThe account number, twenty digits.
bikstringThe bank code, nine digits.
namestringThe recipient as at the bank.
kppstringRequired for an LLC, nine digits.
phonestringFor instant payments: a phone like 79991234567.

Response fields

FieldTypeWhat it is
methodstringWhat was recorded.
accountTailstring|nullThe last four digits of the account.
filledbooleanWhether the details suffice for a payout.

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
sbp_only_selfPhone-based instant payments are for the self-employed only: a company or a sole trader is paid to a bank account.
phone_formatThe phone must look like 79991234567 — eleven digits starting with a seven.
bik_badThe bank code is invalid: nine digits with its own internal rule.
account_badThe account does not pass the checksum WITH THIS bank code. This is not “looks like an account” — it is a check against the bank.
name_neededA recipient is required — exactly as recorded at the bank.
kpp_badA company must provide a KPP: nine digits.

Nearby in this section