# Gumroad v2026.08.11.1 - Product: Gumroad (https://whatsnew.fyi/product/gumroad) - Vendor: Gumroad - Date: 2026-08-11 - Version: v2026.08.11.1 - Original notes: https://github.com/antiwork/gumroad/releases/tag/v2026.08.11.1 - Permalink: https://whatsnew.fyi/product/gumroad/releases/v2026.08.11.1 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **changed** — Require branch code for Dominican Republic bank accounts - **changed** — Widen El Salvador plain account number floor to accept 9-digit BAC numbers - **fixed** — Validate PayPal order price_cents against product price - **removed** — Remove the unused PayPal /paypal/update_order endpoint - **changed** — Log PayPal breakdown rejections instead of paging Sentry - **changed** — Harden PayPal physical-shipping validation with exact USD match and reject zero shipping - **removed** — Remove the dead PayPal order-API endpoints /paypal/order and /paypal/fetch_order - **removed** — Remove the dead one-time PayPal frontend flow - **fixed** — Fix flaky RequeueTransientlyFailedPayoutsJob spec with clock/before-hook date mismatch ##### What's Changed ###### Internal * Require branch code for Dominican Republic bank accounts by @gumclaw in https://github.com/antiwork/gumroad/pull/7171 * Widen El Salvador plain account number floor to accept 9-digit BAC numbers by @gumclaw in https://github.com/antiwork/gumroad/pull/7175 * Fix gp#2008: validate PayPal order price_cents against product price by @gumclaw in https://github.com/antiwork/gumroad/pull/7177 * Remove the unused PayPal /paypal/update_order endpoint (gp#2008) by @ershad in https://github.com/antiwork/gumroad/pull/7180 * Log PayPal breakdown rejections instead of paging Sentry (gp#2008) by @ershad in https://github.com/antiwork/gumroad/pull/7181 * Harden PayPal physical-shipping validation: exact USD match + reject zero shipping (gp#2008) by @ershad in https://github.com/antiwork/gumroad/pull/7182 * Remove the dead PayPal order-API endpoints /paypal/order + /paypal/fetch_order (gp#2008) by @ershad in https://github.com/antiwork/gumroad/pull/7184 * Remove the dead one-time PayPal frontend flow (gp#2008 follow-up) by @ershad in https://github.com/antiwork/gumroad/pull/7185 * Fix flaky RequeueTransientlyFailedPayoutsJob spec: clock/before-hook date mismatch by @gumclaw in https://github.com/antiwork/gumroad/pull/7186 * Revert #7171: restore 3-digit DR bank code without required branch code by @gumclaw in https://github.com/antiwork/gumroad/pull/7179 **Full Changelog**: https://github.com/antiwork/gumroad/compare/v2026.08.10.16...v2026.08.11.1