mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 21:07:58 +08:00
Docs: API-Ref changes for Payouts (#5236)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Co-authored-by: Kashif <kashif.dev@protonmail.com> Co-authored-by: Narayan Bhat <48803246+Narayanbhat166@users.noreply.github.com>
This commit is contained in:
@ -2310,6 +2310,7 @@ pub enum PayoutStatus {
|
||||
RequiresVendorAccountCreation,
|
||||
}
|
||||
|
||||
/// The payout_type of the payout request is a mandatory field for confirming the payouts. It should be specified in the Create request. If not provided, it must be updated in the Payout Update request before it can be confirmed.
|
||||
#[derive(
|
||||
Clone,
|
||||
Copy,
|
||||
@ -2336,6 +2337,7 @@ pub enum PayoutType {
|
||||
Wallet,
|
||||
}
|
||||
|
||||
/// Type of entity to whom the payout is being carried out to, select from the given list of options
|
||||
#[derive(
|
||||
Clone,
|
||||
Copy,
|
||||
@ -2369,6 +2371,7 @@ pub enum PayoutEntityType {
|
||||
Personal,
|
||||
}
|
||||
|
||||
/// The send method which will be required for processing payouts, check options for better understanding.
|
||||
#[derive(
|
||||
Clone,
|
||||
Copy,
|
||||
|
||||
Reference in New Issue
Block a user