DevPortalPagoPA




Table of contents

Total option and installment plan (single)

This scenario provides the citizen with the option to pay the debt position by means of a total option or an installment plan.
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 - Option 1 - One-time payment",
9        "numberOfInstallments": 1,
10        "amount": 120,
11        "dueDate": "2024-10-30T23: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": 120,
21            "description": "Test Opt Inst - one-time payment",
22            "dueDate": "2024-10-30T23:59:59",
23            "validFrom": "2024-09-30T23:59:59",
24            "status": not paid,
25            "statusReason": "desc"
26          }
27        ]
28      },
29      {
30        "description": "Test PayOpt - Option 2 - Installment plan",
31        "numberOfInstallments": 3,
32        "amount": 120,
33        "dueDate": "2024-12-31T23:59:59",
34        "validFrom": "2024-09-30T23:59:59",
35        "status": not paid,
36        "statusReason": "desc",
37        "allCCP": "false",
38        "installments": [
39          {
40            "nav": "346000000880099993",
41            "iuv": "46000000880099993",
42            "amount": 40,
43            "description": "installment 1",
44            "dueDate": "2024-10-31T23:59:59",
45            "validFrom": "2024-09-30T23:59:59",
46            "status": "not paid",
47            "statusReason": "desc"
48          },
49          {
50            "nav": "345000000880099993",
51            "iuv": "45000000880099993",
52            "amount": 40,
53            "description": "installment 2",
54            "dueDate": "2024-11-30T23:59:59",
55            "validFrom": "2024-09-30T23:59:59",
56            "status": "not paid",
57            "statusReason": "desc"
58          },
59          {
60            "nav": "344000000880099993",
61            "iuv": "44000000880099993",
62            "amount": 40,
63            "description": "installment 3",
64            "dueDate": "2024-12-31T23:59:59",
65            "validFrom": "2024-09-30T23:59:59",
66            "status": "not paid",
67            "statusReason": "desc"
68          }
69        ]
70      }
71    ]
72  }
73]
74
75

Need help?

Open a ticket using the dedicated function within your Reserved Area

Tell us what you think

For clarifications on implementation specifications, such as SACI and SANP, you can open an issue on GitHub