Skip to main content

Cashfree

Quick Start
  1. Sign up at cashfree.com and obtain API credentials
  2. Create a terminal in the Admin Console with the parameters below
  3. Start processing — the adapter is pre-built and ready to use

Go to Cashfree →

Overview

Cashfree payment integration

Provider IDcashfree
CategoryCard Processors
Websitecashfree.com

Configuration

Required Parameters

ParameterDescription
app_idApplication ID
secret_keySecret Key
client_idClient Id
client_secretClient Secret

Example Configuration

{
"provider": "cashfree",
"provider_params": {
"app_id": "your_app_id_here",
"secret_key": "your_secret_key_here",
"client_id": "your_client_id_here",
"client_secret": "your_client_secret_here"
}
}

Status Mapping

Provider Status4pay StatusDescription
SUCCESScharged
PAIDcharged
PENDINGcharging
ACTIVEcharging
EXPIREDfailed
TERMINATEDfailed
NOT_ATTEMPTEDnew
FAILEDrejected
USER_DROPPEDrejected
VOIDrejected
CANCELLEDrejected

API Reference

MethodEndpointDescription
POSTorders
GETorders/#{outer_id}
POSTorders/#{outer_id}/refunds

Resources