Become a Paddle partner
Join the Paddle partner program to read this content. You'll also get access to our partner API and agent tooling. Let us know a few details about your business to get started. Already a partner? Log in to view this page.
/checkout-domains/{domain_id}/resubmit Resubmits a checkout domain for review after a recoverable (soft) decline.
Returns the domain to pending_review and restarts Paddle's verification process. Only domains that are eligible for resubmission can be resubmitted; terminal (hard) declines cannot.
If successful, your response includes a copy of the checkout domain entity.
Path parameters
Response (200)
chedom_01kkertpke0gv2t61p1pq8v23xchedom_.^chedom_[a-z\d]{26}$example.compending_review. It can be pending_review, approved, rejected, in_review, or action_required.pending_reviewDomain is newly added and is pending review.approvedDomain has been approved and can be used for checkouts.rejectedDomain has been rejected and cannot be used for checkouts.in_reviewDomain is currently under review by Paddle.action_requiredDomain was soft-declined during review. The seller can resolve the issue and resubmit the domain.
verifiedPayment method is verified for this checkout domain.unverifiedPayment method isn't verified for this checkout domain.
2024-10-12T07:20:50.52Z2024-10-13T07:20:50.52Zb15ec92e-8688-40d4-a04d-f44cbec93355{ "data": { "id": "chedom_01j2abc3def4ghi5jkl6mno7pq", "domain": "app.example.com", "status": "pending_review", "payment_method_verification": { "apple_pay": { "status": "unverified" } }, "created_at": "2026-03-04T12:00:00.000Z", "updated_at": "2026-03-12T09:15:00.000Z" }, "meta": { "request_id": "f1e8c2a7-4b93-4d51-9a6e-3c7d0b85f24a" }}