-
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 #50 from cashfree/4.2.2
4.2.2
- Loading branch information
Showing
40 changed files
with
2,165 additions
and
207 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# cashfree_pg.Model.CARD | ||
payment method card. | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**channel** | **string** | Channel. can be link | [optional] | ||
**card_number** | **string** | Card number | [optional] | ||
**card_holder_name** | **string** | Card holder name | [optional] | ||
**card_expiry_mm** | **string** | Card expiry month | [optional] | ||
**card_expiry_yy** | **string** | Card expiry year | [optional] | ||
**card_cvv** | **string** | Card CVV | [optional] | ||
**card_network** | **string** | Card network | [optional] | ||
**card_type** | **string** | Card type | [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
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,27 @@ | ||
# cashfree_pg.Model.CreateSubscriptionPaymentRequestPaymentMethod | ||
Payment method. Can be one of [\"upi\", \"enach\", \"pnach\", \"card\"] | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**upi_id** | **string** | | [optional] | ||
**channel** | **string** | Channel. can be link | [optional] | ||
**auth_mode** | **string** | Authentication mode. can be debit_card, aadhaar, or net_banking | [optional] | ||
**account_holder_name** | **string** | Account holder name | [optional] | ||
**account_number** | **string** | Account number | [optional] | ||
**account_bank_code** | **string** | Account bank code | [optional] | ||
**account_type** | **string** | Account type | [optional] | ||
**account_ifsc** | **string** | Account IFSC | [optional] | ||
**mandate_creation_date** | **string** | Mandate creation date | [optional] | ||
**mandate_start_date** | **string** | Mandate start date | [optional] | ||
**card_number** | **string** | Card number | [optional] | ||
**card_holder_name** | **string** | Card holder name | [optional] | ||
**card_expiry_mm** | **string** | Card expiry month | [optional] | ||
**card_expiry_yy** | **string** | Card expiry year | [optional] | ||
**card_cvv** | **string** | Card CVV | [optional] | ||
**card_network** | **string** | Card network | [optional] | ||
**card_type** | **string** | Card type | [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,20 @@ | ||
# cashfree_pg.Model.CreateSubscriptionPaymentResponse | ||
The response returned is Create Subscription Auth or Charge APIs. | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**cf_payment_id** | **string** | Cashfree subscription payment reference number | [optional] | ||
**failure_details** | [**SubscriptionPaymentEntityFailureDetails**](SubscriptionPaymentEntityFailureDetails.md) | | [optional] | ||
**payment_amount** | **decimal** | The charge amount of the payment. | [optional] | ||
**payment_id** | **string** | A unique ID passed by merchant for identifying the transaction. | [optional] | ||
**payment_initiated_date** | **string** | The date on which the payment was initiated. | [optional] | ||
**payment_status** | **string** | Status of the payment. | [optional] | ||
**payment_type** | **string** | Payment type. Can be AUTH or CHARGE. | [optional] | ||
**subscription_id** | **string** | A unique ID passed by merchant for identifying the subscription. | [optional] | ||
**data** | **Object** | Contains a payload for auth app links in case of AUTH. For charge, the payload is empty. | [optional] | ||
**payment_method** | **string** | Payment method used for the authorization. | [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
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.