{"section":"known-issues","requestedLocale":"en","requestedSlug":"request-for-settlement-of-orders-does-not-account-for-the-value-of-interest","locale":"en","slug":"request-for-settlement-of-orders-does-not-account-for-the-value-of-interest","path":"docs/en/known-issues/Order Management/request-for-settlement-of-orders-does-not-account-for-the-value-of-interest.md","branch":"main","content":"## Summary\n\n\nWhen an order has interest applied, the total value of the transaction ends up being higher than the original value of the order. However, during the process of sending the settlement request from the order system to the payment gateway, the system only sends the order amount, without taking interest into account, which results in a settlement request with an amount lower than the total transaction amount, which can prevent the transaction from being completely captured.\nIn some cases, the transaction may remain in “Capturing” status indefinitely.\n\n\n##\n\n## Simulation\n\n\nCreate an order using a payment method that has interest calculation configured.\n\nAfter finalizing the purchase, follow the normal order handling flow and send the invoice with the total amount of the order, including interest.\n\nIn the transaction details on the gateway, you will see that the capture request will be sent with the order amount, without accounting for interest.\n\n\n##\n\n## Workaround\n\n\nTo avoid new cases:\nThe merchant can enable automatic capture on connectors that accept interest. This way, the capture will be carried out directly on the connector, using the total amount of the transaction, including interest, and eliminating the dependence on the amount sent by the order system.\n\nTo adjust orders already in “Settlement” status:\nFor orders that are already in “Settlement” status and are waiting for the amount to be updated with interest, the solution is to explicitly call the settlement APIs from the payments area to adjust the transaction amount."}