hyperswitch
hyperswitch copied to clipboard
Generic Response for RouterData
Since we will be integrating different payment methods, they might have varying requirements with respect to the api calls, request and response structs. For calling connectors to support these, the response struct must also need to be generic and dependent on the flow. Currently RouterData supports only PaymentsResponseData.
@jarnura @NishantJoshi00