POST
/
gc
/
transactions
/
emulate
curl --request POST \
  --url https://sandbox.cashfree.com/gc/transactions/emulate \
  --header 'Content-Type: application/json' \
  --header 'x-api-version: <x-api-version>' \
  --header 'x-partner-api-key: <x-partner-api-key>' \
  --header 'x-partner-merchantid: <x-partner-merchantid>' \
  --data '{
  "vAccountNumber": "<string>",
  "amount": "<string>",
  "currency": "<string>",
  "fundingActions": "<string>",
  "remitterAccountNumber": "<string>"
}'
{
  "status": "SUCCESS",
  "subCode": "200",
  "message": "success_message"
}

Based on who you are, consider the below values in the API requests

Telr MerchantTelr Partner
x-client-idx-partner-api-key
x-client-secretx-partner-merchantid

Headers

x-partner-api-key
string
required

Enter partner API keygit

x-partner-merchantid
string
required

Enter the merchant reference id used while creating merchant during onboarding

x-api-version
string
required

API version

Body

application/json

Response

200
application/json

Successfully simulated funding

The response is of type object.