Skip to main content
POST
/
api
/
v2
/
subscriptions
/
charge
/
{paymentId}
/
transaction-return-summary
/
generate
Generate Transaction Return Summary
curl --request POST \
  --url https://sandbox.cashfree.com/api/v2/subscriptions/charge/{paymentId}/transaction-return-summary/generate \
  --header 'X-Client-Id: <x-client-id>' \
  --header 'X-Client-Secret: <x-client-secret>'
{
  "status": "ERROR",
  "message": "Server encountered an unexpected condition."
}

Headers

X-Client-Id
string
required

Client ID provided by Cashfree.

Example:

"asdf1234"

X-Client-Secret
string
required

Client Secret provided by Cashfree.

Example:

"qwer9876"

Path Parameters

paymentId
integer
required

The ID of the payment whose transaction return summary is to be generated.

Example:

123456

Response

Successful generation of the transaction return summary.