AI Gateway stuck on customer_verification_required despite valid card on file

Current behavior: AI Gateway blocks all requests with a customer_verification_required error, even though a valid, non-prepaid credit card (MasterCard) is set as the default payment method in Billing Information for team oyics-projects (project auto-linkedin).

Expected behavior: AI Gateway should work once a valid card is on file, per the error message’s own instructions.

Steps to reproduce:

  1. Card is present and set as Default under Settings > Billing Information.
    1. Calling the AI Gateway completions endpoint still returns:
  2. 
    POST https://ai-gateway.vercel.sh/v1/chat/completions
    
  3. 403 Forbidden
  4. {“error”:{“message”:“AI Gateway requires a valid credit card on file to service requests. Please visit Vercel to add a card and unlock your free credits.”,“type”:“customer_verification_required”}}
  5. 
    
    
    1. This has been consistent across multiple checks over many hours after adding the card, so it doesn’t look like a propagation delay.
      1. GET https://ai-gateway.vercel.sh/v1/credits succeeds (200, returns balance 0), so authentication itself works — only the verification/billing check on the completions endpoint is failing.
    2. Could anyone from the team help check why the customer_verification_required flag isn’t clearing despite a valid card being on file? Happy to provide more account details if needed.