Sakil Mostak
Sakil Mostak
@suraj-mandal we don't have documentation on implementation currently, but there are only four variant that you need to match. If you check the `PayoutMethodData` enum present in `crates/api_models/src/payouts.rs` and the...
You can check the api reference from [here](https://api-reference.hyperswitch.io/v1/payouts/payouts--create) if you need to understand how it is represented
Hey @suraj-mandal if possible can you provide status update on this issue
Hey @suraj-mandal it seems you have combined current pr with another of your connector related pr. If possible can you raise pr related to this issue separately.
@suraj-mandal you can setup using the guide here (https://github.com/juspay/hyperswitch/blob/main/docs/try_local_system.md) and for creating a API request to payouts you can refer to this doc (https://api-reference.hyperswitch.io/v1/payouts/payouts--create)
The changes looks good to me so I have approved, will take is further for internal reviews
@suraj-mandal the changes look good so it is approved by internal team also but can you address the required checks to make it merge ready
> @Sakilmostak Can you add this in cypress Since this change does not reflect in response and is specific to connector, cypress test is not being added because there is...
> Is this like a redirection? If so then we can send the redirect url right? Yes, this is a redirection but generally redirection is either done by connector or...
The flow is incomplete for the new payment method. The subsequent PR as stated by this issue (https://github.com/juspay/hyperswitch-cloud/issues/7441) should be able to complete the flow. The cypress test will be...