03-01-2023 05:26 AM
Hello, I wanted to know how I should go about making an app that uses the eBay API for a client. Do I have to use my own personal developer account to get the keys, and somehow connect to the clients eBay account, or should I ask my client to create a new developer account?
Thanks.
Solved! Go to Best Answer
03-06-2023 09:12 AM - edited 03-06-2023 09:12 AM
If the client app is running on your server, you can use your own keys. If you are turning this over to the client to run on their server, have the client get their own keys.
03-06-2023 09:12 AM - edited 03-06-2023 09:12 AM
If the client app is running on your server, you can use your own keys. If you are turning this over to the client to run on their server, have the client get their own keys.
03-07-2023 02:35 PM
Alright, thanks!