platform-transfers

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

Pay for a transfer and queue it for a specialist.

Vituo vyote vya platform-transfers

Uthibitishaji

Tuma ufunguo wa API kama tokeni ya kubeba. Ufunguo lazima uwe na ruhusa ya billing.payment.manage; ufunguo usio nayo unakataliwa kwa 403, si 404.

Endpoint hii haichukui kitambulisho cha shirika. Ufunguo wako tayari unalitambua shirika linalohusika, na jibu limewekewa kikomo kwa shirika hilo pekee.

Jaribu

Badilisha chochote kilicho ndani ya mabano ya pembe na maadili yako mwenyewe, na kishikiliaji cha ufunguo na ufunguo kutoka kwa dashibodi yako.

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

Umeingia kwenye akaunti? Dashibodi yako ya kiweko cha API inajaza kitambulisho chako halisi cha shirika na ufunguo wako mwenyewe, na kuendesha ombi dhidi ya API ya moja kwa moja ili uweze kuona jibu halisi. Fungua sehemu hii ya mwisho (endpoint) kwenye konsole ya API

Maelezo

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

Vigezo

JinaAinaInayohitajikaKilicho hiki
transferId (path)stringNdiyo

Mwili wa ombi

JinaAinaInayohitajikaKilicho hiki
currencyobjectHapanaThe 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.

Majibu

JinaAinaInayohitajikaKilicho hiki
idUuidNdiyoUUIDv7 identifier — sortable by creation time (docs/02 §8).
source_platformstringNdiyo
source_platform_namestringHapana
target_platformstringNdiyo
target_platform_namestringHapana
source_urlstringNdiyo
target_site_idobjectHapana
tier_codestringNdiyo
tier_namestringHapana
entity_count_estimateintegerHapana
statusPlatformTransferStatusNdiyo
status_labelstringHapana
price_amount_minorintegerNdiyo
price_currencystringNdiyo
redirects_mappedbooleanHapana
redirect_countintegerHapana
canonicals_verifiedbooleanHapana
sitemap_submittedbooleanHapana
structured_data_preservedbooleanHapana
seo_checks_completebooleanHapana
customer_notestringHapana
sla_due_atobjectHapana
created_atstringNdiyo
completed_atobjectHapana
eventsPlatformTransferEvent[]HapanaThe customer-visible trail only. Staff notes name vendors and what a job cost us, and never appear here.

Hitilafu ambazo mwisho huu unaweza kurudisha

401 · 403 · 404 · 422 · 429