Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.younegotiate.com/llms.txt

Use this file to discover all available pages before exploring further.

Real-World Example

Jane accepts a settlement offer but has not added a payment method yet. The account should appear under Final Step to Close Deal so she knows the offer is not complete until payment setup is finished.

Visual Flow

How It Should Work

  • It should focus the consumer on finishing payment setup after accepting terms.
  • It should keep accepted-offer terms visible so the consumer understands what they are funding.
  • It should move the account out of this tab once valid payment setup is complete.

How It Should Not Work

  • It should not treat an accepted offer as fully scheduled until payment details are valid.
  • It should not lose the accepted terms while the consumer is completing payment setup.
  • It should not allow payment setup if the offer is expired, removed, or no longer valid.

Developer Notes

  • This tab maps to approved_but_payment_pending.
  • Payment setup can rely on saved wallet methods or a newly entered method depending on the merchant configuration.
  • app/Enums/ConsumerStatus.php
  • app/Livewire/Consumer/Payment.php
  • app/Livewire/Consumer/Forms/PaymentForm.php
  • app/Services/Consumer/PaymentSetupCompletionService.php
Last modified on May 25, 2026