Skip to content

Instantly share code, notes, and snippets.

@amponce
Created June 20, 2024 21:04
Show Gist options
  • Save amponce/cc88bd78d5dcefe563835e44d0659491 to your computer and use it in GitHub Desktop.
Save amponce/cc88bd78d5dcefe563835e44d0659491 to your computer and use it in GitHub Desktop.
Transaction details
{
"debtDetails": {
"type": "Post-9/11 GI Bill debt for books and supplies",
"status": "fully paid off",
"currentBalance": "$0.00",
"originalOverpayment": "$200.00",
"totalPaid": "$230.00",
"totalFeesInterest": "$30.00",
"lastPaymentDate": "June 8, 2020",
"nextPaymentDue": "N/A"
},
"transactions": [
{
"transactionCode": "04Q"
"date": "June 8, 2020",
"description": "Partial payment of $40.00",
"amount": "-$40.00"
},
{
"transactionCode": "04Q"
"date": "May 8, 2020",
"description": "Partial payment of $100.00",
"amount": "-$100.00"
},
{
"transactionCode": "04Q"
"date": "April 8, 2020",
"description": "Partial payment of $50.00",
"amount": "-$50.00"
},
{
"transactionCode": "04Q"
"date": "March 8, 2020",
"description": "Partial payment of $20.00",
"amount": "-$20.00"
},
{
"transactionCode": "08Q"
"date": "February 8, 2020",
"description": "Late fee",
"amount": "$15.00",
"details": "Interest and administration costs were charged because of a previously unpaid bill."
},
{
"transactionCode": "04Q"
"date": "January 8, 2020",
"description": "Partial payment of $20.00",
"amount": "-$20.00"
},
{
"transactionCode": "08Q"
"date": "December 8, 2020",
"description": "Late fee",
"amount": "$15.00",
"details": "Interest and administration costs were charged because of a previously unpaid bill."
},
{
"transactionCode": "08Q"
"date": "November 8, 2020",
"description": "Overpayment for Post-9/11 GI Bill debt for books and supplies",
"amount": "$200.00"
}
]
}
@amponce
Copy link
Author

amponce commented Jun 20, 2024

[
  {
    "file_number": "string",
    "payee_number": "string",
    "person_entitled": "string",
    "deduction_code": "string",
    "benefit_type": "string",
    "amount_overpaid": "string",
    "amount_withheld": "string",
    "debt_history": [
      {
        "date": "string",
        "letter_code": "string",
        "status": "string",
        "description": "string"
      }
    ]
    "transaction_payment_history":  [
	{
          "transactionFiscalSource": "FHOF_FISC_TRX_HIS",
          "transactionFiscalCode": "08P",
          "transactionDescription": "Decrease A/R amount in CARS only",
          "transactionExplanation": "Comes from Hines Recon. Due to transaction imbalance between BDN and CARS. BDN amount is lower than CARS.",
          "transactionDate": "06/16/2018 12:00:00 AM",
          "transactionTotalAmount": "200.00",
          "offsetAmount": "200.00",
          "offsetType": "TOP",
          "paymentType": "ACH",
          "hinesCode": "08A",
          "transactionPrincipalAmount": "200.00",
          "debtIncreaseAmount": "2000.00",
          "transactionInterestAmount": "0.00",
          "transactionAdminAmount": "0.00",
          "transactionCourtAmount": "0.00",
          "transactionMarshallAmount": "0.00",
          "transactionFiscalYear": "2018",
          "user": "USER NAME"
          },
          {
          "transactionFiscalSource": "FHOF_FISC_TRX_HIS",
          "transactionFiscalCode": "08P",
          "transactionDescription": "Decrease A/R amount in CARS only",
          "transactionExplanation": "Comes from Hines Recon. Due to transaction imbalance between BDN and CARS. BDN amount is lower than CARS.",
          "transactionDate": "07/16/2018 12:00:00 AM",
          "transactionTotalAmount": "150.00",
          "offsetAmount": "200.00",
          "offsetType": "TOP",
          "paymentType": "ACH",
          "hinesCode": "08A",
          "transactionPrincipalAmount": "150.00",
          "debtIncreaseAmount": "1500.00",
          "transactionInterestAmount": "0.00",
          "transactionAdminAmount": "0.00",
          "transactionCourtAmount": "0.00",
          "transactionMarshallAmount": "0.00",
          "transactionFiscalYear": "2018",
          "user": "USER NAME"
        }
     ]
  }
]

"debt_letters": [
    {
    "document_id": "string",
    "doc_type": "string",
    "type_description": "string",
    "received_at": "string"
   }
]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment