eBay RuName Format Test
This page tests different formats for the RuName/redirect_uri to help diagnose eBay authentication issues.
1. Standard Format (RuName as redirect_uri)
https://auth.ebay.com/oauth2/authorize?client_id=Leebarth-listings-PRD-a07736cc6-8e372b00&response_type=code&redirect_uri=Lee_bartholomew-Leebarth-listin-lbnljg&scope=https%3A%2F%2Fapi.ebay.com%2Foauth%2Fapi_scope&prompt=login
Try Standard Format
2. URL-Encoded RuName
https://auth.ebay.com/oauth2/authorize?client_id=Leebarth-listings-PRD-a07736cc6-8e372b00&response_type=code&redirect_uri=Lee_bartholomew-Leebarth-listin-lbnljg&scope=https%3A%2F%2Fapi.ebay.com%2Foauth%2Fapi_scope&prompt=login
Try URL-Encoded Format
3. Full URL as redirect_uri
https://auth.ebay.com/oauth2/authorize?client_id=Leebarth-listings-PRD-a07736cc6-8e372b00&response_type=code&redirect_uri=https%3A%2F%2Febaylister.ddns.net%2Febay%2Ftest_runame.php&scope=https%3A%2F%2Fapi.ebay.com%2Foauth%2Fapi_scope&prompt=login
Try Full URL Format
4. Direct URL (No http_build_query)
https://auth.ebay.com/oauth2/authorize?client_id=Leebarth-listings-PRD-a07736cc6-8e372b00&response_type=code&redirect_uri=Lee_bartholomew-Leebarth-listin-lbnljg&scope=https%3A%2F%2Fapi.ebay.com%2Foauth%2Fapi_scope&prompt=login
Try Direct URL
5. Check Your eBay Developer Account
Make sure your RuName and redirect URI in your eBay developer account match what you're using here.
Current RuName: Lee_bartholomew-Leebarth-listin-lbnljg
Current Redirect URI: https://ebaylister.ddns.net/ebay/test_runame.php
Go to eBay Developer Portal