Improved
Fee Amount is now visible in the response of GET /v1/checkout
over 2 years ago by Hrithik Agarwal
The response body for GET /v1/checkout now contains these fields:
collect_amount- float - Displays the amount paid by the buyer for the sessiondisburse_amount- float - Displays the amount the seller will receive for the session after deduction of transaction feesfee_amount- float - Transaction fees for the sessionfee_percentage- float - Percentage of transaction fees paid by the payer (can be buyer or seller)
Related Guide: GET checkout session API
