platform-transfers

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

Pay for a transfer and queue it for a specialist.

Всички крайни точки в platform-transfers

Упълномощаване

Изпратете API ключ като токен за носене. Ключът трябва да притежава разрешението billing.payment.manage; ключ без него се отхвърля с 403, а не с 404.

Този ендпойнт не изисква идентификатор на организация. Вашият ключ вече идентифицира организацията, към която принадлежи, и отговорът е ограничен до нея.

Опитайте

Заменете всичко в квадратни скоби със собствени стойности, а ключовия заместващ символ – с ключ от вашето табло за управление.

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

Влязохте ли в профила си? API конзолата във вашето табло за управление попълва действителното идентификационно число на вашата организация и вашия собствен ключ и изпълнява заявката спрямо реалното API, за да можете да видите действителния отговор. Отворете този крайpoint в API конзолата

Детайли

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

Параметри

ИмеТипЗадължителноКакво представлява
transferId (path)stringДа

Тяло на заявката

ИмеТипЗадължителноКакво представлява
currencyobjectНеThe 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.

Отговор

ИмеТипЗадължителноКакво представлява
idUuidДаUUIDv7 identifier — sortable by creation time (docs/02 §8).
source_platformstringДа
source_platform_namestringНе
target_platformstringДа
target_platform_namestringНе
source_urlstringДа
target_site_idobjectНе
tier_codestringДа
tier_namestringНе
entity_count_estimateintegerНе
statusPlatformTransferStatusДа
status_labelstringНе
price_amount_minorintegerДа
price_currencystringДа
redirects_mappedbooleanНе
redirect_countintegerНе
canonicals_verifiedbooleanНе
sitemap_submittedbooleanНе
structured_data_preservedbooleanНе
seo_checks_completebooleanНе
customer_notestringНе
sla_due_atobjectНе
created_atstringДа
completed_atobjectНе
eventsPlatformTransferEvent[]НеThe customer-visible trail only. Staff notes name vendors and what a job cost us, and never appear here.

Грешки, които този крайpoint може да върне

401 · 403 · 404 · 422 · 429