|
6481 | 6481 | },
|
6482 | 6482 | "/api/v1/merchants/settlement-bank-accounts": {
|
6483 | 6483 | "post": {
|
6484 |
| - "tags": [["Settlement Accounts"]], |
| 6484 | + "tags": ["Settlement Accounts"], |
6485 | 6485 | "summary": "createSettlementBankAccount settlement-bank-account",
|
6486 | 6486 | "description": "Create settlement bank account",
|
6487 | 6487 | "operationId": "settlement-bank-account#createSettlementBankAccount",
|
|
6642 | 6642 | },
|
6643 | 6643 | "/api/v1/merchants/settlement-bank-accounts/{id}/primary": {
|
6644 | 6644 | "put": {
|
6645 |
| - "tags": [["Settlement Accounts"]], |
| 6645 | + "tags": ["Settlement Accounts"], |
6646 | 6646 | "summary": "setPrimarySettlementBankAccount settlement-bank-account",
|
6647 | 6647 | "description": "Set primary settlement bank account",
|
6648 | 6648 | "operationId": "settlement-bank-account#setPrimarySettlementBankAccount",
|
|
6804 | 6804 | },
|
6805 | 6805 | "/api/v1/merchants/settlement-bank-accounts/{id}/status": {
|
6806 | 6806 | "put": {
|
6807 |
| - "tags": [["Settlement Accounts"]], |
| 6807 | + "tags": ["Settlement Accounts"], |
6808 | 6808 | "summary": "updateSettlementBankAccountStatus settlement-bank-account",
|
6809 | 6809 | "description": "Update settlement bank account status",
|
6810 | 6810 | "operationId": "settlement-bank-account#updateSettlementBankAccountStatus",
|
|
7903 | 7903 | },
|
7904 | 7904 | "/api/v1/merchants/tpv-plus": {
|
7905 | 7905 | "post": {
|
7906 |
| - "tags": [["TPV Plus"]], |
| 7906 | + "tags": ["TPV Plus"], |
7907 | 7907 | "summary": "Create tpv plus qr",
|
7908 | 7908 | "description": "Create a TPV Plus based qr which can be used to verify the bank account, payer apps from which the payment was made",
|
7909 | 7909 | "operationId": "tpv-plus#createTPVPlus",
|
|
8041 | 8041 | },
|
8042 | 8042 | "/api/v1/merchants/tpv-plus/{id}": {
|
8043 | 8043 | "get": {
|
8044 |
| - "tags": [["TPV Plus"]], |
| 8044 | + "tags": ["TPV Plus"], |
8045 | 8045 | "summary": "Fetch tpv plus request by id",
|
8046 | 8046 | "description": "API to fetch a tpv plus request resource by id, which has useful information like the current status of a tpv plus request",
|
8047 | 8047 | "operationId": "tpv-plus#fetchTPVPlus",
|
|
8640 | 8640 | },
|
8641 | 8641 | "/api/v1/merchants/vpas": {
|
8642 | 8642 | "get": {
|
8643 |
| - "tags": ["vpa"], |
| 8643 | + "tags": ["VPA"], |
8644 | 8644 | "summary": "List VPAs",
|
8645 | 8645 | "description": "API to list all VPAs associated to a merchant",
|
8646 | 8646 | "operationId": "vpa#list",
|
|
8849 | 8849 | "security": [{ "jwt_header_Authorization": [] }]
|
8850 | 8850 | },
|
8851 | 8851 | "post": {
|
8852 |
| - "tags": ["vpa"], |
| 8852 | + "tags": ["VPA"], |
8853 | 8853 | "summary": "Register a VPA (UPI id)",
|
8854 | 8854 | "description": "API to register a UPI id on our platform, the VPA will be registered and verified only if it is available",
|
8855 | 8855 | "operationId": "vpa#create",
|
|
8997 | 8997 | },
|
8998 | 8998 | "/api/v1/merchants/vpas/availability": {
|
8999 | 8999 | "post": {
|
9000 |
| - "tags": ["vpa"], |
| 9000 | + "tags": ["VPA"], |
9001 | 9001 | "summary": "Check VPA availability",
|
9002 | 9002 | "description": "API to check if a UPI id is available to be registered by a merchant",
|
9003 | 9003 | "operationId": "vpa#checkAvailability",
|
|
9142 | 9142 | },
|
9143 | 9143 | "/api/v1/merchants/vpas/{id}": {
|
9144 | 9144 | "get": {
|
9145 |
| - "tags": ["vpa"], |
| 9145 | + "tags": ["VPA"], |
9146 | 9146 | "summary": "Fetch VPA by id",
|
9147 | 9147 | "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",
|
9148 | 9148 | "operationId": "vpa#fetchById",
|
|
9290 | 9290 | },
|
9291 | 9291 | "/api/v1/merchants/vpas/{id}/status": {
|
9292 | 9292 | "put": {
|
9293 |
| - "tags": ["vpa"], |
| 9293 | + "tags": ["VPA"], |
9294 | 9294 | "summary": "Activate or deactivate a VPA (UPI id)",
|
9295 | 9295 | "description": "API to activate or deactivate a UPI id, to temporarily disallow payments and verification calls on the UPI id",
|
9296 | 9296 | "operationId": "vpa#updateStatus",
|
|
0 commit comments