{ "opencollection": "1.0.0", "info": { "name": "eBay Account Advertising_eligibility Onboarding API", "version": "v1.9.2" }, "items": [ { "info": { "name": "Onboarding", "type": "folder" }, "items": [ { "info": { "name": "getPaymentsProgramOnboarding", "type": "http" }, "http": { "method": "GET", "url": "https://api.ebay.com{basePath}/payments_program/:marketplace_id/:payments_program_type/onboarding", "params": [ { "name": "marketplace_id", "value": "", "type": "path", "description": "The eBay marketplace ID associated with the onboarding status to retrieve." }, { "name": "payments_program_type", "value": "", "type": "path", "description": "The type of payments program whose status is returned by the method." } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://auth.ebay.com/oauth2/authorize", "accessTokenUrl": "https://api.ebay.com/identity/v1/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Note: This method is no longer applicable, as all seller accounts globally have been enabled for the new eBay payment and checkout flow.
This method retrieves a seller's onboarding status for a payments program for a specified marketplace. The overall onboarding status of the seller and the status of each onboarding step is returned." } ] } ], "bundled": true }