Refund
In this section, we will explain how refund process works on the Fynd Commerce and how to create initiateRefundSession and getRefundStatus APIs.
📄️ Create API to Initiate Refund Session
Create the initiate refund session API endpoint for your Fynd Commerce payment extension. Handle refund requests from Fynd Platform when orders are cancelled or returned.
📄️ Initiate Refund Session
Initiate Refund Session API specification for Fynd Commerce payment extensions. Request and response schema when Fynd Platform POSTs to start a refund with your payment gateway.
📄️ Create API to Get Refund Status
Create the get refund status API endpoint for your Fynd Commerce payment extension. Return refund session status for Fynd Platform reconciliation with your payment gateway.
📄️ Get Refund Status
Get Refund Status API specification for Fynd Commerce payment extensions. Request and response schema when Fynd Platform queries refund session status from your extension.