v2
latestOpenAPI 3.0.02026-07-3139594346.4 KBUpdate Dunning Settings
Update the merchant division's dunning (failed payment recovery) settings. This replaces the full configuration; omitted fields are not merged with the previous settings.
Query parameters
For Bolt Connect marketplace integrations, the seller's external ID. When provided, the request acts on the seller's division rather than the caller's own division. Takes precedence over the X-Bolt-Connect-Seller-Id header if both are set.
Headers
The publicly viewable identifier used to identify a merchant division. This key is found in the Developer > API section of the Bolt Merchant Dashboard.
For Bolt Connect marketplace integrations, the seller's external ID. When provided, the request acts on the seller's division rather than the caller's own division. Ignored if the seller_id query parameter is also set.
Request body
Example request
{
"retry_schedule_hours": [
24,
72,
168,
336
],
"reminder_lead_days": [
30,
7,
3
],
"final_action": "cancel"
}Response
Success
Example response
{
"retry_schedule_hours": [
24,
72,
168,
336
],
"reminder_lead_days": [
30,
7,
3
],
"final_action": "cancel"
}