eBay · Schema
PaymentsProgramOnboardingSteps
The payments program onboarding steps, status, and link.
AuctionsCommerceProductsMarketplaceFortune 500
Properties
| Name | Type | Description |
|---|---|---|
| name | string | The name of the step in the steps array. Over time, these names are subject to change as processes change. The output sample contains example step names. Review an actual call response for updated ste |
| status | string | This enumeration value indicates the status of the associated step. Note: Only one step can be |
| webUrl | string | This URL provides access to the IN_PROGRESS step. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/PaymentsProgramOnboardingSteps",
"title": "PaymentsProgramOnboardingSteps",
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "The name of the step in the steps array. Over time, these names are subject to change as processes change. The output sample contains example step names. Review an actual call response for updated step names. "
},
"status": {
"type": "string",
"description": "This enumeration value indicates the status of the associated step. <p> <span class=\"tablenote\"><strong>Note:</strong> Only one step can be <code>IN_PROGRESS</code> at a time.</span></p> For implementation help, refer to <a href='https://developer.ebay.com/api-docs/sell/account/types/api:PaymentsProgramOnboardingStepStatus'>eBay API documentation</a>"
},
"webUrl": {
"type": "string",
"description": "This URL provides access to the <code>IN_PROGRESS</code> step."
}
},
"description": "The payments program onboarding steps, status, and link."
}