Skip to content

Commit

Permalink
[Auto Generated] v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NikhilManapure committed Nov 11, 2024
1 parent 0bcd727 commit b973ff3
Show file tree
Hide file tree
Showing 19 changed files with 4,152 additions and 468 deletions.
37 changes: 31 additions & 6 deletions documentation/application/MULTIKYC.md
Original file line number Diff line number Diff line change
Expand Up @@ -9515,7 +9515,7 @@ API endpoint to create a signed URL for uploading documents to and downloading d
| action | String? | yes | |
| form | Object? | yes | |
| uiSchema | Object? | yes | |
| workflowId | String? | yes | |
| validationWorkflow | String? | yes | |

---

Expand Down Expand Up @@ -9543,7 +9543,11 @@ API endpoint to create a signed URL for uploading documents to and downloading d
| formId | String? | yes | |
| merchantId | String? | yes | |
| form | [Form](#Form) | no | |
| docSchema | Object | no | |
| docSchema | Object? | yes | |
| isOptional | Boolean? | yes | |
| isInternal | Boolean? | yes | |
| optionalWorkflow | String? | yes | |
| internalWorkflow | String? | yes | |

---

Expand Down Expand Up @@ -9643,6 +9647,7 @@ API endpoint to create a signed URL for uploading documents to and downloading d
| creditType | String? | yes | |
| userId | String | no | |
| entityId | String | no | |
| isDefault | Boolean? | yes | |

---

Expand All @@ -9655,7 +9660,6 @@ API endpoint to create a signed URL for uploading documents to and downloading d
| ---------- | ---- | -------- | ----------- |
| id | String | no | |
| type | String? | yes | |
| address | String? | yes | |
| name | String? | yes | |
| gender | String? | yes | |
| dob | String? | yes | |
Expand All @@ -9681,7 +9685,6 @@ API endpoint to create a signed URL for uploading documents to and downloading d
| disbursementIfsc | String? | yes | |
| createdBy | String? | yes | |
| active | Boolean? | yes | |
| category | String? | yes | |
| createdAt | String? | yes | |
| updatedAt | String? | yes | |
| deletedAt | String? | yes | |
Expand Down Expand Up @@ -10490,6 +10493,18 @@ API endpoint to create a signed URL for uploading documents to and downloading d



#### [CreateUserLenderAssociationRequest](#CreateUserLenderAssociationRequest)

| Properties | Type | Nullable | Description |
| ---------- | ---- | -------- | ----------- |
| organizationId | String | no | |
| role | String | no | |

---




#### [FindDocResponse](#FindDocResponse)

| Properties | Type | Nullable | Description |
Expand Down Expand Up @@ -10626,6 +10641,7 @@ API endpoint to create a signed URL for uploading documents to and downloading d
| includeStatus | ArrayList<Object>? | yes | |
| excludeStatus | ArrayList<Object>? | yes | |
| allowDisabledLender | Object? | yes | |
| merchantIds | ArrayList<Object>? | yes | |

---

Expand Down Expand Up @@ -10804,6 +10820,12 @@ API endpoint to create a signed URL for uploading documents to and downloading d
| iconUrl | String? | yes | |
| isInteractive | Boolean | no | |
| schema | Object? | yes | |
| meta | Object? | yes | |
| display | Object? | yes | |
| isOptional | Boolean? | yes | |
| optionalWorkflow | String? | yes | |
| isInternal | Boolean? | yes | |
| internalWorkflow | String? | yes | |

---

Expand Down Expand Up @@ -11395,6 +11417,9 @@ API endpoint to create a signed URL for uploading documents to and downloading d
| slug | String | no | |
| isDefault | Boolean | no | |
| logoUrl | String | no | |
| lenderLogo | String? | yes | |
| merchantLogo | String? | yes | |
| merchantId | String? | yes | |

---

Expand Down Expand Up @@ -11648,7 +11673,7 @@ API endpoint to create a signed URL for uploading documents to and downloading d



#### [KycDetailsReponse](#KycDetailsReponse)
#### [KycDetailsResponse](#KycDetailsResponse)

| Properties | Type | Nullable | Description |
| ---------- | ---- | -------- | ----------- |
Expand Down Expand Up @@ -11802,7 +11827,7 @@ API endpoint to create a signed URL for uploading documents to and downloading d



#### [CustomerKycDetailsReponse](#CustomerKycDetailsReponse)
#### [CustomerKycDetailsResponse](#CustomerKycDetailsResponse)

| Properties | Type | Nullable | Description |
| ---------- | ---- | -------- | ----------- |
Expand Down
84 changes: 82 additions & 2 deletions documentation/application/PAYMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ KYC Service
* [repaymentUsingNetbanking](#repaymentusingnetbanking)
* [repaymentUsingUPI](#repaymentusingupi)
* [checkPaymentStatus](#checkpaymentstatus)
* [verifyUpiId](#verifyupiid)
* [getOutstandingAmount](#getoutstandingamount)
* [getOutstandingAmountByEntityMapId](#getoutstandingamountbyentitymapid)

Expand Down Expand Up @@ -66,7 +67,7 @@ Success. Returns a JSON object as shown below. Refer `PaymentOptionsResponse` fo
{
"paymentOptions": [
{
"title": "UPI ID",
"title": "UPI",
"kind": "upiID",
"options": null
},
Expand Down Expand Up @@ -475,7 +476,7 @@ Success. Returns a JSON object as shown below. Refer `PaymentOptionsResponse` fo
{
"paymentOptions": [
{
"title": "UPI ID",
"title": "UPI",
"kind": "upiID",
"options": null
},
Expand Down Expand Up @@ -678,6 +679,58 @@ Success. Returns a success message as shown below. Refer `TransactionStatusRespo



---


### verifyUpiId
Verify UPI ID




```java
payment.verifyUpiId(body body) {
//use response
}
```



| Argument | Type | Required | Description |
| --------- | ----- | -------- | ----------- |
| body | [VerifyUPIRequest](#VerifyUPIRequest) | yes | Request body |


This API verifies the validity of a UPI ID.

*Returned Response:*




[UPIValidationSuccessResponse](#UPIValidationSuccessResponse)

UPI ID validation success




<details>
<summary><i>&nbsp; Example:</i></summary>

```json

```
</details>









---


Expand Down Expand Up @@ -879,6 +932,7 @@ Success. Returns a JSON object as shown below. Refer `OutstandingDetail` for mor
| bankName | String | no | |
| chargeToken | String? | yes | |
| transactionId | String? | yes | |
| entityMapId | String? | yes | |

---

Expand Down Expand Up @@ -907,6 +961,7 @@ Success. Returns a JSON object as shown below. Refer `OutstandingDetail` for mor
| vpa | String | no | |
| chargeToken | String? | yes | |
| transactionId | String? | yes | |
| entityMapId | String? | yes | |

---

Expand Down Expand Up @@ -1290,4 +1345,29 @@ Success. Returns a JSON object as shown below. Refer `OutstandingDetail` for mor
---




#### [VerifyUPIRequest](#VerifyUPIRequest)

| Properties | Type | Nullable | Description |
| ---------- | ---- | -------- | ----------- |
| vpa | String | no | The Virtual Payment Address (VPA) for UPI. |
| lenderSlug | String? | yes | The lender slug associated with the request. Optional parameter. |

---




#### [UPIValidationSuccessResponse](#UPIValidationSuccessResponse)

| Properties | Type | Nullable | Description |
| ---------- | ---- | -------- | ----------- |
| status | String? | yes | |
| name | String? | yes | |
| headers | HashMap<String,Object>? | yes | |

---



Loading

0 comments on commit b973ff3

Please sign in to comment.