Cartalyst\Stripe\Api\ApplicationFeeRefunds::create PHP Method

create() public method

Creates a new application fee refund.
public create ( string $applicationFeeId, array $parameters = [] ) : array
$applicationFeeId string
$parameters array
return array
    public function create($applicationFeeId, array $parameters = [])
    {
        return $this->_post("application_fees/{$applicationFeeId}/refunds", $parameters);
    }
ApplicationFeeRefunds