transfer_domain
Initiate an inbound domain transfer to Porkbun by providing the domain, EPP code, and verified transfer cost. Returns a transfer ID for tracking progress.
Instructions
Spends account credit. Initiates a transfer of an external domain into Porkbun. Returns immediately with a transferId; the actual registry transfer takes 5-7 days for most TLDs. Use get_transfer_status to poll. Requires the auth/EPP code from the losing registrar. The cost must match the current transfer price from check_domain. .uk domains and a few TLDs do not support inbound API transfers. Idempotency-safe.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Domain to transfer in, e.g. `example.com` | |
| cost | Yes | Transfer price in cents. Must match the value returned by `check_domain`. | |
| auth_code | Yes | Authorization (EPP) code from the losing registrar. |