platform-transfers
POST /v1/platform-transfers/{transferId}/pay
Pay for a transfer and queue it for a specialist.
Упълномощаване
Изпратете 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 | Да | — |
Тяло на заявката
| Име | Тип | Задължително | Какво представлява |
|---|---|---|---|
currency | object | Не | 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. |
Отговор
| Име | Тип | Задължително | Какво представлява |
|---|---|---|---|
id | Uuid | Да | UUIDv7 identifier — sortable by creation time (docs/02 §8). |
source_platform | string | Да | — |
source_platform_name | string | Не | — |
target_platform | string | Да | — |
target_platform_name | string | Не | — |
source_url | string | Да | — |
target_site_id | object | Не | — |
tier_code | string | Да | — |
tier_name | string | Не | — |
entity_count_estimate | integer | Не | — |
status | PlatformTransferStatus | Да | — |
status_label | string | Не | — |
price_amount_minor | integer | Да | — |
price_currency | string | Да | — |
redirects_mapped | boolean | Не | — |
redirect_count | integer | Не | — |
canonicals_verified | boolean | Не | — |
sitemap_submitted | boolean | Не | — |
structured_data_preserved | boolean | Не | — |
seo_checks_complete | boolean | Не | — |
customer_note | string | Не | — |
sla_due_at | object | Не | — |
created_at | string | Да | — |
completed_at | object | Не | — |
events | PlatformTransferEvent[] | Не | 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