Changes and Improvements made in the version 2023-08-01
New header in API Response
Cashfree IDs type change [BREAKING]
cf_order_id
, cf_payment_id
, cf_refund_id
etc are
now in string format instead of integer (in older versions).Order Entity Changes
customer_uid
part of customer_details in order entity. This is the unique
identifier of the customer created at Cashfree. You can create customer at
cashfree using Create Customer API 3.
order_status
can have two more values - “TERMINATED” and
“TERMINATION_REQUESTED”. Find the complete list of order statuses
here 4. No longer
support for notify_url
in Create Order API. You can configure
webhooks from dashboard instead.New Order Termination API
New Customer APIs
New SPOS APIs
CF Refund IDs