Skip to content

Commit 1275d20

Browse files
committed
Fix UPI Setu API spec
1 parent 5049e22 commit 1275d20

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

api-references/payments/umap.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6481,7 +6481,7 @@
64816481
},
64826482
"/api/v1/merchants/settlement-bank-accounts": {
64836483
"post": {
6484-
"tags": [["Settlement Accounts"]],
6484+
"tags": ["Settlement Accounts"],
64856485
"summary": "createSettlementBankAccount settlement-bank-account",
64866486
"description": "Create settlement bank account",
64876487
"operationId": "settlement-bank-account#createSettlementBankAccount",
@@ -6642,7 +6642,7 @@
66426642
},
66436643
"/api/v1/merchants/settlement-bank-accounts/{id}/primary": {
66446644
"put": {
6645-
"tags": [["Settlement Accounts"]],
6645+
"tags": ["Settlement Accounts"],
66466646
"summary": "setPrimarySettlementBankAccount settlement-bank-account",
66476647
"description": "Set primary settlement bank account",
66486648
"operationId": "settlement-bank-account#setPrimarySettlementBankAccount",
@@ -6804,7 +6804,7 @@
68046804
},
68056805
"/api/v1/merchants/settlement-bank-accounts/{id}/status": {
68066806
"put": {
6807-
"tags": [["Settlement Accounts"]],
6807+
"tags": ["Settlement Accounts"],
68086808
"summary": "updateSettlementBankAccountStatus settlement-bank-account",
68096809
"description": "Update settlement bank account status",
68106810
"operationId": "settlement-bank-account#updateSettlementBankAccountStatus",
@@ -7903,7 +7903,7 @@
79037903
},
79047904
"/api/v1/merchants/tpv-plus": {
79057905
"post": {
7906-
"tags": [["TPV Plus"]],
7906+
"tags": ["TPV Plus"],
79077907
"summary": "Create tpv plus qr",
79087908
"description": "Create a TPV Plus based qr which can be used to verify the bank account, payer apps from which the payment was made",
79097909
"operationId": "tpv-plus#createTPVPlus",
@@ -8041,7 +8041,7 @@
80418041
},
80428042
"/api/v1/merchants/tpv-plus/{id}": {
80438043
"get": {
8044-
"tags": [["TPV Plus"]],
8044+
"tags": ["TPV Plus"],
80458045
"summary": "Fetch tpv plus request by id",
80468046
"description": "API to fetch a tpv plus request resource by id, which has useful information like the current status of a tpv plus request",
80478047
"operationId": "tpv-plus#fetchTPVPlus",
@@ -8640,7 +8640,7 @@
86408640
},
86418641
"/api/v1/merchants/vpas": {
86428642
"get": {
8643-
"tags": ["vpa"],
8643+
"tags": ["VPA"],
86448644
"summary": "List VPAs",
86458645
"description": "API to list all VPAs associated to a merchant",
86468646
"operationId": "vpa#list",
@@ -8849,7 +8849,7 @@
88498849
"security": [{ "jwt_header_Authorization": [] }]
88508850
},
88518851
"post": {
8852-
"tags": ["vpa"],
8852+
"tags": ["VPA"],
88538853
"summary": "Register a VPA (UPI id)",
88548854
"description": "API to register a UPI id on our platform, the VPA will be registered and verified only if it is available",
88558855
"operationId": "vpa#create",
@@ -8997,7 +8997,7 @@
89978997
},
89988998
"/api/v1/merchants/vpas/availability": {
89998999
"post": {
9000-
"tags": ["vpa"],
9000+
"tags": ["VPA"],
90019001
"summary": "Check VPA availability",
90029002
"description": "API to check if a UPI id is available to be registered by a merchant",
90039003
"operationId": "vpa#checkAvailability",
@@ -9142,7 +9142,7 @@
91429142
},
91439143
"/api/v1/merchants/vpas/{id}": {
91449144
"get": {
9145-
"tags": ["vpa"],
9145+
"tags": ["VPA"],
91469146
"summary": "Fetch VPA by id",
91479147
"description": "API to fetch the VPA resource by id (the same id returned in the Register a VPA API response), the response has useful information like the current status of the vpa",
91489148
"operationId": "vpa#fetchById",
@@ -9290,7 +9290,7 @@
92909290
},
92919291
"/api/v1/merchants/vpas/{id}/status": {
92929292
"put": {
9293-
"tags": ["vpa"],
9293+
"tags": ["VPA"],
92949294
"summary": "Activate or deactivate a VPA (UPI id)",
92959295
"description": "API to activate or deactivate a UPI id, to temporarily disallow payments and verification calls on the UPI id",
92969296
"operationId": "vpa#updateStatus",

0 commit comments

Comments
 (0)