commerce

POST /v1/orders/{orderId}/paypal/capture

Capture a PayPal order the buyer completed.

Lahat ng commerce endpoint

Pagpapatotoo

Magpadala ng API key bilang bearer token. Ang endpoint na ito ay hindi naglatag ng tiyak na pahintulot sa pagtutukoy, kaya ibigay sa iyong key ang pinakamababang kailangan nito at suriin ang tugon sa halip na umasa.

Ang endpoint na ito ay hindi nangangailangan ng id ng organisasyon. Natutukoy na ng iyong key ang organisasyong kinabibilangan nito, at nakatuon ang tugon dito.

Subukan ito

Palitan ang anuman sa loob ng mga panaklong na may anggulo ng iyong sariling mga halaga, at ang placeholder ng key na may key mula sa iyong dashboard.

curl -X POST https://api.zinndigital.com/v1/orders/{orderId}/paypal/capture \
  -H "Authorization: Bearer zdk_live_…" \
  -H "Content-Type: application/json" \
  -d '{ "paypal_order_id": <string> }'

Nakalagda? Ang API console sa iyong dashboard ay awtomatikong naglalagay ng iyong tunay na ID ng organisasyon at sariling susi, at pinapatakbo ang kahilingan laban sa live na API upang makita mo ang aktwal na tugon. Buksan ang endpoint na ito sa console ng API

Mga Detalye

Settles the order against a PayPal order the buyer has approved (wallet) or paid by card (including any 3-D Secure step). ⛔ **The browser is not believed.** It reports that the buyer finished; only PayPal's capture response says money moved, and only the engine writes a payment. Posting an invented `paypal_order_id` produces a gateway error, never a paid order. A **declined card answers 200** with the order `payment_failed`, for the same reason `payOrder` does — the attempt was processed exactly as asked.

Mga Parameter

PangalanUriKailanganAno ito
orderId (path)UuidOoThe order's id.

Katawan ng kahilingan

PangalanUriKailanganAno ito
paypal_order_idstringOoThe id returned by `openPayPalOrder` and completed in the browser.

Tugon

PangalanUriKailanganAno ito
idUuidOoUUIDv7 identifier — sortable by creation time (docs/02 §8).
org_idUuidOoUUIDv7 identifier — sortable by creation time (docs/02 §8).
human_refstringOoHuman-friendly order reference.
statusOrderStatusOoAn order's lifecycle state (docs/31 §4.3).
currencyCurrencyCodeOoISO 4217 currency code (money is minor units + this code — CLAUDE.md §2.8).
subtotal_minorintegerOo
tax_minorintegerOo
discount_minorintegerOo
total_minorintegerOo
billing_countryobjectHindi
placed_atobjectHindi
created_atstringOo
updated_atstringHindi
linesOrderLine[]Oo
paymentsPayment[]Oo

Mga error na maibabalik ng endpoint na ito

401 · 403 · 404 · 422 · 429 · 503