Credit Wallet
Credits funds to a specified user sub-wallet, adding money to their available balance. Supports various sub-wallet types with behaviour determined by wallet configuration.
Authorizations
Your unique client identifier issued by Cashfree. You can find this in your Merchant Dashboard.
The secret key associated with your client ID. Use this to authenticate your API requests. You can find this in your Merchant Dashboard.
Headers
API version to be used. Format is in YYYY-MM-DD.
"2025-11-01"
Body
Request parameters to credit funds to a user's sub-wallet.
Unique identifier that you create to identify the credit transaction in your system. Maximum 100 characters. Only alphanumeric characters, periods (.), hyphens (-), and underscores (_) are allowed.
"CREDIT126345"
Unique identifier for the user, as provided by you during PPI user creation.
"USER827364"
Unique identifier for the wallet, as provided by you during wallet creation.
"WALLET936721"
Unique identifier of the sub-wallet to which the amount will be credited.
"35246543210987654321"
Amount to credit. Decimal values are allowed. The minimum value should be equal to or greater than 1.00 (>= 1.00).
100.5
Alphanumeric and whitespaces are allowed. The maximum character limit is 60.
"Refund for order #123"
Optional key-value pairs for any extra information. Keys and values must be strings.
Response
Success response for crediting a wallet.
Unique identifier for the credit transaction, as provided by you during the credit request.
"CREDIT126345"
Unique identifier for the credit transaction, generated by Cashfree.
"8901234567890123456"
Unique identifier for the wallet, as provided by you during wallet creation.
"WALLET936721"
Unique identifier for the user, as provided by you during PPI user creation.
"USER827364"
Amount that was credited.
100.5
Status of the credit operation.
"SUCCESS"
Remarks for the credit transaction.
"Refund for order 123"
Timestamp when the credit transaction was initiated.
"2025-09-02T10:15:30Z"
Timestamp when the credit transaction was processed.
"2025-09-02T10:20:45Z"
Optional key-value pairs for any extra information. Keys and values must be strings.