Custom-provider marketplace app update capabilities
PUT/payments/custom-provider/capabilities
Toggle capabilities for the marketplace app tied to the OAuth client
Request
Version stringrequired
API Version
Available options
v3- application/json
- Body
- Example (auto)
Bodyrequired
supportsSubscriptionSchedulesbooleanrequired
Whether the marketplace app supports subscription schedules or not
companyIdstring
Company id. Mandatory if locationId is not provided
locationIdstring
Location / Sub-account id. Mandatory if companyId is not provided
{
"supportsSubscriptionSchedules": true,
"companyId": "Yjnwuduw83e8x30sm0",
"locationId": "Yjnwuduw83e8x30sm0"
}
Successful response
- application/json
- Schema
- Example (auto)
Schema
successbooleanrequired
Whether the custom provider capabilities are updated or not. true represents capabilities are updated
{
"success": "true"
}