# August 13, 2026: Auctions Instant Purchase APIs are available for Closeout domains (https://developer.godaddy.com/en/docs/api-users/changelog/auctions-instant-purchase)

***

## title: "August 13, 2026: Auctions Instant Purchase APIs are available for Closeout domains"

August 13, 2026
API
Auctions

New
Related: Auctions listing availability checks are available via POST .../aftermarket/listings/available, Auctions bidding is available via POST .../aftermarket/listings/bids

We've added Instant Purchase endpoints so you can buy eligible Closeout / Buy Now auction domains programmatically — list eligible payment profiles, preview all-in pricing, then purchase — so you can automate fixed-price Closeout acquisition without the Auctions UI.

## What changed

* `GET /v1/customers/{customerId}/paymentProfiles` — list `ACTIVE` payment profiles eligible for Instant Purchase.
* `POST /v1/customers/{customerId}/auctions/purchases/preview` — preview all-in pricing for up to 10 Closeout domains (`totalPrice` in USD micro-units).
* `POST /v1/customers/{customerId}/auctions/purchases` — purchase one or more eligible Closeout domains using a `paymentProfileId` (optional; defaults to the most recently used supported method).

You can use the `MY` alias for `{customerId}`. Authenticate with a legacy API key (`sso-key`). Partial success returns `207 Multi-Status` with per-domain `status` and `failureReason`.

## Who is affected

Available to developers with Auctions Instant Purchase access and a configured payment profile. Existing Domains and Aftermarket partner integrations are unchanged; these endpoints are additive. Instant Purchase does not place bids on open Expired Auctions — use the bidding endpoint for that.

## Links

* [Instant Purchase reference](https://developer.godaddy.com/docs/references/rest/auctions/instant-purchase) — endpoint schemas
* [Buy through instant purchase](https://developer.godaddy.com/docs/api-users/buy-a-domain/instant-purchase) — preview and purchase workflow
* [About the Auctions API](https://developer.godaddy.com/docs/api-users/auctions) — bidding vs Instant Purchase
* [Product announcement](https://www.godaddy.com/resources/news/godaddy-auctions-expiry-apis-automate-domain-acquisition) — launch context
