platform-transfers

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

Pay for a transfer and queue it for a specialist.

Barcha platform-transfers yakuniy nuqtalari

Autentifikatsiya

API kalitini bearer token sifatida yuboring. Kalit billing.payment.manage ruxsatiga ega boʻlishi shart; ruxsatsiz kalit 404 emas, balki 403 xatosi bilan rad etiladi.

Bu yakuniy nuqta hech qanday tashkilot identifikatorini qabul qilmaydi. Sizning kalitingiz unga tegishli tashkilotni allaqachon aniqlaydi va javob shunga qarab cheklanadi.

Sinab ko'rish

Qavslardagi har qanday narsani o'z qiymatlaringiz bilan, kalit pleysxolderini эsa boshqaruv panelingizdagi kalit bilan almashtiring.

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

Tizimga kirganmisiz? Boshqaruv panelingizdagi API konsoli haqiqiy tashkilot ID raqamingiz va shaxsiy kalitingizni avtomatik to'ldiradi hamda haqiqiy javobni ko'rishingiz uchun so'rovni jonli API orqali bajaradi. Ushbu yakuniy nuqtani API konsolida oching

Tafsilotlar

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

Parametrlar

NomiTuriMajburiyNima bu
transferId (path)stringHa

Soʻrov tanasi

NomiTuriMajburiyNima bu
currencyobjectYo'qThe 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.

Javob

NomiTuriMajburiyNima bu
idUuidHaUUIDv7 identifier — sortable by creation time (docs/02 §8).
source_platformstringHa
source_platform_namestringYo'q
target_platformstringHa
target_platform_namestringYo'q
source_urlstringHa
target_site_idobjectYo'q
tier_codestringHa
tier_namestringYo'q
entity_count_estimateintegerYo'q
statusPlatformTransferStatusHa
status_labelstringYo'q
price_amount_minorintegerHa
price_currencystringHa
redirects_mappedbooleanYo'q
redirect_countintegerYo'q
canonicals_verifiedbooleanYo'q
sitemap_submittedbooleanYo'q
structured_data_preservedbooleanYo'q
seo_checks_completebooleanYo'q
customer_notestringYo'q
sla_due_atobjectYo'q
created_atstringHa
completed_atobjectYo'q
eventsPlatformTransferEvent[]Yo'qThe customer-visible trail only. Staff notes name vendors and what a job cost us, and never appear here.

Ushbu yakuniy nuqta qaytarishi mumkin bo'lgan xatolar

401 · 403 · 404 · 422 · 429