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:
GORAKHNATH YADAV
2024-07-31 12:39:52 +05:30
committed by GitHub
parent 217f1f413d
commit 540ef071cb
5 changed files with 34 additions and 33 deletions

View File

@ -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,