-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #35 from cashfree/4.0.9
4.0.9
- Loading branch information
Showing
101 changed files
with
12,748 additions
and
92 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# cashfree_pg.Model.AdjustVendorBalanceRequest | ||
Adjust Vendor Balance Request | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**transfer_from** | **string** | Mention to whom you want to transfer the on demand balance. Possible values - MERCHANT, VENDOR. | | ||
**transfer_type** | **string** | Mention the type of transfer. Possible values: ON_DEMAND. | | ||
**transfer_amount** | **decimal** | Mention the on demand transfer amount. | | ||
**remark** | **string** | Mention remarks if any for the on demand transfer. | [optional] | ||
**tags** | **Object** | Provide additional data fields using tags. | [optional] | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# cashfree_pg.Model.AdjustVendorBalanceResponse | ||
Adjust Vendor Balance Response | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**settlement_id** | **decimal** | | [optional] | ||
**transfer_details** | [**TransferDetails**](TransferDetails.md) | | [optional] | ||
**balances** | [**BalanceDetails**](BalanceDetails.md) | | [optional] | ||
**charges** | [**ChargesDetails**](ChargesDetails.md) | | [optional] | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# cashfree_pg.Model.BalanceDetails | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**merchant_id** | **decimal** | | [optional] | ||
**vendor_id** | **string** | | [optional] | ||
**merchant_unsettled** | **decimal** | | [optional] | ||
**vendor_unsettled** | **decimal** | | [optional] | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# cashfree_pg.Model.BankDetails | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**account_number** | **string** | | [optional] | ||
**account_holder** | **string** | | [optional] | ||
**ifsc** | **string** | | [optional] | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# cashfree_pg.Model.Banktransfer | ||
Banktransfer payment method | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**channel** | **string** | The channel for cardless EMI is always `link` | [optional] | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# cashfree_pg.Model.BanktransferPaymentMethod | ||
banktransfer payment method | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**banktransfer** | [**Banktransfer**](Banktransfer.md) | | | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# cashfree_pg.Model.ChargesDetails | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**service_charges** | **decimal** | | [optional] | ||
**service_tax** | **decimal** | | [optional] | ||
**amount** | **decimal** | | [optional] | ||
**billed_to** | **string** | | [optional] | ||
**is_postpaid** | **bool** | | [optional] | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# cashfree_pg.Model.CreateVendorRequest | ||
Create Vendor Request | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**vendor_id** | **string** | Specify the unique Vendor ID to identify the beneficiary. Alphanumeric and underscore (_) allowed. | | ||
**status** | **string** | Specify the status of vendor that should be updated. Possible values: ACTIVE,BLOCKED, DELETED | | ||
**name** | **string** | Specify the name of the vendor to be updated. Name should not have any special character except . / - & | | ||
**email** | **string** | Specify the vendor email ID that should be updated. String in email ID format (Ex:johndoe_1@cashfree.com) should contain @ and dot (.) | | ||
**phone** | **string** | Specify the beneficiaries phone number to be updated. Phone number registered in India (only digits, 8 - 12 characters after excluding +91). | | ||
**verify_account** | **bool** | Specify if the vendor bank account details should be verified. Possible values: true or false | [optional] | ||
**dashboard_access** | **bool** | Update if the vendor will have dashboard access or not. Possible values are: true or false | [optional] | ||
**schedule_option** | **decimal** | Specify the settlement cycle to be updated. View the settlement cycle details from the \"Settlement Cycles Supported\" table. If no schedule option is configured, the settlement cycle ID \"1\" will be in effect. Select \"8\" or \"9\" if you want to schedule instant vendor settlements. | [optional] | ||
**bank** | [**List<BankDetails>**](BankDetails.md) | Specify the vendor bank account details to be updated. | [optional] | ||
**upi** | [**List<UpiDetails>**](UpiDetails.md) | Updated beneficiary upi vpa. Alphanumeric, dot (.), hyphen (-), at sign (@), and underscore allowed (100 character limit). Note: underscore and dot (.) gets accepted before and after @, but hyphen (-) is only accepted before @ sign. | [optional] | ||
**kyc_details** | [**List<KycDetails>**](KycDetails.md) | Specify the kyc details that should be updated. | | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# cashfree_pg.Model.CreateVendorResponse | ||
Create Vendor Response | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**email** | **string** | | [optional] | ||
**status** | **string** | | [optional] | ||
**bank** | [**List<BankDetails>**](BankDetails.md) | | [optional] | ||
**upi** | **string** | | [optional] | ||
**phone** | **decimal** | | [optional] | ||
**name** | **string** | | [optional] | ||
**vendor_id** | **string** | | [optional] | ||
**schedule_option** | [**List<ScheduleOption>**](ScheduleOption.md) | | [optional] | ||
**kyc_details** | [**List<KycDetails>**](KycDetails.md) | | [optional] | ||
**dashboard_access** | **bool** | | [optional] | ||
**bank_details** | **string** | | [optional] | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# cashfree_pg.Model.ESOrderReconRequest | ||
ES Order Recon Request | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**filters** | [**ESOrderReconRequestFilters**](ESOrderReconRequestFilters.md) | | | ||
**pagination** | [**ESOrderReconRequestPagination**](ESOrderReconRequestPagination.md) | | | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# cashfree_pg.Model.ESOrderReconRequestFilters | ||
Provide the filter object details. | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**start_date** | **string** | Specify the start data from which you want to get the recon data. | [optional] | ||
**end_date** | **string** | Specify the end data till which you want to get the recon data. | [optional] | ||
**order_ids** | **List<string>** | Please provide list of order ids for which you want to get the recon data. | [optional] | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# cashfree_pg.Model.ESOrderReconRequestPagination | ||
Set limit based on your requirement. Pagination limit will fetch a set of orders, next set of orders can be generated using the cursor shared in previous response of the same API. | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**cursor** | **string** | | [optional] | ||
**limit** | **int** | Set the minimum/maximum limit for number of filtered data. Min value - 10, Max value - 100. | [optional] | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# cashfree_pg.Model.ESOrderReconResponse | ||
ES Order Recon Response | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**cursor** | **string** | | [optional] | ||
**data** | [**List<ESOrderReconResponseDataInner>**](ESOrderReconResponseDataInner.md) | | [optional] | ||
**limit** | **int** | | [optional] | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# cashfree_pg.Model.ESOrderReconResponseDataInner | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**amount** | **decimal** | | [optional] | ||
**settlement_eligibility_time** | **string** | | [optional] | ||
**merchant_order_id** | **string** | | [optional] | ||
**tx_time** | **string** | | [optional] | ||
**settled** | **string** | | [optional] | ||
**entity_id** | **string** | | [optional] | ||
**merchant_settlement_utr** | **string** | | [optional] | ||
**currency** | **string** | | [optional] | ||
**sale_type** | **string** | | [optional] | ||
**customer_name** | **string** | | [optional] | ||
**customer_email** | **string** | | [optional] | ||
**customer_phone** | **string** | | [optional] | ||
**merchant_vendor_commission** | **string** | | [optional] | ||
**split_service_charge** | **string** | | [optional] | ||
**split_service_tax** | **string** | | [optional] | ||
**pg_service_tax** | **string** | | [optional] | ||
**pg_service_charge** | **string** | | [optional] | ||
**pg_charge_postpaid** | **string** | | [optional] | ||
**merchant_settlement_id** | **string** | | [optional] | ||
**added_on** | **string** | | [optional] | ||
**tags** | **string** | | [optional] | ||
**entity_type** | **string** | | [optional] | ||
**settlement_initiated_on** | **string** | | [optional] | ||
**settlement_time** | **string** | | [optional] | ||
**order_splits** | [**List<ESOrderReconResponseDataInnerOrderSplitsInner>**](ESOrderReconResponseDataInnerOrderSplitsInner.md) | | [optional] | ||
**eligible_split_balance** | **string** | | [optional] | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# cashfree_pg.Model.ESOrderReconResponseDataInnerOrderSplitsInner | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**split** | [**List<ESOrderReconResponseDataInnerOrderSplitsInnerSplitInner>**](ESOrderReconResponseDataInnerOrderSplitsInnerSplitInner.md) | | [optional] | ||
**created_at** | **string** | | [optional] | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
12 changes: 12 additions & 0 deletions
12
docs/ESOrderReconResponseDataInnerOrderSplitsInnerSplitInner.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# cashfree_pg.Model.ESOrderReconResponseDataInnerOrderSplitsInnerSplitInner | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**merchant_vendor_id** | **string** | | [optional] | ||
**percentage** | **decimal** | | [optional] | ||
**tags** | **Object** | | [optional] | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
Oops, something went wrong.