platform-transfers

POST /v1/platform-transfers/{transferId}/pay

Pay for a transfer and queue it for a specialist.

Sve platform-transfers krajnje tačke

Autentifikacija

Pošaljite API ključ kao bearer token. Ključ mora imati dozvolu billing.payment.manage; ključ bez nje se odbija sa 403, a ne sa 404.

Ovaj krajnji tačka ne prihvata ID organizacije. Vaš ključ već identifikuje organizaciju kojoj pripada, a odgovor je ograničen na nju.

Isprobajte

Zamenite bilo šta u uglastim zagradama sopstvenim vrednostima, a ključni placeholder sa ključem sa vaše kontrolne table.

curl -X POST https://api.zinndigital.com/v1/platform-transfers/{transferId}/pay \
  -H "Authorization: Bearer zdk_live_…" \
  -H "Content-Type: application/json" \
  -d '{  }'

Prijavljeni ste? API konzola na vašoj kontrolnoj tabli automatski popunjava ID vaše stvarne organizacije i vaš sopstveni ključ, i izvršava zahtev nad API-jem uživo tako da možete videti stvarni odgovor. Otvorite ovu krajnju tačku u API konzoli

Detalji

Charges the tier through the extras rails — wallet first, then the gateway — and moves the transfer to `queued` with its SLA set. Requires `billing.payment.manage`, because it moves money; creating the draft needs only `billing.view`. A decline returns `422` and leaves the transfer in `payment_failed`; nothing is charged and the same transfer can be paid again with another method. An organization with **no** chargeable payment method gets `422` `PAYMENT_METHOD_REQUIRED` instead — nothing was presented to a gateway, so it is not a decline and the remedy is to add a card (`docs/491` §7).

Parametri

NazivVrstaObaveznoŠta je ovo
transferId (path)stringDa

Telo zahteva

NazivVrstaObaveznoŠta je ovo
currencyobjectNeThe currency the customer was quoted in. Refused if no gateway can charge it — silently substituting the base currency would bill a different number from the one on the screen.

Odgovor

NazivVrstaObaveznoŠta je ovo
idUuidDaUUIDv7 identifier — sortable by creation time (docs/02 §8).
source_platformstringDa
source_platform_namestringNe
target_platformstringDa
target_platform_namestringNe
source_urlstringDa
target_site_idobjectNe
tier_codestringDa
tier_namestringNe
entity_count_estimateintegerNe
statusPlatformTransferStatusDa
status_labelstringNe
price_amount_minorintegerDa
price_currencystringDa
redirects_mappedbooleanNe
redirect_countintegerNe
canonicals_verifiedbooleanNe
sitemap_submittedbooleanNe
structured_data_preservedbooleanNe
seo_checks_completebooleanNe
customer_notestringNe
sla_due_atobjectNe
created_atstringDa
completed_atobjectNe
eventsPlatformTransferEvent[]NeThe customer-visible trail only. Staff notes name vendors and what a job cost us, and never appear here.

Greške koje ovaj krajnji tačka može da vrati

401 · 403 · 404 · 422 · 429