YouNegotiate YouNegotiate API Reference
v1.0 production Team access only
Locked until authenticated

Pay Terms

Preview personalized pay terms for a creditor account. The response shows estimated settlement, discount, and a recommended payment plan.

GET /v1/pay-terms/preview?account_balance=8420 Returns a pay terms preview
Query parameters 1 parameter

15% discount · 10 payments · $715.70 per month · first payment within 30 days

Response example 200 OK
  1. {
  2. "account_balance": 8420,
  3. "pay_plan_discount_percent": 15,
  4. "plan_balance": 7157.00,
  5. "monthly_payment": 715.70,
  6. "currency": "USD",
  7. "term_months": 10,
  8. "first_payment_within_days": 30,
  9. "payments": 10,
  10. "status": "eligible"
  11. }
Response table
FieldDescriptionExample
account_balanceOriginal account balance$8,420.00
pay_plan_discount_percentDiscount applied for pay plan15%
plan_balanceBalance after discount$7,157.00
monthly_paymentSuggested monthly payment$715.70/mo
first_payment_within_daysFirst payment due within30 days
paymentsTotal number of payments10