GET /payments_program/{marketplace_id}/{payments_program_type}/onboarding
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.
Servers
- https://api.ebay.com{basePath}
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
payments_program_type |
String | Yes |
The type of payments program whose status is returned by the method. |
marketplace_id |
String | Yes |
The eBay marketplace ID associated with the onboarding status to retrieve. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.