Skip to main content

Cashgram V1

Create Cashgram

HTTP Status CodeError CodeMessageNext Action
200-Cashgram created successfully.N/A
409cashgram_id_already_existsA Cashgram with the given ID already exists. Please provide a unique Cashgram ID.Provide a unique Cashgram ID.
422notifyCustomer_invalidThe notifyCustomer value can only be 0 or 1. Please try again with a valid value.Use a valid notifyCustomer value (0 or 1).
422amount_invalidThe amount must be at least 1. Please try again with a valid amount.Provide an amount of 1 or more.
422cashgram_id_length_exceededThe Cashgram ID cannot exceed 36 characters. Please try again with a valid Cashgram ID.Provide a Cashgram ID of 36 characters or fewer.
422phone_invalidThe phone number must be numeric and valid. Please try again with the correct phone number.Provide a valid numeric phone number.
422expiry_date_invalidThe link expiry date must be in the format YYYY/MM/DD and within 30 days from the creation date.Provide a valid expiry date in the correct format.
422amount_below_minimumThe requested Cashgram amount is below the minimum allowed amount of ₹x.Increase the amount or update the minimum amount preference.
422amount_above_maximumThe requested Cashgram amount exceeds the maximum allowed amount of ₹x.Decrease the amount or update the maximum amount preference.
500internal_errorAn internal error occurred. Please try again later.Retry after some time. If the issue persists, contact support.
500no_fund_source_activeNo active fund source is available for your account.Activate a fund source and try again.
500rates_not_configuredRates have not been configured. Please contact Cashfree.Reach out to Cashfree to configure rates.
520unknown_errorAn unknown error occurred. Please try again later.Retry after some time. If the issue persists, contact support.

Get Cashgram Status

HTTP Status CodeError CodeMessageNext Action
200-Cashgram details retrieved successfully.N/A
404cashgram_not_foundA Cashgram with the given ID does not exist.Provide a valid Cashgram ID.
422cashgram_id_invalidPlease provide a valid Cashgram ID.Provide a valid Cashgram ID.
422cashgram_id_length_exceededThe Cashgram ID cannot exceed 37 characters. Please try again.Provide a Cashgram ID of 37 characters or fewer.
500internal_errorAn internal error occurred. Please try again later.Retry after some time. If the issue persists, contact support.

Deactivate Cashgram

HTTP Status CodeError CodeMessageNext Action
200-Cashgram with ID - ABC123 successfully deactivated.N/A
404cashgram_not_foundThe given Cashgram ID does not exist. Please provide a valid Cashgram ID.Provide a valid Cashgram ID.
412cashgram_already_processedCashgram with ID - ABC123 has already been processed and cannot be deactivated.No action possible.
412cashgram_expiredCashgram with ID - ABC123 has already expired and cannot be deactivated.No action possible.
412status_update_not_allowedThe status of the given Cashgram is not active. Only active Cashgrams can be deactivated.Ensure the Cashgram status is active before deactivating.
412cashgram_already_redeemedThe Cashgram provided in the request has already been redeemed and cannot be deactivated.No action possible.
500internal_errorAn internal error occurred. Please try again later.Retry after some time. If the issue persists, contact support.