Examples External Charges

Scenario 1

1

Late Fee

External Charges sample response for Category LATEFEE and productType BSSEBroadband

2

Request

1
/msapi/pno/cpopoffer/v1/generic-entity/external-charges?channel=SelfService&productType=BSSEBroadband&category=LATEFEE
3

Response

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
[
    {
        "id": "4779cd07-f703-417f-976c-4bd1be1ebbe2",
        "field": [
            {
                "key": "LATEFEE",
                "value": [
                    {
                        "entry": [
                            {
                                "key": "Model",
                                "value": "Late payment fee"
                            },
                            {
                                "key": "Amount",
                                "value": "9.99"
                            },
                            {
                                "key": "TaxInclEx",
                                "value": "Excluded"
                            },
                            {
                                "key": "customerCommunication",
                                "value": "Y"
                            },
                            {
                                "key": "taxationAddress",
                                "value": "SA"
                            },
                            {
                                "key": "pbiCode",
                                "value": "RT001301.00"
                            },
                            {
                                "key": "chargeCode",
                                "value": "LATEPAYFB"
                            }
                        ]
                    }
                ]
            }
        ]
    }
]

Scenario 2

1

NSF (Non-Sufficient Funds)

External Charges sample response for Category NSF and product Type BSSEBroadband

2

Request

1
/msapi/pno/cpopoffer/v1/generic-entity/external-charges?channel=SelfService&productType=BSSEBroadband&category=NSF
3

Response

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
[
    {
        "id": "2b450a20-9318-40e0-9a5e-106427e32e69",
        "field": [
            {
                "key": "NSF",
                "value": [
                    {
                        "entry": [
                            {
                                "key": "chargeCode",
                                "value": "NSF"
                            },
                            {
                                "key": "Model",
                                "value": "Payment return fee"
                            },
                            {
                                "key": "Amount",
                                "value": "20"
                            },
                            {
                                "key": "TaxInclEx",
                                "value": "Excluded"
                            },
                            {
                                "key": "customerCommunication",
                                "value": "Y"
                            },
                            {
                                "key": "taxationAddress",
                                "value": "SA"
                            },
                            {
                                "key": "pbiCode",
                                "value": "RT001302.00"
                            }
                        ]
                    }
                ]
            }
        ]
    },
    {
        "id": "01a17da3-8a38-44a7-9681-a3183b76829b",
        "field": [
            {
                "key": "NSF",
                "value": [
                    {
                        "entry": [
                            {
                                "key": "chargeCode",
                                "value": "NSF"
                            },
                            {
                                "key": "Model",
                                "value": "Payment return fee"
                            },
                            {
                                "key": "Amount",
                                "value": "30"
                            },
                            {
                                "key": "TaxInclEx",
                                "value": "Excluded"
                            },
                            {
                                "key": "customerCommunication",
                                "value": "Y"
                            },
                            {
                                "key": "taxationAddress",
                                "value": "SA"
                            },
                            {
                                "key": "pbiCode",
                                "value": "RT001302.00"
                            }
                        ]
                    }
                ]
            }
        ]
    },
    {
        "id": "2a5795f6-8387-492b-871b-8d94b48d4589",
        "field": [
            {
                "key": "NSF",
                "value": [
                    {
                        "entry": [
                            {
                                "key": "chargeCode",
                                "value": "NSF"
                            },
                            {
                                "key": "Model",
                                "value": "Payment return fee"
                            },
                            {
                                "key": "Amount",
                                "value": "25"
                            },
                            {
                                "key": "TaxInclEx",
                                "value": "Excluded"
                            },
                            {
                                "key": "customerCommunication",
                                "value": "Y"
                            },
                            {
                                "key": "taxationAddress",
                                "value": "SA"
                            },
                            {
                                "key": "pbiCode",
                                "value": "RT001302.00"
                            }
                        ]
                    }
                ]
            }
        ]
    }
]