Table of contents
Single installment plan
This scenario involves a single installment plan in the debt position comprised of a payment option that has n installments, whose start of validity and due dates are managed by the creditor. To be able to close the debt position, it is necessary that all installments in the payment option have been paid.
Example of a response that the EC must provide for this case:
1[
2 {
3 "paTaxCode": "99999000013",
4 "paFullName": "EC",
5 "paOfficeName": "EC",
6 "paymentOptions": [
7 {
8 "description": "Test PayOpt - Single Option - Installment plan",
9 "numberOfInstallments": 3,
10 "amount": 120,
11 "dueDate": "2024-12-31T23:59:59",
12 "validFrom": "2024-09-30T23:59:59",
13 "status": not paid,
14 "statusReason": "desc",
15 "allCCP": "false",
16 "installments": [
17 {
18 "nav": "347000000880099993",
19 "iuv": "47000000880099993",
20 "amount": 40,
21 "description": "installment 1",
22 "dueDate": "2024-10-31T23:59:59",
23 "validFrom": "2024-09-30T23:59:59",
24 "status": not paid,
25 "statusReason": "desc"
26 },
27 {
28 "nav": "346000000880099993",
29 "iuv": "46000000880099993",
30 "amount": 40,
31 "description": "installment 2",
32 "dueDate": "2024-11-30T23:59:59",
33 "validFrom": "2024-09-30T23:59:59",
34 "status": not paid,
35 "statusReason": "desc"
36 },
37 {
38 "nav": "345000000880099993",
39 "iuv": "45000000880099993",
40 "amount": 40,
41 "description": "installment 3",
42 "dueDate": "2024-12-31T23:59:59",
43 "validFrom": "2024-09-30T23:59:59",
44 "status": not paid,
45 "statusReason": "desc"
46 }
47 ]
48 }
49 ]
50 }
51]
52
53Tell us what you think
For clarifications on implementation specifications, such as SACI and SANP, you can open an issue on GitHub