Create Backorder
create_backorderPlace a backorder on a domain that is currently registered to someone else. We watch it and automatically register it for the user when it becomes available (drops) - availability is polled every few minutes. The user is charged only if the catch succeeds - no upfront fee. Requires a card on file or payment_method 'balance'. Confirm the domain with the user first. Best-effort: a contested drop may be taken by a specialized drop-catcher first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | The currently-taken domain to watch and catch on drop, e.g. taken.com | |
| max_price | No | Max USD to pay when caught. Defaults to the current registration price. | |
| payment_method | No | How to pay when caught: 'card' or 'balance' (marketplace credit). |