You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/relay is a api that will be used to just forward the request sent by merchant without performing any application logic on it. This is particular to support the refunds for the payments that was directly performed with the connector (example stripe) with out hyperswitch involved during the payment flow.
This PR introduces changes to add a retrieve API for relay refunds.
The retrieve API will:
Return the relay status from our database when a retrieve call is made.
If force_sync = true is passed and the relay status is not in a terminal state in our system, the API will call the connector to fetch the latest status.
Flow
Merchant performs payment directly with processor and stores the payment reference id associated with it.
Merchant tiggers the refund through hyperswitch using the processor reference id for the payment.
Merchant makes retrieve call for the relay status
The text was updated successfully, but these errors were encountered:
/relay is a api that will be used to just forward the request sent by merchant without performing any application logic on it. This is particular to support the refunds for the payments that was directly performed with the connector (example stripe) with out hyperswitch involved during the payment flow.
This PR introduces changes to add a retrieve API for relay refunds.
The retrieve API will:
Flow
The text was updated successfully, but these errors were encountered: