Skip to content

Commit f9547ed

Browse files
authored
Merge pull request #260 from SetuHQ/cou-upms
UPMS - BBPS COU Integration
2 parents ba90ffc + 0fee77e commit f9547ed

File tree

12 files changed

+7894
-2954
lines changed

12 files changed

+7894
-2954
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"parameters": {
3+
"header": [
4+
{
5+
"X-PARTNER-ID": "1010225520484287807"
6+
}
7+
],
8+
"path": [
9+
{
10+
"upmsRegistrationRefID": "SETUUPMSREFIDEXAMPLE123456789012345"
11+
}
12+
]
13+
}
14+
}

api-playground/json/payments/billpay/api-integration/FetchRequest.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,11 @@
2626
"value": "2775864"
2727
}
2828
],
29-
"mobile": "9999999861"
29+
"mobile": "9481773053"
3030
},
3131
"mandate": {
32-
"registrationType": "VIEW_N_PAY"
32+
"registrationType": "VIEW_N_PAY",
33+
"billPeriod": "ASPRESENTED"
3334
}
3435
}
3536
}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"parameters": {
3+
"header": [
4+
{
5+
"X-PARTNER-ID": "1010225520484287807"
6+
}
7+
],
8+
"path": [
9+
{
10+
"upmsRegistrationRefID": "SETUUPMSREFIDEXAMPLE123456789012345"
11+
}
12+
]
13+
}
14+
}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"parameters": {
3+
"header": [
4+
{
5+
"X-PARTNER-ID": "1010225520484287807"
6+
}
7+
],
8+
"path": [
9+
{
10+
"billRefId": "SETUBILLREFIDEXAMPLE123456789012345"
11+
}
12+
]
13+
}
14+
}
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"parameters": {
3+
"header": [
4+
{
5+
"X-PARTNER-ID": "1010225520484287807"
6+
}
7+
],
8+
"path": [
9+
{
10+
"upmsRegistrationRefID": "SETUUPMSREFIDEXAMPLE123456789012345"
11+
}
12+
]
13+
},
14+
"body": {
15+
"mandate": {
16+
"registrationType": "AUTO_PAY",
17+
"toDate": "2027-01-01",
18+
"debitInfo": {
19+
"amount": 10000,
20+
"type": "MAX_AMOUNT"
21+
}
22+
}
23+
}
24+
}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"parameters": {
3+
"header": [
4+
{
5+
"X-PARTNER-ID": "1010225520484287807"
6+
}
7+
],
8+
"path": [
9+
{
10+
"upmsRegistrationRefID": "SETUUPMSREFIDEXAMPLE123456789012345"
11+
}
12+
]
13+
}
14+
}

0 commit comments

Comments
 (0)