// Configurer un reversement par palier
$kkiapay->setupPayout(array( "algorithm" => "roof",
"send_notification" => true,
"destination_type" => "MOBILE_MONEY",
"destination" => "22997000000" ));
// Configurer un reversement périodique
$kkiapay->setupPayout(array( "algorithm" => "rate",
"send_notification" => true,
"destination_type" => "MOBILE_MONEY",
"rate_frequency" => "1m",
"destination" => "22997000000" ));