Migration packs
42 deterministic migration packs ship with mendapi fix. Every pack is regression-locked against gold fixture repos: patches must apply cleanly with git apply, pass a syntax check, be idempotent on re-run, and leave already-migrated code untouched. Packs also carry a freshness contract — if the upstream API surface changes again after a pack was built, mendapi revalidate flags it and fix refuses to apply it silently.
$ mendapi fix --repo . --migration <pack-name> # dry-run diff $ mendapi fix --repo . --migration <pack-name> --apply # write changes
aws
aws-sdk-v2-to-v3-s3
AWS SDK for JavaScript v2 -> v3 migration (S3)
cloudflare
cloudflare-kv-legacy-routes
Cloudflare Workers KV legacy namespace routes -> storage/kv routes
- #1402 — KV - Deprecate legacy Workers KV namespace API routes (source)
cloudflare-typescript-v7-deterministic-renames
cloudflare-typescript v7.0.0: Id->ID method renames, DEXTest type renames, import-path moves, fileFromPath removal
- #141 — v7.0.0 (source)
cloudflare-typescript-v7-named-path-params
cloudflare-typescript v7.0.0: intermediate path parameters move into the options object (named path parameters)
- #141 — v7.0.0 (source)
cloudflare-account-roles-to-permission-groups
Cloudflare Account Roles API -> Permission Groups API (URL move + meta.label read remap)
- #1386 — Cloudflare Fundamentals - Account Role API deprecated (source)
hubspot
hubspot-blogposts-api-move
HubSpot API client v13: cms.blogs.blogPostsApi methods moved to basicApi/batchApi/multiLanguageApi
- #689 — 13.0.0 (source)
openai
openai-v3-to-v4
openai-node v3 -> v4 SDK migration
paypal
paypal-server-sdk-v1-controller-renames
PayPal Server SDK 1.0.0: controller methods renamed (ordersCreate -> createOrder family)
- #627 — 1.0.0 (source)
paypal-server-sdk-v2-options-object
PayPal Server SDK 2.0.0: controller methods switched from positional parameters to a single options object
- #625 — 2.0.0 (source)
paypal-orders-v2-swish-pix-payment-source-removal
PayPal Orders v2: the swish and pix payment sources removed entirely (2026-04 spec)
- #51196 — response-prop-removed: GET /v2/checkout/orders/{id} -> 200 payment_source.swish (source)
- #51197 — response-prop-removed: GET /v2/checkout/orders/{id} -> 200 payment_source.swish.name (source)
- #51198 — response-prop-removed: GET /v2/checkout/orders/{id} -> 200 payment_source.swish.country_code (source)
- #51199 — response-prop-removed: GET /v2/checkout/orders/{id} -> 200 payment_source.swish.qr_data (source)
- #51200 — response-prop-removed: GET /v2/checkout/orders/{id} -> 200 payment_source.swish.qr_image (source)
- #51201 — response-prop-removed: GET /v2/checkout/orders/{id} -> 200 payment_source.swish.intent_url (source)
- #51202 — response-prop-removed: GET /v2/checkout/orders/{id} -> 200 payment_source.pix (source)
- #51203 — response-prop-removed: GET /v2/checkout/orders/{id} -> 200 payment_source.pix.country_code (source)
- #51204 — response-prop-removed: GET /v2/checkout/orders/{id} -> 200 payment_source.pix.name (source)
- #51205 — response-prop-removed: GET /v2/checkout/orders/{id} -> 200 payment_source.pix.email_address (source)
- #51206 — response-prop-removed: GET /v2/checkout/orders/{id} -> 200 payment_source.pix.phone_number (source)
- #51207 — response-prop-removed: GET /v2/checkout/orders/{id} -> 200 payment_source.pix.phone_number.country_code (source)
- #51208 — response-prop-removed: GET /v2/checkout/orders/{id} -> 200 payment_source.pix.phone_number.national_number (source)
- #51209 — response-prop-removed: GET /v2/checkout/orders/{id} -> 200 payment_source.pix.tax_info (source)
- #51210 — response-prop-removed: GET /v2/checkout/orders/{id} -> 200 payment_source.pix.tax_info.tax_id (source)
- #51211 — response-prop-removed: GET /v2/checkout/orders/{id} -> 200 payment_source.pix.tax_info.tax_id_type (source)
- #51212 — response-prop-removed: GET /v2/checkout/orders/{id} -> 200 payment_source.pix.currency_code (source)
- #51213 — response-prop-removed: GET /v2/checkout/orders/{id} -> 200 payment_source.pix.qr_details (source)
- #51214 — response-prop-removed: GET /v2/checkout/orders/{id} -> 200 payment_source.pix.qr_details.qr_expiry (source)
- #51215 — response-prop-removed: GET /v2/checkout/orders/{id} -> 200 payment_source.pix.qr_details.qr_image (source)
- #51216 — response-prop-removed: GET /v2/checkout/orders/{id} -> 200 payment_source.pix.qr_details.qr_payload (source)
- #51222 — request-prop-removed: POST /v2/checkout/orders payment_source.swish (source)
- #51223 — request-prop-removed: POST /v2/checkout/orders payment_source.swish.name (source)
- #51224 — request-prop-removed: POST /v2/checkout/orders payment_source.swish.country_code (source)
- #51225 — request-prop-removed: POST /v2/checkout/orders payment_source.swish.experience_context (source)
- #51226 — request-prop-removed: POST /v2/checkout/orders payment_source.swish.experience_context.brand_name (source)
- #51227 — request-prop-removed: POST /v2/checkout/orders payment_source.swish.experience_context.locale (source)
- #51228 — request-prop-removed: POST /v2/checkout/orders payment_source.swish.experience_context.shipping_preference (source)
- #51229 — request-prop-removed: POST /v2/checkout/orders payment_source.swish.experience_context.return_url (source)
- #51230 — request-prop-removed: POST /v2/checkout/orders payment_source.swish.experience_context.cancel_url (source)
- #51231 — request-prop-removed: POST /v2/checkout/orders payment_source.swish.experience_context.return_intent_url (source)
- #51232 — request-prop-removed: POST /v2/checkout/orders payment_source.pix (source)
- #51233 — request-prop-removed: POST /v2/checkout/orders payment_source.pix.country_code (source)
- #51234 — request-prop-removed: POST /v2/checkout/orders payment_source.pix.name (source)
- #51235 — request-prop-removed: POST /v2/checkout/orders payment_source.pix.email_address (source)
- #51236 — request-prop-removed: POST /v2/checkout/orders payment_source.pix.phone_number (source)
- #51237 — request-prop-removed: POST /v2/checkout/orders payment_source.pix.phone_number.country_code (source)
- #51238 — request-prop-removed: POST /v2/checkout/orders payment_source.pix.phone_number.national_number (source)
- #51239 — request-prop-removed: POST /v2/checkout/orders payment_source.pix.tax_info (source)
- #51240 — request-prop-removed: POST /v2/checkout/orders payment_source.pix.tax_info.tax_id (source)
- #51241 — request-prop-removed: POST /v2/checkout/orders payment_source.pix.tax_info.tax_id_type (source)
- #51242 — request-prop-removed: POST /v2/checkout/orders payment_source.pix.currency_code (source)
- #51243 — request-prop-removed: POST /v2/checkout/orders payment_source.pix.qr_details (source)
- #51244 — request-prop-removed: POST /v2/checkout/orders payment_source.pix.qr_details.qr_expiry (source)
- #51245 — request-prop-removed: POST /v2/checkout/orders payment_source.pix.qr_details.qr_image (source)
- #51246 — request-prop-removed: POST /v2/checkout/orders payment_source.pix.qr_details.qr_payload (source)
- #51248 — response-prop-removed: POST /v2/checkout/orders -> 200 payment_source.swish (source)
- #51249 — response-prop-removed: POST /v2/checkout/orders -> 200 payment_source.swish.name (source)
- #51250 — response-prop-removed: POST /v2/checkout/orders -> 200 payment_source.swish.country_code (source)
- #51251 — response-prop-removed: POST /v2/checkout/orders -> 200 payment_source.swish.qr_data (source)
- #51252 — response-prop-removed: POST /v2/checkout/orders -> 200 payment_source.swish.qr_image (source)
- #51253 — response-prop-removed: POST /v2/checkout/orders -> 200 payment_source.swish.intent_url (source)
- #51254 — response-prop-removed: POST /v2/checkout/orders -> 200 payment_source.pix (source)
- #51255 — response-prop-removed: POST /v2/checkout/orders -> 200 payment_source.pix.country_code (source)
- #51256 — response-prop-removed: POST /v2/checkout/orders -> 200 payment_source.pix.name (source)
- #51257 — response-prop-removed: POST /v2/checkout/orders -> 200 payment_source.pix.email_address (source)
- #51258 — response-prop-removed: POST /v2/checkout/orders -> 200 payment_source.pix.phone_number (source)
- #51259 — response-prop-removed: POST /v2/checkout/orders -> 200 payment_source.pix.phone_number.country_code (source)
- #51260 — response-prop-removed: POST /v2/checkout/orders -> 200 payment_source.pix.phone_number.national_number (source)
- #51261 — response-prop-removed: POST /v2/checkout/orders -> 200 payment_source.pix.tax_info (source)
- #51262 — response-prop-removed: POST /v2/checkout/orders -> 200 payment_source.pix.tax_info.tax_id (source)
- #51263 — response-prop-removed: POST /v2/checkout/orders -> 200 payment_source.pix.tax_info.tax_id_type (source)
- #51264 — response-prop-removed: POST /v2/checkout/orders -> 200 payment_source.pix.currency_code (source)
- #51265 — response-prop-removed: POST /v2/checkout/orders -> 200 payment_source.pix.qr_details (source)
- #51266 — response-prop-removed: POST /v2/checkout/orders -> 200 payment_source.pix.qr_details.qr_expiry (source)
- #51267 — response-prop-removed: POST /v2/checkout/orders -> 200 payment_source.pix.qr_details.qr_image (source)
- #51268 — response-prop-removed: POST /v2/checkout/orders -> 200 payment_source.pix.qr_details.qr_payload (source)
- #51271 — response-prop-removed: POST /v2/checkout/orders -> 201 payment_source.swish (source)
- #51272 — response-prop-removed: POST /v2/checkout/orders -> 201 payment_source.swish.name (source)
- #51273 — response-prop-removed: POST /v2/checkout/orders -> 201 payment_source.swish.country_code (source)
- #51274 — response-prop-removed: POST /v2/checkout/orders -> 201 payment_source.swish.qr_data (source)
- #51275 — response-prop-removed: POST /v2/checkout/orders -> 201 payment_source.swish.qr_image (source)
- #51276 — response-prop-removed: POST /v2/checkout/orders -> 201 payment_source.swish.intent_url (source)
- #51277 — response-prop-removed: POST /v2/checkout/orders -> 201 payment_source.pix (source)
- #51278 — response-prop-removed: POST /v2/checkout/orders -> 201 payment_source.pix.country_code (source)
- #51279 — response-prop-removed: POST /v2/checkout/orders -> 201 payment_source.pix.name (source)
- #51280 — response-prop-removed: POST /v2/checkout/orders -> 201 payment_source.pix.email_address (source)
- #51281 — response-prop-removed: POST /v2/checkout/orders -> 201 payment_source.pix.phone_number (source)
- #51282 — response-prop-removed: POST /v2/checkout/orders -> 201 payment_source.pix.phone_number.country_code (source)
- #51283 — response-prop-removed: POST /v2/checkout/orders -> 201 payment_source.pix.phone_number.national_number (source)
- #51284 — response-prop-removed: POST /v2/checkout/orders -> 201 payment_source.pix.tax_info (source)
- #51285 — response-prop-removed: POST /v2/checkout/orders -> 201 payment_source.pix.tax_info.tax_id (source)
- #51286 — response-prop-removed: POST /v2/checkout/orders -> 201 payment_source.pix.tax_info.tax_id_type (source)
- #51287 — response-prop-removed: POST /v2/checkout/orders -> 201 payment_source.pix.currency_code (source)
- #51288 — response-prop-removed: POST /v2/checkout/orders -> 201 payment_source.pix.qr_details (source)
- #51289 — response-prop-removed: POST /v2/checkout/orders -> 201 payment_source.pix.qr_details.qr_expiry (source)
- #51290 — response-prop-removed: POST /v2/checkout/orders -> 201 payment_source.pix.qr_details.qr_image (source)
- #51291 — response-prop-removed: POST /v2/checkout/orders -> 201 payment_source.pix.qr_details.qr_payload (source)
- #51294 — request-prop-removed: POST /v2/checkout/orders/{id}/authorize payment_source.swish (source)
- #51295 — request-prop-removed: POST /v2/checkout/orders/{id}/authorize payment_source.swish.name (source)
- #51296 — request-prop-removed: POST /v2/checkout/orders/{id}/authorize payment_source.swish.country_code (source)
- #51297 — request-prop-removed: POST /v2/checkout/orders/{id}/authorize payment_source.swish.experience_context (source)
- #51298 — request-prop-removed: POST /v2/checkout/orders/{id}/authorize payment_source.swish.experience_context.brand_name (source)
- #51299 — request-prop-removed: POST /v2/checkout/orders/{id}/authorize payment_source.swish.experience_context.locale (source)
- #51300 — request-prop-removed: POST /v2/checkout/orders/{id}/authorize payment_source.swish.experience_context.shipping_preference (source)
- #51301 — request-prop-removed: POST /v2/checkout/orders/{id}/authorize payment_source.swish.experience_context.return_url (source)
- #51302 — request-prop-removed: POST /v2/checkout/orders/{id}/authorize payment_source.swish.experience_context.cancel_url (source)
- #51303 — request-prop-removed: POST /v2/checkout/orders/{id}/authorize payment_source.swish.experience_context.return_intent_url (source)
- #51304 — request-prop-removed: POST /v2/checkout/orders/{id}/authorize payment_source.pix (source)
- #51305 — request-prop-removed: POST /v2/checkout/orders/{id}/authorize payment_source.pix.country_code (source)
- #51306 — request-prop-removed: POST /v2/checkout/orders/{id}/authorize payment_source.pix.name (source)
- #51307 — request-prop-removed: POST /v2/checkout/orders/{id}/authorize payment_source.pix.email_address (source)
- #51308 — request-prop-removed: POST /v2/checkout/orders/{id}/authorize payment_source.pix.phone_number (source)
- #51309 — request-prop-removed: POST /v2/checkout/orders/{id}/authorize payment_source.pix.phone_number.country_code (source)
- #51310 — request-prop-removed: POST /v2/checkout/orders/{id}/authorize payment_source.pix.phone_number.national_number (source)
- #51311 — request-prop-removed: POST /v2/checkout/orders/{id}/authorize payment_source.pix.tax_info (source)
- #51312 — request-prop-removed: POST /v2/checkout/orders/{id}/authorize payment_source.pix.tax_info.tax_id (source)
- #51313 — request-prop-removed: POST /v2/checkout/orders/{id}/authorize payment_source.pix.tax_info.tax_id_type (source)
- #51314 — request-prop-removed: POST /v2/checkout/orders/{id}/authorize payment_source.pix.currency_code (source)
- #51315 — request-prop-removed: POST /v2/checkout/orders/{id}/authorize payment_source.pix.qr_details (source)
- #51316 — request-prop-removed: POST /v2/checkout/orders/{id}/authorize payment_source.pix.qr_details.qr_expiry (source)
- #51317 — request-prop-removed: POST /v2/checkout/orders/{id}/authorize payment_source.pix.qr_details.qr_image (source)
- #51318 — request-prop-removed: POST /v2/checkout/orders/{id}/authorize payment_source.pix.qr_details.qr_payload (source)
- #51320 — response-prop-removed: POST /v2/checkout/orders/{id}/authorize -> 200 payment_source.swish (source)
- #51321 — response-prop-removed: POST /v2/checkout/orders/{id}/authorize -> 200 payment_source.swish.name (source)
- #51322 — response-prop-removed: POST /v2/checkout/orders/{id}/authorize -> 200 payment_source.swish.country_code (source)
- #51323 — response-prop-removed: POST /v2/checkout/orders/{id}/authorize -> 200 payment_source.swish.qr_data (source)
- #51324 — response-prop-removed: POST /v2/checkout/orders/{id}/authorize -> 200 payment_source.swish.qr_image (source)
- #51325 — response-prop-removed: POST /v2/checkout/orders/{id}/authorize -> 200 payment_source.swish.intent_url (source)
- #51326 — response-prop-removed: POST /v2/checkout/orders/{id}/authorize -> 200 payment_source.pix (source)
- #51327 — response-prop-removed: POST /v2/checkout/orders/{id}/authorize -> 200 payment_source.pix.country_code (source)
- #51328 — response-prop-removed: POST /v2/checkout/orders/{id}/authorize -> 200 payment_source.pix.name (source)
- #51329 — response-prop-removed: POST /v2/checkout/orders/{id}/authorize -> 200 payment_source.pix.email_address (source)
- #51330 — response-prop-removed: POST /v2/checkout/orders/{id}/authorize -> 200 payment_source.pix.phone_number (source)
- #51331 — response-prop-removed: POST /v2/checkout/orders/{id}/authorize -> 200 payment_source.pix.phone_number.country_code (source)
- #51332 — response-prop-removed: POST /v2/checkout/orders/{id}/authorize -> 200 payment_source.pix.phone_number.national_number (source)
- #51333 — response-prop-removed: POST /v2/checkout/orders/{id}/authorize -> 200 payment_source.pix.tax_info (source)
- #51334 — response-prop-removed: POST /v2/checkout/orders/{id}/authorize -> 200 payment_source.pix.tax_info.tax_id (source)
- #51335 — response-prop-removed: POST /v2/checkout/orders/{id}/authorize -> 200 payment_source.pix.tax_info.tax_id_type (source)
- #51336 — response-prop-removed: POST /v2/checkout/orders/{id}/authorize -> 200 payment_source.pix.currency_code (source)
- #51337 — response-prop-removed: POST /v2/checkout/orders/{id}/authorize -> 200 payment_source.pix.qr_details (source)
- #51338 — response-prop-removed: POST /v2/checkout/orders/{id}/authorize -> 200 payment_source.pix.qr_details.qr_expiry (source)
- #51339 — response-prop-removed: POST /v2/checkout/orders/{id}/authorize -> 200 payment_source.pix.qr_details.qr_image (source)
- #51340 — response-prop-removed: POST /v2/checkout/orders/{id}/authorize -> 200 payment_source.pix.qr_details.qr_payload (source)
- #51343 — response-prop-removed: POST /v2/checkout/orders/{id}/authorize -> 201 payment_source.swish (source)
- #51344 — response-prop-removed: POST /v2/checkout/orders/{id}/authorize -> 201 payment_source.swish.name (source)
- #51345 — response-prop-removed: POST /v2/checkout/orders/{id}/authorize -> 201 payment_source.swish.country_code (source)
- #51346 — response-prop-removed: POST /v2/checkout/orders/{id}/authorize -> 201 payment_source.swish.qr_data (source)
- #51347 — response-prop-removed: POST /v2/checkout/orders/{id}/authorize -> 201 payment_source.swish.qr_image (source)
- #51348 — response-prop-removed: POST /v2/checkout/orders/{id}/authorize -> 201 payment_source.swish.intent_url (source)
- #51349 — response-prop-removed: POST /v2/checkout/orders/{id}/authorize -> 201 payment_source.pix (source)
- #51350 — response-prop-removed: POST /v2/checkout/orders/{id}/authorize -> 201 payment_source.pix.country_code (source)
- #51351 — response-prop-removed: POST /v2/checkout/orders/{id}/authorize -> 201 payment_source.pix.name (source)
- #51352 — response-prop-removed: POST /v2/checkout/orders/{id}/authorize -> 201 payment_source.pix.email_address (source)
- #51353 — response-prop-removed: POST /v2/checkout/orders/{id}/authorize -> 201 payment_source.pix.phone_number (source)
- #51354 — response-prop-removed: POST /v2/checkout/orders/{id}/authorize -> 201 payment_source.pix.phone_number.country_code (source)
- #51355 — response-prop-removed: POST /v2/checkout/orders/{id}/authorize -> 201 payment_source.pix.phone_number.national_number (source)
- #51356 — response-prop-removed: POST /v2/checkout/orders/{id}/authorize -> 201 payment_source.pix.tax_info (source)
- #51357 — response-prop-removed: POST /v2/checkout/orders/{id}/authorize -> 201 payment_source.pix.tax_info.tax_id (source)
- #51358 — response-prop-removed: POST /v2/checkout/orders/{id}/authorize -> 201 payment_source.pix.tax_info.tax_id_type (source)
- #51359 — response-prop-removed: POST /v2/checkout/orders/{id}/authorize -> 201 payment_source.pix.currency_code (source)
- #51360 — response-prop-removed: POST /v2/checkout/orders/{id}/authorize -> 201 payment_source.pix.qr_details (source)
- #51361 — response-prop-removed: POST /v2/checkout/orders/{id}/authorize -> 201 payment_source.pix.qr_details.qr_expiry (source)
- #51362 — response-prop-removed: POST /v2/checkout/orders/{id}/authorize -> 201 payment_source.pix.qr_details.qr_image (source)
- #51363 — response-prop-removed: POST /v2/checkout/orders/{id}/authorize -> 201 payment_source.pix.qr_details.qr_payload (source)
- #51366 — request-prop-removed: POST /v2/checkout/orders/{id}/capture payment_source.swish (source)
- #51367 — request-prop-removed: POST /v2/checkout/orders/{id}/capture payment_source.swish.name (source)
- #51368 — request-prop-removed: POST /v2/checkout/orders/{id}/capture payment_source.swish.country_code (source)
- #51369 — request-prop-removed: POST /v2/checkout/orders/{id}/capture payment_source.swish.experience_context (source)
- #51370 — request-prop-removed: POST /v2/checkout/orders/{id}/capture payment_source.swish.experience_context.brand_name (source)
- #51371 — request-prop-removed: POST /v2/checkout/orders/{id}/capture payment_source.swish.experience_context.locale (source)
- #51372 — request-prop-removed: POST /v2/checkout/orders/{id}/capture payment_source.swish.experience_context.shipping_preference (source)
- #51373 — request-prop-removed: POST /v2/checkout/orders/{id}/capture payment_source.swish.experience_context.return_url (source)
- #51374 — request-prop-removed: POST /v2/checkout/orders/{id}/capture payment_source.swish.experience_context.cancel_url (source)
- #51375 — request-prop-removed: POST /v2/checkout/orders/{id}/capture payment_source.swish.experience_context.return_intent_url (source)
- #51376 — request-prop-removed: POST /v2/checkout/orders/{id}/capture payment_source.pix (source)
- #51377 — request-prop-removed: POST /v2/checkout/orders/{id}/capture payment_source.pix.country_code (source)
- #51378 — request-prop-removed: POST /v2/checkout/orders/{id}/capture payment_source.pix.name (source)
- #51379 — request-prop-removed: POST /v2/checkout/orders/{id}/capture payment_source.pix.email_address (source)
- #51380 — request-prop-removed: POST /v2/checkout/orders/{id}/capture payment_source.pix.phone_number (source)
- #51381 — request-prop-removed: POST /v2/checkout/orders/{id}/capture payment_source.pix.phone_number.country_code (source)
- #51382 — request-prop-removed: POST /v2/checkout/orders/{id}/capture payment_source.pix.phone_number.national_number (source)
- #51383 — request-prop-removed: POST /v2/checkout/orders/{id}/capture payment_source.pix.tax_info (source)
- #51384 — request-prop-removed: POST /v2/checkout/orders/{id}/capture payment_source.pix.tax_info.tax_id (source)
- #51385 — request-prop-removed: POST /v2/checkout/orders/{id}/capture payment_source.pix.tax_info.tax_id_type (source)
- #51386 — request-prop-removed: POST /v2/checkout/orders/{id}/capture payment_source.pix.currency_code (source)
- #51387 — request-prop-removed: POST /v2/checkout/orders/{id}/capture payment_source.pix.qr_details (source)
- #51388 — request-prop-removed: POST /v2/checkout/orders/{id}/capture payment_source.pix.qr_details.qr_expiry (source)
- #51389 — request-prop-removed: POST /v2/checkout/orders/{id}/capture payment_source.pix.qr_details.qr_image (source)
- #51390 — request-prop-removed: POST /v2/checkout/orders/{id}/capture payment_source.pix.qr_details.qr_payload (source)
- #51392 — response-prop-removed: POST /v2/checkout/orders/{id}/capture -> 200 payment_source.swish (source)
- #51393 — response-prop-removed: POST /v2/checkout/orders/{id}/capture -> 200 payment_source.swish.name (source)
- #51394 — response-prop-removed: POST /v2/checkout/orders/{id}/capture -> 200 payment_source.swish.country_code (source)
- #51395 — response-prop-removed: POST /v2/checkout/orders/{id}/capture -> 200 payment_source.swish.qr_data (source)
- #51396 — response-prop-removed: POST /v2/checkout/orders/{id}/capture -> 200 payment_source.swish.qr_image (source)
- #51397 — response-prop-removed: POST /v2/checkout/orders/{id}/capture -> 200 payment_source.swish.intent_url (source)
- #51398 — response-prop-removed: POST /v2/checkout/orders/{id}/capture -> 200 payment_source.pix (source)
- #51399 — response-prop-removed: POST /v2/checkout/orders/{id}/capture -> 200 payment_source.pix.country_code (source)
- #51400 — response-prop-removed: POST /v2/checkout/orders/{id}/capture -> 200 payment_source.pix.name (source)
- #51401 — response-prop-removed: POST /v2/checkout/orders/{id}/capture -> 200 payment_source.pix.email_address (source)
- #51402 — response-prop-removed: POST /v2/checkout/orders/{id}/capture -> 200 payment_source.pix.phone_number (source)
- #51403 — response-prop-removed: POST /v2/checkout/orders/{id}/capture -> 200 payment_source.pix.phone_number.country_code (source)
- #51404 — response-prop-removed: POST /v2/checkout/orders/{id}/capture -> 200 payment_source.pix.phone_number.national_number (source)
- #51405 — response-prop-removed: POST /v2/checkout/orders/{id}/capture -> 200 payment_source.pix.tax_info (source)
- #51406 — response-prop-removed: POST /v2/checkout/orders/{id}/capture -> 200 payment_source.pix.tax_info.tax_id (source)
- #51407 — response-prop-removed: POST /v2/checkout/orders/{id}/capture -> 200 payment_source.pix.tax_info.tax_id_type (source)
- #51408 — response-prop-removed: POST /v2/checkout/orders/{id}/capture -> 200 payment_source.pix.currency_code (source)
- #51409 — response-prop-removed: POST /v2/checkout/orders/{id}/capture -> 200 payment_source.pix.qr_details (source)
- #51410 — response-prop-removed: POST /v2/checkout/orders/{id}/capture -> 200 payment_source.pix.qr_details.qr_expiry (source)
- #51411 — response-prop-removed: POST /v2/checkout/orders/{id}/capture -> 200 payment_source.pix.qr_details.qr_image (source)
- #51412 — response-prop-removed: POST /v2/checkout/orders/{id}/capture -> 200 payment_source.pix.qr_details.qr_payload (source)
- #51415 — response-prop-removed: POST /v2/checkout/orders/{id}/capture -> 201 payment_source.swish (source)
- #51416 — response-prop-removed: POST /v2/checkout/orders/{id}/capture -> 201 payment_source.swish.name (source)
- #51417 — response-prop-removed: POST /v2/checkout/orders/{id}/capture -> 201 payment_source.swish.country_code (source)
- #51418 — response-prop-removed: POST /v2/checkout/orders/{id}/capture -> 201 payment_source.swish.qr_data (source)
- #51419 — response-prop-removed: POST /v2/checkout/orders/{id}/capture -> 201 payment_source.swish.qr_image (source)
- #51420 — response-prop-removed: POST /v2/checkout/orders/{id}/capture -> 201 payment_source.swish.intent_url (source)
- #51421 — response-prop-removed: POST /v2/checkout/orders/{id}/capture -> 201 payment_source.pix (source)
- #51422 — response-prop-removed: POST /v2/checkout/orders/{id}/capture -> 201 payment_source.pix.country_code (source)
- #51423 — response-prop-removed: POST /v2/checkout/orders/{id}/capture -> 201 payment_source.pix.name (source)
- #51424 — response-prop-removed: POST /v2/checkout/orders/{id}/capture -> 201 payment_source.pix.email_address (source)
- #51425 — response-prop-removed: POST /v2/checkout/orders/{id}/capture -> 201 payment_source.pix.phone_number (source)
- #51426 — response-prop-removed: POST /v2/checkout/orders/{id}/capture -> 201 payment_source.pix.phone_number.country_code (source)
- #51427 — response-prop-removed: POST /v2/checkout/orders/{id}/capture -> 201 payment_source.pix.phone_number.national_number (source)
- #51428 — response-prop-removed: POST /v2/checkout/orders/{id}/capture -> 201 payment_source.pix.tax_info (source)
- #51429 — response-prop-removed: POST /v2/checkout/orders/{id}/capture -> 201 payment_source.pix.tax_info.tax_id (source)
- #51430 — response-prop-removed: POST /v2/checkout/orders/{id}/capture -> 201 payment_source.pix.tax_info.tax_id_type (source)
- #51431 — response-prop-removed: POST /v2/checkout/orders/{id}/capture -> 201 payment_source.pix.currency_code (source)
- #51432 — response-prop-removed: POST /v2/checkout/orders/{id}/capture -> 201 payment_source.pix.qr_details (source)
- #51433 — response-prop-removed: POST /v2/checkout/orders/{id}/capture -> 201 payment_source.pix.qr_details.qr_expiry (source)
- #51434 — response-prop-removed: POST /v2/checkout/orders/{id}/capture -> 201 payment_source.pix.qr_details.qr_image (source)
- #51435 — response-prop-removed: POST /v2/checkout/orders/{id}/capture -> 201 payment_source.pix.qr_details.qr_payload (source)
- #51441 — request-prop-removed: POST /v2/checkout/orders/{id}/confirm-payment-source payment_source.swish (source)
- #51442 — request-prop-removed: POST /v2/checkout/orders/{id}/confirm-payment-source payment_source.swish.name (source)
- #51443 — request-prop-removed: POST /v2/checkout/orders/{id}/confirm-payment-source payment_source.swish.country_code (source)
- #51444 — request-prop-removed: POST /v2/checkout/orders/{id}/confirm-payment-source payment_source.swish.experience_context (source)
- #51445 — request-prop-removed: POST /v2/checkout/orders/{id}/confirm-payment-source payment_source.swish.experience_context.brand_name (source)
- #51446 — request-prop-removed: POST /v2/checkout/orders/{id}/confirm-payment-source payment_source.swish.experience_context.locale (source)
- #51447 — request-prop-removed: POST /v2/checkout/orders/{id}/confirm-payment-source payment_source.swish.experience_context.shipping_preference (source)
- #51448 — request-prop-removed: POST /v2/checkout/orders/{id}/confirm-payment-source payment_source.swish.experience_context.return_url (source)
- #51449 — request-prop-removed: POST /v2/checkout/orders/{id}/confirm-payment-source payment_source.swish.experience_context.cancel_url (source)
- #51450 — request-prop-removed: POST /v2/checkout/orders/{id}/confirm-payment-source payment_source.swish.experience_context.return_intent_url (source)
- #51451 — request-prop-removed: POST /v2/checkout/orders/{id}/confirm-payment-source payment_source.pix (source)
- #51452 — request-prop-removed: POST /v2/checkout/orders/{id}/confirm-payment-source payment_source.pix.country_code (source)
- #51453 — request-prop-removed: POST /v2/checkout/orders/{id}/confirm-payment-source payment_source.pix.name (source)
- #51454 — request-prop-removed: POST /v2/checkout/orders/{id}/confirm-payment-source payment_source.pix.email_address (source)
- #51455 — request-prop-removed: POST /v2/checkout/orders/{id}/confirm-payment-source payment_source.pix.phone_number (source)
- #51456 — request-prop-removed: POST /v2/checkout/orders/{id}/confirm-payment-source payment_source.pix.phone_number.country_code (source)
- #51457 — request-prop-removed: POST /v2/checkout/orders/{id}/confirm-payment-source payment_source.pix.phone_number.national_number (source)
- #51458 — request-prop-removed: POST /v2/checkout/orders/{id}/confirm-payment-source payment_source.pix.tax_info (source)
- #51459 — request-prop-removed: POST /v2/checkout/orders/{id}/confirm-payment-source payment_source.pix.tax_info.tax_id (source)
- #51460 — request-prop-removed: POST /v2/checkout/orders/{id}/confirm-payment-source payment_source.pix.tax_info.tax_id_type (source)
- #51461 — request-prop-removed: POST /v2/checkout/orders/{id}/confirm-payment-source payment_source.pix.currency_code (source)
- #51462 — request-prop-removed: POST /v2/checkout/orders/{id}/confirm-payment-source payment_source.pix.qr_details (source)
- #51463 — request-prop-removed: POST /v2/checkout/orders/{id}/confirm-payment-source payment_source.pix.qr_details.qr_expiry (source)
- #51464 — request-prop-removed: POST /v2/checkout/orders/{id}/confirm-payment-source payment_source.pix.qr_details.qr_image (source)
- #51465 — request-prop-removed: POST /v2/checkout/orders/{id}/confirm-payment-source payment_source.pix.qr_details.qr_payload (source)
- #51468 — response-prop-removed: POST /v2/checkout/orders/{id}/confirm-payment-source -> 200 payment_source.swish (source)
- #51469 — response-prop-removed: POST /v2/checkout/orders/{id}/confirm-payment-source -> 200 payment_source.swish.name (source)
- #51470 — response-prop-removed: POST /v2/checkout/orders/{id}/confirm-payment-source -> 200 payment_source.swish.country_code (source)
- #51471 — response-prop-removed: POST /v2/checkout/orders/{id}/confirm-payment-source -> 200 payment_source.swish.qr_data (source)
- #51472 — response-prop-removed: POST /v2/checkout/orders/{id}/confirm-payment-source -> 200 payment_source.swish.qr_image (source)
- #51473 — response-prop-removed: POST /v2/checkout/orders/{id}/confirm-payment-source -> 200 payment_source.swish.intent_url (source)
- #51474 — response-prop-removed: POST /v2/checkout/orders/{id}/confirm-payment-source -> 200 payment_source.pix (source)
- #51475 — response-prop-removed: POST /v2/checkout/orders/{id}/confirm-payment-source -> 200 payment_source.pix.country_code (source)
- #51476 — response-prop-removed: POST /v2/checkout/orders/{id}/confirm-payment-source -> 200 payment_source.pix.name (source)
- #51477 — response-prop-removed: POST /v2/checkout/orders/{id}/confirm-payment-source -> 200 payment_source.pix.email_address (source)
- #51478 — response-prop-removed: POST /v2/checkout/orders/{id}/confirm-payment-source -> 200 payment_source.pix.phone_number (source)
- #51479 — response-prop-removed: POST /v2/checkout/orders/{id}/confirm-payment-source -> 200 payment_source.pix.phone_number.country_code (source)
- #51480 — response-prop-removed: POST /v2/checkout/orders/{id}/confirm-payment-source -> 200 payment_source.pix.phone_number.national_number (source)
- #51481 — response-prop-removed: POST /v2/checkout/orders/{id}/confirm-payment-source -> 200 payment_source.pix.tax_info (source)
- #51482 — response-prop-removed: POST /v2/checkout/orders/{id}/confirm-payment-source -> 200 payment_source.pix.tax_info.tax_id (source)
- #51483 — response-prop-removed: POST /v2/checkout/orders/{id}/confirm-payment-source -> 200 payment_source.pix.tax_info.tax_id_type (source)
- #51484 — response-prop-removed: POST /v2/checkout/orders/{id}/confirm-payment-source -> 200 payment_source.pix.currency_code (source)
- #51485 — response-prop-removed: POST /v2/checkout/orders/{id}/confirm-payment-source -> 200 payment_source.pix.qr_details (source)
- #51486 — response-prop-removed: POST /v2/checkout/orders/{id}/confirm-payment-source -> 200 payment_source.pix.qr_details.qr_expiry (source)
- #51487 — response-prop-removed: POST /v2/checkout/orders/{id}/confirm-payment-source -> 200 payment_source.pix.qr_details.qr_image (source)
- #51488 — response-prop-removed: POST /v2/checkout/orders/{id}/confirm-payment-source -> 200 payment_source.pix.qr_details.qr_payload (source)
- #51491 — response-prop-removed: POST /v2/checkout/orders/{id}/track -> 200 payment_source.swish (source)
- #51492 — response-prop-removed: POST /v2/checkout/orders/{id}/track -> 200 payment_source.swish.name (source)
- #51493 — response-prop-removed: POST /v2/checkout/orders/{id}/track -> 200 payment_source.swish.country_code (source)
- #51494 — response-prop-removed: POST /v2/checkout/orders/{id}/track -> 200 payment_source.swish.qr_data (source)
- #51495 — response-prop-removed: POST /v2/checkout/orders/{id}/track -> 200 payment_source.swish.qr_image (source)
- #51496 — response-prop-removed: POST /v2/checkout/orders/{id}/track -> 200 payment_source.swish.intent_url (source)
- #51497 — response-prop-removed: POST /v2/checkout/orders/{id}/track -> 200 payment_source.pix (source)
- #51498 — response-prop-removed: POST /v2/checkout/orders/{id}/track -> 200 payment_source.pix.country_code (source)
- #51499 — response-prop-removed: POST /v2/checkout/orders/{id}/track -> 200 payment_source.pix.name (source)
- #51500 — response-prop-removed: POST /v2/checkout/orders/{id}/track -> 200 payment_source.pix.email_address (source)
- #51501 — response-prop-removed: POST /v2/checkout/orders/{id}/track -> 200 payment_source.pix.phone_number (source)
- #51502 — response-prop-removed: POST /v2/checkout/orders/{id}/track -> 200 payment_source.pix.phone_number.country_code (source)
- #51503 — response-prop-removed: POST /v2/checkout/orders/{id}/track -> 200 payment_source.pix.phone_number.national_number (source)
- #51504 — response-prop-removed: POST /v2/checkout/orders/{id}/track -> 200 payment_source.pix.tax_info (source)
- #51505 — response-prop-removed: POST /v2/checkout/orders/{id}/track -> 200 payment_source.pix.tax_info.tax_id (source)
- #51506 — response-prop-removed: POST /v2/checkout/orders/{id}/track -> 200 payment_source.pix.tax_info.tax_id_type (source)
- #51507 — response-prop-removed: POST /v2/checkout/orders/{id}/track -> 200 payment_source.pix.currency_code (source)
- #51508 — response-prop-removed: POST /v2/checkout/orders/{id}/track -> 200 payment_source.pix.qr_details (source)
- #51509 — response-prop-removed: POST /v2/checkout/orders/{id}/track -> 200 payment_source.pix.qr_details.qr_expiry (source)
- #51510 — response-prop-removed: POST /v2/checkout/orders/{id}/track -> 200 payment_source.pix.qr_details.qr_image (source)
- #51511 — response-prop-removed: POST /v2/checkout/orders/{id}/track -> 200 payment_source.pix.qr_details.qr_payload (source)
- #51514 — response-prop-removed: POST /v2/checkout/orders/{id}/track -> 201 payment_source.swish (source)
- #51515 — response-prop-removed: POST /v2/checkout/orders/{id}/track -> 201 payment_source.swish.name (source)
- #51516 — response-prop-removed: POST /v2/checkout/orders/{id}/track -> 201 payment_source.swish.country_code (source)
- #51517 — response-prop-removed: POST /v2/checkout/orders/{id}/track -> 201 payment_source.swish.qr_data (source)
- #51518 — response-prop-removed: POST /v2/checkout/orders/{id}/track -> 201 payment_source.swish.qr_image (source)
- #51519 — response-prop-removed: POST /v2/checkout/orders/{id}/track -> 201 payment_source.swish.intent_url (source)
- #51520 — response-prop-removed: POST /v2/checkout/orders/{id}/track -> 201 payment_source.pix (source)
- #51521 — response-prop-removed: POST /v2/checkout/orders/{id}/track -> 201 payment_source.pix.country_code (source)
- #51522 — response-prop-removed: POST /v2/checkout/orders/{id}/track -> 201 payment_source.pix.name (source)
- #51523 — response-prop-removed: POST /v2/checkout/orders/{id}/track -> 201 payment_source.pix.email_address (source)
- #51524 — response-prop-removed: POST /v2/checkout/orders/{id}/track -> 201 payment_source.pix.phone_number (source)
- #51525 — response-prop-removed: POST /v2/checkout/orders/{id}/track -> 201 payment_source.pix.phone_number.country_code (source)
- #51526 — response-prop-removed: POST /v2/checkout/orders/{id}/track -> 201 payment_source.pix.phone_number.national_number (source)
- #51527 — response-prop-removed: POST /v2/checkout/orders/{id}/track -> 201 payment_source.pix.tax_info (source)
- #51528 — response-prop-removed: POST /v2/checkout/orders/{id}/track -> 201 payment_source.pix.tax_info.tax_id (source)
- #51529 — response-prop-removed: POST /v2/checkout/orders/{id}/track -> 201 payment_source.pix.tax_info.tax_id_type (source)
- #51530 — response-prop-removed: POST /v2/checkout/orders/{id}/track -> 201 payment_source.pix.currency_code (source)
- #51531 — response-prop-removed: POST /v2/checkout/orders/{id}/track -> 201 payment_source.pix.qr_details (source)
- #51532 — response-prop-removed: POST /v2/checkout/orders/{id}/track -> 201 payment_source.pix.qr_details.qr_expiry (source)
- #51533 — response-prop-removed: POST /v2/checkout/orders/{id}/track -> 201 payment_source.pix.qr_details.qr_image (source)
- #51534 — response-prop-removed: POST /v2/checkout/orders/{id}/track -> 201 payment_source.pix.qr_details.qr_payload (source)
paypal-vault-v3-wallet-profile-fields-removal
PayPal Vault v3: paypal/venmo wallet responses drop extended profile fields (birth_date, tax_info, extended name and address fields)
- #56612 — response-prop-removed: GET /v3/vault/payment-tokens -> 200 payment_tokens[].payment_source.paypal.birth_date (source)
- #56613 — response-prop-removed: GET /v3/vault/payment-tokens -> 200 payment_tokens[].payment_source.paypal.tax_info (source)
- #56614 — response-prop-removed: GET /v3/vault/payment-tokens -> 200 payment_tokens[].payment_source.venmo.birth_date (source)
- #56615 — response-prop-removed: GET /v3/vault/payment-tokens -> 200 payment_tokens[].payment_source.venmo.tax_info (source)
- #56621 — response-prop-removed: GET /v3/vault/payment-tokens/{id} -> 200 payment_source.paypal.name.prefix (source)
- #56622 — response-prop-removed: GET /v3/vault/payment-tokens/{id} -> 200 payment_source.paypal.name.middle_name (source)
- #56623 — response-prop-removed: GET /v3/vault/payment-tokens/{id} -> 200 payment_source.paypal.name.suffix (source)
- #56624 — response-prop-removed: GET /v3/vault/payment-tokens/{id} -> 200 payment_source.paypal.name.alternate_full_name (source)
- #56625 — response-prop-removed: GET /v3/vault/payment-tokens/{id} -> 200 payment_source.paypal.name.full_name (source)
- #56626 — response-prop-removed: GET /v3/vault/payment-tokens/{id} -> 200 payment_source.paypal.birth_date (source)
- #56627 — response-prop-removed: GET /v3/vault/payment-tokens/{id} -> 200 payment_source.paypal.tax_info (source)
- #56628 — response-prop-removed: GET /v3/vault/payment-tokens/{id} -> 200 payment_source.paypal.tax_info.tax_id (source)
- #56629 — response-prop-removed: GET /v3/vault/payment-tokens/{id} -> 200 payment_source.paypal.tax_info.tax_id_type (source)
- #56630 — response-prop-removed: GET /v3/vault/payment-tokens/{id} -> 200 payment_source.paypal.address.address_line_3 (source)
- #56631 — response-prop-removed: GET /v3/vault/payment-tokens/{id} -> 200 payment_source.paypal.address.admin_area_4 (source)
- #56632 — response-prop-removed: GET /v3/vault/payment-tokens/{id} -> 200 payment_source.paypal.address.admin_area_3 (source)
- #56633 — response-prop-removed: GET /v3/vault/payment-tokens/{id} -> 200 payment_source.paypal.address.address_details (source)
- #56634 — response-prop-removed: GET /v3/vault/payment-tokens/{id} -> 200 payment_source.venmo.name.prefix (source)
- #56635 — response-prop-removed: GET /v3/vault/payment-tokens/{id} -> 200 payment_source.venmo.name.middle_name (source)
- #56636 — response-prop-removed: GET /v3/vault/payment-tokens/{id} -> 200 payment_source.venmo.name.suffix (source)
- #56637 — response-prop-removed: GET /v3/vault/payment-tokens/{id} -> 200 payment_source.venmo.name.alternate_full_name (source)
- #56638 — response-prop-removed: GET /v3/vault/payment-tokens/{id} -> 200 payment_source.venmo.name.full_name (source)
- #56639 — response-prop-removed: GET /v3/vault/payment-tokens/{id} -> 200 payment_source.venmo.birth_date (source)
- #56640 — response-prop-removed: GET /v3/vault/payment-tokens/{id} -> 200 payment_source.venmo.tax_info (source)
- #56641 — response-prop-removed: GET /v3/vault/payment-tokens/{id} -> 200 payment_source.venmo.tax_info.tax_id (source)
- #56642 — response-prop-removed: GET /v3/vault/payment-tokens/{id} -> 200 payment_source.venmo.tax_info.tax_id_type (source)
- #56643 — response-prop-removed: GET /v3/vault/payment-tokens/{id} -> 200 payment_source.venmo.address.address_line_3 (source)
- #56644 — response-prop-removed: GET /v3/vault/payment-tokens/{id} -> 200 payment_source.venmo.address.admin_area_4 (source)
- #56645 — response-prop-removed: GET /v3/vault/payment-tokens/{id} -> 200 payment_source.venmo.address.admin_area_3 (source)
- #56646 — response-prop-removed: GET /v3/vault/payment-tokens/{id} -> 200 payment_source.venmo.address.address_details (source)
- #56660 — response-prop-removed: GET /v3/vault/setup-tokens/{id} -> 200 payment_source.paypal.name.prefix (source)
- #56661 — response-prop-removed: GET /v3/vault/setup-tokens/{id} -> 200 payment_source.paypal.name.middle_name (source)
- #56662 — response-prop-removed: GET /v3/vault/setup-tokens/{id} -> 200 payment_source.paypal.name.suffix (source)
- #56663 — response-prop-removed: GET /v3/vault/setup-tokens/{id} -> 200 payment_source.paypal.name.alternate_full_name (source)
- #56664 — response-prop-removed: GET /v3/vault/setup-tokens/{id} -> 200 payment_source.paypal.name.full_name (source)
- #56665 — response-prop-removed: GET /v3/vault/setup-tokens/{id} -> 200 payment_source.paypal.birth_date (source)
- #56666 — response-prop-removed: GET /v3/vault/setup-tokens/{id} -> 200 payment_source.paypal.tax_info (source)
- #56667 — response-prop-removed: GET /v3/vault/setup-tokens/{id} -> 200 payment_source.paypal.tax_info.tax_id (source)
- #56668 — response-prop-removed: GET /v3/vault/setup-tokens/{id} -> 200 payment_source.paypal.tax_info.tax_id_type (source)
- #56669 — response-prop-removed: GET /v3/vault/setup-tokens/{id} -> 200 payment_source.paypal.address.address_line_3 (source)
- #56670 — response-prop-removed: GET /v3/vault/setup-tokens/{id} -> 200 payment_source.paypal.address.admin_area_4 (source)
- #56671 — response-prop-removed: GET /v3/vault/setup-tokens/{id} -> 200 payment_source.paypal.address.admin_area_3 (source)
- #56672 — response-prop-removed: GET /v3/vault/setup-tokens/{id} -> 200 payment_source.paypal.address.address_details (source)
- #56673 — response-prop-removed: GET /v3/vault/setup-tokens/{id} -> 200 payment_source.venmo.name.prefix (source)
- #56674 — response-prop-removed: GET /v3/vault/setup-tokens/{id} -> 200 payment_source.venmo.name.middle_name (source)
- #56675 — response-prop-removed: GET /v3/vault/setup-tokens/{id} -> 200 payment_source.venmo.name.suffix (source)
- #56676 — response-prop-removed: GET /v3/vault/setup-tokens/{id} -> 200 payment_source.venmo.name.alternate_full_name (source)
- #56677 — response-prop-removed: GET /v3/vault/setup-tokens/{id} -> 200 payment_source.venmo.name.full_name (source)
- #56678 — response-prop-removed: GET /v3/vault/setup-tokens/{id} -> 200 payment_source.venmo.birth_date (source)
- #56679 — response-prop-removed: GET /v3/vault/setup-tokens/{id} -> 200 payment_source.venmo.tax_info (source)
- #56680 — response-prop-removed: GET /v3/vault/setup-tokens/{id} -> 200 payment_source.venmo.tax_info.tax_id (source)
- #56681 — response-prop-removed: GET /v3/vault/setup-tokens/{id} -> 200 payment_source.venmo.tax_info.tax_id_type (source)
- #56682 — response-prop-removed: GET /v3/vault/setup-tokens/{id} -> 200 payment_source.venmo.address.address_line_3 (source)
- #56683 — response-prop-removed: GET /v3/vault/setup-tokens/{id} -> 200 payment_source.venmo.address.admin_area_4 (source)
- #56684 — response-prop-removed: GET /v3/vault/setup-tokens/{id} -> 200 payment_source.venmo.address.admin_area_3 (source)
- #56685 — response-prop-removed: GET /v3/vault/setup-tokens/{id} -> 200 payment_source.venmo.address.address_details (source)
- #56709 — response-prop-removed: POST /v3/vault/payment-tokens -> 200 payment_source.paypal.name.prefix (source)
- #56710 — response-prop-removed: POST /v3/vault/payment-tokens -> 200 payment_source.paypal.name.middle_name (source)
- #56711 — response-prop-removed: POST /v3/vault/payment-tokens -> 200 payment_source.paypal.name.suffix (source)
- #56712 — response-prop-removed: POST /v3/vault/payment-tokens -> 200 payment_source.paypal.name.alternate_full_name (source)
- #56713 — response-prop-removed: POST /v3/vault/payment-tokens -> 200 payment_source.paypal.name.full_name (source)
- #56714 — response-prop-removed: POST /v3/vault/payment-tokens -> 200 payment_source.paypal.birth_date (source)
- #56715 — response-prop-removed: POST /v3/vault/payment-tokens -> 200 payment_source.paypal.tax_info (source)
- #56716 — response-prop-removed: POST /v3/vault/payment-tokens -> 200 payment_source.paypal.tax_info.tax_id (source)
- #56717 — response-prop-removed: POST /v3/vault/payment-tokens -> 200 payment_source.paypal.tax_info.tax_id_type (source)
- #56718 — response-prop-removed: POST /v3/vault/payment-tokens -> 200 payment_source.paypal.address.address_line_3 (source)
- #56719 — response-prop-removed: POST /v3/vault/payment-tokens -> 200 payment_source.paypal.address.admin_area_4 (source)
- #56720 — response-prop-removed: POST /v3/vault/payment-tokens -> 200 payment_source.paypal.address.admin_area_3 (source)
- #56721 — response-prop-removed: POST /v3/vault/payment-tokens -> 200 payment_source.paypal.address.address_details (source)
- #56722 — response-prop-removed: POST /v3/vault/payment-tokens -> 200 payment_source.venmo.name.prefix (source)
- #56723 — response-prop-removed: POST /v3/vault/payment-tokens -> 200 payment_source.venmo.name.middle_name (source)
- #56724 — response-prop-removed: POST /v3/vault/payment-tokens -> 200 payment_source.venmo.name.suffix (source)
- #56725 — response-prop-removed: POST /v3/vault/payment-tokens -> 200 payment_source.venmo.name.alternate_full_name (source)
- #56726 — response-prop-removed: POST /v3/vault/payment-tokens -> 200 payment_source.venmo.name.full_name (source)
- #56727 — response-prop-removed: POST /v3/vault/payment-tokens -> 200 payment_source.venmo.birth_date (source)
- #56728 — response-prop-removed: POST /v3/vault/payment-tokens -> 200 payment_source.venmo.tax_info (source)
- #56729 — response-prop-removed: POST /v3/vault/payment-tokens -> 200 payment_source.venmo.tax_info.tax_id (source)
- #56730 — response-prop-removed: POST /v3/vault/payment-tokens -> 200 payment_source.venmo.tax_info.tax_id_type (source)
- #56731 — response-prop-removed: POST /v3/vault/payment-tokens -> 200 payment_source.venmo.address.address_line_3 (source)
- #56732 — response-prop-removed: POST /v3/vault/payment-tokens -> 200 payment_source.venmo.address.admin_area_4 (source)
- #56733 — response-prop-removed: POST /v3/vault/payment-tokens -> 200 payment_source.venmo.address.admin_area_3 (source)
- #56734 — response-prop-removed: POST /v3/vault/payment-tokens -> 200 payment_source.venmo.address.address_details (source)
- #56743 — response-prop-removed: POST /v3/vault/payment-tokens -> 201 payment_source.paypal.name.prefix (source)
- #56744 — response-prop-removed: POST /v3/vault/payment-tokens -> 201 payment_source.paypal.name.middle_name (source)
- #56745 — response-prop-removed: POST /v3/vault/payment-tokens -> 201 payment_source.paypal.name.suffix (source)
- #56746 — response-prop-removed: POST /v3/vault/payment-tokens -> 201 payment_source.paypal.name.alternate_full_name (source)
- #56747 — response-prop-removed: POST /v3/vault/payment-tokens -> 201 payment_source.paypal.name.full_name (source)
- #56748 — response-prop-removed: POST /v3/vault/payment-tokens -> 201 payment_source.paypal.birth_date (source)
- #56749 — response-prop-removed: POST /v3/vault/payment-tokens -> 201 payment_source.paypal.tax_info (source)
- #56750 — response-prop-removed: POST /v3/vault/payment-tokens -> 201 payment_source.paypal.tax_info.tax_id (source)
- #56751 — response-prop-removed: POST /v3/vault/payment-tokens -> 201 payment_source.paypal.tax_info.tax_id_type (source)
- #56752 — response-prop-removed: POST /v3/vault/payment-tokens -> 201 payment_source.paypal.address.address_line_3 (source)
- #56753 — response-prop-removed: POST /v3/vault/payment-tokens -> 201 payment_source.paypal.address.admin_area_4 (source)
- #56754 — response-prop-removed: POST /v3/vault/payment-tokens -> 201 payment_source.paypal.address.admin_area_3 (source)
- #56755 — response-prop-removed: POST /v3/vault/payment-tokens -> 201 payment_source.paypal.address.address_details (source)
- #56756 — response-prop-removed: POST /v3/vault/payment-tokens -> 201 payment_source.venmo.name.prefix (source)
- #56757 — response-prop-removed: POST /v3/vault/payment-tokens -> 201 payment_source.venmo.name.middle_name (source)
- #56758 — response-prop-removed: POST /v3/vault/payment-tokens -> 201 payment_source.venmo.name.suffix (source)
- #56759 — response-prop-removed: POST /v3/vault/payment-tokens -> 201 payment_source.venmo.name.alternate_full_name (source)
- #56760 — response-prop-removed: POST /v3/vault/payment-tokens -> 201 payment_source.venmo.name.full_name (source)
- #56761 — response-prop-removed: POST /v3/vault/payment-tokens -> 201 payment_source.venmo.birth_date (source)
- #56762 — response-prop-removed: POST /v3/vault/payment-tokens -> 201 payment_source.venmo.tax_info (source)
- #56763 — response-prop-removed: POST /v3/vault/payment-tokens -> 201 payment_source.venmo.tax_info.tax_id (source)
- #56764 — response-prop-removed: POST /v3/vault/payment-tokens -> 201 payment_source.venmo.tax_info.tax_id_type (source)
- #56765 — response-prop-removed: POST /v3/vault/payment-tokens -> 201 payment_source.venmo.address.address_line_3 (source)
- #56766 — response-prop-removed: POST /v3/vault/payment-tokens -> 201 payment_source.venmo.address.admin_area_4 (source)
- #56767 — response-prop-removed: POST /v3/vault/payment-tokens -> 201 payment_source.venmo.address.admin_area_3 (source)
- #56768 — response-prop-removed: POST /v3/vault/payment-tokens -> 201 payment_source.venmo.address.address_details (source)
- #56798 — response-prop-removed: POST /v3/vault/setup-tokens -> 200 payment_source.paypal.name.prefix (source)
- #56799 — response-prop-removed: POST /v3/vault/setup-tokens -> 200 payment_source.paypal.name.middle_name (source)
- #56800 — response-prop-removed: POST /v3/vault/setup-tokens -> 200 payment_source.paypal.name.suffix (source)
- #56801 — response-prop-removed: POST /v3/vault/setup-tokens -> 200 payment_source.paypal.name.alternate_full_name (source)
- #56802 — response-prop-removed: POST /v3/vault/setup-tokens -> 200 payment_source.paypal.name.full_name (source)
- #56803 — response-prop-removed: POST /v3/vault/setup-tokens -> 200 payment_source.paypal.birth_date (source)
- #56804 — response-prop-removed: POST /v3/vault/setup-tokens -> 200 payment_source.paypal.tax_info (source)
- #56805 — response-prop-removed: POST /v3/vault/setup-tokens -> 200 payment_source.paypal.tax_info.tax_id (source)
- #56806 — response-prop-removed: POST /v3/vault/setup-tokens -> 200 payment_source.paypal.tax_info.tax_id_type (source)
- #56807 — response-prop-removed: POST /v3/vault/setup-tokens -> 200 payment_source.paypal.address.address_line_3 (source)
- #56808 — response-prop-removed: POST /v3/vault/setup-tokens -> 200 payment_source.paypal.address.admin_area_4 (source)
- #56809 — response-prop-removed: POST /v3/vault/setup-tokens -> 200 payment_source.paypal.address.admin_area_3 (source)
- #56810 — response-prop-removed: POST /v3/vault/setup-tokens -> 200 payment_source.paypal.address.address_details (source)
- #56811 — response-prop-removed: POST /v3/vault/setup-tokens -> 200 payment_source.venmo.name.prefix (source)
- #56812 — response-prop-removed: POST /v3/vault/setup-tokens -> 200 payment_source.venmo.name.middle_name (source)
- #56813 — response-prop-removed: POST /v3/vault/setup-tokens -> 200 payment_source.venmo.name.suffix (source)
- #56814 — response-prop-removed: POST /v3/vault/setup-tokens -> 200 payment_source.venmo.name.alternate_full_name (source)
- #56815 — response-prop-removed: POST /v3/vault/setup-tokens -> 200 payment_source.venmo.name.full_name (source)
- #56816 — response-prop-removed: POST /v3/vault/setup-tokens -> 200 payment_source.venmo.birth_date (source)
- #56817 — response-prop-removed: POST /v3/vault/setup-tokens -> 200 payment_source.venmo.tax_info (source)
- #56818 — response-prop-removed: POST /v3/vault/setup-tokens -> 200 payment_source.venmo.tax_info.tax_id (source)
- #56819 — response-prop-removed: POST /v3/vault/setup-tokens -> 200 payment_source.venmo.tax_info.tax_id_type (source)
- #56820 — response-prop-removed: POST /v3/vault/setup-tokens -> 200 payment_source.venmo.address.address_line_3 (source)
- #56821 — response-prop-removed: POST /v3/vault/setup-tokens -> 200 payment_source.venmo.address.admin_area_4 (source)
- #56822 — response-prop-removed: POST /v3/vault/setup-tokens -> 200 payment_source.venmo.address.admin_area_3 (source)
- #56823 — response-prop-removed: POST /v3/vault/setup-tokens -> 200 payment_source.venmo.address.address_details (source)
- #56825 — response-prop-removed: POST /v3/vault/setup-tokens -> 201 payment_source.paypal.name.prefix (source)
- #56826 — response-prop-removed: POST /v3/vault/setup-tokens -> 201 payment_source.paypal.name.middle_name (source)
- #56827 — response-prop-removed: POST /v3/vault/setup-tokens -> 201 payment_source.paypal.name.suffix (source)
- #56828 — response-prop-removed: POST /v3/vault/setup-tokens -> 201 payment_source.paypal.name.alternate_full_name (source)
- #56829 — response-prop-removed: POST /v3/vault/setup-tokens -> 201 payment_source.paypal.name.full_name (source)
- #56830 — response-prop-removed: POST /v3/vault/setup-tokens -> 201 payment_source.paypal.birth_date (source)
- #56831 — response-prop-removed: POST /v3/vault/setup-tokens -> 201 payment_source.paypal.tax_info (source)
- #56832 — response-prop-removed: POST /v3/vault/setup-tokens -> 201 payment_source.paypal.tax_info.tax_id (source)
- #56833 — response-prop-removed: POST /v3/vault/setup-tokens -> 201 payment_source.paypal.tax_info.tax_id_type (source)
- #56834 — response-prop-removed: POST /v3/vault/setup-tokens -> 201 payment_source.paypal.address.address_line_3 (source)
- #56835 — response-prop-removed: POST /v3/vault/setup-tokens -> 201 payment_source.paypal.address.admin_area_4 (source)
- #56836 — response-prop-removed: POST /v3/vault/setup-tokens -> 201 payment_source.paypal.address.admin_area_3 (source)
- #56837 — response-prop-removed: POST /v3/vault/setup-tokens -> 201 payment_source.paypal.address.address_details (source)
- #56838 — response-prop-removed: POST /v3/vault/setup-tokens -> 201 payment_source.venmo.name.prefix (source)
- #56839 — response-prop-removed: POST /v3/vault/setup-tokens -> 201 payment_source.venmo.name.middle_name (source)
- #56840 — response-prop-removed: POST /v3/vault/setup-tokens -> 201 payment_source.venmo.name.suffix (source)
- #56841 — response-prop-removed: POST /v3/vault/setup-tokens -> 201 payment_source.venmo.name.alternate_full_name (source)
- #56842 — response-prop-removed: POST /v3/vault/setup-tokens -> 201 payment_source.venmo.name.full_name (source)
- #56843 — response-prop-removed: POST /v3/vault/setup-tokens -> 201 payment_source.venmo.birth_date (source)
- #56844 — response-prop-removed: POST /v3/vault/setup-tokens -> 201 payment_source.venmo.tax_info (source)
- #56845 — response-prop-removed: POST /v3/vault/setup-tokens -> 201 payment_source.venmo.tax_info.tax_id (source)
- #56846 — response-prop-removed: POST /v3/vault/setup-tokens -> 201 payment_source.venmo.tax_info.tax_id_type (source)
- #56847 — response-prop-removed: POST /v3/vault/setup-tokens -> 201 payment_source.venmo.address.address_line_3 (source)
- #56848 — response-prop-removed: POST /v3/vault/setup-tokens -> 201 payment_source.venmo.address.admin_area_4 (source)
- #56849 — response-prop-removed: POST /v3/vault/setup-tokens -> 201 payment_source.venmo.address.admin_area_3 (source)
- #56850 — response-prop-removed: POST /v3/vault/setup-tokens -> 201 payment_source.venmo.address.address_details (source)
paypal-vault-v3-apple-pay-card-fields-removal
PayPal Vault v3: apple_pay card responses drop PAN-adjacent fields (id, number, expiry, security_code, card_type)
- #56647 — response-prop-removed: GET /v3/vault/payment-tokens/{id} -> 200 payment_source.apple_pay.card.id (source)
- #56648 — response-prop-removed: GET /v3/vault/payment-tokens/{id} -> 200 payment_source.apple_pay.card.number (source)
- #56649 — response-prop-removed: GET /v3/vault/payment-tokens/{id} -> 200 payment_source.apple_pay.card.expiry (source)
- #56650 — response-prop-removed: GET /v3/vault/payment-tokens/{id} -> 200 payment_source.apple_pay.card.security_code (source)
- #56651 — response-prop-removed: GET /v3/vault/payment-tokens/{id} -> 200 payment_source.apple_pay.card.card_type (source)
- #56735 — response-prop-removed: POST /v3/vault/payment-tokens -> 200 payment_source.apple_pay.card.id (source)
- #56736 — response-prop-removed: POST /v3/vault/payment-tokens -> 200 payment_source.apple_pay.card.number (source)
- #56737 — response-prop-removed: POST /v3/vault/payment-tokens -> 200 payment_source.apple_pay.card.expiry (source)
- #56738 — response-prop-removed: POST /v3/vault/payment-tokens -> 200 payment_source.apple_pay.card.security_code (source)
- #56739 — response-prop-removed: POST /v3/vault/payment-tokens -> 200 payment_source.apple_pay.card.card_type (source)
- #56769 — response-prop-removed: POST /v3/vault/payment-tokens -> 201 payment_source.apple_pay.card.id (source)
- #56770 — response-prop-removed: POST /v3/vault/payment-tokens -> 201 payment_source.apple_pay.card.number (source)
- #56771 — response-prop-removed: POST /v3/vault/payment-tokens -> 201 payment_source.apple_pay.card.expiry (source)
- #56772 — response-prop-removed: POST /v3/vault/payment-tokens -> 201 payment_source.apple_pay.card.security_code (source)
- #56773 — response-prop-removed: POST /v3/vault/payment-tokens -> 201 payment_source.apple_pay.card.card_type (source)
paypal-vault-v3-information-link-error-field-removal
PayPal Vault v3: error bodies drop the legacy information_link HATEOAS field
- #56609 — response-prop-removed: DELETE /v3/vault/payment-tokens/{id} -> 400 information_link (source)
- #56610 — response-prop-removed: DELETE /v3/vault/payment-tokens/{id} -> 403 information_link (source)
- #56611 — response-prop-removed: DELETE /v3/vault/payment-tokens/{id} -> 500 information_link (source)
- #56618 — response-prop-removed: GET /v3/vault/payment-tokens -> 400 information_link (source)
- #56619 — response-prop-removed: GET /v3/vault/payment-tokens -> 403 information_link (source)
- #56620 — response-prop-removed: GET /v3/vault/payment-tokens -> 500 information_link (source)
- #56655 — response-prop-removed: GET /v3/vault/payment-tokens/{id} -> 403 information_link (source)
- #56656 — response-prop-removed: GET /v3/vault/payment-tokens/{id} -> 404 information_link (source)
- #56657 — response-prop-removed: GET /v3/vault/payment-tokens/{id} -> 422 information_link (source)
- #56658 — response-prop-removed: GET /v3/vault/payment-tokens/{id} -> 500 information_link (source)
- #56686 — response-prop-removed: GET /v3/vault/setup-tokens/{id} -> 403 information_link (source)
- #56687 — response-prop-removed: GET /v3/vault/setup-tokens/{id} -> 404 information_link (source)
- #56688 — response-prop-removed: GET /v3/vault/setup-tokens/{id} -> 422 information_link (source)
- #56689 — response-prop-removed: GET /v3/vault/setup-tokens/{id} -> 500 information_link (source)
- #56777 — response-prop-removed: POST /v3/vault/payment-tokens -> 400 information_link (source)
- #56778 — response-prop-removed: POST /v3/vault/payment-tokens -> 403 information_link (source)
- #56779 — response-prop-removed: POST /v3/vault/payment-tokens -> 404 information_link (source)
- #56780 — response-prop-removed: POST /v3/vault/payment-tokens -> 422 information_link (source)
- #56781 — response-prop-removed: POST /v3/vault/payment-tokens -> 500 information_link (source)
- #56851 — response-prop-removed: POST /v3/vault/setup-tokens -> 400 information_link (source)
- #56852 — response-prop-removed: POST /v3/vault/setup-tokens -> 403 information_link (source)
- #56853 — response-prop-removed: POST /v3/vault/setup-tokens -> 422 information_link (source)
- #56854 — response-prop-removed: POST /v3/vault/setup-tokens -> 500 information_link (source)
paypal-billing-subscriptions-v1-subscriber-address-removal
PayPal Subscriptions v1: subscriber responses drop the address object entirely (all fields and address_details subpaths)
- #57284 — response-prop-removed: GET /v1/billing/subscriptions/{id} -> 200 subscriber.address (source)
- #57285 — response-prop-removed: GET /v1/billing/subscriptions/{id} -> 200 subscriber.address.address_line_1 (source)
- #57286 — response-prop-removed: GET /v1/billing/subscriptions/{id} -> 200 subscriber.address.address_line_2 (source)
- #57287 — response-prop-removed: GET /v1/billing/subscriptions/{id} -> 200 subscriber.address.address_line_3 (source)
- #57288 — response-prop-removed: GET /v1/billing/subscriptions/{id} -> 200 subscriber.address.admin_area_4 (source)
- #57289 — response-prop-removed: GET /v1/billing/subscriptions/{id} -> 200 subscriber.address.admin_area_3 (source)
- #57290 — response-prop-removed: GET /v1/billing/subscriptions/{id} -> 200 subscriber.address.admin_area_2 (source)
- #57291 — response-prop-removed: GET /v1/billing/subscriptions/{id} -> 200 subscriber.address.admin_area_1 (source)
- #57292 — response-prop-removed: GET /v1/billing/subscriptions/{id} -> 200 subscriber.address.postal_code (source)
- #57293 — response-prop-removed: GET /v1/billing/subscriptions/{id} -> 200 subscriber.address.country_code (source)
- #57294 — response-prop-removed: GET /v1/billing/subscriptions/{id} -> 200 subscriber.address.address_details (source)
- #57295 — response-prop-removed: GET /v1/billing/subscriptions/{id} -> 200 subscriber.address.address_details.street_number (source)
- #57296 — response-prop-removed: GET /v1/billing/subscriptions/{id} -> 200 subscriber.address.address_details.street_name (source)
- #57297 — response-prop-removed: GET /v1/billing/subscriptions/{id} -> 200 subscriber.address.address_details.street_type (source)
- #57298 — response-prop-removed: GET /v1/billing/subscriptions/{id} -> 200 subscriber.address.address_details.delivery_service (source)
- #57299 — response-prop-removed: GET /v1/billing/subscriptions/{id} -> 200 subscriber.address.address_details.building_name (source)
- #57300 — response-prop-removed: GET /v1/billing/subscriptions/{id} -> 200 subscriber.address.address_details.sub_building (source)
- #57333 — request-prop-removed: POST /v1/billing/subscriptions subscriber.address (source)
- #57334 — request-prop-removed: POST /v1/billing/subscriptions subscriber.address.address_line_1 (source)
- #57335 — request-prop-removed: POST /v1/billing/subscriptions subscriber.address.address_line_2 (source)
- #57336 — request-prop-removed: POST /v1/billing/subscriptions subscriber.address.address_line_3 (source)
- #57337 — request-prop-removed: POST /v1/billing/subscriptions subscriber.address.admin_area_4 (source)
- #57338 — request-prop-removed: POST /v1/billing/subscriptions subscriber.address.admin_area_3 (source)
- #57339 — request-prop-removed: POST /v1/billing/subscriptions subscriber.address.admin_area_2 (source)
- #57340 — request-prop-removed: POST /v1/billing/subscriptions subscriber.address.admin_area_1 (source)
- #57341 — request-prop-removed: POST /v1/billing/subscriptions subscriber.address.postal_code (source)
- #57342 — request-prop-removed: POST /v1/billing/subscriptions subscriber.address.country_code (source)
- #57343 — request-prop-removed: POST /v1/billing/subscriptions subscriber.address.address_details (source)
- #57344 — request-prop-removed: POST /v1/billing/subscriptions subscriber.address.address_details.street_number (source)
- #57345 — request-prop-removed: POST /v1/billing/subscriptions subscriber.address.address_details.street_name (source)
- #57346 — request-prop-removed: POST /v1/billing/subscriptions subscriber.address.address_details.street_type (source)
- #57347 — request-prop-removed: POST /v1/billing/subscriptions subscriber.address.address_details.delivery_service (source)
- #57348 — request-prop-removed: POST /v1/billing/subscriptions subscriber.address.address_details.building_name (source)
- #57349 — request-prop-removed: POST /v1/billing/subscriptions subscriber.address.address_details.sub_building (source)
- #57376 — response-prop-removed: POST /v1/billing/subscriptions -> 200 subscriber.address (source)
- #57377 — response-prop-removed: POST /v1/billing/subscriptions -> 200 subscriber.address.address_line_1 (source)
- #57378 — response-prop-removed: POST /v1/billing/subscriptions -> 200 subscriber.address.address_line_2 (source)
- #57379 — response-prop-removed: POST /v1/billing/subscriptions -> 200 subscriber.address.address_line_3 (source)
- #57380 — response-prop-removed: POST /v1/billing/subscriptions -> 200 subscriber.address.admin_area_4 (source)
- #57381 — response-prop-removed: POST /v1/billing/subscriptions -> 200 subscriber.address.admin_area_3 (source)
- #57382 — response-prop-removed: POST /v1/billing/subscriptions -> 200 subscriber.address.admin_area_2 (source)
- #57383 — response-prop-removed: POST /v1/billing/subscriptions -> 200 subscriber.address.admin_area_1 (source)
- #57384 — response-prop-removed: POST /v1/billing/subscriptions -> 200 subscriber.address.postal_code (source)
- #57385 — response-prop-removed: POST /v1/billing/subscriptions -> 200 subscriber.address.country_code (source)
- #57386 — response-prop-removed: POST /v1/billing/subscriptions -> 200 subscriber.address.address_details (source)
- #57387 — response-prop-removed: POST /v1/billing/subscriptions -> 200 subscriber.address.address_details.street_number (source)
- #57388 — response-prop-removed: POST /v1/billing/subscriptions -> 200 subscriber.address.address_details.street_name (source)
- #57389 — response-prop-removed: POST /v1/billing/subscriptions -> 200 subscriber.address.address_details.street_type (source)
- #57390 — response-prop-removed: POST /v1/billing/subscriptions -> 200 subscriber.address.address_details.delivery_service (source)
- #57391 — response-prop-removed: POST /v1/billing/subscriptions -> 200 subscriber.address.address_details.building_name (source)
- #57392 — response-prop-removed: POST /v1/billing/subscriptions -> 200 subscriber.address.address_details.sub_building (source)
- #57422 — response-prop-removed: POST /v1/billing/subscriptions -> 201 subscriber.address (source)
- #57423 — response-prop-removed: POST /v1/billing/subscriptions -> 201 subscriber.address.address_line_1 (source)
- #57424 — response-prop-removed: POST /v1/billing/subscriptions -> 201 subscriber.address.address_line_2 (source)
- #57425 — response-prop-removed: POST /v1/billing/subscriptions -> 201 subscriber.address.address_line_3 (source)
- #57426 — response-prop-removed: POST /v1/billing/subscriptions -> 201 subscriber.address.admin_area_4 (source)
- #57427 — response-prop-removed: POST /v1/billing/subscriptions -> 201 subscriber.address.admin_area_3 (source)
- #57428 — response-prop-removed: POST /v1/billing/subscriptions -> 201 subscriber.address.admin_area_2 (source)
- #57429 — response-prop-removed: POST /v1/billing/subscriptions -> 201 subscriber.address.admin_area_1 (source)
- #57430 — response-prop-removed: POST /v1/billing/subscriptions -> 201 subscriber.address.postal_code (source)
- #57431 — response-prop-removed: POST /v1/billing/subscriptions -> 201 subscriber.address.country_code (source)
- #57432 — response-prop-removed: POST /v1/billing/subscriptions -> 201 subscriber.address.address_details (source)
- #57433 — response-prop-removed: POST /v1/billing/subscriptions -> 201 subscriber.address.address_details.street_number (source)
- #57434 — response-prop-removed: POST /v1/billing/subscriptions -> 201 subscriber.address.address_details.street_name (source)
- #57435 — response-prop-removed: POST /v1/billing/subscriptions -> 201 subscriber.address.address_details.street_type (source)
- #57436 — response-prop-removed: POST /v1/billing/subscriptions -> 201 subscriber.address.address_details.delivery_service (source)
- #57437 — response-prop-removed: POST /v1/billing/subscriptions -> 201 subscriber.address.address_details.building_name (source)
- #57438 — response-prop-removed: POST /v1/billing/subscriptions -> 201 subscriber.address.address_details.sub_building (source)
paypal-billing-subscriptions-v1-shipping-address-trim
PayPal Subscriptions v1: subscriber.shipping_address name and address objects trimmed to core fields (name keeps full_name only; address loses line_3, admin_area_3/4 and the address_details subtree)
- #57301 — response-prop-removed: GET /v1/billing/subscriptions/{id} -> 200 subscriber.shipping_address.name.prefix (source)
- #57302 — response-prop-removed: GET /v1/billing/subscriptions/{id} -> 200 subscriber.shipping_address.name.given_name (source)
- #57303 — response-prop-removed: GET /v1/billing/subscriptions/{id} -> 200 subscriber.shipping_address.name.surname (source)
- #57304 — response-prop-removed: GET /v1/billing/subscriptions/{id} -> 200 subscriber.shipping_address.name.middle_name (source)
- #57305 — response-prop-removed: GET /v1/billing/subscriptions/{id} -> 200 subscriber.shipping_address.name.suffix (source)
- #57306 — response-prop-removed: GET /v1/billing/subscriptions/{id} -> 200 subscriber.shipping_address.name.alternate_full_name (source)
- #57307 — response-prop-removed: GET /v1/billing/subscriptions/{id} -> 200 subscriber.shipping_address.address.address_line_3 (source)
- #57308 — response-prop-removed: GET /v1/billing/subscriptions/{id} -> 200 subscriber.shipping_address.address.admin_area_4 (source)
- #57309 — response-prop-removed: GET /v1/billing/subscriptions/{id} -> 200 subscriber.shipping_address.address.admin_area_3 (source)
- #57310 — response-prop-removed: GET /v1/billing/subscriptions/{id} -> 200 subscriber.shipping_address.address.address_details (source)
- #57350 — request-prop-removed: POST /v1/billing/subscriptions subscriber.shipping_address.name.prefix (source)
- #57351 — request-prop-removed: POST /v1/billing/subscriptions subscriber.shipping_address.name.given_name (source)
- #57352 — request-prop-removed: POST /v1/billing/subscriptions subscriber.shipping_address.name.surname (source)
- #57353 — request-prop-removed: POST /v1/billing/subscriptions subscriber.shipping_address.name.middle_name (source)
- #57354 — request-prop-removed: POST /v1/billing/subscriptions subscriber.shipping_address.name.suffix (source)
- #57355 — request-prop-removed: POST /v1/billing/subscriptions subscriber.shipping_address.name.alternate_full_name (source)
- #57356 — request-prop-removed: POST /v1/billing/subscriptions subscriber.shipping_address.address.address_line_3 (source)
- #57357 — request-prop-removed: POST /v1/billing/subscriptions subscriber.shipping_address.address.admin_area_4 (source)
- #57358 — request-prop-removed: POST /v1/billing/subscriptions subscriber.shipping_address.address.admin_area_3 (source)
- #57359 — request-prop-removed: POST /v1/billing/subscriptions subscriber.shipping_address.address.address_details (source)
- #57393 — response-prop-removed: POST /v1/billing/subscriptions -> 200 subscriber.shipping_address.name.prefix (source)
- #57394 — response-prop-removed: POST /v1/billing/subscriptions -> 200 subscriber.shipping_address.name.given_name (source)
- #57395 — response-prop-removed: POST /v1/billing/subscriptions -> 200 subscriber.shipping_address.name.surname (source)
- #57396 — response-prop-removed: POST /v1/billing/subscriptions -> 200 subscriber.shipping_address.name.middle_name (source)
- #57397 — response-prop-removed: POST /v1/billing/subscriptions -> 200 subscriber.shipping_address.name.suffix (source)
- #57398 — response-prop-removed: POST /v1/billing/subscriptions -> 200 subscriber.shipping_address.name.alternate_full_name (source)
- #57399 — response-prop-removed: POST /v1/billing/subscriptions -> 200 subscriber.shipping_address.address.address_line_3 (source)
- #57400 — response-prop-removed: POST /v1/billing/subscriptions -> 200 subscriber.shipping_address.address.admin_area_4 (source)
- #57401 — response-prop-removed: POST /v1/billing/subscriptions -> 200 subscriber.shipping_address.address.admin_area_3 (source)
- #57402 — response-prop-removed: POST /v1/billing/subscriptions -> 200 subscriber.shipping_address.address.address_details (source)
- #57439 — response-prop-removed: POST /v1/billing/subscriptions -> 201 subscriber.shipping_address.name.prefix (source)
- #57440 — response-prop-removed: POST /v1/billing/subscriptions -> 201 subscriber.shipping_address.name.given_name (source)
- #57441 — response-prop-removed: POST /v1/billing/subscriptions -> 201 subscriber.shipping_address.name.surname (source)
- #57442 — response-prop-removed: POST /v1/billing/subscriptions -> 201 subscriber.shipping_address.name.middle_name (source)
- #57443 — response-prop-removed: POST /v1/billing/subscriptions -> 201 subscriber.shipping_address.name.suffix (source)
- #57444 — response-prop-removed: POST /v1/billing/subscriptions -> 201 subscriber.shipping_address.name.alternate_full_name (source)
- #57445 — response-prop-removed: POST /v1/billing/subscriptions -> 201 subscriber.shipping_address.address.address_line_3 (source)
- #57446 — response-prop-removed: POST /v1/billing/subscriptions -> 201 subscriber.shipping_address.address.admin_area_4 (source)
- #57447 — response-prop-removed: POST /v1/billing/subscriptions -> 201 subscriber.shipping_address.address.admin_area_3 (source)
- #57448 — response-prop-removed: POST /v1/billing/subscriptions -> 201 subscriber.shipping_address.address.address_details (source)
- #57460 — request-prop-removed: POST /v1/billing/subscriptions/{id}/revise shipping_address.name.prefix (source)
- #57461 — request-prop-removed: POST /v1/billing/subscriptions/{id}/revise shipping_address.name.given_name (source)
- #57462 — request-prop-removed: POST /v1/billing/subscriptions/{id}/revise shipping_address.name.surname (source)
- #57463 — request-prop-removed: POST /v1/billing/subscriptions/{id}/revise shipping_address.name.middle_name (source)
- #57464 — request-prop-removed: POST /v1/billing/subscriptions/{id}/revise shipping_address.name.suffix (source)
- #57465 — request-prop-removed: POST /v1/billing/subscriptions/{id}/revise shipping_address.name.alternate_full_name (source)
- #57466 — request-prop-removed: POST /v1/billing/subscriptions/{id}/revise shipping_address.address.address_line_3 (source)
- #57467 — request-prop-removed: POST /v1/billing/subscriptions/{id}/revise shipping_address.address.admin_area_4 (source)
- #57468 — request-prop-removed: POST /v1/billing/subscriptions/{id}/revise shipping_address.address.admin_area_3 (source)
- #57469 — request-prop-removed: POST /v1/billing/subscriptions/{id}/revise shipping_address.address.address_details (source)
- #57470 — request-prop-removed: POST /v1/billing/subscriptions/{id}/revise shipping_address.address.address_details.street_number (source)
- #57471 — request-prop-removed: POST /v1/billing/subscriptions/{id}/revise shipping_address.address.address_details.street_name (source)
- #57472 — request-prop-removed: POST /v1/billing/subscriptions/{id}/revise shipping_address.address.address_details.street_type (source)
- #57473 — request-prop-removed: POST /v1/billing/subscriptions/{id}/revise shipping_address.address.address_details.delivery_service (source)
- #57474 — request-prop-removed: POST /v1/billing/subscriptions/{id}/revise shipping_address.address.address_details.building_name (source)
- #57475 — request-prop-removed: POST /v1/billing/subscriptions/{id}/revise shipping_address.address.address_details.sub_building (source)
- #57479 — response-prop-removed: POST /v1/billing/subscriptions/{id}/revise -> 200 shipping_address.name.prefix (source)
- #57480 — response-prop-removed: POST /v1/billing/subscriptions/{id}/revise -> 200 shipping_address.name.given_name (source)
- #57481 — response-prop-removed: POST /v1/billing/subscriptions/{id}/revise -> 200 shipping_address.name.surname (source)
- #57482 — response-prop-removed: POST /v1/billing/subscriptions/{id}/revise -> 200 shipping_address.name.middle_name (source)
- #57483 — response-prop-removed: POST /v1/billing/subscriptions/{id}/revise -> 200 shipping_address.name.suffix (source)
- #57484 — response-prop-removed: POST /v1/billing/subscriptions/{id}/revise -> 200 shipping_address.name.alternate_full_name (source)
- #57485 — response-prop-removed: POST /v1/billing/subscriptions/{id}/revise -> 200 shipping_address.address.address_line_3 (source)
- #57486 — response-prop-removed: POST /v1/billing/subscriptions/{id}/revise -> 200 shipping_address.address.admin_area_4 (source)
- #57487 — response-prop-removed: POST /v1/billing/subscriptions/{id}/revise -> 200 shipping_address.address.admin_area_3 (source)
- #57488 — response-prop-removed: POST /v1/billing/subscriptions/{id}/revise -> 200 shipping_address.address.address_details (source)
- #57489 — response-prop-removed: POST /v1/billing/subscriptions/{id}/revise -> 200 shipping_address.address.address_details.street_number (source)
- #57490 — response-prop-removed: POST /v1/billing/subscriptions/{id}/revise -> 200 shipping_address.address.address_details.street_name (source)
- #57491 — response-prop-removed: POST /v1/billing/subscriptions/{id}/revise -> 200 shipping_address.address.address_details.street_type (source)
- #57492 — response-prop-removed: POST /v1/billing/subscriptions/{id}/revise -> 200 shipping_address.address.address_details.delivery_service (source)
- #57493 — response-prop-removed: POST /v1/billing/subscriptions/{id}/revise -> 200 shipping_address.address.address_details.building_name (source)
- #57494 — response-prop-removed: POST /v1/billing/subscriptions/{id}/revise -> 200 shipping_address.address.address_details.sub_building (source)
paypal-billing-subscriptions-v1-subscriber-pii-removal
PayPal Subscriptions v1: subscriber request and response surfaces drop the PII fields birth_date and tax_info (including tax_id and tax_id_type)
- #57280 — response-prop-removed: GET /v1/billing/subscriptions/{id} -> 200 subscriber.birth_date (source)
- #57281 — response-prop-removed: GET /v1/billing/subscriptions/{id} -> 200 subscriber.tax_info (source)
- #57282 — response-prop-removed: GET /v1/billing/subscriptions/{id} -> 200 subscriber.tax_info.tax_id (source)
- #57283 — response-prop-removed: GET /v1/billing/subscriptions/{id} -> 200 subscriber.tax_info.tax_id_type (source)
- #57329 — request-prop-removed: POST /v1/billing/subscriptions subscriber.birth_date (source)
- #57330 — request-prop-removed: POST /v1/billing/subscriptions subscriber.tax_info (source)
- #57331 — request-prop-removed: POST /v1/billing/subscriptions subscriber.tax_info.tax_id (source)
- #57332 — request-prop-removed: POST /v1/billing/subscriptions subscriber.tax_info.tax_id_type (source)
- #57372 — response-prop-removed: POST /v1/billing/subscriptions -> 200 subscriber.birth_date (source)
- #57373 — response-prop-removed: POST /v1/billing/subscriptions -> 200 subscriber.tax_info (source)
- #57374 — response-prop-removed: POST /v1/billing/subscriptions -> 200 subscriber.tax_info.tax_id (source)
- #57375 — response-prop-removed: POST /v1/billing/subscriptions -> 200 subscriber.tax_info.tax_id_type (source)
- #57418 — response-prop-removed: POST /v1/billing/subscriptions -> 201 subscriber.birth_date (source)
- #57419 — response-prop-removed: POST /v1/billing/subscriptions -> 201 subscriber.tax_info (source)
- #57420 — response-prop-removed: POST /v1/billing/subscriptions -> 201 subscriber.tax_info.tax_id (source)
- #57421 — response-prop-removed: POST /v1/billing/subscriptions -> 201 subscriber.tax_info.tax_id_type (source)
paypal-partner-referrals-v2-office-bearers-removal
PayPal Partner Referrals v2: the whole business_entity.office_bearers subtree is removed from request and response surfaces (the office_bearer schema itself is gone)
- #58051 — response-prop-removed: GET /v2/customer/partner-referrals/{partner_referral_id} -> 200 referral_data.business_entity.office_bearers (source)
- #58052 — response-prop-removed: GET /v2/customer/partner-referrals/{partner_referral_id} -> 200 referral_data.business_entity.office_bearers[].id (source)
- #58053 — response-prop-removed: GET /v2/customer/partner-referrals/{partner_referral_id} -> 200 referral_data.business_entity.office_bearers[].names (source)
- #58054 — response-prop-removed: GET /v2/customer/partner-referrals/{partner_referral_id} -> 200 referral_data.business_entity.office_bearers[].citizenship (source)
- #58055 — response-prop-removed: GET /v2/customer/partner-referrals/{partner_referral_id} -> 200 referral_data.business_entity.office_bearers[].addresses (source)
- #58056 — response-prop-removed: GET /v2/customer/partner-referrals/{partner_referral_id} -> 200 referral_data.business_entity.office_bearers[].phones (source)
- #58057 — response-prop-removed: GET /v2/customer/partner-referrals/{partner_referral_id} -> 200 referral_data.business_entity.office_bearers[].birth_details (source)
- #58058 — response-prop-removed: GET /v2/customer/partner-referrals/{partner_referral_id} -> 200 referral_data.business_entity.office_bearers[].documents (source)
- #58059 — response-prop-removed: GET /v2/customer/partner-referrals/{partner_referral_id} -> 200 referral_data.business_entity.office_bearers[].role (source)
- #58077 — request-prop-removed: POST /v2/customer/partner-referrals business_entity.office_bearers (source)
- #58078 — request-prop-removed: POST /v2/customer/partner-referrals business_entity.office_bearers[].id (source)
- #58079 — request-prop-removed: POST /v2/customer/partner-referrals business_entity.office_bearers[].names (source)
- #58080 — request-prop-removed: POST /v2/customer/partner-referrals business_entity.office_bearers[].names[].prefix (source)
- #58081 — request-prop-removed: POST /v2/customer/partner-referrals business_entity.office_bearers[].names[].given_name (source)
- #58082 — request-prop-removed: POST /v2/customer/partner-referrals business_entity.office_bearers[].names[].surname (source)
- #58083 — request-prop-removed: POST /v2/customer/partner-referrals business_entity.office_bearers[].names[].middle_name (source)
- #58084 — request-prop-removed: POST /v2/customer/partner-referrals business_entity.office_bearers[].names[].suffix (source)
- #58085 — request-prop-removed: POST /v2/customer/partner-referrals business_entity.office_bearers[].names[].full_name (source)
- #58086 — request-prop-removed: POST /v2/customer/partner-referrals business_entity.office_bearers[].names[].type (source)
- #58087 — request-prop-removed: POST /v2/customer/partner-referrals business_entity.office_bearers[].citizenship (source)
- #58088 — request-prop-removed: POST /v2/customer/partner-referrals business_entity.office_bearers[].addresses (source)
- #58089 — request-prop-removed: POST /v2/customer/partner-referrals business_entity.office_bearers[].addresses[].address_line_1 (source)
- #58090 — request-prop-removed: POST /v2/customer/partner-referrals business_entity.office_bearers[].addresses[].address_line_2 (source)
- #58091 — request-prop-removed: POST /v2/customer/partner-referrals business_entity.office_bearers[].addresses[].address_line_3 (source)
- #58092 — request-prop-removed: POST /v2/customer/partner-referrals business_entity.office_bearers[].addresses[].admin_area_4 (source)
- #58093 — request-prop-removed: POST /v2/customer/partner-referrals business_entity.office_bearers[].addresses[].admin_area_3 (source)
- #58094 — request-prop-removed: POST /v2/customer/partner-referrals business_entity.office_bearers[].addresses[].admin_area_2 (source)
- #58095 — request-prop-removed: POST /v2/customer/partner-referrals business_entity.office_bearers[].addresses[].admin_area_1 (source)
- #58096 — request-prop-removed: POST /v2/customer/partner-referrals business_entity.office_bearers[].addresses[].postal_code (source)
- #58097 — request-prop-removed: POST /v2/customer/partner-referrals business_entity.office_bearers[].addresses[].country_code (source)
- #58098 — request-prop-removed: POST /v2/customer/partner-referrals business_entity.office_bearers[].addresses[].address_details (source)
- #58099 — request-prop-removed: POST /v2/customer/partner-referrals business_entity.office_bearers[].addresses[].type (source)
- #58100 — request-prop-removed: POST /v2/customer/partner-referrals business_entity.office_bearers[].addresses[].primary (source)
- #58101 — request-prop-removed: POST /v2/customer/partner-referrals business_entity.office_bearers[].addresses[].inactive (source)
- #58102 — request-prop-removed: POST /v2/customer/partner-referrals business_entity.office_bearers[].phones (source)
- #58103 — request-prop-removed: POST /v2/customer/partner-referrals business_entity.office_bearers[].phones[].country_code (source)
- #58104 — request-prop-removed: POST /v2/customer/partner-referrals business_entity.office_bearers[].phones[].national_number (source)
- #58105 — request-prop-removed: POST /v2/customer/partner-referrals business_entity.office_bearers[].phones[].extension_number (source)
- #58106 — request-prop-removed: POST /v2/customer/partner-referrals business_entity.office_bearers[].phones[].contact_name (source)
- #58107 — request-prop-removed: POST /v2/customer/partner-referrals business_entity.office_bearers[].phones[].inactive (source)
- #58108 — request-prop-removed: POST /v2/customer/partner-referrals business_entity.office_bearers[].phones[].primary (source)
- #58109 — request-prop-removed: POST /v2/customer/partner-referrals business_entity.office_bearers[].phones[].primary_mobile (source)
- #58110 — request-prop-removed: POST /v2/customer/partner-referrals business_entity.office_bearers[].phones[].type (source)
- #58111 — request-prop-removed: POST /v2/customer/partner-referrals business_entity.office_bearers[].phones[].tags (source)
- #58112 — request-prop-removed: POST /v2/customer/partner-referrals business_entity.office_bearers[].birth_details (source)
- #58113 — request-prop-removed: POST /v2/customer/partner-referrals business_entity.office_bearers[].birth_details.date_of_birth (source)
- #58114 — request-prop-removed: POST /v2/customer/partner-referrals business_entity.office_bearers[].documents (source)
- #58115 — request-prop-removed: POST /v2/customer/partner-referrals business_entity.office_bearers[].documents[].id (source)
- #58116 — request-prop-removed: POST /v2/customer/partner-referrals business_entity.office_bearers[].documents[].labels (source)
- #58117 — request-prop-removed: POST /v2/customer/partner-referrals business_entity.office_bearers[].documents[].name (source)
- #58118 — request-prop-removed: POST /v2/customer/partner-referrals business_entity.office_bearers[].documents[].identification_number (source)
- #58119 — request-prop-removed: POST /v2/customer/partner-referrals business_entity.office_bearers[].documents[].issue_date (source)
- #58120 — request-prop-removed: POST /v2/customer/partner-referrals business_entity.office_bearers[].documents[].expiry_date (source)
- #58121 — request-prop-removed: POST /v2/customer/partner-referrals business_entity.office_bearers[].documents[].issuing_country_code (source)
- #58122 — request-prop-removed: POST /v2/customer/partner-referrals business_entity.office_bearers[].documents[].files (source)
- #58123 — request-prop-removed: POST /v2/customer/partner-referrals business_entity.office_bearers[].documents[].links (source)
- #58124 — request-prop-removed: POST /v2/customer/partner-referrals business_entity.office_bearers[].documents[].type (source)
- #58125 — request-prop-removed: POST /v2/customer/partner-referrals business_entity.office_bearers[].role (source)
paypal-partner-referrals-v2-contact-detail-trim
PayPal Partner Referrals v2: phone and address detail schemas trimmed to core fields (phones lose contact_name, inactive, primary, primary_mobile and tags; addresses lose the primary and inactive flags)
- #58036 — response-prop-removed: GET /v2/customer/partner-referrals/{partner_referral_id} -> 200 referral_data.individual_owners[].addresses[].primary (source)
- #58037 — response-prop-removed: GET /v2/customer/partner-referrals/{partner_referral_id} -> 200 referral_data.individual_owners[].addresses[].inactive (source)
- #58038 — response-prop-removed: GET /v2/customer/partner-referrals/{partner_referral_id} -> 200 referral_data.individual_owners[].phones[].contact_name (source)
- #58039 — response-prop-removed: GET /v2/customer/partner-referrals/{partner_referral_id} -> 200 referral_data.individual_owners[].phones[].inactive (source)
- #58040 — response-prop-removed: GET /v2/customer/partner-referrals/{partner_referral_id} -> 200 referral_data.individual_owners[].phones[].primary (source)
- #58041 — response-prop-removed: GET /v2/customer/partner-referrals/{partner_referral_id} -> 200 referral_data.individual_owners[].phones[].primary_mobile (source)
- #58042 — response-prop-removed: GET /v2/customer/partner-referrals/{partner_referral_id} -> 200 referral_data.individual_owners[].phones[].tags (source)
- #58045 — response-prop-removed: GET /v2/customer/partner-referrals/{partner_referral_id} -> 200 referral_data.business_entity.addresses[].primary (source)
- #58046 — response-prop-removed: GET /v2/customer/partner-referrals/{partner_referral_id} -> 200 referral_data.business_entity.addresses[].inactive (source)
- #58047 — response-prop-removed: GET /v2/customer/partner-referrals/{partner_referral_id} -> 200 referral_data.business_entity.phones[].contact_name (source)
- #58048 — response-prop-removed: GET /v2/customer/partner-referrals/{partner_referral_id} -> 200 referral_data.business_entity.phones[].inactive (source)
- #58049 — response-prop-removed: GET /v2/customer/partner-referrals/{partner_referral_id} -> 200 referral_data.business_entity.phones[].primary (source)
- #58050 — response-prop-removed: GET /v2/customer/partner-referrals/{partner_referral_id} -> 200 referral_data.business_entity.phones[].tags (source)
- #58062 — request-prop-removed: POST /v2/customer/partner-referrals individual_owners[].addresses[].primary (source)
- #58063 — request-prop-removed: POST /v2/customer/partner-referrals individual_owners[].addresses[].inactive (source)
- #58064 — request-prop-removed: POST /v2/customer/partner-referrals individual_owners[].phones[].contact_name (source)
- #58065 — request-prop-removed: POST /v2/customer/partner-referrals individual_owners[].phones[].inactive (source)
- #58066 — request-prop-removed: POST /v2/customer/partner-referrals individual_owners[].phones[].primary (source)
- #58067 — request-prop-removed: POST /v2/customer/partner-referrals individual_owners[].phones[].primary_mobile (source)
- #58068 — request-prop-removed: POST /v2/customer/partner-referrals individual_owners[].phones[].tags (source)
- #58071 — request-prop-removed: POST /v2/customer/partner-referrals business_entity.addresses[].primary (source)
- #58072 — request-prop-removed: POST /v2/customer/partner-referrals business_entity.addresses[].inactive (source)
- #58073 — request-prop-removed: POST /v2/customer/partner-referrals business_entity.phones[].contact_name (source)
- #58074 — request-prop-removed: POST /v2/customer/partner-referrals business_entity.phones[].inactive (source)
- #58075 — request-prop-removed: POST /v2/customer/partner-referrals business_entity.phones[].primary (source)
- #58076 — request-prop-removed: POST /v2/customer/partner-referrals business_entity.phones[].tags (source)
paypal-invoicing-v2-error-link-method-enum-shrink
PayPal Invoicing v2: error-body HATEOAS links[].method enum drops CONNECT, HEAD and OPTIONS (navigation links keep the full verb set)
- #57603 — enum-value-removed: DELETE /v2/invoicing/invoices/{invoice_id} -> 400 links[].method = CONNECT (source)
- #57604 — enum-value-removed: DELETE /v2/invoicing/invoices/{invoice_id} -> 400 links[].method = HEAD (source)
- #57605 — enum-value-removed: DELETE /v2/invoicing/invoices/{invoice_id} -> 400 links[].method = OPTIONS (source)
- #57606 — enum-value-removed: DELETE /v2/invoicing/invoices/{invoice_id} -> 403 links[].method = CONNECT (source)
- #57607 — enum-value-removed: DELETE /v2/invoicing/invoices/{invoice_id} -> 403 links[].method = HEAD (source)
- #57608 — enum-value-removed: DELETE /v2/invoicing/invoices/{invoice_id} -> 403 links[].method = OPTIONS (source)
- #57609 — enum-value-removed: DELETE /v2/invoicing/invoices/{invoice_id} -> 404 links[].method = CONNECT (source)
- #57610 — enum-value-removed: DELETE /v2/invoicing/invoices/{invoice_id} -> 404 links[].method = HEAD (source)
- #57611 — enum-value-removed: DELETE /v2/invoicing/invoices/{invoice_id} -> 404 links[].method = OPTIONS (source)
- #57612 — enum-value-removed: DELETE /v2/invoicing/invoices/{invoice_id} -> default links[].method = CONNECT (source)
- #57613 — enum-value-removed: DELETE /v2/invoicing/invoices/{invoice_id} -> default links[].method = HEAD (source)
- #57614 — enum-value-removed: DELETE /v2/invoicing/invoices/{invoice_id} -> default links[].method = OPTIONS (source)
- #57615 — enum-value-removed: DELETE /v2/invoicing/invoices/{invoice_id}/payments/{transaction_id} -> 403 links[].method = CONNECT (source)
- #57616 — enum-value-removed: DELETE /v2/invoicing/invoices/{invoice_id}/payments/{transaction_id} -> 403 links[].method = HEAD (source)
- #57617 — enum-value-removed: DELETE /v2/invoicing/invoices/{invoice_id}/payments/{transaction_id} -> 403 links[].method = OPTIONS (source)
- #57618 — enum-value-removed: DELETE /v2/invoicing/invoices/{invoice_id}/payments/{transaction_id} -> 404 links[].method = CONNECT (source)
- #57619 — enum-value-removed: DELETE /v2/invoicing/invoices/{invoice_id}/payments/{transaction_id} -> 404 links[].method = HEAD (source)
- #57620 — enum-value-removed: DELETE /v2/invoicing/invoices/{invoice_id}/payments/{transaction_id} -> 404 links[].method = OPTIONS (source)
- #57621 — enum-value-removed: DELETE /v2/invoicing/invoices/{invoice_id}/payments/{transaction_id} -> 422 links[].method = CONNECT (source)
- #57622 — enum-value-removed: DELETE /v2/invoicing/invoices/{invoice_id}/payments/{transaction_id} -> 422 links[].method = HEAD (source)
- #57623 — enum-value-removed: DELETE /v2/invoicing/invoices/{invoice_id}/payments/{transaction_id} -> 422 links[].method = OPTIONS (source)
- #57624 — enum-value-removed: DELETE /v2/invoicing/invoices/{invoice_id}/payments/{transaction_id} -> default links[].method = CONNECT (source)
- #57625 — enum-value-removed: DELETE /v2/invoicing/invoices/{invoice_id}/payments/{transaction_id} -> default links[].method = HEAD (source)
- #57626 — enum-value-removed: DELETE /v2/invoicing/invoices/{invoice_id}/payments/{transaction_id} -> default links[].method = OPTIONS (source)
- #57627 — enum-value-removed: DELETE /v2/invoicing/invoices/{invoice_id}/refunds/{transaction_id} -> 403 links[].method = CONNECT (source)
- #57628 — enum-value-removed: DELETE /v2/invoicing/invoices/{invoice_id}/refunds/{transaction_id} -> 403 links[].method = HEAD (source)
- #57629 — enum-value-removed: DELETE /v2/invoicing/invoices/{invoice_id}/refunds/{transaction_id} -> 403 links[].method = OPTIONS (source)
- #57630 — enum-value-removed: DELETE /v2/invoicing/invoices/{invoice_id}/refunds/{transaction_id} -> 404 links[].method = CONNECT (source)
- #57631 — enum-value-removed: DELETE /v2/invoicing/invoices/{invoice_id}/refunds/{transaction_id} -> 404 links[].method = HEAD (source)
- #57632 — enum-value-removed: DELETE /v2/invoicing/invoices/{invoice_id}/refunds/{transaction_id} -> 404 links[].method = OPTIONS (source)
- #57633 — enum-value-removed: DELETE /v2/invoicing/invoices/{invoice_id}/refunds/{transaction_id} -> default links[].method = CONNECT (source)
- #57634 — enum-value-removed: DELETE /v2/invoicing/invoices/{invoice_id}/refunds/{transaction_id} -> default links[].method = HEAD (source)
- #57635 — enum-value-removed: DELETE /v2/invoicing/invoices/{invoice_id}/refunds/{transaction_id} -> default links[].method = OPTIONS (source)
- #57636 — enum-value-removed: DELETE /v2/invoicing/templates/{template_id} -> 403 links[].method = CONNECT (source)
- #57637 — enum-value-removed: DELETE /v2/invoicing/templates/{template_id} -> 403 links[].method = HEAD (source)
- #57638 — enum-value-removed: DELETE /v2/invoicing/templates/{template_id} -> 403 links[].method = OPTIONS (source)
- #57639 — enum-value-removed: DELETE /v2/invoicing/templates/{template_id} -> 404 links[].method = CONNECT (source)
- #57640 — enum-value-removed: DELETE /v2/invoicing/templates/{template_id} -> 404 links[].method = HEAD (source)
- #57641 — enum-value-removed: DELETE /v2/invoicing/templates/{template_id} -> 404 links[].method = OPTIONS (source)
- #57642 — enum-value-removed: DELETE /v2/invoicing/templates/{template_id} -> default links[].method = CONNECT (source)
- #57643 — enum-value-removed: DELETE /v2/invoicing/templates/{template_id} -> default links[].method = HEAD (source)
- #57644 — enum-value-removed: DELETE /v2/invoicing/templates/{template_id} -> default links[].method = OPTIONS (source)
- #57645 — enum-value-removed: GET /v2/invoicing/invoices -> 400 links[].method = CONNECT (source)
- #57646 — enum-value-removed: GET /v2/invoicing/invoices -> 400 links[].method = HEAD (source)
- #57647 — enum-value-removed: GET /v2/invoicing/invoices -> 400 links[].method = OPTIONS (source)
- #57648 — enum-value-removed: GET /v2/invoicing/invoices -> 403 links[].method = CONNECT (source)
- #57649 — enum-value-removed: GET /v2/invoicing/invoices -> 403 links[].method = HEAD (source)
- #57650 — enum-value-removed: GET /v2/invoicing/invoices -> 403 links[].method = OPTIONS (source)
- #57651 — enum-value-removed: GET /v2/invoicing/invoices -> default links[].method = CONNECT (source)
- #57652 — enum-value-removed: GET /v2/invoicing/invoices -> default links[].method = HEAD (source)
- #57653 — enum-value-removed: GET /v2/invoicing/invoices -> default links[].method = OPTIONS (source)
- #57654 — enum-value-removed: GET /v2/invoicing/invoices/{invoice_id} -> 400 links[].method = CONNECT (source)
- #57655 — enum-value-removed: GET /v2/invoicing/invoices/{invoice_id} -> 400 links[].method = HEAD (source)
- #57656 — enum-value-removed: GET /v2/invoicing/invoices/{invoice_id} -> 400 links[].method = OPTIONS (source)
- #57657 — enum-value-removed: GET /v2/invoicing/invoices/{invoice_id} -> 403 links[].method = CONNECT (source)
- #57658 — enum-value-removed: GET /v2/invoicing/invoices/{invoice_id} -> 403 links[].method = HEAD (source)
- #57659 — enum-value-removed: GET /v2/invoicing/invoices/{invoice_id} -> 403 links[].method = OPTIONS (source)
- #57660 — enum-value-removed: GET /v2/invoicing/invoices/{invoice_id} -> 404 links[].method = CONNECT (source)
- #57661 — enum-value-removed: GET /v2/invoicing/invoices/{invoice_id} -> 404 links[].method = HEAD (source)
- #57662 — enum-value-removed: GET /v2/invoicing/invoices/{invoice_id} -> 404 links[].method = OPTIONS (source)
- #57663 — enum-value-removed: GET /v2/invoicing/invoices/{invoice_id} -> default links[].method = CONNECT (source)
- #57664 — enum-value-removed: GET /v2/invoicing/invoices/{invoice_id} -> default links[].method = HEAD (source)
- #57665 — enum-value-removed: GET /v2/invoicing/invoices/{invoice_id} -> default links[].method = OPTIONS (source)
- #57666 — enum-value-removed: GET /v2/invoicing/templates -> 400 links[].method = CONNECT (source)
- #57667 — enum-value-removed: GET /v2/invoicing/templates -> 400 links[].method = HEAD (source)
- #57668 — enum-value-removed: GET /v2/invoicing/templates -> 400 links[].method = OPTIONS (source)
- #57669 — enum-value-removed: GET /v2/invoicing/templates -> 403 links[].method = CONNECT (source)
- #57670 — enum-value-removed: GET /v2/invoicing/templates -> 403 links[].method = HEAD (source)
- #57671 — enum-value-removed: GET /v2/invoicing/templates -> 403 links[].method = OPTIONS (source)
- #57672 — enum-value-removed: GET /v2/invoicing/templates -> default links[].method = CONNECT (source)
- #57673 — enum-value-removed: GET /v2/invoicing/templates -> default links[].method = HEAD (source)
- #57674 — enum-value-removed: GET /v2/invoicing/templates -> default links[].method = OPTIONS (source)
- #57675 — enum-value-removed: GET /v2/invoicing/templates/{template_id} -> 403 links[].method = CONNECT (source)
- #57676 — enum-value-removed: GET /v2/invoicing/templates/{template_id} -> 403 links[].method = HEAD (source)
- #57677 — enum-value-removed: GET /v2/invoicing/templates/{template_id} -> 403 links[].method = OPTIONS (source)
- #57678 — enum-value-removed: GET /v2/invoicing/templates/{template_id} -> 404 links[].method = CONNECT (source)
- #57679 — enum-value-removed: GET /v2/invoicing/templates/{template_id} -> 404 links[].method = HEAD (source)
- #57680 — enum-value-removed: GET /v2/invoicing/templates/{template_id} -> 404 links[].method = OPTIONS (source)
- #57681 — enum-value-removed: GET /v2/invoicing/templates/{template_id} -> default links[].method = CONNECT (source)
- #57682 — enum-value-removed: GET /v2/invoicing/templates/{template_id} -> default links[].method = HEAD (source)
- #57683 — enum-value-removed: GET /v2/invoicing/templates/{template_id} -> default links[].method = OPTIONS (source)
- #57684 — enum-value-removed: POST /v2/invoicing/generate-next-invoice-number -> 403 links[].method = CONNECT (source)
- #57685 — enum-value-removed: POST /v2/invoicing/generate-next-invoice-number -> 403 links[].method = HEAD (source)
- #57686 — enum-value-removed: POST /v2/invoicing/generate-next-invoice-number -> 403 links[].method = OPTIONS (source)
- #57687 — enum-value-removed: POST /v2/invoicing/generate-next-invoice-number -> default links[].method = CONNECT (source)
- #57688 — enum-value-removed: POST /v2/invoicing/generate-next-invoice-number -> default links[].method = HEAD (source)
- #57689 — enum-value-removed: POST /v2/invoicing/generate-next-invoice-number -> default links[].method = OPTIONS (source)
- #57690 — enum-value-removed: POST /v2/invoicing/invoices -> 400 links[].method = CONNECT (source)
- #57691 — enum-value-removed: POST /v2/invoicing/invoices -> 400 links[].method = HEAD (source)
- #57692 — enum-value-removed: POST /v2/invoicing/invoices -> 400 links[].method = OPTIONS (source)
- #57693 — enum-value-removed: POST /v2/invoicing/invoices -> 403 links[].method = CONNECT (source)
- #57694 — enum-value-removed: POST /v2/invoicing/invoices -> 403 links[].method = HEAD (source)
- #57695 — enum-value-removed: POST /v2/invoicing/invoices -> 403 links[].method = OPTIONS (source)
- #57696 — enum-value-removed: POST /v2/invoicing/invoices -> 422 links[].method = CONNECT (source)
- #57697 — enum-value-removed: POST /v2/invoicing/invoices -> 422 links[].method = HEAD (source)
- #57698 — enum-value-removed: POST /v2/invoicing/invoices -> 422 links[].method = OPTIONS (source)
- #57699 — enum-value-removed: POST /v2/invoicing/invoices -> default links[].method = CONNECT (source)
- #57700 — enum-value-removed: POST /v2/invoicing/invoices -> default links[].method = HEAD (source)
- #57701 — enum-value-removed: POST /v2/invoicing/invoices -> default links[].method = OPTIONS (source)
- #57702 — enum-value-removed: POST /v2/invoicing/invoices/{invoice_id}/cancel -> 400 links[].method = CONNECT (source)
- #57703 — enum-value-removed: POST /v2/invoicing/invoices/{invoice_id}/cancel -> 400 links[].method = HEAD (source)
- #57704 — enum-value-removed: POST /v2/invoicing/invoices/{invoice_id}/cancel -> 400 links[].method = OPTIONS (source)
- #57705 — enum-value-removed: POST /v2/invoicing/invoices/{invoice_id}/cancel -> 403 links[].method = CONNECT (source)
- #57706 — enum-value-removed: POST /v2/invoicing/invoices/{invoice_id}/cancel -> 403 links[].method = HEAD (source)
- #57707 — enum-value-removed: POST /v2/invoicing/invoices/{invoice_id}/cancel -> 403 links[].method = OPTIONS (source)
- #57708 — enum-value-removed: POST /v2/invoicing/invoices/{invoice_id}/cancel -> 404 links[].method = CONNECT (source)
- #57709 — enum-value-removed: POST /v2/invoicing/invoices/{invoice_id}/cancel -> 404 links[].method = HEAD (source)
- #57710 — enum-value-removed: POST /v2/invoicing/invoices/{invoice_id}/cancel -> 404 links[].method = OPTIONS (source)
- #57711 — enum-value-removed: POST /v2/invoicing/invoices/{invoice_id}/cancel -> 422 links[].method = CONNECT (source)
- #57712 — enum-value-removed: POST /v2/invoicing/invoices/{invoice_id}/cancel -> 422 links[].method = HEAD (source)
- #57713 — enum-value-removed: POST /v2/invoicing/invoices/{invoice_id}/cancel -> 422 links[].method = OPTIONS (source)
- #57714 — enum-value-removed: POST /v2/invoicing/invoices/{invoice_id}/cancel -> default links[].method = CONNECT (source)
- #57715 — enum-value-removed: POST /v2/invoicing/invoices/{invoice_id}/cancel -> default links[].method = HEAD (source)
- #57716 — enum-value-removed: POST /v2/invoicing/invoices/{invoice_id}/cancel -> default links[].method = OPTIONS (source)
- #57717 — enum-value-removed: POST /v2/invoicing/invoices/{invoice_id}/generate-qr-code -> 400 links[].method = CONNECT (source)
- #57718 — enum-value-removed: POST /v2/invoicing/invoices/{invoice_id}/generate-qr-code -> 400 links[].method = HEAD (source)
- #57719 — enum-value-removed: POST /v2/invoicing/invoices/{invoice_id}/generate-qr-code -> 400 links[].method = OPTIONS (source)
- #57720 — enum-value-removed: POST /v2/invoicing/invoices/{invoice_id}/generate-qr-code -> 403 links[].method = CONNECT (source)
- #57721 — enum-value-removed: POST /v2/invoicing/invoices/{invoice_id}/generate-qr-code -> 403 links[].method = HEAD (source)
- #57722 — enum-value-removed: POST /v2/invoicing/invoices/{invoice_id}/generate-qr-code -> 403 links[].method = OPTIONS (source)
- #57723 — enum-value-removed: POST /v2/invoicing/invoices/{invoice_id}/generate-qr-code -> 404 links[].method = CONNECT (source)
- #57724 — enum-value-removed: POST /v2/invoicing/invoices/{invoice_id}/generate-qr-code -> 404 links[].method = HEAD (source)
- #57725 — enum-value-removed: POST /v2/invoicing/invoices/{invoice_id}/generate-qr-code -> 404 links[].method = OPTIONS (source)
- #57726 — enum-value-removed: POST /v2/invoicing/invoices/{invoice_id}/generate-qr-code -> default links[].method = CONNECT (source)
- #57727 — enum-value-removed: POST /v2/invoicing/invoices/{invoice_id}/generate-qr-code -> default links[].method = HEAD (source)
- #57728 — enum-value-removed: POST /v2/invoicing/invoices/{invoice_id}/generate-qr-code -> default links[].method = OPTIONS (source)
- #57729 — enum-value-removed: POST /v2/invoicing/invoices/{invoice_id}/payments -> 400 links[].method = CONNECT (source)
- #57730 — enum-value-removed: POST /v2/invoicing/invoices/{invoice_id}/payments -> 400 links[].method = HEAD (source)
- #57731 — enum-value-removed: POST /v2/invoicing/invoices/{invoice_id}/payments -> 400 links[].method = OPTIONS (source)
- #57732 — enum-value-removed: POST /v2/invoicing/invoices/{invoice_id}/payments -> 403 links[].method = CONNECT (source)
- #57733 — enum-value-removed: POST /v2/invoicing/invoices/{invoice_id}/payments -> 403 links[].method = HEAD (source)
- #57734 — enum-value-removed: POST /v2/invoicing/invoices/{invoice_id}/payments -> 403 links[].method = OPTIONS (source)
- #57735 — enum-value-removed: POST /v2/invoicing/invoices/{invoice_id}/payments -> 404 links[].method = CONNECT (source)
- #57736 — enum-value-removed: POST /v2/invoicing/invoices/{invoice_id}/payments -> 404 links[].method = HEAD (source)
- #57737 — enum-value-removed: POST /v2/invoicing/invoices/{invoice_id}/payments -> 404 links[].method = OPTIONS (source)
- #57738 — enum-value-removed: POST /v2/invoicing/invoices/{invoice_id}/payments -> 422 links[].method = CONNECT (source)
- #57739 — enum-value-removed: POST /v2/invoicing/invoices/{invoice_id}/payments -> 422 links[].method = HEAD (source)
- #57740 — enum-value-removed: POST /v2/invoicing/invoices/{invoice_id}/payments -> 422 links[].method = OPTIONS (source)
- #57741 — enum-value-removed: POST /v2/invoicing/invoices/{invoice_id}/payments -> default links[].method = CONNECT (source)
- #57742 — enum-value-removed: POST /v2/invoicing/invoices/{invoice_id}/payments -> default links[].method = HEAD (source)
- #57743 — enum-value-removed: POST /v2/invoicing/invoices/{invoice_id}/payments -> default links[].method = OPTIONS (source)
- #57744 — enum-value-removed: POST /v2/invoicing/invoices/{invoice_id}/refunds -> 400 links[].method = CONNECT (source)
- #57745 — enum-value-removed: POST /v2/invoicing/invoices/{invoice_id}/refunds -> 400 links[].method = HEAD (source)
- #57746 — enum-value-removed: POST /v2/invoicing/invoices/{invoice_id}/refunds -> 400 links[].method = OPTIONS (source)
- #57747 — enum-value-removed: POST /v2/invoicing/invoices/{invoice_id}/refunds -> 403 links[].method = CONNECT (source)
- #57748 — enum-value-removed: POST /v2/invoicing/invoices/{invoice_id}/refunds -> 403 links[].method = HEAD (source)
- #57749 — enum-value-removed: POST /v2/invoicing/invoices/{invoice_id}/refunds -> 403 links[].method = OPTIONS (source)
- #57750 — enum-value-removed: POST /v2/invoicing/invoices/{invoice_id}/refunds -> 404 links[].method = CONNECT (source)
- #57751 — enum-value-removed: POST /v2/invoicing/invoices/{invoice_id}/refunds -> 404 links[].method = HEAD (source)
- #57752 — enum-value-removed: POST /v2/invoicing/invoices/{invoice_id}/refunds -> 404 links[].method = OPTIONS (source)
- #57753 — enum-value-removed: POST /v2/invoicing/invoices/{invoice_id}/refunds -> 422 links[].method = CONNECT (source)
- #57754 — enum-value-removed: POST /v2/invoicing/invoices/{invoice_id}/refunds -> 422 links[].method = HEAD (source)
- #57755 — enum-value-removed: POST /v2/invoicing/invoices/{invoice_id}/refunds -> 422 links[].method = OPTIONS (source)
- #57756 — enum-value-removed: POST /v2/invoicing/invoices/{invoice_id}/refunds -> default links[].method = CONNECT (source)
- #57757 — enum-value-removed: POST /v2/invoicing/invoices/{invoice_id}/refunds -> default links[].method = HEAD (source)
- #57758 — enum-value-removed: POST /v2/invoicing/invoices/{invoice_id}/refunds -> default links[].method = OPTIONS (source)
- #57759 — enum-value-removed: POST /v2/invoicing/invoices/{invoice_id}/remind -> 400 links[].method = CONNECT (source)
- #57760 — enum-value-removed: POST /v2/invoicing/invoices/{invoice_id}/remind -> 400 links[].method = HEAD (source)
- #57761 — enum-value-removed: POST /v2/invoicing/invoices/{invoice_id}/remind -> 400 links[].method = OPTIONS (source)
- #57762 — enum-value-removed: POST /v2/invoicing/invoices/{invoice_id}/remind -> 403 links[].method = CONNECT (source)
- #57763 — enum-value-removed: POST /v2/invoicing/invoices/{invoice_id}/remind -> 403 links[].method = HEAD (source)
- #57764 — enum-value-removed: POST /v2/invoicing/invoices/{invoice_id}/remind -> 403 links[].method = OPTIONS (source)
- #57765 — enum-value-removed: POST /v2/invoicing/invoices/{invoice_id}/remind -> 404 links[].method = CONNECT (source)
- #57766 — enum-value-removed: POST /v2/invoicing/invoices/{invoice_id}/remind -> 404 links[].method = HEAD (source)
- #57767 — enum-value-removed: POST /v2/invoicing/invoices/{invoice_id}/remind -> 404 links[].method = OPTIONS (source)
- #57768 — enum-value-removed: POST /v2/invoicing/invoices/{invoice_id}/remind -> 422 links[].method = CONNECT (source)
- #57769 — enum-value-removed: POST /v2/invoicing/invoices/{invoice_id}/remind -> 422 links[].method = HEAD (source)
- #57770 — enum-value-removed: POST /v2/invoicing/invoices/{invoice_id}/remind -> 422 links[].method = OPTIONS (source)
- #57771 — enum-value-removed: POST /v2/invoicing/invoices/{invoice_id}/remind -> default links[].method = CONNECT (source)
- #57772 — enum-value-removed: POST /v2/invoicing/invoices/{invoice_id}/remind -> default links[].method = HEAD (source)
- #57773 — enum-value-removed: POST /v2/invoicing/invoices/{invoice_id}/remind -> default links[].method = OPTIONS (source)
- #57778 — enum-value-removed: POST /v2/invoicing/invoices/{invoice_id}/send -> 400 links[].method = CONNECT (source)
- #57779 — enum-value-removed: POST /v2/invoicing/invoices/{invoice_id}/send -> 400 links[].method = HEAD (source)
- #57780 — enum-value-removed: POST /v2/invoicing/invoices/{invoice_id}/send -> 400 links[].method = OPTIONS (source)
- #57781 — enum-value-removed: POST /v2/invoicing/invoices/{invoice_id}/send -> 403 links[].method = CONNECT (source)
- #57782 — enum-value-removed: POST /v2/invoicing/invoices/{invoice_id}/send -> 403 links[].method = HEAD (source)
- #57783 — enum-value-removed: POST /v2/invoicing/invoices/{invoice_id}/send -> 403 links[].method = OPTIONS (source)
- #57784 — enum-value-removed: POST /v2/invoicing/invoices/{invoice_id}/send -> 404 links[].method = CONNECT (source)
- #57785 — enum-value-removed: POST /v2/invoicing/invoices/{invoice_id}/send -> 404 links[].method = HEAD (source)
- #57786 — enum-value-removed: POST /v2/invoicing/invoices/{invoice_id}/send -> 404 links[].method = OPTIONS (source)
- #57787 — enum-value-removed: POST /v2/invoicing/invoices/{invoice_id}/send -> 422 links[].method = CONNECT (source)
- #57788 — enum-value-removed: POST /v2/invoicing/invoices/{invoice_id}/send -> 422 links[].method = HEAD (source)
- #57789 — enum-value-removed: POST /v2/invoicing/invoices/{invoice_id}/send -> 422 links[].method = OPTIONS (source)
- #57790 — enum-value-removed: POST /v2/invoicing/invoices/{invoice_id}/send -> default links[].method = CONNECT (source)
- #57791 — enum-value-removed: POST /v2/invoicing/invoices/{invoice_id}/send -> default links[].method = HEAD (source)
- #57792 — enum-value-removed: POST /v2/invoicing/invoices/{invoice_id}/send -> default links[].method = OPTIONS (source)
- #57793 — enum-value-removed: POST /v2/invoicing/search-invoices -> 400 links[].method = CONNECT (source)
- #57794 — enum-value-removed: POST /v2/invoicing/search-invoices -> 400 links[].method = HEAD (source)
- #57795 — enum-value-removed: POST /v2/invoicing/search-invoices -> 400 links[].method = OPTIONS (source)
- #57796 — enum-value-removed: POST /v2/invoicing/search-invoices -> 403 links[].method = CONNECT (source)
- #57797 — enum-value-removed: POST /v2/invoicing/search-invoices -> 403 links[].method = HEAD (source)
- #57798 — enum-value-removed: POST /v2/invoicing/search-invoices -> 403 links[].method = OPTIONS (source)
- #57799 — enum-value-removed: POST /v2/invoicing/search-invoices -> default links[].method = CONNECT (source)
- #57800 — enum-value-removed: POST /v2/invoicing/search-invoices -> default links[].method = HEAD (source)
- #57801 — enum-value-removed: POST /v2/invoicing/search-invoices -> default links[].method = OPTIONS (source)
- #57802 — enum-value-removed: POST /v2/invoicing/templates -> 400 links[].method = CONNECT (source)
- #57803 — enum-value-removed: POST /v2/invoicing/templates -> 400 links[].method = HEAD (source)
- #57804 — enum-value-removed: POST /v2/invoicing/templates -> 400 links[].method = OPTIONS (source)
- #57805 — enum-value-removed: POST /v2/invoicing/templates -> 422 links[].method = CONNECT (source)
- #57806 — enum-value-removed: POST /v2/invoicing/templates -> 422 links[].method = HEAD (source)
- #57807 — enum-value-removed: POST /v2/invoicing/templates -> 422 links[].method = OPTIONS (source)
- #57808 — enum-value-removed: POST /v2/invoicing/templates -> default links[].method = CONNECT (source)
- #57809 — enum-value-removed: POST /v2/invoicing/templates -> default links[].method = HEAD (source)
- #57810 — enum-value-removed: POST /v2/invoicing/templates -> default links[].method = OPTIONS (source)
- #57811 — enum-value-removed: PUT /v2/invoicing/invoices/{invoice_id} -> 400 links[].method = CONNECT (source)
- #57812 — enum-value-removed: PUT /v2/invoicing/invoices/{invoice_id} -> 400 links[].method = HEAD (source)
- #57813 — enum-value-removed: PUT /v2/invoicing/invoices/{invoice_id} -> 400 links[].method = OPTIONS (source)
- #57814 — enum-value-removed: PUT /v2/invoicing/invoices/{invoice_id} -> 403 links[].method = CONNECT (source)
- #57815 — enum-value-removed: PUT /v2/invoicing/invoices/{invoice_id} -> 403 links[].method = HEAD (source)
- #57816 — enum-value-removed: PUT /v2/invoicing/invoices/{invoice_id} -> 403 links[].method = OPTIONS (source)
- #57817 — enum-value-removed: PUT /v2/invoicing/invoices/{invoice_id} -> 404 links[].method = CONNECT (source)
- #57818 — enum-value-removed: PUT /v2/invoicing/invoices/{invoice_id} -> 404 links[].method = HEAD (source)
- #57819 — enum-value-removed: PUT /v2/invoicing/invoices/{invoice_id} -> 404 links[].method = OPTIONS (source)
- #57820 — enum-value-removed: PUT /v2/invoicing/invoices/{invoice_id} -> 422 links[].method = CONNECT (source)
- #57821 — enum-value-removed: PUT /v2/invoicing/invoices/{invoice_id} -> 422 links[].method = HEAD (source)
- #57822 — enum-value-removed: PUT /v2/invoicing/invoices/{invoice_id} -> 422 links[].method = OPTIONS (source)
- #57823 — enum-value-removed: PUT /v2/invoicing/invoices/{invoice_id} -> default links[].method = CONNECT (source)
- #57824 — enum-value-removed: PUT /v2/invoicing/invoices/{invoice_id} -> default links[].method = HEAD (source)
- #57825 — enum-value-removed: PUT /v2/invoicing/invoices/{invoice_id} -> default links[].method = OPTIONS (source)
- #57826 — enum-value-removed: PUT /v2/invoicing/templates/{template_id} -> 400 links[].method = CONNECT (source)
- #57827 — enum-value-removed: PUT /v2/invoicing/templates/{template_id} -> 400 links[].method = HEAD (source)
- #57828 — enum-value-removed: PUT /v2/invoicing/templates/{template_id} -> 400 links[].method = OPTIONS (source)
- #57829 — enum-value-removed: PUT /v2/invoicing/templates/{template_id} -> 403 links[].method = CONNECT (source)
- #57830 — enum-value-removed: PUT /v2/invoicing/templates/{template_id} -> 403 links[].method = HEAD (source)
- #57831 — enum-value-removed: PUT /v2/invoicing/templates/{template_id} -> 403 links[].method = OPTIONS (source)
- #57832 — enum-value-removed: PUT /v2/invoicing/templates/{template_id} -> 404 links[].method = CONNECT (source)
- #57833 — enum-value-removed: PUT /v2/invoicing/templates/{template_id} -> 404 links[].method = HEAD (source)
- #57834 — enum-value-removed: PUT /v2/invoicing/templates/{template_id} -> 404 links[].method = OPTIONS (source)
- #57835 — enum-value-removed: PUT /v2/invoicing/templates/{template_id} -> default links[].method = CONNECT (source)
- #57836 — enum-value-removed: PUT /v2/invoicing/templates/{template_id} -> default links[].method = HEAD (source)
- #57837 — enum-value-removed: PUT /v2/invoicing/templates/{template_id} -> default links[].method = OPTIONS (source)
paypal-invoicing-v2-send-202-body-unwrap
PayPal Invoicing v2: send-invoice 202 body reshaped from {links: [link, ...]} wrapper to a single link object {href, rel, method}
- #57774 — response-prop-removed: POST /v2/invoicing/invoices/{invoice_id}/send -> 202 links (source)
- #57775 — response-prop-removed: POST /v2/invoicing/invoices/{invoice_id}/send -> 202 links[].href (source)
- #57776 — response-prop-removed: POST /v2/invoicing/invoices/{invoice_id}/send -> 202 links[].rel (source)
- #57777 — response-prop-removed: POST /v2/invoicing/invoices/{invoice_id}/send -> 202 links[].method (source)
plaid
plaid-node-v43-v44-breaking-renames
Plaid Node 43.0.0/44.0.0: terminate reason-code type unification, interest-only literal, reports_requested array
shopify
shopify-customer-account-draftorder-price
Shopify Customer Account API: discountedUnitPrice -> approximateDiscountedUnitPrice
- #1350 — `discountedUnitPrice` on `DraftOrderLineItem` Customer Account API deprecation (source)
shopify-customer-last-incomplete-checkout
Shopify Customer Account API: remove Customer.lastIncompleteCheckout selections (Checkout subtree removed in 2026-10)
- #1340 — Customer Account API Customer.lastIncompleteCheckout and Checkout types removed in 2026-10 (source)
shopify-marketing-engagement-cumulative
Shopify Admin API: drop deprecated isCumulative argument on marketingEngagementCreate
- #1347 — Deprecation of cumulative marketing engagements (source)
shopify-order-fulfillment-not-required
Shopify Admin API: handle new OrderDisplayFulfillmentStatus value FULFILLMENT_NOT_REQUIRED (2026-10)
- #1342 — OrderDisplayFulfillmentStatus now returns FULFILLMENT_NOT_REQUIRED for orders with no items to fulfill (source)
slack
slack-cli-hooks-file-move
Slack CLI 3.0.0: slack.json relocated to .slack/hooks.json (project config move)
- #1377 — New feature: An update to the Slack CLI (source)
slack-sdk-v8-errors
Slack SDK v8 error-handling migration (ErrorCode checks -> instanceof)
- #31 — @slack/[email protected] (source)
- #32 — @slack/[email protected] (source)
- #34 — @slack/[email protected] (source)
stripe
stripe-v7-to-v8
stripe-node v7 -> v8 SDK migration
stripe-node-v22-httpclient-interface
stripe-node v22.3.1: HttpClient / HttpClientResponse exported as interfaces — extends becomes implements
- #134 — v22.3.1 (source)
stripe-us-bank-preferred-settlement-speed-removal
Stripe PaymentIntents: us_bank_account.preferred_settlement_speed withdrawn from the API surface (v2154)
- #44360 — response-prop-removed: GET /v1/charges/{charge} -> 200 payment_intent.payment_method_options.us_bank_account.preferred_settlement_speed (source)
- #44361 — response-prop-removed: GET /v1/charges/{charge}/dispute -> 200 payment_intent.payment_method_options.us_bank_account.preferred_settlement_speed (source)
- #44362 — response-prop-removed: GET /v1/charges/{charge}/refunds/{refund} -> 200 payment_intent.payment_method_options.us_bank_account.preferred_settlement_speed (source)
- #44363 — response-prop-removed: GET /v1/checkout/sessions/{session} -> 200 payment_intent.payment_method_options.us_bank_account.preferred_settlement_speed (source)
- #44364 — response-prop-removed: GET /v1/disputes/{dispute} -> 200 payment_intent.payment_method_options.us_bank_account.preferred_settlement_speed (source)
- #44365 — response-prop-removed: GET /v1/payment_intents -> 200 data[].payment_method_options.us_bank_account.preferred_settlement_speed (source)
- #44366 — response-prop-removed: GET /v1/payment_intents/{intent} -> 200 payment_method_options.us_bank_account.preferred_settlement_speed (source)
- #44367 — response-prop-removed: GET /v1/payment_intents/search -> 200 data[].payment_method_options.us_bank_account.preferred_settlement_speed (source)
- #44368 — response-prop-removed: GET /v1/radar/early_fraud_warnings/{early_fraud_warning} -> 200 payment_intent.payment_method_options.us_bank_account.preferred_settlement_speed (source)
- #44369 — response-prop-removed: GET /v1/refunds/{refund} -> 200 payment_intent.payment_method_options.us_bank_account.preferred_settlement_speed (source)
- #44370 — response-prop-removed: GET /v1/reviews/{review} -> 200 payment_intent.payment_method_options.us_bank_account.preferred_settlement_speed (source)
- #44379 — response-prop-removed: POST /v1/charges -> 200 payment_intent.payment_method_options.us_bank_account.preferred_settlement_speed (source)
- #44380 — response-prop-removed: POST /v1/charges/{charge} -> 200 payment_intent.payment_method_options.us_bank_account.preferred_settlement_speed (source)
- #44381 — response-prop-removed: POST /v1/charges/{charge}/capture -> 200 payment_intent.payment_method_options.us_bank_account.preferred_settlement_speed (source)
- #44382 — response-prop-removed: POST /v1/charges/{charge}/dispute -> 200 payment_intent.payment_method_options.us_bank_account.preferred_settlement_speed (source)
- #44383 — response-prop-removed: POST /v1/charges/{charge}/dispute/close -> 200 payment_intent.payment_method_options.us_bank_account.preferred_settlement_speed (source)
- #44384 — response-prop-removed: POST /v1/charges/{charge}/refund -> 200 payment_intent.payment_method_options.us_bank_account.preferred_settlement_speed (source)
- #44385 — response-prop-removed: POST /v1/charges/{charge}/refunds -> 200 payment_intent.payment_method_options.us_bank_account.preferred_settlement_speed (source)
- #44386 — response-prop-removed: POST /v1/charges/{charge}/refunds/{refund} -> 200 payment_intent.payment_method_options.us_bank_account.preferred_settlement_speed (source)
- #44387 — response-prop-removed: POST /v1/checkout/sessions -> 200 payment_intent.payment_method_options.us_bank_account.preferred_settlement_speed (source)
- #44388 — response-prop-removed: POST /v1/checkout/sessions/{session} -> 200 payment_intent.payment_method_options.us_bank_account.preferred_settlement_speed (source)
- #44389 — response-prop-removed: POST /v1/checkout/sessions/{session}/expire -> 200 payment_intent.payment_method_options.us_bank_account.preferred_settlement_speed (source)
- #44390 — response-prop-removed: POST /v1/disputes/{dispute} -> 200 payment_intent.payment_method_options.us_bank_account.preferred_settlement_speed (source)
- #44391 — response-prop-removed: POST /v1/disputes/{dispute}/close -> 200 payment_intent.payment_method_options.us_bank_account.preferred_settlement_speed (source)
- #44392 — request-prop-removed: POST /v1/payment_intents payment_method_options.us_bank_account.preferred_settlement_speed (source)
- #44393 — response-prop-removed: POST /v1/payment_intents -> 200 payment_method_options.us_bank_account.preferred_settlement_speed (source)
- #44394 — request-prop-removed: POST /v1/payment_intents/{intent} payment_method_options.us_bank_account.preferred_settlement_speed (source)
- #44395 — response-prop-removed: POST /v1/payment_intents/{intent} -> 200 payment_method_options.us_bank_account.preferred_settlement_speed (source)
- #44396 — response-prop-removed: POST /v1/payment_intents/{intent}/apply_customer_balance -> 200 payment_method_options.us_bank_account.preferred_settlement_speed (source)
- #44397 — response-prop-removed: POST /v1/payment_intents/{intent}/cancel -> 200 payment_method_options.us_bank_account.preferred_settlement_speed (source)
- #44398 — response-prop-removed: POST /v1/payment_intents/{intent}/capture -> 200 payment_method_options.us_bank_account.preferred_settlement_speed (source)
- #44399 — request-prop-removed: POST /v1/payment_intents/{intent}/confirm payment_method_options.us_bank_account.preferred_settlement_speed (source)
- #44400 — response-prop-removed: POST /v1/payment_intents/{intent}/confirm -> 200 payment_method_options.us_bank_account.preferred_settlement_speed (source)
- #44401 — response-prop-removed: POST /v1/payment_intents/{intent}/increment_authorization -> 200 payment_method_options.us_bank_account.preferred_settlement_speed (source)
- #44402 — response-prop-removed: POST /v1/payment_intents/{intent}/verify_microdeposits -> 200 payment_method_options.us_bank_account.preferred_settlement_speed (source)
- #44403 — response-prop-removed: POST /v1/refunds -> 200 payment_intent.payment_method_options.us_bank_account.preferred_settlement_speed (source)
- #44404 — response-prop-removed: POST /v1/refunds/{refund} -> 200 payment_intent.payment_method_options.us_bank_account.preferred_settlement_speed (source)
- #44405 — response-prop-removed: POST /v1/refunds/{refund}/cancel -> 200 payment_intent.payment_method_options.us_bank_account.preferred_settlement_speed (source)
- #44406 — response-prop-removed: POST /v1/reviews/{review}/approve -> 200 payment_intent.payment_method_options.us_bank_account.preferred_settlement_speed (source)
- #44423 — response-prop-removed: POST /v1/test_helpers/refunds/{refund}/expire -> 200 payment_intent.payment_method_options.us_bank_account.preferred_settlement_speed (source)
stripe-terminal-tipping-bgn-removal
Stripe Terminal configurations: the bgn tipping currency block removed (v2154, Bulgaria euro adoption)
- #44371 — response-prop-removed: GET /v1/terminal/configurations -> 200 data[].tipping.bgn (source)
- #44372 — response-prop-removed: GET /v1/terminal/configurations -> 200 data[].tipping.bgn.fixed_amounts (source)
- #44373 — response-prop-removed: GET /v1/terminal/configurations -> 200 data[].tipping.bgn.percentages (source)
- #44374 — response-prop-removed: GET /v1/terminal/configurations -> 200 data[].tipping.bgn.smart_tip_threshold (source)
- #44375 — response-prop-removed: GET /v1/terminal/configurations/{configuration} -> 200 tipping.bgn (source)
- #44376 — response-prop-removed: GET /v1/terminal/configurations/{configuration} -> 200 tipping.bgn.fixed_amounts (source)
- #44377 — response-prop-removed: GET /v1/terminal/configurations/{configuration} -> 200 tipping.bgn.percentages (source)
- #44378 — response-prop-removed: GET /v1/terminal/configurations/{configuration} -> 200 tipping.bgn.smart_tip_threshold (source)
- #44407 — request-prop-removed: POST /v1/terminal/configurations tipping.bgn (source)
- #44408 — request-prop-removed: POST /v1/terminal/configurations tipping.bgn.fixed_amounts (source)
- #44409 — request-prop-removed: POST /v1/terminal/configurations tipping.bgn.percentages (source)
- #44410 — request-prop-removed: POST /v1/terminal/configurations tipping.bgn.smart_tip_threshold (source)
- #44411 — response-prop-removed: POST /v1/terminal/configurations -> 200 tipping.bgn (source)
- #44412 — response-prop-removed: POST /v1/terminal/configurations -> 200 tipping.bgn.fixed_amounts (source)
- #44413 — response-prop-removed: POST /v1/terminal/configurations -> 200 tipping.bgn.percentages (source)
- #44414 — response-prop-removed: POST /v1/terminal/configurations -> 200 tipping.bgn.smart_tip_threshold (source)
- #44415 — request-prop-removed: POST /v1/terminal/configurations/{configuration} tipping.bgn (source)
- #44416 — request-prop-removed: POST /v1/terminal/configurations/{configuration} tipping.bgn.fixed_amounts (source)
- #44417 — request-prop-removed: POST /v1/terminal/configurations/{configuration} tipping.bgn.percentages (source)
- #44418 — request-prop-removed: POST /v1/terminal/configurations/{configuration} tipping.bgn.smart_tip_threshold (source)
- #44419 — response-prop-removed: POST /v1/terminal/configurations/{configuration} -> 200 tipping.bgn (source)
- #44420 — response-prop-removed: POST /v1/terminal/configurations/{configuration} -> 200 tipping.bgn.fixed_amounts (source)
- #44421 — response-prop-removed: POST /v1/terminal/configurations/{configuration} -> 200 tipping.bgn.percentages (source)
- #44422 — response-prop-removed: POST /v1/terminal/configurations/{configuration} -> 200 tipping.bgn.smart_tip_threshold (source)
stripe-payment-record-card-details-removal
Stripe payment records: card_details drops description, iin, issuer and stored_credential_usage (v2324)
- #47041 — response-prop-removed: GET /v1/payment_attempt_records -> 200 data[].payment_method_details.card.description (source)
- #47042 — response-prop-removed: GET /v1/payment_attempt_records -> 200 data[].payment_method_details.card.iin (source)
- #47043 — response-prop-removed: GET /v1/payment_attempt_records -> 200 data[].payment_method_details.card.issuer (source)
- #47044 — response-prop-removed: GET /v1/payment_attempt_records -> 200 data[].payment_method_details.card.stored_credential_usage (source)
- #47045 — response-prop-removed: GET /v1/payment_attempt_records/{id} -> 200 payment_method_details.card.description (source)
- #47046 — response-prop-removed: GET /v1/payment_attempt_records/{id} -> 200 payment_method_details.card.iin (source)
- #47047 — response-prop-removed: GET /v1/payment_attempt_records/{id} -> 200 payment_method_details.card.issuer (source)
- #47048 — response-prop-removed: GET /v1/payment_attempt_records/{id} -> 200 payment_method_details.card.stored_credential_usage (source)
- #47049 — response-prop-removed: GET /v1/payment_records/{id} -> 200 payment_method_details.card.description (source)
- #47050 — response-prop-removed: GET /v1/payment_records/{id} -> 200 payment_method_details.card.iin (source)
- #47051 — response-prop-removed: GET /v1/payment_records/{id} -> 200 payment_method_details.card.issuer (source)
- #47052 — response-prop-removed: GET /v1/payment_records/{id} -> 200 payment_method_details.card.stored_credential_usage (source)
- #47053 — response-prop-removed: POST /v1/payment_records/{id}/report_payment_attempt -> 200 payment_method_details.card.description (source)
- #47054 — response-prop-removed: POST /v1/payment_records/{id}/report_payment_attempt -> 200 payment_method_details.card.iin (source)
- #47055 — response-prop-removed: POST /v1/payment_records/{id}/report_payment_attempt -> 200 payment_method_details.card.issuer (source)
- #47056 — response-prop-removed: POST /v1/payment_records/{id}/report_payment_attempt -> 200 payment_method_details.card.stored_credential_usage (source)
- #47057 — response-prop-removed: POST /v1/payment_records/{id}/report_payment_attempt_canceled -> 200 payment_method_details.card.description (source)
- #47058 — response-prop-removed: POST /v1/payment_records/{id}/report_payment_attempt_canceled -> 200 payment_method_details.card.iin (source)
- #47059 — response-prop-removed: POST /v1/payment_records/{id}/report_payment_attempt_canceled -> 200 payment_method_details.card.issuer (source)
- #47060 — response-prop-removed: POST /v1/payment_records/{id}/report_payment_attempt_canceled -> 200 payment_method_details.card.stored_credential_usage (source)
- #47061 — response-prop-removed: POST /v1/payment_records/{id}/report_payment_attempt_failed -> 200 payment_method_details.card.description (source)
- #47062 — response-prop-removed: POST /v1/payment_records/{id}/report_payment_attempt_failed -> 200 payment_method_details.card.iin (source)
- #47063 — response-prop-removed: POST /v1/payment_records/{id}/report_payment_attempt_failed -> 200 payment_method_details.card.issuer (source)
- #47064 — response-prop-removed: POST /v1/payment_records/{id}/report_payment_attempt_failed -> 200 payment_method_details.card.stored_credential_usage (source)
- #47065 — response-prop-removed: POST /v1/payment_records/{id}/report_payment_attempt_guaranteed -> 200 payment_method_details.card.description (source)
- #47066 — response-prop-removed: POST /v1/payment_records/{id}/report_payment_attempt_guaranteed -> 200 payment_method_details.card.iin (source)
- #47067 — response-prop-removed: POST /v1/payment_records/{id}/report_payment_attempt_guaranteed -> 200 payment_method_details.card.issuer (source)
- #47068 — response-prop-removed: POST /v1/payment_records/{id}/report_payment_attempt_guaranteed -> 200 payment_method_details.card.stored_credential_usage (source)
- #47069 — response-prop-removed: POST /v1/payment_records/{id}/report_payment_attempt_informational -> 200 payment_method_details.card.description (source)
- #47070 — response-prop-removed: POST /v1/payment_records/{id}/report_payment_attempt_informational -> 200 payment_method_details.card.iin (source)
- #47071 — response-prop-removed: POST /v1/payment_records/{id}/report_payment_attempt_informational -> 200 payment_method_details.card.issuer (source)
- #47072 — response-prop-removed: POST /v1/payment_records/{id}/report_payment_attempt_informational -> 200 payment_method_details.card.stored_credential_usage (source)
- #47073 — response-prop-removed: POST /v1/payment_records/{id}/report_refund -> 200 payment_method_details.card.description (source)
- #47074 — response-prop-removed: POST /v1/payment_records/{id}/report_refund -> 200 payment_method_details.card.iin (source)
- #47075 — response-prop-removed: POST /v1/payment_records/{id}/report_refund -> 200 payment_method_details.card.issuer (source)
- #47076 — response-prop-removed: POST /v1/payment_records/{id}/report_refund -> 200 payment_method_details.card.stored_credential_usage (source)
- #47077 — response-prop-removed: POST /v1/payment_records/report_payment -> 200 payment_method_details.card.description (source)
- #47078 — response-prop-removed: POST /v1/payment_records/report_payment -> 200 payment_method_details.card.iin (source)
- #47079 — response-prop-removed: POST /v1/payment_records/report_payment -> 200 payment_method_details.card.issuer (source)
- #47080 — response-prop-removed: POST /v1/payment_records/report_payment -> 200 payment_method_details.card.stored_credential_usage (source)
stripe-payment-record-boleto-tax-id-null-guard
Stripe payment records: boleto tax_id became nullable on payment-record surfaces (v2183) — guard dereferences with optional chaining
- #46650 — response-prop-became-nullable: GET /v1/payment_attempt_records -> 200 data[].payment_method_details.boleto.tax_id (source)
- #46651 — response-prop-became-nullable: GET /v1/payment_attempt_records/{id} -> 200 payment_method_details.boleto.tax_id (source)
- #46652 — response-prop-became-nullable: GET /v1/payment_records/{id} -> 200 payment_method_details.boleto.tax_id (source)
- #46653 — response-prop-became-nullable: POST /v1/payment_records/{id}/report_payment_attempt -> 200 payment_method_details.boleto.tax_id (source)
- #46654 — response-prop-became-nullable: POST /v1/payment_records/{id}/report_payment_attempt_canceled -> 200 payment_method_details.boleto.tax_id (source)
- #46655 — response-prop-became-nullable: POST /v1/payment_records/{id}/report_payment_attempt_failed -> 200 payment_method_details.boleto.tax_id (source)
- #46656 — response-prop-became-nullable: POST /v1/payment_records/{id}/report_payment_attempt_guaranteed -> 200 payment_method_details.boleto.tax_id (source)
- #46657 — response-prop-became-nullable: POST /v1/payment_records/{id}/report_payment_attempt_informational -> 200 payment_method_details.boleto.tax_id (source)
- #46658 — response-prop-became-nullable: POST /v1/payment_records/{id}/report_refund -> 200 payment_method_details.boleto.tax_id (source)
- #46659 — response-prop-became-nullable: POST /v1/payment_records/report_payment -> 200 payment_method_details.boleto.tax_id (source)
twilio
twilio-verify-attempts-summary-servicesid
Twilio Verify: Attempts Summary query param ServiceSid -> VerifyServiceSid
- #3455 — param-removed: GET /v2/Attempts/Summary query:ServiceSid (source)
twilio-messaging-brand-registration-a2p-casing
Twilio Messaging: BrandRegistrations form param A2pProfileBundleSid -> A2PProfileBundleSid
twilio-linkshortening-messagingservicesids-removal
Twilio Messaging: LinkShortening domain config no longer accepts MessagingServiceSids / MessagingServiceSidsAction
vercel
vercel-web-analytics-dhe-cipher-suite-removal
Vercel Web Analytics: dheCipherSuite response dimension discontinued (v1.28.9)
- #5772 — response-prop-removed: GET /v1/query/web-analytics/events/aggregate -> 200 data[].dheCipherSuite (source)
- #5773 — response-prop-removed: GET /v1/query/web-analytics/events/count -> 200 data.dheCipherSuite (source)
- #5774 — response-prop-removed: GET /v1/query/web-analytics/visits/aggregate -> 200 data[].dheCipherSuite (source)
- #5775 — response-prop-removed: GET /v1/query/web-analytics/visits/count -> 200 data.dheCipherSuite (source)
vercel-project-extended-max-duration-removal
Vercel Projects: enableFunctionsExtendedMaxDuration flag withdrawn from the API surface (v1.28.0)
- #6425 — enum-value-removed: GET /v1/events/types -> 200 types[].name = project-functions-extended-max-duration-updated (source)
- #6428 — response-prop-removed: GET /v1/microfrontends/groups/{groupId}/projects -> 200 projects[].resourceConfig.enableFunctionsExtendedMaxDuration (source)
- #6429 — response-prop-removed: GET /v1/microfrontends/groups/{groupId}/projects -> 200 projects[].defaultResourceConfig.enableFunctionsExtendedMaxDuration (source)
- #6432 — response-prop-removed: GET /v10/projects -> 200 [].resourceConfig.enableFunctionsExtendedMaxDuration (source)
- #6434 — response-prop-removed: GET /v10/projects -> 200 projects[].resourceConfig.enableFunctionsExtendedMaxDuration (source)
- #6435 — response-prop-removed: GET /v10/projects -> 200 projects[].defaultResourceConfig.enableFunctionsExtendedMaxDuration (source)
- #6436 — enum-value-removed: GET /v3/events -> 200 events[].type = project-functions-extended-max-duration-updated (source)
- #6437 — response-prop-removed: GET /v3/events -> 200 events[].payload.enableFunctionsExtendedMaxDuration (source)
- #6441 — response-prop-removed: GET /v9/projects/{idOrName} -> 200 resourceConfig.enableFunctionsExtendedMaxDuration (source)
- #6442 — response-prop-removed: GET /v9/projects/{idOrName} -> 200 defaultResourceConfig.enableFunctionsExtendedMaxDuration (source)
- #6445 — response-prop-removed: PATCH /v1/projects/{projectId}/microfrontends -> 200 resourceConfig.enableFunctionsExtendedMaxDuration (source)
- #6446 — response-prop-removed: PATCH /v1/projects/{projectId}/microfrontends -> 200 defaultResourceConfig.enableFunctionsExtendedMaxDuration (source)
- #6447 — request-prop-removed: PATCH /v9/projects/{idOrName} resourceConfig.enableFunctionsExtendedMaxDuration (source)
- #6450 — response-prop-removed: PATCH /v9/projects/{idOrName} -> 200 resourceConfig.enableFunctionsExtendedMaxDuration (source)
- #6451 — response-prop-removed: PATCH /v9/projects/{idOrName} -> 200 defaultResourceConfig.enableFunctionsExtendedMaxDuration (source)
- #6458 — response-prop-removed: POST /v1/projects/{idOrName}/avatar -> 200 resourceConfig.enableFunctionsExtendedMaxDuration (source)
- #6459 — response-prop-removed: POST /v1/projects/{idOrName}/avatar -> 200 defaultResourceConfig.enableFunctionsExtendedMaxDuration (source)
- #6460 — request-prop-removed: POST /v11/projects resourceConfig.enableFunctionsExtendedMaxDuration (source)
- #6463 — response-prop-removed: POST /v11/projects -> 200 resourceConfig.enableFunctionsExtendedMaxDuration (source)
- #6464 — response-prop-removed: POST /v11/projects -> 200 defaultResourceConfig.enableFunctionsExtendedMaxDuration (source)
vercel-project-public-source-removal
Vercel Projects: publicSource dropped from all project response schemas (v1.28.0)
- #6427 — response-prop-removed: GET /v1/microfrontends/groups/{groupId}/projects -> 200 projects[].publicSource (source)
- #6431 — response-prop-removed: GET /v10/projects -> 200 [].publicSource (source)
- #6433 — response-prop-removed: GET /v10/projects -> 200 projects[].publicSource (source)
- #6438 — response-prop-removed: GET /v7/deployments -> 200 deployments[].projectSettings.publicSource (source)
- #6440 — response-prop-removed: GET /v9/projects/{idOrName} -> 200 publicSource (source)
- #6444 — response-prop-removed: PATCH /v1/projects/{projectId}/microfrontends -> 200 publicSource (source)
- #6449 — response-prop-removed: PATCH /v9/projects/{idOrName} -> 200 publicSource (source)
- #6457 — response-prop-removed: POST /v1/projects/{idOrName}/avatar -> 200 publicSource (source)
- #6462 — response-prop-removed: POST /v11/projects -> 200 publicSource (source)
vercel-store-agent-skill-url-to-agent-skills
Vercel Marketplace stores: product.agentSkillUrl reshaped into the agentSkills array (v1.28.3)
- #4523 — response-prop-removed: POST /v1/storage/stores/integration/direct -> 200 store.product.agentSkillUrl (source)
vercel-vcr-image-id-or-digest-rename
Vercel VCR: single-image fetch path parameter widened from imageId to imageIdOrDigest (v1.28.9)
- #5226 — operation-removed: GET /v1/vcr/repository/{idOrName}/images/{imageId} (source)
vercel-integration-resource-edge-config-read-move
Vercel Marketplace: experimentation edge-config fields dropped from the single-resource read (v1.28.9) — reads move to the list endpoint
- #5222 — response-prop-removed: GET /v1/installations/{integrationConfigurationId}/resources/{resourceId} -> 200 protocolSettings.experimentation.edgeConfigSyncingEnabled (source)
- #5223 — response-prop-removed: GET /v1/installations/{integrationConfigurationId}/resources/{resourceId} -> 200 protocolSettings.experimentation.edgeConfigTokenId (source)