{"section":"known-issues","requestedLocale":"en","requestedSlug":"scheduled-automatic-capture-does-not-appear","locale":"en","slug":"scheduled-automatic-capture-does-not-appear","path":"docs/en/known-issues/Payments/scheduled-automatic-capture-does-not-appear.md","branch":"main","content":"## Summary\n\n\nThe option 'Scheduled: Schedules The Automatic Capture' does not appear in the settings for any Provider that has this configuration enable.\nAccording to the 'Custom Auto Capture Feature' documentation, the 'Scheduled: Schedules The Automatic Capture' should be the configuration:\nhttps://developers.vtex.com/docs/guides/custom-auto-capture-feature\n\n\n##\n\n## Simulation\n\n\n\n1. Access the provider's page in the admin panel.\n2. Check that there are only 4 options under Automatic Settlement, not 5. The missing option is 'Scheduled: Schedules The Automatic Capture'.\n\n\n##\n\n## Workaround\n\n\n\n> **autoSettle:** The value 4 represents the scheduled capture option.\n\nHere is the API: https://developers.vtex.com/docs/api-reference/payments-gateway-api#put-/api/pvt/affiliations/-affiliationId-\n\n    \\{ \"implementation\": \"Vtex.PaymentGateway.Connectors.TestConnector\", \"name\": \"Test Connector - KI\", \"configuration\": [\\{ \"name\": \"autoSettle\", \"value\": \"4\", \"valueKey\": null \\}, \\{ \"name\": \"autoSettleDelay\", \"value\": \"20\", \"valueKey\": null \\} ... << other configs>>> ...], \"isdelivered\": true, \"isConfigured\": true\\}"}