improved

Fee Amount is now visible in the response of GET /v1/checkout

The response body for GET /v1/checkout now contains these fields:

  • collect_amount- float - Displays the amount paid by the buyer for the session
  • disburse_amount- float - Displays the amount the seller will receive for the session after deduction of transaction fees
  • fee_amount - float - Transaction fees for the session
  • fee_percentage- float - Percentage of transaction fees paid by the payer (can be buyer or seller)

Related Guide: GET checkout session API