-
Notifications
You must be signed in to change notification settings - Fork 5
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 #68 from cashfree/4.2.3
4.2.3
- Loading branch information
Showing
246 changed files
with
2,091 additions
and
415 deletions.
There are no files selected for viewing
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
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
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 @@ | ||
|
||
|
||
# CreateSubscriptionPaymentRequestCard | ||
|
||
payment method card. | ||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
|------------ | ------------- | ------------- | -------------| | ||
|**channel** | **String** | Channel. can be link | [optional] | | ||
|**cardNumber** | **String** | Card number | [optional] | | ||
|**cardHolderName** | **String** | Card holder name | [optional] | | ||
|**cardExpiryMm** | **String** | Card expiry month | [optional] | | ||
|**cardExpiryYy** | **String** | Card expiry year | [optional] | | ||
|**cardCvv** | **String** | Card CVV | [optional] | | ||
|**cardNetwork** | **String** | Card network | [optional] | | ||
|**cardType** | **String** | Card type | [optional] | | ||
|
||
|
||
|
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,20 @@ | ||
|
||
|
||
# CreateSubscriptionPaymentRequestEnack | ||
|
||
payment method enach. | ||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
|------------ | ------------- | ------------- | -------------| | ||
|**channel** | **String** | Channel. can be link | [optional] | | ||
|**authMode** | **String** | Authentication mode. can be debit_card, aadhaar, or net_banking | [optional] | | ||
|**accountHolderName** | **String** | Account holder name | [optional] | | ||
|**accountNumber** | **String** | Account number | [optional] | | ||
|**accountBankCode** | **String** | Account bank code (required without AccountIFSC) | [optional] | | ||
|**accountType** | **String** | Account type | [optional] | | ||
|**accountIfsc** | **String** | Account IFSC | [optional] | | ||
|
||
|
||
|
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 @@ | ||
|
||
|
||
# CreateSubscriptionPaymentRequestPnach | ||
|
||
payment method pnach. | ||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
|------------ | ------------- | ------------- | -------------| | ||
|**channel** | **String** | Channel. can be post | [optional] | | ||
|**accountHolderName** | **String** | Account holder name | [optional] | | ||
|**accountNumber** | **String** | Account number | [optional] | | ||
|**accountBankCode** | **String** | Account bank code | [optional] | | ||
|**accountType** | **String** | Account type | [optional] | | ||
|**accountIfsc** | **String** | Account IFSC | [optional] | | ||
|**mandateCreationDate** | **String** | Mandate creation date | [optional] | | ||
|**mandateStartDate** | **String** | Mandate start date | [optional] | | ||
|
||
|
||
|
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 @@ | ||
|
||
|
||
# CreateSubscriptonPaymentRequestUpi | ||
|
||
payment method upi. | ||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
|------------ | ------------- | ------------- | -------------| | ||
|**upiId** | **String** | | [optional] | | ||
|**channel** | **String** | Channel. can be link, qrcode, or collect | [optional] | | ||
|
||
|
||
|
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
Oops, something went wrong.