Link developer account with seller account
I created developer account and production keyset. I don't know how link the developer account wit our seller account to get payout details through API.
lim_3202
Posted 11 months ago·Last reply 11 months ago
1 comment
developer-support@ebay.com
Hello @lim_3202 ,
To retrieve payout details using the eBay API, you need to generate a user token for the specific user whose payout information you wish to access. Once you have generated the user token, you can utilize the getPayout method from the Finances API.
Detailed instructions for this API call can be found here: https://developer.ebay.com/api-docs/sell/finances/resources/payout/methods/getPayout.
Steps to Generate a User Token:
1. OAuth Authorization Code Grant Flow: Refer to eBay's documentation on the OAuth authorization code grant flow to generate a user token. This process involves directing the user to an eBay authorization URL, where they log in and grant your application access. You can find the detailed guide here: https://developer.ebay.com/api-docs/static/oauth-authorization-code-grant.html
2. Generate Token via eBay's Developer Portal: Alternatively, you can manually generate a user access token by visiting eBay's developer portal at this link: https://developer.ebay.com/my/auth?env=production&index=0
By following these steps, you will be able to access the payout details for the specified user through the eBay API.
Best Regards,
eBay Developer Support