Search code examples
godaddy-api

Is Payment Required for GoDaddy OTE (Test) Environment?


I'm trying to use the GoDaddy Purchase Domain API on their OTE environment, but I keep getting the error below, which suggests that some payment is required:

{
  "code": "INVALID_PAYMENT_INFO",
  "message": "Unable to authorize credit based on specified payment information"
}

How can I go around this problem?


Solution

  • I ended up reaching out to their customer support, and they made some changes on their end that allowed me to proceed.