platform-transfers

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

Pay for a transfer and queue it for a specialist.

Të gjitha pikat e skajshme platform-transfers

Autentifikimi

Drgoni një çelës API si një token mbajtës. Çelësi duhet të ketë lejen billing.payment.manage; një çelës pa të refuzohet me 403, jo 404.

Ky pikëndalim nuk pranon id të organizatës. Çelësi juaj tashmë identifikon organizatën së cilës i përket dhe përgjigjja kufizohet vetëm për atë.

Provoje

Zëvendësoni çdo gjë brenda kllapave këndore me vlerat tuaja dhe vendbanuesin e çelësit me një çelës nga paneli juaj.

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

Jeni kyçur? Konsola e API-së në panelin tuaj plotëson ID-në tuaj reale të organizatës dhe çelësin tuaj, dhe ekzekuton kërkesën kundrejt API-së live, kështu që ju mund të shihni përgjigjen aktuale. Hapni këtë pikë fundore në konsolën e API-së

Detajet

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).

Parametrat

EmriLlojiKërkohetÇfarë është kjo
transferId (path)stringPo

Trupi i kërkesës

EmriLlojiKërkohetÇfarë është kjo
currencyobjectJoThe 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.

Përgjigja

EmriLlojiKërkohetÇfarë është kjo
idUuidPoUUIDv7 identifier — sortable by creation time (docs/02 §8).
source_platformstringPo
source_platform_namestringJo
target_platformstringPo
target_platform_namestringJo
source_urlstringPo
target_site_idobjectJo
tier_codestringPo
tier_namestringJo
entity_count_estimateintegerJo
statusPlatformTransferStatusPo
status_labelstringJo
price_amount_minorintegerPo
price_currencystringPo
redirects_mappedbooleanJo
redirect_countintegerJo
canonicals_verifiedbooleanJo
sitemap_submittedbooleanJo
structured_data_preservedbooleanJo
seo_checks_completebooleanJo
customer_notestringJo
sla_due_atobjectJo
created_atstringPo
completed_atobjectJo
eventsPlatformTransferEvent[]JoThe customer-visible trail only. Staff notes name vendors and what a job cost us, and never appear here.

Gabimet që ky pikëndalim mund të kthejë

401 · 403 · 404 · 422 · 429