Payout Links - Create

POST {{baseUrl}}/payouts/create

Request Body

{"amount"=>3000, "currency"=>"EUR", "email"=>"john.doe@example.com", "name"=>"John Doe", "phone"=>"999999999", "phone_country_code"=>"+65", "description"=>"Its my first payout request", "billing"=>{"address"=>{"city"=>"Hoogeveen", "country"=>"NL", "line1"=>"Raadhuisplein", "line2"=>"92", "zip"=>"7901 BW", "state"=>"FL", "first_name"=>"John", "last_name"=>"Doe"}, "phone"=>{"number"=>"0650242319", "country_code"=>"+31"}}, "entity_type"=>"Individual", "confirm"=>false, "auto_fulfill"=>false, "session_expiry"=>1000000, "priority"=>"regular", "payout_link"=>true, "payout_link_config"=>{"theme"=>"#14356f", "logo"=>"https://hyperswitch.io/favicon.ico", "merchant_name"=>"HyperSwitch Pvt. Ltd."}}