Home/Docs/Migration packs

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.

shell
$ 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)

4 rewrite rules

cloudflare

cloudflare-kv-legacy-routes

Cloudflare Workers KV legacy namespace routes -> storage/kv routes

1 rewrite rule · covers change: #1402
  • #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

5 rewrite rules · covers change: #141

cloudflare-typescript-v7-named-path-params

cloudflare-typescript v7.0.0: intermediate path parameters move into the options object (named path parameters)

1 rewrite rule · covers change: #141

cloudflare-account-roles-to-permission-groups

Cloudflare Account Roles API -> Permission Groups API (URL move + meta.label read remap)

2 rewrite rules · covers change: #1386
  • #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

3 rewrite rules · covers change: #689

openai

openai-v3-to-v4

openai-node v3 -> v4 SDK migration

6 rewrite rules

paypal

paypal-server-sdk-v1-controller-renames

PayPal Server SDK 1.0.0: controller methods renamed (ordersCreate -> createOrder family)

2 rewrite rules · covers change: #627

paypal-server-sdk-v2-options-object

PayPal Server SDK 2.0.0: controller methods switched from positional parameters to a single options object

1 rewrite rule · covers change: #625

paypal-orders-v2-swish-pix-payment-source-removal

PayPal Orders v2: the swish and pix payment sources removed entirely (2026-04 spec)

1 rewrite rule · covers changes: #51196, #51197, #51198, #51199, #51200, #51201, #51202, #51203, #51204, #51205, #51206, #51207, #51208, #51209, #51210, #51211, #51212, #51213, #51214, #51215, #51216, #51222, #51223, #51224, #51225, #51226, #51227, #51228, #51229, #51230, #51231, #51232, #51233, #51234, #51235, #51236, #51237, #51238, #51239, #51240, #51241, #51242, #51243, #51244, #51245, #51246, #51248, #51249, #51250, #51251, #51252, #51253, #51254, #51255, #51256, #51257, #51258, #51259, #51260, #51261, #51262, #51263, #51264, #51265, #51266, #51267, #51268, #51271, #51272, #51273, #51274, #51275, #51276, #51277, #51278, #51279, #51280, #51281, #51282, #51283, #51284, #51285, #51286, #51287, #51288, #51289, #51290, #51291, #51294, #51295, #51296, #51297, #51298, #51299, #51300, #51301, #51302, #51303, #51304, #51305, #51306, #51307, #51308, #51309, #51310, #51311, #51312, #51313, #51314, #51315, #51316, #51317, #51318, #51320, #51321, #51322, #51323, #51324, #51325, #51326, #51327, #51328, #51329, #51330, #51331, #51332, #51333, #51334, #51335, #51336, #51337, #51338, #51339, #51340, #51343, #51344, #51345, #51346, #51347, #51348, #51349, #51350, #51351, #51352, #51353, #51354, #51355, #51356, #51357, #51358, #51359, #51360, #51361, #51362, #51363, #51366, #51367, #51368, #51369, #51370, #51371, #51372, #51373, #51374, #51375, #51376, #51377, #51378, #51379, #51380, #51381, #51382, #51383, #51384, #51385, #51386, #51387, #51388, #51389, #51390, #51392, #51393, #51394, #51395, #51396, #51397, #51398, #51399, #51400, #51401, #51402, #51403, #51404, #51405, #51406, #51407, #51408, #51409, #51410, #51411, #51412, #51415, #51416, #51417, #51418, #51419, #51420, #51421, #51422, #51423, #51424, #51425, #51426, #51427, #51428, #51429, #51430, #51431, #51432, #51433, #51434, #51435, #51441, #51442, #51443, #51444, #51445, #51446, #51447, #51448, #51449, #51450, #51451, #51452, #51453, #51454, #51455, #51456, #51457, #51458, #51459, #51460, #51461, #51462, #51463, #51464, #51465, #51468, #51469, #51470, #51471, #51472, #51473, #51474, #51475, #51476, #51477, #51478, #51479, #51480, #51481, #51482, #51483, #51484, #51485, #51486, #51487, #51488, #51491, #51492, #51493, #51494, #51495, #51496, #51497, #51498, #51499, #51500, #51501, #51502, #51503, #51504, #51505, #51506, #51507, #51508, #51509, #51510, #51511, #51514, #51515, #51516, #51517, #51518, #51519, #51520, #51521, #51522, #51523, #51524, #51525, #51526, #51527, #51528, #51529, #51530, #51531, #51532, #51533, #51534
  • #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)

1 rewrite rule · covers changes: #56612, #56613, #56614, #56615, #56621, #56622, #56623, #56624, #56625, #56626, #56627, #56628, #56629, #56630, #56631, #56632, #56633, #56634, #56635, #56636, #56637, #56638, #56639, #56640, #56641, #56642, #56643, #56644, #56645, #56646, #56660, #56661, #56662, #56663, #56664, #56665, #56666, #56667, #56668, #56669, #56670, #56671, #56672, #56673, #56674, #56675, #56676, #56677, #56678, #56679, #56680, #56681, #56682, #56683, #56684, #56685, #56709, #56710, #56711, #56712, #56713, #56714, #56715, #56716, #56717, #56718, #56719, #56720, #56721, #56722, #56723, #56724, #56725, #56726, #56727, #56728, #56729, #56730, #56731, #56732, #56733, #56734, #56743, #56744, #56745, #56746, #56747, #56748, #56749, #56750, #56751, #56752, #56753, #56754, #56755, #56756, #56757, #56758, #56759, #56760, #56761, #56762, #56763, #56764, #56765, #56766, #56767, #56768, #56798, #56799, #56800, #56801, #56802, #56803, #56804, #56805, #56806, #56807, #56808, #56809, #56810, #56811, #56812, #56813, #56814, #56815, #56816, #56817, #56818, #56819, #56820, #56821, #56822, #56823, #56825, #56826, #56827, #56828, #56829, #56830, #56831, #56832, #56833, #56834, #56835, #56836, #56837, #56838, #56839, #56840, #56841, #56842, #56843, #56844, #56845, #56846, #56847, #56848, #56849, #56850
  • #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)

1 rewrite rule · covers changes: #56647, #56648, #56649, #56650, #56651, #56735, #56736, #56737, #56738, #56739, #56769, #56770, #56771, #56772, #56773
  • #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

1 rewrite rule · covers changes: #56609, #56610, #56611, #56618, #56619, #56620, #56655, #56656, #56657, #56658, #56686, #56687, #56688, #56689, #56777, #56778, #56779, #56780, #56781, #56851, #56852, #56853, #56854
  • #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)

1 rewrite rule · covers changes: #57284, #57285, #57286, #57287, #57288, #57289, #57290, #57291, #57292, #57293, #57294, #57295, #57296, #57297, #57298, #57299, #57300, #57333, #57334, #57335, #57336, #57337, #57338, #57339, #57340, #57341, #57342, #57343, #57344, #57345, #57346, #57347, #57348, #57349, #57376, #57377, #57378, #57379, #57380, #57381, #57382, #57383, #57384, #57385, #57386, #57387, #57388, #57389, #57390, #57391, #57392, #57422, #57423, #57424, #57425, #57426, #57427, #57428, #57429, #57430, #57431, #57432, #57433, #57434, #57435, #57436, #57437, #57438
  • #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)

1 rewrite rule · covers changes: #57301, #57302, #57303, #57304, #57305, #57306, #57307, #57308, #57309, #57310, #57350, #57351, #57352, #57353, #57354, #57355, #57356, #57357, #57358, #57359, #57393, #57394, #57395, #57396, #57397, #57398, #57399, #57400, #57401, #57402, #57439, #57440, #57441, #57442, #57443, #57444, #57445, #57446, #57447, #57448, #57460, #57461, #57462, #57463, #57464, #57465, #57466, #57467, #57468, #57469, #57470, #57471, #57472, #57473, #57474, #57475, #57479, #57480, #57481, #57482, #57483, #57484, #57485, #57486, #57487, #57488, #57489, #57490, #57491, #57492, #57493, #57494
  • #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)

1 rewrite rule · covers changes: #57280, #57281, #57282, #57283, #57329, #57330, #57331, #57332, #57372, #57373, #57374, #57375, #57418, #57419, #57420, #57421
  • #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)

1 rewrite rule · covers changes: #58051, #58052, #58053, #58054, #58055, #58056, #58057, #58058, #58059, #58077, #58078, #58079, #58080, #58081, #58082, #58083, #58084, #58085, #58086, #58087, #58088, #58089, #58090, #58091, #58092, #58093, #58094, #58095, #58096, #58097, #58098, #58099, #58100, #58101, #58102, #58103, #58104, #58105, #58106, #58107, #58108, #58109, #58110, #58111, #58112, #58113, #58114, #58115, #58116, #58117, #58118, #58119, #58120, #58121, #58122, #58123, #58124, #58125
  • #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)

1 rewrite rule · covers changes: #58036, #58037, #58038, #58039, #58040, #58041, #58042, #58045, #58046, #58047, #58048, #58049, #58050, #58062, #58063, #58064, #58065, #58066, #58067, #58068, #58071, #58072, #58073, #58074, #58075, #58076
  • #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)

1 rewrite rule · covers changes: #57603, #57604, #57605, #57606, #57607, #57608, #57609, #57610, #57611, #57612, #57613, #57614, #57615, #57616, #57617, #57618, #57619, #57620, #57621, #57622, #57623, #57624, #57625, #57626, #57627, #57628, #57629, #57630, #57631, #57632, #57633, #57634, #57635, #57636, #57637, #57638, #57639, #57640, #57641, #57642, #57643, #57644, #57645, #57646, #57647, #57648, #57649, #57650, #57651, #57652, #57653, #57654, #57655, #57656, #57657, #57658, #57659, #57660, #57661, #57662, #57663, #57664, #57665, #57666, #57667, #57668, #57669, #57670, #57671, #57672, #57673, #57674, #57675, #57676, #57677, #57678, #57679, #57680, #57681, #57682, #57683, #57684, #57685, #57686, #57687, #57688, #57689, #57690, #57691, #57692, #57693, #57694, #57695, #57696, #57697, #57698, #57699, #57700, #57701, #57702, #57703, #57704, #57705, #57706, #57707, #57708, #57709, #57710, #57711, #57712, #57713, #57714, #57715, #57716, #57717, #57718, #57719, #57720, #57721, #57722, #57723, #57724, #57725, #57726, #57727, #57728, #57729, #57730, #57731, #57732, #57733, #57734, #57735, #57736, #57737, #57738, #57739, #57740, #57741, #57742, #57743, #57744, #57745, #57746, #57747, #57748, #57749, #57750, #57751, #57752, #57753, #57754, #57755, #57756, #57757, #57758, #57759, #57760, #57761, #57762, #57763, #57764, #57765, #57766, #57767, #57768, #57769, #57770, #57771, #57772, #57773, #57778, #57779, #57780, #57781, #57782, #57783, #57784, #57785, #57786, #57787, #57788, #57789, #57790, #57791, #57792, #57793, #57794, #57795, #57796, #57797, #57798, #57799, #57800, #57801, #57802, #57803, #57804, #57805, #57806, #57807, #57808, #57809, #57810, #57811, #57812, #57813, #57814, #57815, #57816, #57817, #57818, #57819, #57820, #57821, #57822, #57823, #57824, #57825, #57826, #57827, #57828, #57829, #57830, #57831, #57832, #57833, #57834, #57835, #57836, #57837
  • #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}

1 rewrite rule · covers changes: #57774, #57775, #57776, #57777
  • #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

3 rewrite rules · covers changes: #42, #43
  • #42 — 44.0.0 (source)
  • #43 — 43.0.0: Merge pull request #717 from plaid/generated_20260625T191121Z (source)

shopify

shopify-customer-account-draftorder-price

Shopify Customer Account API: discountedUnitPrice -> approximateDiscountedUnitPrice

1 rewrite rule · covers change: #1350
  • #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)

1 rewrite rule · covers change: #1340
  • #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

1 rewrite rule · covers change: #1347
  • #1347 — Deprecation of cumulative marketing engagements (source)

shopify-order-fulfillment-not-required

Shopify Admin API: handle new OrderDisplayFulfillmentStatus value FULFILLMENT_NOT_REQUIRED (2026-10)

2 rewrite rules · covers change: #1342
  • #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)

1 rewrite rule · 1 file move · covers change: #1377
  • #1377 — New feature: An update to the Slack CLI (source)

slack-sdk-v8-errors

Slack SDK v8 error-handling migration (ErrorCode checks -> instanceof)

3 rewrite rules · covers changes: #31, #32, #34

stripe

stripe-v7-to-v8

stripe-node v7 -> v8 SDK migration

4 rewrite rules

stripe-node-v22-httpclient-interface

stripe-node v22.3.1: HttpClient / HttpClientResponse exported as interfaces — extends becomes implements

1 rewrite rule · covers change: #134

stripe-us-bank-preferred-settlement-speed-removal

Stripe PaymentIntents: us_bank_account.preferred_settlement_speed withdrawn from the API surface (v2154)

1 rewrite rule · covers changes: #44360, #44361, #44362, #44363, #44364, #44365, #44366, #44367, #44368, #44369, #44370, #44379, #44380, #44381, #44382, #44383, #44384, #44385, #44386, #44387, #44388, #44389, #44390, #44391, #44392, #44393, #44394, #44395, #44396, #44397, #44398, #44399, #44400, #44401, #44402, #44403, #44404, #44405, #44406, #44423
  • #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)

1 rewrite rule · covers changes: #44371, #44372, #44373, #44374, #44375, #44376, #44377, #44378, #44407, #44408, #44409, #44410, #44411, #44412, #44413, #44414, #44415, #44416, #44417, #44418, #44419, #44420, #44421, #44422
  • #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)

1 rewrite rule · covers changes: #47041, #47042, #47043, #47044, #47045, #47046, #47047, #47048, #47049, #47050, #47051, #47052, #47053, #47054, #47055, #47056, #47057, #47058, #47059, #47060, #47061, #47062, #47063, #47064, #47065, #47066, #47067, #47068, #47069, #47070, #47071, #47072, #47073, #47074, #47075, #47076, #47077, #47078, #47079, #47080
  • #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

1 rewrite rule · covers changes: #46650, #46651, #46652, #46653, #46654, #46655, #46656, #46657, #46658, #46659
  • #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

2 rewrite rules · covers change: #3455
  • #3455 — param-removed: GET /v2/Attempts/Summary query:ServiceSid (source)

twilio-messaging-brand-registration-a2p-casing

Twilio Messaging: BrandRegistrations form param A2pProfileBundleSid -> A2PProfileBundleSid

1 rewrite rule · covers changes: #3769, #3770
  • #3769 — request-prop-added-required: POST /v1/a2p/BrandRegistrations A2PProfileBundleSid (source)
  • #3770 — request-prop-removed: POST /v1/a2p/BrandRegistrations A2pProfileBundleSid (source)

twilio-linkshortening-messagingservicesids-removal

Twilio Messaging: LinkShortening domain config no longer accepts MessagingServiceSids / MessagingServiceSidsAction

2 rewrite rules · covers changes: #3869, #3870
  • #3869 — request-prop-removed: POST /v1/LinkShortening/Domains/{DomainSid}/Config MessagingServiceSids (source)
  • #3870 — request-prop-removed: POST /v1/LinkShortening/Domains/{DomainSid}/Config MessagingServiceSidsAction (source)

vercel

vercel-web-analytics-dhe-cipher-suite-removal

Vercel Web Analytics: dheCipherSuite response dimension discontinued (v1.28.9)

1 rewrite rule · covers changes: #5772, #5773, #5774, #5775
  • #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)

1 rewrite rule · covers changes: #6425, #6428, #6429, #6432, #6434, #6435, #6436, #6437, #6441, #6442, #6445, #6446, #6447, #6450, #6451, #6458, #6459, #6460, #6463, #6464
  • #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)

1 rewrite rule · covers changes: #6427, #6431, #6433, #6438, #6440, #6444, #6449, #6457, #6462
  • #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)

1 rewrite rule · covers change: #4523
  • #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)

1 rewrite rule · covers change: #5226
  • #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

1 rewrite rule · covers changes: #5222, #5223
  • #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)
Pre-release documentation, generated from the mendapi codebase. Command output and pack listings reflect the shipped CLI exactly.