Use this guide to migrate to latest version V4 from V3.
cf_order_id
, cf_payment_id
, cf_refund_id
etc are now in string format instead of integer (in older versions).
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 APIorder_status
can have two more values - “TERMINATED” and “TERMINATION_REQUESTED”.payment_session_id
in response of Create Order APIs. Hence, you can not redirect the customer to the checkout page just by using the API. You’ll need to use our JS SDK for starting checkout.payment_session_id
to redirect to checkout. This is a single SDK which can be used to either redirect the customer to checkout or render components check JS Component Integration.payment_session_id
as body parameter instead of order_token
payment_session_id
instead of order_token
to complete the payment.cf_order_id
, cf_payment_id
, cf_refund_id
etc are now in string format instead of integer (in older versions).